.ctrl_wrapper {
    display: none;
}

#seminar_cms_area {
    margin: 0;
}

.wb {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.wl {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 200;
}

.wmin {
    font-family: 'Noto Serif JP', serif;
}

i,
span {
    font: inherit;
}

.flex {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.smpbr {
    display: none;
}

.pcbr {
    display: inline;
}

:root {
    --seminar-color: #00698d;
    --strong-color: #146fd6;
    --link-color: #097bd1;
}

#contain {
    position: relative;
    padding: 0;
    letter-spacing: 0.04em;
    font-size: 16px;
    color: #333;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#contain i,
#contain span {
    font: inherit;
}

#contain img {
    vertical-align: bottom;
}

#contain strong {
    font-weight: bold;
}

#contain a {
    font-weight: bold;
}

@media (hover: hover) {
    #contain a:hover {
        opacity: 0.7;
    }
}

.content-box {
    margin: 90px auto 0 auto;
}

.content-head {
    position: relative;
    margin-bottom: 60px;
    padding: 20px 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.10em;
    line-height: 1.7;
    font-feature-settings: "palt";
    box-shadow: 0 1px 0 #333, 0 -1px 0 #333, 0 3px 0 #f0f0f0 inset, 0 -3px 0 #f0f0f0 inset;
}

.content-text {
    line-height: 2;
    letter-spacing: 0.05em;
}

.content-text strong {
    font-weight: bold;
    color: var(--strong-color);
}

#contain .attention {
    margin-top: 1em;
    font-size: 11px;
    filter: opacity(0.8);
    line-height: 1.8;
}

br.smpbr {
    display: none;
}

#main {}

#about {}

.about-box {
    gap: 0 50px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.about-box-left {
    flex-basis: 300px;
}

.about-list {
    gap: 15px 0;
    flex-direction: column;
    margin-top: 25px;
}

.about-list li {
    width: 100%;
    padding: 1em;
    text-align: center;
    background-color: #f3f8fd;
    box-shadow: 0 0 0 1px var(--strong-color) inset;
    border-radius: 20px;
    font-weight: bold;
    line-height: 2;
}

.about-list li strong {
    color: var(--strong-color);
}

.about-box-right {
    flex-grow: 1;
}

.about-package {
    position: relative;
    margin-top: 45px;
    padding: 30px;
    background-color: #f0f0f0;
}

.about-package-title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 12px 7px 12px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    border-radius: 2em;
}

.about-package-img {
    text-align: center;
}

.interview-box {
    border: 1px solid #333;
}

.interview-box-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    text-align: center;
    padding: 12px;
    letter-spacing: 0.08em;
}
.interview-box-head::before,
.interview-box-head::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #fff;
}
.interview-box-head::before {
    transform: rotate(-35deg);
}

.interview-box-head::after {
    transform: rotate(35deg);
}

.interview-box-content {
    padding: 40px;
}

.interview-box-content a {
    gap: 0 30px;
    flex-wrap: nowrap;
    color: inherit;
}

.interview-box-content a .interview-box-info {
    font-weight: normal;
}

.interview-box-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

#contain .head-type {
    color: #FFFFFF;
    background-color: #c99300;
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 8px;
    font-weight: normal;
    vertical-align: baseline;
    line-height: 1;
    display: inline-block;
    transform: translateY(2px);
}

#contain .readmore {
    display: inline-block;
    color: #097BD1;
    font-weight: bold;
}

.interview-box-img {
    flex-basis: 240px;
}

.interview-box-img img {
    width: 100%;
    height: auto;
}

.interview-box-info {
    flex: 1;
}

.movie-box {
    margin-top: 75px;
}

.movie-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 45px;
    font-weight: bold;
}

.movie-box-head::before,
.movie-box-head::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}

.movie-list {
    gap: 0 50px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.movie-list li {
    flex-basis: auto;
}

.movie-thumb img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.movie-title {
    margin-top: 1em;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

#trouble {
}

.trouble-list-wrap {
    position: relative;
    padding-bottom: 40px;
}

.trouble-list {
    gap: 50px;
}

.trouble-list li {
    width: calc((100% - 50px) / 2);
}

.trouble-name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#trouble .trouble-num {
    display: inline-block;
    margin-right: 15px;
    padding: 8px 15px;
    background-color: var(--strong-color);
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.trouble-img {
    position: absolute;
    right: 80px;
    bottom: 0;
}

.solution-head {
    position: relative;
    margin-top: 40px;
    padding: 18px;
    text-align: center;
    background-color: var(--strong-color);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px;
}

.solution-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: 20px solid var(--strong-color);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.solution-wrap {
    padding-top: 60px;
}

.solution-box {
    gap: 0 40px;
    align-items: flex-start;
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0 0 0 / 0.05), 0 2px 12px rgba(0 0 0 / 0.03);
}

.solution-box:nth-of-type(2) {
    flex-direction: row-reverse;
}

.solution-box + .solution-box {
    margin-top: 50px;
}

.solution-img {
    width: 280px;
}

.solution-img img {
    width: 100%;
    height: auto;
}

.solution-info {
    flex: 1;
}

.solution-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 10px;
    color: var(--strong-color);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.solution-title::before {
    content: "POINT";
    padding: 10px 15px;
    background-color: var(--strong-color);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    border-radius: 5px;
    transform: translateY(2px);
}

.solution-text {
    line-height: 2;
}

.solution-text strong {
    background-color: #bbe3f0;
}

.btn-wrap {
    padding: 50px;
    background-color: #e8f1f4;
    border-radius: 5px;
    text-align: center;
}

.btn-head {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.btn-box {
    text-align: center;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 22px 70px;
    background-color: var(--link-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-radius: 2em;
}

.btn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.btn-text {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}

.provide-box {
    gap: 0 50px;
    align-items: flex-start;
}

.provide-box:not(:last-of-type) {
    padding-bottom: 50px;
}

.provide-box:not(:first-of-type) {
    padding-top: 50px;
    border-top: 1px dotted #ccc;
}

.provide-img {
}

.provide-info {
    flex: 1;
}

.provide-num {
    display: inline-block;
}

.provide-title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.provide-item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

#provide .provide-item-child {
    display: inline-block;
    padding: 8px 15px 10px 15px;
    color: var(--strong-color);
    border: 1px solid var(--strong-color);
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    background-color: #f3f8fd;
    border-radius: 5px;
}

.provide-topics {
    padding: 15px 20px;
    margin-top: 25px;
    background-color: var(--strong-color);
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

.voice-wrap {
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0 0 0 / 0.05), 0 2px 12px rgba(0 0 0 / 0.03);
}

.voice-head {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: var(--strong-color);
}

#voice .content-text {
    text-align: center;
}

.mov-box {
    width: 640px;
    margin-top: 45px;
    margin-inline: auto;
}

.mov-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.mov-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.flow-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: bold;
}

.flow-head::before,
.flow-head::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}

.flow-list {
    gap: 0 80px;
    align-items: flex-start;
}

.flow-list li {
    position: relative;
    width: calc((100% - 160px) / 3);
}

.flow-list li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 28px;
    top: 86px;
    right: -56px;
    background: url("../img/flow_arrow_right.png") no-repeat center;
    background-size: contain;
}

.flow-num {
    text-align: center;
}

.flow-title {
    margin: 25px 0 20px 0;
    padding: 25px;
    color: var(--strong-color);
    border: 1px solid var(--strong-color);
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    background-color: #f3f8fd;
    border-radius: 5px;
    text-align: center;
}

.flow-text {
    font-size: 14px;
}

.flow-attention {
    margin-top: 60px;
    gap: 0 30px;
}

.flow-attention-img {
    width: 330px;
}

.flow-attention-info {
    flex: 1;
    padding: 30px;
    border: 1px solid #333;
}

.flow-attention-title {
    font-weight: bold;
}

.flow-attention-text {
    font-size: 14px;
}



#inquiry {
    padding: 60px 100px;
    background: #eff3f7;
}

.inquiry-head {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.inquiry-text {
    text-align: center;
}

.inquiry-cost {
    padding: 20px;
    margin-top: 35px;
    background: #d2e2eb;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#inquiry .inquiry-cost span {
    font-size: 13px;
}

#form input[type=text] {
    padding: 1.0em 1.25em;
    border: 1px solid #c3ced5;
    border-radius: 5px;
}

#form input[type=text]:focus {
    border: 1px solid #7d919d;
}

#form input::placeholder {
    color: #ccc;
}

.form-box-wrap {
    margin-top: 40px;
}

.form-box:not(:last-of-type) {
    margin-bottom: 15px;
}

.form-box input {
    width: 100%;
}

.form-button-box {
    margin-top: 35px;
    text-align: center;
}

.form-btn {
    position: relative;
    display: inline-block;
    width: 320px;
    padding: 20px 0 23px 0;
    background: #015da7;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.form-btn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media (hover: hover) {
    .form-button-box .form-btn:hover {
        opacity: 0.7;
    }
}

#form.loaded {
    display: none;
}

#form-complete {
    display: none;
}

#form.loaded+#form-complete {
    display: block;
}

.form-complete-head {
    margin-top: 30px;
    text-align: center;
}

.form-policy {
    margin-top: 35px;
    text-align: center;
}

.form-policy-text {
    text-align: center;
    font-size: 14px;
}

.form-policy label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 7px;
    margin-top: 15px;
    margin-right: 0;
    cursor: pointer;
    font-size: 14px;
}

.form-policy label:has(#form-policy:checked) {
    font-weight: bold;
    color: #015da7;
}

#form-policy {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 1px #aaa inset;
    border-radius: 3px;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
}

#form-policy:checked::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #015da7;
    border-radius: 3px;
}

#form-policy:checked::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    top: 4px;
    left: 4px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    z-index: 1;
}




@media (hover: hover) {}

@media (max-width: 768px) {
    #contain img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 599px) {
    #contain {
        font-size: 14px;
        line-height: 1.7;
    }

    #contain,
    #contain-current {
        padding: 0;
    }

    br.smpbr {
        display: inline !important;
    }

    br.pcbr {
        display: none;
    }

    div.page_scroll.cv_btn,
    .practice-info-box,
    div.sp_line {
        display: none;
    }

    .content-box {
        margin: 45px auto 0 auto;
        padding: 0 15px;
    }

    .content-head {
        margin-bottom: 25px;
        padding: 17px 0;
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .content-text {
        line-height: 2;
        letter-spacing: 0.04em;
    }

    .about-box {
        gap: 20px 0;
        flex-direction: column;
    }

    .about-box-left {
        width: 100%;
    }

    .about-img {
        width: 70%;
        margin-inline: auto;
    }

    .about-list {
        gap: 10px 0;
        margin-top: 25px;
    }

    .about-list li {
        border-radius: 10px;
        line-height: 1.7;
    }

    .about-list li br {
        display: none;
    }

    .about-package {
        margin-top: 30px;
        padding: 25px 20px;
    }

    .interview-box-head {
        gap: 0 20px;
        font-size: 16px;
        padding: 15px;
    }

    .interview-box-head::before, .interview-box-head::after {
        display: none;
    }

    .interview-box-content {
        padding: 25px;
    }

    .interview-box-content a {
        gap: 20px 0;
        flex-direction: column;
    }

    .interview-box-img {
        flex-basis: auto;
        width: 100%;
    }

    .interview-box-title {
        display: block;
        gap: 0 8px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    #contain .head-type {
        margin-right: 8px;
        transform: translateY(-2px);
        text-align: center;
    }

    .movie-box {
        margin-top: 30px;
    }

    .movie-box-head {
        gap: 0 20px;
        margin-bottom: 20px;
    }

    .movie-list {
        gap: 0 15px;
        padding-bottom: 15px;
        overflow-x: scroll;
        /* white-space: nowrap; */
    }

    .movie-list li {
        width: 50vw;
        min-width: 50vw;
    }

    .movie-title {
        margin-top: 1em;
        font-weight: normal;
    }

    .trouble-list-wrap {
        padding-bottom: 0;
    }

    .trouble-list {
        gap: 20px 0;
        flex-direction: column;
    }

    .trouble-list li {
        width: 100%;
    }

    .trouble-name {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }

    #trouble .trouble-num {
        margin-right: 12px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .trouble-img {
        position: relative;
        right: auto;
        bottom: auto;
        width: 70%;
        margin-top: 25px;
        margin-inline: auto;
    }

    .solution-head {
        position: relative;
        margin-top: 25px;
        padding: 20px;
        font-size: 16px;
    }

    .solution-wrap {
        padding-top: 30px;
    }

    .solution-box {
        gap: 20px 0;
        flex-direction: column;
        padding: 25px;
        border-radius: 10px;
    }

    .solution-box + .solution-box {
        margin-top: 15px;
    }

    .solution-img {
        width: 90%;
        margin-inline: auto;
    }

    .solution-title {
        flex-direction: column;
        gap: 12px 0;
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
    }

    .btn-wrap {
        padding: 30px 25px;
        border-radius: 0;
    }

    .btn-head {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .btn {
        display: block;
        padding: 20px 0;
    }

    .provide-box {
        gap: 25px 0;
        flex-direction: column;
    }
    
    .provide-box:not(:last-of-type) {
        padding-bottom: 25px;
    }

    .provide-box:not(:first-of-type) {
        padding-top: 25px;
    }

    .provide-num {
        display: block;
        text-align: center;
    }

    #provide .provide-num img {
        height: 35px;
        width: auto;
    }

    .provide-title {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;
        text-align: center;
    }

    .provide-item {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    #provide .provide-item-child {
        padding: 6px 12px 8px 12px;
        font-size: 13px;
    }

    .voice-wrap {
        padding: 25px;
        border-radius: 10px;
    }

    .voice-head {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .mov-box {
        width: 100%;
        margin-top: 20px;
    }

    .mov-title {
        margin-top: 15px;
        font-size: 16px;
    }

    .flow-head {
        gap: 0 15px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .flow-list {
        gap: 20px 0;
        flex-direction: column;
    }

    .flow-list li {
        width: 100%;
    }

    #flow .flow-num img {
        height: 35px;
        width: auto;
    }

    .flow-title {
        margin: 15px 0 15px 0;
        padding: 15px;
        font-size: 16px;
    }

    .flow-list li:not(:last-of-type)::after {
        display: none;
    }

    .flow-attention {
        margin-top: 30px;
        gap: 25px 0;
        flex-direction: column;
    }

    .flow-attention-img {
        width: 70%;
        margin-inline: auto;
    }

    .flow-attention-info {
        padding: 20px;
    }

    /* #about .content-head span {
        display: block;
        font-size: 14px;
    }

    .preface-inner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .preface-title {
        margin-bottom: 15px;
        font-size: 18px;
        text-align: center;
    }

    .preface-title i {
        display: none;
    }

    .preface-img {
        text-align: center;
    }

    #preface .preface-img img {
        width: 60%;
        height: auto;
    }

    .about-list {
        margin: 20px 0;
    }

    .about-teacher {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        padding: 25px 15px;
    }

    .teacher-img {
        text-align: center;
    }

    #about .teacher-img img {
        width: 50%;
        height: auto;
    }

    .teacher-name {
        gap: 0 10px;
        margin-bottom: 10px;
    }

    #about .teacher-type {
        padding: 6px;
        font-size: 12px;
    }

    .check-movie {
        gap: 0 5px;
        margin-top: 15px;
        padding-right: 15px;
    }

    .reason-box:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .reason-head {
        padding: 12px 15px 12px 80px;
        margin-bottom: 25px;
        font-size: 16px;
        text-align: left;
    }

    .reason-head::before {
        width: 50px;
        height: 23px;
        left: 15px;
        background-size: contain;
    }

    .reason-flex {
        flex-direction: column;
        gap: 20px;
    }

    .reason-img {
        text-align: center;
    }

    #reason .reason-box:nth-of-type(1) .reason-img img {
        aspect-ratio: 16/16;
        width: 50%;
        height: auto;
        object-fit: cover;
    }

    .reason-text {
        margin-top: 20px;
    }

    .reason-photo {
        gap: 2px;
        margin-top: 30px;
    }

    .reason-photo li {
        width: calc((100% - 2px) / 2);
    }

    .movie-inner {
        flex-direction: column-reverse;
        gap: 20px;
        padding-top: 60px;
    }

    .movie-box {
        width: 100%;
    }

    .movie-box:last-of-type::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 65px;
        top: -20px;
        left: 50%;
        right: 0;
        transform: translate(-50%, -100%);
        background: url(img/movie_arrow.svg) no-repeat center;
    }

    #event .content-text br {
        display: none;
    }

    .event-list {
        margin-top: 20px;
    }

    .event-list-img {
        width: calc(100% / 2);
        order: 2;
    }

    .event-list-img:nth-of-type(1),
    .event-list-img:nth-of-type(2),
    .event-list-img:nth-of-type(3) {
        order: 2;
    }

    .event-list-text {
        padding: 17px 0;
        order: 1;
        font-size: 16px;
    } */

    #inquiry {
        padding: 25px 15px;
    }

    .inquiry-head {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .inquiry-text {
        font-weight: normal;
        text-align: left;
    }

    .inquiry-text br {
        display: none;
    }

    .inquiry-cost {
        padding: 15px;
        margin-top: 25px;
        font-size: 16px;
    }

    .form-box-wrap {
        margin-top: 25px;
    }

    .form-box:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .form-button-box {
        margin-top: 20px;
    }

    .form-btn {
        display: block;
        width: 100%;
        padding: 17px 0 19px 0;
        font-size: 16px;
        border-radius: 10px;
    }

}