@media screen and (max-width:280px) {
  .nb280 {
    display: none;
  }
}
@media screen and (max-width:320px) {
  .nb320 {
    display: none;
  }
}
@media screen and (max-width:350px) {
  .nb350 {
    display: none;
  }
}
@media screen and (max-width:375px) {
  .nb375 {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .nb480 {
    display: none;
  }
}
@media screen and (min-width:281px) {
  .b281 {
    display: none;
  }
}
@media screen and (min-width:321px) {
  .b321 {
    display: none;
  }
}
@media screen and (min-width:376px) {
  .b376 {
    display: none;
  }
}
@media screen and (min-width:351px) {
  .b351 {
    display: none;
  }
}
@media screen and (min-width:481px) {
  .b481 {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .c-site-branding__title .custom-logo {
    width: 120px;
}
}
/* header */
.header-btns {
  display: flex;
}
.call-number {
/*   max-width: 237px; */
  margin-right: 20px;
}
.call-number img {
  height:49px;
}
@media screen and (max-width:650px) {
  .call-number img {
    height:auto;
  }
}
.call-btn {
  max-width: 193px;
}
.smb-section__title {
  font-family: "bokutoh-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
}
@media screen and (max-width:1160px) {
  .must-red {
    margin-right: 20px;
  }
}

@media screen and (max-width:1160px) {
  .nb1160 {
    display: none;
  }
}
.must-red {
  min-width: 48px;
  padding: 5px 8px;
  background-color: #D9534F;
  color: #fff;
  border-radius: 4px;
  margin-right: 31px;
}

.free-blue {
  min-width: 48px;
  padding: 5px 8px;
  background-color: #181D62;
  color: #fff;
  border-radius: 4px;
  margin-right: 31px;
}

@media screen and (max-width:1160px) {
  .free-blue {
    margin-right: 20px;
  }
}
.page-id-21 .form__contents {
  padding-top: 100px;
}

@media screen and (max-width:768px) {
  .page-id-21 .form__contents {
    padding-top: 50px;
  }
}

.page-id-21 label {
  display: block;
}


.page-id-21 .title h2 {
  color: #CCE3FA;
}

.page-id-21 .title small {
  position: relative;
  color: #181D62;
}

.page-id-21 .title small:after {
  content: "";
  width: 180px;
  display: inline-block;
  height: 1px;
  background-color: #867E60;
  position: absolute;
  top: 17px;
  /* left: 92px; */
  right: -205px;
}

/* .page-id-21 .list-name {
  min-width: 335px;
  margin-right: 40px;
  padding-left: 79px;
  text-indent: -79px;
} */

.page-id-21 .list-name {
  display: block;
  margin-bottom: 24px;
  padding-left: 0px;
  text-indent: 0px;
}

/* 個別相談 */
.contact-form-group {
  margin: 0 calc(50% - 50vw);
  min-width: 100vw;
  background-color: #6DC300;
}
.contact-form-group .smb-section__contents-wrapper {
  margin: auto;
  padding: 64px 10%;
  background-color: #fff;
}
/* 授業 */
.classs-exam {
  margin: 0 calc(50% - 50vw);
  min-width: 100vw;
  background-color: #F5F9E9;
}
.fee {
  margin: 0 calc(50% - 50vw);
  min-width: 100vw;
  background-color: #F5F9E9;
}
.course .wp-block-snow-monkey-blocks-information-item.smb-information__item {
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
/* 講師紹介 */
.intro-group {

}
/* トップ */
.c-section.p-section-front-page-content {
  padding-top: 0;
}
.about {
  position: relative;
  background-color: #F5F9E9;
  border-radius: 12px;
}
@media screen and (max-width:1023px) {
  .about {
    padding-bottom: 200px;
  }
}
.about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  background-image: url('../../uploads/2024/12/about-img-left.png');
  background-size: cover;
  max-width: 137px;
  left: 7%;
  bottom: 0;
  aspect-ratio: 137/172;
}

.about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  background-image: url('../../uploads/2024/12/about-img-right.png');
  background-size: cover;
  max-width: 106px;
  right: 7%;
  bottom: 0;
  aspect-ratio: 106/153;
}
.big-feature-number {
  font-size: 100px;
  font-family: "Oswald", serif;
  margin-left: 12px;
}
.feature .sme-text-color.has-sm-accent-color {
  display: flex;
  align-items: center;
}
@media screen and (max-width:1023px) {
  .feature .c-row__col.c-row__col--1-1.c-row__col--lg-1-2 {
    min-width: 100%;
  }
  .feature .smb-media-text__contents-wrapper {
    min-width: 100%;
    display: flex;
    gap: 32px;
    justify-content: left;
  }
  .feature .c-row.c-row--middle {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width:650px) {
  .feature .c-row.c-row--middle {
    width: 100%;
    margin-inline: auto;
  }
  .feature .smb-media-text__contents-wrapper {
    display: block;
  }
  .feature .wp-block-snow-monkey-blocks-media-text h2 {
    font-size: 18px;
  }
  .big-feature-number {
    font-size: 42px;
  }
}
.student-voice {
  background-image:url('../../uploads/2024/12/student-voice-back-img.jpg') ;
  background-size: cover;
}
@media screen and (max-width:650px) {
  .student-voice {
    background-image:url('../../uploads/2025/05/Group-624748.png') ;
    background-size: contain;
  }
}
.student-voice .wp-block-snow-monkey-blocks-testimonial-item {
  background-color: #fff;
  border: 1px solid #6DC300;
  border-radius: 10px;
  max-width: 48%;
  padding: 16px;
}
@media screen and (max-width:650px) {
  .student-voice .wp-block-snow-monkey-blocks-testimonial-item {    
    max-width: 100%;
  }
}
.student-voice .c-row.c-row--margin {
  justify-content: space-between;
}
.parents-voice {
  margin: 0 calc(50% - 50vw)!important;
  min-width: 100vw;
  background-color: #F5F9E9;
}
.parents-voice .smb-media-text__figure {
  max-width: 64px;
}
@media screen and (min-width: 1024px) {
  .parents-voice .c-row__col--lg-1-4 {
    --_item-width: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .parents-voice .c-row__col--lg-3-4 {
    --_item-width: 92%;
  }
}
.parents-voice .wp-block-snow-monkey-blocks-media-text {
  background-color: #fff;
  padding: 42px 32px;
  border-radius: 10px;
}
.parents-voice h3 {
  border-left: 5px solid #6DC300;
  border-bottom: none!important;
  padding-left: 16px!important;
}
.access iframe {
  aspect-ratio: 3/1;
}
@media screen and (max-width:650px) {
  .access iframe {
    aspect-ratio: 1/1;
  }	
}
.access h3 {
  border-left: 5px solid #6DC300;
  border-bottom: none!important;
  padding-left: 16px!important;
}
@media screen and (max-width:650px) {
  .access .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
	margin-bottom:12px;	
  }
}
/*  */
.top-contact {
  position: relative;
  overflow: hidden;
  padding: 64px 0 120px;
}
.top-contact  {
  position: relative;
}
.top-contact::before {
  position: absolute;
  content: "";
  max-width: 166px;
  width: 100%;
  height: auto;
  background-image: url('../../uploads/2024/12/contact-img-left.png');
  background-size: cover;
  aspect-ratio: 166/180;
  left: 40px;
  bottom: -30px;
  z-index:10;
} 
@media screen and (max-width:480px) {
  .top-contact::before {
    max-width: 100px;		
  }	
  .top-contact::after {
    max-width: 100px!important;		
  }	
}
.top-contact::after {
  position: absolute;
  content: "";
  max-width: 150px;
  width: 100%;
  height: auto;
  background-image: url('../../uploads/2024/12/contact-img-right.png');
  background-size: cover;
  aspect-ratio: 150/166;
  right: 40px;
  bottom: -30px;
  z-index:1;
}
@media screen and (max-width:1023px) {
  .top-contact .wp-block-snow-monkey-blocks-btn-box::before {
      position: absolute;
      content: "";
      max-width: 132px;
      width: 100%;
      height: auto;
      background-image: url('../../uploads/2024/12/contact-img-left.png');
      background-size: cover;
      aspect-ratio: 166/180;
      left: 40px;
      bottom: -30px;
    }
  
    .top-contact .wp-block-snow-monkey-blocks-btn-box::after {
      position: absolute;
      content: "";
      max-width: 120px;
      width: 100%;
      height: auto;
      background-image: url('../../uploads/2024/12/contact-img-right.png');
      background-size: cover;
      aspect-ratio: 150/166;
      right: 40px;
      bottom: -30px;
    }
}
.top-contact h2 {
  position: relative;
  font-size: 32px;
}
@media screen and (max-width:1023px) {
  .top-contact h2 {
    font-size: 24px;
  }
}
/* .top-contact h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  background-image: url('../../uploads/2024/12/contact-heading-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 45px;
  left: calc(50% - 320px);
  aspect-ratio: 1/1;
}
.top-contact h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  background-image: url('../../uploads/2024/12/contact-heading-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 45px;
  right: calc(50% - 335px);
  aspect-ratio: 1/1;
}
@media screen and (max-width:1023px) {
  .top-contact h2::before {
      position: absolute;
      content: "";
      width: 100%;
      height: auto;
      background-image: url('../../uploads/2024/12/contact-heading-left.png');
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 35px;
      left: calc(50% - 255px);
      aspect-ratio: 1/1;
    }
  
    .top-contact h2::after {
      position: absolute;
      content: "";
      width: 100%;
      height: auto;
      background-image: url('../../uploads/2024/12/contact-heading-right.png');
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 35px;
      right: calc(50% - 270px);
      aspect-ratio: 1/1;
    }
} */
@media screen and (max-width:768px) {
  .top-contact {
    padding-bottom: 180px;
  }
  .top-contact .wp-block-snow-monkey-blocks-btn-box::before {
    left: 40px;
    bottom: -150px;
  }
  .top-contact .wp-block-snow-monkey-blocks-btn-box::after {
    bottom: -150px;
  }
}
@media screen and (max-width:480px) {
	.top-contact {
    padding-bottom: 120px;
  }
	.top-contact .smb-btn {
		width:270px;
		padding:16px;
		text-align:center;
	} 
}

.footer-logo {
  margin-top: 120px!important;
}
.footer-clam-logo {
  max-width: 200px;
}
.line-logo {
  max-width: 37px;
}
.instagram-logo {
  max-width: 37px;
}
/*  */
.full-width {
    margin: 0 calc(50% - 50vw) !important;
    min-width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.page-template-default .c-entry__header {
  display:none;
}