@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* -------------------------------------------- */
/* ---------------- Fjalla One ---------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ---------------- Noto Sans JP -------------- */
/* -------------------------------------------- */
/* medium */
/* bold */
/* ---------- home animation ---------- */
@keyframes retina-visit-header {
  0% {
    transform: translate3d(0, -124px, 0);
  }
  60% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes pc-visit-header {
  0% {
    transform: translate3d(0, -70px, 0);
  }
  60% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sp-visit-header {
  0% {
    transform: translate3d(0, -61px, 0);
  }
  60% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes visit-kikyu {
  0% {
    transform: translate3d(0, -300px, 0);
  }
  60% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes visit-shima {
  0% {
    transform: translate3d(0, -800px, 0);
  }
  60% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes visit-cp {
  0% {
    top: -300px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@keyframes progress {
  0% {
    width: 0%;
  }
  10% {
    width: 100%;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes floating {
  from {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes sp-floating {
  from {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes denshastep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@keyframes sp-denshastep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -480px 0;
  }
}
@keyframes denshago {
  0% {
    top: calc(100% + 210px);
    left: 300px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    top: calc(100% + 185px);
    left: 460px;
    transform: rotate(-23deg);
  }
  30% {
    top: calc(100% + 140px);
    left: 530px;
    transform: rotate(-30deg);
  }
  40% {
    top: calc(100% + 83px);
    left: 600px;
    transform: rotate(-33deg);
  }
  60% {
    top: calc(100% + 21px);
    left: 760px;
    transform: rotate(-6deg);
  }
  80% {
    top: calc(100% + 30px);
    left: 1000px;
    transform: rotate(6deg);
  }
  95% {
    top: calc(100% + 55px);
    left: 1180px;
    transform: rotate(9deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: calc(100% + 55px);
    left: 1180px;
    transform: rotate(9deg);
  }
}
@keyframes sp-denshago {
  0% {
    top: calc(100% + 38px);
    left: 160px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    top: calc(100% + 26px);
    left: 220px;
    transform: rotate(-27deg);
  }
  40% {
    top: calc(100% - 8px);
    left: 274px;
    transform: rotate(-35deg);
  }
  60% {
    top: calc(100% - 30px);
    left: 321px;
    transform: rotate(-11deg);
  }
  80% {
    top: calc(100% - 30px);
    left: 391px;
    transform: rotate(5deg);
  }
  95% {
    top: calc(100% - 24px);
    left: 441px;
    transform: rotate(7deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: calc(100% - 24px);
    left: 441px;
    transform: rotate(7deg);
  }
}
@keyframes toristep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -400px 0;
  }
}
@keyframes sp-toristep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -220px 0;
  }
}
@keyframes torigo {
  0% {
    top: 200px;
    right: 105vw;
  }
  100% {
    top: -500px;
    right: calc(-100vw - 220px);
  }
}
@keyframes sp-torigo {
  0% {
    top: 200px;
    right: 105vw;
  }
  100% {
    top: -520px;
    right: calc(-100vw - 220px);
  }
}
@keyframes funestep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
@keyframes sp-funestep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -900px 0;
  }
}
@keyframes funego {
  0% {
    top: -500px;
    right: calc(100vw + 50px);
  }
  25% {
    right: 64vw;
    top: 0;
  }
  35% {
    right: 64vw;
    top: 0;
  }
  100% {
    top: 800px;
    right: calc(-100vw - 220px);
  }
}
@keyframes sp-funego {
  0% {
    top: -300px;
    right: calc(100vw + 25px);
  }
  30% {
    top: 0;
    right: 64vw;
  }
  40% {
    top: 0;
    right: 64vw;
  }
  100% {
    top: 500px;
    right: calc(-100vw - 110px);
  }
}
@keyframes zoustep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -270px 0;
  }
}
@keyframes sp-zoustep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 0;
  }
}
@keyframes zougo {
  0% {
    bottom: 200px;
    right: calc(100vw + 45px);
  }
  100% {
    transform: translateY(0);
    bottom: -500px;
    right: calc(-100vw - 120px);
  }
}
@keyframes sp-zougo {
  0% {
    bottom: 200px;
    right: calc(100vw + 25px);
  }
  100% {
    transform: translateY(0);
    bottom: -200px;
    right: calc(-100vw - 60px);
  }
}
/* ---------- business animation ---------- */
@keyframes scaleOpacity {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/* ---------- common animation ---------- */
.js-fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadeup.is-inview {
  opacity: 1;
  transform: none;
}

.js-c-fadeup .js-animation {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-c-fadeup .js-animation.is-inview {
  opacity: 1;
  transform: none;
}

.js-faderight {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-faderight.is-inview {
  opacity: 1;
  transform: none;
}

.js-fadeleft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadeleft.is-inview {
  opacity: 1;
  transform: none;
}

.js-txt {
  overflow: hidden;
}
.js-txt .js-animation {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  transform: translate3d(0, 100%, 0);
}
.js-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- home animation ---------- */
.js-txt-animation {
  display: inline-block;
}
.js-txt-animation .js-fv-txt {
  display: inline-block;
  overflow: hidden;
}
.js-txt-animation .js-fv-txt .js-animation {
  transform: translate3d(0, 100%, 0);
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.js-txt-animation .js-fv-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ------------------- delay ------------------- */
.js-delay-1 {
  transition-delay: 0s !important;
}
.js-delay-1:before {
  transition-delay: 0s !important;
}
.js-delay-1:after {
  transition-delay: 0s !important;
}
.js-delay-1 .js-animation {
  transition-delay: 0s !important;
}

.js-delay-2 {
  transition-delay: 0.1s !important;
}
.js-delay-2:before {
  transition-delay: 0.1s !important;
}
.js-delay-2:after {
  transition-delay: 0.1s !important;
}
.js-delay-2 .js-animation {
  transition-delay: 0.1s !important;
}

.js-delay-3 {
  transition-delay: 0.2s !important;
}
.js-delay-3:before {
  transition-delay: 0.2s !important;
}
.js-delay-3:after {
  transition-delay: 0.2s !important;
}
.js-delay-3 .js-animation {
  transition-delay: 0.2s !important;
}

.js-delay-4 {
  transition-delay: 0.3s !important;
}
.js-delay-4:before {
  transition-delay: 0.3s !important;
}
.js-delay-4:after {
  transition-delay: 0.3s !important;
}
.js-delay-4 .js-animation {
  transition-delay: 0.3s !important;
}

.js-delay-5 {
  transition-delay: 0.4s !important;
}
.js-delay-5:before {
  transition-delay: 0.4s !important;
}
.js-delay-5:after {
  transition-delay: 0.4s !important;
}
.js-delay-5 .js-animation {
  transition-delay: 0.4s !important;
}

.js-delay-6 {
  transition-delay: 0.5s !important;
}
.js-delay-6:before {
  transition-delay: 0.5s !important;
}
.js-delay-6:after {
  transition-delay: 0.5s !important;
}
.js-delay-6 .js-animation {
  transition-delay: 0.5s !important;
}

.js-delay-7 {
  transition-delay: 0.6s !important;
}
.js-delay-7:before {
  transition-delay: 0.6s !important;
}
.js-delay-7:after {
  transition-delay: 0.6s !important;
}
.js-delay-7 .js-animation {
  transition-delay: 0.6s !important;
}

.js-delay-8 {
  transition-delay: 0.7s !important;
}
.js-delay-8:before {
  transition-delay: 0.7s !important;
}
.js-delay-8:after {
  transition-delay: 0.7s !important;
}
.js-delay-8 .js-animation {
  transition-delay: 0.7s !important;
}

.js-delay-9 {
  transition-delay: 0.8s !important;
}
.js-delay-9:before {
  transition-delay: 0.8s !important;
}
.js-delay-9:after {
  transition-delay: 0.8s !important;
}
.js-delay-9 .js-animation {
  transition-delay: 0.8s !important;
}

.js-delay-10 {
  transition-delay: 0.9s !important;
}
.js-delay-10:before {
  transition-delay: 0.9s !important;
}
.js-delay-10:after {
  transition-delay: 0.9s !important;
}
.js-delay-10 .js-animation {
  transition-delay: 0.9s !important;
}

.js-delay-11 {
  transition-delay: 1s !important;
}
.js-delay-11:before {
  transition-delay: 1s !important;
}
.js-delay-11:after {
  transition-delay: 1s !important;
}
.js-delay-11 .js-animation {
  transition-delay: 1s !important;
}

.js-delay-12 {
  transition-delay: 1.1s !important;
}
.js-delay-12:before {
  transition-delay: 1.1s !important;
}
.js-delay-12:after {
  transition-delay: 1.1s !important;
}
.js-delay-12 .js-animation {
  transition-delay: 1.1s !important;
}

.js-delay-13 {
  transition-delay: 1.2s !important;
}
.js-delay-13:before {
  transition-delay: 1.2s !important;
}
.js-delay-13:after {
  transition-delay: 1.2s !important;
}
.js-delay-13 .js-animation {
  transition-delay: 1.2s !important;
}

.js-delay-14 {
  transition-delay: 1.3s !important;
}
.js-delay-14:before {
  transition-delay: 1.3s !important;
}
.js-delay-14:after {
  transition-delay: 1.3s !important;
}
.js-delay-14 .js-animation {
  transition-delay: 1.3s !important;
}

.js-delay-15 {
  transition-delay: 1.4s !important;
}
.js-delay-15:before {
  transition-delay: 1.4s !important;
}
.js-delay-15:after {
  transition-delay: 1.4s !important;
}
.js-delay-15 .js-animation {
  transition-delay: 1.4s !important;
}

/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- font-size ----- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1250px) {
  .col-2 {
    display: block;
  }
}

.col-3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.col-6 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

a {
  color: #3A3332;
  transition: all 0.2s ease;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  transition: all 0.2s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  color: #3A3332;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: calc(0.01 + em);
  position: relative;
}
@media only screen and (max-width: 1250px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  p {
    font-size: 14px;
  }
}

.header {
  background-color: #18B2DB;
  padding-left: 60px;
  padding-right: 30px;
  top: -100px;
  height: 124px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1250px) {
  .header {
    padding-right: 5%;
    padding-left: 5%;
    height: 70px;
  }
}
@media only screen and (max-width: 350px) {
  .header {
    height: 61px;
  }
}
.header.is-on {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 80px;
}
@media only screen and (max-width: 1250px) {
  .header.is-on {
    height: 70px;
  }
}
@media only screen and (max-width: 350px) {
  .header.is-on {
    height: 61px;
  }
}
.header .container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 776px) {
  .header .container {
    padding-top: 20px;
  }
}
.header .container.col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .header .container.col-2 {
    align-items: center;
  }
}
.header .container .logo__wrap {
  width: 330px;
  padding-top: 50px;
}
.header .container .logo__wrap.is-on {
  width: 205px;
  padding-top: 20px;
}
@media only screen and (max-width: 776px) {
  .header .container .logo__wrap.is-on {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap.is-on {
    width: 36px;
  }
}
.header .container .logo__wrap.js-visit-6 {
  transform: translate3d(0, -124px, 0);
}
@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap.js-visit-6 {
    transform: translate3d(0, -70px, 0);
  }
}
@media only screen and (max-width: 350px) {
  .header .container .logo__wrap.js-visit-6 {
    transform: translate3d(0, -61px, 0);
  }
}
.header .container .logo__wrap.js-visit-6.is-inview-6 {
  animation-name: retina-visit-header;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap.js-visit-6.is-inview-6 {
    animation-name: pc-visit-header;
  }
}
@media only screen and (max-width: 350px) {
  .header .container .logo__wrap.js-visit-6.is-inview-6 {
    animation-name: sp-visit-header;
  }
}
.header .container .logo__wrap.js-visit-6.is-inview-6-2 {
  transform: none;
}
@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap.js-visit-6.is-inview-6-2 {
    transform: none;
  }
}
@media only screen and (max-width: 350px) {
  .header .container .logo__wrap.js-visit-6.is-inview-6-2 {
    transform: none;
  }
}
@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap {
    width: 220px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 776px) {
  .header .container .logo__wrap {
    padding-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .header .container .logo__wrap {
    width: 180px;
  }
}
.header .container .logo__wrap .header-logo .logo {
  display: block;
}
.header .container .logo__wrap .header-logo .logo img {
  width: 100%;
}
.header .container .logo__wrap .header-logo .logo img.top-logo {
  display: block;
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap .header-logo .logo img.top-logo.is-on {
    display: none;
  }
}
.header .container .logo__wrap .header-logo .logo img.scroll-logo {
  display: none;
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap .header-logo .logo img.scroll-logo.is-on {
    display: block;
  }
}
.header .container .pc-gnav__wrap {
  padding-top: 20px;
}
@media only screen and (max-width: 1400px) {
  .header .container .pc-gnav__wrap {
    z-index: 8;
  }
}
@media only screen and (max-width: 776px) {
  .header .container .pc-gnav__wrap {
    padding-top: 0;
  }
}
.header .container .pc-gnav__wrap.is-on {
  z-index: 8;
}
.header .container .pc-gnav__wrap.js-visit-6 {
  transform: translate3d(0, -124px, 0);
}
@media only screen and (max-width: 1250px) {
  .header .container .pc-gnav__wrap.js-visit-6 {
    transform: translate3d(0, -70px, 0);
  }
}
@media only screen and (max-width: 350px) {
  .header .container .pc-gnav__wrap.js-visit-6 {
    transform: translate3d(0, -61px, 0);
  }
}
.header .container .pc-gnav__wrap.js-visit-6.is-inview-6 {
  animation-name: retina-visit-header;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 1250px) {
  .header .container .pc-gnav__wrap.js-visit-6.is-inview-6 {
    animation-name: pc-visit-header;
  }
}
@media only screen and (max-width: 350px) {
  .header .container .pc-gnav__wrap.js-visit-6.is-inview-6 {
    animation-name: sp-visit-header;
  }
}
.header .container .pc-gnav__wrap.js-visit-6.is-inview-6-2 {
  transform: none;
}
@media only screen and (max-width: 1250px) {
  .header .container .pc-gnav__wrap.js-visit-6.is-inview-6-2 {
    transform: none;
  }
}
@media only screen and (max-width: 350px) {
  .header .container .pc-gnav__wrap.js-visit-6.is-inview-6-2 {
    transform: none;
  }
}
.header .container .pc-gnav__wrap .gnav {
  position: relative;
  padding-top: 64px;
}
@media only screen and (max-width: 1400px) {
  .header .container .pc-gnav__wrap .gnav {
    padding-top: 0;
  }
}
.header .container .pc-gnav__wrap .gnav.is-on {
  padding-top: 0;
}
.header .container .pc-gnav__wrap .gnav .list1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1400px) {
  .header .container .pc-gnav__wrap .gnav .list1 {
    position: static;
  }
}
.header .container .pc-gnav__wrap .gnav .list1.is-on {
  position: static;
}
@media only screen and (max-width: 776px) {
  .header .container .pc-gnav__wrap .gnav .list1 .item.fb, .header .container .pc-gnav__wrap .gnav .list1 .item.recruit, .header .container .pc-gnav__wrap .gnav .list1 .item.contact {
    display: none !important;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item:not(:last-of-type) {
  margin-right: 15px;
}
.header .container .pc-gnav__wrap .gnav .list1 .item.fb {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.fb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.fb svg {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.fb svg path {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.fb:hover svg {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.fb:hover svg path {
    fill: #3A3332;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.fb:active svg {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.fb:active svg path {
    fill: #3A3332;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.fb.open svg, .header .container .pc-gnav__wrap .gnav .list1 .item .link.fb.is-on svg {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1 {
  display: block;
  border-radius: 40px;
  padding: 0 20px;
  border: 2px solid #fff;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1 .btn1__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1 .btn1__inner .txt {
  display: block;
  margin-right: 6px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1 .btn1__inner .icon {
  display: block;
  width: 12px;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1 .btn1__inner .icon svg {
  display: block;
  width: 100%;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1 .btn1__inner .icon svg path {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1:hover {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    color: #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1:hover .btn1__inner .txt {
    color: #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1:hover .btn1__inner .icon svg path {
    fill: #00B4D2;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1:active {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    color: #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1:active .btn1__inner .txt {
    color: #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1:active .btn1__inner .icon svg path {
    fill: #00B4D2;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  color: #3A3332;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on .btn1__inner .txt {
  color: #3A3332;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on .btn1__inner .icon svg path {
  fill: #00B4D2;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on:hover {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on:hover .btn1__inner .txt {
    color: #fff;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on:hover .btn1__inner .icon svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on:active {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on:active .btn1__inner .txt {
    color: #fff;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.is-on:active .btn1__inner .icon svg path {
    fill: #fff;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  color: #3A3332;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open .btn1__inner .txt {
  color: #3A3332;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open .btn1__inner .icon svg path {
  fill: #00B4D2;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open:hover {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open:hover .btn1__inner .txt {
    color: #fff;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open:hover .btn1__inner .icon svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open:active {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open:active .btn1__inner .txt {
    color: #fff;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open:active .btn1__inner .icon svg path {
    fill: #fff;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn1.open .btn1__inner .icon svg path {
  fill: #3A3332;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2 {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2:hover {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    color: #3A3332;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2:active {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    color: #3A3332;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2.is-on {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  color: #3A3332;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2.is-on:hover {
    border: 2px solid #3A3332;
    background-color: #3A3332;
    color: #fff;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2.is-on:active {
    border: 2px solid #3A3332;
    background-color: #3A3332;
    color: #fff;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2.open {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  color: #3A3332;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2.open:hover {
    border: 2px solid #3A3332;
    background-color: #3A3332;
    color: #fff;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link.btn2.open:active {
    border: 2px solid #3A3332;
    background-color: #3A3332;
    color: #fff;
  }
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link:hover.btn1 .btn1__inner .icon svg path {
    fill: #3A3332;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .link:active.btn1 .btn1__inner .icon svg path {
    fill: #3A3332;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
  transition: all 0.2s ease;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn .btn__inner {
  width: 15px;
  height: 13px;
  display: block;
  position: relative;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn .btn__inner .btn-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  z-index: 1;
  left: 0;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn .btn__inner .btn-line.first {
  top: 0;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn .btn__inner .btn-line.second {
  top: calc(50% - 1px);
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn .btn__inner .btn-line.third {
  top: calc(100% - 2px);
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn:hover .btn__inner .btn-line {
    background-color: #3A3332;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn:active {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn:active .btn__inner .btn-line {
    background-color: #3A3332;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.is-on {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.is-on .btn__inner .btn-line {
  background-color: #3A3332;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.is-on:hover {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.is-on:hover .btn__inner .btn-line {
    background-color: #fff;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.is-on:active {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.is-on:active .btn__inner .btn-line {
    background-color: #fff;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open .btn__inner .btn-line {
  background-color: #3A3332;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open .btn__inner .btn-line.second {
  opacity: 0;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open .btn__inner .btn-line.first {
  transform: rotate(40deg);
  top: 5.5px;
}
.header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open .btn__inner .btn-line.third {
  transform: rotate(-40deg);
  top: 5.5px;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open:hover {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open:hover .btn__inner .btn-line {
    background-color: #fff;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open:active {
    background-color: #3A3332;
    border: 2px solid #3A3332;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .item .header-btn.open:active .btn__inner .btn-line {
    background-color: #fff;
  }
}
.header .container .pc-gnav__wrap .gnav .list2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1400px) {
  .header .container .pc-gnav__wrap .gnav .list2 {
    display: none;
  }
}
.header .container .pc-gnav__wrap .gnav .list2.is-on {
  display: none;
}
.header .container .pc-gnav__wrap .gnav .list2 .item:not(:last-of-type) {
  margin-right: 40px;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list2 .item .link:hover {
    color: #3A3332;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list2 .item .link:active {
    color: #3A3332;
  }
}
.header .container .sp-gnav__wrap {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 100%;
  width: 510px;
  height: 100vh;
  padding: 100px 30px;
  transition: all 0.4s cubic-bezier(0.32, 0.94, 0.6, 1);
  overflow-y: scroll;
  text-align: center;
  background-image: url(../images/bg/common/pc-header.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .header .container .sp-gnav__wrap {
    padding: 120px 0 100px 60px;
  }
}
@media only screen and (max-width: 1250px) {
  .header .container .sp-gnav__wrap {
    padding: 100px 0 100px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap {
    width: 100%;
    padding: 90px 0 90px 35px;
    background-image: url(../images/bg/common/sp-header.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
}
.header .container .sp-gnav__wrap.open {
  left: calc(100% - 510px);
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap.open {
    left: 0;
  }
}
.header .container .sp-gnav__wrap .gnav {
  display: inline-block;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
.header .container .sp-gnav__wrap .gnav.open {
  transition: all 0.6s 0.4s cubic-bezier(0.32, 0.94, 0.6, 1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.header .container .sp-gnav__wrap .gnav .list .item {
  text-align: left;
}
.header .container .sp-gnav__wrap .gnav .list .item:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item:not(:first-of-type) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item.recruit {
    margin-top: 30px;
  }
  .header .container .sp-gnav__wrap .gnav .list .item.contact {
    margin-top: 15px;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link {
    font-size: 14px;
  }
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn2 {
    min-width: 180px;
    border: 2px solid #fff;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn1 {
    border: 2px solid #fff;
    border-radius: 40px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn1:before {
    display: none;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner {
    justify-content: center;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner .txt {
  display: block;
  margin-right: 8px;
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner .txt {
    line-height: 40px;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner .icon {
  display: block;
  width: 12px;
}
.header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner .icon svg {
  width: 100%;
  display: block;
}
.header .container .sp-gnav__wrap .gnav .list .item .link.btn1 .btn1__inner .icon svg path {
  transition: all 0.2s ease;
}
@media only screen and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn2:before {
    display: none;
  }
}
@media only screen and (hover: hover) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn2:hover {
    color: #3A3332;
  }
}
@media only screen and (hover: none) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link.btn2:active {
    color: #3A3332;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link.fb:before {
  display: none;
}
@media (hover: hover) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover:before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media only screen and (hover: hover) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover.btn1 {
    background-color: #fff;
  }
}
@media only screen and (hover: hover) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover.btn1 .btn1__inner .txt {
    color: #3A3332;
  }
}
@media only screen and (hover: hover) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover.btn1 .btn1__inner .icon svg path {
    fill: #3A3332;
  }
}
@media only screen and (hover: hover) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover.btn2 {
    background-color: #fff;
  }
}
@media (hover: none) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active:before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media only screen and (hover: none) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active.btn1 {
    background-color: #fff;
  }
}
@media only screen and (hover: none) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active.btn1 .btn1__inner .txt {
    color: #3A3332;
  }
}
@media only screen and (hover: none) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active.btn1 .btn1__inner .icon svg path {
    fill: #3A3332;
  }
}
@media only screen and (hover: none) and (max-width: 600px) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active.btn2 {
    background-color: #fff;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item.fb {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 776px) {
  .header .container .sp-gnav__wrap .gnav .list .item.fb {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item.fb .link {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.header .container .sp-gnav__wrap .gnav .list .item.fb .link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item.fb .link svg path {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .header .container .sp-gnav__wrap .gnav .list .item.fb .link:hover svg path {
    fill: #3A3332;
  }
}
@media (hover: none) {
  .header .container .sp-gnav__wrap .gnav .list .item.fb .link:active svg path {
    fill: #3A3332;
  }
}
.header .container .sp-menu-close {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  cursor: pointer;
  display: none;
}

.footer {
  background-color: #fff;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.footer .to-top__wrap {
  position: fixed;
  z-index: 8;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer .to-top__wrap {
    bottom: 20px;
    right: 20px;
  }
}
.footer .to-top__wrap.open {
  z-index: 0;
}
.footer .to-top__wrap.contact {
  bottom: 100px;
}
.footer .to-top__wrap .to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #D70D18;
  border-radius: 40px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}
.footer .to-top__wrap .to-top .icon {
  width: 15px;
  display: block;
}
.footer .to-top__wrap .to-top .icon svg {
  display: block;
}
.footer .to-top__wrap .to-top .icon svg g line {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .footer .to-top__wrap .to-top:hover {
    background-color: #fff;
  }
  .footer .to-top__wrap .to-top:hover .icon svg g line {
    stroke: #D70D18;
  }
}
@media (hover: none) {
  .footer .to-top__wrap .to-top:active {
    background-color: #fff;
  }
  .footer .to-top__wrap .to-top:active .icon svg g line {
    stroke: #D70D18;
  }
}
.footer .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.footer .container .banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 776px) {
  .footer .container .banner {
    display: block;
  }
}
.footer .container .banner .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media only screen and (max-width: 776px) {
  .footer .container .banner .list {
    justify-content: center;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 776px) {
  .footer .container .banner .list .item.mynavi {
    margin-right: 0;
    text-align: center;
  }
  .footer .container .banner .list .item.degital {
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.footer .container .banner .list .item .link {
  width: 180px;
  display: inline-block;
}
@media only screen and (max-width: 776px) {
  .footer .container .banner .list .item .link {
    width: 100%;
    max-width: 180px;
  }
}
.footer .container .banner .list .item .link img {
  display: block;
  width: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.footer .container .banner .list .item.woman .link {
  width: 81px;
  height: 80px;
}
.footer .container .banner .list .item.woman img {
  border-radius: 50%;
}
.footer .container .banner .fb-page {
  display: inline-block !important;
}
@media only screen and (max-width: 776px) {
  .footer .container .banner .fb-page {
    display: block !important;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 776px) {
  .footer .container .banner .fb-page span {
    width: 100% !important;
  }
}
.footer .container .banner .fb-page span iframe {
  display: inline-block;
  width: 100% !important;
  max-height: 230px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1250px) {
  .footer .container .info {
    margin-top: 60px;
  }
}
.footer .container .info .logo__wrap {
  max-width: 265px;
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .logo__wrap {
    max-width: 180px;
  }
}
.footer .container .info .logo__wrap .footer-logo .logo {
  display: block;
  width: 100%;
}
.footer .container .info .logo__wrap .footer-logo .logo img {
  display: block;
  width: 100%;
}
.footer .container .info .address {
  margin-top: 30px;
}
.footer .container .info .address .main-office p {
  font-size: 12px;
  line-height: 1.8333333333;
}
.footer .container .info .address .main-office p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}
.footer .container .info .address .main-office p br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .address .main-office p br {
    display: block;
  }
}
.footer .container .info .address .development-office {
  margin-top: 20px;
}
.footer .container .info .address .development-office p {
  font-size: 12px;
  line-height: 1.8333333333;
}
.footer .container .info .address .development-office p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}
.footer .container .info .address .development-office p br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .address .development-office p br {
    display: block;
  }
}
.footer .container .info .nav__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .nav__wrap {
    display: block;
  }
}
.footer .container .info .nav__wrap .nav .list1 .item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .nav__wrap .nav .list1 .item {
    margin-right: 25px;
    margin-bottom: 20px;
    display: block;
  }
}
.footer .container .info .nav__wrap .nav .list1 .item:last-of-type {
  margin-right: 0;
}
.footer .container .info .nav__wrap .nav .list1 .item .link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
@media (hover: hover) {
  .footer .container .info .nav__wrap .nav .list1 .item .link:hover {
    color: #00B4D2;
  }
}
@media (hover: none) {
  .footer .container .info .nav__wrap .nav .list1 .item .link:active {
    color: #00B4D2;
  }
}
.footer .container .info .nav__wrap .nav .list2 .item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .nav__wrap .nav .list2 .item {
    margin-right: 25px;
    margin-bottom: 20px;
    display: block;
  }
}
.footer .container .info .nav__wrap .nav .list2 .item:last-of-type {
  margin-right: 0;
}
.footer .container .info .nav__wrap .nav .list2 .item .link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
@media (hover: hover) {
  .footer .container .info .nav__wrap .nav .list2 .item .link:hover {
    color: #00B4D2;
  }
}
@media (hover: none) {
  .footer .container .info .nav__wrap .nav .list2 .item .link:active {
    color: #00B4D2;
  }
}
.footer .container .info .nav__wrap .to-contact {
  width: 200px;
}
@media only screen and (max-width: 1250px) {
  .footer .container .info .nav__wrap .to-contact {
    display: none;
  }
}
.footer .container .info .nav__wrap .to-contact .btn3 {
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #D70D18;
  max-width: 250px;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .nav__wrap .to-contact .btn3 {
    border-radius: 50px;
    max-width: 240px;
  }
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .txt {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #D70D18;
  transition: all 0.2s ease;
  line-height: 60px;
}
@media only screen and (max-width: 600px) {
  .footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .txt {
    font-size: 13px;
    line-height: 50px;
  }
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .icon {
  display: block;
  width: 5px;
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .icon svg {
  display: block;
  width: 100%;
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .icon svg path {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .footer .container .info .nav__wrap .to-contact .btn3:hover {
    background-color: #D70D18;
  }
  .footer .container .info .nav__wrap .to-contact .btn3:hover .txt {
    color: #fff;
  }
  .footer .container .info .nav__wrap .to-contact .btn3:hover .icon svg path {
    stroke: #fff;
  }
}
@media (hover: none) {
  .footer .container .info .nav__wrap .to-contact .btn3:active {
    background-color: #D70D18;
  }
  .footer .container .info .nav__wrap .to-contact .btn3:active .txt {
    color: #fff;
  }
  .footer .container .info .nav__wrap .to-contact .btn3:active .icon svg path {
    stroke: #fff;
  }
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .icon {
  width: 14px;
}
.footer .container .info .nav__wrap .to-contact .btn3 .btn3__inner .icon svg path {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .footer .container .info .nav__wrap .to-contact .btn3:hover .btn3__inner .icon svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .footer .container .info .nav__wrap .to-contact .btn3:active .btn3__inner .icon svg path {
    fill: #fff;
  }
}
.footer .container .footer-cr {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-cr {
    margin-top: 30px;
  }
}
.footer .container .footer-cr .cr {
  font-size: 10px;
  display: inline-block;
}

.main {
  position: relative;
  overflow: hidden;
}
.main.is-on {
  padding-top: 124px;
}
@media only screen and (max-width: 1250px) {
  .main.is-on {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 350px) {
  .main.is-on {
    padding-top: 61px;
  }
}
.main:before {
  content: "";
  position: fixed;
  z-index: -9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18B2DB;
}
.main:after {
  content: "";
  position: fixed;
  z-index: -8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/common/nami.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}