@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "lineseed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2");
  font-weight: 700;
}
@media screen and (max-width: 1119px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .none-max-1200 {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .none-min-1200 {
    display: none;
  }
}

html {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
html:has(.loaded) {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-color: #FFF;
  position: fixed;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

body {
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/back.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body::before {
    background: url(../images/common/back_sp.jpg) no-repeat center/cover;
  }
}

main {
  overflow: hidden;
}

.container {
  max-width: 1120px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1119px) {
  .container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ff-butler {
  font-family: "Butler";
  font-weight: 500;
}

.ff-lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.ff-line-seed {
  font-family: "lineseed";
  font-weight: 500;
}

.ff-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sec-ttl {
  text-align: center;
  color: #0C568B;
}
@media screen and (max-width: 767px) {
  .sec-ttl > .en {
    font-size: 12px;
  }
}
.sec-ttl > .ja {
  margin-top: 21px;
  font-size: 38px;
  line-height: 1.9473684211;
}
@media screen and (max-width: 767px) {
  .sec-ttl > .ja {
    margin-top: 22px;
    font-size: 30px;
  }
}

.sec-lead {
  max-width: 520px;
  width: 100%;
  margin: 48px auto 0;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-lead {
    font-size: 14px;
  }
}

.subpage-mv {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.subpage-mv > .ttl {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .subpage-mv > .ttl {
    top: 52%;
  }
}
.subpage-mv > .ttl > .en {
  font-size: 38px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .subpage-mv > .ttl > .en {
    font-size: 30px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .subpage-mv > .ttl > .ja {
    font-size: 12px;
  }
}

.common-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.common-btn > .arrow {
  position: relative;
  display: inline-block;
  width: 17.9px;
  height: 29.3px;
  margin-left: 8px;
}
.common-btn > .arrow::before, .common-btn > .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 23px;
  height: 1px;
  border-radius: 9999px;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.common-btn > .arrow::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.common-btn > .arrow::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.last-note {
  padding-block: 25px;
  background-color: #fff;
  border-top: solid 1px #e4ecf4;
  text-align: center;
  font-size: 10px;
  line-height: 2;
}

.header > .logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 174px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header > .logo {
    top: 20px;
    left: 20px;
    width: 160px;
  }
}
.header > .logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.top-page > .logo {
  width: 380px;
}
@media screen and (max-width: 1119px) {
  .header.top-page > .logo {
    width: 322px;
    top: 30px;
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header.top-page > .logo {
    width: 76.4444%;
    top: 2.2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header.outline > .logo img {
  -webkit-filter: none;
          filter: none;
}
.header > .ham-btn {
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 9999;
  width: 76px;
  background-color: rgba(22, 40, 74, 0.3);
  border-radius: 2px;
  padding: 14px 12px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header > .ham-btn {
    top: 20px;
    right: 20px;
    width: 72px;
    padding: 12px 14px 9px;
  }
}
.header > .ham-btn::before {
  content: "MENU";
  display: inline-block;
  margin: 8px 0 0 5px;
  font-size: 12px;
  letter-spacing: 0.4em;
  font-family: "Butler";
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .header > .ham-btn::before {
    font-size: 10px;
    margin: 8px 0 0 4px;
  }
}
.header > .ham-btn.active {
  background-color: #fff;
}
.header > .ham-btn.active::before {
  content: "CLOSE";
  color: #0D568B;
  letter-spacing: 0.2em;
}
.header > .ham-btn.active .ham span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  background-color: #0D568B;
}
.header > .ham-btn.active .ham span:nth-of-type(2) {
  opacity: 0;
}
.header > .ham-btn.active .ham span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
  background-color: #0D568B;
}
.header > .ham-btn > .ham {
  width: 52px;
  height: 20px;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header > .ham-btn > .ham {
    width: 44px;
    height: 19px;
  }
}
.header > .ham-btn > .ham * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header > .ham-btn > .ham > span {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 100%;
}
.header > .ham-btn > .ham > span:nth-of-type(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header > .ham-btn > .ham > span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header > .ham-btn > .ham > span:nth-of-type(3) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header > .navc {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
}
.header > .navc.panelactive {
  right: 0;
}
.header > .navc > .nav {
  position: absolute;
  right: 0;
  max-width: 311px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 115px 36px 32px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header > .navc > .nav {
    max-width: 253px;
    padding: 120px 20px 40px 40px;
  }
}
.header > .navc > .nav > .list > .item {
  padding: 29px 0 24px;
  border-bottom: 1px solid #E4ECF4;
}
@media screen and (max-width: 767px) {
  .header > .navc > .nav > .list > .item {
    padding: 21px 0;
  }
}
.header > .navc > .nav > .list > .item > .link {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header > .navc > .nav > .list > .item > .link {
    padding-bottom: initial;
  }
}
.header > .navc > .nav > .list > .item > .link::before {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .header > .navc > .nav > .list > .item > .link::before {
    content: none;
  }
}
.header > .navc > .nav > .list > .item > .link:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer {
  background-color: #fff;
}
.footer > .contact {
  padding: 160px 0;
  border-top: 1px solid #E4ECF4;
}
@media screen and (max-width: 767px) {
  .footer > .contact {
    padding: 96px 0;
  }
}
.footer > .contact > .container {
  max-width: 846px;
}
.footer > .contact > .container > .sec-ttl {
  color: #000000;
}
.footer > .contact > .container > .common-btn {
  background-color: #fff;
  border: 1px solid #000000;
  margin: 48px auto 0;
}
.footer > .contact > .container > .common-btn:hover {
  background-color: #000000;
}
.footer > .contact > .container > .common-btn:hover > .arrow::before, .footer > .contact > .container > .common-btn:hover > .arrow::after {
  background-color: #fff;
}
.footer > .contact > .container > .common-btn > .arrow::before, .footer > .contact > .container > .common-btn > .arrow::after {
  background-color: #000000;
}
.footer > .contact > .container > .separate {
  margin: 48px 0 40px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.footer > .contact > .container > .linkc {
  max-width: 210px;
  width: 100%;
  margin: auto;
}
.footer > .contact > .container > .linkc > .link {
  margin: 16px 0 0;
  display: block;
}
.footer > .contact > .container > .linkc > .txt {
  margin-left: -5px;
}
.footer > .area {
  background-color: #000000;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .footer > .area::before, .footer > .area::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 1;
    background-color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .footer > .area::before, .footer > .area::after {
    content: none;
  }
}
@media screen and (max-width: 1119px) {
  .footer > .area::before {
    left: 0;
  }
}
@media screen and (max-width: 1119px) {
  .footer > .area::after {
    right: 0;
  }
}
.footer > .area > .container {
  padding: 160px 0;
  background: radial-gradient(#212121, #000);
  max-width: initial;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container {
    padding: 96px 0;
  }
}
.footer > .area > .container::before, .footer > .area > .container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 135px;
  height: 100%;
  z-index: 1;
}
.footer > .area > .container::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1119px) {
  .footer > .area > .container::before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer > .area > .container::before {
    left: -20px;
  }
}
.footer > .area > .container::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media screen and (max-width: 1119px) {
  .footer > .area > .container::after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer > .area > .container::after {
    right: -20px;
  }
}
.footer > .area > .container > .logo {
  max-width: 310px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container > .logo {
    max-width: 256px;
  }
}
.footer > .area > .container > .txt {
  font-size: 20px;
  margin-top: 56px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container > .txt {
    font-size: 16px;
    line-height: 2.5;
  }
}
.footer > .area > .container .splide {
  margin-top: 56px;
}
.footer > .area > .container .splide__track {
  min-width: 4910px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .footer > .area > .container .splide__track {
    min-width: 3928px;
  }
}
.footer > .area > .container .splide__slide {
  color: #fff;
  text-align: center;
}
.footer > .area > .container .splide__slide .link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer > .area > .container .splide__slide .link .name {
  margin-top: 16px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container .splide__slide .link .name {
    font-size: 16px;
  }
}
.footer > .area > .container .splide__slide .link .schedule {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container .splide__slide .link .schedule {
    margin-top: 8px;
    font-size: 12px;
  }
}
.footer > .area > .container .splide__slide .link .img {
  overflow: hidden;
}
.footer > .area > .container .splide__slide .link .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer > .area > .container .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 860px;
  width: 100%;
  margin: 56px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container .splide__arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer > .area > .container .splide__arrows .logo {
  max-width: 206px;
  width: 100%;
}
.footer > .area > .container .splide__arrow {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 17.9px;
  height: 29.3px;
}
@media screen and (max-width: 767px) {
  .footer > .area > .container .splide__arrow {
    display: none;
  }
}
.footer > .area > .container .splide__arrow::before, .footer > .area > .container .splide__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 23px;
  height: 1px;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.footer > .area > .container .splide__arrow::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.footer > .area > .container .splide__arrow::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.footer > .area > .container .splide__arrow--prev::before, .footer > .area > .container .splide__arrow--prev::after {
  content: "";
  left: 0;
  -webkit-transform-origin: 0.5px 50%;
          transform-origin: 0.5px 50%;
}
.footer > .area > .container .splide__arrow--next::before, .footer > .area > .container .splide__arrow--next::after {
  content: "";
  right: 0;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.footer > .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer > .nav-list {
    margin-top: 32px;
  }
}
.footer > .nav-list > .nav-item {
  font-size: 12px;
  position: relative;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .footer > .nav-list > .nav-item {
    font-size: 10px;
  }
}
.footer > .nav-list > .nav-item::before, .footer > .nav-list > .nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 80%;
  translate: 0 -50%;
  border-left: solid 1px #000;
}
.footer > .nav-list > .nav-item > .link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 0 12px;
}
.footer > .nav-list > .nav-item > .link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .footer > .nav-list > .nav-item > .link:hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .footer > .nav-list > .nav-item > .link {
    padding: 0 8px;
  }
}
.footer > .copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer > .copyright {
    margin-top: 24px;
  }
}
.footer > .logo {
  margin: 36px auto 0;
  padding: 36px 0;
  position: relative;
  background: url(../images/common/footer_line.png) no-repeat center top/100% 2px;
}
@media screen and (max-width: 767px) {
  .footer > .logo {
    margin: 24px auto 0;
    padding: 24px 0;
  }
}
.footer > .logo > .link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  max-width: 443px;
  width: 100%;
  margin: auto;
}
.footer > .logo > .link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .footer > .logo > .link:hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .footer > .logo > .link {
    max-width: 251px;
  }
}/*# sourceMappingURL=common.css.map */