@charset "UTF-8";

body {
  /* background-image: url(../images/body_bg.jpg); */
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 750px) {
  .body__inner {
    max-width: 750px;
    -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
    background: #fff;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
}

.movie video{
  width: 100%;
}
img {
  width: 100%;
}
.fv video{
  max-width: 750px;
  width: 100%;
}
/* コンテンツの横幅 */
/* ============================================ */
.o-wrapper {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/* ============================================ */
/* コンテンツの横幅 ここまで */

.tokuten{
  padding-top: 15px;
  background-color: #fff;
}

/* footer */
/* ============================================ */
footer {
  display: block;
  padding-top: 10px;
  border-top: 3px solid #ddd;
  background: #fff;
}
@media screen and (max-width: 750px) {
  footer{
    padding-bottom: 10px;
  }
}

ul {
  list-style: none;
}

.footer__nav {
  text-align: center;
  padding: 10px 0;
}

.footer__nav li {
  margin: 0 5px 10px 0;
  font-size: 13px;
}

.footer__nav li a {
  text-decoration: none;
  padding: 0 10px 0 0;
  color: #666;
}

footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  padding-bottom: 10px;
  color: #333;
}
/* footer ここまで */
/* ============================================ */

@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}

.shiny-btn {
  position: relative;
  display: block;
  max-width: 90%;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.cta{
  position: relative;
  width: 100%;
}

.btn{
  margin-top: 5px;
  margin-bottom: 15px;
}
.cta__btn{
  /* position: absolute; */
  top: 81%;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}

.fv{
  position: relative;
}

.fv__btn{
  position: absolute;
  top: 81%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.fixed-btn{
  display: none;
}

@media screen and (max-width: 750px) {


  .fixed-btn {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
  }

  .fixed-btn.active {
    opacity: 1;
    visibility: visible;
  }
  .fixed-btn img{
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}


/* ボタン動くアニメーション */
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe5{
  animation-name: anim_sc;
  transform: scale(0.85,0.85);
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}


/* ===============ボタンクリックすると凹む============================= */

.p-contact__button-wrpper{
  max-width: 70%;
  /* margin-inline: auto; */
  margin: 30px auto 30px auto;
}
.p-contact__button img:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.p-contact__button img {
  border-radius: 100px;
  box-shadow: 0 3px 4px #ac9c91;
}

.p-contact__button img {
  transition: 0.4s ease;
}
.p-contact__button a{
  display: block;
}
/* ===============ボタンここまで============================= */

.uchigawa,
.uchigawa2{
  position: relative;
}
.uchigawa video{
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.uchigawa2 video{
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.cta__btn.__bottom{
  position: absolute;
  top: 75%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.corse-video{
  position: relative;
}
.corse-video video{
  position: absolute;
  top: 16.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}
.corse-video.__chousei video{
  position: absolute;
  top: 17.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
}
.corse-video.__step5 video{
  position: absolute;
  top: 14%;
  left: 49.9%;
  transform: translateX(-50%);
  width: 91%;
}
.reservation{
  position: relative;
}
.reservation__btn{
  position: absolute;
  top: 63%;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.voice{
  background-image: url(../images/voice_bg.jpg);
  background-repeat: repeat;
  background-color: #f1f2f5;
  padding: 40px 15px 30px;
  text-align: center;
  margin-top: -10px;
}
.voice_ttl{
  width: 80%;
}

.voice__contents{
  padding-top: 20px;
}

.voice__contents + .voice__contents{
  margin-top: 10px;
}

.voice__more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}


/* 開いたら */
.voice__more.is-open {
  max-height: 3000px;
}

.voice__btn {
  display: block;
  margin: 24px auto 0;
  padding: 20px 36px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
  width: 80%;
}

/* 押したら消す */
.voice__btn.is-hidden {
  display: none;
}
.voice__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin: 24px auto 0;
  padding: 14px 36px;
  background: #fff;
  color: #141b4d;
  border: 1px solid #141b4d;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
}

/* 矢印 */
.voice__btn .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #141b4d;
  border-bottom: 2px solid #141b4d;
  transform: rotate(45deg); /* ▼ */
  margin-top: -2px;
}

/* 押したら消す */
.voice__btn.is-hidden {
  display: none;
}


.course video{
  width: 100%;
}
.course__video + .course__video{
  margin-top: -15px;
}

.margin_top-10{
  margin-top: -10px;
}


/* よくある質問 */
.faq{
  background-color: #f3f6ff;
  padding: 40px 15px 50px;
}
.faq_ttl{
  text-align: center;
}

.faq_ttl img{
  width: 75%;
}
/*=========
accordion
=========*/
  
.s_section{
  padding-top: 20px;
}
.accordion_one{
  margin-top: 20px;
}

.accordion_area .accordion_one .ac_header {
  background-color: #556fb5;
  padding: 1.2rem 4rem 1.2rem 1.1rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  border-radius: 5px;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  /* border-left: 1px solid #ccc; */
  /* border-right: 1px solid #ccc; */
  /* border-bottom: 1px solid #ccc; */
  box-sizing: border-box;
  background: #fff;
}
  
/*=========
faq
=========*/
  
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  color: #fff;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #556fb5;
  font-size: 18px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05;
}

.course__video + .course__video{
  margin-top: 30px;
}

.yohaku{
  margin-top: -10px;
}