@charset "utf-8";

/*ここでは
	coexist-courseページ
	などを記述します
*/
.read_box .fwb {
    font-size: 20px;
    font-weight: bold;
}

.page_box p,
.page_box a.arrow_b {
    font-size: 16px;
}

.h1_title:has(+ .sns_blc) {
    padding-right: 220px;
    box-sizing: border-box;
}

@media screen and (max-width: 680px) {
    .read_box .fwb {
        font-size: 18px;
    }

    .page_box p,
    .page_box a.arrow_b {
        font-size: 15px;
    }

    .h1_title:has(+ .sns_blc) {
        padding-right: 0;
    }

    .page_box .h3_title {
        font-size: 18px;
    }
}

@media screen and (min-width: 681px) {

    #st-1 .st-btn[data-network="line"],
    #st-1 .st-btn[data-network="whatsapp"] {
        display: none !important;
    }

    #st-2 .st-btn[data-network="line"],
    #st-2 .st-btn[data-network="whatsapp"] {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    .sns_blc {
        right: 5%;
    }
}


.color_red {
    color: #cc0000;
}

.e_n_blc p strong {
    font-size: 18px;
    margin-top: 1em;
    display: block;
}

.flex-box {
    gap: 0 40px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 40%;
}

.flex-style01 {
    display: flex;
    gap: 1em;
    margin-top: 1.4em;
}

/*矢印付き*/
.w_arrow_r {
    background: url(/shared/img/parts/w_arrow_r.png) no-repeat left center / auto 1em;
    padding-left: 1.5em;
}

.w_arrow_b_btn {
    display: inline-block;
    background: #00c0ff;
    color: #ffffff;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    font-size: 1.2em;
    padding: 0.7em 1.5em 0.7em 1.2em;
}

.w_arrow_b_btn.jac_a {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.3);
    font-size: 1.1em;
    padding: 1.2em 7.5em 1.2em 2em !important;
}

.w_arrow_b_btn span {
    background: url(/shared/img/parts/w_arrow_r.png) no-repeat left center / auto 17px;
    padding-left: 1.5em;
}

.w_arrow_b_btn:hover {
    color: #ffffff;
    background: #ff8f00;
}

.b_arrow_w_btn {
    display: inline-block;
    background: #ffffff;
    color: #00c0ff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 1.2em;
    padding: 0.7em 1.5em 0.7em 1.5em;
    text-decoration: underline;
}

.b_arrow_w_btn:hover {
    color: #ffffff;
    background: #ff8f00;
}

.b_arrow_w_btn span {
    background: url(/shared/img/parts/ar_b.svg) no-repeat left center / auto 1em;
    padding-left: 1.5em;
}

.b_arrow_w_btn:hover span {
    background: url(/shared/img/parts/ar_w.svg) no-repeat left center / auto 1em;
}

.btn_arrow {
    padding-top: 40px;
    text-align: center;
}

.btn_arrow .blue_btn {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    /*width: 60%;*/
    padding: 1em 3em;
}

.btn_arrow .blue_btn:before {
    position: absolute;
    content: "▼";
    color: #00c0ff;
    top: -2.3em;
    left: 46%;
    font-size: 20px;
}

.youtube {}

.youtube__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.youtube__item {
    flex-basis: calc((100% - 80px) / 3);
    max-width: 304px;
    min-width: 300px;
}

.youtube__title {
    font-weight: bold;
    -webkit-text-stroke-width: 0.04em;
    margin-bottom: 3px;
}

.youtube__link {
    display: block;
    position: relative;
}

.youtube__link img {
    display: block;
    width: 100%;
    position: relative;
}

.youtube__link img.youtube__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}

.youtube-doc {
    margin-top: 20px;
    border: 6px solid #DCE6EA;
    padding: 22px 25px 22px 12px;
    display: flex;
    align-items: center;
}

.youtube-doc--2 {
    margin-top: 20px;
    border: 6px solid #DCE6EA;
    padding: 22px 25px 22px 12px;
    display: flex;
    align-items: flex-start;
}

.youtube-doc__icon {
    flex-basis: 40px;
    height: 40px;
}

.youtube-doc__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-basis: calc(100% - 10px - 40px);
}

.youtube-doc__link {
    flex-basis: calc(100% - 10px - 40px);
    margin-left: 10px;
    text-decoration: underline;
}

.youtube-doc--2 .youtube-doc__wrap {
    width: 100%;
    flex-basis: 100%;
}

.youtube-doc--2 .youtube-doc__link {
    flex-basis: calc(100% - 50px);
    margin-left: 50px;
    position: relative;
}

.youtube-doc--2 .youtube-doc__link::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 2px;
    width: 40px;
    height: 40px;
    background: url(/news/files/icon_pdf.svg) no-repeat center center / auto 100%;
}

/*.relation {
    margin-top: 60px;
}*/
.relation__heading {
    font-size: 18px;
    margin-bottom: 4px;
}

.relation__ul {
    margin-left: 20px;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .relation__ul {
        margin-left: 0;
    }

    .youtube__inner {
        justify-content: center;
    }

    .youtube__item {
        flex-basis: 80%;
    }
}

.flex-box p strong {
    margin-top: 2em;
    display: block;
}

.indent {
    text-indent: -1em;
}

.w_arrow_b_btn {
    margin-bottom: 1.6em;
}

/* exam-info */
.exam-info-border {
    border: 3px solid #d4eda9;
    padding: 18px;
    margin-top: 1.8em;
}

.exam-info-border p {
    margin-bottom: 0;
}

.exam-info-subtitle {
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    position: relative;
    font-size: 1.285714285714286em;
    margin-top: 2em;
    margin-left: 1.2em;
}

.exam-info-subtitle::after {
    position: absolute;
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -1.1em;
}

.exam-info-caution {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    width: fit-content;
}

@media screen and (min-width: 679px) {
    .page_index {
        margin-top: 30px;
    }
}

@media screen and (min-width: 501px) {
    .display-block div span {
        max-width: 12em;
    }
}

@media screen and (max-width: 500px) {
    .youtube__item {
        flex-basis: 90%;
        max-width: inherit;
    }
}

.flex-bet .arrow_bb {
    margin-top: 0.8em;
    display: inline-block;
}

.flex-flow .above_box,
.flex-flow .bottom_box {
    background: unset;
    padding: 0;
}

.bottom_box div {
    background: #e5f9ff;
    padding: 2em 1.6em;
    border-radius: 10px;
}

.bottom_box div+div {
    margin-top: 20px;
}

img[src$="icon-jacexamform.svg"] {
    width: 40px;
}

img[src$="mark-alert.svg"] {
    width: 40px;
}

.flex-flow .flow_area dl dd.display-block {
    display: block;
    padding: 10px;
}

@media screen and (min-width: 679px) {
    .flex-flow .bottom_box {
        min-width: 290px;
    }
}

.bottom_box h4 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bottom_box h4 img {
    margin-right: 6px;
}

.display-block div {
    display: flex;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
}

.display-block div img {
    margin-right: 10px;
}

.flex-flow .flow_area dl dd.display-block {
    display: block;
    padding: 10px;
}

.bottom_box h4 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img[src$="icon-jacexamform.svg"] {
    width: 40px;
}

img[src$="mark-alert.svg"] {
    width: 40px;
}

.bottom_box-item:not(:first-child) {
    margin-top: 20px;
}

.bottom_box-item {
    padding: 2em 1.6em;
    background: #e5f9ff;
    border-radius: 10px;
}

.display-block div {
    display: flex;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
}

.flex-flow {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 3.8em 0 0;
    align-items: flex-start;
}

.flex-flow p {
    margin-bottom: 0;
    line-height: 1.6;
}

.flex-flow .above_box,
.flex-flow .bottom_box {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    flex-basis: 25%;
}

.flex-flow .flow_area {
    flex-basis: 38%;
}

.flex-flow .flow_area>dl {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    font-size: 16px;
}

.flex-flow .flow_area dl dt {
    color: #ffffff;
    background: #ff9800;
    flex-basis: 25%;
    min-height: 4em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.flex-flow .flow_area dl dd {
    background: #ffdaa9;
    flex-basis: 75%;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-flow .flow_area .arrow {
    display: block;
    min-height: 30px;
    background: url(/exam/shared/img/arrow.svg) no-repeat top right 37% / auto 100%;
}

.flex-flow .flow_area dl.jac dt {
    background: #82cf00;
}

.flex-flow .flow_area dl.jac dd {
    background: #d6efab;
}

@media screen and (max-width: 680px) {
    .flex-flow {
        display: block;
        margin: 2.5em 0 0;
    }

    .flex-flow .above_box,
    .flex-flow .bottom_box {
        padding: 1.6em 1.6em;
        margin-bottom: 2.5em;
    }

    .flex-flow .flow_area {
        margin-bottom: 2.5em;
    }

    .flex-flow .above_box p,
    .flex-flow .bottom_box p {
        font-size: 16px;
    }
}

.flex-flow .flow_area dl.jac dd ruby {
    white-space: nowrap;
}

/* 微調整用 */
@media screen and (min-width: 679px) {
    .page913 .page_box {
        padding: 70px 50px 60px 75px;
    }

    /* .page_news .h3_title{margin-bottom: 1em;} */
    .page_news .indent_1 {
        padding: 0;
    }

    .page913 .news_box::after {
        content: none;
    }

    .page913 .images img {
        height: auto;
        width: fit-content;
    }

    .page913 .images {
        width: 100%;
        max-width: 416px;
    }

    .page913 .news_box {
        gap: 2em;
    }

    .page913 .news_box .text {
        margin-right: 0;
    }

    .page913 .exam-info-border {
        border: 3px solid #d4eda9;
        padding: 14px 18px;
        margin-top: 1.8em;
    }

    .page913 p {
        line-height: 1.85;
    }

    .page913 .exam-info-subtitle {
        margin-bottom: 0;
        line-height: 1.7;
    }

    .page913 .flex-flow p {
        line-height: 1.75;
    }

    .exam-info-text {
        padding-left: 30px;
    }
}

@media screen and (max-width: 680px) {
    .page913 .news_box .text {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page913 .news_box .images {
        margin: 0;
    }

    .exam-info-text {
        padding-left: 1em;
    }
}

.exam-info-step {
    counter-reset: #222;
}

.link-underline {
    text-decoration: underline;
}

.exam-info-bold {
    color: #222;
}

.exam-info-font17 {
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

.pankuzu {
    z-index: 3;
}

.news_box .images {
    width: 42.1%;
    max-width: 416px;
}

/* .news_box .images img,
  img.imgshadow{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  } */
.news_box .text {
    margin-right: 3%;
    width: 53%;
}

.news_box .text p {
    font-size: 16px;
}

.disc {
    line-height: 1.7;
    margin-bottom: 2em;
}

.disc li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
}

.disc li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.arrow_b {
    font-size: 16px;
    display: inline-block;
}

a.arrow-icon {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    width: 426px;
    min-width: inherit;
    padding: 1.3em 0.7em 1.3em 40px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: left;
}

a.arrow-icon::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: calc(50% - 7px);
    background-image: url(/shared/img/parts/w_arrow_r.png);
    background-size: 100% auto;
    display: block;
}

.overview-ol {
    display: flex;
    font-size: clamp(15px, 1.9vw, 16px);
    letter-spacing: 0;
}

.overview-ol:nth-child(n + 2) {
    margin-top: 10px;
}

.overview-ol--nowrap {
    flex-direction: column;
}

.overview-ol--afnowrap[class] {
    margin-top: 27px;
}

.overview-ol dt {
    position: relative;
    padding-left: 20px;
    white-space: nowrap;
}

.overview-ol dt::before {
    content: "";
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #363b43;
    position: absolute;
    left: 2px;
    top: 5px;
}

.overview-ol--nowrap dd {
    padding-left: 20px;
}

.overview-ol--nowrap:has(.schedule-box-wrap) dd {
    padding-left: 0;
    margin: 20px 0;
}

.overview-ol dd a[href^="mailto:"] {
    text-decoration: underline;
}

.overview-ol .circle {
    font-size: 16px;
}

.overview-ol .circle span {
    font-size: 16px;
}

.overview-ol .circle li+li {
    margin-top: 0.3em;
}

.overview-table {
    overflow-x: auto;
    padding: 0;
    margin-bottom: 24px;
}

.overview-table table {
    width: 909px;
    border: 2px solid #6f7a86;
    font-size: 14px;
    margin-top: 10px;
}

.overview-table table thead th {
    background: #58626c;
    text-align: center;
    color: #fff;
    border: 1px solid #6f7a86;
    padding: 4px 10px;
    min-width: 70px;
}

.overview-table table tbody th {
    border: 1px solid #6f7a86;
    padding: 4px 10px;
    background: #d8dfe6;
    color: #363b43;
    white-space: nowrap;
}

.overview-table table tbody td {
    border: 1px solid #6f7a86;
    padding: 3px 8px;
    text-align: center;
}

.overview-table table tbody td.date {
    background-color: #FFD8A7;
}

.overview-table table tbody td.dateheld {
    background-color: #C5EFFF;
}

.overview-table table tbody td.date.finish,
.overview-table table tbody td.dateheld.finish {
    background-color: #E6EFF0;
}

.schedule-box-wrap {
    display: flex;
}

.schedule-box-wrap * {
    box-sizing: border-box;
}

.schedule-box-wrap table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.schedule-box-wrap table th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #6f7a86;
    padding: 0.3em 0;
}

.schedule-box-wrap table td {
    font-size: 15px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #6f7a86;
    padding: 0.8em;
}

.schedule-box-brown {
    border: 3px solid #6f7a86;
    border-right: 1px solid #6f7a86;
    width: calc(100% / 6 * 2);
}

.schedule-box-brown th {
    color: #fff;
    background: #7e4500;
}

.schedule-box-brown td {
    width: calc(100% / 2);
    background: #feeed7;
}

.schedule-box-blue {
    border: 3px solid #6f7a86;
    border-left: 1px solid #6f7a86;
    width: calc(100% / 6 * 1);
}

.schedule-box-blue th {
    color: #fff;
    background: #006695;
}

.schedule-box-blue td {
    width: calc(100% / 3);
    background: #e7f9ff;
}

.schedule-box-green {
    border: 3px solid #6f7a86;
    border-left: 1px solid #6f7a86;
    border-right: 1px solid #6f7a86;
    width: calc(100% / 6 * 1.2);
}

.schedule-box-green th {
    color: #fff;
    background: #1e7600;
}

.schedule-box-green td {
    background: #e8f6d0;
}

.schedule-box-red {
    border: 3px solid #6f7a86;
    border-left: 1px solid #6f7a86;
    border-right: 1px solid #6f7a86;
    width: calc(100% / 6 * 2);

    @media screen and (max-width: 768px) {
        border: 3px solid #9b1000;
    }
}

.schedule-box-red th {
    color: #fff;
    background: #9b1000;
}

.schedule-box-red td {
    background: #fff0ef;
}

.schedule-box-wrap table .info {
    margin-bottom: 0.5em;
    min-height: 5em;
}

.schedule-box-wrap table .date {
    display: inline-block;
    margin-bottom: 0.3em;
}

.schedule-box-wrap a.arrow-icon {
    width: 94%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 1em 0.5em 30px;
    margin-bottom: 10px;
}

.schedule-box-wrap a.arrow-icon:nth-last-child(1) {
    margin-bottom: 5px;
}

.schedule-box-wrap a.arrow-icon:before {
    left: 10px;
}

.schedule-box-wrap a.blue_btn.end {
    background: #0091c9;
}

.schedule-box-wrap a.blue_btn.end:hover {
    background: #ff8f00;
}

.schedule-box-wrap a.blue_btn.disable {
    background: #979797;
    padding: 0.5em 1em;
    box-shadow: none;
    pointer-events: none;
}

.schedule-box-wrap a.blue_btn.disable:before {
    content: none;
}

@media screen and (max-width: 990px) {
    .schedule-box-wrap {
        display: block;
    }

    .schedule-box-wrap table+table {
        margin-top: 15px;
    }

    .schedule-box-wrap table,
    .schedule-box-wrap table thead,
    .schedule-box-wrap table tbody,
    .schedule-box-wrap table tr,
    .schedule-box-wrap table th {
        display: block;
        width: 100%;
    }

    .schedule-box-wrap table th {
        border-bottom: none;
    }

    .schedule-box-wrap table td {
        display: flex;
        align-items: center;
        width: 100%;
        text-align: left;
    }

    .schedule-box-brown,
    .schedule-box-blue,
    .schedule-box-green {
        width: 100%;
    }

    .schedule-box-brown {
        border: 3px solid #7e4500;
    }

    .schedule-box-brown td {
        border-top: 1px solid #7e4500;
    }

    .schedule-box-blue {
        border: 3px solid #006695;
    }

    .schedule-box-blue td {
        border-top: 1px solid #006695;
    }

    .schedule-box-green {
        border: 3px solid #1e7600;
    }

    .schedule-box-green td {
        border-top: 1px solid #1e7600;
    }

    .schedule-box-red {
        border: 3px solid #9b1000;
    }

    .schedule-box-red td {
        border-top: 1px solid #9b1000;
    }

    .schedule-box-wrap table .info {
        width: 55%;
        min-height: auto;
        margin-bottom: 0;
        padding-right: 1em;
    }

    .schedule-box-wrap table .btn {
        width: 45%;
    }
}

@media screen and (max-width: 680px) {
    .schedule-box-wrap table th {
        font-size: 15px;
    }

    .schedule-box-wrap table td {
        font-size: 15px;
    }
}


.page_box_inner {
    margin-bottom: 15px;
}

.news_box .text p.overview-notes {
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    margin-top: 8px;
}

.overview-notes::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.notes[class] {
    padding-left: 18px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
}

.notes.notes--small[class] {
    font-size: 14px;
    margin-top: 0;
}

.notes:nth-child(2) {
    margin-top: 10px;
}

.notes::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.reception {
    background-color: #d01900;
    text-align: center;
    padding: 4px 2px;
    border-radius: 4px;
    color: #fff;
    margin-right: 5px;
    min-width: 42px;
    display: inline-block;
}

.reception--finish {
    background-color: #6f7a84;
}

.spmt40 {
    @media screen and (max-width: 768px) {
        margin-top: 40px;
    }
}

.btn-wrap {
    margin-top: 60px;
    text-align: center;
}

.btn-wrap--3 {
    display: flex;
    justify-content: center;
    gap: 0px 24px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: center;
    }
}

.btn-wrap--3 a.arrow-icon {
    font-size: 16px !important;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 0;
    max-width: 320px;
    margin-left: inherit;
    margin-right: inherit;

    @media screen and (max-width: 768px) {
        width: 100%;
        margin-bottom: 28px;
    }
}

.btn-wrap--3 a.arrow-icon::before {
    left: 25px;
}

.btn-wrap--4 {
    margin-top: 30px;
}

.btn-wrap--5 {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 0px 24px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: center;
    }
}

.btn-wrap--5 a.arrow-icon {
    font-size: 16px !important;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 0;
    max-width: 410px;
    margin-left: inherit;
    margin-right: inherit;

    @media screen and (max-width: 768px) {
        width: 100%;
        max-width: 320px;
        margin-bottom: 28px;
    }
}

.btn-wrap--5 a.arrow-icon::before {
    left: 25px;
}

.teacher {
    margin-top: 60px;
    box-sizing: border-box;
}

.teacher * {
    box-sizing: border-box;
}

.teacher__item {
    display: flex;
    align-items: flex-start;
    border: 4px solid #FAD0E0;
}

.teacher__item--2 {
    border-color: #DBF2FF;
}

.teacher__item--3 {
    border-color: #FFC692;
}

.teacher__item--4 {
    border-color: #CFEFA7;
}

.teacher__item--5 {
    border-color: #b5c79f;
}

.teacher__item:nth-child(n + 2) {
    margin-top: 36px;
}

.teacher__item--phi {
    border-color: #c9e7f6;
}

.teacher__item--vi {
    border-color: #ffc692;
}

.teacher__item--my {
    border-color: #A2F8EC;
}

.teacher__item--np {
    border-color: #C9B3FF;
}

.teacher__item--th {
    border-color: #FFC0C8;
}

.teacher__img {
    width: 310px;
    overflow: hidden;
}

.teacher__img img {
    width: 100%;
}

.teacher__article {
    width: calc(100% - 310px);
    padding: 16px 24px 14px;
}

.teacher__head {
    display: flex;
    align-items: center;
}

.teacher__icon {
    width: 39px;
    height: 39px;
}

.teacher__icon img {
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.teacher__name {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 26px !important;
}

.teacher__icon+.teacher__name {
    margin-left: 10px;
}

.teacher__pos {
    margin-bottom: 0;
    margin-left: 24px;
}

.teacher__text {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
}

.teacher__article.text_height_bongcawel {
    min-height: 240px;
}

@media screen and (max-width: 680px) {
    .page_box--l {
        padding-bottom: 4em;
    }

    .news_box .text {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .news_box .text p {
        font-size: 15px;
    }

    .disc li {
        font-size: 15px;
    }

    .arrow_b {
        font-size: 16px;
    }

    a.arrow-icon {
        font-size: 18px;
        padding: 1.3em 0.2em 1.3em 40px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        text-align: left;
        width: 320px;
    }

    .btn-wrap {
        margin-top: 40px;
    }

    .btn-wrap--2 {
        margin-top: 20px;
    }

    .teacher {
        margin-top: 24px;
        width: 100%;
        margin: 24px auto 0;
    }

    .teacher__item {
        flex-direction: column;
    }

    .teacher__item:nth-child(n + 2) {
        margin-top: 20px;
    }

    .teacher__img {
        width: 100%;
        text-align: center;
    }

    .teacher__article {
        width: 100%;
        padding: 0 10px 24px 10px;
        margin-top: 16px;
    }

    .teacher__head {
        flex-wrap: wrap;
    }

    .teacher__pos {
        flex-basis: 100%;
        margin-left: 0;
        font-size: 15px;
        margin-top: 10px;
    }

    .teacher__text {
        font-size: 15px;
    }

    .teacher__name {
        /* width: calc(100% - 39px - 10px); */
        width: 100%;
        white-space: normal;
        font-size: 22px !important;
    }
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #363b43;
    }
}

.mt-be-columns-wrap {
    display: flex;
    gap: 0 35px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.mt-be-columns {
    flex-basis: 555px;
    font-size: clamp(15px, 2.2vw, 16px);
}

.mt-be-columns .indent_1 {
    @media screen and (max-width: 768px) {
        padding: 0;
        margin-top: 24px;
    }
}

.mt-be-columns-img {
    display: none;

    @media screen and (max-width: 768px) {
        display: block;
        margin-bottom: 30px;
    }
}

.mt-be-columns-right {
    flex-basis: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media screen and (max-width: 768px) {
        flex-basis: 100%;
        width: 100%;
    }
}

.mt-be-columns-lead {
    font-size: 20px !important;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        font-size: 18px !important;
    }
}

.mt-be-columns-right>.imgshadow {
    max-width: inherit;

    @media screen and (max-width: 768px) {
        max-width: 100%;
    }
}

.text p {
    font-size: clamp(15px, 1.9vw, 16px);
}

.h4_title {
    font-size: clamp(18px, 2.6vw, 22px);
    margin-top: 60px;
    margin-bottom: 40px;
}

.youtube+.h4_title {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .h4_title {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .youtube+.h4_title {
        margin-top: 80px;
    }
}

.h4_title::after {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #00c0ff;
}

.h4_title2 {
    font-size: 16px;
    color: #BD6A00;
    padding-left: 20px;
    position: relative;
}

.h4_title2::before {
    content: "〇";
    position: absolute;
    left: 0;
    top: 0;
}

.h4_title3 {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px !important;
}

.h4_title3::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #363B43;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width: 768px) {
    .h4_title3 {
        font-size: 16px !important;
    }
}

.mt-be-columns-right-text {
    width: 400px;
    margin-bottom: 40px;
}

.mt-be-columns-right-text+.mt-be-columns-right-text {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .mt-be-columns-right-text {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    .mt-be-columns-right-text+.mt-be-columns-right-text {
        margin-top: 40px;
    }
}

.mt-be-columns-right-movie {}

.mt-be-columns-right-movie img,
.mt-be-columns-right-movie iframe {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 357 / 204; */
    position: relative;
}

.mt-be-columns-right a.arrow-icon {
    width: 100%;
    padding-left: 80px;
    margin-bottom: 28px;

    @media screen and (max-width: 768px) {
        padding-left: 57px;
    }
}

.mt-be-columns-right a.arrow-icon::before {
    left: 51px;

    @media screen and (max-width: 768px) {
        left: 32px;
    }
}

.mt-be-columns-right .btn-wrap {
    margin-top: 50px;

    @media screen and (max-width: 768px) {
        margin-top: 20px;
    }
}

.mt-be-columns-right img {
    @media screen and (max-width: 768px) {
        display: none;
    }
}

.mt-be-columns-right .mt-be-columns-right-movie img {
    @media screen and (max-width: 768px) {
        display: block;
    }
}

.blue_btn--disable {
    opacity: 0.4;
}

.blue_btn--disable2 {
    background-color: #979797 !important;
    box-shadow: none !important;
    pointer-events: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: inherit !important;
    max-width: 320px;
    height: 40px;
    margin-bottom: 0 !important;
    font-size: 16px !important;

    @media screen and (max-width: 768px) {
        font-size: 15px !important;
        margin-bottom: 28px !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px !important;
        width: 100%;
        height: 80px;
        box-sizing: border-box;
    }

}

.curriculum-table {
    border: 2px solid #6f7a86;
    margin-top: 10px;
    font-size: clamp(15px, 1.9vw, 16px);

    @media screen and (max-width: 768px) {
        border: none;
    }
}

.curriculum-table tr:nth-child(1) {
    background-color: #FFF3E5;
}

.curriculum-table tr:nth-child(2) {
    background-color: #EEF8DD;
}

.curriculum-table tr:nth-child(3) {
    background-color: #EDFAFF;
}

.curriculum-table thead {
    @media screen and (max-width: 768px) {
        display: none;
    }
}

.curriculum-table thead th {
    background: #58626c;
    text-align: center;
    color: #fff;
    border: 1px solid #6f7a86;
    padding: 4px 10px;
}

.curriculum-table thead th,
.curriculum-table tbody th {
    border: 1px solid #6f7a86;
    padding: 4px 10px;
    white-space: nowrap;
}

.curriculum-table thead th:nth-child(1) {
    width: 245px;
}

.curriculum-table thead th:nth-child(2) {
    width: 66px;
}

.curriculum-table thead th:nth-child(3) {}

.curriculum-table tbody td {
    border: 1px solid #6f7a86;
    padding: 12px 12px;

    @media screen and (max-width: 768px) {
        border: none;
        display: block;
        padding: 20px;
    }
}

.curriculum-table tbody tr:nth-child(n+2) {
    @media screen and (max-width: 768px) {
        margin-top: 12px;
        display: block;
    }
}

.curriculum-table tbody td:nth-child(1) {
    @media screen and (max-width: 768px) {
        padding-bottom: 0;
        text-align: left;
    }
}

.curriculum-table tbody td:nth-child(2) {
    text-align: center;

    @media screen and (max-width: 768px) {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
    }
}

.curriculum-table tbody td strong {
    font-size: clamp(18px, 2.3vw, 20px);
    display: block;
    margin-bottom: 10px;
}

.curriculum-notes {
    font-size: 14px;
    position: relative;
    padding-left: 14px;
    margin-top: 16px;
}

.curriculum-notes::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

ul.circle {
    margin-top: 24px;
}

ul.circle li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;

    @media screen and (max-width: 768px) {
        font-size: 15px;
    }
}

ul.circle li::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #363B43;
    position: absolute;
    left: 0;
    top: 5px;
}

strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.03deg);
    font-weight: 600;
}

.btn-disable {
    background: #00c0ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 1.2em;
    padding: 1.5em;
    text-align: center;
    margin-bottom: 28px;
    font-size: 18px;
    padding: 1.3em 1em;
    display: flex;
    width: 426px;
    justify-content: center;
    align-items: center;
    opacity: 0.4;

    @media screen and (max-width: 680px) {
        padding: 1.3em 1.2em 1.3em 1.1em;
        min-width: 80%;
        width: calc(100% - 2.3em);
    }
}

.mt-be-columns-right .btn-disable {
    width: calc(100% - 2em);

    @media screen and (max-width: 680px) {
        width: calc(100% - 2.3em);
    }
}

.report_list {
    margin-bottom: 60px;
}

.report_list li {
    margin-top: 12px;
}

.report_list li:first-child a {
    margin-top: 0;
}

.report_list li a {
    line-height: 1.5;
    margin-top: 0;
}

.report_list li a:before {
    top: 4px;

    @media screen and (max-width: 768px) {
        top: 2px;
    }
}

a.arrow_b.arrow_b--2 {
    line-height: 1.5;
}

a.arrow_b.arrow_b--2::before {
    top: 4px;
    background: #00C0FF url(/shared/img/icon/arrow_b.svg) no-repeat center center / contain;
}

a.arrow_b.arrow_b--2:hover::before {
    background: #FF8F00 url(/shared/img/icon/arrow_b.svg) no-repeat center center / contain;
}

.mt80sp40 {
    margin-top: 80px;

    @media screen and (max-width: 768px) {
        margin-top: 40px;
    }
}

.course-info {
    border: 3px solid #6f7a86;
    margin-bottom: 5px;
}

.course-info--2 {
    border-color: #d1dce4;
}

.course-info>div {
    padding: 1em;
}

.course-info>div+div {
    border-top: 1px solid #6f7a86;
}

.course-info.course-info--2>div+div {
    border-top: 3px solid #d1dce4;
}

.course-info-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.course-info--2 p.course-info-title {
    margin-bottom: 10px;
}

.course-info--2 ul.circle li:nth-child(n+2) {
    margin-top: 10px;
}

.course-info ul.circle {
    margin-top: 0;
    font-size: 16px;
}

p.course-info-notes {
    font-size: 14px;
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .course-info ul.circle {
        font-size: 15px;
    }
}

.page_box_inner:has(.other-course-info) .h3_title {
    margin-bottom: 1em;
}

.other-course-info>p a.arrow_b {
    font-size: 18px;
}

.other-course-info-list {
    display: flex;
    gap: 20px;
}

.other-course-info-list--2 {
    flex-wrap: wrap;
}

.other-course-info-item {
    border: 6px solid #dce6ea;
    padding: 1em 1.5em 0;
    box-sizing: border-box;
}

.other-course-info-list--2 .other-course-info-item {
    flex-basis: calc(50% - 10px);
}

.other-course-info-item a.arrow_b {
    font-size: 18px;
}

.other-course-current-link {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    position: relative;
    padding-left: 1.6em;
}

.other-course-current-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #84919d;
    border-radius: 3px;
}

@media screen and (max-width: 680px) {
    .other-course-info>p a.arrow_b {
        font-size: 16px;
    }

    .other-course-info-list {
        flex-direction: column;
        gap: 20px;
    }

    .other-course-info-item {
        padding: 0.8em 1em 0;
    }

    .other-course-info-item a.arrow_b {
        font-size: 16px !important;
    }

    .other-course-current-link {
        font-size: 16px;
    }

    .other-course-current-link::before {
        top: 5px;
    }
}

.cc-theme {
    margin: 0 0 40px 16px;
    font-size: 18px;
    font-weight: bold;
}

.cc-voice {
    border: 5px solid #C5EFFF;
    margin-top: 24px;
    border-radius: 10px;
}

.cc-voice__inner {
    max-width: 400px;
    padding: 16px 20px 18px 20px;

}

.cc-voice__heading {
    font-size: 18px;
    font-weight: bold;
    color: #1e7600;
    margin-bottom: 14px;
}

.cc-voice__item {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 6px;
}

.cc-voice__item::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}

.q-form {
    background: #c5efff;
    padding: 20px 24px 24px;
    border-radius: 10px;
}

.q-form__heading {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.q-form__heading span:nth-child(1) {
    background: #00beff;
    font-size: 24px;
    color: #fff;
    padding: 6px 10px;
    font-weight: bold;
}

.q-form__heading span:nth-child(2) {
    background: #fff;
    font-size: 24px;
    color: #00beff;
    padding: 6px 10px;
    font-weight: bold;
    border: 2px solid #00beff;
}

.q-form__input {
    border: 1px solid #84919d;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 85px;
}

.q-form__input--2 {
    margin-bottom: 0;
    min-height: inherit;
}

.q-form__btn {
    background: #00c0ff;
    border-radius: 5px;
    width: 132px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 0;
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.q-form__btn:hover {
    background: #FF8F00;
}

.overview-indent1 {
    margin: 10px 0 24px 20px;
}

.course-info-notes2 {
    position: relative;
    font-size: 16px;
    padding-left: 1em;
    margin-top: 30px;
}

.course-info-notes2::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.theme_heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

.page_box p,
.page_box a.arrow_b {
    @media screen and (max-width: 680px) {
        font-size: 15px;
        line-height: 1.6;
    }
}

.spnone {
    @media screen and (max-width: 768px) {
        display: none !important;
    }
}

.link-disabled {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none !important;
}

/* form用 */
.q-form__radio-group {
    margin: 0 0 16px;
}

.q-form__heading {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 0 8px;
    line-height: 1.1;
    font-size: 0;
}

.q-form__heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 38px;
    padding: 4px 8px 3px;
    line-height: 1;
    font-size: 18px;
    white-space: nowrap;
}

.q-form__heading span:last-child {
    padding: 10px 10px 6px 10px;
}

.q-form__heading span:first-child {
    padding: 10px 10px 6px 10px;
}

.q-form__radio-title {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.q-form__radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.q-form__radio-option:last-child {
    margin-bottom: 0;
}

.q-form__radio-option input[type="radio"] {
    margin: 0;
    transform: translateY(-1px);
}

.q-form__radio-label {
    font-size: 15px;
    line-height: 1.35;
}

.q-form__lead {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
    font-size: 15px;
}

.q-form__note {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
    font-size: 15px;
}

.q-form__error {
    margin: 0 0 8px;
    color: #c00;
    font-weight: 700;
    line-height: 1.5;
}

.q-form__input[name="question"]::placeholder,
.q-form__input[name="nickname"]::placeholder {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.q-form__complete {
    padding: 0;
    margin-top: 16px;
    line-height: 1.7;
}

.q-form__complete p {
    margin: 0;
}

.q-form__complete-title {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.q-form__complete-note {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
    font-size: 15px;
}

.q-form__captcha {
    display: flex;
    justify-content: center;
    margin: 16px 0 0;
    min-height: 1px;
}

.q-form__btn[disabled] {
    cursor: default;
    opacity: 0.5;
}

.q-form__submit-frame {
    display: none;
}

@media screen and (max-width: 400px) {
    .q-form__captcha {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

.q-form__complete.is-hidden,
.q-form__error.is-hidden {
    display: none;
}