@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background: inherit;
}

address {
  font-style: normal;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.1627906977vw;
  }
}
@media (min-width: 860px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
  color: #17275C;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 600;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  letter-spacing: var(--spacing);
}

:root {
  --spacing: 0.04em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  color: inherit;
}

main {
  overflow: hidden;
}

address {
  font-style: normal;
  text-decoration: none;
}

.l-inner {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    width: 32.7rem;
  }
}

.l-center {
  text-align: center;
}

.c-title {
  text-align: center;
}

.c-title__main {
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-title__main {
    font-size: 2.8rem;
  }
}

.c-title__sub {
  font-size: 2.4rem;
  font-weight: 700;
  color: #BCA02F;
  font-family: "Roboto", sans-serif;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-title__sub {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
}
.c-title__sub span {
  position: relative;
  display: inline-block;
  padding: 0 6.4rem;
}
@media (max-width: 767px) {
  .c-title__sub span {
    padding: 0 4.8rem;
  }
}
.c-title__sub span::after, .c-title__sub span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4rem;
  height: 0.2rem;
  background: #BCA02F;
}
@media (max-width: 767px) {
  .c-title__sub span::after, .c-title__sub span::before {
    width: 3rem;
  }
}
.c-title__sub span::after {
  left: 0;
}
.c-title__sub span::before {
  right: 0;
}

.c-btn {
  text-align: center;
}

.c-btn__catch {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .c-btn__catch {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}
.c-btn__catch::after, .c-btn__catch::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 0.1rem;
  height: 2.8rem;
  background: #17275C;
}
@media (max-width: 767px) {
  .c-btn__catch::after, .c-btn__catch::before {
    height: 1.8rem;
  }
}
.c-btn__catch::after {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}
.c-btn__catch::before {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-30deg);
          transform: translate(0, -50%) rotate(-30deg);
}
.c-btn__catch.is-white {
  color: #fff;
}
.c-btn__catch.is-white::after, .c-btn__catch.is-white::before {
  background: #fff;
}

.c-btn__main {
  position: relative;
  margin: 1.8rem auto 0;
  position: relative;
  min-width: 48.4rem;
  padding: 0 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 10.8rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#B51515), to(#EBCC21));
  background-image: linear-gradient(270deg, #B51515 0%, #EBCC21 100%);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(46, 61, 110, 0.3);
          box-shadow: 0 0.3rem 1rem rgba(46, 61, 110, 0.3);
}
@media (max-width: 767px) {
  .c-btn__main {
    margin-top: 1.3rem;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    padding: 0 1rem;
    height: 6.8rem;
  }
}
.c-btn__main::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 999px;
  background-image: -webkit-gradient(linear, left top, right top, from(#B51515), to(#EBCC21));
  background-image: linear-gradient(90deg, #B51515 0%, #EBCC21 100%);
}
.c-btn__main::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4.1rem;
  height: 4.1rem;
  background: url(../img/btn-arrow02.svg) no-repeat center center/contain;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-btn__main::before {
    width: 3.2rem;
    height: 3.2rem;
    right: 1.4rem;
  }
}
.c-btn__main span {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background: #17275C;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0.5rem 3rem;
  border-radius: 999px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-btn__main span {
    font-size: 1.1rem;
    padding: 0.5rem 2.5rem;
  }
}
.c-btn__main:hover {
  background: #EBCC21;
}
.c-btn__main:hover::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#900000), color-stop(60%, #B51515), to(#EBCC21));
  background-image: linear-gradient(90deg, #900000 0%, #B51515 60%, #EBCC21 100%);
}

.c-btn__mainText {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .c-btn__mainText {
    font-size: 2rem;
    padding-right: 3rem;
    letter-spacing: 0;
  }
}

@media (min-width: 860px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ===============================================
# 共通
=============================================== */
/* ローディング */
#loading {
  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;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.p-header {
  width: 100%;
  height: 7.4305555556vw;
  background: url(../img/back.jpg) repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  border-top: 1.1111111111vw solid #17275C;
}
@media (max-width: 767px) {
  .p-header {
    height: 5.8rem;
    border-top: 0.8rem solid #17275C;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header::before {
    position: absolute;
    content: "";
    top: -0.8rem;
    left: 0;
    width: 100%;
    height: 0.8rem;
    background: #17275C;
  }
  .p-header::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/back_sp.jpg) repeat center center/cover;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
  }
  .p-header.is-active::after {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.3194444444vw;
  width: 55.5555555556vw;
}
@media (max-width: 767px) {
  .p-header__inner {
    width: 100%;
    height: 5rem;
  }
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
.p-header__items li a {
  overflow: hidden;
}
.p-header__items li a .main {
  font-size: 1.25vw;
  font-weight: 800;
  color: #17275C;
  display: block;
}
.p-header__items li a .sub {
  position: relative;
  font-size: 0.9722222222vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #BCA02F;
  display: inline-block;
  margin-top: 0.4166666667vw;
}
.p-header__items li a .sub::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -3.8194444444vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0.2rem;
  width: 3.4722222222vw;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  background: #BCA02F;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__items li a:hover .sub::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 767px) {
  .p-header__items {
    display: none;
  }
}

/* ===============================================
# 言語選択
=============================================== */
.p-header__lang {
  position: relative;
  width: 9.1666666667vw;
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 767px) {
  .p-header__lang {
    width: 12rem;
    padding: 0;
    position: fixed;
    top: 1.9rem;
    right: 6.7rem;
    z-index: 60;
  }
}
.p-header__lang.is-active .p-header__langButton {
  color: #17275C;
  background: #fff;
}
.p-header__lang.is-active .p-header__langButton::after {
  background: url(../img/lang-icon.svg) no-repeat center center/contain;
}
.p-header__lang.is-active .p-header__langButton::before {
  background: url(../img/lang-arrow.svg) no-repeat center center/contain;
}
.p-header__lang.is-active .p-header__langList {
  opacity: 1;
  visibility: visible;
}

.p-header__langButton {
  cursor: pointer;
  position: relative;
  height: 1.9444444444vw;
  background: #17275C;
  color: #fff;
  width: 100%;
  font-size: 0.9722222222vw;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #17275C;
  padding: 0 0 0.2083333333vw 0.3472222222vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-header__langButton {
    height: 2.8rem;
    font-size: 1.3rem;
    padding-left: 0.5rem;
  }
}
.p-header__langButton::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.5555555556vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/lang-icon2.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-header__langButton::after {
    left: 0.9rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-header__langButton::before {
  position: absolute;
  content: "";
  top: 55%;
  right: 0.5555555556vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.6944444444vw;
  height: 0.4861111111vw;
  background: url(../img/lang-arrow2.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-header__langButton::before {
    right: 1rem;
    width: 0.9rem;
    height: 1.2rem;
  }
}
.p-header__langButton:hover {
  opacity: 0.7;
}

.p-header__langList {
  position: absolute;
  top: 2.3611111111vw;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .p-header__langList {
    top: 3.4rem;
  }
}
.p-header__langList li:not(:first-child) {
  margin-top: 0.1388888889vw;
}
@media (max-width: 767px) {
  .p-header__langList li:not(:first-child) {
    margin-top: 0.2rem;
  }
}
.p-header__langList a {
  height: 2.5vw;
  font-size: 1.1111111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(23, 39, 92, 0.95);
  color: #fff;
  font-weight: 800;
  border: 1px solid #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .p-header__langList a {
    height: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-header__langList a:hover {
  background: #8D98BA;
}

.p-footer {
  position: relative;
  background: #fff;
  background: #17275C;
  padding: 9rem 0 2.4rem;
}
@media (max-width: 767px) {
  .p-footer {
    padding: 2rem 0 8rem;
  }
}

.p-footer__policy {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1em;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 767px) {
  .p-footer__policy {
    font-size: 1rem;
    text-align: center;
  }
}
.p-footer__policy:hover {
  opacity: 0.7;
}

.p-footer__copy {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .p-footer__copy {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
}

.p-hamburger {
  position: fixed;
  top: 2.1rem;
  right: 1.3rem;
  width: 3.4rem;
  height: 3rem;
  cursor: pointer;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 767px) {
  .p-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-hamburger__text {
  font-size: 1.1rem;
  text-align: center;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.p-hamburger span {
  position: absolute;
  background: #17275C;
  display: inline-block;
  width: 3.4rem;
  height: 2px;
  border-radius: 999px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.p-hamburger span:nth-of-type(1) {
  top: 0.8rem;
}

.p-hamburger span:nth-of-type(2) {
  top: 0;
}

.p-hamburger.is-active span:nth-of-type(1) {
  top: 0.4rem;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.p-hamburger.is-active span:nth-of-type(2) {
  top: 0.4rem;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-drawer {
  position: absolute;
  z-index: 40;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 100vh;
  width: 100%;
  background: url(../img/back_sp.jpg) repeat center center/cover;
  border-top: 0.8rem solid #17275C;
  border-bottom: 0.4rem solid #17275C;
}
@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}
.p-drawer.is-active {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p-drawer__inner {
  padding-top: 5.8rem;
  padding-bottom: 8rem;
  height: inherit;
  overflow-y: scroll;
}

.p-drawer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-drawer__items {
  margin-top: 5rem;
}
.p-drawer__items li:not(:first-child) {
  margin-top: 4rem;
}
.p-drawer__items li a .main {
  font-size: 2.2rem;
  font-weight: 800;
  color: #17275C;
  display: block;
}
.p-drawer__items li a .sub {
  position: relative;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #BCA02F;
  display: inline-block;
  margin-top: 0.8rem;
}
.p-drawer__items li a .sub::after {
  position: absolute;
  content: "";
  top: 60%;
  right: -1.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0.2rem;
  width: 0.8rem;
  background: #BCA02F;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-drawer__cv {
  margin-top: 5rem;
}

.p-fv {
  position: relative;
}
@media (max-width: 767px) {
  .p-fv {
    background: url(../img/back_sp.jpg) repeat center center/cover;
  }
}

.p-fv__img {
  aspect-ratio: 1440/850;
}
@media (max-width: 767px) {
  .p-fv__img {
    aspect-ratio: 375/667;
  }
}
.p-fv__img picture,
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-fv__wrap {
  position: absolute;
  left: 22.2222222222vw;
  top: 9.1666666667vw;
}
@media (max-width: 767px) {
  .p-fv__wrap {
    left: 50%;
    transform: translateX(-50%);
    top: 14.6666666667vw;
    top: 18vw;
    width: 100%;
  }
}

.p-fv__read {
  font-size: 1.25vw;
  font-weight: 800;
}
@media (max-width: 767px) {
  .p-fv__read {
    text-align: center;
    font-size: 3.2vw;
  }
}

.p-fv__catch {
  position: relative;
  margin-top: 1.2vw;
  /* font-size: 3.3333333333vw; */
  font-size: 3.0555555vw;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
  width: max-content;
}
@media (max-width: 767px) {
  .p-fv__catch {
    margin: 0 auto;
    margin-top: 1.6vw;
    font-size: 6.9333333333vw;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
.p-fv__catch .big {
  /* font-size: 5.5555555556vw; */
  font-size: 3.6111111vw;
  font-weight: 900;
  color: #BCA02F;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-fv__catch .big {
    /* font-size: 9.6vw; */
    font-size: 8vw;
    letter-spacing: -0.02em;
    /* margin-left: 2.1333333333vw; */
  }
}
.p-fv__catch .small {
  /* font-size: 2.5vw; */
  font-size: 2.222222vw;
}
@media (max-width: 767px) {
  .p-fv__catch .small {
    font-size: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-fv__catch::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -3vw;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 0.1rem;
  height: 10vw;
  background: #17275C;
}
@media (max-width: 767px) {
  .p-fv__catch::after {
    /* bottom: -1.3333333333vw; */
    left: -4vw;
    height: 22vw;
  }
}
.p-fv__catch::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -2.4vw;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 0.1rem;
  height: 10vw;
  background: #17275C;
}
@media (max-width: 767px) {
  .p-fv__catch::before {
    /* bottom: -1.3333333333vw; */
    right: -4vw;
    height: 22vw;
  }
}

.p-fv__list {
  position: absolute;
  left: 22.2222222222vw;
  bottom: 3.5vw;
}
@media (max-width: 767px) {
  .p-fv__list {
    left: 5.3333333333vw;
    bottom: 8vw;
  }
}

.p-fv__listItem {
  position: relative;
  padding-left: 2.6388888889vw;
}
@media (max-width: 767px) {
  .p-fv__listItem {
    padding-left: 6.9333333333vw;
  }
}
.p-fv__listItem::after {
  position: absolute;
  content: "";
  top: 0.6944444444vw;
  left: 0;
  width: 2.2222222222vw;
  height: 1.8055555556vw;
  background: url(../img/check-icon.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-fv__listItem::after {
    top: 1.0666666667vw;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 5.3333333333vw;
    height: 4.2666666667vw;
  }
}
.p-fv__listItem:not(:first-child) {
  margin-top: 0.5555555556vw;
}
@media (max-width: 767px) {
  .p-fv__listItem:not(:first-child) {
    margin-top: 2.4vw;
  }
}
.p-fv__listItem p {
  font-size: 1.6666666667vw;
  font-weight: 800;
  display: inline;
  padding-bottom: 0.3472222222vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #17275C));
  background: linear-gradient(transparent 95%, #17275C 0%);
  line-height: 1.625;
}
@media (max-width: 767px) {
  .p-fv__listItem p {
    padding-bottom: 0.2666666667vw;
    font-size: 5.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #17275C));
    background: linear-gradient(transparent 94%, #17275C 0%);
    line-height: 1.4;
  }
}
.p-fv__listItem p .red {
  color: #B54D15;
}
@media (max-width: 767px) {
  .p-fv__listItem p .sp-hide {
    display: none;
  }
}

.p-fv__cv {
  display: none;
  padding-bottom: 3rem;
}
.p-fv__cv .c-btn__main {
  width: 32.7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-fv__cv {
    display: block;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}

.cv {
  position: fixed;
  bottom: 0;
  right: 22rem;
  width: 34.3rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  background: #fff;
  border-top: 0.2rem solid #BCA02F;
  border-right: 0.2rem solid #BCA02F;
  border-left: 0.2rem solid #BCA02F;
  border-radius: 2.8rem 2.8rem 0 0;
  padding: 0.9rem 1.2rem;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .cv {
    right: 4rem;
  }
}
.cv::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4.1rem;
  height: 4.1rem;
  background: url(../img/btn-arrow03.svg) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  .cv::after {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.cv:hover::after {
  right: 0.4rem;
}
@media (max-width: 767px) {
  .cv {
    width: 30.7rem;
    height: 5.6rem;
    right: 50%;
    -webkit-transform: translate(50%, 101%);
            transform: translate(50%, 101%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cv.is-active {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

.cvLabel {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  background: #B54D15;
  border-radius: 999px;
  width: 12.4rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .cvLabel {
    width: 10rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.cvText {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .cvText {
    font-size: 1.6rem;
  }
}

.p-slide {
  background: #17275C;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .p-slide {
    padding: 3rem 0;
  }
}

.p-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  overflow: hidden;
}

.p-slide2 {
  margin-top: 0.2rem;
}

.p-slide__list {
  -webkit-animation: scroll-left 30s infinite linear 0.5s both;
          animation: scroll-left 30s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-slide__list {
    gap: 1rem;
  }
}
.p-slide__list li {
  width: 24rem;
}
@media (max-width: 767px) {
  .p-slide__list li {
    width: 12rem;
  }
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ===============================================
# パララックス01
=============================================== */
.p-View__para {
  position: relative;
  height: 58.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-View__para {
    height: 65rem;
  }
}

.p-View__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  background: url(../img/para01-h2.jpg) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.p-View__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .p-View__title {
    font-size: 2.4rem;
  }
}

.p-View__text {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7777777778;
  color: #fff;
}
@media (max-width: 767px) {
  .p-View__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.p-View__btn {
  position: relative;
  background: #fff;
  min-width: 32rem;
  padding: 0 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 8rem auto 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3333333333;
  border-radius: 999px;
  border: 0.2rem solid #17275C;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .p-View__btn {
    margin-top: 4rem;
  }
}
.p-View__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2.2rem;
  height: 1.4rem;
  background: url(../img/btn-arrow.svg) no-repeat center center/contain;
}
.p-View__btn .red {
  color: #B54D15;
}
.p-View__btn:hover {
  background: #8D98BA;
}

/* ===============================================
# パララックス02
=============================================== */
.p-View2 {
  position: relative;
}
.p-View2::after {
  position: absolute;
  content: "";
  top: min(-4rem - (1440px - 100vw) / 10, -4rem);
  left: max(1.3888888889vw, (100vw - 1440px) / 2 + 8rem);
  width: min(18.0555555556vw, 26rem);
  height: min(18.0555555556vw, 26rem);
  background: url(../img/para02-1.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-View2::after {
    width: 14rem;
    height: 14rem;
    left: 1.5rem;
    top: -6rem;
  }
}
.p-View2::before {
  position: absolute;
  content: "";
  bottom: min(-4rem - (1440px - 100vw) / 20, -4rem);
  right: max(1.3888888889vw, (100vw - 1440px) / 2 + 6rem);
  width: min(13.8888888889vw, 20rem);
  height: min(13.8888888889vw, 20rem);
  background: url(../img/para02-2.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-View2::before {
    width: 10rem;
    height: 10rem;
    right: 1.5rem;
    bottom: -4rem;
  }
}

.p-View2__para {
  position: relative;
  height: 43rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-View2__para {
    height: 55rem;
  }
}

.p-View2__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  background: url(../img/para02-h.jpg) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.p-View2__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .p-View2__title {
    font-size: 2.4rem;
  }
}

.p-View2__text {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7777777778;
  color: #fff;
}
@media (max-width: 767px) {
  .p-View2__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.p-cvArea {
  position: relative;
  z-index: 2;
  border-top: 2px solid #BCA02F;
  border-bottom: 2px solid #BCA02F;
  padding: 4rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(141, 152, 186, 0)), color-stop(15%, rgba(141, 152, 186, 0.3)), color-stop(50%, rgba(141, 152, 186, 0.3)), color-stop(85%, rgba(141, 152, 186, 0.3)), to(rgba(141, 152, 186, 0)));
  background-image: linear-gradient(90deg, rgba(141, 152, 186, 0) 0%, rgba(141, 152, 186, 0.3) 15%, rgba(141, 152, 186, 0.3) 50%, rgba(141, 152, 186, 0.3) 85%, rgba(141, 152, 186, 0) 100%);
}
.p-cvArea.is-ptn02 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(141, 152, 186, 0)), color-stop(10%, rgba(141, 152, 186, 0.1)), color-stop(50%, rgba(141, 152, 186, 0.2)), color-stop(90%, rgba(141, 152, 186, 0.1)), to(rgba(141, 152, 186, 0)));
  background-image: linear-gradient(90deg, rgba(141, 152, 186, 0) 0%, rgba(141, 152, 186, 0.1) 10%, rgba(141, 152, 186, 0.2) 50%, rgba(141, 152, 186, 0.1) 90%, rgba(141, 152, 186, 0) 100%);
}

.p-cvArea__more {
  margin-top: 4rem;
}

.p-cvArea__moreText {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-cvArea__moreText {
    font-size: 1.6rem;
  }
}
.p-cvArea__moreText.is-white {
  color: #fff;
}
.p-cvArea__moreText::before, .p-cvArea__moreText::after {
  background: #BCA02F;
  content: "";
  height: 1px;
  width: 100%;
}

.p-cvArea__moreList {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-cvArea__moreList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.p-cvArea__moreList li a {
  width: 22rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(30, 35, 51, 0.3);
          box-shadow: 0 0.2rem 0.6rem rgba(30, 35, 51, 0.3);
}
@media (max-width: 767px) {
  .p-cvArea__moreList li a {
    width: 60%;
    margin-inline: auto;
  }
}
.p-cvArea__moreList li a:hover {
  opacity: 0.7;
}

/* ===============================================
# access
=============================================== */
.access {
  background: url(../img/back.jpg) repeat center center/cover;
  padding: 8rem 0 14.5rem;
}
@media (max-width: 767px) {
  .access {
    background: url(../img/back_sp.jpg) repeat center center/cover;
    padding: 6rem 0 12rem;
  }
}

.access__text01 {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .access__text01 {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}

.access__text02 {
  margin-top: 2.4rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .access__text02 {
    margin-top: 2rem;
  }
}

.access__mapLink {
  color: #8D98BA;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.6rem auto 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .access__mapLink {
    margin-top: 4rem;
  }
}
.access__mapLink:hover {
  color: #17275C;
}

.access__img {
  margin-top: 4rem;
}

.access__btn {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .access__btn {
    margin-top: 4rem;
  }
}

/* ===============================================
# course
=============================================== */
.course {
  background: url(../img/back.jpg) repeat center center/cover;
  padding: 8rem 0 14.5rem;
}
@media (max-width: 767px) {
  .course {
    background: url(../img/back_sp.jpg) repeat center center/cover;
    padding: 8rem 0 10rem;
  }
}

.course__inner {
  position: relative;
}
.course__inner::after {
  position: absolute;
  content: "";
  top: 9rem;
  right: -25rem;
  width: 20.2rem;
  height: 22.6rem;
  background: url(../img/course-illust01.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .course__inner::after {
    right: -3rem;
    top: 8rem;
    width: 10.1rem;
    height: 11.3rem;
  }
}
.course__inner::before {
  position: absolute;
  content: "";
  bottom: 1.5rem;
  left: -16rem;
  width: 28.8rem;
  height: 16rem;
  background: url(../img/course-illust02.svg) no-repeat center center/contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .course__inner::before {
    width: 14.4rem;
    height: 8rem;
    left: -3rem;
    bottom: 10rem;
  }
}

.course__title {
  margin-top: 8rem;
}

.course__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .course__img {
    gap: 0.4rem;
  }
}

.course__contentBody {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .course__contentBody {
    margin-top: 6rem;
  }
}

.course__content {
  position: relative;
  background: #fff;
  border: solid 1px #17275C;
  outline: solid 1px #17275C;
  outline-offset: 0.3rem;
  padding: 6rem 3rem 4rem;
}
@media (max-width: 767px) {
  .course__content {
    padding: 5rem 2rem 3rem;
  }
}
.course__content:not(:first-child) {
  margin-top: 6rem;
  padding: 10rem 3rem 4rem;
}
@media (max-width: 767px) {
  .course__content:not(:first-child) {
    padding: 7.5rem 2rem 3rem;
  }
}

.course__contentTitle {
  position: absolute;
  display: inline-block;
  border: 1px solid #17275C;
  font-size: 2.8rem;
  font-weight: 800;
  background: #fff;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 1rem 5rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .course__contentTitle {
    font-size: 1.7rem;
    padding: 0.8rem 1.5rem;
  }
}
.course__contentTitle::after, .course__contentTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.6rem;
  height: 100%;
  background: #BCA02F;
}
.course__contentTitle::after {
  left: 0;
}
.course__contentTitle::before {
  right: 0;
}

.course__contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .course__contentRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course__contentRow:nth-child(2) {
  border-top: 1px dotted #17275C;
  padding-top: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .course__contentRow:nth-child(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.course__contentBox.is-time {
  padding: 0.4rem 0 2.4rem 0;
  border-right: 1px dotted #17275C;
  width: 24%;
}
@media (max-width: 767px) {
  .course__contentBox.is-time {
    border-right: none;
    padding: 0 0 2.4rem 0;
    width: 100%;
  }
}
.course__contentBox.is-time .course__contentDetail::after {
  background: url(../img/course-icon01.svg) no-repeat center center/contain;
}
.course__contentBox.is-cost {
  padding: 0.4rem 0 2.4rem 3.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .course__contentBox.is-cost {
    padding: 2.4rem 0;
    border-top: 1px dotted #17275C;
  }
}
.course__contentBox.is-cost .course__contentDetail::after {
  background: url(../img/course-icon02.svg) no-repeat center center/contain;
}
.course__contentBox.is-place .course__contentDetail::after {
  background: url(../img/course-icon03.svg) no-repeat center center/contain;
}

.course__contentDetail {
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  padding-left: 5.2rem;
}
@media (max-width: 767px) {
  .course__contentDetail {
    font-size: 2rem;
    padding-left: 4rem;
    margin-bottom: 1rem;
  }
}
.course__contentDetail::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 3.6rem;
  height: 3.6rem;
}
@media (max-width: 767px) {
  .course__contentDetail::after {
    width: 3rem;
    height: 3cm;
  }
}

.course__contentUnderWrap {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .course__contentUnderWrap {
    margin-top: 0.5rem;
  }
}

.course__contentUnder {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.7;
}
.course__contentUnder .line {
  padding-bottom: 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #8D98BA));
  background: linear-gradient(transparent 90%, #8D98BA 0%);
}
@media (max-width: 767px) {
  .course__contentUnder {
    font-size: 1.6rem;
  }
}
.course__contentUnder.is-small {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .course__contentUnder.is-small {
    font-size: 1.6rem;
  }
}
.course__contentUnder.is-dot {
  position: relative;
  padding-left: 2rem;
}
.course__contentUnder.is-dot::after {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  /* -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); */
  color: #BCA02F;
}

.course__contentText {
  margin-top: 1rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .course__contentText {
    font-size: 1.4rem;
  }
}
.course__contentText.is-note {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .course__contentText.is-note {
    font-size: 1.2rem;
  }
}

.course__contentText .list {
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
  margin-right: 1.2rem;
}
.course__contentText .list::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  /* -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); */
  color: #BCA02F;
}
.course__contentText.is-option .list {
  display: block;
}

.course__contentLink {
  color: #8D98BA;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .course__contentLink {
    margin: 2rem 0 0 0;
  }
}
.course__contentLink:not(:first-child) {
  margin-top: 1rem;
}
.course__contentLink:hover {
  color: #17275C;
}

.course__btn {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .course__btn {
    margin-top: 6rem;
  }
}

/* ===============================================
# washoku
=============================================== */
.washoku {
  position: relative;
  background: url(../img/back.jpg) repeat center center/cover;
  border-top: solid 1px #17275C;
  border-bottom: solid 1px #17275C;
  outline: solid 1px #17275C;
  outline-offset: 0.3rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .washoku {
    background: url(../img/back_sp.jpg) repeat center center/cover;
  }
}
.washoku::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8D98BA;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.washoku__inner {
  position: relative;
  z-index: 2;
}

.washoku__title {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  font-weight: 800;
  border-bottom: 1px solid #17275C;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .washoku__title {
    font-size: 3.2rem;
    line-height: 1.05;
    padding-bottom: 0.8rem;
  }
}
.washoku__title .is-small {
  font-size: 3.2rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .washoku__title .is-small {
    font-size: 2.2rem;
    margin: 0;
  }
}

.washoku__wrap {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .washoku__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.washoku__img {
  width: 36rem;
  max-width: 100%;
}

.washoku__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.washoku__catch {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.625;
}

.washoku__text {
  margin-top: 2.5rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .washoku__text {
    margin-top: 1.8rem;
  }
}

/* ===============================================
# 体験
=============================================== */
.exp {
  background: url(../img/back.jpg) repeat center center/contain;
  padding: 16rem 0 8rem;
}
@media (max-width: 767px) {
  .exp {
    background: url(../img/back_sp.jpg) repeat center center/contain;
    padding: 8rem 0;
  }
}

.exp__inner {
  position: relative;
}

.exp__line {
  position: absolute;
}
@media (max-width: 767px) {
  .exp__line {
    display: none;
  }
}

.exp__line--1 {
  top: 8rem;
  left: -10rem;
  width: 40.8rem;
}

.exp__line--2 {
  top: 64.5rem;
  right: -9rem;
  width: 76rem;
}

.exp__line--3 {
  top: 137.6rem;
  left: -10rem;
  width: 43rem;
}

.exp__line--4 {
  /* top: 221.2rem; */
  top: 194rem;
  right: -10rem;
  width: 76.8rem;
}

.exp__box {
  position: relative;
}
.exp__box.is-01 .exp__content {
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .exp__box.is-01 .exp__contentTitle {
    margin-top: 4rem;
  }
}
.exp__box.is-02 {
  margin-top: 21rem;
}
@media (max-width: 767px) {
  .exp__box.is-02 {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .exp__box.is-02 .exp__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .exp__box.is-02 .exp__contentTitle {
    margin-top: 4rem;
  }
}
.exp__box.is-03 {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .exp__box.is-03 {
    margin-top: 8rem;
  }
  .exp__box.is-03 .exp__contentTitle {
    margin-top: 4rem;
  }
}
.exp__box.is-03 .exp__content {
  margin-top: 1.4rem;
}
.exp__box.is-03 .exp__topicTitle {
  line-height: 1.4;
}
.exp__box.is-04 {
  margin-top: 13.4rem;
}
@media (max-width: 767px) {
  .exp__box.is-04 {
    margin-top: 8rem;
  }
}
.exp__box.is-04 .exp__content {
  margin-top: 2rem;
}
.exp__box.is-04 .exp__topicTitle {
  margin-top: 1.2rem;
  line-height: 1.1;
}
/* .exp__box.is-03 .exp__topic::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 15rem;
  width: 12rem;
  height: 12rem;
  background: url(../img/exp04-5.png) no-repeat center center/contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .exp__box.is-03 .exp__topic::after {
    width: 10rem;
    height: 10rem;
    left: auto;
    bottom: auto;
    top: 8.4rem;
    right: 1rem;
  }
} */
@media (max-width: 767px) {
  .exp__box.is-04 .exp__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* .exp__box.is-04 .exp__contentTitle {
    margin-top: 4rem;
  } */
}
.exp__box.is-05 {
  margin-top: 16rem;
}
@media (max-width: 767px) {
  .exp__box.is-05 {
    margin-top: 8rem;
  }
}
.exp__box.is-05 .exp__content {
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .exp__box.is-05 .exp__contentTitle {
    margin-top: 4rem;
  }
}
.exp__box.is-06 {
  margin-top: 7rem;
  padding-top: 17rem;
  border-top: 1px solid #18275C;
}
@media (max-width: 767px) {
  .exp__box.is-06 {
    margin-top: 8rem;
    padding-top: 8rem;
  }
}
.exp__box.is-06 .exp__content {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .exp__box.is-06 .exp__contentTitle {
    margin-top: 1rem;
  }
}

.exp__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .exp__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.exp__content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .exp__content {
    margin-top: 0 !important;
  }
}

.exp__boxIllust {
  position: absolute;
  width: 50rem;
  top: 6rem;
  right: 4.8rem;
}
@media (max-width: 767px) {
  .exp__boxIllust {
    width: 24rem;
    top: 4rem;
    right: -0.2rem;
  }
}

.exp__contentCircle {
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: -13rem;
  left: -5rem;
  background: #BCA02F;
  border-radius: 999px;
  color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .exp__contentCircle {
    width: 11.2rem;
    height: 11.2rem;
    top: 0.8rem;
    left: -1.1rem;
  }
}
.exp__contentCircle::after {
  position: absolute;
  content: "";
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid #17275C;
}
@media (max-width: 767px) {
  .exp__contentCircle::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}

.exp__contentCircleText {
  position: absolute;
  top: 3.6rem;
  left: 5rem;
  font-size: 1.8rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .exp__contentCircleText {
    font-size: 1.4rem;
    top: 2.4rem;
    left: 2.4rem;
  }
}

.exp__contentCircleTextMore {
  position: absolute;
  top: 3.3rem;
  left: 5.4rem;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 0.7rem;
}
@media (max-width: 767px) {
  .exp__contentCircleTextMore {
    font-size: 1.4rem;
    top: 2.7rem;
    left: 3.2rem;
  }
}
.exp__contentCircleTextMore::after, .exp__contentCircleTextMore::before {
  position: absolute;
  content: "";
  top: 55%;
  width: 0.1rem;
  height: 2rem;
  background: #17275C;
}
@media (max-width: 767px) {
  .exp__contentCircleTextMore::after, .exp__contentCircleTextMore::before {
    height: 1.5rem;
  }
}
.exp__contentCircleTextMore::after {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(20deg);
          transform: translate(0, -50%) rotate(20deg);
}
.exp__contentCircleTextMore::before {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-20deg);
          transform: translate(0, -50%) rotate(-20deg);
}

.exp__contentCircleText02 {
  position: absolute;
  top: 5.5rem;
  left: 3rem;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 1.4545454545;
}
@media (max-width: 767px) {
  .exp__contentCircleText02 {
    font-size: 1.5rem;
    top: 4.5rem;
    left: 2.3rem;
  }
}

.exp__contentCircleNum {
  position: relative;
  top: 6.2rem;
  left: 5rem;
  font-size: 6.4rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .exp__contentCircleNum {
    font-size: 6rem;
    top: 3.9rem;
    left: 2.4rem;
  }
}

.exp__contentTitle {
  font-size: 2.4rem;
  line-height: 1.625;
  font-weight: 800;
}
@media (max-width: 767px) {
  .exp__contentTitle {
    line-height: 1.4166666667;
    padding-left: 12rem;
    letter-spacing: 0.01em;
    margin-top: 0.8rem;
  }
}

.exp__contentText {
  margin-top: 2.4rem;
  line-height: 1.625;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .exp__contentText {
    line-height: 1.875;
  }
}

.exp__img {
  width: 34rem;
  max-width: 100%;
}

.exp__imgWrap {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .exp__imgWrap {
    margin-top: 0.4rem;
    gap: 0.4rem;
  }
}

.exp__topic {
  position: relative;
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .exp__topic {
    margin-top: 4rem;
  }
}

.exp__topicWrap {
  position: relative;
  overflow: hidden;
  border: solid 1px #17275C;
  outline: solid 1px #17275C;
  outline-offset: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.7rem;
  padding: 3.5rem 4rem 3.5rem 0;
  min-height: 20rem;
  z-index: 2;
  background: #fff;
}
@media (max-width: 767px) {
  .exp__topicWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
    padding: 2.4rem 2rem;
  }
}
.exp__topicWrap::after {
  position: absolute;
  content: "";
  top: -8rem;
  left: -2rem;
  width: 25.7rem;
  height: 25.7rem;
  background: #17275C;
  border-radius: 999px;
  z-index: -1;
}
@media (max-width: 767px) {
  .exp__topicWrap::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.exp__topicLeft {
  width: 21rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .exp__topicLeft {
    width: 100%;
  }
}

.exp__topicLabel {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: #BCA02F;
  display: inline-block;
  padding: 0.3rem 1.7rem;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .exp__topicLabel {
    padding: 0.5rem 1.9rem;
  }
}

.exp__topicTitle {
  font-size: 2.8rem;
  font-weight: 800;
}
.exp__topicTitle .is-small01 {
  font-size: 1.8rem;
  font-weight: 600;
}
.exp__topicTitle .is-small02 {
  font-size: 2rem;
}

.exp__topicRight {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exp__topicText {
  line-height: 1.625;
}
@media (max-width: 767px) {
  .exp__topicText {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

/* ===============================================
# voice
=============================================== */
.voice {
  background: #17275C;
  padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
  .voice {
    padding: 8rem 0;
  }
}

.voice__title .c-title__main {
  color: #fff;
}

.voice__wrap {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .voice__wrap {
    margin-top: 4rem;
  }
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.voice__content {
  margin-top: 2.2rem;
}

.voice__country {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #BCA02F;
  z-index: 2;
}
.voice__country::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0.2rem;
  background: #BCA02F;
  z-index: -1;
}
.voice__country span {
  background: #17275C;
  display: inline-block;
  padding-right: 0.8rem;
}

.voice__star {
  margin-top: 1rem;
  color: #BCA02F;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.voice__star .is-star {
  width: 11.5rem;
  height: 1.8rem;
  display: inline-block;
  background: url(../img/voice-star.svg) no-repeat left center/cover;
  margin-right: 0.5rem;
}

.voice__text {
  margin-top: 1.5rem;
  color: #fff;
  line-height: 1.625;
}

.voice__btn {
  margin: 5.5rem auto 0;
}
@media (max-width: 767px) {
  .voice__btn {
    margin-top: 3rem;
  }
}

/* ===============================================
# faq
=============================================== */
.faq {
  background: url(../img/back.jpg) repeat center center/cover;
  padding: 8rem 0 14.5rem;
}
@media (max-width: 767px) {
  .faq {
    background: url(../img/back_sp.jpg) repeat center center/cover;
    padding: 8rem 0 10rem;
  }
}

.faq__title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 2.4rem;
  }
}

.faq__wrap {
  margin-top: 3.2rem;
  border-bottom: 1px solid #17275C;
}

.p-faq__body {
  position: relative;
  border-top: 1px solid #17275C;
  line-height: 1.625;
  z-index: 2;
}

.p-faq__body[open] .p-faq__q::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.p-faq__q {
  position: relative;
  cursor: pointer;
  padding: 2rem 6rem 2rem 5.7rem;
}
@media (max-width: 767px) {
  .p-faq__q {
    font-size: 1.4rem;
    padding: 2rem 3rem 2rem 3.7rem;
  }
}
.p-faq__q .qa {
  top: 1.7rem;
}
.p-faq__q::after, .p-faq__q::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 0.3rem;
  background: #17275C;
}
@media (max-width: 767px) {
  .p-faq__q::after, .p-faq__q::before {
    width: 1.8rem;
    height: 0.2rem;
    right: 0.5rem;
  }
}
.p-faq__q::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-faq__q::before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-faq__a {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  color: #fff;
  padding: 1.2rem 2rem 1.2rem 5.7rem;
}
@media (max-width: 767px) {
  .p-faq__a {
    font-size: 1.6rem;
    padding: 1.2rem 2rem 1.2rem 3.7rem;
  }
}
.p-faq__a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8D98BA;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.9;
}
.p-faq__a .qa {
  top: 1rem;
}

.qa {
  position: absolute;
  left: 2rem;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .qa {
    font-size: 2rem;
    left: 1rem;
  }
}

.faq__btn {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .faq__btn {
    margin-top: 4rem;
  }
}

/* ===============================================
# spot
=============================================== */
.spot {
  border-top: 1.6rem solid #17275C;
  padding: 8rem 0 14.4rem;
}
@media (max-width: 767px) {
  .spot {
    padding: 8rem 0 10rem;
  }
}

.spot__catch {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3928571429;
}
@media (max-width: 767px) {
  .spot__catch {
    font-size: 2rem;
  }
}
.spot__catch span {
  position: relative;
  display: inline-block;
  padding: 0 4.5rem;
}
@media (max-width: 767px) {
  .spot__catch span {
    padding: 0 3rem;
  }
}
.spot__catch span::after, .spot__catch span::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 8rem;
  background: #17275C;
}
@media (max-width: 767px) {
  .spot__catch span::after, .spot__catch span::before {
    height: 5.5rem;
  }
}
.spot__catch span::after {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-30deg);
          transform: translate(0, -50%) rotate(-30deg);
}
.spot__catch span::before {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}

.spot__title {
  margin-top: 3rem;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .spot__title {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
.spot__title .dot {
  background-image: radial-gradient(circle at center, #BCA02F 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.04em 0.3em;
  padding-top: 0.2em;
}

.spot__wrap {
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .spot__wrap {
    margin-top: 4rem;
  }
}

.spot__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .spot__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.spot__itemTitle {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, #BCA02F), color-stop(65%, #BCA02F), to(transparent));
  background-image: linear-gradient(90deg, transparent 0%, #BCA02F 35%, #BCA02F 65%, transparent 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  padding: 1.2rem 0;
  text-align: center;
}

.spot__img {
  margin-top: 1.6rem;
}

.spot__text {
  margin-top: 1rem;
  line-height: 1.625;
}

.spot__btn {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .spot__btn {
    margin-top: 4rem;
  }
}

/* ===============================================
# Company
=============================================== */
.company {
  border-top: 1.6rem solid #17275C;
  background: url(../img/back.jpg) repeat center center/cover;
  padding: 14.4rem 0 14.4rem;
}
@media (max-width: 767px) {
  .company {
    padding: 8rem 0;
  }
}

.company__title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .company__title {
    font-size: 2.4rem;
  }
}

.company__wrap {
  max-width: 64rem;
  padding: 4rem 0;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #17275C;
  outline: solid 1px #17275C;
  outline-offset: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .company__wrap {
    padding: 4rem 2rem;
  }
}

.company__content {
  line-height: 1.625;
}
.company__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .company__content dl {
    font-size: 1.4rem;
  }
}
.company__content dl:not(:first-child) {
  margin-top: 1.2rem;
}
.company__content dt {
  width: 11rem;
}
@media (max-width: 767px) {
  .company__content dt {
    width: 9rem;
  }
}
.company__content dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__content a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.company__content a:hover {
  opacity: 0.7;
}

/* ===============================================
# modal
=============================================== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__inner {
  position: relative;
  max-width: min(72rem, 80vw);
  margin: 6vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 4rem;
  max-height: 88vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .modal__inner {
    max-width: 90vw;
    padding: 4rem 2rem;
    max-height: 80vh;
    margin: 10vh auto;
  }
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.8rem;
  background: transparent;
  border: 0;
  line-height: 1;
  cursor: pointer;
  color: #000;
  -webkit-tap-highlight-color: transparent; /* iOSの水色ハイライトを消す */
  outline: none; /* 通常のアウトラインを消す */
}
@media (max-width: 767px) {
  .modal__close {
    font-size: 2rem;
  }
}

body.modal-lock {
  overflow: hidden;
}

/* ===============================================
# 繁体字中国語
=============================================== */
@media (max-width: 767px) {
  #zh-hant .p-fv__catch::before {
    height: 14vw;
  }
  #zh-hant .p-fv__catch::after {
    height: 14vw;
  }
}
#zh-hant .cvText {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #zh-hant .cvText {
    font-size: 1.5rem;
  }
}
#zh-hant .p-fv__list {
  bottom: 2.4305555556vw;
}
@media (max-width: 767px) {
  #zh-hant .p-fv__list {
    left: 2.6666666667vw;
    bottom: 13.3333333333vw;
  }
}
#zh-hant .p-fv__listItem p {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  #zh-hant .p-fv__listItem p {
    font-size: 4.3vw;
  }
}
#zh-hant .cvLabel {
  width: 14rem;
}
@media (max-width: 767px) {
  #zh-hant .cvLabel {
    width: 12rem;
  }
}
#zh-hant .exp__contentCircleTextMore {
  top: 3.3rem;
  left: 4.5rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #zh-hant .exp__contentCircleTextMore {
    font-size: 1.4rem;
    top: 2.7rem;
    left: 2.6rem;
  }
}
#zh-hant .exp__contentCircleText02 {
  top: 6rem;
  left: 3rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  #zh-hant .exp__contentCircleText02 {
    top: 4.5rem;
    left: 2.2rem;
    font-size: 1.5rem;
  }
}
/* @media (max-width: 767px) {
  #zh-hant .exp__contentTitle {
    margin-top: 4rem;
  }
} */

/* ===============================================
# 簡体字中国語
=============================================== */
/* #zh-hans .p-fv__catch .big {
  font-size: 5vw;
}
@media (max-width: 767px) {
  #zh-hans .p-fv__catch .big {
    font-size: 10.6666666667vw;
  }
} */
@media (max-width: 767px) {
  .p-fv__read {
    line-height: 1.3;
  }
}

#zh-hans .p-fv__catch::before {
  height: 8vw;
}
#zh-hans .p-fv__catch::after {
  height: 8vw;
}
@media (max-width: 767px) {
  #zh-hans .p-fv__catch::before {
    height: 14vw;
  }
  #zh-hans .p-fv__catch::after {
    height: 14vw;
  }
}
#zh-hans .p-fv__list {
  bottom: 2.4305555556vw;
  left: 20.1388888889vw;
}
@media (max-width: 767px) {
  #zh-hans .p-fv__list {
    left: 2.6666666667vw;
    bottom: 13.3333333333vw;
  }
}
#zh-hans .p-fv__listItem p {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  #zh-hans .p-fv__listItem p {
    font-size: 4.3vw;
  }
}
@media (max-width: 767px) {
  #zh-hans .access__text01 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  #zh-hans .p-View2__title {
    font-size: 2.2rem;
  }
}
#zh-hans .exp__box.is-04 .exp__topic::after {
  bottom: -4rem;
}
@media (max-width: 767px) {
  #zh-hans .exp__box.is-04 .exp__topic::after {
    bottom: auto;
    right: -1rem;
  }
}
#zh-hans .cvLabel {
  width: 14rem;
}
@media (max-width: 767px) {
  #zh-hans .cvLabel {
    width: 12rem;
  }
}
#zh-hans .exp__contentCircleTextMore {
  top: 3.3rem;
  left: 4.5rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #zh-hans .exp__contentCircleTextMore {
    font-size: 1.4rem;
    top: 2.7rem;
    left: 2.6rem;
  }
}
#zh-hans .exp__contentCircleText02 {
  top: 6rem;
  left: 4rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  #zh-hans .exp__contentCircleText02 {
    top: 4.8rem;
    left: 2.8rem;
    font-size: 1.5rem;
  }
}
/* @media (max-width: 767px) {
  #zh-hans .exp__contentTitle {
    margin-top: 4rem;
  }
} */

/* ===============================================
# 英語
=============================================== */
#en {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}
#en .p-header__items li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#en .p-header__items li a .main {
  color: #BCA02F;
}
#en .p-header__items li a:hover {
  opacity: 0.7;
}
#en .p-fv__read {
  line-height: 1.2;
}
#en .p-fv__catch {
  font-size: 2.0833333333vw;
}
@media (max-width: 767px) {
  #en .p-fv__catch {
    font-size: 4.6vw;
  }
}
#en .p-fv__catch .big {
  /* font-size: 3.3333333333vw; */
  font-size: 2.0833333333vw;
}
@media (max-width: 767px) {
  #en .p-fv__catch .big {
    /* font-size: 7.4666666667vw; */
    font-size: 4.6vw;
  }
}
#en .p-fv__catch::before {
  right: -0.9027777778vw;
  height: 6vw;
}
@media (max-width: 767px) {
  #en .p-fv__catch::before {
    right: -3vw;
    height: 15vw;
  }
}
#en .p-fv__catch::after {
  height: 6vw;
}
@media (max-width: 767px) {
  #en .p-fv__catch::after {
    height: 15vw;
    left: -3vw;
  }
}
#en .p-fv__listItem p {
  font-size: 1.24vw;
}
@media (max-width: 767px) {
  #en .p-fv__listItem p {
    font-size: 3.7333333333vw;
  }
}
#en .c-btn__mainText {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #en .c-btn__mainText {
    font-size: 1.6rem;
    padding-top: 0.4rem;
  }
}
#en .p-View__title {
  letter-spacing: 0;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  #en .p-View__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #en .p-View__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #en .access__text01 {
    font-size: 2rem;
  }
}
#en .p-View__para {
  height: 65rem;
}
@media (max-width: 767px) {
  #en .p-View2__para {
    height: 64rem;
  }
}
#en .p-View2__title {
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #en .p-View2__title {
    font-size: 2.4rem;
  }
}
#en .washoku__title {
  line-height: 1.2;
}
@media (max-width: 767px) {
  #en .washoku__title {
    font-size: 2.6rem;
  }
  #en .washoku__title .is-small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #en .washoku__catch {
    font-size: 2rem;
  }
}
#en .exp__contentCircleText {
  left: 3rem;
}
@media (max-width: 767px) {
  #en .exp__contentCircleText {
    left: 1.8rem;
  }
}
#en .exp__line--2 {
  top: 71rem;
}
#en .exp__line--3 {
  top: 150rem;
}
#en .exp__line--4 {
    top: 212rem;
    right: -15rem;
    width: 84.8rem;
}
#en .exp__topicWrap.is-01::after {
  top: -5rem;
}
@media (max-width: 767px) {
  #en .exp__topicWrap.is-01::after {
    top: -7rem;
  }
}
#en .exp__topicTitle {
  font-size: 2rem;
}
#en .exp__topicTitle .is-small01 {
  font-size: 1.5rem;
}
#en .exp__topicTitle .is-small02 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #en .faq__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #en .spot__catch span {
    padding: 0 2rem;
  }
}
#en .spot__title {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #en .spot__title {
    font-size: 2.2rem;
  }
}
#en .spot__title .dot {
  background-size: 0.5em 0.3em;
}
@media (max-width: 767px) {
  #en .company__content dl {
    display: block;
  }
}
#en .company__content dt {
  width: 14rem;
}
@media (max-width: 767px) {
  #en .company__content dt {
    width: 100%;
  }
}
#en .cv {
  width: 40rem;
}
@media (max-width: 767px) {
  #en .cv {
    width: 95%;
  }
}
#en .cvText {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #en .cvText {
    font-size: 1.1rem;
  }
}
#en .cvLabel {
  width: 15rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #en .cvLabel {
    width: 13rem;
    font-size: 1.1rem;
  }
}
#en .course__contentUnder.is-small {
  font-size: 1.5rem;
}
#en .exp__contentCircleText02 {
  top: 5.2rem;
  left: 2.8rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #en .exp__contentCircleText02 {
    top: 3.4rem;
    left: 1rem;
    font-size: 1.2rem;
  }
}
#en .exp__box.is-06 .exp__content {
  margin-top: 0;
}
@media (max-width: 767px) {
  #en .p-View2::after {
    top: -9rem;
  }
}

/* ===============================================
# 韓国語
=============================================== */
/* #ko .p-fv__catch::before {
  right: -0.6944444444vw;
}
@media (max-width: 767px) {
  #ko .p-fv__catch::before {
    right: -2.6666666667vw;
  }
} */
@media (max-width: 767px) {
  #ko .p-fv__listItem p {
    font-size: 4.8vw;
  }
}
#ko .spot__title .dot {
  background-size: 0.9em 0.3em;
}
@media (max-width: 767px) {
  #ko .access__text01 {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  #ko .washoku__title .is-small {
    font-size: 3rem;
  }
}
#ko .exp__contentCircleText02 {
  top: 5.2rem;
  left: 3.2rem;
}
@media (max-width: 767px) {
  #ko .exp__contentCircleText02 {
    top: 3.6rem;
    left: 2rem;
  }
}
@media (max-width: 767px) {
  #ko .exp__contentTitle {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.u-separate {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-mCV10 {
  margin: 10rem 0;
}

/* ===============================
   オフスクリーン背景の後回し
   content-visibility + 予備サイズ
   =============================== */
@supports (content-visibility: auto) {
  /* 下層セクションをまとめて遅延描画 */
  .p-View__para,
  .p-View2__para,
  .access,
  .course,
  .washoku,
  .exp,
  .voice,
  .faq,
  .spot,
  .company {
    content-visibility: auto;
    /* ビューポートに入るまで描画スキップ */
    contain-intrinsic-size: 960px;
    /* ざっくりの仮高さ（後で微調整可） */
  }
  /* モバイルはやや小さめの仮高さに */
  @media (max-width: 767px) {
    .p-View__para,
    .p-View2__para,
    .access,
    .course,
    .washoku,
    .exp,
    .voice,
    .faq,
    .spot,
    .company {
      contain-intrinsic-size: 720px;
    }
  }
}
.u-mt {
  margin-top: var(--mt);
  --mt: var(--mt-pc, 2.4rem);
}
@media (max-width: 767px) {
  .u-mt {
    --mt: var(--mt-sp, 1.6rem);
  }
}