html{
  scroll-behavior: smooth;
}

img{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

p,h2,body{
  color: #4D4D4D;
  font-family: 'Noto Serif JP', serif;
}

.body__wrap{
  max-width: 430px;
  margin: 0 auto;
}
.template__wrap{
  width: 90%;
  margin: 0 auto;
}
.template__bg--pink{
  background-color: #E48080;
}
.template__bg--orange{
  background-color: #FFEAD9;
}
.template__bg--gray{
  background-image: url(../img/study_bg.webp);
  background-size: 100% 100%;
}
.template__list{
  margin: 30px 0 45px;
  padding: 25px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 1;
}
.template__list::before{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #D58080;
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.template__list::after{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 8px;
  background-color: #EEEEEE;
  border-radius: 10px;
  content: "";
  z-index: -2;
}
.template__list li{
  padding-left: 40px;
  position: relative;
  color: #666666;
  font-family: "Kosugi Maru", sans-serif;
  font-size: min(3.864734299516908vw, 16px);
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.3;
}
.template__list li::before{
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: min(1.4492753623188406vw,6px);
  background-image: url(../img/curriculum_list.webp);
  background-size: 100% 100%;
  content: "";
}

.header{
  background-color: #E48080;
}
.header__wrap{
  padding: 6px 0;
}
.header__logo{
  max-width: 86px;
}

.evidence{
  margin-top: 25px;
}
.evidence__header{
  width: 90%;
  margin: 0 auto;
}
.evidence__slider{
  width: 90%;
  margin: 40px auto 0;
  position: relative;
  display: none;
  z-index: 1;
}
.evidence__slider.slick-initialized{
  display: block;
}
.evidence__item{
  margin: 0 5px;
}
.evidence__slider .slick-arrow{
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #707070;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.evidence__slider .slick-arrow::before,.evidence__slider .slick-arrow::after{
  width: 10px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  content: "";
}
.evidence__slider .slick-prev{
  left: -10px;
}
.evidence__slider .slick-prev::before{
  top: 11px;
  left: 9px;
  transform: rotate(-45deg);
}
.evidence__slider .slick-prev::after{
  top: 16px;
  left: 9px;
  transform: rotate(45deg);
}
.evidence__slider .slick-next{
  right: -10px;
}
.evidence__slider .slick-next::before{
  top: 11px;
  left: 11px;
  transform: rotate(45deg);
}
.evidence__slider .slick-next::after{
  top: 16px;
  left: 11px;
  transform: rotate(-45deg);
}

.tel-contact{
  margin-top: 30px;
}
.tel-contact__wrap{
  padding: 25px 0 30px;
}
.tel-contact__header{
  width: max-content;
  margin: 0 auto;
  padding: 4px 14px;
  align-items: center;
  background-color: #fff;
  color: #E48080;
  column-gap: 10px;
  display: flex;
  font-weight: 700;
  font-size: min(24px, 5.797101449275362vw);
  justify-content: center;
}
.tel-contact__header.pink{
  background-color: transparent;
}
.tel-contact__header span{
  font-size: min(12px,2.898550724637681vw);
}
.tel-contact__text{
  margin-top: 6px;
  color: #fff;
  font-size: min(36px,8.695652173913043vw);
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
}
.tel-contact__text.pink{
  margin-top: 0;
  color: #E48080;
  font-size: min(34px,8.212560386473431vw);
}
.tel-contact__text span{
  font-family: sans-serif;
  font-weight: 700;
}
.tel-contact__text a{
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  letter-spacing: 0;
  pointer-events: none;
}
@media screen and (max-width: 480px){
  .tel-contact__text a{
    pointer-events: all;
  }
  .tel-contact__text a:active{
    opacity: .7;
  }
}
.tel-contact__box{
  margin: 15px auto 0;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 10px;
}
.tel-contact__btn{
  max-width: 280px;
  margin: 10px auto 0;
  padding: 25px 0;
  position: relative;
  align-items: center;
  background-color: #2D9FD8;
  border-radius: 33px;
  box-shadow: 0 4px #06718B;
  color: #fff;
  display: flex;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: 22px;
  justify-content: center;
  line-height: 1;
  transition: transform .3s,box-shadow .3s;
}
.tel-contact__btn.pink{
  margin-top: 4px;
}
.tel-contact__btn::before{
  width: 97%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  transform: translate(-50%,-50%);
}
.tel-contact__btn:hover,.tel-contact__btn:active{
  box-shadow: none;
  transform: translateY(4px);
}
.tel-contact__excerpt{
  position: relative;
  color: #fff;
  font-size: min(18px,4.3478260869565215vw);
  text-align: center;
}
.tel-contact__excerpt::before,.tel-contact__excerpt::after{
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  content: "";
}
.tel-contact__excerpt::before{
  left: 0;
}
.tel-contact__excerpt::after{
  right: 0;
}
.tel-contact__excerpt span{
  position: relative;
}
.tel-contact__excerpt span::before{
  width: 5px;
  height: 5px;
  position: absolute;
  top: -4px;
  left: 50%;
  background-color: #FFFF00;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}
.tel-contact__title{
  margin-top: 6px;
  color: #fff;
  font-size: min(28px,6.763285024154589vw);
  font-weight: 700;
  text-align: center;
}
.tel-contact__title span{
  color: #FFFF00;
}
.tel-contact__caution{
  padding-top: 25px;
  color: #fff;
  font-size: min(19px,4.5893719806763285vw);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.tel-contact__caution span{
  color: #FFFF00;
}

.manga{
  margin-top: 35px;
}
.manga__wrap{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.manga__visual{
  box-shadow: 4px 4px 10px #0003;
}

.reason{
  margin-top: 30px;
}
.reason__wrap{
  padding: 35px 0;
}
.reason__header{
  width: 90%;
  margin: 0 auto;
}
.reason__box{
  margin-top: 25px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 3px #0005;
}
.reason__text{
  margin-top: 15px;
  text-align: center;
}
.reason__text.top{
  font-size: min(12px,2.898550724637681vw);
}
.reason__text.bottom{
  font-size: min(13px,3.140096618357488vw);
  line-height: 1.5;
}
.reason__header--h3{
  width: 90%;
  margin: 25px auto 0;
}
.reason__result{
  margin-top: 25px;
}

.curriculum{
  margin-top: 25px;
}
.curriculum__title{
  color: #A28059;
  font-size: min(32px,7.729468599033816vw);
  font-weight: 700;
  text-align: center;
}
.curriculum__header{
  color: #E48080;
  font-size: min(44px,10.628019323671497vw);
  font-weight: 700;
  text-align: center;
}
.curriculum__visual{
  margin-top: 25px;
}
.curriculum__caption{
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.curriculum__text{
  margin-top: 25px;
  line-height: 1.5;
  font-weight: 700;
}

.study{
  margin-top: 35px;
}
.study__wrap{
  padding: 20px 0;
}
.study__header{  
  color: #A28059;
  font-size: min(36px, 8.695652173913043vw);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.study__header span{
  color: #D58080;
}
.study__video{
  width: 100%;
  margin: 30px 0;
  position: relative;
}
.study__video::before{
  padding-top: 56.25%;
  content: "";
  display: block;
}
.study__video iframe{
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.extend{
  margin-top: 20px;
  padding-bottom: 30px;
}
.extend__header{
  width: 90%;
}
.extend__title{
  margin-top: 10px;
  color: #A28059;
  font-size: min(22px,5.314009661835748vw);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.extend__visual{
  width: 90%;
  margin: 30px auto 0;
}
.extend__list{
  width: 90%;
  max-width: 280px;
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.extend__list li{
  width: 100%;
  min-height: 260px;
  padding: 80px 0 30px;
  position: relative;
  align-items: center;
  background-color: #E48080;
  border-radius: 10px;
  box-shadow: 6px 6px 2px #0003;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}
.extend__list li::before{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 50%;
  background-image: url(../img/extend_list.webp);
  background-size: 100% 100%;
  content: "";
  transform: translateX(-50%);
}
.extend__caution{
  margin-top: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -1px;
}

.greeting{
  margin-top: 80px;
}
.greeting__header{
  color: #E48080;
  font-size: min(38px,9.178743961352657vw);
  font-weight: 700;
}
.greeting__profile{
  margin: 8px 0 30px;
  padding-left: 4px;
  color: #E48080;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
}
.greeting__text{
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: min(16px,3.864734299516908vw);
  font-weight: 700;
  line-height: 1.5;
}
.greeting__wrap{
  position: relative;
}
.greeting__wrap::before{
  width: min(200px,50vw);
  height: min(200px,48.792270531400966vw);
  position: absolute;
  bottom: 100%;
  right: 0;
  background-image: url(../img/greeting01.webp);
  background-size: 100% 100%;
  content: "";
}

.flow__bg{
  background-image: url(../img/flow_bg.webp);
  background-size: 100% 100%;
}
.flow__wrap{
  width: 95%;
  padding: 30px 0;
  counter-reset: number 0;
  display: grid;
  row-gap: 30px;
}
.flow__item{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.flow__header{
  padding: 25px 10px 20px 15px;
  position: relative;
  color: #4D4D4D;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: min(22px, 5.314009661835748vw);
  letter-spacing: 2px;
}
.flow__header::before{
  margin-right: 15px;
  counter-increment: number 1;
  content: "SETP."counter(number);
  letter-spacing: 2px;
}
.flow__header--box{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px solid #4D4D4D;
  border-left: 2px solid #4D4D4D;
  transform: translateY(-50%);
}
.flow__header--box::before,.flow__header--box::after{
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #4D4D4D;
  border-radius: 50%;
  content: "";
}
.flow__header--box::before{
  top: 0;
  right: 0;
  transform: translate(1px,-5px);
}
.flow__header--box::after{
  bottom: 0;
  left: 0;
  transform: translate(-5px,1px);
}
.flow__visual{
  width: calc(100% - 10px);
  box-shadow: 10px 10px #50ABE4;
}
.flow__about{
  min-height: 130px;
  margin-top: 35px;
  padding: 20px 13px;
  position: relative;
  align-items: center;
  background-color: #50ABE4;
  border-radius: 15px;
  display: flex;
  z-index: 1;
}
.flow__about::before{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #50ABE4;
  border-radius: 15px;
  content: "";
  z-index: -2;
}
.flow__about::after{
  width: calc(100% - 10px);
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px dashed #fff;
  border-radius: 15px;
  content: "";
  z-index: -1;
  transform: translate(-50%,-50%);
}
.flow__text{
  color: #fff;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: min(15px,3.6231884057971016vw);
  letter-spacing: -1px;
  line-height: 1.5;
}
.flow__text span{
  color: #FFFF00;
  text-decoration: underline;
}
.flow-result{
  padding: 45px 0 15px;
  position: relative;
  background-color: #E48080;
}
.flow-result::before{
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 42px 70px 0 70px;
  border-color: #fff transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}
.flow-result::after{
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  content: "だから";
  color: #E48080;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -2px;
  transform: translateX(-50%);
}
.flow-result__about{
  padding: 15px 0;
  background-color: #F8ECDA;
}
.flow-result__text{
  font-size: min(20px,4.830917874396135vw);
  font-weight: 700;
  text-align: center;
}
.flow-result__text span{
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.flow-result__visual{
  width: 75%;
  margin: 20px auto 0;
}

.system__wrap{
  padding: 30px 0 0;
}
.system__title{
  color: #A28059;
  font-size: min(6.763285024154589vw,28px);
  font-weight: 700;
  text-align: center;
}
.system__header{
  margin-top: 8px;
  color: #E48080;
  font-size: min(9.178743961352657vw,38px);
  font-weight: 700;
  text-align: center;
}
.system__item{
  width: 90%;
  margin: 30px auto 0;
  padding: 15px 0 25px;
  border-radius: 8px;
  box-shadow: 4px 4px 8px #0009;
}
.system__name{
  width: 85%;
  margin: -10px auto 0;
  padding: 8px 0;
  position: relative;
  background-color: #A28059;
  border-radius: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  z-index: 2;
}
.system__text{
  min-height: 72px;
  margin-top: 25px;
  align-items: center;
  color: #A28059;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.7;
  text-align: center;
  
}
.system__excerpt{
  color: #A28059;
  font-size: min(3.864734299516908vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
.system__explain{
  margin-top: 25px;
  padding: 20px 0 15px;
  background-image: url(../img/system_bg.webp);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.system__box{
  max-width: min(62.80193236714976vw,260px);
  padding: 10px;
  position: relative;
  background-color: #FFEAD9;
  border-radius: 10px;
}
.system__box p{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
}
.system__square{
  width: 40px;
  height: 40px;
  position: absolute;

}
.system__square.top{
  top: -8px;
  left: -8px;
  border-top: 2px solid #4D4D4D;
  border-left: 2px solid #4D4D4D;
}
.system__square.bottom{
  bottom: 8px;
  right: -8px;
  border-bottom: 2px solid #4D4D4D;
  border-right: 2px solid #4D4D4D;
}
.system__square::before,.system__square::after{
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #4D4D4D;
  border-radius: 50%;
  content: "";
}
.system__square::before{
  top: -4px;
  right: -4px;
}
.system__square::after{
  bottom: -4px;
  left: -4px;
}

.self-room{
  margin: 30px 0;
}
.self-room__header{
  width: 90%;
  margin: 0 auto;
}
.self-room__visual{
  margin-top: 25px;
}
.self-room__text{
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
.self-room__strong{
  margin-top: 20px;
  color: #A28059;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: min(36px,8.695652173913043vw);
  text-align: center;
}

.passed__bg{
  background-color: #D2D2D2;
}
.passed__wrap{
  padding: 35px 0 45px;
}
.passed__header{
  width: 90%;
  margin: 0 auto;
}
.passed__item{
  margin-top: 35px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 6px 6px 6px #0009;
}
.passed__header--h3{
  min-height: 50px;
  padding: 4px 0;
  align-items: center;
  background-color: #E48080;
  color: #fff;
  display: flex;
  font-size: min(18px,4.3478260869565215vw);
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.passed__visual{
  max-width: 180px;
  margin: 30px auto 0;
  border-radius: 50%;
  overflow: hidden;
}
.passed__name{
  width: max-content;
  margin: 20px auto 0;
  position: relative;
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 700;
}
.passed__name .small{
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.passed__name .square{
  width: 35px;
  height: 35px;
  position: absolute;
  top: -10px;
  left: -24px;
  border-top: 2px solid #4D4D4D;
  border-left: 2px solid #4D4D4D;
}
.passed__name .square::before,.passed__name .square::after{
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #4D4D4D;
  border-radius: 50%;
  content: "";
}
.passed__name .square::before{
  top: -4px;
  right: -4px;
}
.passed__name .square::after{
  bottom: -4px;
  left: -4px;
}
.passed__name .square .triangle{
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #A28059 transparent transparent transparent;
}
.passed__profile{
  width: 90%;
  max-width: 280px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}
.passed__profile dt{
  width: 30%;
  padding: 2px 0;
  background-color: #A28059;
  color: #fff;
  text-align: center;
}
.passed__profile dd{
  width: 68%;
  padding: 2px 0;
}
.passed__header--h4{
  width: 90%;
  margin: 30px auto 0;
  padding-left: 6px;
  position: relative;
  color: #A28059;
  font-size: 18px;
  font-weight: 700;
}
.passed__header--h4::before{
  width: 4px;
  height: 1em;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #E48080;
  content: "";
}
.passed__text{
  width: 90%;
  margin: 10px auto 0;
  font-weight: 700;
  line-height: 1.3;
}
.passed__link{
  width: 90%;
  margin: 30px auto 0;
  font-weight: 700;
}
.passed__video{
  width: 90%;
  margin: 15px auto 0;
  position: relative;
}
.passed__video::before{
  padding-top: 56.25%;
  content: "";
  display: block;
}
.passed__video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.qa{
  box-shadow: 0 3px 2px #0001;
}
.qa__bg{
  background-color: #FFF2E7;
}
.qa__wrap{
  padding: 25px 0 40px;
}
.qa__header{
  color: #E48080;
  font-size: min(32px,7.729468599033816vw);
  font-weight: 700;
  text-align: center;
}
.qa__item{
  margin-top: 10px;
  background-color: #fff;
  border: 4px solid #E48080;
  border-radius: 20px;
}
.qa__q{
  min-height: 55px;
  padding-left: 50px;
  position: relative;
  align-items: center;
  color: #E48080;
  cursor: pointer;
  display: flex;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: min(16px,3.864734299516908vw);
}
.qa__q::before{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url(../img/qa_q.webp);
  background-size: 100% 100%;
  content: "";
  transform: translateY(-50%);
}
.qa__arrow{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 3px solid #E48080;
  border-right: 3px solid #E48080;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .3s;
}
.qa__q.open .qa__arrow{
  transform: translateY(-75%) rotate(135deg);
}
.qa__a{
  width: 90%;
  margin: 10px auto;
  padding-bottom: 10px;
  display: grid;
  row-gap: 20px;
}
.qa__text{
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  line-height: 1.3;
}

.inflow__wrap{
  padding: 40px 0;
}
.inflow__header{
  color: #A28059;
  font-size: min(28px,6.763285024154589vw);
  font-weight: 700;
  text-align: center;
}
.inflow__list{
  margin-top: 15px;
  border: 3px solid #DA7C7D;
}
.inflow__list li{
  padding: 25px 0 25px 40px;
  position: relative;
  border-bottom: 3px solid #DA7C7D;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: min(15px,3.6231884057971016vw);
}
.inflow__list li:last-child{
  border-bottom: none;
}
.inflow__list li::before{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 10px;
  background-size: 100% 100%;
  content: "";
  transform: translateY(-50%);
}
.inflow__list li:first-child::before{
  background-image: url(../img/inflow01.webp);
}
.inflow__list li:nth-child(2)::before{
  background-image: url(../img/inflow02.webp);
}
.inflow__list li:last-child::before{
  background-image: url(../img/inflow03.webp);
}
.inflow__list li span{
  color: #DA7C7D;
}

.school__wrap{
  padding: 35px 0 50px;
}
.school__header{
  color: #4D4D4D;
  font-size: min(32px,7.729468599033816vw);
  font-weight: 700;
  text-align: center;
}
.school__map{
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.school__map::before{
  padding-top: 56.25%;
  content: "";
  display: block;
}
.school__map iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.school__list{
  margin-top: 30px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.school__list dt{
  width: 23%;
  padding: 2px 0;
  background-color: #666666;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.school__list dd{
  width: 75%;
  font-size: 14px;
  font-weight: 700;
}
.school__list dd a{
  pointer-events: none;
}
@media screen and (max-width: 480px){
  .school__list dd a{
    pointer-events: all;
    text-decoration: underline;
  }
  .school__list dd a:active{
    opacity: .7;
  }
}

.fix-contact{
  width: 100%;
  max-width: 430px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.fix-contact__bg{
  background-color: #E48080;
}
.fix-contact__wrap{
  padding: 8px 0;
}
.fix-contact__btn{
  max-width: 240px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  align-items: center;
  background-color: #2D9FD8;
  border-radius: 33px;
  box-shadow: 0 4px #06718B;
  color: #fff;
  display: flex;
  font-family: "hiragino-kaku-gothic-pron";
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
  line-height: 1;
  transition: transform .3s,box-shadow .3s;
}
.fix-contact__btn::before{
  width: 97%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  transform: translate(-50%,-50%);
}
.fix-contact__btn:hover,.fix-contact__btn:active{
  box-shadow: none;
  transform: translateY(4px);
}
.top-link{
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  bottom: 100%;
  opacity: .7;
  transform: translateY(-5px);
}

.footer__bg{
  background-color: #666;
}
.footer__wrap{
  padding: 6px 0 80px;
}
.copyright{
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: min(12px,2.898550724637681vw);
  font-weight: 700;
  text-align: center;
}
.copyright a:hover,.copyright a:active{
  opacity: .7;
}