.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, em,
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: #1486d7;
    --strong-bg-color: #c8e9f7;
    --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: calc(var(--default-margin) / 1.75);
    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-head:has(.content-head-sub) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#contain .content-head-sub {
    display: inline-block;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: var(--page-color);
    border: 1px solid var(--page-color);
    border-radius: 3px;
    line-height: 1;
}

#contain .content-head .content-head-sub {
    font-size: 14px;
}

.content-text {
    line-height: 2;
    letter-spacing: 0.05em;
}

.content-text strong {
    background-color: var(--strong-bg-color);
}

#contain .attention {
    margin-top: 1.25em;
    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 {}

.catch-head {
    align-items: baseline;
    margin-top: 15px;
}

#catch .catch-head-first {
    font-size: 18px;
}

#about {
    margin-bottom: 60px;
}

.about-box {
    position: relative;
    padding: 45px 50px;
    margin-top: 60px;
    background-color: #d0e7f7;
}

.about-head {
    position: absolute;
    display: inline-block;
    top: 0;
    transform: translateY(-50%);
    padding: 1em 1.25em;
    background-color: var(--page-color);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.about-table th {
    padding-right: 2em;
    font-weight: bold;
}

.about-table tr:not(:last-of-type) th,
.about-table tr:not(:last-of-type) td {
    padding-bottom: 10px;
}

.about-box + .attention {
    text-align: right;
}

.about-img {
    position: absolute;
    bottom: 50px;
    right: 75px;
    box-shadow: 0 3px 20px rgba(0 0 0 / 0.2);
}

#speaker {
    margin-top: 0;
}

.speaker-box {
    align-items: flex-start;
}

.speaker-box + .speaker-box {
    margin-top: 40px;
}

#speaker .speaker-name-option {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 18px;
    border-radius: 3px;
    color: var(--page-color);
    border: 1px solid var(--page-color);
    font-size: 13px;
    line-height: 1;
}

#speaker .speaker-name {
    font-size: 20px;
}

.speaker-title {
    font-size: 0.9em;
}

.speaker-text {
    font-size: 0.9em;
}

.speaker-link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5em;
    font-size: 12px;
}

#recommend {}

.recommend-wrap {}

.recommend-box {
    gap: 0 var(--gap-size);
    align-items: flex-start;
    padding: var(--gap-size);
    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);
}

.recommend-box:not(:last-of-type) {
    margin-bottom: var(--gap-size);
}

.recommend-box:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.recommend-title {
    margin-bottom: 10px;
}

#recommend .recommend-type {
    display: inline-block;
    padding: 1em 1.5em;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background-color: var(--page-color);
    border-radius: 2em;
}

#recommend .recommend-name {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}

.recommend-box .content-text {
    position: relative;
    padding-left: 28px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}

.recommend-box .content-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 0.75em;
    left: 3px;
    border-radius: 5px;
    background-color: var(--page-color);
}

#user {}

.user-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 45px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.user-head::before,
.user-head::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
}

.user-list {
    padding: 0 15px;
    flex-wrap: nowrap;
}

.user-img {
    position: relative;
}

.user-img::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url(../img/check.svg) no-repeat center;
    background-size: contain;
}

.user-img img {
    border-radius: 75px;
}

.user-title {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

#face {}

.face-box {
    position: relative;
    padding: 45px 50px;
    margin-top: 60px;
    background-color: #d0e7f7;
    border-radius: 10px;
}

.face-head {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.face-head strong {
    color: var(--page-color);
}

.face-text {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.face-list {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 30px;
}

.face-list li {
    width: calc((100% - 24px) / 4);
}

.face-list li img {
    width: 100%;
    height: auto;
}

.face-box + .attention {
    text-align: right;
}


#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: 20px;
        letter-spacing: 0.1em;
    }

    .content-head:has(.content-head-sub) {
        flex-direction: column;
        gap: 10px;
    }

    .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 {
        text-align: center;
    }

    .content-info-head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 20px;
    }

    #contain .content-head-sub {
        padding: 8px 16px;
        font-size: 14px;
    }

    #catch .catch-head-first {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .about-box {
        position: relative;
        padding: 35px 25px 25px 25px;
        margin-top: 45px;
    }

    .about-head {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        font-size: 14px;
    }

    .about-img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 20px;
    }

    .about-table th {
        padding-right: 1.5em;
        white-space: nowrap;
    }

    .catch-box .content-info-head {
        justify-content: center;
    }

    .speaker-box {
        flex-direction: column;
    }

    .speaker-box .content-photo {
        width: 100%;
        text-align: center;
    }

    #speaker .speaker-box .content-photo img {
        width: 50%;
    }

    .speaker-box .content-info-head {
        justify-content: center;
        font-size: 1.3em;
    }

    #speaker .speaker-name {
        margin-top: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    #speaker .speaker-name i {
        display: none;
    }

    #speaker .speaker-name em {
        font-size: 14px;
    }

    #speaker .speaker-name-option {
        margin-right: 0;
        padding: 8px 16px;
        font-size: 14px;
    }
    .speaker-box .content-info-head.speaker-title {
        font-size: 1.0em;
    }

    .speaker-text {
        font-size: 1.0em;
    }

    .speaker-link {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .speaker-link span {
        display: none;
    }

    .speaker-link a {
        word-break: break-all;
    }

    .speaker-box + .speaker-box {
        margin-top: 20px;
    }

    #recommend .recommend-type {
        padding: 10px 20px;
        font-size: 14px;
    }

    .recommend-box {
        flex-direction: column;
        gap: var(--gap-size);
    }

    #recommend .recommend-name {
        margin-top: 15px;
        font-size: 20px;
    }

    #recommend .recommend-name i {
        display: none;
    }

    .recommend-box .content-text {
        padding-left: 20px;
    }

    .recommend-box .content-text::before {
        width: 7px;
        height: 7px;
        top: 0.75em;
        left: 0;
    }

    .user-head {
        gap: 0 15px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .user-list {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 20px 20px;
    }

    .user-list li {
        width: calc((100% - 40px) / 3);
    }

    .user-img::before {
        width: 24px;
        height: 24px;
        background-size: contain;
    }

    .user-title {
        margin-top: 10px;
        font-size: 12px;
    }

    .user-title br {
        display: none;
    }

    .face-box {
        padding: 25px;
        margin-top: 0;
    }

    .face-head {
        font-size: 20px;
    }

    .face-text {
        margin-top: 10px;
        font-size: inherit;
    }

    .face-list {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 25px;
    }

    .face-list li {
        width: calc((100% - 10px) / 2);
    }





    #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;
    }

}