@charset "UTF-8";
/* common
-------------------------------------------- */
.section__inr{
  margin-inline: auto;
}
.section__heading{
  padding-top: 8rem;
}
.section__heading-jp img{
  margin-inline: 1rem;
  vertical-align: middle;
}
.section__heading-en{
  text-transform: uppercase;
}
.section__heading-secondary {
  font-weight: bold;
  font-size: 1.8rem;
  border-left: 8px solid #D61518;
  padding: 6px 0 6px 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.inner {
  max-width: 1160px;
  width: calc(100% - 48px);
  margin-inline: auto;
  box-sizing: border-box;
}

.inner__full{
  background-color: #FCF8F7;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
.section__inr-btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
}
.section__inr-btn.btn{
  padding: 10px 16px 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
  }
  .section__heading-jp img{
    margin-inline: .5rem;
    height: 2rem;
  }
}
.flexbox {
    display: flex;
}
.marker {
    background: #fff772;
    display: inline;
    font-style: normal;
}
.section__heading-secondary {
    font-weight: bold;
    font-size: 1.8rem;
    border-left: 8px solid #D61518;
    padding: 6px 0 6px 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.has-arrow{
  position: relative;
}
.has-arrow:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin-inline: .5rem;
  border: 0.1em solid currentColor;
  box-sizing: border-box;
}
.has-arrow.arrow-down:after{
  color: #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.marker{
  font-weight: 600;
}
/* accordion
-------------------------------------------- */
.accordion {
  position: relative;
}
.accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: auto;
  padding: 2rem 2.4rem 2rem;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
  transition: all .2s;
  z-index: 2;
}
.accordion-btn::after {
  content: "もっと見る";
}
.accordion-btn:hover {
  color: #D61518;
}
.accordion-text {
  overflow: hidden;
  position: relative;
}
.accordion-text.is-hide {
  height: 200px;
}
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 60%, rgba(255,255,255,.9) 80%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 60%, rgba(255,255,255,.9) 80%, #fff 100%);
  bottom: 0;
  content: "";
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.accordion-btn.is-show {
  bottom: 0;
}
.accordion-btn.is-show::after {
  content: "閉じる";
}
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/* mv
-------------------------------------------- */
.mv{
  padding-block: 3rem;
}
@media screen and (min-width: 769px) {
  .mv{
    background:url(/images/contact-telecommunication/top-view.webp) center / cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .mv{
    background:url(/images/contact-telecommunication/top-view-sp.webp) center left / cover no-repeat;
  }
}
.mv h1 img{
  margin-inline: auto;
  display: block;
  margin: 6rem auto;

  width: auto;
  max-width: 680px;
  height: auto;
}
.mv .inner.date{
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  border-block: 1px solid;
  color: #fff;
  padding-block: 1rem;
}
.mv .inner.date p{
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.3rem,3vw,2rem);
}
@media screen and (max-width: 768px) {
  .mv h1 img{
    margin: 2.2rem auto;
    max-width: 100%;
  }
  .mv .inner:not(.date){
    width: calc(100% - 48px);
  }
}
/* intro
-------------------------------------------- */
.intro{
  margin-bottom: 3rem;
}
.intro .section__inr{
  margin-bottom: 0;
  padding-bottom: 0;
}
.intro h3{
  position: relative;
  padding: 3rem 0;
  text-align: center;
}
.intro h3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #AEAEAE;
    top: 50%;
    z-index: -1;
}
.intro h3:before{
  left:0;
}
.intro h3 span{
    font-size: clamp(1.6rem,4.5vw,2.0rem);
    font-weight: 600;
    background: #fff;
    padding: 0 1%;
    display: inline-block;
    line-height: 1.6;
}
/* CTA
-------------------------------------------- */
.cta__bar{
  padding: 2.4rem 0 3rem;
  box-sizing: border-box;
}
.cta__bar .inner > p{
  margin-bottom: clamp(4rem,4vw,5rem);
  text-align: center;
  font-size: clamp(1.5rem,4vw,1.8rem);
}
.cta__item_wrap{
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.cta__item_wrap .lead{
  margin-bottom: 3rem;
}
.cta__item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 8rem;
}
.cta__item .baloon{
    position: absolute;
    top: -2rem;
    border: 2px solid;
    font-size: clamp(1.3rem,3vw,1.4rem);
    padding: .6rem clamp(1.4rem,3vw,2rem) 0.8rem;
    line-height: 1;
    background: #fff;
    color: initial;
    border-radius: 100px;
}
.cta__item .baloon:before{
  content: '';
  width: 20px;
  height:20px;
  display: inline-block;
  background: url(/images/icon/icon-baloon.svg) no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
.cta__item.cta__contact .baloon{
  color: #D61518;
}
.cta__item .item-icon{
  margin-right: 1rem;
  height: 32px;
}
.cta__item.cta__contact .item-icon{
  height: 20px;
}
.cta__contact{
  background-color:#D61518;
}
.cta__line{
  background-color:#06C755;
}
.cta__contact{
  background-color:#D61518;
}
@media screen and (max-width: 768px) {
  .cta__bar .inner{
    flex-direction: column;
    gap: 1rem;
  }
  .cta__item{
    font-size: 1.8rem;
    font-weight: 500;
    padding:.3rem 2rem 0.5rem;
    height: 7rem;
  }
}
/* program
-------------------------------------------- */
.program{
  margin-bottom: 4rem;
}
.program_item .cont{
  border:#BDBDBD 1px solid;
  padding:clamp(1.4rem,3vw,2.4rem);
  border-radius: 0.4rem;
}
.program_item .cont.accordion{
  padding-bottom: 3rem;
}
.program_item .cont.accordion:has(.is-show){
  padding-bottom: 5rem;
}
.program_item:not(:last-child){
  margin-bottom: 2.4rem;
}
.program_item .section__list-item.exclude:before{
  content: "×";
  width: initial;
  height: initial;
  background: none;
  top: 0;
  color: #BDBDBD;
  left: 0;
}
.program__ls{
  margin-bottom: 0;
}
.program_item.ls{
  display: flex;
  align-items: flex-end;
}
.program_item .category{
  width: 60%;
  height: 10%;
}
.program_item .language-scholl__photo{
  width: 40%;
  height: auto;
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  .program_item.ls{
    display: block;
  }
  .program_item .category{
    width: 100%;
    margin-bottom: 12px;
  }
  .program_item .language-scholl__photo{
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

/* contact
-------------------------------------------- */
.contact{
  padding-top: 0;
}
.contact__note p{
  font-size: 1.4rem;
}
.contact__note {
  margin: 0 auto 40px;
  max-width: 1160px;
  padding: 0 56px;
}
@media screen and (max-width: 1024px) {
  .contact__note {
    margin: 0 auto 24px;
    width: 100%;
    padding: 0 5%;
  }
}
.contact__note a {
  display: inline-block;
  color: #D61518;
  text-decoration: underline;
}
.contact__note-item {
    padding-left: 2rem;
    position: relative;
}
.contact__note-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .contact__note-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contact__note-item:before {
    content: '※';
    position: absolute;
    left: 0;
}
.contact__note-item br.sp{
  display: none;
}
.contact__note-item span{
  display: inline-block;
}
@media screen and (max-width: 414px) {
  .contact__note-item br.sp{
    display: block;
  }
}

/* q&a
-------------------------------------------- */
.qa__wrap {
  margin-bottom: 56px;
}
.section__inr.qa__inr {
    padding: 0 5% 2rem;
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}

.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}

.qa__box:last-child {
  margin: 0 auto;
}

.qa__question {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
@media screen and (max-width: 1024px) {
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}
.qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
}

.qa__answer {
  padding: 24px 56px 32px;
}
@media screen and (max-width: 1024px) {
  .qa__answer {
    padding: 16px 5% 24px;
  }
}
.qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

.qa__answer-note {
  margin-top: 16px;
}

.qa__answer-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.qa__answer-link:hover {
  color: #D61518;
}

.qa__answer__inr-bg {
  background: #FCF8F7;
  max-width: 1048px;
  padding: 24px 40px;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__inr-bg {
    padding: 16px 5%;
    margin: 16px 0;
  }
}

.qa__answer__list-title {
  font-size: 1.6rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-title {
    font-size: 1.4rem;
  }
}

.qa__answer__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.qa__answer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item {
    margin-bottom: 4px;
  }
}
.qa__answer__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item::before {
    width: 8px;
    height: 8px;
  }
}
.qa__wrap-note {
  margin-top: 16px;
}

/* schools
-------------------------------------------- */
.list-school {
  margin: 0 auto;
  width: 900px;
}
.list-school__item {
  padding: 0 0 20px 0;
  border-radius: 5px;
  border: 2px solid #D61518;
}
.list-school__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.list-school__link {
  display: grid;
  padding: 20px 20px 0 20px;
  grid-template-columns: 475px 40px 290px;
  grid-template-rows: auto 1fr auto auto;
  gap: 0 25px;
}
.list-school__name {
  display: grid;
  margin-bottom: 10px;
  margin-right: 30px;
  grid-column: 1/3;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
}
.list-school__name br {
  display: none;
}
.list-school__name__ja {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #D61518;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  grid-row: 1;
  grid-column: 1;
}
.list-school__name__en {
  display: inline-block;
  color: #ac7f78;
  line-height: 1.5;
  font-weight: 700;
  font-size: 13px;
  grid-row: 2;
  grid-column: 1;
}
.list-school__name__state {
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #f4e929;
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-size: 1.4rem;
  border-radius: 30px;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.list-school__photo {
  margin-bottom: 20px;
  grid-column: 3;
  grid-row: 1/3;
}
.list-school__comment {
  grid-column: 1/3;
  grid-row: 2;
  align-items: start;
}
.list-school__table {
  margin-top: 15px;
  grid-column: 1/4;
  grid-row: 3;
  align-items: center;
}
.list-school__table table {
  width: 100%;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
}
.list-school__table caption {
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
}
.list-school__table th {
  padding: 5px 0;
  vertical-align: middle;
  border-bottom: 2px solid #D61518;
  font-weight: 400;
  width: 130px;
}
.list-school__table td {
  padding: 5px 0;
  vertical-align: middle;
  border-bottom: 2px solid #d9d9d9;
}
.list-school__para-button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .list-school {
    width: auto;
  }
  .list-school__link {
    margin: 0 auto;
    padding: 15px 2.7% 0 2.7%;
    grid-template-columns: 56% 5% auto;
  }
}
@media screen and (max-width: 768px) {

  .list-school__comment {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .list-school__table table {
    font-size: 11px;
  }
  .list-school__table caption {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .list-school {
    margin: 0 0;
    width: auto;
  }
  .list-school__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .list-school__link {
    padding: 15px 15px 0 15px;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .list-school__name {
    margin: 0 0 10px 0;
    grid-column: 1;
    grid-row: 1;
  }
  .list-school__name__ja {
    font-size: 16px;
  }
  .list-school__name__en {
    font-size: 12px;
  }
  .list-school__photo {
    margin: 0 auto 0 auto;
    width: 215px;
    grid-column: 1;
    grid-row: 5;
  }
  .list-school__comment {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
    grid-column: 1;
    grid-row: 2;
  }
  .list-school__table {
    margin: 0 0 20px 0;
    grid-column: 1;
    grid-row: 3;
  }
  .list-school__table table {
    font-size: 13px;
    table-layout: fixed;
    overflow-wrap: break-word
  }
  .list-school__table caption {
    padding-bottom: 8px;
  }
  .list-school__table th {
    padding: 5px;
    font-weight: 400;
    width: 120px;
  }
  .list-school__table td {
    padding: 5px;
  }
  .list-school__para-button {
    grid-column: 1;
    grid-row: 6;
    text-align: center;
  }
}
.school-list {
  margin-bottom: 80px;
}
.school-list .btn--school-list {
  display: inline-block;
  width: 360px;
  position: relative;
}
.school-list .btn--school-list::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
}
.school-list .btn--school-list:hover::after {
  border-color: #D61518;
}
@media (max-width: 576px) {
  .school-list {
    margin-bottom: 40px;
  }
  .school-list .btn--school-list {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    position: relative;
    font-size: 1.4rem;
  }
  .school-list .btn--school-list::after {
    right: 15px;
  }
}
.school-detail .btn--school-list {
  display: inline-block;
  width: 360px;
  position: relative;
}
.school-detail .btn--school-list::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 576px) {
  .school-detail .btn--school-list {
    width: 280px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .school-detail .btn--school-list::after {
    right: 25px;
  }
}

/* CTA fixed footer
-------------------------------------------- */
.cta__footerfixed .cta__item_wrap {
  width: 50%;
  max-width: initial;
}

.cta__footerfixed .cta__item_wrap .cta__item {
  height: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 1.8rem 1rem;
}

.cta__footerfixed {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  padding-bottom: 0;
}

.cta__footerfixed.fixed {
  opacity: 1;
  z-index: 9;
  padding-inline: 0;
}

@media screen and (max-width: 768px) {
  .cta__footerfixed .cta__item_wrap .cta__item {
    font-size: 1.5rem;
    padding: 1.5rem 0.5rem 0.8rem;
  }

  .cta__footerfixed .cta__item .baloon {
    padding: .3rem 1rem 0.5rem;
    font-size: 1.2rem;
    top: -1rem;
  }

  .cta__footerfixed .cta__item .baloon:before {
    width: 15px;
    height: 15px;
    bottom: -1rem;
  }
}

/* telecom */
/* common
-------------------------------------------- */
.section__heading-sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width:768px){
.section__heading-sub {
    font-size: 1.4rem;
}
}

/* about
-------------------------------------------- */
.about .section__inr{
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.about .about__cont_wrap{  
  max-width:1048px;
  margin-inline: auto;
}
.about .about__cont{
  display: flex;
  gap: 5%;
}
.about .about__cont:nth-child(even){
  flex-direction: row-reverse;
}
.about .about__cont:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
.about .about__ttl{
  font-size: clamp(1.6rem,4vw,2rem);
  font-weight:bold;
  color: #D61518;
  text-align: center;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}
.about .about__descarea {
    flex: 0.6;
}
.about .about__img{  
    flex: 0.4;
    margin-bottom: 3rem;
}
.about .about__img img {
    object-fit: cover;
    height: 100%;
}
@media screen and (max-width:768px){
  .about .about__cont,
  .about .about__cont:nth-child(even){
    flex-direction: column;
  }
}
@media screen and (max-width:414px){
  .about .about__img img {
    object-fit: contain;
    width: 100%;
  }
}

.about__secondaryarea {
    padding: 2.4rem;
    background: #fff;
}

.about__secondaryarea-wrap {
    gap: 2rem;
    justify-content: space-between;
}
.about__secondaryarea-wrap .about__secondaryarea {
    width: 50%;
}
.about__secondaryarea-wrap .about__secondaryarea .price {
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about__secondaryarea-wrap {
    flex-direction: column;
  }
  .about__secondaryarea-wrap .about__secondaryarea {
    width: 100%;
  }
  .about__secondaryarea-wrap .about__secondaryarea .price {
    font-size: 1.6rem;
  }
}

/* benefits
-------------------------------------------- */
.benefits .doc-list-wrap{
  gap: 3rem;
  justify-content: space-between;
  margin-top: 3rem;
}
.benefits .doc-list-item{
  border: 2px solid #D61518;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.benefits .doc-list-wrap{
  flex-direction: column;
}
}

.benefits .doc-list-item .doc-list-title {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #D61518;
  padding: 10px 16px 14px;
}

.benefits .doc-list-item .doc-list-title-sp {
  display: none;
}

.benefits .doc-list-item .doc-list-bar {
  font-size: 1.6rem;
  color: #FFF;
  border-radius: 8px;
  background: #D61518;
  margin: 0.5rem 0;
  line-height: 1.6;
  font-weight: bold;
  padding: 1rem;
}

.benefits .doc-list-item .doc-list-txt {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: clamp(1.2rem, 3vw,1.4rem);
  text-align: left;
  padding: 2rem;
}


@media screen and (max-width: 1024px) {
.benefits .doc-list-item .doc-list-title {
  font-size: 1.35rem;
  padding: 8px 1% 10px;
}
.benefits .doc-list-item .doc-list-title-sp {
  display: inline;
}
.benefits .doc-list-item .doc-list-txt {
  margin-top: 1rem;

  padding: 1rem 1rem 1.5rem;
}
}

/* cta
-------------------------------------------- */
.cta__childcare_txt {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0 2.4rem;
}

@media screen and (max-width: 1024px) {
.cta__childcare_txt {
  font-size: 1.7rem;
  line-height: 1.5;
}
}