@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}
@media screen and (max-width: 1199px) {
  .__inner.__wide {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__wide {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttlstyle01 span.__en {
  font-weight: 400;
  font-size: 5.25rem;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 4.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: min(10vw, 3em);
  }
}
.__ttlstyle01 span.__jp {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 0.9em;
  }
}

.__ttlstyle02 span.__en {
  display: block;
  font-weight: 600;
  font-size: 1.125em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: 0.95em;
  }
}
.__ttlstyle02 span.__jp {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__jp {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: min(6vw, 1.75em);
  }
}
.__ttlstyle02.__blue span.__en {
  color: #aab2b5;
}
.__ttlstyle02.__blue span.__jp {
  color: #18397a;
}
.__ttlstyle02.__small span.__jp {
  font-size: 2.75rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02.__small span.__jp {
    font-size: 2.125em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__small span.__jp {
    font-size: min(6vw, 1.645em);
  }
}

.__ttlstyle03 {
  display: flex;
  align-items: flex-start;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1em;
  border-left: solid 4px #2e477c;
  padding-left: 0.8em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: min(5.2vw, 1.375em);
  }
}

.__txtAnimation .__char {
  display: inline-block;
  opacity: 0;
  transform: scale(1.8);
  transition: all 0.56s ease;
}
.__txtAnimation .__char.__blue {
  color: #18397a;
}
.__txtAnimation .__char.__lblue {
  color: #56a9c3;
}
.__txtAnimation .__char.__gray {
  color: #aab2b5;
}
.__txtAnimation.__inview .__char {
  opacity: 1;
  transform: scale(1);
}
.__txtAnimation.__inview .__char:nth-of-type(1) {
  transition-delay: 0.2s;
}
.__txtAnimation.__inview .__char:nth-of-type(2) {
  transition-delay: 0.28s;
}
.__txtAnimation.__inview .__char:nth-of-type(3) {
  transition-delay: 0.36s;
}
.__txtAnimation.__inview .__char:nth-of-type(4) {
  transition-delay: 0.44s;
}
.__txtAnimation.__inview .__char:nth-of-type(5) {
  transition-delay: 0.52s;
}
.__txtAnimation.__inview .__char:nth-of-type(6) {
  transition-delay: 0.6s;
}
.__txtAnimation.__inview .__char:nth-of-type(7) {
  transition-delay: 0.68s;
}
.__txtAnimation.__inview .__char:nth-of-type(8) {
  transition-delay: 0.76s;
}
.__txtAnimation.__inview .__char:nth-of-type(9) {
  transition-delay: 0.84s;
}
.__txtAnimation.__inview .__char:nth-of-type(10) {
  transition-delay: 0.92s;
}
.__txtAnimation.__inview .__char:nth-of-type(11) {
  transition-delay: 1s;
}
.__txtAnimation.__inview .__char:nth-of-type(12) {
  transition-delay: 1.08s;
}
.__txtAnimation.__inview .__char:nth-of-type(13) {
  transition-delay: 1.16s;
}
.__txtAnimation.__inview .__char:nth-of-type(14) {
  transition-delay: 1.24s;
}
.__txtAnimation.__inview .__char:nth-of-type(15) {
  transition-delay: 1.32s;
}
.__txtAnimation.__inview .__char:nth-of-type(16) {
  transition-delay: 1.4s;
}
.__txtAnimation.__inview .__char:nth-of-type(17) {
  transition-delay: 1.48s;
}
.__txtAnimation.__inview .__char:nth-of-type(18) {
  transition-delay: 1.56s;
}
.__txtAnimation.__inview .__char:nth-of-type(19) {
  transition-delay: 1.64s;
}
.__txtAnimation.__inview .__char:nth-of-type(20) {
  transition-delay: 1.72s;
}
.__txtAnimation.__inview .__char:nth-of-type(21) {
  transition-delay: 1.8s;
}
.__txtAnimation.__inview .__char:nth-of-type(22) {
  transition-delay: 1.88s;
}
.__txtAnimation.__inview .__char:nth-of-type(23) {
  transition-delay: 1.96s;
}
.__txtAnimation.__inview .__char:nth-of-type(24) {
  transition-delay: 2.04s;
}
.__txtAnimation.__inview .__char:nth-of-type(25) {
  transition-delay: 2.12s;
}
.__txtAnimation.__inview .__char:nth-of-type(26) {
  transition-delay: 2.2s;
}
.__txtAnimation.__inview .__char:nth-of-type(27) {
  transition-delay: 2.28s;
}
.__txtAnimation.__inview .__char:nth-of-type(28) {
  transition-delay: 2.36s;
}
.__txtAnimation.__inview .__char:nth-of-type(29) {
  transition-delay: 2.44s;
}
.__txtAnimation.__inview .__char:nth-of-type(30) {
  transition-delay: 2.52s;
}
.__txtAnimation.__inview .__char:nth-of-type(31) {
  transition-delay: 2.6s;
}
.__txtAnimation.__inview .__char:nth-of-type(32) {
  transition-delay: 2.68s;
}
.__txtAnimation.__inview .__char:nth-of-type(33) {
  transition-delay: 2.76s;
}
.__txtAnimation.__inview .__char:nth-of-type(34) {
  transition-delay: 2.84s;
}
.__txtAnimation.__inview .__char:nth-of-type(35) {
  transition-delay: 2.92s;
}
.__txtAnimation.__inview .__char:nth-of-type(36) {
  transition-delay: 3s;
}
.__txtAnimation.__inview .__char:nth-of-type(37) {
  transition-delay: 3.08s;
}
.__txtAnimation.__inview .__char:nth-of-type(38) {
  transition-delay: 3.16s;
}
.__txtAnimation.__inview .__char:nth-of-type(39) {
  transition-delay: 3.24s;
}
.__txtAnimation.__inview .__char:nth-of-type(40) {
  transition-delay: 3.32s;
}
.__txtAnimation.__inview .__char:nth-of-type(41) {
  transition-delay: 3.4s;
}
.__txtAnimation.__inview .__char:nth-of-type(42) {
  transition-delay: 3.48s;
}
.__txtAnimation.__inview .__char:nth-of-type(43) {
  transition-delay: 3.56s;
}
.__txtAnimation.__inview .__char:nth-of-type(44) {
  transition-delay: 3.64s;
}
.__txtAnimation.__inview .__char:nth-of-type(45) {
  transition-delay: 3.72s;
}
.__txtAnimation.__inview .__char:nth-of-type(46) {
  transition-delay: 3.8s;
}
.__txtAnimation.__inview .__char:nth-of-type(47) {
  transition-delay: 3.88s;
}
.__txtAnimation.__inview .__char:nth-of-type(48) {
  transition-delay: 3.96s;
}
.__txtAnimation.__inview .__char:nth-of-type(49) {
  transition-delay: 4.04s;
}
.__txtAnimation.__inview .__char:nth-of-type(50) {
  transition-delay: 4.12s;
}
.__txtAnimation.__inview .__char:nth-of-type(51) {
  transition-delay: 4.2s;
}
.__txtAnimation.__inview .__char:nth-of-type(52) {
  transition-delay: 4.28s;
}
.__txtAnimation.__inview .__char:nth-of-type(53) {
  transition-delay: 4.36s;
}
.__txtAnimation.__inview .__char:nth-of-type(54) {
  transition-delay: 4.44s;
}
.__txtAnimation.__inview .__char:nth-of-type(55) {
  transition-delay: 4.52s;
}
.__txtAnimation.__inview .__char:nth-of-type(56) {
  transition-delay: 4.6s;
}
.__txtAnimation.__inview .__char:nth-of-type(57) {
  transition-delay: 4.68s;
}
.__txtAnimation.__inview .__char:nth-of-type(58) {
  transition-delay: 4.76s;
}
.__txtAnimation.__inview .__char:nth-of-type(59) {
  transition-delay: 4.84s;
}
.__txtAnimation.__inview .__char:nth-of-type(60) {
  transition-delay: 4.92s;
}
.__txtAnimation.__inview .__char:nth-of-type(61) {
  transition-delay: 5s;
}
.__txtAnimation.__inview .__char:nth-of-type(62) {
  transition-delay: 5.08s;
}
.__txtAnimation.__inview .__char:nth-of-type(63) {
  transition-delay: 5.16s;
}
.__txtAnimation.__inview .__char:nth-of-type(64) {
  transition-delay: 5.24s;
}
.__txtAnimation.__inview .__char:nth-of-type(65) {
  transition-delay: 5.32s;
}
.__txtAnimation.__inview .__char:nth-of-type(66) {
  transition-delay: 5.4s;
}
.__txtAnimation.__inview .__char:nth-of-type(67) {
  transition-delay: 5.48s;
}
.__txtAnimation.__inview .__char:nth-of-type(68) {
  transition-delay: 5.56s;
}
.__txtAnimation.__inview .__char:nth-of-type(69) {
  transition-delay: 5.64s;
}
.__txtAnimation.__inview .__char:nth-of-type(70) {
  transition-delay: 5.72s;
}
.__txtAnimation.__inview .__char:nth-of-type(71) {
  transition-delay: 5.8s;
}
.__txtAnimation.__inview .__char:nth-of-type(72) {
  transition-delay: 5.88s;
}
.__txtAnimation.__inview .__char:nth-of-type(73) {
  transition-delay: 5.96s;
}
.__txtAnimation.__inview .__char:nth-of-type(74) {
  transition-delay: 6.04s;
}
.__txtAnimation.__inview .__char:nth-of-type(75) {
  transition-delay: 6.12s;
}
.__txtAnimation.__inview .__char:nth-of-type(76) {
  transition-delay: 6.2s;
}
.__txtAnimation.__inview .__char:nth-of-type(77) {
  transition-delay: 6.28s;
}
.__txtAnimation.__inview .__char:nth-of-type(78) {
  transition-delay: 6.36s;
}
.__txtAnimation.__inview .__char:nth-of-type(79) {
  transition-delay: 6.44s;
}
.__txtAnimation.__inview .__char:nth-of-type(80) {
  transition-delay: 6.52s;
}
.__txtAnimation.__inview .__char:nth-of-type(81) {
  transition-delay: 6.6s;
}
.__txtAnimation.__inview .__char:nth-of-type(82) {
  transition-delay: 6.68s;
}
.__txtAnimation.__inview .__char:nth-of-type(83) {
  transition-delay: 6.76s;
}
.__txtAnimation.__inview .__char:nth-of-type(84) {
  transition-delay: 6.84s;
}
.__txtAnimation.__inview .__char:nth-of-type(85) {
  transition-delay: 6.92s;
}
.__txtAnimation.__inview .__char:nth-of-type(86) {
  transition-delay: 7s;
}
.__txtAnimation.__inview .__char:nth-of-type(87) {
  transition-delay: 7.08s;
}
.__txtAnimation.__inview .__char:nth-of-type(88) {
  transition-delay: 7.16s;
}
.__txtAnimation.__inview .__char:nth-of-type(89) {
  transition-delay: 7.24s;
}
.__txtAnimation.__inview .__char:nth-of-type(90) {
  transition-delay: 7.32s;
}
.__txtAnimation.__inview .__char:nth-of-type(91) {
  transition-delay: 7.4s;
}
.__txtAnimation.__inview .__char:nth-of-type(92) {
  transition-delay: 7.48s;
}
.__txtAnimation.__inview .__char:nth-of-type(93) {
  transition-delay: 7.56s;
}
.__txtAnimation.__inview .__char:nth-of-type(94) {
  transition-delay: 7.64s;
}
.__txtAnimation.__inview .__char:nth-of-type(95) {
  transition-delay: 7.72s;
}
.__txtAnimation.__inview .__char:nth-of-type(96) {
  transition-delay: 7.8s;
}
.__txtAnimation.__inview .__char:nth-of-type(97) {
  transition-delay: 7.88s;
}
.__txtAnimation.__inview .__char:nth-of-type(98) {
  transition-delay: 7.96s;
}
.__txtAnimation.__inview .__char:nth-of-type(99) {
  transition-delay: 8.04s;
}
.__txtAnimation.__inview .__char:nth-of-type(100) {
  transition-delay: 8.12s;
}

.__borderAnimation {
  display: inline;
  background: linear-gradient(transparent 0, #2a2a2a 0);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: all 2s cubic-bezier(0.1, 0.8, 0.2, 1) 0.8s;
}
.__borderAnimation.sec-ttl {
  display: block;
}
.__borderAnimation.__white {
  background: linear-gradient(transparent 0, #fff 0);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
}
.__borderAnimation.__inview {
  background-size: 100% 1px;
}

.__dot-line {
  background-image: url(../images/dot-pattern_dark.png);
  background-repeat: repeat-x;
  background-size: 8px 4px;
  background-position: 0 100%;
  padding-bottom: 8px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .__dot-line {
    background-size: 6px 3px;
    padding-bottom: 6px;
  }
}
.__dot-line.__white {
  background-image: url(../images/dot-pattern_light.png);
}
.__dot-line.__blue {
  background-image: url(../images/dot-pattern_blue.png);
}

a.__txtlink {
  color: #2a2a2a;
  display: inline;
  text-decoration: underline;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn {
  width: min(25rem, 360px);
}
@media screen and (max-width: 1199px) {
  .__linkbtn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn {
    width: 100%;
  }
}
.__linkbtn a, .__linkbtn button {
  color: #2a2a2a;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    font-size: 0.95em;
  }
}
.__linkbtn a::before, .__linkbtn button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3b9cbb;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
}
.__linkbtn a span.__txt, .__linkbtn button span.__txt {
  text-align: center;
  display: block;
  width: 100%;
}
.__linkbtn a i, .__linkbtn button i {
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .__linkbtn a:hover, .__linkbtn button:hover {
    color: #fff;
  }
  .__linkbtn a:hover::before, .__linkbtn button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.__linkbtn.__newwin a i, .__linkbtn.__newwin button i {
  margin-top: 0.2em;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__newwin a i, .__linkbtn.__newwin button i {
    font-size: 0.8em;
  }
}
.__linkbtn.__lblue a, .__linkbtn.__lblue button {
  color: #fff;
  background-color: #56a9c3;
}
.__linkbtn.__lblue a::before, .__linkbtn.__lblue button::before {
  background-color: #3b9cbb;
}
.__linkbtn.__black a, .__linkbtn.__black button {
  color: #fff;
  background-color: #2a2a2a;
}
.__linkbtn.__black a::before, .__linkbtn.__black button::before {
  background-color: #18397a;
}
.__linkbtn.__blue a, .__linkbtn.__blue button {
  color: #fff;
  background-color: #18397a;
}

.__illust-style img {
  width: 100%;
  height: auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
}

.__bg-gradation::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
}

.__table-style01 dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl {
    display: block;
  }
}
.__table-style01 dl dt {
  color: #2e477c;
  width: 12em;
  padding: 2.2em 0;
  border-bottom: solid 1px #2a2a2a;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl dt {
    font-size: 0.9em;
    width: 100%;
    padding-top: 1.925em;
    padding-bottom: 1.2em;
    border-bottom: none;
  }
}
.__table-style01 dl dd {
  width: calc(100% - 12em);
  padding: 2.2em 0;
  padding-left: 2.2em;
  border-bottom: solid 1px #2a2a2a;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.8em;
    padding-left: 0;
  }
}
.__table-style01 dl dd a {
  display: inline;
  font-size: 1em;
}
.__table-style01 dl dd a.__map {
  color: #2e477c;
  margin-left: 0.2em;
}

.__table-style02 table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #aab2b5;
  border-bottom: 1px solid #aab2b5;
}
.__table-style02 td, .__table-style02 th {
  padding: 0.9em 1.4em;
  border-top: 1px solid #aab2b5;
  border-left: 1px solid #aab2b5;
}
.__table-style02 th {
  background-color: #ebeef2;
}

.__scroll-img-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
}
.__scroll-img-list ul {
  width: calc(100% - 35rem - 6.25rem);
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .__scroll-img-list ul {
    width: 100%;
  }
}
.__scroll-img-list ul .__scroll-list-item {
  padding: 5rem 0;
  border-bottom: solid 1px #aab2b5;
}
@media screen and (max-width: 1199px) {
  .__scroll-img-list ul .__scroll-list-item {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .__scroll-img-list ul .__scroll-list-item {
    padding: 40px 0;
  }
}
.__scroll-img-list ul .__scroll-list-item .item-content h4 {
  font-weight: 900;
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .__scroll-img-list ul .__scroll-list-item .item-content h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__scroll-img-list ul .__scroll-list-item .item-content h4 {
    font-size: min(5.2vw, 1.5em);
  }
}
.__scroll-img-list ul .__scroll-list-item .item-content h4 span.__num {
  font-weight: 500;
  font-size: 1.125em;
  margin-right: 0.2em;
}
.__scroll-img-list ul .__scroll-list-item .item-content p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .__scroll-img-list ul .__scroll-list-item .item-content p {
    font-size: 1em;
  }
}
.__scroll-img-list .__scroll-img {
  position: sticky;
  left: 0;
  width: 35rem;
  aspect-ratio: 5/4;
  border: solid 10px #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .__scroll-img-list .__scroll-img {
    position: relative;
    top: 0 !important;
    width: min(100%, 520px);
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__scroll-img-list .__scroll-img {
    border-width: 6px;
    margin-top: 2em;
  }
}
.__scroll-img-list .__scroll-img .img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
  .__scroll-img-list .__scroll-img .img-wrap {
    position: relative;
    opacity: 1;
  }
}
.__scroll-img-list .__scroll-img .img-wrap.__show {
  opacity: 1;
}
.__scroll-img-list .__scroll-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(0.7, 0, 0.2, 1.3) 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-top: solid 1px #ebeef2;
  border-bottom: solid 1px #ebeef2;
  width: 100%;
  height: 96px;
  padding: 0 2.5rem;
  margin-top: 16px;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 88px;
  }
}
@media screen and (max-width: 1359px) {
  header .header-inner {
    height: 72px;
    padding: 0 24px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 56px;
    padding: 0 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1359px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.8);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 320px;
  margin-left: -1%;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 272px;
  }
}
@media screen and (max-width: 1359px) {
  header .header-logo {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(55vw, 184px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1359px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .nav-btn {
    width: 27px;
  }
}
@media screen and (max-width: 1359px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1359px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu {
    background-color: #fff;
    overflow-y: scroll;
    width: 270px;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .header-menu {
    width: 200px;
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1359px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 1.875rem;
  padding: 0.48em 0;
}
@media screen and (max-width: 1359px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #2a2a2a;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.48s cubic-bezier(0.4, 0, 0.2, 1);
}
header .header-menu nav ul li a span {
  text-align: center;
  display: block;
  transition: all 0.2s ease;
}
header .header-menu nav ul li a span.__en {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li a span.__en {
    font-size: 1.025em;
  }
}
header .header-menu nav ul li a span.__jp {
  color: #aab2b5;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: -0.2em;
}
@media screen and (min-width: 992px) {
  header .header-menu nav ul li a:hover span {
    color: #3b9cbb;
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a span {
  color: #18397a;
}

/* recruitLink
---------------------------------------------------- */
#recruitLink {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  border-top: solid 1px #ebeef2;
  border-left: solid 1px #ebeef2;
  padding: 1.2em 1.6em;
  transition: transform 0.6s;
}
@media screen and (max-width: 1199px) {
  #recruitLink {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  #recruitLink {
    width: calc(100% - 80px);
    padding: 0.6em 1em 0.8em;
  }
}
#recruitLink.__hidden {
  transform: translateX(100%);
}
@media screen and (max-width: 1199px) {
  #recruitLink.__hidden {
    transform: translateY(100%);
  }
}
#recruitLink p {
  font-size: 0.9em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #recruitLink p {
    font-size: 0.85em;
  }
}
#recruitLink .btn-wrap {
  margin-top: 0.8em;
}
@media screen and (max-width: 1199px) {
  #recruitLink .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
#recruitLink .btn-wrap .__linkbtn {
  margin-top: 0.6em;
  width: 240px;
}
@media screen and (max-width: 1199px) {
  #recruitLink .btn-wrap .__linkbtn {
    width: min(50% - 0.5em, 240px);
  }
  #recruitLink .btn-wrap .__linkbtn:nth-of-type(2) {
    margin-left: 1em;
  }
}
#recruitLink .btn-wrap .__linkbtn a {
  padding: 0.8em 1em;
}
@media screen and (max-width: 1199px) {
  #recruitLink .btn-wrap .__linkbtn a {
    padding: 0.6em 1em;
  }
}
@media screen and (max-width: 767px) {
  #recruitLink .btn-wrap .__linkbtn a {
    font-size: min(3.4vw, 0.9em);
    padding: 0.6em;
    padding-right: 1em;
  }
}
#recruitLink .btn-wrap .__linkbtn a span.__txt {
  font-size: 0.9em;
}

/* footer
---------------------------------------------------- */
footer {
  text-align: center;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding: 72px 0;
  }
}
footer .footer-inner .footer-logo {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-logo {
    width: 324px;
  }
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .footer-logo {
    width: 306px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo {
    width: min(60vw, 234px);
  }
}
footer .footer-inner .footer-logo p {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
footer .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
  margin-left: -1%;
}
footer .footer-inner .footer-info {
  margin-top: 2em;
}
footer .footer-inner .footer-info p a {
  display: inline;
}
footer .footer-inner .footer-menu {
  margin-top: 4em;
}
footer .footer-inner .footer-menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .footer-menu ul li a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 max(1.875rem, 1.25em);
  padding: 0.48em 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li a {
    margin: 0.48em auto;
  }
}
footer .footer-inner .footer-menu ul li a span {
  display: block;
}
footer .footer-inner .footer-menu ul li a span.__en {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li a span.__en {
    font-size: 1em;
  }
}
footer .footer-inner .footer-menu ul li a span.__jp {
  color: #aab2b5;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: -0.2em;
}
footer .footer-inner #pagetop {
  margin-top: 4.8em;
  margin-bottom: -1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner #pagetop {
    margin-bottom: 0;
  }
}
footer .footer-inner #pagetop a {
  color: #18397a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 1em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner #pagetop a {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner #pagetop a {
    font-size: 0.9em;
  }
}
footer .footer-inner #pagetop a i {
  margin-left: 1em;
}
footer .copyright {
  color: #fff;
  background-color: #2e477c;
  padding: 0.2em 0;
}
footer .copyright p {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */