.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: #ef8d1e;
    --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;
    color: rgba(26 154 159 / 1.0);
}

@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: #fcdf96;
}

#contain .attention {
    margin-top: 1.5em;
    font-size: 11px;
    filter: opacity(0.8);
    line-height: 1.8;
    word-break: break-all;
}

br.smpbr {
    display: none;
}

#main {}

#trouble {
}

.trouble-list-wrap {
    position: relative;
}

.trouble-list {
    gap: 50px;
    align-items: flex-start;
}

.trouble-list li {
    width: calc((100% - 100px) / 3);
}

.trouble-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#trouble .trouble-num {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: var(--strong-color);
    border: 1px solid var(--strong-color);
    font-size: 13px;
    line-height: 1;
}

.trouble-img {
    margin-bottom: 25px;
    text-align: center;
}

.trouble-img img {
    border-radius: 90px;
}

.solution-head {
    position: relative;
    margin-top: 75px;
    padding: 18px;
    text-align: center;
    background-color: var(--seminar-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(--seminar-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,
.topics-text strong  {
    background-color: #fcdf96;
    color: #333;
}

.topics-box {
    position: relative;
    padding: 50px;
    border: 1px solid #d1dddb;
}

.topics-box::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    background: url("img/topics_icon.png") no-repeat center;
    background-size: contain;
}

.topics-head {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.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(--strong-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;
}

#about {}

.about-box {
    gap: 0 50px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.about-box + .about-box {
    margin-top: 60px;
}

.about-box:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.about-img,
.about-text {
    width: calc((100% - 50px) / 2);
}

.about-img {
    text-align: center;
}

.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-package {
    position: relative;
    margin-top: 60px;
    padding: 50px 0;
    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;
}

#provide {}

.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 img {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.provide-info {
    flex: 1;
}

.provide-num {
    display: inline-block;
}

.provide-title {
    margin-top: 20px;
    margin-bottom: 15px;
    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 25px;
    margin-top: 25px;
    background-color: var(--strong-color);
    color: #fff;
    border-radius: 5px;
}

.acoms {
    gap: 50px;
    margin-top: 60px;
    padding: 50px 50px 50px 70px;
    border: 1px solid #333;
}

.acoms-logo {
    width: 200px;
}

.acoms-text {
    flex: 1;
}






.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;
}

.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;
    border: 1px solid #d9d9d9;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    background-color: #f0f0f0;
    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: 20px 100px 80px 100px;
    background: #151010;
}

#inquiry.content-box {
    margin: 0 auto;
}

.inquiry-head {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #fff;
}

.inquiry-text {
    text-align: center;
    color: #fff;
}

.inquiry-cost {
    padding: 20px;
    margin-top: 35px;
    background: #333;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#inquiry .inquiry-cost span {
    font-size: 13px;
}

#form input[type=text] {
    padding: 1.0em 1.25em;
    border: 2px solid #151010;
    border-radius: 5px;
}

#form input[type=text]:focus {
    border: 2px solid rgba(26 154 159 / 1.0);
    /* background-color: #c2e1e2; */
}

#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; */
    background-color: rgba(26 154 159 / 1.0);
    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;
    color: #fff;
}

.form-policy {
    margin-top: 35px;
    text-align: center;
}

.form-policy-text {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.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;
    color: #fff;
}

.form-policy label:has(#form-policy:checked) {
    font-weight: bold;
    color: rgba(26 154 159 / 1.0);
}

#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: rgba(26 154 159 / 1.0);
    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: 40px 30px;
    }

    .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 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-align: center;
    }

    #trouble .trouble-num {
        margin-right: 12px;
        margin-bottom: 0;
        padding: 6px 10px;
        font-size: 12px;
    }

    .trouble-img {
        width: 40%;
        margin-bottom: 15px;
        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;
    }

    #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;
    }

}