.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;
    gap: var(--gap-size);
}

.smpbr {
    display: none;
}

.pcbr {
    display: inline;
}

:root {
    --page-color: #e1437d;
    --strong-color: #f9d9e5;
    --link-color: #097bd1;
    --gap-size: 50px;
    --default-margin: 90px;
}

#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: var(--default-margin) auto;
}

.content-head {
    position: relative;
    margin-bottom: 60px;
    padding: 20px 0;
    font-size: 1.6em;
    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: var(--strong-color);
}

#contain .attention {
    margin-top: 1.5em;
    font-size: 0.8em;
    filter: opacity(0.8);
    line-height: 1.8;
    word-break: break-all;
}

br.smpbr {
    display: none;
}

.btn-wrap {
    padding: 50px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-align: center;
}

.btn-head {
    margin-bottom: 20px;
    font-size: 1.2em;
    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: 1.2em;
    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: 0.8em;
    text-align: center;
}

.content-photo {
    width: fit-content;
}

.content-info {
    flex: 1;
}

.content-info-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
}


#main {}

#catch {}

#reason {}

.reason-box {
    align-items: flex-start;
}

.reason-box:first-of-type {
    align-items: center;
}

.reason-box:not(:last-of-type) {
    margin-bottom: var(--gap-size);
}

.reason-box-child,
.reason-img {
    width: calc((100% - var(--gap-size)) / 2);
}

.reason-img {
    text-align: center;
}

.reason-wrap {
    margin-top: var(--gap-size);
}

.reason-name {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#reason .reason-num {
    display: inline-block;
    margin-right: 15px;
    padding: 8px 15px;
    background-color: var(--page-color);
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
}

.reason-conclusion {
    position: relative;
    padding: var(--gap-size);
    margin-top: calc(var(--gap-size) * 1.5);
    background-color: #fef7fa;
    border: 2px solid var(--page-color);
}

.reason-conclusion-head {
    position: absolute;
    display: inline-block;
    padding: 10px 18px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--page-color);
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}

.reason-conclusion-text {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

#about {}

.about-head-wrap {
    position: relative;
}

.about-head {
    position: relative;
    padding-left: 360px;
    box-shadow: none;
    background-color: #463824;
    color: #fff;
    border-radius: 10px;
    text-align: left;
}
.about-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-top: 16px solid #463824;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.about-head-img {
    content: "";
    position: absolute;
    display: block;
    width: 250px;
    height: 300px;
    top: -50px;
    left: 50px;
}

.about-head-text {
    padding-left: 360px;
}

.about-box {
    margin-top: calc(var(--gap-size) * 1.5);
}

.about-box-head,
.recommend-box-head {
    gap: 0 calc(var(--gap-size) * 0.5);
    margin-bottom: 45px;
    font-size: 1.4em;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
.about-box-head::before, .about-box-head::after,
.recommend-box-head::before, .recommend-box-head::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}

.about-list {
    align-items: flex-start;
}

.about-list li {
    width: calc((100% - (var(--gap-size) * 2)) / 3);
}

.about-img {
    margin-bottom: calc(var(--gap-size) * 0.3);
    text-align: center;
}

.about-name, .recommend-name {
    margin-bottom: calc(var(--gap-size) * 0.3);
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

#structure {}

.structure-box {
    align-items: flex-start;
    flex-direction: row-reverse;
}

.structure-box .content-photo,
.structure-box .content-info {
    width: calc((100% - var(--gap-size)) / 2);
}

.structure-box .content-info .content-text + .content-text {
    margin-top: calc(var(--gap-size) * 0.3);
}

#speaker {}

.speaker-box {
    align-items: flex-start;
}

#speaker .speaker-name-option {
    display: inline-block;
    margin-right: 15px;
    padding: 8px 15px;
    background-color: #463824;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
}

.speaker-title {
    font-size: 0.9em;
}
.speaker-text {
    font-size: 0.9em;
}

#menu {}

.menu-balloon {
    position: relative;
    box-shadow: none;
    background-color: #463824;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1.4em;
}
.menu-balloon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-top: 16px solid #463824;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.menu-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);
}

.menu-box + .menu-box {
    margin-top: calc(var(--gap-size));
}

.menu-box:nth-of-type(2) {
    flex-direction: row-reverse;
}

.menu-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 10px;
}

#menu .menu-type {
    display: inline-block;
    padding: 8px 15px;
    background-color: var(--page-color);
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1;
}
#menu .menu-name {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#recommend {}

.recommend-list {
    align-items: flex-start;
}

.recommend-list-li {
    width: calc((100% - (var(--gap-size) * 2)) / 3);
}

.recommend-img {
    margin-bottom: calc(var(--gap-size) * 0.5);
}

.reco-child {
    padding-left: 1em;
    list-style: disc;
}

.reco-child li {
    line-height: 1.7;
}
.reco-child li:not(:last-of-type) {
    margin-bottom: 0.5em;
}

#voice {}

.voice-box {
    position: relative;
    padding: var(--gap-size);
    align-items: flex-start;
    box-shadow: 0 0 0 1px var(--page-color) inset, 0 0 0 5px var(--strong-color) inset;
    overflow: hidden;
}
.voice-box::before {
    content: "VOICE";
    position: absolute;
    display: inline-block;
    top: 20px;
    left: -25px;
    padding: 5px 40px;
    background-color: var(--page-color);
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1;
    transform: rotate(-45deg);
}

.voice-box .content-info-head {
    font-size: 1.2em;
}

.voice-box .content-photo {
    position: relative;
}
.voice-box .content-photo::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 110px;
    top: -20px;
    left: -20px;
    background: url(img/voice_balloon.png) no-repeat center;
    background-size: contain;
}

#info {}

.info-head {
    position: relative;
    box-shadow: none;
    background: linear-gradient(90deg, #0594dd, #694eb2);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1.4em;
}
.info-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-top: 16px solid #3771c7;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}










#inquiry {
    padding: 60px 100px;
    background: #eff3f7;
}

.inquiry-head {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
    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: 1.2em;
    font-weight: bold;
}

#inquiry .inquiry-cost span {
    font-size: 0.8em;
}

.inquiry-cost + .attention{
    display: block;
    text-align: center;
}

#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;
    border: none;
    cursor: pointer;
}

@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: 0.8em;
}

.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: 0.8em;
}

.form-policy label:has(#form-policy:checked) {
    font-weight: bold;
    color: var(--link-color);
}

#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: var(--link-color);
    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) {
    :root {
        --gap-size: 25px;
        --default-margin: 45px;
    }
    #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: 1.4em;
        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;
    }

    .btn-head i {
        display: none;
    }

    .btn {
        display: block;
        padding: 20px 0;
    }

    .catch-box {
        flex-direction: column-reverse;
    }

    .content-info-head {
        text-align: center;
        font-size: 1.4em;
    }

    .catch-box .content-info-head {
        justify-content: center;
    }

    .reason-box {
        flex-direction: column;
    }

    .reason-box-child {
        width: 100%;
    }

    .reason-name {
        text-align: center;
    }
    
    .reason-img {
        width: 100%;
        padding: 0 calc(var(--gap-size) * 2.0);
    }

    .reason-conclusion-text {
        text-align: left;
        font-size: 1.0em;
    }

    .reason-conclusion-text br {
        display: none;
    }

    .about-head {
        text-align: center;
        font-size: 1.2em;
    }

    .about-head i {
        display: none;
    }

    .about-head-img {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        padding: calc(var(--gap-size) * 0.5) 0;
        text-align: center;
    }

    #about .about-head-img img {
        width: 60%;
    }

    .about-head-text {
        padding-left: 0;
    }

    .about-head-text br {
        display: none;
    }

    .about-box-head, .recommend-box-head {
        margin-bottom: calc(var(--gap-size) * 1.0);
        font-size: 1.2em;
        justify-content: center;
        flex-direction: column;
        gap: calc(var(--gap-size) * 0.5) 0;
    }

    .about-box-head i, .recommend-box-head i {
        display: none;
    }

    .about-box-head::before, .about-box-head::after, .recommend-box-head::before, .recommend-box-head::after {
        width: 100%;
        height: 1px;
    }

    .about-list {
        flex-direction: column;
    }

    .about-list li {
        width: 100%;
    }

    #about .about-img img {
        width: 50%;
    }

    .structure-box {
        flex-direction: column;
    }

    .structure-box .content-photo, .structure-box .content-info {
        width: 100%;
    }

    .structure-box .content-info .content-text + .content-text {
        margin-top: calc(var(--gap-size) * 1.0);
    }

    .speaker-box {
        flex-direction: column;
    }

    .speaker-box .content-photo {
        text-align: center;
    }

    #speaker .speaker-box .content-photo img {
        width: 60%;
    }

    .speaker-box .content-info-head {
        justify-content: center;
        font-size: 1.3em;
    }
    #speaker .speaker-name-option {
        margin-right: 12px;
        padding: 6px 10px;
        font-size: 0.8em;
    }
    .speaker-box .content-info-head.speaker-title {
        font-size: 1.0em;
    }

    .speaker-text {
        font-size: 1.0em;
    }

    .menu-balloon {
        font-size: 1.2em;
    }

    .menu-box {
        gap: calc(var(--gap-size) * 1.0);
        align-items: flex-start;
        padding: calc(var(--gap-size) * 1.0);
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(0 0 0 / 0.05), 0 2px 12px rgba(0 0 0 / 0.03);
    }

    .menu-title {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .recommend-list {
        flex-direction: column;
        gap: calc(var(--gap-size) * 1.0);
    }
    .recommend-list-li {
        width: 100%;
    }

    .recommend-img {
        padding: 0 calc(var(--gap-size) * 2.5);
        margin-bottom: calc(var(--gap-size) * 1.0);
    }

    .recommend-name {
        margin-bottom: calc(var(--gap-size) * 0.5);
    }

    .reco-child {
        padding-left: 2em;
    }

    .voice-box {
        padding-top: calc(var(--gap-size) * 2.5);
        flex-direction: column-reverse;
    }

    .voice-box::before {
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        padding: 12px 0;
        transform: none;
        text-align: center;
        font-size: 1.0em;
    }

    .voice-box .content-photo {
        padding: 0 calc(var(--gap-size) * 2.0);
    }

    .voice-box .content-photo::before {
        width: 80px;
        height: 88px;
        top: -10px;
        left: 0;
    }

    .info-head {
        padding: calc(var(--gap-size) * 0.75);
        font-size: 1.2em;
    }




    #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; */
    }

    .topics-box {
        padding: 25px;
    }

    .topics-head {
        font-size: 18px;
    }

    .topics-box::before {
        width: 60px;
        height: 60px;
    }

    .about-text {
        width: 100%;
    }

    .about-box:nth-of-type(2n) {
        flex-direction: column;
    }

    .about-box + .about-box {
        margin-top: 30px;
    }

    .provide-img {
        width: 70%;
        margin-inline: auto;
    }

    .provide-box:not(:first-of-type) {
        padding-top: 10px;
        border-top: none;
    }

    .acoms {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
        padding: 40px 25px 25px 25px;
    }

}