@charset "utf-8";

/* init
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #3f3f3f;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0;
    line-height: 1.6;
}
ol, ul {
    padding-left: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    display: block;
    text-decoration: none;
}
a:hover { 
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}
@media screen and (min-width: 576px) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}
/* font size
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p, li, dt, dd, th, td {
    font-size: 4.26vw;
}
@media screen and (min-width: 576px) {
    p, li, dt, dd, th, td {
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 1200px) {
    p, li, dt, dd, th, td {
        font-size: 16px;
    }
}
/* elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* btn */
.btn-request {
    display: block;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #24b019;
    padding: .6em;
    box-shadow: 0px 4px 0px 0px #097900;
    font-size: 4.8vw;
    width: 100%;
}
.btn-request:before {
    content: '';
    width: 6vw;
    height: 6vw;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2.7vw;
    margin-top: -3vw;
}
.btn-request:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 3px #24b019;
    border-right: solid 3px #24b019;
    position: absolute;
    top: 50%;
    right: 5vw;
    margin-top: -4px;
    transform: rotate(45deg);
}
.btn-request:hover {
    color: #fff;
}
@media screen and (min-width: 576px) {
    .btn-request {
        font-size: 2.4vw;
    }
    .btn-request:before {
        width: 24px;
        height: 24px;
        right: 16px;
        margin-top: -12px;
    }
    .btn-request:after {
        right: 25px;
    }
}
@media screen and (min-width: 1200px) {
    .btn-request {
        box-shadow: 0px 6px 0px 0px #097900;
        font-size: 24px;
    }
}
/* contact */
.contact {
    padding: 0 4.26vw;
    margin-top: 5.6vw;
}
.contact__inner {
    width: 100%;
    max-width: 806px;
    background-color: #faf7ec;
    border-radius: 12px;
    position: relative;
    padding: 8.5vw 13vw 6.4vw;
    margin: 0 auto;
}
.contact__inner:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(../img/flag-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24vw;
    height: 20vw;
    top: -3vw;
    left: -5%;
}
.contact__inner:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(../img/flag-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24vw;
    height: 20vw;
    top: -3vw;
    right: -5%;
}
.contact__logo {
    width: 100%;
    max-width: 408px;
    height: auto;
}
.contact__heading {
    font-size: 3.2vw;
    color: #444;
}
.contact__btn > div {
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 576px) {
    .contact__inner {
        padding: 32px 5% 40px;
    }
    .contact__inner:before {
        width: 16vw;
        height: 12vw;
        top: -8%;
        left: -4%;
    }
    .contact__inner:after {
        width: 16vw;
        height: 12vw;
        top: -8%;
        right: -4%;
    }
    .contact__heading {
        font-size: 1.6vw;
    }
    .contact__btn > div {
        width: 47%;
    }
}
@media screen and (min-width: 1200px) {
    .contact {
        margin-top: 80px;
    }
    .contact__inner:before {
        width: 140px;
        height: 106px;
        top: -8%;
        left: -4%;
    }
    .contact__inner:after {
        width: 140px;
        height: 106px;
        top: -8%;
        right: -4%;
    }
    .contact__heading {
        font-size: 18px;
    }
}
.contact-simple {
    padding: 0 4.26vw;
    margin-top: 4.26vw;
}
.contact-simple__heading {
    font-size: 4.26vw;
    color: #444;
    margin-bottom: 2.1vw;
}
.contact-simple .btn-request {
    width: 92%;
    margin: 0 auto;
}
@media screen and (min-width: 576px) {
    .contact-simple {
        padding: 0 2.1vw;
        margin-top: 2.1vw;
    }
    .contact-simple__heading {
        font-size: 2.1vw;
        margin-bottom: 1vw;
    }
    .contact-simple .btn-request {
        width: 68%;
    }
}
@media screen and (min-width: 1200px) {
    .contact-simple {
        padding: 0;
        margin-top: 32px;
    }
    .contact-simple__heading {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .contact-simple .btn-request {
        width: 44%;
    }
}

.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff479 60%);
}
.hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* header */
.header {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 2.6vw 0;
}
@media screen and (min-width: 576px) {
    .header {
        padding: 12px 0;
    }
}
.header-title {
    margin-bottom: 1.8vw;
}
@media screen and (min-width: 576px) {
    .header-title {
        margin-bottom: 0;
    }
}
.header-title .logo {
    width: 73.3vw;
    height: 12.4vw;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: cover;
    margin: 0 auto;
}
@media screen and (min-width: 576px) {
    .header-title .logo {
        width: 31.6vw;
        height: 5.4vw;
        margin-left: 4.26vw;
    }
    .location-name {
        margin-right: 4.26vw;
    }
}
@media screen and (min-width: 1200px) {
    .header-title .logo {
        width: 380px;
        height: 64px;
        margin: 0;
    }
    .location-name {
        margin-right: 0;
    }
}
.location-name__item {
    background-color: #dae5ff;
    width: 5em;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.9vw;
    padding: .5em 0;
    margin: 0 .05em;
}
@media screen and (min-width: 576px) {
    .location-name__item {
        font-size: 1.45vw;
    }
}
@media screen and (min-width: 1200px) {
    .location-name__item {
        font-size: 16px;
        margin: 0 .1em;
    }
}
/* keyvisual */
.kv {
    background-color: #fbf8ed;
    background-image: url(../img/kv-image-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    height: 92.8vw;
    padding: 2.6vw 0 0 4.2vw;
}
@media screen and (min-width: 576px) {
    .kv {
        background-image: url(../img/kv-image-pc.jpg);
        background-size: contain;
        background-position: bottom left;
        height: 35.4vw;
        padding: 3.42vw 0 0 42.7vw;
    }
}
.kv__text {
    width: 88.2vw;
    height: 40.2vw;
    background-image: url(../img/kv-title-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 576px) {
    .kv__text {
        width: 47vw;
        height: 27.2vw;
        background-image: url(../img/kv-title-pc.png);
    }
}
.kv-info {
    background-color: #fee6e3;
    position: relative;
}
.kv-info:before {
    content: '';
    width: 100%;
    position: absolute;
    z-index: 2;
    background-image: url(../img/bg-wave-mobile.png);
    background-size: 100% 4vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 4vw;
    top: -3.9vw;
    left: 0;
}
@media screen and (min-width: 576px) {
    .kv-info:before {
        background-image: url(../img/bg-wave-pc.png);
        background-size: 100% 2.1vw;
        height: 2.1vw;
        top: -2vw;
    }
}
.kv-info__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 3.2vw 0 4.3vw;
}
@media screen and (min-width: 576px) {
    .kv-info__inner {
        padding: 1.6vw 0 1.3vw;
    }
}
@media screen and (min-width: 1200px) {
    .kv-info__inner {
        padding: 20px 0 24px;
    }
}
.kv-info__heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.26vw;
    font-weight: 900;
}
@media screen and (min-width: 576px) {
    .kv-info__heading {
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 1200px) {
    .kv-info__heading {
        font-size: 24px;
    }
}
.newopen {
    border-radius: 12px;
    background-color: #fff;
    width: 91.4vw;
    margin: 0 auto;
    padding: 2.6vw 2vw 1.8vw 0;
    position: relative;
}
@media screen and (min-width: 576px) {
    .newopen {
        width: 54%;
        padding: 12px 12px 8px 0;
    }
}
.newopen:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(../img/badge.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 16.2vw;
    height: 16.2vw;
    top: -8vw;
    right: 2vw;
}
@media screen and (min-width: 576px) {
    .newopen:before {
        width: 8.1vw;
        height: 8.1vw;
        top: -4vw;
        right: 1vw;
    }
}
@media screen and (min-width: 1200px) {
    .newopen:before {
        width: 86px;
        height: 86px;
        top: -43px;
        right: 24px;
    }
}
.newopen__heading {
    font-size: 3.2vw;
}
.newopen__heading span {
    font-size: 4.8vw;
}
.newopen__heading small {
    font-size: 3.2vw;
}
.newopen__heading strong {
    font-size: 4.26vw;
    display: inline-block;
}
.newopen__heading strong.bg-color {
    font-size: 4.26vw;
    color: #fff;
    background: url(../img/bg-jiyugaoka.png) 0 0 no-repeat;
    background-size: 94.5% 90%;
    letter-spacing: .7em;
    margin: 0 0 0 0.5em;
    padding: 0.08em 0 0.05em 0.35em;
    background-position: center left;
}
@media screen and (min-width: 576px) {
    .newopen__heading {
        font-size: 1.6vw;
    }
    .newopen__heading span {
        font-size: 2.4vw;
    }
    .newopen__heading small {
        font-size: 1.6vw;
    }
    .newopen__heading strong {
        font-size: 2.1vw;
    }
    .newopen__heading strong.bg-color {
        font-size: 2.1vw;
    }   
}
@media screen and (min-width: 1200px) {
    .newopen__heading {
        font-size: 24px;
    }
    .newopen__heading span {
        font-size: 36px;
    }
    .newopen__heading small {
        font-size: 16px;
    }
    .newopen__heading strong {
        font-size: 24px;
    }
    .newopen__heading strong.bg-color {
        font-size: 32px;
    }    
}
.kv-commendation {
    background-color: #213362;
}
.kv-commendation__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 6.4vw 0;
}
@media screen and (min-width: 576px) {
    .kv-commendation__inner {
        padding: 3.2vw 0;
    }
}
@media screen and (min-width: 1200px) {
    .kv-commendation__inner {
        padding: 32px 0;
    }
}
.kv-commendation__heading {
    font-size: 4.8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    width: 100%;
}
.kv-commendation__heading strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .kv-commendation__heading {
        font-size: 2vw;
        width: 44%;
    }
    .kv-commendation__heading strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .kv-commendation__heading {
        font-size: 24px;
        margin-top: 16px;
    }
    .kv-commendation__heading strong {
        font-size: 32px;
    }
}
.commendation-list {
    width: 100%;
    padding: 0 4.26vw;
}
.commendation-list__item {
    background-image: url(../img/bg-laurel.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 32%;
}
.commendation-list__title {
    color: #f6de3b;
    font-size: 2.9vw;
    margin-bottom: .5em;
}
.commendation-list__body {
    color: #f6de3b;
    font-size: 3.7vw;
}
.commendation-list__body strong {
    font-size: 5.6vw;
}
.commendation-list__body small {
    font-size: 2.4vw;
    padding-left: 3em;
    display: block;
}
@media screen and (min-width: 576px) {
    .commendation-list {
        width: 50%;
        padding: 0;
    }
    .commendation-list__title {
        font-size: 1.4vw;
    }
    .commendation-list__body {
        font-size: 1.8vw;
    }
    .commendation-list__body strong {
        font-size: 2.8vw;
    }
    .commendation-list__body small {
        font-size: 1.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .commendation-list__title {
        font-size: 16px;
    }
    .commendation-list__body {
        font-size: 24px;
    }
    .commendation-list__body strong {
        font-size: 36px;
    }
    .commendation-list__body small {
        font-size: 18px;
    }
}
/* courses-summary */
.courses-summary__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.courses-summary__heading {
    font-size: 4.8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
@media screen and (min-width: 576px) {
    .courses-summary__heading {
        font-size: 2.4vw;
    }
}
@media screen and (min-width: 1200px) {
    .courses-summary__heading {
        font-size: 32px;
    }
}
.courses-table {
    padding: 0 4.26vw;
}
@media screen and (min-width: 1200px) {
    .courses-table {
        padding: 0;
    }
}
.courses-content {
    width: 49%;
    background-color: #f9f9f9;
    border-radius: 12px;
}
@media screen and (min-width: 576px) {
    .courses-content {
        width: 48%;
    }
}
.courses-content__title {
    background-color: #f6de3b;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: .8em 0;
    font-size: 3.73vw;
    letter-spacing: 0;
}
@media screen and (min-width: 576px) {
    .courses-content__title {
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 1200px) {
    .courses-content__title {
        font-size: 18px;
    }
}
.courses-content__info .d-flex > div {
    width: 100%;
}
.courses-content__subtitle {
    color: #eaba15;
    font-size: 3.73vw;
}
.courses-content__list li {
    font-size: 3.73vw;
    margin-bottom: .8em;
}
@media screen and (min-width: 576px) {
    .courses-content__info {
        padding-left: 28px;
        padding-right: 28px;
    }
    .courses-content__subtitle {
        font-size: 1.8vw;
    }
    .courses-content__list li {
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 1200px) {
    .courses-content__info .d-flex > div {
        width: auto;
    }
    .courses-content__info .d-flex > div:first-child {
        border-right: 2px dotted #6f6f6f;
        padding-right: 1em;
    }
    .courses-content__subtitle {
        font-size: 16px;
    }
    .courses-content__list li {
        font-size: 16px;
        display: inline-block;
        margin-left: .5em;
        margin-right: .5em;
        margin-bottom: 0;
    }
}
.courses-summary__btn {
    padding: 0 4.26vw;
}
@media screen and (min-width: 1200px) {
    .courses-summary__btn {
        padding: 0;
    }
}
.courses-summary__btn > div {
    width: 49%;
}
@media screen and (min-width: 576px) {
    .courses-summary__btn > div {
        width: 48%;
    }
}
.courses-summary__btn .small {
    font-size: .8em;
    padding-right: 1.2em;
    letter-spacing: 0em;
}
@media screen and (min-width: 576px) {
    .courses-summary__btn .small {
        font-size: 1em;
        padding-right: 0;
    }
}
/* message */
.message {
    margin-top: 12vw;
}
@media screen and (min-width: 576px) {
    .message {
        margin-top: 6vw;
    }
}
@media screen and (min-width: 1200px) {
    .message {
        margin-top: 80px;
    }
}
.message__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.message__heading {
    font-size: 4.26vw;
    padding-left: 4.26vw;
    color: #ff8383;
}
.message__body {
    padding-left: 4.26vw;
    width: 55%;
}
.message__body strong {
    font-size: 4.8vw;
    font-weight: 900;
}
.message__image {
    width: 44%;
    margin-top: 5.4vw;
}
.message__image img {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .message__heading {
        font-size: 2.1vw;
    }
    .message__body {
        width: 60%;
    }
    .message__body strong {
        font-size: 2.4vw;
    }
    .message__image {
        width: 38%;
        margin-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .message__heading {
        font-size: 24px;
        padding-left: 0;
    }
    .message__body {
        padding-left: 0;
    }
    .message__body strong {
        font-size: 32px;
    }
}
/* features */
.features__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.features__heading img {
    width: 32%;
}
.features__heading h2 {
    margin-top: 1em;
    color: #50c8a8;
    font-size: 3.73vw;
}
.features__heading h2 strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .features__heading img {
        width: 16%;
    }
    .features__heading h2 {
        font-size: 1.8vw;
    }
    .features__heading h2 strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .features__heading img {
        width: 168px;
    }
    .features__heading h2 {
        font-size: 16px;
    }
    .features__heading h2 strong {
        font-size: 48px;
    }
}
.features__content:nth-child(odd) .features__image {
    padding-right: 4.26vw;
}
.features__content:nth-child(even) .features__image {
    padding-left: 4.26vw;
}
.features__image img {
    width: 100%;
}
.features__text {
    padding: 0 4.26vw;
}
.features__title {
    font-size: 4.8vw;
}
@media screen and (min-width: 576px) {
    .features__image {
        width: 42%;
    }
    .features__text {
        width: 54%;
    }
    .features__content:nth-child(odd) .features__text {
        padding-left: 4.26vw;
        padding-right: 0;
    }
    .features__content:nth-child(even) .features__text {
        padding-right: 4.26vw;
        padding-left: 0;
    }
    .features__title {
        font-size: 2.4vw;
    }
}
@media screen and (min-width: 1200px) {
    .features__image {
        padding: 0 !important;
    }
    .features__text {
        padding: 0 !important;
    }
    .features__title {
        font-size: 24px;
    }
}
/* about */
.about {
    margin-top: 10vw;
}
.about__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.about__heading {
    background-color: #f9f3fe;
}
.about__heading .about__inner {
    padding: 5.3vw 0;
    background-image: url(../img/about-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
.about__heading img {
    width: 48%;
}
.about__heading h2 {
    margin-top: .5em;
    color: #c67fe6;
    font-size: 3.73vw;
}
.about__heading h2 strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .about {
        margin-top: 5vw;
    }
    .about__heading .about__inner {
        padding: 2.6vw 0;
        background-image: url(../img/about-bg-pc.jpg);
    }
    .about__heading img {
        width: 24%;
    }
    .about__heading h2 {
        margin-top: 1em;
        font-size: 1.8vw;
    }
    .about__heading h2 strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .about {
        margin-top: 80px;
    }
    .about__heading .about__inner {
        padding: 24px 0;
    }
    .about__heading img {
        max-width: 359px;
    }
    .about__heading h2 {
        font-size: 20px;
    }
    .about__heading h2 strong {
        font-size: 36px;
    }
}
.about__content01 {
    margin-top: 8.53vw;
}
.about__content02 {
    margin-top: 2.4vw;
}
.about__title {
    font-size: 4.8vw;
    padding: 0 4vw;
}
.about__content01 .about__title {
    letter-spacing: 0;
}
.about__body {
    padding: 0 4.26vw;
}
.about__image img {
    width: 100%;
}
.about__content01 .about__image {
    width: 53%;
}
.about__content02 .about__image {
    width: 53%;
    padding-right: .5em;
}
@media screen and (min-width: 576px) {
    .about__content01 {
        margin-top: 4.8vw;
    }
    .about__content02 {
        margin-top: 4.8vw;
    }
    .about__title {
        font-size: 2.4vw;
        padding: 0;
    }
    .about__content01 .about__title {
        width: 58%;
    }
    .about__content01 .about__image {
        width: 37%;
    }
    .about__content01 .about__body {
        width: 58%;
        padding: 0 6em 0 0;
    }
    .about__content02 .about__title {
        width: 58%;
        padding: 0 0 0 8%;
    }
    .about__content02 .about__image {
        width: 36%;
        margin-top: -6%;
    }
    .about__content02 .about__body {
        width: 58%;
        padding: 0 0 0 8%;
    }
}
@media screen and (min-width: 1200px) {
    .about__content01 {
        margin-top: 64px;
    }
    .about__content02 {
        margin-top: 48px;
    }
    .about__title {
        font-size: 24px;
        padding: 0;
    }
}
.about__topics {
    margin-top: 2.4vw;
}
.about-topics__content {
    padding: 0 4.26vw;
}
.about-topics__image {
    width: 100%;
}
@media screen and (min-width: 576px) {
    .about__topics {
        padding: 0 4.26vw;
    }
    .about__topics .about__title {
        text-align: center;
    }
    .about-topics__content {
        width: 31%;
        padding: 0;
    }
}
@media screen and (min-width: 1200px) {
    .about__topics {
        margin-top: 48px;
        padding: 0;
    }
}
.table-a {
    width: 100%;
}
.table-a th {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    text-align: center;
}
.table-a thead th {
    letter-spacing: -.05em;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: .8em 0 .6em;
}
.table-a thead th.thead-f {
    background-color: #c4c4e8;
}
.table-a thead th.thead-z {
    background-color: #c98ce5;
}
.table-a tbody th {
    background-color: #faee9d;
    line-height: 1;
    border-top: 2px dotted #6f6f6f;
    padding: .8em 0;
}
.table-a tbody td {
    padding: 1em;
    letter-spacing: 0;
}
.table-a tbody td.tbody-f {
    background-color: #f5f5f5;
    position: relative;
    border-right: 2px solid #fff;
}
.table-a tbody td.tbody-z {
    background-color: #f7ebfb;
    color: #fd606f;
    font-weight: 900;
}
.table-a tbody td.small {
    font-size: .75em;
    padding: 1em 2em;
}
.table-a tbody td.tbody-f:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    background-image: url(../img/table-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
    height: 5.6vw;
    top: 50%;
    right: -3vw;
    margin-top: -2.8vw;
}
@media screen and (min-width: 576px) {
    .table-a tbody td.tbody-f:after {
        width: 25px;
        height: 23px;
        top: 50%;
        right: -12px;
        margin-top: -11px;
    }
}
@media screen and (min-width: 1200px) {
    .table-a tbody td.tbody-f:after {
        width: 25px;
        height: 23px;
        top: 50%;
        right: -12px;
        margin-top: -11px;
    }
    .table-a thead th {
        padding: 1em 0 .8em;
    }
    .table-a tbody th {
        padding: 1.1em 0;
    }
    .table-a tbody td {
        padding: 1.3em;
    }
    .table-a tbody td.small {
        padding: 1.4em 2em;
    }
}
.about__movie {
    margin: 2.4vw auto 0;
    padding: 0 4.26vw;
    max-width: 806px;
}
.about__movie .player {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.about__movie .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 576px) {
    .about__movie {
        margin-top: 48px;
    }
}
@media screen and (min-width: 1200px) {
    .about__movie {
        padding: 0;
    }
}

/* commendation */
.commendation {
    margin-top: 10vw;
}
.commendation__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.commendation__heading {
    background-color: #fff1f0;
}
.commendation__heading .commendation__inner {
    padding: 5.3vw 0;
    background-image: url(../img/commendation-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.commendation__heading img {
    width: 43%;
}
.commendation__heading h2 {
    margin-top: .2em;
    color: #ff8383;
    font-size: 3.73vw;
}
.commendation__heading h2 strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .commendation {
        margin-top: 5vw;
    }
    .commendation__heading .commendation__inner {
        padding: 2.6vw 0;
        background-image: url(../img/commendation-bg-pc.jpg);
    }
    .commendation__heading img {
        width: 21%;
    }
    .commendation__heading h2 {
        margin-top: .5em;
        font-size: 1.8vw;
    }
    .commendation__heading h2 strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .commendation {
        margin-top: 80px;
    }
    .commendation__heading .commendation__inner {
        padding: 24px 0;
    }
    .commendation__heading img {
        max-width: 322px;
    }
    .commendation__heading h2 {
        font-size: 20px;
    }
    .commendation__heading h2 strong {
        font-size: 36px;
    }
}
.commendation__topics {
    padding: 0 4.26vw;
    margin-top: 8.53vw;
}
.commendation__title {
    font-size: 4.8vw;
    color: #e0b300;
    letter-spacing: 0;
    padding: 0.6em 0;
    background-image: url(../img/commendation-laurel-mobile.png);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: center;
}
@media screen and (min-width: 576px) {
    .commendation__topics {
        margin-top: 4.8vw;
    }
    .commendation__content {
        width: 28%;
    }
    .commendation__title {
        font-size: 2vw;
        background-image: url(../img/commendation-laurel-pc.png);
        background-size: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .commendation__topics {
        padding: 0 ;
        margin-top: 48px;
    }
    .commendation__title {
        font-size: 24px;
    }
}

/* reputation */
.reputation {
    margin-top: 10vw;
}
.reputation__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.reputation__heading {
    background-color: #eaf8f5;
    margin-bottom: 8.53vw;
}
.reputation__heading .reputation__inner {
    padding: 5.3vw 0;
    background-image: url(../img/reputation-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.reputation__heading img {
    width: 31%;
}
.reputation__heading h2 {
    margin-top: .2em;
    color: #50c8a8;
    font-size: 3.73vw;
}
.reputation__heading h2 strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .reputation {
        margin-top: 5vw;
    }
    .reputation__heading {
        margin-bottom: 4.8vw;
    }
    .reputation__heading .reputation__inner {
        padding: 2.6vw 0;
        background-image: url(../img/reputation-bg-pc.jpg);
    }
    .reputation__heading img {
        width: 16%;
    }
    .reputation__heading h2 {
        font-size: 1.8vw;
    }
    .reputation__heading h2 strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .reputation {
        margin-top: 80px;
    }
    .reputation__heading {
        margin-bottom: 48px;
    }
    .reputation__heading .reputation__inner {
        padding: 24px 0;
    }
    .reputation__heading img {
        max-width: 236px;
    }
    .reputation__heading h2 {
        font-size: 20px;
    }
    .reputation__heading h2 strong {
        font-size: 36px;
    }
}
.reputation__content {
    padding: 0 4.26vw;
    margin-top: 6.4vw;
}
.reputation__voice:first-child {
    padding-left: 5%;
}
.reputation__voice:last-child {
    padding-right: 5%;
    margin-top: .7em;
}
.reputation__balloon {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 1em 1.4em;
    position: relative;
}
.reputation__voice:first-child .reputation__balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -4.5%;
    top: 24px;
    border-right: 4.26vw solid #f5f5f5;
    border-top: 2.8vw solid transparent;
    border-bottom: 2.8vw solid transparent;
}
.reputation__voice:last-child .reputation__balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -4.5%;
    top: 24px;
    border-left: 4.26vw solid #f5f5f5;
    border-top: 2.8vw solid transparent;
    border-bottom: 2.8vw solid transparent;
}
.reputation__balloon p {
    margin-bottom: 0;
}
.reputation__balloon .name {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: .2em;
    position: relative;
}
.reputation__voice:first-child .name::before {
    content: '';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    background-image: url(../img/reputation-icon-k.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.4em;
}
.reputation__voice:last-child .name::before {
    content: '';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    background-image: url(../img/reputation-icon-p.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.4em;
}
@media screen and (min-width: 576px) {
    .reputation__content {
        margin-top: 3.2vw;
    }
    .reputation__voice {
        width: 48%;
    }
    .reputation__voice:last-child {
        margin-top: 0;
    }
    .reputation__balloon {
        padding: 1.4em 1.6em;
    }
}
@media screen and (min-width: 1200px) {
    .reputation__content {
        padding: 0;
        margin-top: 56px;
    }
    .reputation__voice:first-child {
        padding-left: 20px;
    }
    .reputation__voice:last-child {
        padding-right: 20px;
    }
    .reputation__voice:first-child .reputation__balloon::before {
        left: -20px;
        top: 24px;
        border-right: 20px solid #f5f5f5;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .reputation__voice:last-child .reputation__balloon::before {
        right: -20px;
        top: 24px;
        border-left: 20px solid #f5f5f5;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    
}

/* courses */
.courses {
    margin-top: 10vw;
}
.courses__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.courses__heading img {
    width: 30%;
}
.courses__heading h2 {
    margin-top: .5em;
    color: #f2d300;
    font-size: 3.73vw;
}
.courses__heading h2 strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .courses {
        margin-top: 5vw;
    }
    .courses__heading img {
        width: 15%;
    }
    .courses__heading h2 {
        font-size: 1.8vw;
    }
    .courses__heading h2 strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .courses {
        margin-top: 80px;
    }
    .courses__heading img {
        width: 160px;
    }
    .courses__heading h2 {
        font-size: 16px;
    }
    .courses__heading h2 strong {
        font-size: 48px;
    }
}
.courses__info {
    width: 100%;
    margin-top: 8.53vw;
}
.courses__title {
    padding: 25.5% 4.26vw 0;
    position: relative;
}
.courses__title.bilingual::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(../img/courses-bilingual.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.courses__title.regular::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(../img/courses-regular.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.courses__title h2 {
    font-size: 4.8vw;
    background-color: #f6de3b;
    border-radius: 12px;
    padding: .6em;
}
.courses__detail {
    padding: 0 4.26vw;
}
.courses__list li {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 1.6em 1em 1em;
    position: relative;
    margin-top: 1.6em;
}
.courses__age {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background-color: #f6de3b;
    padding: .3em 0;
    width: 6em;
    position: absolute;
    top: -0.8em;
    left: 1.2em;;
}
.courses__name {
    font-size: 4.26vw;
}
.courses__body {
    margin: .8em 0 0;
    padding-top: 1em;
    border-top: 2px dotted #444;
}

@media screen and (min-width: 576px) {
    .courses__info {
        width: 49%;
        margin-top: 4.8vw;
    }
    .courses__title h2 {
        font-size: 2.4vw;
    }
    .courses__name {
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 1200px) {
    .courses__info {
        width: 48%;
        margin-top: 48px;
    }
    .courses__title {
        padding: 26% 32px 0;
    }
    .courses__title h2 {
        font-size: 24px;
    }
    .courses__title.bilingual::before,
    .courses__title.regular::before {
        border-radius: 12px;
        height: 177px;
    }
    .courses__detail {
        padding: 0;
    }
    .courses__list li {
        padding: 1.6em;
        margin-top: 2.4em;
    }
    .courses__name {
        font-size: 20px;
    }
}


/* location */
.location {
    margin-top: 10vw;
}
.location__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4.26vw;
}
.location__heading img {
    width: 33%;
}
.location__heading h2 {
    margin-top: .5em;
    color: #7c9cec;
    font-size: 3.73vw;
}
.location__heading h2 strong {
    font-size: 6.4vw;
}
@media screen and (min-width: 576px) {
    .location {
        margin-top: 5vw;
    }
    .location__heading img {
        width: 16%;
    }
    .location__heading h2 {
        font-size: 1.8vw;
    }
    .location__heading h2 strong {
        font-size: 3.2vw;
    }
}
@media screen and (min-width: 1200px) {
    .location {
        margin-top: 80px;
    }
    .location__inner {
        padding: 0;
    }
    .location__heading img {
        width: 184px;
    }
    .location__heading h2 {
        font-size: 16px;
    }
    .location__heading h2 strong {
        font-size: 48px;
    }
}
.location__item {
    margin-top: 6.4vw;
    width: 100%;
}
.location__info {
    background-color: #e0ecfc;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 1.2em 1em .8em;
}
.location__name {
    font-size: 4.8vw;
}
.location__name span {
    color: #fff;
    background-color: #f3d60e;
    padding: 0.3em 0.6em;
    font-size: .85em;
    letter-spacing: 0;
    margin-left: 0.5em;
}
.location__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 48%;
}
.location__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.location__link {
    color: #444;
    font-size: .75em;
}
@media screen and (min-width: 576px) {
    .location__item {
        width: 31%;
        margin-top: 3.2vw;
    }
    .location__name {
        font-size: 1.8vw;
        font-size: .8em;
    }
    .location__name span {
        font-size: .6em;
    }
    .location__address {
        font-size: .8em;
        letter-spacing: 0;
    }
}
@media screen and (min-width: 1200px) {
    .location__item {
        margin-top: 40px;
    }
    .location__name {
        font-size: 18px;
    }
    .location__name span {
        font-size: .85em;
    }
    .location__address {
        font-size: 1em;
    }
}
