.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: #fabf2d;
    --strong-color: #47b94a;
    --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 {
    background-color: #ddf0b0;
}

#contain .attention {
    font-size: 11px;
    filter: opacity(0.8);
    line-height: 1.8;
    word-break: break-all;
}

#contain p.attention {
    margin-top: 1.5em;
}

br.smpbr {
    display: none;
}

.btn-wrap {
    padding: 50px;
    background-color: #f0f0f0;
    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-outline {
    padding: 20px 60px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--link-color);
    color: var(--link-color);
}

.btn-outline::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--link-color);
    border-bottom: 2px solid var(--link-color);
}

.btn-text {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}

#main {}

#introduction {}

.intro-box {
    gap: 0 40px;
}

.intro-img {
}

.intro-info {
    flex: 1;
}

.intro-head {
    font-size: 20px;
    font-weight: bold;
}

#sensor {}

.sensor-box {
    gap: 0 40px;
}

.sensor-info {
    flex: 1;
}

.sensor-figure {
    margin-top: 30px;
}

.sensor-img {}

#about {}

.about-box {
    gap: 0 40px;
    flex-direction: row-reverse;
}

.about-info {
    flex: 1;
}

.about-info .btn-outline {
    margin-top: 30px;
}

.patient-box {
    position: relative;
    padding: 45px;
    margin-top: 60px;
    border: 1px solid #333;
}

.patient-head {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 20px;
    border-radius: 2em;
    background-color: #333;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}

.patient-child-wrap {
    justify-content: flex-start;
    gap: 8px;
}

#about .patient-child {
    padding: 10px;
    background-color: var(--strong-color);
    border-radius: 3px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#solution {}

.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 + .solution-box {
    margin-top: 50px;
}

.solution-info {
    flex: 1;
}

.solution-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.solution-title::before {
    content: "POINT";
    padding: 8px 12px;
    background-color: var(--strong-color);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    border-radius: 5px;
    transform: translateY(2px);
}

.solution-info .solution-img {
    margin-top: 30px;
}

#flow {}

.flow-list {
    align-items: flex-start;
    gap: 0 40px;
}

.flow-list li {
    position: relative;
    width: calc((100% - 120px) / 4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.flow-list li:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 75px;
    right: 0;
    transform: translateX(100%);
    background: url(img/flow_arrow_right.svg) no-repeat;
}

.flow-img img {
    border-radius: 5px;
}

.flow-title {
    font-size: 18px;
    font-weight: bold;
}

.flow-text {
    margin-top: -10px;
    font-size: 14px;
}

#interview {
    padding: 50px;
    background-color: #f7f7f7;
}

.interview-box {
    gap: 0 40px;
}

.interview-info {
}

.interview-info {
    flex: 1;
}

.teacher-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

#interview .teacher-type {
    padding: 3px 15px;
    background-color: var(--strong-color);
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
}

.interview-movie {
    margin-top: 60px;
    text-align: center;
}

.movie-head {
    display: inline-block;
    padding: 4px 25px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ddf0b0;
    border-radius: 2em;
}

.movie-box {
    width: 640px;
    margin-inline: auto;
}

.movie-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#case {}

.case-box {
    gap: 0 40px;
    align-items: flex-start;
}

.case-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

#case .case-name {
    font-weight: bold;
}

.case-info {
    flex: 1;
}

.case-head {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

#event {}

.event-box {
    gap: 0 40px;
    align-items: flex-start;
}

.event-short {
    width: 320px;
}

.event-short iframe {
    aspect-ratio: 9/16;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.event-info {
    flex: 1;
}

.event-photos {
    gap: 5px;
    margin-bottom: 30px;
}



#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 {
    font-weight: bold;
    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;
}
.form-btn.disabled {
    pointer-events: none;
}
@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;
}
#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 (max-width: 599px) {
    .form-policy label {
        gap: 0 5px;
        margin-top: 10px;
    }
    .form-policy-text {
        text-align: left;
    }
}


@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;
    }

    .btn-wrap {
        padding: 30px 25px;
        border-radius: 0;
    }

    .btn-head {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .btn {
        display: block;
        padding: 20px 0;
    }

    #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;
    }

}

@media (max-width: 599px) {
    .content-head i {
        display: none;
    }
    .intro-box {
        gap: 30px;
    }

    .intro-img {
        text-align: center;
    }

    #introduction .intro-img img {
        width: 70%;
        height: auto;
    }

    .intro-head {
        margin-bottom: 15px;
        font-size: 18px;
        text-align: center;
    }

    #contain p.attention {
        margin-top: 0.75em;
    }

    .sensor-box {
        flex-direction: column-reverse;
    }

    .sensor-figure {
        margin-top: 20px;
    }

    .sensor-img {
        text-align: center;
    }

    #sensor .sensor-img img {
        width: 60%;
        height: auto;
    }

    .about-box {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .about-img {
        text-align: center;
    }

    #about .about-img img {
        width: 70%;
        height: auto;
    }

    .about-info .btn-outline {
        margin-top: 25px;
    }

    .btn-outline {
        padding: 18px 0;
        font-size: 16px;
        text-align: center;
    }

    /* .btn-outline i {
        display: none;
    } */

    .patient-box {
        padding: 35px 20px 25px 20px;
        margin-top: 50px;
    }

    .patient-child-wrap {
        gap: 5px;
    }

    #about .patient-child {
        padding: 8px;
        font-size: inherit;
    }

    .solution-box {
        gap: 0 40px;
        padding: 25px 20px;
        border-radius: 10px;
    }

    .solution-title {
        flex-direction: column;
        gap: 12px;
        font-size: 18px;
        text-align: center;
    }

    .solution-title::before {
        padding: 8px 10px;
        font-size: 12px;
    }

    .solution-info .solution-img {
        margin-top: 20px;
    }

    .solution-box {
        flex-direction: column;
        gap: 20px;
    }

    .solution-box + .solution-box {
        margin-top: 25px;
    }

    .solution-img {
        text-align: center;
    }

    #solution .solution-box:last-of-type .solution-img img {
        width: 70%;
        height: auto;
    }

    .flow-list {
        overflow-x: scroll;
        flex-wrap: nowrap;
        gap: 0 25px;
    }

    .flow-list li {
        width: 240px;
        min-width: 240px;
        gap: 20px;
    }

    .flow-list li:not(:last-of-type)::after {
        display: none;
        width: 25px;
        height: 25px;
        top: 75px;
        background-size: contain;
    }

    .flow-title {
        font-size: 16px;
    }

    #interview {
        padding: 25px 20px;
    }

    .interview-box {
        flex-direction: column;
        gap: 20px;
    }

    .interview-img {
        text-align: center;
    }

    #interview .interview-img img {
        width: 50%;
        height: auto;
    }

    .teacher-name {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .interview-movie {
        margin-top: 30px;
    }

    .movie-head {
        display: block;
        padding: 4px 0;
        margin-bottom: 20px;
        font-size: inherit;
        text-align: center;
    }

    .movie-head i {
        display: none;
    }

    .movie-box {
        width: 100%;
    }

    .case-box {
        gap: 15px;
        flex-direction: column;
    }

    .case-img {
        text-align: center;
    }

    #case .case-img img {
        width: 60%;
        height: auto;
    }

    .case-head {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
    }

    .event-box {
        gap: 20px;
        flex-direction: column;
    }

    .event-short {
        width: 60vw;
        margin-inline: auto;
    }

    .event-photos {
        margin-bottom: 20px;
    }

    .event-photo {
        width: calc((100% - 5px) / 2);
    }
}