/* zen-kaku-gothic-new-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/manrope-v19-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-brand: #115BE6;
  --color-brand-sub: #105BE6;
  --color-brand-light: #FFFFFF;
  --color-error: #dc3545;
  --color-main-bg: #FFFFFF;
  --color-sidebar-bg: #F5F5F5;
  --color-header-bg: #FFFFFF;
  --color-footer-bg: #2E2E2E;
  --color-surface: #F5F5F5;
  --color-button: #FF690B;
  --color-label-eiken: #E61912;
  --color-text: #0F0F0F;
  --color-text-sub: #A3A3A3;
  --color-text-on-dark: #FFFFFF;
  --color-text-link: #115BE6;
  --color-text-red: #E61912;
  --color-accent: #F0E92A;
  --color-Glimmer: #FF680D;
  --color-Twinkle: #FBB42E;
  --color-Sparkle: #1BC43B;
  --color-Shine: #1DC39D;
  --color-Glow: #34CCD9;
  --color-Flare: #0277DE;
  --color-Radiant: #8746DB;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  color: var(--color-text);
  background-color: var(--color-main-bg);
}

.font-en {
  font-family: "manrope", sans-serif;
}

.layout__content {
  width: 100%;
  padding-left: clamp(180px, 15vw, 220px);
}
@media (max-width: 1023px) {
  .layout__content {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  main {
    padding-top: 60px;
  }
}

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

ul {
  list-style: none;
}

a,
a:visited,
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  color: var(--color-text);
}

h1, h2, h3, h4 {
  font-weight: 500;
}

.page-header {
  width: 100%;
  height: 20.8333333333vw;
  max-height: 300px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 100px 100px;
}
@media (max-width: 1023px) {
  .page-header {
    width: 94.6666666667%;
    aspect-ratio: 355/120;
    height: auto;
    max-height: 250px;
    border-radius: 20px;
    margin: 0 auto;
  }
}
.page-header .page-header__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  padding-left: 100px;
}
@media (max-width: 1023px) {
  .page-header .page-header__title {
    padding-left: 20px;
  }
}
.page-header .page-header__title .page-header__title-ja {
  display: block;
  font-size: 1.8rem;
  line-height: 1.444;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .page-header .page-header__title .page-header__title-ja {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.page-header .page-header__title .page-header__title-en {
  display: block;
  font-size: 5.4rem;
  line-height: 1.37;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .page-header .page-header__title .page-header__title-en {
    font-size: 2.8rem;
    line-height: 1.357;
  }
}

.page-header--about {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/about.webp);
}
.page-header--story {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/story.webp);
}
.page-header--class {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/class.webp);
}
.page-header--teacher {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/teacher.webp);
}
.page-header--voice {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/voice.webp);
}
.page-header--news {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/news.webp);
}
.page-header--access {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/access.webp);
}
.page-header--faq {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/faq.webp);
}
.page-header--entry {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/entry.webp);
}
.page-header--privacy {
  background-image: url(../images/page-fv/filter.webp), url(../images/page-fv/privacy.webp);
}
@media (max-width: 1023px) {
  .page-header--about {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/about_sp.webp);
  }
  .page-header--story {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/story_sp.webp);
  }
  .page-header--class {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/class_sp.webp);
  }
  .page-header--teacher {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/teacher_sp.webp);
  }
  .page-header--voice {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/voice_sp.webp);
  }
  .page-header--news {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/news_sp.webp);
  }
  .page-header--access {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/access_sp.webp);
  }
  .page-header--faq {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/faq_sp.webp);
  }
  .page-header--entry {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/entry_sp.webp);
  }
  .page-header--privacy {
    background-image: url(../images/page-fv/filter_sp.webp), url(../images/page-fv/privacy_sp.webp);
  }
}

.sec__title {
  position: relative;
}
.sec__title::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--color-brand) 50%, #0F0F0F 50%);
}
@media (max-width: 1023px) {
  .sec__title::after {
    width: 30px;
  }
}
.sec__title .sec__title-ja {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 1023px) {
  .sec__title .sec__title-ja {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.sec__title .sec__title-en {
  display: block;
  font-size: 5.4rem;
  line-height: 1.3703703704;
}
@media (max-width: 1023px) {
  .sec__title .sec__title-en {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}

.u-font-light {
  font-weight: 200;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 500;
}

.u-font-bold {
  font-weight: 700;
}

.u-pc-only {
  display: block;
}

.u-sp-only {
  display: none;
}

@media (max-width: 1023px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

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

.u-text-right {
  text-align: right;
}

.u-content-padding {
  padding: 100px 0 160px;
}

@media (max-width: 1023px) {
  .u-content-padding {
    padding: 40px 0 100px;
  }
}
.u-arrow {
  position: relative;
  display: inline-block;
}

.u-arrow::before,
.u-arrow::after {
  content: "";
  height: 1px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
  background-color: var(--color-brand);
  border-radius: 9999px;
}
@media (max-width: 1023px) {
  .u-arrow::before,
  .u-arrow::after {
    width: 8px;
    height: 1px;
  }
}

.u-pulldown-arrow {
  position: relative;
  display: inline-block;
}

.u-pulldown-arrow::before,
.u-pulldown-arrow::after {
  content: "";
  width: 2px;
  height: 10.4px;
  position: absolute;
  top: calc(50% - 4px);
  right: 23px;
  border-radius: 9999px;
  background-color: #0F0F0F;
  transform-origin: 50% calc(100% - 1px);
  pointer-events: none;
}

.u-pulldown-arrow::before {
  transform: rotate(51.35deg);
}

.u-pulldown-arrow::after {
  transform: rotate(-51.35deg);
}

.u-focus {
  transition: 0.3s ease;
}
.u-focus:focus {
  border: 1px solid var(--color-brand) !important;
}

.sidebar {
  width: 220px;
  width: clamp(180px, 15vw, 220px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-sidebar-bg);
  padding-top: clamp(5px, 4.0287769784vh, 40px);
  padding-bottom: clamp(5px, 3.0215827338vh, 40px);
}
@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar .sidebar__inner::-webkit-scrollbar {
  display: none;
}
.sidebar .sidebar__inner .sidebar__logo {
  width: 91.8181818182%;
  display: block;
  margin: 0 auto;
}
.sidebar .sidebar__inner .sidebar__nav {
  width: clamp(150px, 78.1818181818%, 172px);
  margin: clamp(5px, 1.5827338129vh, 45px) auto 0;
}
.sidebar .sidebar__inner .sidebar__nav .sidebar__item {
  height: clamp(35px, 6.0431654676vh, 56px);
  position: relative;
  border-radius: 6px;
  transition: 0.3s;
}
.sidebar .sidebar__inner .sidebar__nav .sidebar__item.current-menu-item {
  background-color: var(--color-accent);
}
.sidebar .sidebar__inner .sidebar__nav .sidebar__item:hover {
  background-color: var(--color-accent);
}
.sidebar .sidebar__inner .sidebar__nav .sidebar__item .sidebar__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 2.3021582734vh, 18px);
  line-height: 1.333;
  padding-left: 13px;
}
.sidebar .sidebar__inner .sidebar__actions {
  width: clamp(150px, 72.7272727273%, 160px);
  margin: 10px auto 0;
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn {
  width: 100%;
  height: 60px;
  height: clamp(60px, 8.6330935252vh, 70px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.429;
  border-radius: 10px;
  padding: 0 8.75% 0 10.625%;
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn .u-arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn .u-arrow::before, .sidebar .sidebar__inner .sidebar__actions .sidebar__btn .u-arrow::after {
  width: 6.3px;
  right: calc(50% - 3.15px);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn .u-arrow::before {
  transform: rotate(41.2deg);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn .u-arrow::after {
  transform: rotate(-41.2deg);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--primary {
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--primary .u-arrow {
  border: 1px solid var(--color-brand-light);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--primary .u-arrow::before, .sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--primary .u-arrow::after {
  background-color: var(--color-brand-light);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--secondary {
  color: var(--color-brand);
  border: 1px solid var(--color-brand);
  margin-top: 10px;
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--secondary .u-arrow {
  border: 1px solid var(--color-brand);
}
.sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--secondary .u-arrow::before, .sidebar .sidebar__inner .sidebar__actions .sidebar__btn.sidebar__btn--secondary .u-arrow::after {
  background-color: var(--color-brand);
}
.sidebar .sidebar__inner .sidebar__contact {
  width: 100%;
  margin-top: clamp(14px, 2.0143884892vh, 24px);
}
.sidebar .sidebar__inner .sidebar__contact .sidebar__contact-label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.429;
  letter-spacing: 0;
}
.sidebar .sidebar__inner .sidebar__contact .sidebar__contact-tel {
  display: block;
  font-size: 2.4rem;
  line-height: 1.375;
  letter-spacing: 0.06em;
}
.sidebar .sidebar__inner .sidebar__contact .sidebar__contact-info {
  font-size: 1.2rem;
  line-height: 1.333;
  letter-spacing: 0;
  color: #898989;
}

.header {
  display: none;
}
@media (max-width: 1023px) {
  .header {
    display: block;
  }
}
.header .header__inner {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  background-color: var(--color-header-bg);
  transition: all 0.3s ease;
}
.header .header__inner .header__logo {
  width: 183px;
  position: relative;
  z-index: 995;
  padding-left: 10px;
}
.header .header__inner .header__icons {
  display: flex;
  column-gap: 6px;
  position: relative;
  z-index: 995;
  padding-right: 16px;
}
.header .header__inner .header__icons .header__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.header .header__inner .header__icons .header__icon--mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-accent);
}
.header .header__inner .header__icons .header__icon--mail .header__icon-image {
  width: 14px;
}
.header .header__inner .header__icons .header__icon--hamburger {
  position: relative;
  background-color: var(--color-brand);
  transition: all 0.3s ease;
}
.header .header__inner .header__icons .header__icon--hamburger::before, .header .header__inner .header__icons .header__icon--hamburger::after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-text-on-dark);
  transition: all 0.3s ease;
}
.header .header__inner .header__icons .header__icon--hamburger::before {
  transform: translate(-50%, -200%);
}
.header .header__inner .header__icons .header__icon--hamburger::after {
  transform: translate(-50%, 150%);
}
.header .header__menu {
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 980;
  background-color: var(--color-main-bg);
  transform: translate(0, -110%);
  opacity: 0;
  transition: all 0.3s ease;
}
.header .header__menu .header__nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--color-brand);
  padding: 20px 0;
}
.header .header__menu .header__nav .header__list {
  width: 100%;
  max-width: 550px;
  height: calc(77.6699029126% + 30px);
  max-height: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 8px;
}
.header .header__menu .header__nav .header__list .header__item {
  width: 45.3333333333%;
  height: 22.2222222222%;
}
.header .header__menu .header__nav .header__list .header__item .header__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 60px;
  letter-spacing: 0;
  background-color: var(--color-main-bg);
  border-radius: 6px;
}
.header .header__menu .header__actions {
  width: 92.8%;
  height: 49.0939044481%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
  margin: 0 auto;
}
.header .header__menu .header__actions .header__btn {
  width: 100%;
  height: 24.8322147651%;
  max-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-brand);
  background-color: var(--color-main-bg);
  border: 1px solid var(--color-brand-sub);
  border-radius: 10px;
  padding: 0 4.5977011494% 0 5.7471264368%;
}
.header .header__menu .header__actions .header__btn:not(:first-child) {
  margin-top: 8px;
}
.header .header__menu .header__actions .header__btn .u-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-brand);
  border-radius: 50%;
}
.header .header__menu .header__actions .header__btn .u-arrow::before, .header .header__menu .header__actions .header__btn .u-arrow::after {
  width: 8px;
  right: calc(50% - 4px);
}
.header .header__menu .header__actions .header__btn .u-arrow::before {
  transform: rotate(45deg);
}
.header .header__menu .header__actions .header__btn .u-arrow::after {
  transform: rotate(-45deg);
}
.header .header__menu .header__actions .header__contact {
  width: 88%;
  max-width: 400px;
  margin: 12px auto 0;
}
.header .header__menu .header__actions .header__contact .header__contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__menu .header__actions .header__contact .header__contact-wrap .header__contact-label {
  font-size: 1.4rem;
  line-height: 1.429;
  letter-spacing: 0;
}
.header .header__menu .header__actions .header__contact .header__contact-wrap .header__contact-tel {
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media (max-width: 370px) {
  .header .header__menu .header__actions .header__contact .header__contact-wrap .header__contact-tel {
    letter-spacing: 0;
  }
}
.header .header__menu .header__actions .header__contact .header__contact-note {
  font-size: 1.2rem;
  line-height: 1.333;
  letter-spacing: 0;
  text-align: right;
  color: var(--color-text-sub);
}
.header.is-active .header__inner {
  background-color: var(--color-brand);
}
.header.is-active .header__inner .header__icons .header__icon--hamburger {
  background-color: var(--color-main-bg);
}
.header.is-active .header__inner .header__icons .header__icon--hamburger::before, .header.is-active .header__inner .header__icons .header__icon--hamburger::after {
  width: 14.56px;
  transform-origin: center;
  background-color: #000000;
}
.header.is-active .header__inner .header__icons .header__icon--hamburger::before {
  transform: translate(-50%, -50%) rotate(15.9deg);
}
.header.is-active .header__inner .header__icons .header__icon--hamburger::after {
  transform: translate(-50%, -50%) rotate(-15.9deg);
}
.header.is-active .header__menu {
  transform: translate(0, 0);
  opacity: 1;
}

.footer {
  width: 100%;
}
.footer .footer__contact {
  width: clamp(720px, 81.9672131148%, 1000px);
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  background-color: var(--color-brand);
  background-color: var(--color-brand);
  border-radius: 60px;
  padding: 85px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .footer .footer__contact {
    width: clamp(320px, 88%, 760px);
    border-radius: 40px;
    padding: 40px 0;
  }
}
.footer .footer__contact .footer__contact-label {
  font-size: 3.4rem;
  line-height: 1.441;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-label {
    font-size: 2.4rem;
    line-height: 1.417;
  }
}
.footer .footer__contact .footer__contact-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 18px;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-text {
    font-size: 1.4rem;
    line-height: 1.714;
    margin-top: 16px;
  }
}
.footer .footer__contact .footer__contact-btn-wrap {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 18px;
    margin-top: 26px;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn {
  width: clamp(300px, 29.296875vw, 400px);
  height: 150px;
  border: 3px solid var(--color-brand-light);
  border-radius: 30px;
  padding-top: 35px;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn {
    width: 84.8484848485%;
    max-width: 350px;
    height: 120px;
    border-radius: 30px;
    padding-top: 26px;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-label {
  display: block;
  font-size: 1.8rem;
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--color-text-on-dark);
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text {
  display: block;
  font-size: 3.2rem;
  line-height: 1.375;
  letter-spacing: 0;
  color: var(--color-text-on-dark);
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text {
    margin-top: 10px;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text--en {
  font-size: 3.2rem;
  line-height: 1.375;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text--en {
    font-size: 2.6rem;
    line-height: 1.385;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text--en::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../../assets/images/common/icon_tel.webp);
  background-size: 100%;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text--en::before {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text--ja {
  font-size: 2.4rem;
  line-height: 1.75;
  color: transparent;
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn .footer__contact-btn-text--ja {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact {
  background-color: var(--color-main-bg);
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact .footer__contact-btn-label {
  color: var(--color-text);
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::before, .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::after {
  width: 12px;
  right: 8.3756345178%;
}
@media (max-width: 1200px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::before, .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::after {
    right: 4.2857142857%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::before, .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::after {
    width: 8.1px;
    right: 5%;
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::before {
  transform: rotate(43.15deg);
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::before {
    transform: rotate(45deg);
  }
}
.footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::after {
  transform: rotate(-43.15deg);
}
@media (max-width: 1023px) {
  .footer .footer__contact .footer__contact-btn-wrap .footer__contact-btn--contact.u-arrow::after {
    transform: rotate(-45deg);
  }
}
.footer .footer__main {
  width: 100%;
  position: relative;
  background-color: var(--color-footer-bg);
  padding: 80px 0 12px;
}
@media (max-width: 1023px) {
  .footer .footer__main {
    padding: 50px 0 20px;
  }
}
.footer .footer__main::before {
  content: "";
  width: 100%;
  height: 230px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  transform: translateY(-100%);
  background-color: var(--color-footer-bg);
  border-radius: 60px 60px 0px 0px;
}
@media (max-width: 1023px) {
  .footer .footer__main::before {
    height: 250px;
  }
}
.footer .footer__main .footer__logo {
  width: 497px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__logo {
    width: 327px;
  }
}
.footer .footer__main .footer__nav {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__nav {
    margin-top: 50px;
  }
}
.footer .footer__main .footer__nav .footer__nav-list {
  display: flex;
  justify-content: center;
  column-gap: clamp(15px, 1.46484375vw, 60px);
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__nav .footer__nav-list {
    max-height: 220px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: normal;
    align-content: center;
    gap: 30px 80px;
  }
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__nav .footer__nav-list .footer__nav-item {
    width: fit-content;
    height: 20px;
  }
}
.footer .footer__main .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link {
  height: 100%;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.429;
  color: var(--color-text-on-dark);
}
.footer .footer__main .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link .a-rotate-vertically {
  height: 100%;
  display: inline-block;
  text-shadow: 0 -1.429em 0 var(--color-text-on-dark), 0 0 0 var(--color-text-on-dark);
}
.footer .footer__main .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link .a-rotate-vertically:hover {
  text-shadow: 0 0 0 var(--color-text-on-dark), 0 1.429em 0 var(--color-text-on-dark);
}
.footer .footer__main .footer__sns {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__sns {
    margin-top: 60px;
  }
}
.footer .footer__main .footer__sns .footer__sns-link {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main-bg);
  border-radius: 50%;
}
.footer .footer__main .footer__sns .footer__sns-link img {
  width: 32px;
}
.footer .footer__main .footer__copyright {
  font-size: 1.2rem;
  line-height: 1.417;
  letter-spacing: 0.06em;
  color: var(--color-text-on-dark);
  margin-top: 45px;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__copyright {
    margin-top: 16px;
  }
}

@keyframes slide01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.a-slide01-t-photo {
  animation: slide01 80s linear infinite;
}

.a-slide01-t-point {
  animation: slide01 120s linear infinite;
}
@media (max-width: 1023px) {
  .a-slide01-t-point {
    animation: slide01 60s linear infinite;
  }
}

.a-rotate-vertically {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--color-text-on-dark), 0 0 0 var(--color-text-on-dark);
  transition: text-shadow 0.3s;
}

.a-rotate-vertically:hover {
  text-shadow: 0 0 0 var(--color-text-on-dark), 0 1.5em 0 var(--color-text-on-dark);
}

.a-rotate-vertically--black {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--color-text), 0 0 0 var(--color-text);
  transition: text-shadow 0.3s;
}

.a-rotate-vertically--white {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--color-text-on-dark), 0 0 0 var(--color-text-on-dark);
  transition: text-shadow 0.3s;
}
.a-rotate-vertically--white--2lines {
  text-shadow: 0 -3em 0 var(--color-text-on-dark), 0 0 0 var(--color-text-on-dark);
}

.a-rotate-vertically--blue {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--color-text-link), 0 0 0 var(--color-text-link);
  transition: text-shadow 0.3s;
}

.a-rotate-vertically--btn:hover .a-rotate-vertically--black {
  text-shadow: 0 0 0 var(--color-text), 0 1.5em 0 var(--color-text);
}
.a-rotate-vertically--btn:hover .a-rotate-vertically--white {
  text-shadow: 0 0 0 var(--color-text-on-dark), 0 1.5em 0 var(--color-text-on-dark);
}
.a-rotate-vertically--btn:hover .a-rotate-vertically--white--2lines {
  text-shadow: 0 0 0 var(--color-text-on-dark), 0 3em 0 var(--color-text-on-dark);
}
.a-rotate-vertically--btn:hover .a-rotate-vertically--blue {
  text-shadow: 0 0 0 var(--color-text-link), 0 1.5em 0 var(--color-text-link);
}/*# sourceMappingURL=common.css.map */