@charset "UTF-8"



/* ======================
article__header
====================== */

.container {
  position: relative;
}

.article__header {
  margin: 0 5.3%;
}

.article__appointment-link {
  display: block;
  margin: 0 auto;
}

.article__appointment-link::before {
  content: "";
  display: block;
  align-items: flex-end;
  width: 5px;
  height: 90px;
  background-image: url(../images/sticky_line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}

.article__social-link {
  display: block;
  margin: 10px auto;
  
}

.sticky__btn {
  display: grid ;
  justify-items: center;
  position: fixed;
  top: 11%;
  left: 87%;
}

/* sticky__btn--fade */

.none {
  opacity: 0;
  transition: opacity 0.5s ease-out; 
  pointer-events: none;
}
.sticky__btn--fade {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

/* スクロール */


.scroll_down {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#333, 0) 0, rgba(#333, .8) 80%, rgba(#333, .8) 100%);
  }

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 85%;
  bottom: 10%;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #EFEFEF;
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 0;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #333;
}

.scroll_down a:hover {
  opacity: .5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* backGround */

.c-mv-img {
  height: 100vh;
  margin-top: -100vh;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 1) 100%);
  opacity: 0; /* 初期は透明 */
  transition: opacity 0.1s ease-out;
}

.c-img-sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-img-pc {
  display: none;
}

.c-mv {
  padding-bottom: 1px;
}

/* header pc */
@media screen and (min-width : 769px){
  .sticky__btn {
    position: fixed;
    top: 23%;
    left: 91%;
  }

  .article__appointment-link img {
    width: 45px;
    height: 280px;
  }

  .article__social-link img {
    margin: 18px auto;
    width: 50px;
    height: 50px;
  }

  .scroll__txt {
    font-size: 2rem;
    margin-top: 50%;
  }

  .scroll_down a {
    right: 50%;
    bottom: 0;

}

.c-img-sp {
  display: none;
}

.c-img-pc {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


}



/* ======================
section__about
====================== */

.section__about {
  margin: 0 5.3%;
  z-index: 2;
  position: relative;
}

.video {
padding:0 40px 0 135px;
margin-top: 133px;
display: grid;
justify-content: center;
}

.video__img{
    border: #fff solid 5px;
    border-radius: 5px;
    width: 200px;
    height: auto;
}

.article__title {
    color: var(--c-white, #ffffff);
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1.6px;
    margin-top: 160px;
}

.btn--about {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.44);
    color: #fff;
    font-family: Roboto;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.94px;
    padding: 7px 10% 7px 10%;
    margin-top: 43px;
}

.btn--about::after {
  content: "";
  width: 24px;
  height: 5px;
  background-image: url(../images/arrow_white.svg);
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* ======================
section__appointment
====================== */

.section__appointment {
  margin: 0 17% 0 5.3%;
  z-index: 2;
  position: relative;
}

.topic__appointment {
  margin-top: 200px;
}
.topic--ja--appointment {
  color: var(--c-white, #ffffff);
}

.topic--en--appointment {
  color: var(--c-white, #ffffff);
  border-bottom: 5px solid #ffffff;
}

.appointment__content {
  margin-top: 45px;
  padding: 41px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-bottom: 70px;
}

.appointment__notice span {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 30px; /* 100% */
  letter-spacing: 8px;
}

.appointment__txt {
  text-align: center;
}

.appointment__notice {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 5px;
}
.appointment__description {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  margin-top: 10px;
}

.appointment__dates-box {
  margin-top: 20px;
  padding: 40px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.appointment__dates-box::after {
    content: "";
    width: 1px;
    height: 78px;
    display: inline-block;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    left: 50%;
  }

.appointment__date {
  display: block;
}

.appointment__dates-title {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 2.1px;
  gap: 10px;
}



.appointment__dates-list {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.appointment__date {
  position: relative;
}

.appointment__date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 10px;
  background-color: rgba(2, 139, 183, 0.5);
  z-index: -1;
}

.appointment__hours {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.56px;
  margin-top: 20px;
  text-align: center;
}

.appointment__phone-btn {
  display: flex;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #333;
  background: #fff;
  padding: 8px 20px;
  margin-top: 20px;
}

.appointment__phone-number {
  color: var(--c-black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}

.appointment__phone-number::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  mask-image: url(../images/tel_icon.svg);
  background-color: #333;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-right: 10px;
  transform: translateY(15%);
}

/* header pc */
@media screen and (min-width : 769px) {

.section__about {
  display: grid;
  justify-items: end;
  margin: 0 10.3%;

}
.article__title {
  margin-top: 200px;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 70px;
  letter-spacing: 9.5px;

}
.video {
  padding: 0;
  width: 30%;
  margin-right: 60px;
}

.video__img {
  margin-top: 200px;
  width: 350px;
}

.btn--about {
  padding: 20px 40px 20px 40px;
  font-size: 2rem;
}

.topic__appointment {
  text-align: end;
}


.appointment__content {
  margin-top: 200px;
}

.appointment__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 129px;
}
.appointment__notice{
  font-size: 3rem;
  font-size: 30px;
  letter-spacing: 8.7px;
}
.appointment__notice span {
  font-size: 4rem;
}
.appointment__description {
font-size: 1.5rem;
line-height: 30px; 
letter-spacing: 1.8px;
margin-top: 30px;
}
.appointment__dates-box {
  border-top: none;
}
.appointment__dates-title {
  font-size: 2rem;
}

.appointment__dates-list {
margin: 0 34px ;
}
.appointment__hours {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 40px;
}

.appointment__date {
  font-size: 4rem;
}
.appointment__phone-btn {
  margin-top: 40px;
  padding: 20px;
}

.appointment__phone-number {
  font-size: 2rem;
}

.appointment__dates-box::after {
  position: absolute;
  left: 36%;
} 

}

/* ======================
section__service
====================== */

.topic__service,
.service__list,
.service__description,
.btn--price{
  margin: 0 5.3%;
}

.topic__service {
  margin-top: 200px;
}
.service__list {
  padding: 80px 0 60px 0;
  gap: 20px;
}

.service__item {
  padding: 30px 80px;
  border-radius: 10px;
  border: 1px solid #000;
}

.service__item-Training {
  margin-top: 60px;
}

.service__category {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}

.service__title {
  text-align: center;
  text-shadow: 1px 1px 0px #fff;
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  position: relative;
}
.service__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 10px;
  background-color: rgba(2, 139, 183, 0.5);
  z-index: -1;
}

.service__description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 1.69px;
}
.txt__bold {
  font-weight: 700;
}

.btn--txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.1px;
}

.btn--price {
  text-align: center;
  margin-top: 60px;
}
.btn--price::after {
  background-image: url(../images/arrow_white.svg);
}

.Treatment__img ,
.Training__img{
  margin-top: 80px;
}
/* service pc */
@media screen and (min-width : 769px) {

  .topic__service{
    margin-top: 300px;
  }
  .service__list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 13%;

  }
  .service__item-Training {
    margin-top: 0;
  }

  .service__item {
    padding: 70px 66px;
  }
  .service__title {
    font-size: 4rem;
  }
  .service__category {
    font-size: 2rem;
  }
  .service__description {
    text-align: center;
    font-size: 1.6rem;
  }
  .btn--price {
    margin: 100px 30% 0 30%;
    padding: 20px 40px;
  }

  .Treatment__img, .Training__img {
    display: block;
    margin: 80px auto;
}
.service__title::after {
    height: 20px;
}
}
/* pc 769px */

  
/* ======================
section__trainer
====================== */

.trainer__container{
    background-image: url(../images/trainer_background.JPG);
    background-position: 30% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 100px 0;
    margin-top: 110px;
}

.section__trainer{
    margin: 0 5.3%;
  }

.topic--ja--trainer{
    color: #FFF;
}

.topic--en--trainer {
    color: rgba(255, 255, 255, 0.70);
    border-bottom: 5px solid white;
}

.trainer__item {
    margin-top: 80px;
  }

  .trainer__info {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    justify-content: center;
  }

  .trainer__info div {
    display: flex;
    align-items: center;
    gap: 5px;
  }


  .trainer__category {
    color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
  background-color: var(--c-primary,#028bb7 );
  padding: 4px 8px;
  }

  .trainer__name {
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.6px;
  }
  .trainer__name-en {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.56px;
  }
  

  .trainer__message {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 3.6px;
  margin-top: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .btn--more {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.30);
  display: flex;
  justify-content: center;
  padding: 20px 0;
  margin-top: 60px;
  }
  .btn--more::after {
    background-image: url(../images/arrow_white.svg);
  }



/* trainer pc */
@media screen and (min-width : 769px) {
.trainer__container {
  padding-bottom: 100px;
  margin-top: 300px;
}
.section__trainer {
  margin: 0 13%;
}

.topic__trainer {
  margin: 110px 0 100px;
}

.trainer__item {
display: flex;
justify-content: space-evenly;
align-items: center;
}

.trainer__item:nth-of-type(2) {
flex-direction: row-reverse;
}

.trainer__item img {
  width: 40%;
}
.trainer__name {
  font-size: 2.5rem;
}
.trainer__name-en {
  font-size: 1.5rem;
}

.trainer__message {
  font-size: 1.6rem;
  line-height: 3;
}

.trainer__info__container {
  margin-top: 100px;
}

.btn--more{
  margin: 100px 30% 0 30%;
}

.btn--more::after {
  content: "";
  width: 24px;
  height: 5px;
  background-image: url(../images/arrow_white.svg);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.trainer__category {
font-size: 1.5rem;
}

}
/* pc 769px */

  
/* ======================
section__faq
====================== */

.section__faq {
  margin: 0 5.3%;
}

.topic__faq {
  margin-top: 110px;
}

.faq__list {
  margin-top: 80px;
  display: grid;
  gap: 20px;}


/* accordion */

.faq__item {
  max-width: 100%;
  margin-bottom: 7px;
}

.faq__question {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.82px;
}
.faq__highlight {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.6px;
}

.faq__highlight:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color:#333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 14px;
}


.faq__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

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

.faq__item summary::before,
.faq__item summary::after {
  width: 2px;
  height: 11px;
  border-radius: 5px;
  background-color: #028bb7;
  content: '';
}

.faq__item summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.faq__item summary::after {
  transition: rotate .3s;
}

.faq__item[open] summary::after {
  rotate: 90deg;
}

.faq__answer {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin-top: 20px;
  padding: 50px 20px;
  border: 2px solid #028bb7;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  transition: transform .5s, opacity .5s;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 1.69px;
}

.faq__item[open] p {
  transform: none;
  opacity: 1;
}

.faq__item p::before,
.faq__item p::after {
  position: absolute;
  top: -15px;
  left: 1.2em;
  width: 30px;
  height: 15px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: '';
}

.faq__item p::before {
  background-color: #028bb7;
}

.faq__item p::after {
  top: -12px;
  background-color: #fff;
}
/* accordion end */

/* faq pc */
@media screen and (min-width : 769px){
  .section__faq {
    margin: 300px 13% 100px;
  }

  .faq__question {
    font-size: 1.8rem;
  }

  .topic__faq {
    margin: 110px 0 100px;
  }

  .faq__highlight{
    font-size: 2.2rem;
  }

  .faq__answer {
    padding: 50px;
    font-size: 1.5rem;
  }


}
 /* pc 769px */

/* ======================
sclollTop
====================== */
.topBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #028bb7;
  color: #EFEFEF;
  font-size: 1.2rem;
  box-shadow: 2px 2px 2px 2px rgba(29, 128, 128, 0.2);

  position: fixed;
  bottom: 1.4%;
  right: 4.4%;
}

.topBtn:hover {
opacity: 0.7;
}

/* sclollTop pc */
@media screen and (min-width : 769px){
.topBtn {
  right: 5.4%;
}
}

 /* pc 769px */

