@charset "UTF-8";


.page-main_area {
    max-width: 1140px;
    margin: 0 auto;

}

.page-main_area p {
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width: 768px){
  .page-main_area .f_area p {
    font-size: 13px;
}
}


.page-main_area h1 {
    text-align: center;
    font-size: 32px;
}

@media screen and (max-width: 1024px) {
    .page-main_area {
        width: 90%;
        margin: 0 auto;
    }

    .page-main_area h1 {
        font-size: 24px;
        margin: 32px auto;
    }

}

@media screen and (max-width: 768px) {
    .page-main_area h1 {

        margin: 32px auto;
    }
}


.thirty-grid {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;



}


.thirty-grid > li {
    width: 30%;
    -webkit-box-flex: 1;
}

.thirty-grid > li > img {
    width: 100%;
    height: auto;
}

.thirty-grid > li > .title {

    font-size: 18px;
    padding: 20px 0 30px;
    line-height: 1.5;
}

.thirty-grid > li:nth-child(3n+2) {
    margin: 0 25px;
}

.thirty-grid iframe{
    width: auto;
    height: auto;
}


@media (max-width: 775px) {
    .thirty-grid {
        display: block;
    }

    .thirty-grid > li {
        width: 95%;
        margin: 0 auto;

    }

    .thirty-grid > li:nth-child(3n+2) {
        margin: 0 auto;
    }

}

/**/

#reason {
    margin-top: 90px;
    position: relative;
}

#reason:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #efefef;
    content: "";
    transform: translateX(-50%);
}


.reason-wrap {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.reason-img {
    width: 40%;
    position: relative;
}

.reason-img img {
    vertical-align: bottom;
    width: 100%;
}

.reason p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

.reason_title {
    font-size: 26px;

}

.pink {
    color: #D60765;
}

.rom {
    font-size: 14px;
    margin-left: 20px;
}

.age {
    font-size: 14px;
    margin-bottom: 40px;
}

.name {
    margin-top: 40px;
    font-size: 26px;
}

.reason-desc-text {
    font-size: 14px;
    line-height: 1.4;
}

.reason-img .name span {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.3rem;
}

.reason-num {
    width: 22%;
    position: absolute;
}

.reason-desc {
    width: 60%;
}

.reason-desc-head {
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.42;
}

.reason-desc-sub-head {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
}


@media screen and (max-width: 1199px) {
    .reason-desc {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .reason_title, .name {
        font-size: 18px;

    }

    #reason {
        padding-bottom: 0;
        margin: 0;
    }

    .reason-wrap {
        padding: 60px 0;
        display: block;
    }

    .reason-img {
        width: 100%;
    }

    .reason-num {
        width: 18%;
    }

    .reason-desc {
        width: 100%;
    }

    .reason-desc-head {
        margin-bottom: 10px;
        padding-top: 30px;
        font-size: 1.7rem;
    }

    .reason-desc-sub-head {
        font-size: 1.5rem;
    }

    .reason-desc-text {
        font-size: 14px;
        line-height: 1.94;
    }
}

/* box01 */


.reason-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reason-1 .reason-img {
    padding-left: 20px;
}

.reason-1 .reason-num {
    top: -28%;
    right: 15%;
}

.reason-1 .reason-desc {
    padding-right: 3%;
}

@media screen and (max-width: 1199px) {
    .reason-1 .reason-num {
        top: -23%;
    }

    .reason-1 .reason-desc {
        padding-right: 3%;
    }
}

@media screen and (max-width: 767px) {
    .reason-1 .reason-img {
        padding: 0;
    }

    .reason-1 .reason-num {
        top: -60px;
        right: 10%;
    }

    .reason-1 .reason-desc {
        padding: 0 15px;
    }
}

/* box02 */

.reason-2 .reason-img {
    padding-right: 20px;
}

.reason-2 .reason-num {
    width: 20%;
}

.reason-2 .reason-num {
    top: -28%;
    left: 15%;
}

.reason-2 .reason-desc {
    padding-left: 4%;
}

@media screen and (max-width: 1199px) {
    .reason-2 .reason-num {
        top: -23%;
    }

    .reason-2 .reason-desc {
        padding-left: 3%;
    }
}

@media screen and (max-width: 767px) {
    .reason-2 .reason-img {
        padding: 0;
    }

    .reason-2 .reason-num {
        width: 16%;
        top: -60px;
        left: 10%;
    }

    .reason-2 .reason-desc {
        padding: 0;
    }


}

.l-content {
    margin: 60px auto 110px;
}

.l-content h2 {
    font-weight: normal;
    border-bottom: 1px solid #D60765;
    line-height: 2.5;
    font-size: 18px;
}

.l-content p {
    margin-top: 20px;
}

/**/
.Course #reason {
    padding: 80px 0;
}

.Course #reason .txt_area {
    text-align: center;
    font-weight: bold;

}

.Course h2 {
    font-size: 26px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .Course h2 {
        font-size: 18px;
    }


}


.swell-block-step {
    counter-reset: step;
    --swl-step_arrow_color: #dedede;
    margin: 50px auto;
}

.swell-block-step__item {
    position: relative;
    margin-bottom: 0 !important;
    padding: 0 0 3em 64px;
}

.post_content div > :first-child, .post_content > :first-child {
    margin-top: 0 !important;
}

.u-bg-main {
    color: #D60765 !important;
    background-color: #fff !important;
    border: 1px solid #000;
}

.swell-block-step__number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: content-box;
    width: 48px;
    height: 48px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.swell-block-step__number .__label {
    display: block;
    padding-bottom: 1px;
    font-size: 10px;
    content: attr(data-label);

}

.swell-block-step__number::after {
    display: block;
    font-size: 20px;
    content: counter(step);
    counter-increment: step;
}

.swell-block-step__title {
    font-weight: 700;
}

.u-fz-l {
    font-size: 1.5em;
    color: #D60765;
    line-height: 1.8;
}

.swell-block-step__item:last-child::before {
    content: none;
}

.Course_area {
    padding-bottom: 110px;
}
@media screen and (max-width: 767px){
  .Course_area {
    padding-bottom: 50px;
}
}

.Course_area h2 {
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
    font-size: 26px;
}


.Course_area .swell-block-step {
    counter-reset: step;
    --swl-step_arrow_color: #dedede;
    width: 80%;
    margin: 0 auto;
    background: #F6F5F3;
    padding: 5% 20%;
}


.Course_area .swell-block-step__item {
    position: relative;
    margin-bottom: 0 !important;
    padding: 0 0 2em 64px;
}


.Course_area .swell-block-step__item::before {
    position: absolute;
    top: 0;
    left: 23px;
    display: block;
    width: 0;
    height: 110%;
    border-left: 1px solid;
    content: "";
    color: #D60765;
}

.Course_area .swell-block-step__number {
    position: absolute;
    top: 7px;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: content-box;
    width: 5px;
    height: 5px;
    color: #D60765 !important;
    line-height: 1;
    text-align: center;
}

.Course_area .u-bg-main {
    color: #D60765 !important;
    background-color: #D60765 !important;
    border: 1px solid #D60765;
}

.Course_area [data-num-style=circle] .swell-block-step__number {
    border-radius: 50%;
}

.Course_area .swell-block-step__number .__label {
    display: block;
    padding-bottom: 1px;
    font-size: 10px;
    content: attr(data-label);
}

.Course_area .swell-block-step__number::after {
    display: none;
    font-size: 20px;
    content: counter(step);
    counter-increment: step;
}

.Course_area .swell-block-step__title {
    font-weight: 700;
}

.Course_area .fs_l, .has-l-font-size, .has-large-font-size, .u-fz-l {
    font-size: 1.5em;
}


.Course_area .swell-block-step:not(.is-style-big):not(.is-style-small) > .swell-block-step__item > .swell-block-step__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px;
}

.Course_area .swell-block-step__title + .swell-block-step__body {
    margin-top: 1em;
}
.swell-block-step__body p:nth-of-type(1){
  font-weight: bold;
}
.swell-block-step__body .small{
  font-size: 13px;
}
.swell-block-step__body .small:before{
  content: "";
  background: #222;
  width: 16px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.Course_area .swell-block-step__item:last-child::before {
    content: none;
}

.Course_area .num_area:after {
    position: absolute;
    left: 0;
    content: counter(step);
    counter-increment: step;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .Course_area .swell-block-step {
        width: 100%;
        padding: 5%;
        margin: 0 auto;
    }

    .Course_area h2 {
        font-size: 18px;
    }
}

.Course_area table {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #D60765;
}

.Course_area table td {
    padding: 30px 70px;
    border: 1px solid #D60765;
    font-size: 18px;
}

.Course_area .pink {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .Course_area table {
        width: 100%;
        margin: 0 auto;
    }

    .Course_area table td {

        padding: 10px 20px;

    }
}

.Course_content table {
    border: none;

}

.Course_content table td {
    padding: 0;
}

.Course_content .txt {
    padding-left: 40px;
}

.Course_content tr {
    padding-bottom: 20px;
}

.Course_content td img {
    padding-bottom: 20px;
}

.Course_content .title {
    width: 160px;
}

.Course_content table td {
    border: none;
}
.Course_content table td.txt{
  padding-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .Course_content table th,
    .Course_content table td {
        display: block;
    }

    .Course_content .num,
    .Course_content .title {
        display: inline-block;
        padding: 0 !important;
    }

    .Course_content .txt {
        padding: 0;
    }

    .Course_content td img {
        padding: 30px 0;
    }

    .Course_content tr {
        display: block;
        padding: 50px 0;
        text-align: center;
        padding: 20px 0;
    }
    .Course_content tr .txt{
      text-align: left;
    }
}

.f_area {
    padding-bottom: 90px;
    text-align: center;
}

.m_btn,
a.m_btn,
button.m_btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    margin: 0 auto;
}

.btn--pink,
a.btn--pink {
    color: #fff;
    background-color: #D60765;
}

.btn--pink:hover,
a.btn--pink:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .m_btn,
    a.m_btn,
    button.m_btn {
        font-size: 1.2rem;
    }
}

.faq_content{
  margin-bottom: 60px;
}
.faq_content h2{
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  font-size: 26px;
}
@media screen and (max-width: 767px)
.Course_area h2 {
    font-size: 18px;
    margin-top: 0px;
}

.faq_content dl{
  margin: 20px auto;
  border: 1px solid #D60765;
  max-width: 1045px;
}
.faq_content dt button{
  border: none;
  padding: 14px 20px;
  background: #F6F5F3;
  color: #D60765;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin: 0;
}
.faq_content .sbottoms__faq_btn .sbottoms__faq_num {
  margin-right: clamp(10px,2.6666666667vw,30px);
}
.faq_content .sbottoms__faq_btn .sbottoms__faq_icon_plus{
  position: relative;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: auto;
}
.faq_content .sbottoms__faq_btn .sbottoms__faq_icon_plus:before {
  background: #D60765;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
}
.faq_content .sbottoms__faq_btn.active .sbottoms__faq_icon_plus:after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.faq_content .sbottoms__faq_btn .sbottoms__faq_icon_plus:after {
  background: #D60765;
  position: absolute;
  top: 0;
  left: 6px;
  content: "";
  width: 2px;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.faq_content dd{
  line-height: 1.5556;
  padding: 14px 20px;
  display: none;
  border-top: 1px dotted #D60765;
  font-size: 13px;
}

/**/
