@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.bold.txtBl {
  color: #00A0E9;
  font-weight: 600;
}

.head00 {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
  padding-top: 0;
  position: relative;
}
.head00 .img {
  margin-right: 20px;
  width: 74px;
}
.head00 .ja {
  color: #00A0E9;
  display: block;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
@media only screen and (max-width: 960px) {
  .head00 .ja {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.head00 .ja.white {
  color: #FFF;
}
.head00 .ja .mini {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  .head00 .ja .mini {
    font-size: 20px;
    font-size: 2rem;
  }
}
.head00 .en {
  color: #90DDFF;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 8px;
  z-index: -1;
  white-space: nowrap;
}
.head00 .en.white {
  color: rgba(255, 255, 255, 0.8);
}

.head00.type2 .img {
  width: 84px;
}

.head00.type3 .img {
  width: 85px;
}

.head00.type4 .img {
  width: 133px;
}

.head00.type5 .img {
  width: 63px;
}

@media only screen and (max-width: 960px) {
  .head00 {
    margin-bottom: 36px;
  }
  .head00 .img {
    margin-right: 12px;
    width: 52px;
  }
  .head00 .ja {
    font-size: 24px;
  }
  .head00 .ja .mini {
    font-size: 14px;
  }
  .head00 .en {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .head00.type2 .img {
    width: 60px;
  }
  .head00.type3 .img {
    width: 65px;
  }
  .head00.type4 {
    margin-bottom: 16px;
  }
  .head00.type4 .img {
    width: 80px;
  }
  .head00.type5 .img {
    width: 40px;
  }
}
.numberList > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  counter-reset: listnum;
  /*
  >li:nth-child(1) {
  	background: url("../img/about/num_icon1.png") no-repeat left 25px bottom 60px / 70px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(2) {
  	background: url("../img/about/num_icon2.png") no-repeat left 25px bottom 60px / 70px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(3) {
  	background: url("../img/about/num_icon3.png") no-repeat left 25px bottom 60px / 70px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(5) {
  	background: url("../img/about/num_icon5.png") no-repeat left 25px bottom 60px / 90px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(6) {
  	background: url("../img/about/num_icon6.png") no-repeat left 25px bottom 60px / 70px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(7) {
  	background: url("../img/about/num_icon7.png") no-repeat left 25px bottom 60px / 70px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(9) {
  	background: url("../img/about/num_icon9.png") no-repeat left 25px bottom 60px / 70px, rgba(255, 255, 255, 0.4);
  }

  >li:nth-child(10) {
  	background: url("../img/about/num_icon10.png") no-repeat left 25px bottom 50px / 70px, rgba(255, 255, 255, 0.4);
  }

  */
}
.numberList > ul > li {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.4), inset -25px -35px 35px rgba(255, 255, 255, 0.4);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  color: #00A0E9;
  margin-bottom: 40px;
  padding: 40px 30px;
  position: relative;
  width: 48%;
}
.numberList > ul > li h3 {
  margin-bottom: 28px;
}
.numberList > ul > li h3 .en {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (max-width: 960px) {
  .numberList > ul > li h3 .en {
    font-size: 10px;
    font-size: 1rem;
  }
}
.numberList > ul > li h3 .ja {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}
@media only screen and (max-width: 960px) {
  .numberList > ul > li h3 .ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.numberList > ul > li h3 .jaMini {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  padding-top: 8px;
}
@media only screen and (max-width: 960px) {
  .numberList > ul > li h3 .jaMini {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.numberList > ul > li .year {
  font-size: 40px;
  font-size: 4rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .numberList > ul > li .year {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.numberList > ul > li .year strong {
  font-size: 114px;
  font-size: 11.4rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1;
  margin-right: 2px;
  font-family: "Urbanist", sans-serif;
}
@media only screen and (max-width: 960px) {
  .numberList > ul > li .year strong {
    font-size: 97px;
    font-size: 9.7rem;
  }
}
.numberList > ul > li:nth-child(1) {
  background: url("../img/about/num_icon4.png") no-repeat left 25px bottom 55px/60px, rgba(255, 255, 255, 0.4);
}
.numberList > ul > li:nth-child(2) {
  background: url("../img/about/num_icon11.png") no-repeat left 25px bottom 55px/90px, rgba(255, 255, 255, 0.4);
}
.numberList > ul > li:nth-child(3) {
  background: url("../img/about/num_icon8.png") no-repeat left 30px bottom 60px/70px, rgba(255, 255, 255, 0.4);
}
.numberList > ul > li:nth-child(4) {
  background: url("../img/about/num_icon5.png") no-repeat left 25px bottom 60px/90px, rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 960px) {
  .numberList > ul {
    display: block;
    max-width: 100%;
    /*
    >li:nth-child(1) {
    	background: url("../img/about/num_icon1.png") no-repeat left 20px bottom 50px / 55px, rgba(255, 255, 255, 0.4);
    }

    >li:nth-child(2) {
    	background: url("../img/about/num_icon2.png") no-repeat left 20px bottom 45px / 60px, rgba(255, 255, 255, 0.4);
    }

    >li:nth-child(3) {
    	background: url("../img/about/num_icon3.png") no-repeat left 25px bottom 45px / 70px, rgba(255, 255, 255, 0.4);
    }




    >li:nth-child(6) {
    	background: url("../img/about/num_icon6.png") no-repeat left 25px bottom 40px / 80px, rgba(255, 255, 255, 0.4);
    }

    >li:nth-child(7) {
    	background: url("../img/about/num_icon7.png") no-repeat left 25px bottom 45px / 70px, rgba(255, 255, 255, 0.4);
    }



    >li:nth-child(9) {
    	background: url("../img/about/num_icon9.png") no-repeat left 25px bottom 40px / 70px, rgba(255, 255, 255, 0.4);
    }

    >li:nth-child(10) {
    	background: url("../img/about/num_icon10.png") no-repeat left 25px bottom 35px / 70px, rgba(255, 255, 255, 0.4);
    }

    */
  }
  .numberList > ul > li {
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 32px 5vw;
    width: 100%;
    max-width: 100%;
  }
  .numberList > ul > li .year strong {
    font-size: 80px;
    font-size: 8rem;
  }
  .numberList > ul > li:nth-child(1) {
    background: url("../img/about/num_icon4.png") no-repeat left 15px bottom 42px/60px, rgba(255, 255, 255, 0.4);
  }
  .numberList > ul > li:nth-child(2) {
    background: url("../img/about/num_icon11.png") no-repeat left 15px bottom 42px/80px, rgba(255, 255, 255, 0.4);
  }
  .numberList > ul > li:nth-child(3) {
    background: url("../img/about/num_icon8.png") no-repeat left 30px bottom 43px/80px, rgba(255, 255, 255, 0.4);
  }
  .numberList > ul > li:nth-child(4) {
    background: url("../img/about/num_icon5.png") no-repeat left 20px bottom 47px/80px, rgba(255, 255, 255, 0.4);
  }
}
.strengthsList > ul {
  position: relative;
}
.strengthsList > ul > li {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.4), inset -25px -35px 35px rgba(255, 255, 255, 0.4);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 40px 40px 90px;
  position: relative;
  width: 100%;
}
.strengthsList > ul > li:before {
  background: #00A0E9;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  opacity: 0.2;
}
.strengthsList > ul > li .tag {
  color: #00A0E9;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .strengthsList > ul > li .tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .strengthsList > ul > li .tag {
    writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    left: 20px;
  }
}
.strengthsList > ul > li .img {
  width: 37%;
}
.strengthsList > ul > li .data {
  width: 57%;
}

@media only screen and (max-width: 960px) {
  .strengthsList > ul > li {
    border-radius: 14px;
    display: block;
    margin-bottom: 24px;
    padding: 28px 5vw 32px;
  }
  .strengthsList > ul > li:before {
    display: none;
  }
  .strengthsList > ul > li .tag {
    margin-bottom: 32px;
  }
  .strengthsList > ul > li .img {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .strengthsList > ul > li .img img {
    max-width: 80%;
  }
  .strengthsList > ul > li .data {
    width: 100%;
  }
  .strengthsList > ul > li .data p {
    padding: 0 0 0 2.5vw;
  }
}
.benefitsList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  counter-reset: listnum;
}
.benefitsList ul:after {
  content: "";
  display: block;
  width: 32%;
  max-width: 326px;
}
.benefitsList ul li {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.7), inset -25px -35px 35px rgba(255, 255, 255, 0.7);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 40px 30px;
  position: relative;
  width: 32%;
}
.benefitsList ul li.long {
  width: 66%;
}
.benefitsList ul li:before {
  background: url("../img/common/icon_snow_01.svg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #00A0E9;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media only screen and (max-width: 960px) {
  .benefitsList ul li:before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.benefitsList ul li h3 {
  color: #00405E;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .benefitsList ul li h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.benefitsList ul li h3:before {
  background: url("../img/common/icon_shakehand.svg") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  margin-bottom: 16px;
  height: 41px;
  width: 60px;
}
.benefitsList ul li:nth-child(1) h3:before {
  background: url("../img/common/benefit-icon01.png") no-repeat center center/contain;
}
.benefitsList ul li:nth-child(2) h3:before {
  background: url("../img/common/benefit-icon02.png") no-repeat center center/contain;
}
.benefitsList ul li:nth-child(3) h3:before {
  background: url("../img/common/benefit-icon03.png") no-repeat center center/contain;
}
.benefitsList ul li:nth-child(4) h3:before {
  background: url("../img/common/benefit-icon04.png") no-repeat center center/contain;
}
.benefitsList ul li:nth-child(5) h3:before {
  background: url("../img/common/benefit-icon05.png") no-repeat center center/contain;
}
.benefitsList ul li p {
  border-left: 1px solid rgba(70, 170, 252, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.7;
  padding-left: 16px;
}
@media only screen and (max-width: 960px) {
  .benefitsList ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .benefitsList ul {
    display: block;
  }
  .benefitsList ul:after {
    display: none;
  }
  .benefitsList ul li {
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 24px 5vw;
    width: 100%;
  }
  .benefitsList ul li.long {
    width: 100%;
  }
  .benefitsList ul li h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .benefitsList ul li h3:before {
    height: 32px;
    width: 50px;
  }
  .benefitsList ul li p {
    font-size: 13px;
    line-height: 1.55;
  }
}
.img03 {
  display: block;
  text-align: center;
}
.img03 img {
  max-width: 700px;
}

.img04 {
  display: block;
  text-align: center;
}

.interviewList > ul {
  position: relative;
}
.interviewList > ul > li {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.6), inset -25px -35px 35px rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 54px 66px 50px 90px;
  position: relative;
  width: 100%;
}
.interviewList > ul > li.last-child {
  margin-bottom: 0;
}
.interviewList > ul > li .staff {
  width: 28%;
}
.interviewList > ul > li .staff .profile {
  border-top: 1px solid rgba(2, 160, 233, 0.5);
  color: #004262;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 40px;
  padding-top: 36px;
}
@media only screen and (max-width: 960px) {
  .interviewList > ul > li .staff .profile {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.interviewList > ul > li .staff .profile .part {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  .interviewList > ul > li .staff .profile .part {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.interviewList > ul > li .staff .profile .name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  .interviewList > ul > li .staff .profile .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.interviewList > ul > li .data {
  width: 63%;
}
.interviewList > ul > li .data p {
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 960px) {
  .interviewList > ul > li {
    border-radius: 20px;
    display: block;
    margin-bottom: 40px;
    padding: 7.5vw;
    width: 100%;
  }
  .interviewList > ul > li .staff {
    margin-bottom: 24px;
    width: 100%;
  }
  .interviewList > ul > li .staff .img {
    text-align: center;
  }
  .interviewList > ul > li .staff .img img {
    max-width: 100%;
  }
  .interviewList > ul > li .staff .profile {
    border: none;
    margin-top: 24px;
    padding-top: 0;
  }
  .interviewList > ul > li .data {
    width: 100%;
  }
}
.img07 {
  display: block;
}

.contactUs {
  letter-spacing: 0;
  text-align: center;
}
.contactUs a {
  background: #FFF;
  border: 6px solid #FFF;
  border-radius: 12px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.contactUs a > span {
  background: url("../img/for_school_parents/icon_mail.png") left center no-repeat;
  background-size: 33px auto;
  display: inline-block;
  padding: 0 50px;
}
.contactUs a > span span {
  display: block;
}
.contactUs a > span span.txt0 {
  background: #00A0E9;
  border-radius: 12px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  height: 34px;
  width: 350px;
  position: absolute;
  top: -20px;
  left: calc(50% - 175px);
}
.contactUs a > span span.txt1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .contactUs a > span span.txt1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.contactUs a > span span.txt2 {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  line-height: 1;
  margin: 12px 0 20px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .contactUs a > span span.txt2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.contactUs a > span span.txt3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 960px) {
  .contactUs a > span span.txt3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 960px) {
  .contactUs a {
    transition: 0.2s;
  }
  .contactUs a:hover {
    border: 6px solid #00A0E9;
    color: #00A0E9;
  }
  .contactUs a:hover span.txt2 {
    border-color: #00A0E9;
  }
}
@media only screen and (max-width: 960px) {
  .contactUs {
    padding-top: 12px;
  }
  .contactUs a {
    padding: 40px 2.5vw 32px;
  }
  .contactUs a > span {
    background: url("../img/for_school_parents/icon_mail.png") left center no-repeat;
    background-size: 22px auto;
    padding: 0 16px 0 32px;
  }
  .contactUs a > span span.txt0 {
    border-radius: 6px;
    width: 80%;
    top: -20px;
    left: 10%;
  }
  .contactUs a > span span.txt1 {
    font-size: 16px;
  }
  .contactUs a > span span.txt2 {
    font-size: 18px;
    margin: 12px 0 16px;
    padding-bottom: 6px;
  }
  .contactUs a > span span.txt3 {
    font-size: 12px;
    letter-spacing: -0.06em;
  }
}
/*  /////////////////////////////////////////////////
Responsive 
*//*# sourceMappingURL=for_school_parents.css.map */