html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
img{
  max-width: 100%;
}

.pc-on{
  display: block !important;
}
.sp-on{
  display: none !important;
}

a:hover {
  opacity: 0.8;
  transition: all .2s ease;
}

.wrapper {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.mainvisual {
  width: 100%;
  background-size: cover;
  position: relative;
  background: url(../img/hero.jpg) center/cover no-repeat;
  height: 710px;
}
.m-main{
  font-family: "M PLUS Rounded 1c", sans-serif;

}

.m-main{
    font-size: 18px;
      font-weight: bold;
      color: #0590CC;
      background: #FFFE3E;
      padding: 10px;
      display: inline-grid;
      border-radius: 999px;
          margin-top: 65px;
}
.m-img{
  display: block;
      margin-top: 10px;
}
.m-ca{
      font-size: 20px;
        color: #052F40;
        line-height: 1.8;
        font-weight: bold;
}

.btn-a{
  font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 36px;
        font-weight: bold;
        color: #20A0D9;
        /* padding: 10px; */
        background: #FFE64F;
        padding: 22px 80px;
        border-radius: 999px;
        display: inline-block;
        box-shadow: 0 6px 0 #B8A639;
}
.btn-a:hover {
  background-color: #edd967;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
  opacity: 1 !important;
}
.btn-a img{
margin-left: 10px;
}
.btn{
  margin-top: 30px;
}
.title-sec{
  margin-left: -50px;
}
.section{
  background-image: url(../img/bg-blue.jpg);
    background-repeat: repeat;
    padding-top: 72px;
}
.p-001{
      display: block;
      margin: 0 auto;
        margin-bottom: 50px;
}
.title1{
      display: block;
        width: 100%;
        max-width: 714px;
        text-align: center;
        margin: 0 auto;
}
/* .blue{
  background: #fff;
  border: 5px solid #24BAFE;
  border-radius: 21px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px;
  width: 75%;
  box-sizing: border-box;
} */
.dot{
      margin-right: 10px;
        /* padding-top: 21px; */
        margin-bottom: -2px;
      }
.text2{
font-size: 19px;
margin-bottom: 26px;
line-height: 1.5;
}
.text2 span{
  color: #0C90CE;
  font-size: 22px;
  font-weight: bold;
  background: #FFF534;
}
.osusume{
  display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 16px;
}
.blue-bg{
      background: #EFF2F4;
        border-radius: 10px;
        /* width: 100%; */
        max-width: 900px;
        padding: 25px 40px;
        margin: 0 auto;
        margin-bottom: 60px;
}
.bg-flex{
      display: flex;
        align-items: center;
}
.bg-li li{
      list-style: disc;
        margin-left: 30px;
        line-height: 1.7;
        font-size: 18px;
}
.sub-title{
  font-size: 27px;
    text-align: center;
    font-weight: bold;
    color: #24BAFE;
    font-family: "M PLUS Rounded 1c", sans-serif;
        background: #DEF5FF;
          padding: 20px;
        }
  
.item4{
  width: 800px;
    margin: 0 auto;
    display: block;
    margin-top: 18px;
    margin-bottom: 50px;
}
.l-item-p{
      font-size: 19px;
        font-weight: bold;
        color: #07AAF4;
        line-height: 1.5;
        margin-left: 30px;
}
.lesson-flex{
  display: flex;
  justify-self: center;
  margin-top: 30px;
  width: 100%;
}
/* .l-item img{
  width: 300px;
} */
.l-item{
  width: 300px;
  margin-right: 20px;
}
.caution{
      font-size: 14px;
        line-height: 1.7;
        max-width: 875px;
        margin: 0 auto;
        margin-top: 35px;
}

.cta{
  width: 100%;
    background-size: cover;
    position: relative;
    background: url(../img/cta-area.svg) center/cover no-repeat;
    height: 300px;
}
.btn-cta a{
      color: #20A0D9;
        font-size: 48px;
        font-weight: bold;
        background: #FFE64F;
        padding: 25px 70px;
        border-radius: 999px;
        /* display: block; */
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        box-shadow: 0 6px 0 #B8A639;
      font-family: "M PLUS Rounded 1c", sans-serif;
}

.btn-cta a:hover{
      background-color: #edd967;
        box-shadow: none;
        transform: translate3d(0, 3px, 0);
        opacity: 1 !important;
}

.btn-cta{
text-align: center;
padding-top: 90px;
}
.btn-cta img{
  margin-left: 14px;
}

.section2 {
  background-image: url(../img/yellow-bg.jpg);
  background-repeat: repeat;
  padding-top: 72px;
}

.title2{
      width: 900px;
        text-align: center;
        margin: 0 auto;
        display: block;
}

.white{
  background: #fff;
    border: 5px solid #FE9800;
    border-radius: 21px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px;
    box-sizing: border-box;
}

.orange{
  background: #FFF0B2;
  color: #FE9800;
}
.desc-flex{
      display: flex;
        margin-top: 20px;
          align-items: center;
          justify-content: center;
}
.desc-p{
      font-size: 18px;
        line-height: 1.7;
}
.orihime{
  width: 256px;
      margin-left: 60px;
}
.desc-left{
  width: 55%;
}
.cafe{
      font-size: 18px;
        color: #fff;
        background: #24BAFE;
        font-weight: bold;
        padding: 21px 10px;
        display: block;
        border-radius: 999px;
        margin-top: 40px;
        text-align: center;
}
.pilot-flex{
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.pilot-flex img{
  width: 390px;
}
.pilot-flex p{
      font-size: 18px;
        line-height: 1.7;
        margin-left: 30px;
}
.sub-title2{
  margin-top: 44px;
}

.section3 {
  background-image: url(../img/green-bg.jpg);
  background-repeat: repeat;
  padding-top: 72px;
}
.title3 {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.green {
  border: 5px solid #01CE5D;

}

.timeline{
  position: relative;
      margin-left: 90px;
        padding-left: 55px;
    border-left: 4px solid #FFBB47;
    height: 389px;
}
.step {
  position: relative;
  margin-bottom: 10px;
}
.step::before {
  content:url(../img/step1.svg);
  position: absolute;
      left: -114px;
    top: 0;
}
.step-box {
      padding: 21px 24px 24px 24px;
  max-width: 720px;
}

h4{
      color: #0BBB5A;
        font-size: 22px;
        margin-bottom: 13px;
}
.step-p{
      font-size: 18px;
      line-height: 1.5;
}
.step-p a{
      color: #219ADB;
        text-decoration: underline;
}

.step2::before{
    content: url(../img/step2.svg);
}
.step3::before{
    content: url(../img/step3.svg);
        /* top: 30px; */
}
.set{
      width: 255px;
      position: absolute;
          top: -20px;
            right: 0;
}
.set-box{
  position: relative;
}

.green-title{
  background: #DDFBEA;
  color: #01CE5D;
  margin-top: 80px;
}

th{
      color: #01CE5D;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 1;
}
td{
  font-size: 18px;
    line-height: 1.5;
}
.th-span{
  font-size: 18px;
  font-weight: normal;
}
.t-title{
      font-size: 20px;
        color: #01CE5D;
        line-height: 1.5;
        font-weight: bold;
            width: 185px;
            min-width: 185px;
            flex-shrink: 0;
             
}
.t-answer{
      font-size: 18px;
        line-height: 1.5;
        flex-grow: 1;
        flex-shrink: 1;
}
.t-item{
  display: flex;
  margin-top: 28px;
  flex-direction: row;
     
}
.table{
      background: #F4F4F4;
        padding: 50px 100px;
        margin-top: 22px;
}
.t-answer a{
      color: #219ADB;
        text-decoration: underline;
}
.t-answer span{
  font-weight: bold;
}
.himawari{
      margin-top: -50px;
}
.section4 {
  background-image: url(../img/bg-pink.jpg);
  background-repeat: repeat;
  padding-top: 72px;
}
.pink{
      border: 5px solid #FE65A2;
}
.pink-title{
  background: #FFEEF5;
  color: #FE65A2;
}
.pic{
      display: flex;
      align-items: center;
          width: 90%;
            margin: 0 auto;
    margin-top: -30px;
     
}
.pic-m{
margin-top: 35px;
}
.pic img{
      width: 350px;
}
.pic p{
  margin-left: 32px;
    line-height: 1.8;
    font-size: 18px;
}
.pic2{
      flex-direction: row-reverse;
}
.pink-m{
  margin-top: 60px;
}
.pink-tp{
      font-size: 25px;
        font-weight: bold;
        color: #FE65A2;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin-top: 38px;
}
.pink-sp{
      line-height: 1.9;
        font-size: 16px;
        margin-top: 20px;
}

.blue {
  border: 5px solid #24BAFE;
}
.q{
      font-size: 25px;
        font-weight: bold;
        color: #00ADFC;
        margin-bottom: 11px;
}
.a{
      font-size: 20px;
        line-height: 1.5;
        margin-bottom: 40px;
}
.a2{
  margin-bottom: 0;
}
.contact{
  background: #F4F4F4;
}
.contact p{
      font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 2;
        text-align: center;
        display: inline-block;
          padding: 25px 63px;
          background: #fff;
          border-radius: 30px;
}
.contact p a {
  color: #333;
  text-decoration: underline;
}
.contact-w{
      margin: 0 auto;
        text-align: center;
        padding: 39px 0;
}
.f-link{
      display: flex;
}
.f-link a{
      margin-right: 30px;
        color: #fff;
}
footer{
      background: #444647;
        padding: 45px 0;
}
.copy{
      text-align: center;
        color: #fff;
        margin-top: 45px;
        font-size: 12px;
}
.sns{
  display: flex;
}
.f-flex{
  display: flex;
    justify-content: space-between;
}

.header-ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-ul li{
  margin-right: 35px;
    color: #333;
    font-size: 18px;
}
.header-ul li a{
  color: #333;
  font-weight: bold;
}
.header-btn{
  margin-right: 0 !important;
}
.header-btn a{
  color: #20A0D9;
    /* margin-right: 7px; */
    background: #FFE64F;
    padding: 8px 30px;
    border-radius: 999px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    box-shadow: 0 4px 0 #B8A639;
   
  color: #20A0D9 !important;
}
header{
    padding: 24px 0;
      background: rgba(255, 255, 255, 0.7);
      border-bottom: 4px solid rgba(255, 255, 255, 0.4);
      max-width: 730px;
        position: fixed;
        z-index: 999;
        right: 0;
        width: 100%;
}

.header-btn a:hover{
    background-color: #edd967;
      box-shadow: none;
      transform: translate3d(0, 3px, 0);
      opacity: 1 !important;
}
.header-btn img{
      margin-left: 6px;
}


@media screen and (max-width: 1024px) {
  .title-sec {
      margin-left: -10px;
    }
    header{
          max-width: 590px;
    }
        .pic {
          width: 100%;
        }
        .table {
          padding: 30px 40px;
        }
    .pilot-flex img {
      width: 310px;
    }
    .children{
      width: 40%;
    }
    .m-img{
      width: 60%;
    }
}

@media screen and (max-width: 820px) {
  .white{
    padding: 20px;
  }
    .text2 {
      font-size: 16px;
      line-height: 1.5;
          margin-bottom: 14px;
    }
.text2 span {
  font-size: 18px;
}
.dot{
      width: 15px;
}
.osusume {
  margin-top: 40px;
}
.bg-flex {
  display: block;
}
.blue-bg{
  padding: 20px;
  margin-bottom: 40px;
}
.bg-li li {
  margin-left: 16px;
  font-size: 16px;
}
.sub-title {
  font-size: 18px;
  padding: 10px;
  line-height: 1.5;
}
.pc-on{
  display: none !important;
}
.sp-on{
  display: block !important;
}
.sp-item4{
      margin-top: 10px;
        margin-bottom: 40px;
}
.lesson-flex {
  display: block;
  margin-top: 10px;
}
.l-item {
  margin-right: 0px;
  margin: 0 auto;
          width: 100%;
}
.l-item-p {
  font-size: 17px;
  margin-left: 0px;
  text-align: center;
}
.caution {
  font-size: 12px;
  margin-top: 15px;
}
.himawari {
  margin-top: 0px;
}
.btn-cta a {
  font-size: 25px;
  padding: 14px 50px;
}
.btn-cta img{
  width: 25px;
  margin-bottom: -3px;
}
.btn-cta {
  padding-top: 40px;
}
.cta{
  height: 140px;
}
.section2 {
  padding-top: 42px;
}
.title2{
      margin-bottom: -2px;
}
.desc-flex {
  display: block;
}
.desc-p {
  font-size: 16px;}
    .desc-left {
      width: 100%;
    }
.cafe {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
}
.orihime {
  width: 156px;
  margin-left: 0;
  margin: 0 auto;
  display: block;
}
.pilot-flex {
  display: block;
  margin-top: 20px;
}
.pilot-flex img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.pilot-flex p {
  font-size: 16px;
  margin-left: 0;
  margin-top: 10px;
}
.section3 {
  padding-top: 42px;
}
.title2 {
  margin-bottom: -3px;
}
.step::before {
        left: -39px;
          content: '';
          display: inline-block;
          width: 60px;
          height: 60px;
    background-image: url(../img/step1.svg);
    background-size: contain;
    vertical-align: middle;
}
.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 5px;
  height: auto;
}
.step-box{
  padding: 0;
        padding-left: 30px;
          padding-top: 10px;
}
h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.step-p {
  font-size: 16px;
}
.step2::before {
  left: -39px;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/step2.svg);
  background-size: contain;
  vertical-align: middle;
}
.step3::before {
  left: -39px;
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/step3.svg);
    background-size: contain;
    vertical-align: middle;
}
.set {
  width: 175px;
  position: unset;
}
.green-title {
  margin-top: 30px;
}
.table {
  padding: 20px;
}
.t-item {
  display: block;
}
.t-title {
  font-size: 18px;
  width: 100%;
  min-width: 100%;
}
.t-answer {
  font-size: 16px;
}
.first{
  margin-top: 0;
}
.section4 {
  padding-top: 42px;
}
.title3{
  margin-bottom: -2px;
}
.pic {
  display: block;
  width: 100%;
}
.pic-m {
  margin-top: 15px;
}
.pic p {
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}
.pic {
  margin-top: 20px;
}
.pink-m {
  margin-top: 30px;
}
.pink-tp {
  font-size: 18px;
  margin-top: 23px;
  line-height: 1.5;
}
.pink-sp {
  line-height: 1.6;
  font-size: 16px;
  margin-top: 10px;
}
.section {
  padding-top: 42px;
}
.q {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.a {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact p {
  font-size: 16px;
  padding: 20px;
}
.f-flex {
  display: block;
}
.f-link {
  display: block;
  text-align: center;
}
.f-link li{
  margin-bottom: 20px;
}
.f-link a {
  margin-right: 0;
}
.sns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-001 {
  margin-bottom: 20px;
}
header {
  /* padding: 25px 0;
  max-width: 100%;
  bottom: 0;
      border-top: 4px solid rgba(255, 255, 255, 0.4);
      border-bottom: none; */
      display: none;
}
.header-ul li {
  font-size: 18px;
}
.mainvisual {
  background: url(../img/sp-main.jpg) center / cover no-repeat;
  height: auto;
}
.title-sec{
  margin-left: 0;
  padding-top: 60px;
}
.m-main{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.m-ca {
  font-size: 18px;
}
.btn-a {
  font-size: 23px;
  padding: 20px;
  width: 90%;
  text-align: center;
}
.btn-a img {
  width: 22px;
}
.sp-mainvisu{
      margin-top: 40px;
      width: 100%;
}
.pic img{
  display: block;
    margin: 0 auto;
}
.children{
  display: block;
    margin: 0 auto;
        width: 100%;
}
.m-img{
  width: 100%;
}

}

.red-caution{
  text-align: center;
    color: #ff4141;
    font-size: 20px;
    line-height: 1.7;
    padding: 20px;
    border: 2px solid #ff4141;
    margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
.red-caution {
    text-align: left;
    color: #ff4141;
    font-size: 17px;
    line-height: 1.5;
    padding: 20px;
    border: 2px solid #ff4141;
    margin-bottom: 30px;
  }
}