@charset "UTF-8";
/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #F2F2F2;
  color: #131314;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  outline: none;
}

* {
  letter-spacing: 0.1em;
}

*:before, *:after {
  display: block;
}

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

a {
  text-decoration: none;
}

a[href*="tel:"] {
  text-decoration: underline;
}

@media (hover: hover) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
@container (max-width: 768px) {
  .cont-pc-br {
    display: none;
  }
}
@container (min-width: 769px) {
  .cont-sp-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}
@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }

  .opacity-link:hover {
    opacity: 0.7;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.pdf-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  -webkit-mask: url(../images/common/ico_pdf.svg) no-repeat center/contain;
          mask: url(../images/common/ico_pdf.svg) no-repeat center/contain;
  background: #131314;
  vertical-align: baseline;
  transform: translateY(2px);
}

.svg-box {
  display: none;
}

.wrapper {
  width: 100%;
  min-width: 320px;
  position: relative;
  overflow: clip;
}

/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
.c-ttl01__en span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .c-ttl01__en span {
    font-size: clamp(1px, 10.66vw, 40px);
  }
}
@media (min-width: 769px) {
  .c-ttl01__en span {
    font-size: clamp(1px, 4.39vw, 60px);
  }
}
.c-ttl01__ja {
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .c-ttl01__ja {
    font-size: clamp(1px, 4.26vw, 16px);
  }
}
@media (min-width: 769px) {
  .c-ttl01__ja {
    font-size: clamp(1px, 1.46vw, 20px);
  }
}
.c-ttl01__en {
  overflow: hidden;
}

.c-ttl01__en span {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease-out, transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.6s;
}

.c-ttl01.is-active .c-ttl01__en span {
  opacity: 1;
  transform: translateY(0);
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(2) {
  transition-delay: 0.04s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(3) {
  transition-delay: 0.08s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(4) {
  transition-delay: 0.12s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(5) {
  transition-delay: 0.16s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(6) {
  transition-delay: 0.2s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(7) {
  transition-delay: 0.24s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(8) {
  transition-delay: 0.28s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(9) {
  transition-delay: 0.32s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(10) {
  transition-delay: 0.36s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(11) {
  transition-delay: 0.4s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(12) {
  transition-delay: 0.44s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(13) {
  transition-delay: 0.48s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(14) {
  transition-delay: 0.52s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(15) {
  transition-delay: 0.56s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(16) {
  transition-delay: 0.6s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(17) {
  transition-delay: 0.64s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(18) {
  transition-delay: 0.68s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(19) {
  transition-delay: 0.72s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(20) {
  transition-delay: 0.76s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(21) {
  transition-delay: 0.8s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(22) {
  transition-delay: 0.84s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(23) {
  transition-delay: 0.88s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(24) {
  transition-delay: 0.92s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(25) {
  transition-delay: 0.96s;
}

.c-ttl01.is-active .c-ttl01__en span:nth-child(26) {
  transition-delay: 1s;
}

@keyframes ttl-anime {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*------------------------------------------
button
------------------------------------------*/
.c-btn01 a,
.c-btn01 button {
  padding: 6px 0;
  background: #46C2FF;
  color: #131314;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease;
}

.c-btn01 .txt {
  letter-spacing: 0;
  line-height: 1.36;
}

@media (max-width: 768px) {
  .c-btn01 .txt {
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .c-btn01 .txt {
    font-size: 13px;
  }
}
.c-btn01 .arrow {
  transform: rotate(-45deg);
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}

@media (max-width: 768px) {
  .c-btn01 .arrow {
    width: 11px;
  }
}
@media (min-width: 769px) {
  .c-btn01 .arrow {
    width: 10px;
  }
}
.c-btn01 .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}

.c-btn01 .arrow::before {
  background: #131314;
}

@media (hover: hover) {
  .c-btn01 a:hover,
.c-btn01 button:hover {
    background: #fff;
  }

  .c-btn01 a:hover .arrow::before,
.c-btn01 button:hover .arrow::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
.c-btn01.white a,
.c-btn01.white button {
  background: #fff;
}

@media (hover: hover) {
  .c-btn01.white a:hover,
.c-btn01.white button:hover {
    background: #46C2FF;
  }
}
.c-btn01.gray a,
.c-btn01.gray button {
  background: #EAEAEA;
}

@media (hover: hover) {
  .c-btn01.gray a:hover,
.c-btn01.gray button:hover {
    background: #46C2FF;
  }
}
/*------------------------------------------
card
------------------------------------------*/
.c-card01 {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .c-card01 {
    padding: 40px 0;
  }
}
@media (min-width: 769px) {
  .c-card01 {
    padding: 140px 0;
    display: flex;
    align-items: flex-start;
  }
}
.c-card01:first-child {
  border-top: 1px solid #ccc;
}

@media (min-width: 769px) {
  .c-card01__img {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .c-card01__detail {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .c-card01__detail {
    padding: 0 clamp(1px, 4.68vw, 64px);
    flex: 1;
  }
}
.c-card01__en01 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .c-card01__en01 {
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 769px) {
  .c-card01__en01 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .c-card01__txt01 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .c-card01__txt01 {
    font-size: clamp(1px, 2.9vw, 32px);
    line-height: 1.5;
  }
}
.c-card01__txt02 {
  font-size: 15px;
  line-height: 1.74;
}

.c-card01__box01 {
  background: #E5E5E5;
  padding: 6px 11px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: clamp(1px, 3.46vw, 13px);
  line-height: 1.5;
  font-weight: 500;
}

.c-card02 {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .c-card02 {
    padding: 40px 0;
  }
}
@media (min-width: 769px) {
  .c-card02 {
    padding: 48px 0;
    display: flex;
    flex-direction: row-reverse;
  }
}
.c-card02:first-child {
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  .c-card02__detail {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-card02__detail {
    width: 60%;
    padding: 0 clamp(1px, 5vw, 145px) 0 0;
  }
}
@media (min-width: 1025px) {
  .c-card02__detail {
    width: 50%;
    padding: 0 clamp(1px, 10.61vw, 145px) 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-card02__img {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .c-card02__img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-card02__txt01 {
    font-size: 20px;
    line-height: 1.57;
  }
}
@media (min-width: 769px) {
  .c-card02__txt01 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
  }
}
.c-card02__txt02 {
  font-size: 15px;
  line-height: 1.74;
}

@media (max-width: 768px) {
  .c-card02__txt02 {
    margin: 16px auto 0;
  }
}
@media (min-width: 769px) {
  .c-card02__txt02 {
    margin: 24px auto 0;
  }
}
/*------------------------------------------
list
------------------------------------------*/
.c-list01 .bundle {
  position: relative;
}

@media (max-width: 768px) {
  .c-list01 .bundle {
    padding: 12px 0;
    border-top: 1px solid #ccc;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .c-list01 .bundle {
    display: flex;
    font-size: 15px;
    line-height: 1.74;
  }
}
.c-list01 .bundle::before {
  width: 72px;
  height: 1px;
  background: #131314;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (max-width: 768px) {
  .c-list01 .bundle::before {
    content: "";
  }
}
.c-list01 .bundle:last-child {
  border-bottom: 1px solid #131314;
}

.c-list01 dt {
  font-weight: 500;
}

@media (min-width: 769px) {
  .c-list01 dt {
    padding: 16px 0;
    border-top: 1px solid #131314;
  }
}
@media (max-width: 768px) {
  .c-list01 dd {
    margin: 4px auto 0;
  }
}
@media (min-width: 769px) {
  .c-list01 dd {
    flex: 1;
    padding: 16px;
    border-top: 1px solid #ccc;
  }
}
/*------------------------------------------
table
------------------------------------------*/
.c-tbl01 {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #CECECE;
}

.c-tbl01 tr {
  border-bottom: 1px solid #CECECE;
}

.c-tbl01 tr:last-child {
  border-bottom: none;
}

.c-tbl01 th,
.c-tbl01 td {
  text-align: center;
  vertical-align: center;
  line-height: 1.74;
  font-weight: 400;
}

@media (max-width: 768px) {
  .c-tbl01 th,
.c-tbl01 td {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .c-tbl01 th,
.c-tbl01 td {
    font-size: 15px;
  }
}
.c-tbl01 th {
  padding: 5px 15px;
  background: #CECECE;
  border-right: 1px solid #fff;
}

.c-tbl01 th:last-child {
  border-right: none;
}

.c-tbl01 td {
  padding: 15px;
  border-right: 1px solid #CECECE;
}

.c-tbl01 td:last-child {
  border-right: none;
}

/*------------------------------------------
box
------------------------------------------*/
.c-more {
  background: #EAEAEA;
}

.c-more__btn button {
  width: 100%;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.c-more__btn button::before {
  content: "詳細を見る";
  font-size: 13px;
  line-height: 1;
}

.c-more__btn .arrow {
  width: 11px;
  transform: rotate(90deg);
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}

.c-more__btn .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}

.c-more__btn .arrow::before {
  background: #131314;
}

.c-more__btn button.is-open::before {
  content: "詳細を閉じる";
}

.c-more__btn button.is-open .arrow {
  transform: rotate(-90deg);
}

@media (hover: hover) {
  .c-more__btn button:hover .arrow::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
/*------------------------------------------
acc
------------------------------------------*/
.js-accarea {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s linear;
}

.js-accarea__in {
  overflow: hidden;
}

.js-accarea.is-open {
  grid-template-rows: 1fr;
}

/*------------------------------------------
animation
------------------------------------------*/
[class*=c-img-anime] {
  position: relative;
  overflow: hidden;
}

[class*=c-img-anime] img {
  transition: transform 0.4s ease;
}

[class*=c-img-anime]::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #46C2FF;
  position: absolute;
  top: 0;
  transition: width 0.4s ease;
  z-index: 1;
}

[class*=c-img-anime].is-active img {
  transform: translateX(0);
}

[class*=c-img-anime].is-active::before {
  width: 0;
}

.c-img-anime--r img {
  transform: translateX(-5%);
}

.c-img-anime--r::before {
  right: 0;
}

.c-img-anime--l img {
  transform: translateX(5%);
}

.c-img-anime--l::before {
  left: 0;
}

@keyframes c-arrow-1st {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes c-arrow-2nd {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* =========================================================
common layout
========================================================= */
/*------------------------------------------
section
------------------------------------------*/
.c-sec01__in {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-sec01__in {
    padding: 104px 5.33vw;
  }
}
@media (min-width: 769px) {
  .c-sec01__in {
    padding: 140px clamp(1px, 3.51vw, 48px);
  }
}
.c-sec02__in {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-sec02__in {
    padding: 104px 5.33vw;
  }
}
@media (min-width: 769px) {
  .c-sec02__in {
    padding: 140px clamp(1px, 6.88vw, 94px);
  }
}
/*------------------------------------------
header
------------------------------------------*/
.c-hd {
  background: #131314;
  color: #fff;
}

.c-hd .c-sec02__in {
  padding-top: 150px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-hd .c-sec02__in {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-hd .c-sec02__in {
    padding-top: 170px;
  }
}
@media (min-width: 769px) {
  .c-hd .c-sec02__in {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .c-hd__wrap {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .c-hd__wrap {
    width: clamp(1px, 50vw, 462px);
  }
}
.c-hd__txt01 {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .c-hd__txt01 {
    font-size: clamp(1px, 5.33vw, 20px);
  }
}
@media (min-width: 769px) {
  .c-hd__txt01 {
    font-size: 26px;
  }
}
.c-hd__txt02 {
  margin: 24px auto 0;
  font-size: clamp(1px, 4vw, 15px);
  line-height: 1.74;
}

.c-hd__img {
  opacity: 0.8;
}

@media (min-width: 769px) {
  .c-hd__img {
    aspect-ratio: 1366/568;
  }
}
.c-hd__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------
option
------------------------------------------*/
.sec-option__block {
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  .sec-option__block {
    margin: 16px auto 0;
    padding: 40px 0 0;
  }
}
@media (min-width: 769px) {
  .sec-option__block {
    margin: 24px auto 0;
    padding: 50px 0 0;
    display: flex;
    gap: clamp(1px, 12.8vw, 48px);
  }
}
@media (min-width: 1025px) {
  .sec-option__block {
    padding: 50px clamp(1px, 12.26vw, 46px) 0;
  }
}
@media (min-width: 769px) {
  .sec-option__img {
    width: clamp(1px, 32.94vw, 450px);
  }
}
@media (max-width: 768px) {
  .sec-option__detail {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .sec-option__detail {
    flex: 1;
  }
}
.sec-option__detail .txt01 {
  font-size: 15px;
  line-height: 1.74;
}

.sec-option .c-btn01 {
  width: 238px;
  margin: 24px 0 0;
}

@media (max-width: 768px) {
  .sec-option__txt01 {
    margin: 64px auto 0;
    font-size: 18px;
    line-height: 1.38;
  }
}
@media (min-width: 769px) {
  .sec-option__txt01 {
    margin: 104px auto 0;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
  }
}
.wysiwyg {
  word-break: break-all;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  box-sizing: content-box;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  color: #46C2FF;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .wysiwyg a:hover {
    opacity: 0.6;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  border-collapse: separate;
}

/* =========================================================
header
========================================================= */
.page-hd__fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .page-hd__fixed {
    padding: 22px 4.26vw;
  }
}
@media (min-width: 769px) {
  .page-hd__fixed {
    padding: 32px clamp(1px, 3.51vw, 48px);
  }
}
@media (min-width: 1025px) {
  .page-hd__fixed {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .page-hd__logo {
    width: clamp(1px, 36.26vw, 136px);
  }
}
@media (min-width: 769px) {
  .page-hd__logo {
    width: 189px;
  }
}
.page-hd__logo a {
  display: block;
}

.page-hd__ttl {
  max-width: 411px;
}

@media (max-width: 768px) {
  .page-hd__ttl {
    margin: 8px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-hd__ttl {
    margin: 16px 0 0;
  }
}
@media (max-width: 768px) {
  .page-hd__ttl [class*=txt0] + [class*=txt0] {
    margin: 5px 0 0;
  }
}
@media (min-width: 769px) {
  .page-hd__ttl [class*=txt0] + [class*=txt0] {
    margin: 7px 0 0;
  }
}
.page-hd__ttl .txt01 {
  width: 63.5%;
}

.page-hd__sticky {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  z-index: 10;
}

@media (max-width: 768px) {
  .page-hd__sticky {
    padding: 0 clamp(1px, 4.8vw, 18px) 0 0;
    top: 20px;
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .page-hd__sticky {
    padding: 0 50px 0 0;
    top: 32px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .page-hd__contact {
    width: clamp(1px, 37.33vw, 140px);
  }
}
@media (min-width: 769px) {
  .page-hd__contact {
    width: 153px;
  }
}
.page-hd__btn {
  position: relative;
  z-index: 1;
}

.page-hd__btn button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .page-hd__btn button {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 769px) {
  .page-hd__btn button {
    width: 140px;
    height: 30px;
  }
}
.page-hd__btn button::before {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 769px) {
  .page-hd__btn button::before {
    content: "MENU";
    height: 12px;
  }
}
.page-hd__btn .line {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}

.page-hd__btn .line > * {
  width: 100%;
  height: 1px;
  background: #131314;
}

.page-hd__btn button.is-open .line {
  justify-content: space-between;
}

.page-hd__btn button.is-open .line > * {
  width: 141.4%;
  transform-origin: left;
}

.page-hd__btn button.is-open .line > *:nth-child(1) {
  transform: translateX(2px) rotate(43deg);
}

.page-hd__btn button.is-open .line > *:nth-child(2) {
  opacity: 0;
}

.page-hd__btn button.is-open .line > *:nth-child(3) {
  transform: translateX(2px) rotate(-43deg);
}

.page-hd__nav {
  width: clamp(1px, 94.66vw, 355px);
  height: 100vh;
  height: 100lvh;
  overflow: auto;
  position: absolute;
  left: 100%;
}

@media (max-width: 768px) {
  .page-hd__nav {
    top: -20px;
  }
}
@media (min-width: 769px) {
  .page-hd__nav {
    top: -32px;
  }
}
.page-nav {
  min-height: 100%;
  padding: 100px clamp(1px, 8vw, 30px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-nav > * {
  width: 100%;
}

.page-nav__item {
  position: relative;
}

.page-nav__item + .page-nav__item {
  margin: 24px auto 0;
}

.page-nav__item .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: clamp(1px, 6.93vw, 26px);
  line-height: 1;
  font-weight: 500;
}

.page-nav__item .ja {
  display: block;
  font-size: 10px;
  line-height: 1.3;
}

.page-nav__item.comingsoon::after {
  content: "COMING SOON";
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #747474;
  font-size: 10px;
  line-height: 1;
  text-align: right;
}

.page-nav__list02 {
  margin: 12px auto 0;
}

.page-nav__sub {
  width: calc(100% - 35px);
  margin: 0 0 0 auto;
  border-bottom: 1px solid #F2F2F2;
  font-size: clamp(1px, 3.2vw, 12px);
  line-height: 1.5;
  position: relative;
}

.page-nav__sub:first-child {
  border-top: 1px solid #F2F2F2;
}

.page-nav__sub a {
  display: block;
  padding: 16px 0;
}

.page-nav__sub .arrow {
  width: 22px;
  height: 22px;
  background: #46C2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

.page-nav__sub .arrow__in {
  width: 8px;
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}

.page-nav__sub .arrow__in::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}

.page-nav__sub .arrow__in::before {
  background: #131314;
}

@media (hover: hover) {
  .page-nav__sub a:hover .arrow__in {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
.page-nav .c-btn01 {
  margin: 24px auto 0;
}

.page-hd__nav {
  transition: transform 0.3s ease;
}

.page-hd__nav.is-open {
  transform: translateX(-100%);
}

@keyframes slidedown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* =========================================================
footer
========================================================= */
.page-ft {
  background: #131314;
}

@media (max-width: 768px) {
  .page-ft {
    padding: 104px 5.33vw 48px;
  }
}
@media (min-width: 769px) {
  .page-ft {
    padding: 120px 4.24vw 50px;
  }
}
.page-ft__in {
  margin: 48px auto 0;
  color: #fff;
}

@media (min-width: 769px) {
  .page-ft__in {
    display: grid;
    grid-template-columns: 310px, 1fr;
    grid-template-rows: repeat(3, max-content);
    grid-template-areas: "logo links" "logo pagetop" "logo copyright";
  }
}
.page-ft__logo {
  width: clamp(1px, 71.73vw, 310px);
}

@media (min-width: 769px) {
  .page-ft__logo {
    grid-area: logo;
  }
}
.page-ft__logo a {
  display: block;
}

@media (max-width: 768px) {
  .page-ft__list {
    margin: 32px auto 0;
  }
}
@media (min-width: 769px) {
  .page-ft__list {
    grid-area: links;
  }
}
@media (min-width: 769px) {
  .page-ft__item {
    text-align: right;
  }
}
.page-ft__item + .page-ft__item {
  margin: 20px auto 0;
}

.page-ft__item a {
  font-size: 13px;
  line-height: 1.15;
}

.page-ft__item .arrow {
  width: 15px;
  height: 15px;
  margin-left: 8px;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  transform: rotate(-45deg);
}

.page-ft__item .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}

.page-ft__item .arrow::before {
  background: #fff;
}

@media (hover: hover) {
  .page-ft__item a:hover .arrow::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
.page-ft__copyright {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #747474;
  line-height: 1;
}

@media (max-width: 768px) {
  .page-ft__copyright {
    margin: 32px auto 0;
    font-size: clamp(1px, 2.66vw, 10px);
  }
}
@media (min-width: 769px) {
  .page-ft__copyright {
    grid-area: copyright;
    margin: 12px 0 0 auto;
    font-size: 11px;
  }
}
.page-ft__pagetop {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .page-ft__pagetop {
    margin: 32px 0 0 auto;
  }
}
@media (min-width: 769px) {
  .page-ft__pagetop {
    margin: 33px 0 0 auto;
    grid-area: pagetop;
  }
}
.page-ft__pagetop a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  letter-spacing: 0;
}

.page-ft__pagetop .arrow {
  width: 15px;
  height: 15px;
  margin-left: 17px;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  transform: rotate(-90deg);
}

.page-ft__pagetop .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}

.page-ft__pagetop .arrow::before {
  background: #fff;
}

@media (hover: hover) {
  .page-ft__pagetop a:hover .arrow::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
@media (max-width: 768px) {
  .contact-block a {
    display: block;
  }
}
@media (min-width: 769px) {
  .contact-block a {
    display: flex;
  }
}
.contact-block__img {
  filter: grayscale(1);
}

@media (min-width: 769px) {
  .contact-block__img {
    width: clamp(1px, 31.33vw, 428px);
  }
}
.contact-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-block__wrap {
  background: #46C2FF;
  position: relative;
}

@media (max-width: 768px) {
  .contact-block__wrap {
    padding: 37px 6.4vw;
  }
}
@media (min-width: 769px) {
  .contact-block__wrap {
    flex: 1;
    padding: 37px clamp(1px, 4.39vw, 60px) 47px;
  }
}
@media (max-width: 768px) {
  .contact-block .c-ttl01__en {
    font-size: clamp(1px, 9.6vw, 36px);
  }
}
@media (min-width: 769px) {
  .contact-block .c-ttl01__en {
    font-size: clamp(1px, 3.8vw, 52px);
  }
}
@media (min-width: 769px) {
  .contact-block .c-ttl01__ja {
    font-size: clamp(1px, 1.24vw, 17px);
  }
}
.contact-block__txt {
  line-height: 1.7;
}

@media (max-width: 768px) {
  .contact-block__txt {
    margin: 25px auto 0;
    font-size: clamp(1px, 3.73vw, 14px);
  }
}
@media (min-width: 769px) {
  .contact-block__txt {
    margin: 49px auto 0;
    font-size: 17px;
  }
}
.contact-block__arrow {
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  position: absolute;
  transform: rotate(-45deg);
}

.contact-block__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}

@media (max-width: 768px) {
  .contact-block__arrow {
    width: 37px;
    top: 29px;
    right: 23px;
  }
}
@media (min-width: 769px) {
  .contact-block__arrow {
    width: 65px;
    top: 38px;
    right: 39px;
  }
}
.contact-block__arrow::before {
  background: #131314;
  -webkit-mask: url(../images/common/ico_arrow02.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow02.svg) no-repeat center/contain;
}

@media (hover: hover) {
  .contact-block a .contact-block__wrap {
    transition: background 0.2s ease;
  }

  .contact-block a:hover .contact-block__wrap {
    background: #fff;
  }

  .contact-block a:hover .contact-block__arrow::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}