@charset "UTF-8";

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}
.regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
.unorder-list>li:before {
  background-color: #20aee5;
}
.link-list__type--modal::after {
  display: none;
}
.link-list>li>[class*=__type]:before {
  display: none;
}
.link-list>li>[class*=__type] {
  padding: 0;
}
.link-list>li>[class*=__type]:hover {
  text-decoration: none;
}
.accordion__head:hover .accordion__title {
  text-decoration: none;
}
.figure-wrap--center {
  margin-top: 0;
}
.accordion__title:after, .accordion__title:before {
  background-color: #000;
}
[class*=modal--].modaal-wrapper .modaal-close {
  border-radius: 50%;
  background-color: #000;
}
.description-list-v4 {
  border-bottom: none;
}
h2 {
  text-align: center;
}
.carousel__switch__pause:after, .carousel__switch__pause:before {
  background-color: #13b0ff;
}
 .carousel__list>.slick-arrow {
   background-color: #13b0ff;
   border-radius: 50%;
   width: 38px;
   height: 38px;
   margin: -19px 0 0;
 }
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  header {
    border-bottom: 4px solid #ff6626;
  }
  header .logo_area {
    width: 1200px;
    margin: 15px auto;
    display: flex;
    align-items: center;
  }
  header .corporation_logo {
    display: inline;
  }
  header .corporation_logo img {
    width: auto;
  }
  header .school_logo_flex {
    display: flex;
    justify-content: space-start;
    margin-left: 40px;
  }
  header .school_logo_flex img {
    margin-left: 30px;
  }
  header .school_logo_flex .logo01 {
    height: 50px;
  }
  header .school_logo_flex .logo02 {
    height: 50px;
  }
  header .school_logo_flex .logo03 {
    height: 50px;
  }
  .Main__content {
    max-width: 1920px;
    position: relative;
    padding: 0;
  }
  .content_area {
    max-width: 1200px;
    margin: 0 auto;
  }
  .accordion__title:after, .accordion__title:before {
    width: 40px;
  }
  .accordion__title:after, .accordion__title:before {
    height: 4px;
  }
  .Main__content.area01 {
    padding: 0;
  }
  .area02  {
    padding: 0;
  }
  .area02 .content_area {
    padding: 10px 0 50px 0;
  }
  .area02 .main_copy {
    text-align: center;
    list-style: none;
    padding-left: 0;
    font-size: 2.6rem;
    margin: 0;
    font-weight: 750;
    display: flex;
    justify-content: space-between;
  }
  .area02 .main_copy span {
    color: #ef6001;
  }
  .area02 .main_copy li {
    text-align: center;
  }
  
  .area02 .schoolTitle {
    text-align: center;
  }
  .area02 .schoolTitle p {
    display: inline-block;
    font-size: 2.8rem;
    background-color: #f18d00;
    padding: 15px 110px;
    border-radius: 100px;
    color: #fff;
  }
  .area02 .schoolname {
    display: flex;
    justify-content: space-between;
  }
  .area02 .schoolname ul li {
    font-size: 3.5rem;
    padding-left: 30px;
  }
  .area02 .schoolname .unorder-list>li:before {
    width: 16px;
    height: 16px;
    top: 0.6em;
  }
  .area02 .lead_text {
    text-align: center;
    font-size: 2.8rem;
    color: #333;
  }
  .area03 {
    background: url("../../../img/index_bg01_pc.png") no-repeat;
    background-size: cover;
  }
  .area03 .content_area {
    padding: 236px 0;
  }
  .area03 .list-wrap ul {
    text-align: center;
  }
  .area03 .list-wrap li {
    display: inline;
  }
  .area03 .style_area  .stylelist:first-child  {
    margin-top: 40px;
  }
  .area03 .style_area .stylelist img {
    height: 40px;
  }
  .area03 .whichStyle {
    margin-top: 50px;
  }  
  .area03 .styleBox {
    margin-top: 50px;
  }  

  .area03 .style_area {
    padding: 0;
    border-radius: 20px;
  }
  .area03 .freestyle .style_tittle {
    font-size: 3rem;
    padding: 45px 30px;
    background: repeating-linear-gradient(135deg, #20aee5, #20aee5 20px, #31b4e7 20px, #31b4e7 40px);
    border-radius: 16px 16px 0 0 ;
  }
  .area03 .daysstyle .style_tittle {
    font-size: 3rem;
    padding: 25px 30px;
    background: repeating-linear-gradient(135deg, #00a8a0, #00a8a0 20px, #14afa7 20px, #14afa7 40px);
    border-radius: 16px 16px 0 0; 
  }
  .area03 .onlinestyle .style_tittle {
    font-size: 3rem;
    padding: 25px 30px;
    background: repeating-linear-gradient(135deg, #089e39, #089e39 20px, #1ba649 20px, #1ba649 40px);
    border-radius: 16px 16px 0 0; 
  }
  .area03 .onlinestyle .column {
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }
  .area03 .style_inner {
    padding: 30px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }
  .area03 .style_area .style_text {
    font-size: 2rem;
  }
  .area03 .style_area .style_text span {
    background: linear-gradient(transparent 60%, #acf4ff 30%);
  }
  .area03 .onlinestyle .list-wrap {
    margin: 0;
  }
  .area03 .style_area .column {
    margin: 0;
  }
  .area03 a {
    transition: 0.3s;
  }
  .area03 a:hover {
    filter: brightness(0.8);
  }
  .modaal-container {
    max-width: 540px!important;
  }
  [class*=modal--].modaal-wrapper .modaal-close {
    top: 15px;
    right: 15px;
  }
  [class*=modal--].modaal-wrapper .modaal-close>span:after,
  [class*=modal--].modaal-wrapper .modaal-close>span:before {
    width: 15px;
    height: 1px;
    margin: -1px 0 0 -7px;
  }
  [class*=modal--].modaal-wrapper .modaal-container {
    padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid #000;
  }
  .modalFlex + .modalFlex {
    margin-top: 10px;
  }
  .mainTitle {
    font-size: 3rem;
    margin: 0;
    text-align: center;
  }
   .DetailText {
    font-size: 1.8rem;
    margin: 10px 0 0 0;
  }
  .recommendationArea .unorder-list[data-col-pc]>li {
    margin-top: 5px;
  }
  .basicModal.recommendationArea .unorder-list>li:before {
    background-color: #f37200;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .recommendationTitle {
    text-align: center;
  }
  .basicModal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 2.2rem;
    background: linear-gradient(transparent 60%, #ffd9ac 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .modalFlex {
    display: flex;
    align-items: center;
  }
  .basicFeatures {
    margin-top: 20px;
  }
  .basicFeatures .modalFlex .Title {
    font-size: 2rem;
    padding: 5px 10px;
    background-color: #f37200;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 167px;
    text-align: center;
  }
  .modalFlex .Detail {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0 10px;
    width: 60%;
  }
  .modalFlex .Detail span {
    font-size: 1.4rem;
  }
  .standardModal.recommendationArea .unorder-list>li:before {
    background-color: #04a6e2;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .standardModal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #a7e7ff 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .standardFeatures {
    margin-top: 20px;
  }
  .standardFeatures .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #04a6e2;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .days3Modal.recommendationArea .unorder-list>li:before {
    background-color: #009471;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .days3Modal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #9ff4e0 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .days3Features {
    margin-top: 20px;
  }
  .days3Features .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #009471;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 116px;
    text-align: center;
  }
  .days5Modal.recommendationArea .unorder-list>li:before {
    background-color: #3465be;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .days5Modal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #b4ccf7 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .days5Features {
    margin-top: 20px;
  }
  .days5Features .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #3465be;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .onlineModal.recommendationArea .unorder-list>li:before {
    background-color: #37a51e;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .onlineModal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #a9f299 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .onlineFeatures {
    margin-top: 20px;
  }
  .onlineFeatures .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #37a51e;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .area04 {
    background: url("../../../img/index_bg02_pc.png") no-repeat;
    background-size: cover;
  }
  .area04 .content_area {
    padding: 50px 0 80px;
    position: relative;
} 

  .area05 {
    background: url("../../../img/index_bg03_pc.png") no-repeat;
    background-size: cover;
  }
  .area05 .content_area{
    padding: 200px 0;
}
  .area05 p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  
  .area06 {
    background: url("../../../img/index_bg04_pc.png") no-repeat;
    background-size: cover;
  }
  .area06 .content_area{
    padding: 100px 0 90px;
}
  .area06 p {
    font-size: 2.4rem;
    text-align: center;
  }
  .area07 {
    background: url("../../../img/index_bg05_pc.png") no-repeat;
    background-size: cover;
  }
  .area07 .content_area{
    padding: 200px 0;
}
  .area07 .teatch_list {
    text-align: center;
  }
  .area07 .unorder-list {
    text-align: left;
    display: inline-block;
  }
  .area07 li {
    font-size: 2.8rem;
  }
  .area07 p {
    font-size: 2.4rem;
    font-weight: 400;
    color: #333;
    text-align: center;
  }
  .area07 .carousel__type:hover {
    opacity: 1;
  } 
  .area07 .carousel__type img {
    border-radius: 18px;
    max-width: 100%;
  } 
  .carousel__list>.slick-arrow.slick-next:before {
    right: 15px;
    border-color: #fff;
    width: 15px;
    height: 15px;
  }
  .carousel__list>.slick-arrow.slick-prev:before {
    left: 15px;
    border-color: #fff;
    width: 15px;
    height: 15px;
  }
  .carousel__list>.slick-arrow.slick-next {
    right: 0;
  }
  .carousel__list>.slick-arrow.slick-prev {
    left: 0;
  }
  .conversion_area p {
    text-align: center;
    font-size: 3rem;
  }
  .conversion_area .button__type {
    padding: 12px 20px;
    border: 1px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
    border-radius: 100px;
    position: relative;
    display: inline-block;
  }
  .conversion_area .request .button__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
  }
  .conversion_area .reservation .button__type {
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
  }
  .conversion_area .button__type .button__label {
    font-size: 1.8rem;
  }
  .conversion_area .reservation .button__type .button__label {
    font-size: 1.8rem;
    padding-right: 20px;
  }
  .conversion_area .reservation .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }
  .conversion_area .button-v2__type {
    padding: 20px 20px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
    border-radius: 100px;
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  .conversion_area .request .button-v2__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
  }
  .conversion_area .button-wrap {
    justify-content: center;
  }
  .conversion_area .request {
    width: 23%;
  }
  .conversion_area .reservation {
    width: 39%;
  }
  .conversion_area .button-v2__type .button-v2__label {
    font-size: 3.4rem;
    color: #fff;
  }
  .conversion_area .reservation .button-v2__label {
    padding-right: 27px;
  }
  .conversion_area .reservation .button-v2__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -8px;
  }
  .conversion_area .request .button-v2__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -8px;
  }
  .conversion_area .button-wrap {
    margin: 0 ;
  }
  .conversion_area .button-v2__type:hover {
    filter: brightness(0.8);
  }
  .area08 {
    background: url("../../../img/index_bg06_pc.png") no-repeat;
    background-size: cover;
  }
  .area08 .content_area {
    padding: 50px 0 80px;
    position: relative;
} 
  .area08 .guidance {
    flex-direction: column;
    position: absolute;
    left: 350px;
    bottom: -160px;
  }
  .area08 .guidance img {
    width: 230px;
  }
  .area09 {
    background: url("../../../img/index_bg07_pc.png") no-repeat;
    background-size: cover;
  }
  .area09 .content_area {
    padding: 200px 0 60px;
} 
  .area09 p {
    font-size: 2.4rem;
    font-weight: 400;
    color:#333;
    text-align: center;
  }
  .area10 {
    background: url("../../../img/index_bg08_pc.png") no-repeat;
    background-size: cover;
  }
  .area10 .content_area {
    padding: 200px 0;
  } 
  .area10 h3 {
    margin-bottom: 0;
  } 
  .area10 .column {
    margin-top: 0;
  } 
  .area10 .online_column {
    margin-top: 20px;
  } 
  .area10 .course_attention {
    display: flex;
    justify-content: center;
    margin: 0;
  } 
  .area10 .course_discription {
    font-size: 2.4rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 15px 0 10px;
  } 
  .area10 .course_discription span {
    background: linear-gradient(transparent 60%, #acf4ff 30%);
  } 
  .area10 .courseColumn {
    justify-content: center;
    margin-bottom: 80px;
  }
  .area10 .academyColumn {
    width: 800px;
    margin: 0 auto 0;
  }
  .area10 .lead_text {
    text-align: center;
    font-size: 2.8rem;
    color: #333;
  }
  .area10 .accordion__head {
    background-color: #fff;
  }
  .area10 .accordion__title {
    color: #000;
    text-align: center;
    font-size: 3rem;
  }
  .area10 .accordion {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    margin: 20px 5px 5px;
  }
  .area10 .courseColumn a {
    transition: 0.3s;
  }
  .area10 .courseColumn a:hover {
    filter: brightness(0.8);
  }
  .courseTitle {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .courseText {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .area11 {
    background: url("../../../img/index_bg09_pc.png") no-repeat;
    background-size: cover;
  }
  .area11 .content_area {
    padding: 80px 0 80px;
    position: relative;
} 
  .area12 {
    background: url("../../../img/index_bg10_pc.png") no-repeat;
    background-size: cover;
  }
  .area12 .content_area {
    padding: 200px 0;
} 
  .area13 {
    background: url("../../../img/index_bg11_pc.png") no-repeat;
    background-size: cover;
  }
  .area13 .content_area {
    padding: 50px 0 80px;
    position: relative;
} 
  .area14 {
    background: url("../../../img/index_bg12_pc.png") no-repeat;
    background-size: cover;
  }
  .area14 .content_area {
    padding: 200px 0;
} 
  .area14 .lead_text {
    text-align: center;
    font-size: 2.8rem;
    color: #333;
  }
  .area14 .figure-wrap--center {
    margin-top: 60px;
  }
  .area14 .button__type {
    border: 2px solid #000;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    background-color: #fff;
    font-size: 3rem;
    color: #000;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
  }
  .area14 .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
  }
  .area14 .button__type .supplement {
    font-size: 1.6rem;
  }
  .area14 .kantou .button__label {
    line-height: 1;
  }
  .area15 {
    background: url("../../../img/index_bg13_pc.png") no-repeat;
    background-size: cover;
  }
  .area15 .content_area {
    padding: 100px 0 200px;
} 
  .area15 .flow {
    text-align: center;
  }
  .area15 .flowBox {
    border: 2px solid #ee9700;
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
  }
  .area15 .flowTitle {
    background: repeating-linear-gradient(135deg, #fff071, #fff071 20px, #fff493 20px, #fff493 40px);
    border-radius: 20px 20px 0 0;
    margin: 0;
    font-size: 3rem; 
    padding: 30px;
  }
  .area15 .flowText {
    font-size: 2.4rem;
    padding: 30px;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 18px 18px;
  }
.area15 .triangle {
  left: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #000;
  border-bottom: 0;
  position: relative;
}
  .area15 .list-wrap--right {
    margin-right: 140px;
  }
  .area16 {
    background: url("../../../img/index_bg14_pc.png") no-repeat;
    background-size: cover;
  }
  .area16 .content_area {
    padding: 80px 0 80px;
    position: relative;
} 
  .area17 {
    background: url("../../../img/index_bg15_pc.png") no-repeat;
    background-size: cover;
  }
  .area17 .content_area {
    padding: 200px 0 300px;
} 
  .area17 .lead_text {
    text-align:center;
    font-size: 2.8rem;
    color: #333;
  }
  .area17 .accordion__head {
    background-color: #fff;
  }
  .area17 .accordion__title {
    color: #000;
    text-align: center;
    font-size: 3rem;
  }
  .area17 .accordion {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    margin: 20px 5px 5px;
  }
  .area17 .accordion__body .text {
    font-size: 1.8rem;
    text-align: left;
  }
  .area17 .accordion__title:after, .accordion__title:before {
    right: 30px;
  }
  .area18 {
    background: url("../../../img/index_bg16_pc.png") no-repeat;
    background-size: cover;
    margin-top: -120px;
  }
  .area18 .content_area {
    padding: 200px 0 200px;
} 
  .area18 .lead_text{
    font-size: 2.4rem;
    font-weight: 400;
    color: #333;
    text-align: center;
  }
  .area18 .contenttext {
    text-align: center;
  }
  .area18 .contenttext {
    text-align: center;
  }
  .area18 .contenttext p {
    display: inline-block;
    font-size: 2.8rem;
    background-color: #20aee5;
    padding: 0 20px;
    border-radius: 100px;
    color: #fff;
  }
  .area18 .firstfee {
    display: flex;
    justify-content: center;
  }
  .area18 .asukafee {
    margin-right: 40px;
  }
  .area18 .asukafeeBox {
    border: 1px solid #20aee5;
    border-radius: 20px;
  }
  .area18 .asukafeeBox .feeTitle {
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    background-color: #20aee5;
    margin: 0;
    border-radius: 18px 18px 0 0 ;
  }
  .area18 .asukafeeBox .feePrice {
    text-align: center;
    font-size: 4.6rem;
    background-color: #fff;
    border-radius: 0 0 18px 18px;
  }
  .area18 .asukafeeBox .feePrice {
    text-align: center;
    font-size: 4.6rem;
    margin: 0;
  }
  .area18 .asukafeeBox .feePrice span {
    font-size: 5.2rem;
    font-weight: 500;
  }
  .area18 .supportfeeBox {
    border: 1px solid #a3a3a3;
    border-radius: 20px;
  }
  .area18 .supportfeeBox .feeTitle {
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    background-color: #a3a3a3;
    margin: 0;
    border-radius: 18px 18px 0 0 ;
    padding: 0 20px;
  }
  .area18 .supportfeeBox .feePrice {
    text-align: center;
    font-size: 4.6rem;
  }
  .area18 .supportfeeBox .feePrice {
    text-align: center;
    font-size: 4.6rem;
    margin: 0;
    background-color: #f8f8f8;
    border-radius: 0 0 20px 20px;
  }
  .area18 .supportfeeBox .feePrice span {
    font-size: 5.2rem;
    font-weight: 500;
  }
  .area18 .feedetail {
    text-align: center;
    margin: 0 150px;
  }
  .area18 .description-list-v4 {  
    border-radius: 20px;
    padding: 0; 
    background-color: #fff;
  }
  .area18 .description-list-v4 dt {
    display: flex;
    align-items: center;
    font-size: 3rem;
    background-color: #fffcdf;
    border-radius: 18px 0 0 18px ;
    width: 530px;
    text-align: left;
    padding: 10px 0 10px 40px;
  }
  .area18 .description-list-v4 p {
    margin: 0;
  }
  .area18 .description-list-v4 p.eventText {
    font-size: 1.6rem;
  }
  .area18 .description-list-v4 .annotationText {  
    font-size: 1.6rem;
    font-weight: 400;
    vertical-align: bottom;
    margin-bottom: -14px;
  }
  .area18 .discountPrice dt {  
    background-color: #dffffc;
  }
  .area18 .description-list-v4 dd {  
    font-size: 2.8rem;
    text-align: right;
    padding: 5px 40px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .area18 dd .priceNumber {  
    font-size: 3.6rem;
  }
  .area18 .discountPriceline {  
    background: linear-gradient(transparent 60%, #b9fff8 30%);
  }
  .area18 .feedetailannotation {
    margin-left: 150px;
  }
  .area18 .feedetailannotation li {
    padding-left: 34px;
  }
  .area18 .feeLink {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area18 .feeLink::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    margin-top: 2px;
  }
  .area18 .feeLink a {
    padding-right: 5px;
    font-size: 2.4rem;
  }
  .area18 .feeLink a:hover {
    border-bottom: 1px solid #333;
  }
  .area19 .content_areaa {
    padding: 100px 0 20px;
  }
  .area19 .lead_text{
    font-size: 2.8rem;
    font-weight: 400;
    color: #333;
    text-align: center;
  }
  .area19 .accordion {
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
  }
  .area19 .accordion dt {
    padding: 20px;
    position: relative;
    cursor: pointer;
  }
  .area19 .accordion dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #000;
    right: 56px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s, -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .area19 .accordion dt::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #000;
    right: 56px;
    top: 50%;
    margin: -1px 0 0 ;
  }
  .area19 .accordion dt.active::before{
    transform: rotate(0deg);
  }
  .area19 .unorder-list>li:before {
    width: 16px;
    height: 16px;
  }
  .area19 .unorder-list>li {
    padding-left: 38px;
  }
  .area19 .accordion dt p {
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 3rem;
  }
  .area19 li {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .area19 .unorder-list__nest {
    margin: 0;
  }
  .area19 .accordion dd {
    padding: 30px;
    margin: 0;
  }
  .area19 .informationSession .button__label {
    color: #333;
  }
  .area19 .button__type {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
  }
  .area19 .button__label {
    font-size: 2.5rem;
  }
  .area19 .documentRequest .button__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    border-radius: 20px;

  }
  .area19 .documentRequest .button__label {
    color: #fff;
  }
  .area19 .documentRequest .button__type::before {
    border-left: 9px solid #fff;
  }
  .area19 .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #333;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -5px;
    }

  .area19 .informationSession .button {
    justify-content: right;
  }
  .area19 .informationSession .button__type {
    background-color: #fff071;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    border-radius: 20px;
    width: 330px;
  }
  .area19 .button__type {
    position: relative;
    display: inline
  }
  .area19 .button__type {
    position: relative;
    display: inline
  }
  .area19 .areaPart {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .area19 .areaPart:first-child {
    margin-top: 0;
  }
  .area19 .areaPart:nth-of-type(n+2) {
    border-top  : 1px solid #b2b2b2;
  }
  .area19 .column {
    margin: 0;
  }
  .footer-copyright {
    text-align: center;
    font-weight: 300;
  }
  .Footer__foot__inner {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 50px 0 100px;
  }
  .footer-pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  .Footer__foot {
    background-color: #f18d00;
  }
  .footerColumn {
    display: flex;
    justify-content: center;
  }
  .footerColumn .academyDetail {
    margin-right: 100px;
  }
  .footerColumn a {
    color: #fff;
    font-weight: 300;
  }
  .footerColumn a:hover {
    border-bottom: 1px solid #fff;
  }
  
  .footerColumn p::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -2px;
  }
  .fixed_bt.request {
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 100;
    writing-mode: vertical-rl;
  }
  .fixed_bt.reservation {
    position: fixed;
    top: 275px;
    right: 0;
    z-index: 100;
    writing-mode: vertical-rl;
  }
  .fixed_bt p {
    text-align: center;
    font-size: 3rem;
  }
  .fixed_bt .button__type {
    padding: 25px 20px;
    border: 2px solid #000;
    border-right: none;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    background: linear-gradient(0deg, rgba(32,174,229,1) 0%, rgba(32,97,229,1) 100%);
    border-radius: 20px 0 0 20px;
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  .fixed_bt.request .button__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
  }
  .fixed_bt .button__type:hover {
    filter: brightness(0.8);
  }
  .fixed_bt .button__type .button__label {
    font-size: 3.2rem;
  }
  .fixed_bt.reservation .button__type .button__label {
    padding-bottom: 27px;
  }
  .fixed_bt.reservation .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: 23px;
    right: 26px;
  }
  .area04 .content_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -195px;
    width: 213px;
    height: 516px;
    background: url(../../../img/index_im13.png) no-repeat;
  }
  .area08 .content_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 500px;
    background: url(../../../img/index_im14.png) no-repeat;
  }
  .area11 .content_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -110px;
    width: 212px;
    height: 450px;
    background: url(../../../img/index_im15.png) no-repeat; 
  }
  .area13 .content_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 212px;
    height: 450px;
    background: url(../../../img/index_im16.png) no-repeat;
  }
  .area16 .content_area::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -152px;
    width: 216px;
    height: 490px;
    background: url(../../../img/index_im17.png) no-repeat;
  }
  
  }
  


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  header {
    border-bottom: 3px solid #ff6626;
  }
  header .logo_area {
    margin: 15px 15px;
  }
  header .corporation_logo {
    display: inline
  }
  header .corporation_logo img {
    width: 68px;
  }
  header .school_logo_flex {
    display: flex;
    margin-top: -5px;
    justify-content: space-start;
    gap: 1em;
  }
  header .school_logo_flex img:not(:first-of-type) {
    margin-left: 5px;
  }
  header .school_logo_flex .logo01 {
    width: 24%;
  }
  header .school_logo_flex .logo02 {
    width: 34%;
  }
  header .school_logo_flex .logo03 {
    width: 34%;
  }
  .Main__content {
    position: relative;
    padding: 0;
  }
  h1 {
    margin: 0;
  }
  h2 {
    margin: 0 auto;
  }
  .conversion_area .button-wrap--center {
    margin: 0;
  }
  .conversion_area p {
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
  .conversion_area .button__type {
    padding: 12px 20px;
    border: 1px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
    border-radius: 100px;
    position: relative;
    display: inline-block;
  }
  .conversion_area .request .button__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
  }
  .conversion_area .reservation .button__type {
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
  }
  .conversion_area .button__type .button__label {
    font-size: 1.8rem;
  }
  .conversion_area .reservation .button__type .button__label {
    font-size: 1.8rem;
    padding-right: 20px;
  }
  .conversion_area .reservation .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }
  .conversion_area .reservation {
    margin-left: 10px;
  }
  .conversion_area .button-v2__type {
    padding: 12px 13px;
    border: 1px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
    border-radius: 100px;
    position: relative;
    display: inline-block;
  }
  .conversion_area .request .button-v2__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
  }
  .conversion_area .button-wrap {
    justify-content: space-between;
  }
  .conversion_area .request {
    width: 35%;
  }
  .conversion_area .reservation {
    width: 60%;
  }
  .conversion_area .button-v2__type .button-v2__label {
    font-size: 1.8rem;
    color: #fff;
  }
  .conversion_area .reservation .button-v2__label {
    padding-right: 10px;
  }
  .conversion_area .reservation .button-v2__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
  }
  .conversion_area .request .button-v2__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
  }
  .conversion_area .button-wrap {
    margin: 0 ;
  }
  .accordion__title:after, .accordion__title:before {
    width: 20px;
  }
  .accordion__title:after, .accordion__title:before {
    height: 2px;
  }
  .note-list>li {
    font-size: 1.2rem;
  }
  .area01 {
    padding: 0;
  }
  .area02 {
    background: url("../../../img/index_bg17_sp.png") repeat-x 0 0 / 375px 122px;
    background-size: cover;
    padding: 5px 0 15px;
  }
  .area02 .main_copy {
    text-align: center;
    list-style: none;
    padding-left: 0;
    font-size: 2rem;
    margin: 0;
    font-weight: 750;
  }
  .area02 .main_copy span {
    color: #ef6001;
  }
  .area02 .main_copy li {
    text-align: center;
  }
  
  .area02 img {
    width: 185px;
  }
  .area03 {
    background: url("../../../img/index_bg01_sp.png") repeat-x 0 0 / 375px 2286px;
    background-size: cover;
  }
  .area03 .content_area {
    padding: 60px 15px 150px; 
  }
  .area03 h2 {
    width: 261px;
  }
  .area03 .list-wrap {
    margin-top: 10px;
  }
  .area03 .list-wrap li {
    display: inline;
  }
  .area03 .list-wrap ul {
    text-align: center;
  }
  .area03 .whichStyle {
    margin-top: 20px;
  }
  .area03 .styleBox {
    margin-top: 25px;
  }  
  .area03 .style_area {
    padding: 0;
    border-radius: 10px;
  }
  .area03 .style_area .stylelist img {
    height: 30px;
  }
  .area03 .freestyle .style_tittle img {
    width: 323px;
  }
  .area03 .freestyle .style_tittle {
    font-size: 3rem;
    padding: 25px 5px 0 5px;
    background: repeating-linear-gradient(135deg, #20aee5, #20aee5 20px, #31b4e7 20px, #31b4e7 40px);
    border-radius: 9px 9px 0 0;
  }
  .area03 .daysstyle .style_tittle img {
    max-width: 289px;
  }
  .area03 .daysstyle .style_tittle {
    font-size: 3rem;
    padding: 10px 10px;
    background: repeating-linear-gradient(135deg, #00a8a0, #00a8a0 20px, #14afa7 20px, #14afa7 40px);
    border-radius: 9px 9px 0 0; 
  }
  .area03 .onlinestyle .style_tittle img {
    max-width: 287px;
  }
  .area03 .onlinestyle .style_tittle {
    font-size: 3rem;
    padding: 10px 10px;
    background: repeating-linear-gradient(135deg, #089e39, #089e39 20px, #1ba649 20px, #1ba649 40px);
    border-radius: 9px 9px 0 0; 
  }
  .area03 .onlinestyle .column {
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .area03 .style_inner {
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .area03 .style_area .style_text {
    font-size: 1.4rem;
  }
  .area03 .style_area .style_text span {
    background: linear-gradient(transparent 60%, #acf4ff 30%);
  }
  .area03 .onlinestyle .list-wrap {
    margin: 0;
  }
  .area03 .onlinestyle .figure-wrap {
    justify-content: center;
  }
  .area03 .style_area .column {
    margin: 0;
  }
  .area03 .onlineBox {
    margin-top: 14px;
  }
  [class*=modal--].modaal-wrapper .modaal-close {
    top: 15px;
    right: 15px;
  }
  [class*=modal--].modaal-wrapper .modaal-close>span:after,
  [class*=modal--].modaal-wrapper .modaal-close>span:before {
    width: 15px;
    height: 1px;
    margin: -1px 0 0 -7px;
  }
  [class*=modal--].modaal-wrapper .modaal-container {
    padding: 40px 14px;
    border-radius: 10px;
    border: 1px solid #000;
  }
  .modalFlex + .modalFlex {
    margin-top: 10px;
  }
  .mainTitle {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
  }
   .DetailText {
    font-size: 1.4rem;
    margin: 10px 0 0 0;
  }
  .basicModal.recommendationArea .unorder-list>li:before {
    background-color: #f37200;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .recommendationTitle {
    text-align: center;
  }
  .basicModal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #ffd9ac 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .modalFlex {
    display: flex;
    align-items: center;
  }
  .basicFeatures {
    margin-top: 20px;
  }
  .basicFeatures .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #f37200;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .modalFlex .Detail {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 0 10px;
    width: 60%;
  }
  .modalFlex .Detail span {
    font-size: 1.2rem;
  }
  .standardModal.recommendationArea .unorder-list>li:before {
    background-color: #04a6e2;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .standardModal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #a7e7ff 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .standardFeatures .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #04a6e2;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .standardFeatures {
    margin-top: 20px;
  }
  .days3Modal.recommendationArea .unorder-list>li:before {
    background-color: #009471;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .days3Modal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #9ff4e0 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .days3Features {
    margin-top: 20px;
  }
  .days3Features .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #009471;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .days5Features {
    margin-top: 20px;
  }
  .days5Modal.recommendationArea .unorder-list>li:before {
    background-color: #3465be;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .days5Modal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #b4ccf7 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .days5Features .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #3465be;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .days5Features .line-h {
    line-height: 1;
  }
  .onlineModal.recommendationArea .unorder-list>li:before {
    background-color: #37a51e;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .onlineModal.recommendationArea .recommendationTitle p {
    font-weight: bold;
    font-size: 1.6rem;
    background: linear-gradient(transparent 60%, #a9f299 30%);
    display: inline-block;
    margin-bottom: 0;
  }
  .onlineFeatures {
    margin-top: 20px;
  }
  .onlineFeatures .modalFlex .Title {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #37a51e;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    width: 40%;
    text-align: center;
  }
  .area04 {
    background: url("../../../img/index_bg02_sp.png") repeat-x 0 0 / 375px 572px;
    background-size: cover;
    margin-top: -110px;
  }
  .area04 .content_area {
    padding: 60px 15px 150px;
    position: relative;
  }
  .area04 .conversionBox {
    text-align: center;
  }
  .area05 {
    background: url("../../../img/index_bg03_sp.png") repeat-x 0 0 / 375px 680px;
    background-size: cover;
    margin-top: -110px;
  } 
  .area05 .content_area {
    padding: 60px 15px 150px;
  }
  .area05 h2 {
    width: 311px;
  }
  .area05 p {
    margin: 20px 0;
  }
  .area06 {
    background: url("../../../img/index_bg04_sp.png") repeat-x 0 0 / 375px 669px;
    background-size: cover;
    margin-top: -110px;
  }
  .area06 .content_area {
    padding: 60px 15px 150px;
  }
  .area06 h2 {
    width: 327px;
  }
  .area06 p {
    margin: 20px 0;
  }
  .area06 .figure-wrap--center {
    margin-top: 10px;
  }
  .area07 {
    background: url("../../../img/index_bg05_sp.png") repeat-x 0 0 / 375px 693px;
    background-size: cover;
    margin-top: -110px;
  }
  .area07 .content_area {
    padding: 60px 15px 150px;
  }
  .area07 h2 {
    width: 226px;
  }
  .area07 .figure-wrap--center {
    margin-top: 20px;
  }
  .area07 .carousel__type img {
    border-radius: 10px;
  }
 .carousel__list>.slick-arrow {
   background-color: #13b0ff;
   border-radius: 50%;
   width: 25px;
   height: 25px;
   margin: -12px 0 0;
 }
  .carousel__list>.slick-arrow.slick-next:before {
    right: 10px;
    border-color: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .carousel__list>.slick-arrow.slick-prev:before {
    left: 10px;
    border-color: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .carousel__list>.slick-arrow.slick-next {
    right: 7px;
  }
  .carousel__list>.slick-arrow.slick-prev {
    left: 7px;
  }

  .area08 {
    background: url("../../../img/index_bg06_sp.png") repeat-x 0 0 / 375px 260px;
    background-size: cover;
    position: relative;
    margin-top: -110px;
  }
  .area08 .content_area {
    padding: 60px 15px 150px;
  }
  .area08 .conversionBox {
    margin: 0 0 0 auto;
  }
  .area09 {
    background: url("../../../img/index_bg07_sp.png") repeat-x 0 0 / 375px 484px;
    background-size: cover;
    margin-top: -110px;
  }
  .area09 .content_area {
    padding: 60px 15px 150px;
  }
  .area09 h2 {
    width: 283px;
  }
  .area10 {
    background: url("../../../img/index_bg08_sp.png") repeat-x 0 0 / 375px 650px;
    background-size: cover;
    margin-top: -110px;
  }
  .area10 .content_area {
    padding: 60px 15px 150px;
  }
  .area10 h2 {
    width: 208px;
  }
  .area10 .lead_text {
    text-align: center;
  }
  .area10 .course_discription {
    margin: 8px 0;
  }
  .area10 .course_discription span {
    background: linear-gradient(transparent 60%, #acf4ff 30%);
  }
  .area10 .column {
    margin-top: 0;
  }
  .area10 .online_column {
    margin-top: 10px;
  }
  .area10 .course_attention {
    margin: 0;
  }
  .area10 h3 {
    margin-bottom: 0;
  }
  .area10 .courseColumn {
    margin: 0 0 30px;
    justify-content: center;
  }
  .courseTitle {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .courseText {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .area10 .academyColumn {
    margin: 0 0 0;
  }
  .courseFigure {
    max-width: 100%;
  }
  .area11 {
    background: url("../../../img/index_bg09_sp.png") repeat-x 0 0 / 375px 420px;
    background-size: cover;
    margin-top: -110px;
  }
  .area11 .content_area {
    padding: 60px 15px 150px;
    position: relative;
  }
  .area11 .conversionBox {
    margin: 0 auto 0 0;
  }
  .area12 {
    background: url("../../../img/index_bg10_sp.png") repeat-x 0 0 / 375px 872px;
    background-size: cover;
    margin-top: -110px;
  }
  .area12 .content_area {
    padding: 60px 15px 150px;
  }
  .area12 h2 {
    width: 338px;
  }
  .area12 .figure-wrap--center {
    margin-top: 20px;
  }
  .area13 {
    background: url("../../../img/index_bg11_sp.png") repeat-x 0 0 / 375px 468px;
    background-size: cover;
    margin-top: -110px;
  }
  .area13 .content_area {
    padding: 60px 15px 150px;
    position: relative;
  }
  .area13 .conversionBox {
    margin: 0 0 0 auto;
  }
  .area14 {
    background: url("../../../img/index_bg12_sp.png") repeat-x 0 0 / 375px 758px;
    background-size: cover;
    margin-top: -110px;
  }
  .area14 .content_area {
    padding: 60px 15px 150px;
  }
  .area14 h2 {
    width: 235px;
  }
  .area14 .map {
    margin-top: 20px;
  }
  .area14 .map img {
    width: 170px;
  }
  .area14 .lead_text {
    text-align: center;
    margin: 20px 0;
  }
  .anchorNav {
    margin-top: 20px;
  }
  .area14 .button__type {
    border: 1px solid #000;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 1);
    background-color: #fff;
    font-size: 1.4rem;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
  }
  .area14 .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
  }
  .area14 .kyuusyuu {
    width: 120%;
  }
  .area15 {
    background: url("../../../img/index_bg13_sp.png") repeat-x 0 0 / 375px 1194px;
    background-size: cover;
    margin-top: -110px;
  }
  .area15 .content_area {
    padding: 60px 15px 150px;
  }
  .area15 h2 {
    width: 152px;
  }
  .area15 .flow {
    text-align: center;
    margin-top: 20px;
  }
  .area15 .flowBox {
    border: 1px solid #ee9700;
    border-radius: 10px;
    margin: 0 auto;
  }
  .area15 .flowTitle {
    background: repeating-linear-gradient(135deg, #fff071, #fff071 20px, #fff493 20px, #fff493 40px);
    border-radius: 9px 9px 0 0;
    margin: 0;
    font-size: 2rem; 
    padding: 15px;
  }
  .area15 .flowText {
    font-size: 1.4rem;
    padding: 15px;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 9px 9px;
  }
.area15 .triangle {
  left: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;
  position: relative;
}
  .area16 {
    background: url("../../../img/index_bg14_sp.png") repeat-x 0 0 / 375px 476px;
    background-size: cover;
    margin-top: -110px;
  }
  .area16 .content_area {
    padding: 60px 15px 150px;
  }
  .area16 .conversionBox {
    margin: 0 auto 0 0;
  }
  .area17 {
    background: url("../../../img/index_bg15_sp.png") repeat-x 0 0 / 375px 1019px;
    background-size: cover;
    margin-top: -110px;
  }
  .area17 .content_area {
    padding: 60px 15px 150px;
  }
  .area17 h2 {
    width: 94px;
  }
  .area17 .lead_text {
    text-align: center;
    
  }
  .area17 .accordion__head {
    background-color: #fff;
  }
  .area17 .accordion__title {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    padding-left: 20px;
    font-weight: 500;
  }
  .area17 .accordion {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    margin: 10px 0 0 0;
  }
  .area17 .accordion__body {
    margin-bottom: 20px;
  }
  .area17 .accordion__body .text {
    font-size: 1.4rem;
    text-align: left;
  }

  .area18 {
    background: url("../../../img/index_bg16_sp.png") repeat-x 0 0 / 375px 825px;
    background-size: cover;
    margin-top: -110px;
  }
  .area18 h2 {
      width: 75px;
  }
  .area18 .content_area {
    padding: 60px 15px 150px;
  }
  .area18 .contenttext {
    text-align: center;
  }
  .area18 .contenttext {
    text-align: center;
  }
  .area18 .contenttext p {
    display: inline-block;
    font-size: 1.4rem;
    background-color: #20aee5;
    padding: 5px 10px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
  }
  .area18 .firstfee {
    display: flex;
    justify-content: center;
  }
  .area18 .asukafee {
    margin-right: 14px;
  }
  .area18 .asukafeeBox {
    border: 1px solid #20aee5;
    border-radius: 10px;
  }
  .area18 .asukafeeBox .feeTitle {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: #20aee5;
    margin: 0;
    border-radius: 9px 9px 0 0 ;
    padding: 22px 2px;
  }
  .area18 .asukafeeBox .feeTitle span {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .area18 .asukafeeBox .feePrice {
    text-align: center;
    font-size: 2.3rem;
    background-color: #fff;
    border-radius: 0 0 9px 9px;
  }
  .area18 .asukafeeBox .feePrice {
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }
  .area18 .asukafeeBox .feePrice span {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .area18 .supportfeeBox {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
  }
  .area18 .supportfeeBox .feeTitle {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #a3a3a3;
    margin: 0;
    border-radius: 9px 9px 0 0 ;
    padding: 10px 2px;
  }
  .area18 .supportfeeBox .feeTitle span {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .area18 .supportfeeBox .feePrice {
    text-align: center;
    font-size: 2.3rem;
  }
  .area18 .supportfeeBox .feePrice {
    text-align: center;
    margin: 0;
    background-color: #f8f8f8;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
  }
  .area18 .supportfeeBox .feePrice span {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .area18 .feedetail {
    text-align: center;
    margin: 0;
  }
  .area18 .description-list-v4 {  
    border-radius: 10px;
    padding: 0; 
    background-color: #fff;
    display: flex;
  }
  .area18 .description-list-v4 dt {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    background-color: #fffcdf;
    border-radius: 9px 0 0 9px ;
    width: 60%;
    text-align: left;
    padding: 10px 0 10px 20px;
    font-weight: 600;
  }
  .area18 .description-list-v4 p {
    margin: 0;
  }
  .area18 .description-list-v4 .annotationText {  
    font-size: 1.2rem;
    font-weight: 400;
    vertical-align: bottom;
    margin-bottom: -3px;
  }
  .area18 .discountPrice dt {  
    background-color: #dffffc;
  }
  .area18 .description-list-v4 dd {  
    font-size: 1.4rem;
    text-align: right;
    padding: 5px 20px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
  }
  .area18 dd .priceNumber {  
    font-size: 1.6rem;
  }
  .area18 .discountPriceline {  
    background: linear-gradient(transparent 60%, #b9fff8 30%);
  }
  .area18 .feeLink {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area18 .feeLink::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
  .area18 .feeLink a {
    padding-right: 2px;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
  }
  .area18 .feeLink a:hover {
    border-bottom: 1px solid #333;
  }
  .area18 .description-list-v4 p.eventText {
    font-size: 1.2rem;
  }
  .area18 .description-list-v4>dt {
    margin: 0;
  }
  .area18 .feedetailannotation li {
    padding-left: 26px;
  }
  .area20 {
    background: url("../../../img/index_bg18_sp.png") repeat-x 0 0 / 375px 137px;
    background-size: cover;
    margin-top: -110px;
  }
  .area20 .content_area {
    padding: 75px 15px 0;
  }
  .area20 h2 {
    width: 174px;
  }
  .area20 .lead_text {
    text-align: center;
  }
  .area21 .content_area {
    padding: 0 15px 30px;
  }
  .area21 .accordion {
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
  }
  .area21 .accordion dt {
    padding: 15px;
    position: relative;
    cursor: pointer;
  }
  .area21 .accordion dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    right: 20px;
    top: 50%;
    transform: rotate(90deg);
    transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s, -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .area21 .accordion dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    right: 20px;
    top: 50%;
    margin: -1px 0 0 ;
  }
  .area19 .accordion dt.active::before{
    transform: rotate(0deg);
    margin: -1px 0;
  }
  .area21 .unorder-list>li:before {
    width: 8px;
    height: 8px;
    top: 12px;
  }
  .area21 .unorder-list>li {
    padding-left: 17px;
  }
  .area21 .accordion dt p {
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .area21 li {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .area21 .unorder-list__nest {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .area21 .accordion dd {
    padding: 15px;
    margin: 0;
  }
  .area21 .informationSession .button__label {
    color: #333;
  }
  .area21 .button__type {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
  }
  .area21 .button__label {
    font-size: 1.4rem;
    padding-right: 10px;
    font-weight: 600; 
  }
  .area21 .documentRequest .button__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
    border: 1px solid #000;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
    border-radius: 10px;
  }
  .area21 .documentRequest .button__label {
    color: #fff;
  }
  .area21 .documentRequest .button__type::before {
    border-left: 4px solid #fff;
  }
  .area21 .button__type::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #333;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    }
  .area21 .accordion {
    margin-top: 10px;
  }
  .area21 .accordion:first-child {
    margin-top: 0;
  }
  .area21 .informationSession .button {
    justify-content: center;
  }
  .area21 .informationSession .button__type {
    background-color: #fff071;
    border: 1px solid #000;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
    border-radius: 10px;
    width: 90%;
  }
  .area21 .button__type {
    position: relative;
    display: inline;
  }
  .area21 .areaPart {
    padding: 20px 0;
  }
  .area21 .areaPart:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .area21 .areaPart:nth-of-type(n+2) {
    border-top  : 1px solid #b2b2b2;
  }
  .area21 .column {
    margin: 0;
  }
  .footer-copyright {
    text-align: center;
    font-weight: 300;
  }
  .Footer__foot__inner {
    margin: 0 auto;
    color: #fff;
    padding: 30px 15px 120px;
  }
  .footer-pagetop {
    position: fixed;
    bottom: 120px;
    right: 15px;
  }
  .footer-pagetop img {
    width: 32px;
    height: 32px;
  }
  
  .Footer__foot {
    background-color: #f18d00;
  }
  .footerColumn {
    display: flex;
    justify-content: center;
  }
  .footerColumn .academyDetail {
    margin-right: 20px;
  }
  .footerColumn a {
    color: #fff;
    font-weight: 300;
    padding-left: 2px;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
  }
  .footerColumn p::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-bottom: 2px;
  }
  .cmn-follow {
    z-index: 120;
  }
  .cmn-follow .button-wrap--center {
    margin: 0;
  }
  .cmn-follow__inner {
    padding: 5px 15px 10px;
    border-top: 3px solid #ff6626;
  }
  .cmn-follow p {
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    color: #333;
    margin-bottom: 5px;
  }
  .cmn-follow .button-v2__type {
    padding: 12px 13px;
    border: 1px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    background: linear-gradient(90deg, rgba(32,97,229,1) 0%, rgba(32,174,229,1) 100%);
    border-radius: 100px;
    position: relative;
    display: inline-block;
  }
  .cmn-follow .request .button-v2__type {
    background: linear-gradient(90deg, rgba(255,81,13,1) 0%, rgba(255,139,30,1) 100%);
  }
  .cmn-follow .button-wrap {
    justify-content: space-between;
  }
  .cmn-follow .request {
    width: 35%;
  }
  .cmn-follow .reservation {
    width: 60%;
  }
  .cmn-follow .button-v2__type .button-v2__label {
    font-size: 2rem;
    color: #fff;
  }
  .cmn-follow .button-wrap {
    margin: 0 ;
  }

}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}


.area19 .informationSession .request-button {
  background-color: #5cedf2;
}
.area21 .informationSession .request-button {
  background-color: #5cedf2;
}
/* アコーディオンを常に開いた状態にする（PC・SP共通） */
.accordion dd {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  padding: 30px !important; /* 必要に応じて調整（area19は 30px が標準） */
}

/* 見出しの＋を「閉じる状態（横棒）」に固定 */
.accordion dt::before {
  transform: rotate(0deg) !important;
}