@charset "utf-8";


.fv{
  height:100vh;
  background:#CAEAF1;
  color:#fff;
  position:relative;
  padding:0 0 0 5%;
  min-height:650px;
  overflow:hidden;
}

.fv::before{
  content:"";
  position:absolute;
  width:100%;
  height:45%;
  background:#01A0EA;
  bottom:0;
  left:0;
}

.fv::after{
  content:"";
  position:absolute;
  width:12%;
  aspect-ratio:200/256;
  background:url(https://use-partner.com/system_panel/uploads/images/20250804165219998084.png) no-repeat center/contain;
  top:20px;
  right:2.5%;
}

.fv h1{
  font-size:clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  position:absolute;
  right:2.5%;
  bottom:2rem;
}

.fv > img{
  position:absolute;
  width:58%;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.fv img.fadeIn{
  animation-delay:1s;
}

.fv-title{
  display: flex;
  flex-direction: column;
  width: 47%;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
  gap: 1.5rem;
}

.fv-title img:last-child{
  width: 81%;
}

.fv .top-news{
  position:absolute;
  right:2.5%;
  bottom:5rem;
  width: 400px;
}

.fv .top-news h2{
  font-size:1rem;
  padding:0 2rem;
  border-radius:10px 10px 0 0;
  background:#0881E4;
  width:fit-content;
  pointer-events:none;
  position:absolute;
  left:0;
  top:-1.5rem;
}

.fv .webgene-blog a{
  padding: 0.5rem 2rem 0.5rem 1rem;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  box-shadow:0px 3px 6px rgba(0,0,0,0.16);
  width:100%;
  position:relative;
}

.fv .webgene-blog a::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #0881E4;
  border-right: 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
}

.fv .webgene-blog a:hover{
  opacity:1;
  box-shadow:0px 3px 3px rgba(0,0,0,0.16);
}

.fv .top-news:hover{
  transform:translateY(3px);
}

.newsItemText{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  color:#0881E4;
  align-items: center;
  margin-bottom: 8px;
}

.newsItemCate{
  border:1px solid #0881E4;
  border-radius:1.5rem;
  padding: 0px 8px;
  font-size: 14px;
}

.fv .webgene-blog h3{
  font-size:1rem;
}

.top-about-us{
  padding:4rem 0;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801111031990196.png) no-repeat center/cover;
}

.top-about-us .container{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1248px;
}

.top-about-us img{
  width:47%;
}

.top-about-us-text{
  width:48%;
}

.top-about-us-text h2{
  color:#01A0EA;
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
}

.top-about-us-text h3{
  font-size:clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  margin:8px 0 1.5rem;
}

.top-about-us-text h3 strong{
  color:#01A0EA;
}

.top-about-us-text .btn{
  margin:2.5rem 0 0 ;
}

.top-onayami{
  padding:2.5rem 0 10rem;
  position:relative;
  z-index:1;
}

.top-onayami .container{
  max-width:1248px;
}

.top-onayami::before{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  z-index:-1;
  top:0;
  left:0;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801113556256219.png) no-repeat center/cover;
}

.top-onayami h2{
  position:relative;
  color:#fff;
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  width:fit-content;
  margin:0 auto 1rem;
  padding:2rem 3rem 4rem;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801113603720026.png) no-repeat center/contain;
}

.top-onayami h2::before{
  position:absolute;
  content:"";
  width:158px;
  aspect-ratio:158/52;
  bottom:2rem;
  left: -120px;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801113603483319.png) no-repeat center/cover;
}

.top-onayami-wrap{
  display:flex;
  justify-content: space-between;
}

.top-onayami-item{
  width:30%;
  background: #fff;
  border-radius: 200px 200px 0 0;
  padding: 4rem 1% 2rem;
  position: relative;
  text-align:center;
  max-width: 350px;
  font-size:clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}

.top-onayami-item .label{
  position:absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color:#fff;
  background:#01A0EA;
  border:3px solid #fff;
  border-radius:999vh;
  line-height:1;
  padding: 0.3rem 0.5rem 0.5rem;
  font-size:40px;
}

.top-onayami-item img{
  width:80%;
  margin:0 auto 1.5rem;
  aspect-ratio: 4 / 3;
}

.top-omakase-banner{
  background: #fff;
  width: 37%;
  padding: 1rem 0;
  border: 5px solid #01A0EA;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  font-size:clamp(1rem, 0.727rem + 0.91vw, 1.75rem);
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

.top-omakase-banner img{
  margin:0 auto 8px;
  width:70%;
}

.about.top-omakase{
  background:#01A0EA;
  padding:15rem 0 5rem;
  margin-top:-7rem;
  position:relative;
}

.about.top-omakase .point-item h3{
  color:#000;
}

.about.top-omakase .point-item h3 strong{
  color:#fff;
}

.amazing.top::before{
  display:none;
}

.amazing.top{
  background:url(https://use-partner.com/system_panel/uploads/images/20250801102737197491.png) no-repeat center/cover;
}

.top-course{
  width:90%;
  margin:4rem auto 100px;
}

.top-course .course-item{
  width:100%;
  margin-bottom: 4rem;
  position: relative;
  max-width: none;
}

.top-course .course-item::before{
  content:"";
  position:absolute;
  width:11%;
  aspect-ratio:192/156;
  left:-5%;
  bottom:0;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801124852823575.png) no-repeat center/contain;
}

.top-course .course-item::after{
  content:"";
  position:absolute;
  width:14%;
  aspect-ratio:421/592;
  right:2%;
  bottom:-5%;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801124923186579.png) no-repeat center/contain;
}

.top-course .course-item.green::before{
  background:url(https://use-partner.com/system_panel/uploads/images/20250801124923631892.png) no-repeat center/contain;
}

.top-course .course-item.green::after{
  aspect-ratio: 253 / 265;
  width: 15%;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801124923518480.png) no-repeat center/contain;
}

.top-course .course-item.blue::before{
  background:url(https://use-partner.com/system_panel/uploads/images/20250801124923802897.png) no-repeat center/contain;
}

.top-course .course-item.blue::after{
  aspect-ratio: 265 / 328;
  width: 16%;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801124923316998.png) no-repeat center/contain;
}

.top-course .course-item.green  .course-title{
  border-color:#1EAD4C;
}

.top-course .course-item.green .course-bg-text p + h4{
  color:#1EAD4C;
}

.top-course .course-item.blue  .course-title{
  border-color:#01A0EA;
}

.top-course .course-item.blue .course-bg-text p + h4{
  color:#01A0EA;
}

.top-course .course-main{
  border: none;
  padding: 0 0 2.5rem;
  gap: 0rem;
}

.top-course .course-title{
  border-left: 1.5rem solid #DD1D1E;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 5% 1rem 2.5%;
}

.course-title-wrap{
  width:80%;
  display: flex;
  align-items: center;
  gap:1.5rem;
}

.top-course .course-title img{
  margin:0;
  width: 7%;
}

.top-course .course-title .course-title-text{
  width: max-content;
  text-align: left;
}

.top-course .course-title h3{
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-course .course-title h3 strong {
  display: inline-block;
  font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.top-course .course-title img.age{
  width:27.5%;
}

.top-course .course-title a{
  width:17%;
}

.top-course .course-title a img{
  width:100%;
}

.top-course .course-bg{
  width: 90%;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.top-course .course-bg > img{
  width:42%;
}

.top-course .course-bg-text{
  width:53%;
  font-size:14px;
}

.top-course .course-bg-text h4{
  font-size:1rem;
  margin-bottom: 1rem;
}

.top-course .course-bg-text p + h4{
  color:#DD1D1E;
  margin-top: 2rem;
}

.top-course .course-list{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
}

.top-course .course-list:not(:last-child){
  margin-bottom:8px;
}

.top-course .course-list p{
  width:calc(100% - 2rem);
  padding-top: 8px;
}

.top-course .course-list img:nth-child(1){
  width:20px;
  height: 2rem;
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: contain;
}

.voice{
  background:#FFF8ED;
  padding:2.5rem 0 4rem;
}

.voice .container{
  max-width: none;
}

.voice-title{
  margin:0 auto 2.5rem;
  display:flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}

.voice-title img{
  width: 20%;
  max-width: 175px;
}

.voice-title h2{
  font-size:clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
}

.voice-wrap{
  display:flex;
  justify-content: space-between;
}

.voice-item{
  width:30%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  font-size:14px;
}

.voice-item img{
  width:32%;
}

.voice-item p{
  width:65%;
  background:#fff;
  border-radius:1rem;
  padding:1rem;
}

.top-reason{
  padding:5rem 0 7.5rem;
  background:#FFF8ED;
  position:relative;
  z-index: 0;
}

.top-reason::after{
  content:"";
  position:absolute;
  width:14%;
  aspect-ratio:238/182;
  left:5%;
  top:1%;
  z-index: -1;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801104731819347.png) no-repeat center/cover;
}

.top-reason::before{
  content:"";
  position:absolute;
  height:100%;
  aspect-ratio:252/821;
  right:0;
  top:0;
  z-index: -1;
  background:url(https://use-partner.com/system_panel/uploads/images/20250801103328988047.png) no-repeat center/cover;
}

.top-reason .container > img{
  width:30%;
  border-radius:20px;
  object-fit:cover;
  aspect-ratio:398/560;
  object-position:top;
}

.top-reason .container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1248px;
}

.top-reason-text{
  width:68%;
  max-width:670px;
}

.top-reason-text h2{
  color:#01A0EA;
  font-size:clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
  text-align:center;
  padding-bottom:8px;
  border-bottom:3px dashed #01A0EA;
}

.top-reason-text h3{
  color:#01A0EA;
  margin:2.5rem 0;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.top-reason-text > p:last-of-type{
  font-size:18px;
  margin:20px 0 40px;
}

.top-reason-text .btn{
  margin:0;
}

.top-reason-text img{
  display:none;
}

.top-onayami-item:nth-child(2){
  animation-delay:0.5s;
}
.top-onayami-item:nth-child(3){
  animation-delay:1s;
}

@media screen and (max-width: 1024px) {
  .top-onayami-item:nth-child(2){
    animation-delay:0s;
  }
  .top-onayami-item:nth-child(3){
    animation-delay:0s;
  }
  .top-reason::after{
    display:none;
  }
  .top-reason .container{
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .top-reason .container > img {
    display:none;
  }
  .top-reason-text img{
    display:block;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio:398/560;
    width:300px;
    margin:1rem auto;
    object-position:top;
  }
  .top-reason-text {
    width: 100%;
    max-width: none;
  }
  .top-reason-text h2{
    width: fit-content;
    padding: 0 2rem 8px;
    margin: 0 auto;
  }
  .top-reason-text h3 {
    margin: 1.5rem 0;
  }
  .top-about-us .container,
  .top-onayami-wrap,
  .top-course .course-bg,
  .voice-wrap{
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .top-onayami-wrap{
    gap: 3rem;
  }
  .top-about-us img,
  .top-onayami-item,
  .top-course .course-bg > img,
  .voice-item{
    width: 100%;
    max-width: 450px;
  }
  .top-onayami-item{
    max-width: 350px;        
    width: 80%;
  }
  .top-about-us-text,
  .top-course .course-bg-text{
    width: 100%;
  }
  .top-about-us-text .btn {
    margin: 2.5rem auto 0;
  }
  .top-omakase-banner{
    width: 50%;
  }
  .top-course .course-title{
    flex-wrap: wrap;
    justify-content: end;
    padding: 1rem 2.5% 1rem 2.5%;
  }
  .course-title-wrap {
    width: 100%;
  }
  .point-item img {
    width: 50% !important;
  }
  .top-course .course-title a {
    width: 160px;
  }
  .top-reason-text .btn {
    margin: 0 auto;
  }
  @media screen and (min-height: 900px) {
    .fv > img{
      display:none;
    }
    .fv-title img.sp{
      display:block;
      height:40%
    }
    .fv-title img{
      height:30%;
    }
    .fv-title{
      width: 100%;
      align-items: center;
      height: 90%;
      padding-top: 3%;
      gap: 0;
    }
    .fv .top-news {
      right: auto;
      bottom: 2rem;
      left: 1rem;
      width:350px;
    }
    .fv{
      padding: 0 0 0 0%;
    }
    .fv h1{
      width: 350px;
      text-align: right;
    }
    .fv-title img:last-child{
      height:25%;
    }
  }
}

  @media (min-width: 1181px) {
        @media (max-height: 800px) {
          .fv-title{
            width:40%;
          }
    }
    @media (max-height: 750px) {
      .fv{
        margin-top:4rem;
        min-height: 700px;
      }
      .fv-title{
        width:30%;
      }
      .fv::after{
        width:8%;
      }
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
  @media (max-height: 750px) {
          .fv-title{
            width:40%;
          }
  }
}

@media screen and (max-width: 767px) {
  .fv > img{
    display:none;
  }
  .fv-title img.sp{
    display:block;
    height:40%
  }
  .fv-title img{
    height:30%;
  }
  .fv-title{
    width: 100%;
    align-items: center;
    height: 92%;
    padding-top: 2.5rem;
    gap: 0;
  }
  .fv .top-news {
    right: auto;
    bottom: 2rem;
    left: 1rem;
    width:350px;
  }
  .fv{
    padding: 0 0 0 0%;
  }
  .fv h1{
    width: 350px;
    text-align: right;
    bottom:1rem;
  }
  .fv-title img:last-child{
    height:25%;
  }
  .course-title-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .top-course .course-title img {
    width: 2.5rem;
  }
  .top-course .course-title img.age {
    width: 200px;
  }
  .top-course .course-title h3{
    gap: 0;
    justify-content: center;
    flex-direction: column;
  }
  .top-course .course-title{
    gap:1rem;
    justify-content: center;
    border:none;
    border-top: 1rem solid #DD1D1E;
  }
  .top-course .course-title a {
    width: 200px;
  }
  .top-onayami h2{
    padding: 1.5rem 2rem 3rem;
  }
  .top-onayami h2::before {
    width: 100px;
    bottom: 0.5rem;
    left: -60px;
  }
  .top-about-us {
    padding: 2.5rem 0;
  }
  .top-about-us-text h3 {
    font-size: 18px;
    margin: 8px 0 1rem;
  }
  .top-onayami-item{
    padding: 3rem 1% 1rem;
    width: 85%;
  }
  .top-onayami {
    padding: 2.5rem 0 7.5rem;
  }
  .top-onayami::before {
    background: url(https://use-partner.com/system_panel/uploads/images/20250804123705418706.png) no-repeat  bottom center / cover;
  }
  .top-omakase-banner {
    width: 90%;
    padding: 0.5rem;
    border: 2px solid #01A0EA;
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    margin: 0 auto;
  }
  .about.top-omakase {
    padding: 8rem 0 5rem;
    margin-top: -6rem;
  }
  .amazing h2::before {
    width: 55px;
    right: -60px;
  }
  .amazing h2::after {
    width: 45px;
    left: -65px;
  }
  .amazing.top {
    padding: 3rem 1rem;
    background: url(https://use-partner.com/system_panel/uploads/images/20250804124051329968.png) no-repeat center / cover;
  }	
  .top-course .course-title h3{
    font-size: 2rem;
  }
  .top-course .course-list p{
    padding-top: 4px;
  }
  .top-course .course-item{
    margin-bottom: 10rem;
  }
  .top-course .course-item::after {
    width: 110px;
    bottom: -8rem;
  }
  .top-course .course-item::before{
    display:none;
  }
  .top-course .course-item.green::after{
    width: 140px;
  }
  .top-course .course-item.blue::after{
    width: 120px;
  }
  .voice-title{
    gap: 1.5rem;
  }
  .voice-title img {
    width: 80px;
  }
  .top-reason::before{
    aspect-ratio:390/120;
    top:auto;
    bottom:0;
    width:100%;
    height:auto;
    background: url(https://use-partner.com/system_panel/uploads/images/20250804124754508176.png) no-repeat center / cover;
  }
  .top-reason {
    padding: 4rem 0 5rem;
  }
  .fv .top-news,
  .fv::after{
    display:none;
  }
  .amazing h2::before {
    width: 50px;
    right: -60px;
  }
  .amazing h2::after {
    width: 45px;
    left: -60px;
  }
  .top-course .course-bg-text h4{
    font-size:14px;
  }
  .top-course .course-bg{
        padding: 20px 10px;
  }
}