


/* 2024/03/25 */
.page-link-wrap {
    position: relative;
    padding: 50px 0;
}

.page-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.page-link li {
    position: relative;
    width: 30%;
    flex-grow: 1;
    margin: 10px;
}

.page-link li a {
    display: block;
    text-align: center;
    background: #00c0c7;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    position: relative;
}

.page-link li a:after {
    content: "\f0dd";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.page-link li.bg01 a {
    background: #f74039;
}

@media (max-width:1024px) {
  .page-link li {
    width: 100%;
  }
}

@media (max-width:599px) {
  .page-link li {
    width: 48%;
    margin: 1%;
  }
}

.top-school__flex .top-school__flex__box2 {
    width: 25%;
}

.top-school__flex .top-school__flex__box1 {
    width: 75%;
}

.top-school__flex__box2 .fuki-box .fuki {
    font-size: 12px;
}

.top-school__flex__box2 .fuki-box .fuki2 {
    font-size: 12px;
}

.top-school__flex__box2 .fuki-box .fuki3 {}

.top-school__flex__box2 .fuki-box .fuki3 {
    font-size: 12px;
}

.top-school__flex__box2 .fuki-box .fuki4 {
    font-size: 12px;
}

.top-school__flex__box2 .fuki-box .fuki5 {
    font-size: 12px;
}

.top-school__flex__box__text02 {
    font-size: 16px;
}

.top-school__flex__box__text {
    font-size: 16px;
}

#top-school .rib {
    font-size: 20px;
}

#top-school .top-school__flex__box__title img {
    height: 50px;
    width: 100%;
}

#top-school .btn-di.le2 a {
    font-size: 16px;
}

#top-school .btn-di.le2 {
    width: 50%;
}

@media (max-width:599px) {
  .topnews01 {
    padding-bottom: 20px;
  } 
  #top-school .top-school__flex__box__title img {
      height: auto;
  }
  
  .top-school__flex__box2 .fuki-box .fuki {
      font-size: 6px;
  }
  
  .top-school__flex__box2 .fuki-box .fuki2 {
      font-size: 6px;
  }
  
  
  .top-school__flex__box2 .fuki-box .fuki3 {
      font-size: 6px;
  }
  
  .top-school__flex__box2 .fuki-box .fuki4 {
      font-size: 6px;
  }
  
  .top-school__flex__box2 .fuki-box .fuki5 {
      font-size: 6px;
  }
  
  #top-school .rib {
      font-size: 16px;
  }
  
  #top-school .btn-di.le2 {
      width: 100%;
      display: none;
  }
  
  .top-school__flex {
      flex-direction: row-reverse!important;
  }
  
  .top-school__flex:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  .top-school__flex__box__text {
      font-size: 12px;
  }
  .top-school__flex__box__text02 {
      font-size: 12px;
  }
}

.feature-heading .top-company__title {
    background: #DF7FB5;
}

.feature-heading .section__title2:after {
    border-top: 30px solid#DF7FB5;
}

.whatskanyes__sec02-flex .ttl a {
    display: block;
    color: #fff;
}

@media (max-width:599px) {
  .whatskanyes__sec02-flexbox {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0px;
  }
  
  .whatskanyes__sec02-flexbox .left {
      width: 30%;
  }
  
  .whatskanyes__sec02-flexbox .right {
      width: 65%;
  }
  
  .whatskanyes__sec02-flex .ttl {
      font-size: 16px;
  }
  
  .whatskanyes__sec02-flexboxtext {
      font-size: 12px;
      padding: 5px 0;
      text-align: left;
  }
  
  .whatskanyes_btn02.btn-di {
      display: none;
  }
}

/* 2024/04/05 */
#pagetop {
  right: unset;
  left: 10px;
}


.list-flex .price__subtitle a {
    display: block;
    color: #4d4d4d;
}

@media (max-width:599px) {
 
  .list-flex .other__list__btn {
      display: none;
  } 
  .other__list .flex-box {
      display: flex;
      justify-content: space-between;
  }
  
  .other__list .flex-box .left {
      width: 30%;
  }
  
  .other__list .flex-box .right {
      width: 65%;
  }
  .other__list .flex-box .right .price__subtitle {
      font-size: 16px;
      text-align: left;
  }
  .other__list .flex-box .right .other__list__text {
      font-size: 12px;
  }
}

.feature__list__text {
    line-height: 1.5;
}

/* 06/03 追記 */

.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:599px) {
 .youtube {
  width: 100%;
}
}

/* 2024/10/04 追記 */

.step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 50px;
}

.step-box {
  width: 30%;
  text-align: center;
  background-color: #fff;
}

.step-header {
  background-color: #00c0c7;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.step-box.active .step-header {
}

.step-content {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
}

.step-box.active .step-content {
}

.step-content p {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}

#contact-flow .head{
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Mochiy Pop P One', sans-serif;
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    margin-bottom: 10px;
}

@media screen and (max-width:599px) {
 #contact-flow .step-container{
   flex-direction: column;
   gap: 30px;
}

#contact-flow .step-box {
    width: 100%;
}
}

.tel-logo3 {
    font-size: 45px;
    line-height: 1;
    position: relative;
    padding-left: 59px;
    text-align: center;
    margin-bottom: 30px;
}
.tel-logo3 a:before{
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: url(/upload/tenant_1/50621a866a5cfd2cc8d7c81162fab359.png) no-repeat center center;
    background-size: 40px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-50%,-50%);
}
.tel-logo3 a{
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    color: #00c0c7;
}

#tel-area{
    padding: 35px 30px;
    border: 1px solid #e5e5e5;
    width: 60%;
    margin: 0px auto 50px;
}

@media screen and (max-width:599px) {
#tel-area {
    padding: 20px 0px;
    width: 100%;
    margin: 0px auto 30px;
}

.tel-logo3 a{
  font-size: 32px;
}

#tel-area .fz-14-sp{
  font-size: 14px;
}
}

#top-column02.pbi-0{
  padding-bottom: 0px !important;
}

/* 2024/11/06 */
.tel-micro{
  font-size: 10px;
  text-align: center;
  display: none;
  line-height: 1;
  margin-top: 10px;
}

.tel-micro+.tel-micro{
  margin-top: 0;
}

.insta-micro{
  font-size: 10px;
  display: none;
}

.free-micro{
  font-size: 10px;
  display: none;
}

.pc-br{
  display: block;
}

@media(max-width:599px) {
.pc-br{
  display: none;
}  
  
.btns2 li {
  width: calc( 100% / 3 );
}

.btns2 li.btn2 {
  display: none;
}

.btns2 li.btn3 {
  display: none;
}

.tel-link2 .tel {
  margin-left: 0;
}



.tel-micro{
  display: block;
}

.btns2 li.ver02 a {
  justify-content: space-between;
}

.insta-micro{
  display: block;
}

.free-micro{
  display: block;
}
}

/* 2024/11/11 */
.whatskanyes_btn02.btn-di.new {
    margin: 0.75em auto;
}

.whatskanyes_btn02.btn-di.new.reverse {
    background-color: #fff;
}

.whatskanyes_btn02.btn-di.new.reverse a {
    color: #00c0c7;
}

.whatskanyes_btn02.btn-di.new.reverse02 a {
    color: #ff9288;
}

.whatskanyes_btn02.btn-di.new.reverse03 a{
    color: #c5b097;
}

.whatskanyes_btn02.btn-di.new.reverse04 a{
    color: #8ac43f;
}

.whatskanyes_btn02.btn-di.new.reverse05 a{
    color: #ff92d3;
}

.guidance__title.pink {
    background: #F291BE;
}

.guidance__title.pink:after {
    border-top-color: #F291BE;
    border-top: 30px solid #F291BE;
}

.guidance__sec03-ttl01.pink {
    color: #F291BE;
    border-bottom: solid 1px #F291BE;
}

.guidance__sec03-text01 .ttl.pink {
    color: #F291BE;
}

.guidance__sec03-ttl02 {
    color: #F291BE;
    border-bottom: solid 1px #F291BE;
}

.sono.new {
    font-size: 20px;
    text-align: center;
}

#guidance__sec03.new{
  margin: 0;
  padding: 0 0 6em;
}

#guidance__sec05.new{
  margin: 0;
  padding: 0 0 6em;
}

.top-join__title.new {
    background: #39b34a;
}

.top-join__text.new {
    color: #39b34a;
}

.top-join__text.new:before {
    background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_left.png');
}

.top-join__text.new:after {
    background-image: url('/import/tenant_1/153.121.75.218/kanyes-club.com/wp/wp-content/themes/base/images/frame2_right.png');
}

@media(max-width:599px) {
.whatskanyes_btn02.btn-di.new.reverse {
    display: block;
}

.guidance__sec03_img01.new {
    padding: 0;
}

.sono.new {
    font-size: 16px;
    line-height: 1;
}
}

/* 2024/11/15 */

@media screen and (max-width:599px) {
 .btns2 li:first-child a{
   font-size: 13px;
   font-weight: bolder;
}

.tel-link2 .tel, .btns2 li a .text, .btns2 li a .text{
   font-size: 13px;
   font-weight: bolder;
}

.free-micro {
        display: block;
        height: 20px;
        align-content: center;
    }
    
    #pagetop {
        bottom: 100px;
    }
    
}


#top-page .whatskanyes__sec01-img02 {
    position: absolute;
    left: 0;
    top: 0;
}

#top-page .sono {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Kiwi Maru', serif;
    font-size: 24px;
    width: 90%;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.1;
}


@media (max-width: 599px) {
#top-page .whatskanyes__sec01-img02 {
        top: 40px;
        width: 80px;
    }
    
#top-page .sono {
        font-size: calc(100vw / 28);
    }    
}

/* 2024/11/19 */

@media screen and (max-width:599px) {
 #icon-area{
   margin-bottom: 100px !Important;  
 }
}

/* 2024/12/03 */
.whatskanyes__sec02-flexboxtext a{
  color: #4d4d4d;
}

.news__list.ver02 li {
  position: relative;
}

.news__list.ver02 li .news__oneweek__display {
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  font-weight: bold;
  transform: rotate(330deg);
  display: none;
}

.news__list.ver02 li.label .news__oneweek__display {
  display: block;
}

/* 2024/12/12 */
#logo.g-logo {
  max-width: initial;
  left: 5%;
  top: 370px;
}

#logo.g-logo img {
  width: 450px;
}

.page-name.g-logo {
  text-align: left;
  bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #logo.g-logo {
    top: calc(55% + 50px);
    left: 0;
  }
  #logo.g-logo img {
    width: 370px;
  }
  .page-name.g-logo {
    bottom: 20px;
  }
}

@media (max-width: 768px){
  #logo.g-logo {
    top: calc(45% + 50px);
  }
  #logo.g-logo img {
    width: 300px;
  }
}

@media (max-width: 599px){
  #logo.g-logo {
    top: calc(55% + 50px);
  }
  #logo.g-logo img {
    width: 50%;
  }
}

@media screen and (min-width:600px) and (max-width:1024px) {
  #contact-flow .step-container p{
    height: 62px;
    place-content: center;
    display: grid;
}
}

/* 2025/07/01 */
#top-school.ver02 {
  margin-top: 0;
}
