.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;
}
:root {
    --seminar-color: #00698d;
}
#contain {
    position: relative;
    padding: 0;
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #111;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#contain i, span {
    font: inherit;
}
#contain img {
    vertical-align: bottom;
}
#contain strong {
    font-weight: bold;
}
#contain a {
    font-weight: bold;
}
#contain a:hover {
    opacity: 0.7;
}

.content-box {
}
.content-box:not(:last-of-type) {
	margin-bottom: 60px;
}
.content-head {
    position: relative;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.7;
}
.attention {
    margin-top: 1em;
    font-size: 11px;
    filter: opacity(0.8);
    line-height: 1.7;
    text-align: right;
}
br.smpbr {
    display: none;
}
.btn-wrap-side {
    position: fixed;
    flex-direction: column;
    width: 46px;
    top: 50%;
    right: 0;
    transform: translateY(-30%);
    gap: 8px;
}
.btn-wrap-side .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5em 0;
    background: #faae0a;
    border-radius: 5px 0 0 5px;
}
.btn-wrap-side .btn span {
    display: table-cell;
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    color: #111;
    font-weight: bold;
}
.btn-wrap-side .btn-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5em 0;
    /*border: 1px solid #097bd1;*/
    border-radius: 5px 0 0 5px;
    background: rgba(9 123 209 / 0.2);
}
.btn-wrap-side .btn-sub span {
    display: table-cell;
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    color: #097bd1;
    font-size: 14px;
    font-weight: bold;
}

#main {
    margin-bottom: 45px;
}

#movie {
}
.mov-box {
    width: 100%;
    margin-bottom: 3rem;
}
.mov-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}

#photo {
}
.photo-list {
    margin-top: 30px;
    gap: 30px;
    align-items: stretch;
}
.photo-list li {
    width: calc((100% - 30px) / 2);
    height: 320px;
}
.photo-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relation-head {
    margin-bottom: 1.5em;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.relation-list {
    gap: 40px;
    align-items: flex-start;
}
.relation-list li {
    position: relative;
    width: calc((100% - 80px) / 3);
}
.relation-link {
    display: none;
    width: 100%;
    text-align: center;
    color: #097bd1;
    line-height: 1;
    font-size: 14px;
    /*text-decoration: underline;*/
}
.relation-img {
    width: 100%;
}
.relation-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.relation-name {
    margin: 1em 0 0.5em 0;
    line-height: 1.7;
    font-weight: bold;
}
.relation-text {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.7;
}
.relation-bottom {
    display: block;
    margin-top: 0.25em;
    font-size: 13px;
    /*text-decoration: underline;*/
    text-align: left;
    line-height: 1;
}


@media (max-width: 768px) {
    #contain img  {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 599px) {
    #contain {
        font-size: 14px;
    }
    #contain {
        padding: 20px 0 0 0;
        width: 90%;
    }
    br.smpbr {
        display: inline;
    }
    .content-head {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .content-head i {
        display: none;
    }
    
    .content-box:not(:last-of-type) {
        margin-bottom: 45px;
    }
    
    .btn-wrap-side {
        width: 100%;
        padding: 15px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        transform: none;
        background-color: #fff;
        gap: 0;
        z-index: 100;
    }
    .btn-wrap-side .btn {
        width: 100%;
        padding: 0.8em 0;
        border-radius: 5px;
    }
    .btn-wrap-side .btn span {
        display: inline;
        writing-mode: inherit;
        text-align: center;
        vertical-align: middle;
        color: #111;
        font-size: 16px;
    }
    .btn-wrap-side .btn-sub {
        display: none;
        width: 100%;
        padding: 0.5em 0;
        border: none;
        border-radius: 0;
    }
    .btn-wrap-side .btn-sub span {
        display: inline;
        writing-mode: inherit;
        text-align: center;
        vertical-align: middle;
        color: #097bd1;
        font-size: 14px;
    }
    
    #main {
        margin-bottom: 30px;
    }
    .photo-list {
        margin-top: 15px;
        gap: 15px;
    }
    .photo-list li {
        width: 100%;
        height: 200px;
    }
    .photo-head-img {
        height: 200px;
    }
    #photo .photo-head-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #photo .photo-list li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .relation-head {
        margin-bottom: 1.2em;
        font-size: 20px;
    }
    .relation-list {
        gap: 20px;
    }
    .relation-list li {
        width: 100%;
        display: flex;
        column-gap: 15px;
        align-items: center;
    }
    .relation-link {
        display: inline;
        font-size: 13px;
    }
    .relation-link::before,
    .relation-bottom::before {
        content: ">>";
    }
    .relation-img {
        width: 30%;
    }
    .relation-info {
        flex: 1;
    }
    .relation-name {
        margin: 0 0 0.2em 0;
    }
    .relation-text {
        display: none;
        font-size: 12px;
    }
    
    
    div.page_scroll.cv_btn,
    .practice-info-box,
    div.sp_line {
        display: none;
    }

}