@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body{
  background: #c6e8e9!important;
  color: #221714;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

h1, h2, h3, h4, h5{
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 1.2;
}

img{
  width: auto !important;
  display: inline-block !important;
}

section{padding: 0;}
section > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

section p{margin: 0;}

@media screen and (max-width:768px) {
    body{
      font-size: calc(100vw * 12 / 500);
    }

    section > .inner{
      width: 98%;
    }
}

/* main */

main{background: none;}

.mv {
  margin-bottom: 2%;
  padding: 0.2% 0 0;
  background: url(../img/academy/mv_bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width:768px) {
  .mv {
    padding: 0;
    margin-bottom: 3.8%;
  }
}

/* sec01 */
section#sec01{
  margin: 0 0 169px;
}

section#sec01 .inner .img_block {
  text-align: center;
}

section#sec01 p.txt {
  margin: 0.8% 0 2.9%;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 3.4px;
}

@media screen and (max-width:768px) {
  section#sec01{
    margin: 0 0 20.9%;
  }
  section#sec01 p.txt{
    margin: 4% 0 3.2%;
    font-size: 173%;
    line-height: 1.5;
    letter-spacing: 3px;
  }
}

/* sec02 */
section#sec02 h1 {
  width: 95%;
  margin: 0 auto 53px;  
  padding: 37px 0;
  background: #fff;
  font-size: 40px;
  font-weight: 600;
  color: #211713;
  border-radius: 29px;
  text-align: center;
  position: relative;
  letter-spacing: 9.2px;
    box-shadow: 5px 5px 15px 0px #addddd;
}
section#sec02 h1 span {
  position: absolute;
  right: 0;
  top: -140px;
}

section#sec02 ul.sec02_list {
  width: 95%;
  margin: 0 auto 82px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
}
section#sec02 ul.sec02_list li{
  width: 31%;
  padding: 41px 0;
  background: #fff;
  font-size: 31px;
  font-weight: 600;
  color: #393535;
  line-height: 1.63;
  text-align: center;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  letter-spacing: 3px;
  box-shadow: 5px 5px 15px 0px #addddd;
}

section#sec02 .inner > h2 {
  margin-bottom: 4%;
  text-align: center;
}

section#sec02 .point_wrap{
  width: 97%;
  margin: 0 auto;
}

section#sec02 .point_wrap h3 span.no{
  width: 178px;
  height: 53px;
  margin-right: 10px;
  padding: 6px 10px;
  background: url(../img/academy/sec02_ttl_bg.png) no-repeat;
  display: inline-block;
  font-size: 27.59px;
  font-weight: 600;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

section#sec02 .point_wrap h3 span.txt {
  font-size: 31px;
  color: #000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 1px;
}

section#sec02 #point1{
  margin-bottom: 47px;
  padding-bottom: 30px;
  border-bottom: 3px dotted #000;
}

section#sec02 #point1 .point_list {
  margin: 21px 0 12px;
  display: flex;
  justify-content: space-between;
  }

section#sec02 #point1 .point_list ul.list01 li{
  margin-bottom: 27px;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  display: flex;
  align-items: end;
  &::before{
    content: '';
    background: url(../img/academy/icon_check.png)no-repeat;
    width: 38px;
    height: 36px;
    display: inline-block;
  }

}

section#sec02 #point1 p.note {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
    color: #e4007f;
    line-height: 1.2;
    letter-spacing: 0.7px;
}

section#sec02 #point1 .img_block02 {
    margin: 50px 0 0;
    text-align: center;
}

section#sec02 #point2{
    margin-bottom: 50px;
    padding-bottom: 46px;
    border-bottom: 3px dotted #000;
}

section#sec02 #point2 p.txt{
  margin: 34px 0 28px;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.96;
  letter-spacing: 1px;
}

section#sec02 .career_block {
    width: 95%;
    margin: 0 auto;
    padding: 74px 0 0;
    display: flex;
    align-items: normal;
    position: relative;
}
section#sec02 .career_block .img_block{
  width:175px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section#sec02 .career_block .txt_block{
    width: 100%;
    margin-left: 50px;
    padding: 23px 32px 26px 130px;
    background: linear-gradient(90deg, rgba(211, 180, 196, 1) 0%, rgba(181, 157, 193, 1) 100%);
}

section#sec02 .career_block .txt_block h4 {
    margin-bottom: 14px;
    padding: 0 0 11px 24px;
    border-bottom: 1px solid #000;
    font-size: 19px;
    line-height: 1.1;
    align-items: center;
    display: flex;
    letter-spacing: 3.6px;
}
section#sec02 .career_block .txt_block h4 span{
    margin-right: 20px;
    font-size: 34px;
    letter-spacing: 3.2px;
    line-height: 1;
    display: inline-block;
}

section#sec02 .career_block .txt_block p{
font-size: 20px;
    line-height: 1.65;
    padding: 0px 10px 0 32px;
    letter-spacing: 3.3px;
    font-weight: 600;
}


section#sec02 .pc_block {
    width: 98%;
    margin: 55px auto;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 30px;
box-shadow: 5px 5px 15px 0px #addddd;
}

section#sec02 .pc_block h2{
  padding: 5px 20px 3px;
  border-radius: 30px 30px 0 0;
  background: #000;
  display: flex;
  align-items: center;
}

section#sec02 .pc_block h2 span.icon {
    display: inline-block;
    margin-right: 22px;
}
section#sec02 .pc_block h2 span.txt {
line-height: 1.6;
    display: inline-block;
    font-size: 28px;
    letter-spacing: 5.6px;
    text-align: left;
}

section#sec02 .pc_block > div{
    margin-left: 147px;
    margin-top: 25px;
}

section#sec02 .pc_block p.list{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3px;
}

section#sec02 .pc_block ul.list{
    margin: 8px 0 15px;
}
section#sec02 .pc_block ul.list li{
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    &::before{
      content: '・';
      display: inline-block;
    }
}

section#sec02 .pc_block h3{
    margin: 13px 0;
    padding: 5px 17px;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
}
section#sec02 .pc_block h4{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}
section#sec02 .pc_block h5{
margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
      padding-left: 1em;
    text-indent: -1em;
}

section#sec02 .pc_block .arrow_block {
    position: relative;
}

section#sec02 .pc_block .arrow_block ul.list2 {
      margin: 1.9% 0;
    display: flex;
    flex-wrap: wrap;
}
section#sec02 .pc_block .arrow_block ul.list2 li{
  width: 45%;
  font-size: 20px;
  font-weight: 600;
    line-height: 1.6;
    display: flex;
    align-items: baseline;
        &::before{
      content: '・';
      display: inline-block;
    }
}

section#sec02 #period1 .contents{
  width: 90.6%;
  position: relative;
  border-bottom: 2px solid #80cbcb;
  padding-bottom: 21px;
}

section#sec02 #period1 .contents ul.list{
  margin-top: 17px;
}
section#sec02 #period1 .contents p.txt{
  margin: 20px 0 0 17px;
  font-size: 26px;
  line-height: 1.9;
  letter-spacing: 3.4px;
  font-weight: 600;
}

section#sec02 #period1 .contents .img{
  position: absolute;
  bottom: 0;
  right: 30px;
}

section#sec02 #period1 h2{
  background: #80cbcb;
}

section#sec02 #period1 h3{
    background: #80cbcb;
}

section#sec02 #period1 .arrow_block{
    padding: 30px 0 0 36px;
  &::before{
    content: '';
    background: url(../img/academy/sec02_arrow01.png)no-repeat bottom;
    width: 16px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: -9px;
  }
}

section#sec02 #period2 h2{
  background: #3cafbf;
}

section#sec02 #period2 h5{
    color: #3cafbf;
}

section#sec02 #period2 .arrow_block{
    margin-top: 19px;
    padding: 0 0 0 36px;
  &::before{
    content: '';
    background: url(../img/academy/sec02_arrow02.png)no-repeat bottom;
    width: 16px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0;
  }
}

section#sec02 #period3 h2{
  background: #ceb1d4;
}

section#sec02 #period3 h3{
    margin: 13px 0 40px;
    background: #ceb1d4;
    display: inline-block;
    letter-spacing: 2.6px;
}

section#sec02 #period3 h5{
      padding-top: 22px;
  color: #ceb1d4;
}
section#sec02 #period3 h5 span{
  margin-top: 24px;
  display: block;
  color: #221714;

}


section#sec02 #period3 .arrow_block{
    margin-top: 19px;
    padding: 0 0 0 36px;
  &::before{
    content: '';
    background: url(../img/academy/sec02_arrow03.png)no-repeat bottom;
    width: 16px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0;
  }
}

section#sec02 #period3 .arrow_block p.list{
margin-bottom: 21px;
}

section#sec02 #period3 .arrow_block p.note{
      margin-top: 28px;
      margin-bottom: 1.9%;
    font-size: 20px;
}


@media screen and (max-width:768px) {
  section#sec02 h1{
    width: 100%;
    margin: 0 auto 5.4%;
    padding: 3.5% 0 2.1%;
    font-size: 226%;
    line-height: 1.6;
        border-radius: 15px;
    letter-spacing: 7.2px;
  }
  section#sec02 h1 span{
    width: 20%;
    max-width: 162px;
      right: 10px;
    top: -73%;
  }

  section#sec02 ul.sec02_list{
    width: 100%;
    margin: 0 auto 11%;
    display: block;
  }
  section#sec02 ul.sec02_list li{
    width: 100%;
    margin-bottom: 5.8%;
    padding: 5% 0 4.5%;
    font-size: 173%;
    line-height: 1.63;
    text-align: left;
        border-radius: 15px;
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
  }

  section#sec02 .inner > h2{
    margin-bottom: 4.2%;
  }
  

  section#sec02 .point_wrap{
      width: 99%;
  }


  section#sec02 .pc_block h3{
    padding: 5px 2%;
    letter-spacing: 0;
  }

  section#sec02 .point_wrap h3{
    margin: 0px 0 0 1%;
    font-size: 180%;
    display: flex;
    align-items: center;
  }

  section#sec02 .point_wrap h3 span.no{
    width: 20%;
    height: auto;
    margin-right: 10px;
    padding: 1.1% 1.4% 2%;
    background: url(../img/academy/sec02_ttl_bg.png) no-repeat;
    background-size: 100%;
font-size: 67%;
        letter-spacing: 1px;
  }
  section#sec02 .point_wrap h3 span.txt{
        width: 81%;
        font-size: 102%;
        line-height: 1.3;
        letter-spacing: 0;
  }
section#sec02 .career_block .txt_block{
          margin-left: 4%;
        padding: 2.3% 0 3.5% 26.7%;
}
  section#sec02 .career_block .img_block{
    max-width: 175px;
    width: 28%;
  }
  section#sec02 #point1{
    margin-bottom: 4.4%;
    padding-bottom: 5.6%;
  }

  section#sec02 #point1 .point_list{
        margin: 21px 0 0%;
    flex-wrap: wrap-reverse;
  }

  section#sec02 #point1 .img_block{
    width: 52%;
    max-width: 378px;
    margin: 0 auto 4%;
  }

  section#sec02 #point1 .point_list ul.list01 li{
    margin-bottom: 3.2%;
    font-size: 137%;
  line-height: 1.2;
    align-items: anchor-center;
  &::before{
    content: '';
    background: url(../img/academy/icon_check.png)no-repeat;
    background-size: 100%;
    width: 5.9%;
    height: 27px;
  }
}

section#sec02 #point1 p.note{
  font-size: 110%;
}

section#sec02 #point1 .img_block02{
      margin: 5% 0 0;
}

section#sec02 #point2{
    margin-bottom: 4.3%;
    padding-bottom: 4.9%;
}

section#sec02 #point2 p.txt{
      margin: 2.6% 3%;
    font-size: 139%;
    line-height: 1.7;
    letter-spacing: 0;
}

section#sec02 .career_block{
  width: 100%;
  padding: 5% 0 0;
}

section#sec02 .career_block .txt_block{
  width: 100%;
  margin-left: 4%;
  padding: 2.3% 0 3.5% 25.7%;
}

section#sec02 .career_block .txt_block h4{
  margin-bottom: 4%;
  padding: 0 0 3.3% 4%;
  font-size: 105%;
  line-height: 1.1;
  display: block;
  letter-spacing: 1px;
}
section#sec02 .career_block .txt_block h4 span{
  margin-right: 0;
  margin-bottom: 3.3%;
  font-size: 180%;
  letter-spacing: 3.2px;
  line-height: 1;
  display: block;
}

section#sec02 .career_block .txt_block p{
  font-size: 110%;
  line-height: 1.45;
  padding: 0px 2% 0 4%;
  letter-spacing: 1px;
}

section#sec02 .pc_block{
  width: 100%;
    margin: 6% auto 8%;
}

section#sec02 .pc_block h2 span.txt{
        font-size: 50%;
        font-weight: 600;
        line-height: 1.4;
}
section#sec02 .pc_block h2 span.icon{
  width: 14%;
    max-width: 106px;
    margin-right: 5%;
}

section#sec02 .pc_block > div{
      margin-left: 2%;
    margin-top: 3%;
}

section#sec02 .pc_block p.list{
  font-size: 133%;
}

section#sec02 .pc_block ul.list li{
  font-size: 133%;
}

section#sec02 #period1 .contents{
  width: 97%;
      padding-bottom: 2.8%;
}
section#sec02 #period1 .contents p.txt{
  font-size: 144%;
}

section#sec02 #period1 .contents .img{
    width: 29%;   
    bottom: 0;
    right: 0;
}

section#sec02 #period1 .contents p.txt{
      margin: 3% 0 0 2%;
    font-size: 144%;
    line-height: 1.9;
    letter-spacing: 0;
    font-weight: 600;
}

section#sec02 #period1 .arrow_block{
  width: 95%;
  padding: 4% 0 0 36px;
  left: 7px;
  top: 10px;
}

section#sec02 .pc_block h4{
  font-size: 133%;
  letter-spacing: 1px;
}

section#sec02 .pc_block h5{
    margin-bottom: 10px;
  font-size: 133%;

}
section#sec02 .pc_block .arrow_block ul.list2{
      margin: 1.9% 0 5%;
  display: block;
}
section#sec02 .pc_block .arrow_block ul.list2 li{
    width: 100%;
    margin-bottom: 1%;
  font-size: 110%;
}

section#sec02 #period3 h3{
  margin: 13px 0 5%;
}
section#sec02 #period3 h5{
      padding-top: 10px;
}
section#sec02 #period3 h5 span{
      margin-top: 2%;
}

section#sec02 #period3 .arrow_block p.list{
      margin-bottom: 4%;
}

section#sec02 #period3 .arrow_block p.note{
  margin-top: 2%;
    margin-bottom: 1.9%;
    font-size: 130%;
}


}



/* sec03 */
section#sec03{
  margin-bottom: 67px;
}

section#sec03 .bnr_block {
    margin: 70px auto 29px;
    text-align: center;
}
section#sec03 p.txt{
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
          &::before{
      content: '※';
      display: block;
    }
}


@media screen and (max-width:768px) {
  section#sec03{
    margin-bottom: 4%;
  }
  section#sec03 .bnr_block{
    margin: 9.3% auto 2%;
  }

  section#sec03 p.txt{
    text-align: left;
    font-size: 110%;
    font-weight: 600;
    line-height: 1.8;
  }
}

/* sec04 */
section#sec04 {
    margin: 0 0 35px;
    text-align: center;
  }
@media screen and (max-width:768px) {
  section#sec04{margin: 0 0 6.7%;}
}


/* contact */
section#contact{
    width: 75%;
    max-width: 1140px;
    margin: 0 auto;
      background: #000;
    border-radius: 20px;
}

section#contact .inner{
  padding: 29px 0;
}

section#contact .inner > p{
    font-weight: 600;
    line-height: 1.95;
    color: #fff;
    text-align: center;
}

section#contact p.txt{
    font-size: 26px;
    letter-spacing: 3.7px;
}
section#contact p.txt2{
    margin-bottom: 19px;
    font-size: 18px;
    letter-spacing: 2.3px;
}
section#contact p.txt3{
    font-size: 26px;
    letter-spacing: 0;
}
section#contact p.txt4{
      margin-bottom: 36px;
    font-size: 26px;
    letter-spacing: 1px;
}

section#contact h1.ttl {
    text-align: center;
    margin: 30px 0 28px;
}

section#contact h2{
    text-align: center;
    font-size: 26px;
    color: #fff;
    letter-spacing: 3px;
}
section#contact h2 span {
    margin: 24px 0 31px;
    font-size: 37px;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
}

section#contact .wpcf7{
  max-width: 820px;
    margin: 0 auto;
}
section#contact .wpcf7 dt{
  margin: 22px 0 10px;
  font-size: 26px;
  color: #fff;
    line-height: 1;
}

section#contact .wpcf7 dt p{
  display: flex;
  align-items: center;
}
section#contact .wpcf7 dt span.req{
    display: inline-block;
    font-size: 20px;
    background: #b79dc2;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 1;
    padding: 8px 13px 7px;
}
section#contact .wpcf7 dd.name p{
  display: flex;
  justify-content: space-between;
}
section#contact .wpcf7 dd.name .wpcf7-form-control-wrap{
    width: 49%;
  }

section#contact .wpcf7 input[type="text"] ,
section#contact .wpcf7 input[type="tel"] ,
section#contact .wpcf7 input[type="email"],
section#contact .wpcf7 select {
    width: 100%;
    padding: 16px 22px;
    position: relative;
    border-radius: 13px;
    /*background: #c6e8e9;*/
    font-size: 26px;
    /*&::placeholder{
      color: #81cdcd;
    }*/
}

section#contact .wpcf7 input[type="radio"] {
  font-size: 26px;
}
section#contact dd.media .wpcf7-radio{
     margin: 0px 0 25px;
    display: flex;
    flex-wrap: wrap;
}
section#contact dd.media .wpcf7-list-item{
width: 20%;
    margin-top: 12px;
    color: #fff;
    font-size: 20px;
}

section#contact dd.day .wpcf7-list-item{
margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;px;
}

section#contact dd.age{
  position: relative;
  &::after{
  content: '';
  background: url(../img/academy/icon_arrow.png)no-repeat top center;
  width: 26px;
  height: 14px;
  display: inline-block;
  top: 50%;
  bottom: 50%;
  right: 10px;
  position: absolute;
  }
  &::placeholder{
  color: #81cdcd;
  }

}

section#contact .submit_btn{
      width: 50%;
    margin: 60px auto 0;
}

section#contact .submit_btn input[type=submit]{
      background: #6d7b8a;
    padding: 18px 0 15px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 4px;
    color: #fff;
}

@media screen and (max-width:768px) {
  
  section#contact{
    width: 97%;
    margin: 0 auto;
      border-radius: 15px;
    }

  section#contact .inner{
    padding: 3% 0 0;
  }

  section#contact p.txt{
    font-size: 144%;
  }
  section#contact h1.ttl{
        width: 43%;
    max-width: 310px;
    margin: 4% auto 4%;
  }
  section#contact p.txt2{
    margin-bottom: 2.6%;
    font-size: 100%;
  }

  section#contact p.txt3{
    font-size: 144%;
  }

  section#contact p.txt4{
    margin: 2.3% 0 5%;
    font-size: 144%;
  }

  section#contact h2{
    font-size: 148%;
  }
  section#contact h2 span{
    margin: 3% 0 3%;
    font-size: 140%;
  }

  section#contact .wpcf7{
    padding: 0 2%;
  }

  section#contact .wpcf7 dt{
    font-size: 160%;
  }

  section#contact .wpcf7 dt span.req {
    margin-left: 0.7%;
    margin-right: 2%;
    padding: 8px 13px 7px;
    font-size: 77%;
    border-radius: 5px;
    line-height: 1;
}

section#contact .wpcf7 input[type="text"], section#contact .wpcf7 input[type="tel"], section#contact .wpcf7 input[type="email"], section#contact .wpcf7 select{
  padding: 10px 10px;
  font-size: 144%;
  border-radius: 7px;
}

section#contact dd.age{
  &::after {
        background: url(../img/academy/icon_arrow.png) no-repeat top center;
        background-size: 100%;
        width: 16px;
        height: 9px;
        top: 42%;
    }
}

section#contact dd.media .wpcf7-list-item{
  width: 30%;
  font-size: 130%;
}

section#contact dd.day .wpcf7-list-item{
  margin-top: 2.3%;
      font-size: 120%;
}

section#contact .submit_btn{
  width: 70%;
}

section#contact .submit_btn input[type=submit]{
    padding: 10px 0 10px;
    width: 100%;
    font-size: 130%;
    letter-spacing: 3px;
}

}


footer{
  width: 100%;
  padding: 10px 0;
  background: rgb(255 255 255 / 50%)!important;
  position: fixed;
  bottom: 0;
}

footer .entry_btn{
  display: flex;
  justify-content: center;
}
footer .entry_btn a{
  background: #DF0960E8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 20px;
} 


p.copy{
    padding: 20px 0 97px;
    font-size: 16px;
    text-align: center;
    background: none;
    margin-bottom: 0;

}

@media screen and (max-width:768px) {
  p.copy{
    padding: 10px 0 16%;
    font-size: 12px;
    text-align: center;
  }

  footer .entry_btn a{
    padding: 6px 20px 4px;
    font-size: 15px;
  }
}