html{
  scroll-behavior: smooth;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F8FA;
}

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

  .pc-on{
    display: block;
  }

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

.nav-menu{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 a{
  color:#0872E5;
  font-size: 23px;
}
ul li a{
  color: #353736;
  font-size: 18px;
  font-weight: bold;
}

h1 span{
  font-family: 'futura pt', 'Nunito Sans',
    sans-serif;
}
.orihime-li{
  font-family:'futura pt',
    'Nunito Sans',
    sans-serif;
}
.nav-menu-li{
  display: flex;
  align-items: center;
}
.nav-li{
  margin-right: 55px;
}
/* 活きてる状況で */
/* .entry-btn a{
  color: #0872E5;
    font-size: 20px;
    background: #FFF368;
    padding: 14px 45px;
      border-radius: 999px;
      display: inline-block;
      box-shadow: 0 6px 0 #dcd154;
} */
.entry-btn a {
  color: #8a8686;
  font-size: 20px;
  background: #b2acac;
  padding: 14px 45px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 6px 0 #938c8c;
}
/* .entry-btn a:hover{
  background-color: #dcd154;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    opacity: 1 !important;
} */
.entry-btn a:hover {
  opacity: 1;
}


header{
  padding: 11px 0 15px 0;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* 重なり順を上に */
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}



.mainvisual {
  width: 100%;
  background-size: cover;
  position: relative;
  padding-top: 74px;
}
.main-v {
  width: 100%;
}

.main{
  background-image: url(../img/dot.svg);
    background-repeat: repeat;
    padding-bottom: 108px;
    /* ← これがポイント！ */
  }
  .text1{
    color: #0872E5;
      font-weight: 600;
      text-align: center;
      line-height: 220%;
      font-size: 22px;
      padding-top: 65px;
  }
  .text2{
    color: #0872E5;
      font-weight: bold;
      font-size: 40px;
      text-align: center;
      margin-top: 37px;

      display: inline-block;
        background-image: url(../img/border.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        padding-bottom:5px;
  }
  .text2-div{
    text-align: center;
  }
  .section-title{
    position: relative;
  }

    .section-title img {
      display: block;
      /* 画像の下に隙間ができないように */
      width: 100%;
      /* 必要に応じてサイズ調整 */
      height: auto; 
    }
  .title-p{
        position: absolute;
        top: 50%;
        /* 縦中央 */
        left: 13%;
          transform: translate(-23%, -50%);
        color: #0872E5;
          font-weight: bold;
          font-size: 35px;
    }
    .section{
      margin: 0 auto;
      margin-top: 110px;
      max-width: 1200px;
      width: 90%;
        background: #fff;
        border-radius: 40px;
        padding: 70px 60px;
        box-sizing: border-box;
    }
    .desc{
      color: #353736;
      font-size: 18px;
      line-height: 32px;
      margin: 30px 0 40px 0;
    }
    .card-item{
        max-width: 330px;
          width: 100%;
          background: #D4F4FF;
          border-radius: 40px;
          position: relative;
    }
    .item-img{
      width: 100%;
      display: block;
    }
    .item-title{
      padding: 10px 0 10px 20px;
        font-size: 21px;
        color: #0872E5;
        font-weight: bold;
        background: #FFF368;
    }
    .item-text{
      padding: 13px 21px 28px 21px;
        color: #353736;
        font-size: 16px;
        line-height: 30px;
    }
    .polygon{
      position: absolute;
      right: -31px;
        top: 46.5%;
        transform: translateY(-50%);
    }
    .card{
      display: flex;
      justify-content: space-between;
    }
    .point-flex{
      display: flex;
    }
    .right img{
      width: 100%;
    }
    .point-title{
      font-size: 32px;
        font-weight: bold;
        color: #0872E5;
        line-height: 1.4;
        margin-bottom: 24px;
    }
    .point-text{
      font-size: 18px;
        line-height: 180%;
    }
    .left{
      margin-right: 50px;
    }
    .point{
      margin-top: 70px;
    }
    .point-flex2{
      flex-direction: row-reverse;
      margin-top: 105px;
    }
    .no-left{
      margin-right: 0;
      margin-left: 50px;
    }
    .point-flex3{
      margin-top: 105px;
    }
    .bg-section{
      background: #B6E3F6;
      padding: 60px 0;
      margin: 60px 0;
    }
    .bg-flex{
      display: flex;
      align-items: center;
    }
 .bg-right img{
  width: 100%;
 }
 .bg-title{
  color: #0872E5;

    font-weight: bold;
    font-size: 32px;
 }
 .bg-text{
  font-size: 18px;
    line-height: 170%;
    margin-top: 30px;
    margin-bottom: 15px;
 }
 .title-futura{
  font-family: 'futura pt',
    'Nunito Sans',
    sans-serif;
 }
 .bg-btn a{
  font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #0872E5;
    border-radius: 999px;
    padding: 18px 40px;
    /* margin-top: 20px; */
    display: inline-block;
 }
 .bg-left{
  margin-right: 40px;
 }

 .wrapper2 {
   max-width: 975px;
   width: 90%;
   margin: 0 auto;
 }
 .bg-flex2{
  flex-direction: row-reverse;
  margin-top: 38px;
 
 }
 .bg-left2{
  margin-right: 0;
  margin-left: 40px;
 }
 .bg-flex-se{
  margin-top: 65px;
 }
 .comment-img img{
  width: 100%;
 }
 /* .voice-img img{
  width: 100%;
 } */
 /* .voice-img{
  display: flex;
 } */
  .voice-img img{
    width: 100%;
      margin-top: 40px;
  }
  .program-img{
    width: 100%;
      max-width: 590px;
      margin: 0 auto;
      text-align: center;
      display: block;
  }
  .caution{
    font-size: 17px;
      text-align: center;
      margin-top: 30px;
  }

  .topic2{
    width: 85%;
  }

  .section-title2{
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .line-blue-pc{
    margin: 0 auto;
  }

  .title-p2{
        position: absolute;
        top: 46%;
          left: 50.5%;
        transform: translate(-50%, -50%);
        color: #FFF368;
        font-weight: bold;
        font-size: 35px; 
      }
.section2{
  background: #FFFBCB;
}
.recruit{
  margin-top: 65px;
}
.recruit-title{
  color: #0872E5;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
}
.recruit-p{
  font-size: 18px;
    line-height: 35px;
    /* font-weight: 500; */
    color: #353736;
}
.recruit-div{
  margin-top: 30px;
}

.entry-sec{
  background-image: url(../img/blue-bg.png);
    background-repeat: no-repeat;
    padding: 67px 0;
    /* height:232px; */
    width: 100%;
    background-size: cover;
    margin: 70px 0;
}
/* .entry-btn-b a{
  color: #0872E5;
    font-size: 36px;
    font-weight: bold;
    background: #FFF368;
    border-radius: 999px;
    padding: 23px 93px;
    display: inline-block;
    box-shadow: 0 6px 0 #dcd154;

} */
.entry-btn-b a {
  color: gray;
  font-size: 36px;
  font-weight: bold;
  background: #b2acac;
  border-radius: 999px;
  padding: 23px 93px;
  display: inline-block;
  box-shadow: 0 6px 0 #726d6d;
}
/* .entry-btn-b a:hover{
background-color: #dcd154;
box-shadow: none;
transform: translate3d(0, 3px, 0);
opacity: 1 !important;
} */

.entry-btn-b a:hover{
  opacity: 1;
}

.entry-btn-b {
  text-align: center;
    margin: 0 auto;
}

.q{
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  color: #0872E5;
  margin-top: 35px;
}

.answer{
  line-height: 35px;
}
.section3{
  margin: 0 auto;
    margin-top: 80px;
    max-width: 1070px;
    width: 90%;
    }
        .title-p3 {
          position: absolute;
          top: 50%;
          /* 縦中央 */
          left: 50%;
          transform: translate(-50%, -50%);
          color: #0872E5;
          font-weight: bold;
          font-size: 35px;
        }

  .logo-flex a{
    margin-right: 60px;
  }
  .logo-flex{
    text-align: center;
      width: 100%;
  }
  .logo-flex2{
    margin-top: 70px;
  }
  .last-logo{
    margin-right: 0 !important;
  }

  .logo-flex a img{
    max-width: 100%;
  }
  .text-section{
    padding: 0 20px;
  }

  .logo-pc{
    background: #fff;
      border-radius: 40px;
      padding: 40px;
      margin-top: 30px;
  }

  .last-pw{
    color: #0872E5;
      font-weight: bold;
      font-size: 40px;
      text-align: center;
      margin-top: 37px;
    
      display: inline-block;
      background-image: url(../img/last-line.svg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: contain;
      padding-bottom: 5px;
  }
  .last-p{
    color: #0872E5;
      font-size: 22px;
      font-weight: 700;
      line-height: 220%;
      text-align: center;
      margin-top: 105px;
  }
  .last-pw-div{
    text-align: center;
  }
    .last-p2 {
      color: #0872E5;
      font-size: 22px;
      font-weight: 700;
      line-height: 220%;
      text-align: center;
      margin-top: 30px;
    }

    footer{
      background: #444647;
        color: #fff;
        padding-top: 33px;
        padding-bottom: 20px;
    }
    .footer-flex{
      display: flex;
        justify-content: space-between;
    }
    .footer-left{
      font-size: 18px;
      font-weight: bold;
      color: #fff;
    }
  .footer-left span{
    font-family:'futura pt',
      'Nunito Sans',
      sans-serif;
  }
  .footer-left a{
    color: #fff !important;
  }
    .footer-ul {
      display: flex;
    }
  .footer-ul a{
    font-size: 14px !important;
    color: #fff;
    font-weight: normal;
  }
  .orylab{
    margin-right: 24px;
  }
  .icon{
    margin-top: 14px;
  }

header.scroll {
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px); 
    }
    .last-sec{
      padding: 0 20px;
    }
.sp-on{
  display: none !important;
}
.sp-on2{
  display: none !important;
}
.faq{
  left: 8%;
}

.contact{
  max-width: 560px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 40px 0;
    width: 90%;
    margin-top: 50px;
}
.contact-title{
  font-size: 22px;
    font-weight: bold;
    color: #353736;
    margin-bottom: 30px;
}
.contact-mail{
  color: #353736;
  font-size: 18px;
  font-weight: bold;
}
.contact-mail a{
  color: #353736;
}

.caution-red{
  color: red;
    font-size: 20px;
    line-height: 2.5;
    border: 2px solid red;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    width: 90%;
}

@media screen and (max-width: 1024px) {
  .section {
      padding: 50px 30px;

  }
    .nav-li {
      margin-right: 25px;
    }
        .entry-btn a {
          padding: 14px 25px;
          width: 100px; }
  ul li a{
    font-size: 16px;
  }
  h1 a {
    font-size: 19px;
  }
    .title-p {
      left: 16%;
      font-size: 25px;
    }
  .sp-on2{
    display: block !important;
  }
  .pc-on2{
    display: none;
  }
    .point-topic-img {
      width: 100%;
    }
  
    .point-title {
      font-size: 20px;
      margin-bottom: 10px;
      text-align: center;
      margin-top: 10px;
    }
  
    .point-text {
      font-size: 16px;
      line-height: 1.5;
    }
  
    .point-img {
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 20px;
    }
  
    .point-sec2 {
      margin-top: 30px; 
    }

    .logo-flex a {
      margin-top: 40px;
      display: inline-block;  
     }
    .logo-flex2 {
      margin-top: 0px;  
     }
    .logo-pc {
      padding: 10px 40px 40px 40px;
    }

        .card-item {
          width: 32%;
        }
    .item-title {
      font-size: 19px;
      padding: 10px 0 10px 10px;
    }
        .polygon {
          top: 26.5%;
        }
    .text2 {
      font-size: 34px;
    }
    .section {
      margin-top: 60px;
    }
    .bg-title {
      font-size: 25px; 
    }
  .bg-flex2 {
    margin-top: 0px; 
  }
  .title-p2{
    font-size: 25px;
  }
    .recruit-title {
      font-size: 25px;
    }
  .q {
    font-size: 23px;
  }
    .title-p3{
      font-size: 25px;
    }
  .last-p {
    font-size: 20px;
  }
    .last-p2{
      font-size: 20px;
    }
  .last-pw{
    font-size: 30px;
  }
    .section3 {
      margin-top: 50px;
    }
  .main {
    padding-bottom: 38px;
  }
  .last-p{
    margin-top: 35px;
  }
    .text1{
      padding-top: 45px;
    }

  .desc{
    font-size:  17px;
  }
  .br{
    display: none;
  }
    .bg-text{
      font-size: 17px;
    }
  .bg-btn a{
    line-height: 1.4;
  }
    .program-img{
      width: 70%;
    }
  .entry-btn-b a {
    font-size: 31px;
  }
    .logo-flex a img {
      max-width: 60%;
    }
  .logo-flex a{
    margin-right: 0;
  }
    .logo-flex{
      display: flex;
    }
    .faq{
      left: 10%;
    }
}




@media screen and (max-width: 767px) {
  .title-p {
    font-size: 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
}
.section {
  margin-top: 30px;
  border-radius: 30px;
  padding: 40px 20px;
}
.q {
  font-size: 20px;
  margin-top: 25px;
}
.answer {
  line-height: 1.5;
}
.title-p2{
  font-size: 22px;
}
.recruit {
  margin-top: 25px;
}
.recruit-title {
  font-size: 20px;
}
.recruit-p {
  font-size: 16px;
  line-height: 1.5;
}
.recruit-div {
  margin-top: 20px;
}
.desc {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 20px 0;
}
.caution {
  font-size: 14px;
  line-height: 1.5;
}

.pc-on{
  display: none !important;
}
.sp-on{
  display: block !important;
}
.bg-title {
  font-size: 22px;
  text-align: center;
}
.bg-section {
  padding: 40px 0;
  margin: 40px 0;
}
.orihime-img{
  width: 80%;
    margin-top: 20px;
}
.bg-img{
  text-align: center;
}
.bg-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.bg-btn{
  text-align: center;
}
.sp-bg-title{
  margin-top: 60px;
  line-height: 1.3;
}
.bg-btn a{
  line-height: 1.4;
}

.card {
  display: block;
}
.card-item{
  margin: 0 auto;
  margin-top: 30px;

}
.item-title {
  padding: 10px;
  font-size: 19px;
  text-align: center;
}
.item-text {
  line-height: 1.5;
}
.point {
  margin-top: 50px;
}
.title-sp-p{
  line-height: 1.4;
}
.line-blue{
  margin: 0 auto;
}
.entry-btn-b {
  padding: 0 20px;
}
.entry-btn-b a {
  font-size: 23px;
  padding: 37px 0;
  width: 100%;
}
.entry-sec {
  padding: 47px 0;
  margin: 30px 0;
}
.title-p3{
  font-size: 22px;
}

.logo-sp{
  display: flex !important;
    width: 100%;
    margin-top: 40px;
    justify-content: space-around;
    text-align: center;
}
.logo-item{
  width: 40%;
}
.logo-item img{
  max-width: 100%;
}
.logo-item2 {
margin-top: 30px;
}
.logo-item2 img {
max-width: 100%;
}
.logo-sp-sec{
  width: 80%;
  margin: 0 auto;
}
.dnp{
  width: 85%;
}
.last-p {
  font-size: 16px;
    line-height: 1.5;
    margin-top: 35px;
}
.last-pw {
  font-size: 20px;
  margin-top: 35px;
}
.last-p2 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
}
.main{
  padding-bottom: 38px;
}
.footer-flex {
  display: block;
  text-align: center;
}
.footer-ul {
  display: block;
}
.orylab {
  margin-right: 0px;
}
.footer-ul li{
  margin-top: 20px;
}
.icon {
  margin-top: 34px;
  text-align: center;
}
.section3 {
  margin-top: 40px;
}
.text1 {
  line-height: 1.7;
  font-size: 17px;
  padding-top: 25px;
}
.text2 {
  font-size: 22px;
  margin-top: 0px;
  line-height: 1.5;
  background-image: url(../img/border-sp.svg);
  width: 80%;
    margin: 0 auto;
}
.text2-sp-div{
  margin-top: 20px;
}
.logo-pc{
  padding: 40px 15px;
  border-radius: 30px;
    margin-top: 20px;
}
.logo-sp2{
  margin-top: 0;
}
h1 a {
  font-size: 18px;
}
.entry-btn a {
  font-size: 18px;
  padding: 12px 17px;
  width: 100px;
  text-align: center;
}
.polygon2{
  position: absolute;
  bottom: -20px;
    /* カードの下からはみ出す位置 */
    left: 50%;
    transform: translateX(-50%);
}
.recruit-ul{
  list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
}
.recruit-ul li{
  list-style: disc !important;
}
.card-item {
  width: 100%;
  max-width: 100%;
}
.program-img {
  width: 100%;
}
.img-ipad{
  display: none !important;
}
.kyowa{
  width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.contact-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-mail{
  font-size: 16px;
  line-height: 1.5;
}
.contact{
  padding: 30px 0;
}
.caution-red {
  font-size: 16px;
  line-height: 1.7;
  width: 80%;
  padding: 15px;
  margin-top: 30px;
}
}