@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-surfing/bg-mv.png) center / cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .mv{
    background:url(/images/contact-surfing/bg-mv-sp.png) center left / cover no-repeat;
  }
}
.mv h1 img{
  margin-inline: auto;
  display: block;
  margin-bottom: 3rem;
}
.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-bottom: 1rem;
  }
  .mv .inner:not(.date){
    width: calc(100% - 48px);
  }
}
/* intro
-------------------------------------------- */
.intro{
  margin-bottom: 3rem;
}
.intro .section__inr{
  margin-bottom: 0;
  padding-bottom: 0;
}
.intro h2{
  position: relative;
  padding: 3rem 0;
  text-align: center;
}
.intro h2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #AEAEAE;
    top: 50%;
    z-index: -1;
}
.intro h2:before{
  left:0;
}
.intro h2 span{
    font-size: clamp(1.6rem,4.5vw,2.8rem);
    font-weight: 600;
    background: #fff;
    padding: 0 0 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;
}
.cta__item.cta__contact .item-icon{
  height: 20px;
}
.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;
}
.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;
  }
}

/* price
-------------------------------------------- */
.price_table{
  border-collapse: collapse;
  width: 100%;
}
.price_table th, .price_table td {
  padding: 1.5em 1em;
  border: 2px solid #4d9bc1;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
.price_table th {
  background: #4d9bc1;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #4d9bc1;
}
.price_table th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
@media screen and (max-width: 576px) {
  .price_table th, .price_table td {
    padding: 1.5em 0;
    font-size: 1.3rem;
  }
  .price_table span {
    font-size: .9rem;
  }
  .price_table-text p {
    font-size: 1.3rem;
  }
}

/* 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;
  }
}