/* 受験生サイト新メニュー */
.toggle-menu .toggle-flex {
    padding: 3vw 0;
}

.toggle-menu .toggle-flex>div.nav-menu {
    width: calc(100% - 530px);
}

.toggle-menu .nav-menu nav .sin-ul .content-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #454545;
    border-bottom: none;
}

.toggle-menu .nav-menu nav .sin-ul .content-title:first-of-type {
    font-size: 22px;
}

.toggle-menu .nav-menu nav .sin-ul .content-sub-title {
    font-size: 13px;
    letter-spacing: 2px;
}

.toggle-menu .nav-menu ul.sin-ul>li>a {
    padding: 0;
}

.toggle-menu .nav-menu ul.sin-ul>li::before {
    content: "";
    display: block;
    width: 9px;
    border: solid 1px rgba(216, 48, 0, .4);
    position: absolute;
    top: 24px;
    left: -24px;
}

.toggle-menu .nav-menu nav .sin-ul .content-title:first-of-type::before {
    top: 27px;
}

.toggle-menu .nav-menu ul.sin-ul>li:hover::before {
    content: "";
    display: none;
}

.toggle-menu .nav-menu ul.sin-ul>li:hover>a::before {
    opacity: 1;
}

.toggle-menu .nav-menu ul.sin-ul>li>a::before {
    transform: unset;
    top: 4px;
    left: -24px;
}

.toggle-menu .nav-menu .btn-official {
    background: #F4EFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 229px;
    height: 43px;
    font-size: 18px;
    color: #D83000;
    margin-top: 32px;
}

.toggle-menu .toggle-flex>div.toggle-flex-right {
    width: 530px;
}

.toggle-menu .toggle-flex-right h3 {
    color: #D83000;
    font-family: "A1明朝" !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
}

.toggle-menu .toggle-flex-right .nav-banner-topics {
    margin-top: 8px;
}

.toggle-menu .toggle-flex-right h3:nth-of-type(2) {
    margin-top: 40px;
}

.toggle-menu .toggle-flex-right .banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 530px;
    margin-top: 8px;
}

.toggle-menu .toggle-flex-right .banner-container img {
    width: 125px;
    height: auto;
}

.toggle-menu .toggle-flex-right .banner-container a:nth-of-type(-n+3),
.toggle-menu .toggle-flex-right .banner-container a:nth-of-type(5) {
    margin-right: 10px;
}

.toggle-menu .toggle-flex-right .banner-container a:nth-of-type(n+5) img {
    width: 260px;
    height: auto;
    margin-top: 24px;
}

.toggle-menu .toggle-flex-right .links-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 530px;
    margin-top: 48px;
}

.toggle-menu .toggle-flex-right .links-container a {
    background: rgba(216, 48, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 25px;
    font-size: 14px;
    color: #000;
    padding: 12px 8px;
}

.toggle-menu .toggle-flex-right .links-container a:not(:nth-of-type(5n)) {
    margin-right: 7px;
}

.toggle-menu .toggle-flex-right .links-container a:nth-of-type(n+6) {
    margin-top: 7px;
}

@media screen and (max-width: 767px) {

    .toggle-menu .menu-sp h3 {
        color: #D83000;
        font-family: "A1明朝" !important;
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 24px;
    }

    .toggle-menu .menu-sp .wrapper1 {
        padding: 0 16px;
    }

    .toggle-menu .menu-sp .nav-menu {
        width: 100%;
    }

    .toggle-menu .menu-sp .nav-menu nav .sin-ul {
        margin-top: 24px;
    }

    .toggle-menu .menu-sp .nav-menu nav .sin-ul .content-title {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #454545;
        border-bottom: solid 1px #E6E6E6;
    }

    .toggle-menu .menu-sp .nav-menu nav .sin-ul .content-title:last-of-type {
        border-bottom: none;
    }

    .toggle-menu .menu-sp .nav-menu nav .sin-ul .content-title:first-of-type {
        font-size: 22px;
    }

    .toggle-menu .menu-sp .nav-menu nav .sin-ul .content-sub-title {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .toggle-menu .menu-sp .nav-menu ul.sin-ul>li>a {
        padding: 0;
        margin-left: 42px;
        color: #3E3E3E;
    }

    .toggle-menu .menu-sp .nav-menu ul.sin-ul>li>a::before {
        content: "";
        background: url('./beautiful_lab/assets/img/header/toggle-nav-icon.png') no-repeat center center / contain;
        width: 9px;
        height: 23px;
        position: absolute;
        top: 2px;
        left: -24px;
        opacity: 1;
    }

    .toggle-menu .menu-sp .nav-menu ul.sin-ul>li>a br {
        display: block !important;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 530px;
        margin-top: 16px;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(-n+3),
    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(5) {
        margin-right: unset;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(1),
    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(3) {
        margin-right: 10px;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(3),
    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(4) {
        margin-top: 10px;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(n+5) img {
        margin-top: unset;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(5) {
        margin-top: 32px;
    }

    .toggle-menu .menu-sp .toggle-flex-right .banner-container a:nth-of-type(6) {
        margin-top: 10px;
    }

    .toggle-menu .menu-sp .links-container {
        background: #D83000;
        padding: 32px 16px;
        display: block;
        width: 100%;
        max-width: unset;
        margin-top: 48px;
        color: #fff;
        text-align: center;
    }

    .toggle-menu .menu-sp .links-container a {
        background: unset;
        display: inline;
        width: auto;
        height: auto;
        font-size: 13px;
        color: #fff;
        padding: 0
    }

    .toggle-menu .menu-sp .links-container a:not(:nth-of-type(5n)) {
        margin-right: unset;
    }

    .toggle-menu .menu-sp .links-container a:nth-of-type(n+6) {
        margin-top: unset;
    }

    .toggle-menu .menu-sp .links-container a.btn-official {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 329px;
        height: 57px;
        font-size: 18px;
        font-weight: bold;
        color: #D83000;
        margin: 24px auto 0;
    }

}

/* トップページファーストビューオープンキャンパスボタン */
#mv .oc-btn {
    position: absolute;
    top: 140px;
    right: 60px;
}

#mv .oc-btn img {
    width: 200px;
    height: auto;
}

@media screen and (max-width: 767px) {
    #mv .oc-btn {
        top: 100px;
        right: 16px;
    }

    #mv .oc-btn img {
        width: 140px;
        height: auto;
    }
}

.sanpo__bg {
    background-image: url(./assets/img/hrs/sanpo.background.png);
    background-position: center;
    background-size: cover;
    height: 362px;
    width: 100%;
    padding: 0 25px;
}

.sanpo__bg .sp_only {
    display: none;
}

@media (max-width: 767px) {
    .sanpo__bg {
        background-image: url(./assets/img/hrs/sanpo.backgroundSp.jpg);
        background-position: bottom;
        height: 745px;
    }

    .sanpo__bg .sp_only {
        display: block;
    }
}

.sanpo {
    width: 85%;
    margin: 0 auto;
    padding: 0 25px;
    color: #454545;
}

@media (max-width: 767px) {
    .sanpo {
        width: 95%;
    }
}

.sanpo__heading {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    padding-left: 24px;
    margin-top: 80px;
    line-height: 2.2;
    letter-spacing: 0.2em;
    border-left: solid 6px #D83000;
}

@media (max-width: 767px) {
    .sanpo__heading {
        font-size: 18px;
        margin-top: 45px;
    }
}

.sanpo__partition {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 10px auto 20px;
}

.sanpo__wrapper--text {
    font-size: 16px;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 0.2em;
}

@media (max-width: 767px) {
    .sanpo__wrapper--text {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.07em;
        margin-bottom: 40px;
    }
}

.sanpo__link {
    width: 100%;
    margin: 80px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sanpo__link .sanpo__btn {
    font-size: 16px;
    letter-spacing: 0.2em;
    width: 213px;
    height: 61px;
    background-color: #D83000;
    color: #fff;
    text-align: center;
    padding: 16px;
}

.sanpo__link .sanpo__btn .sp_only {
    display: none;
}

.sanpo__link .sanpo__btn:hover {
    color: #fff;
}

.sanpo__link .sanpo__btn.wide_banner {
    width: 782px;
    height: 83px;
    padding: 28px;
}

@media (max-width: 767px) {
    .sanpo__link {
        margin: 60px auto;
    }

    .sanpo__link .sanpo__btn {
        font-size: 14px;
        width: 160px;
        height: 46px;
        padding: 8px;
    }

    .sanpo__link .sanpo__btn .sp_only {
        display: block;
    }

    .sanpo__link .sanpo__btn.wide_banner {
        width: 290px;
        height: 74px;
        padding: 12px;
    }
}

@media (max-width: 320px) {
    .sanpo__link .sanpo__btn.wide_banner {
        font-size: 12px;
    }
}

/* 寄付金申し込みページ */
.donate__link {
    width: 100%;
    margin: 40px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donate__link .donate__btn {
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 668px;
    height: 61px;
    background-color: #D83000;
    color: #fff;
    text-align: center;
    padding: 16px;
}

.donate__link a.donate__btn:hover,
.donate__link a.donate__btn:visited:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {

    .report .pc_only,
    .donation__wrapper .pc_only {
        display: none;
    }

    .donate__link .donate__btn {
        font-size: 14px;
        padding: 6px;
    }

}

/* 地域貢献への取り組み-親子教室 */
.contribution .contribution__body-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.contribution .contribution__body-flex .text-box {
    width: calc(100% - 574px);
    padding-right: 24px;
}

.contribution .contribution__body-flex .text-box .start-from {
    background-color: #F7F7F7;
    color: #D82F19;
    width: 100%;
    padding: 14px 25px;
    margin-top: 20px;
}

.contribution .contribution__body-flex .contribution__image {
    width: 283px;
    height: auto;
}

.contribution .contribution__body-flex picture:first-of-type {
    margin-right: 8px;
}

.contribution .contribution__course-list {
    background-color: #FCEEEA;
    color: #454545;
    width: 100%;
    margin-top: 64px;
    padding: 48px 32px;
}

.contribution .contribution__course-list .course-list-headings {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
}

.contribution .contribution__course-list .course-title {
    background-color: #fff;
    padding: 12px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 48px;
    cursor: pointer;
}

.contribution .contribution__course-list .number {
    background-color: #D82F19;
    color: #fff;
    font-size: 16px;
    padding: 4px 6px 4px 9px;
    margin-right: 16px;
}

.contribution .contribution__course-list .course-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 32px;
}

.contribution .contribution__course-list .course-body .course-body-text {
    width: 80%;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
}

.contribution .contribution__course-list .course-body .course-body-text.w-narrow {
    width: 60%;
}

.contribution .contribution__course-list .course-body .course-body-image {
    width: 20%;
}

.contribution .contribution__course-list .course-body .course-body-image.w-wide {
    width: 40%;
}

.contribution .contribution__course-list .course-body .course-body-image .contribution__image {
    width: 174px;
    height: auto;
}

.contribution .contribution__course-list .course-description {
    background-color: rgba(255, 255, 255, .6);
    font-size: 16px;
    padding: 16px;
    margin-top: 32px;
    letter-spacing: 2px;
    line-height: 2;
}

.contribution .contribution__form-btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.contribution .contribution__form-btn-area .entry-btn {
    background-color: #D83000;
    color: #fff;
    padding: 16px;
    letter-spacing: 2px;
    width: 270px;
    height: 62px;
    text-align: center;
}

.contribution .sp-only {
    display: none;
}

@media screen and (max-width: 767px) {

    .contribution .sp-none {
        display: none;
    }

    .contribution .sp-only {
        display: block;
    }

    .contribution .contribution__body-flex {
        flex-direction: column;
    }

    .contribution .contribution__body-flex .text-box {
        width: 100%;
        padding-right: unset;
    }

    .contribution .contribution__body-flex .text-box .start-from {
        font-size: 12px;
        text-align: center;
        padding: 10px;
    }

    .contribution .contribution__body-flex .contribution__image {
        width: 100%;
        height: auto;
    }

    .contribution .contribution__body-flex picture:first-of-type {
        margin-right: unset;
        margin-bottom: 8px;
        margin-top: 32px;
    }

    .contribution .contribution__course-list {
        padding: 32px 16px;
        margin-top: 40px;
    }

    .contribution .contribution__course-list .course-list-headings {
        font-size: 17px;
    }

    .contribution .contribution__course-list .number,
    .contribution .contribution__course-list .course-title-inline {
        display: inline-block;
        vertical-align: middle;
    }

    .contribution .contribution__course-list .course-title-inline {
        width: 71%;
    }

    .contribution .contribution__course-list .course-title {
        margin-top: 32px;
        font-size: 15px;
    }

    .contribution .contribution__course-list .course-body {
        flex-direction: column;
    }

    .contribution .contribution__course-list .course-body .course-body-text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
    }

    .contribution .contribution__course-list .course-body .course-body-text.w-narrow {
        width: 100%;
    }

    .contribution .contribution__course-list .course-body .course-body-image {
        width: 100%;
        margin-top: 16px;
    }

    .contribution .contribution__course-list .course-body .course-body-image.w-wide {
        width: 100%;
    }

    .contribution .contribution__course-list .course-description {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 16px;
    }

    .contribution .contribution__course-list .course-body .course-body-image .contribution__image {
        width: 170px;
        height: auto;
    }

    .contribution .contribution__form-btn-area .entry-btn {
        width: 100%;
    }
}

/* アコーディオン */
.contribution .toggle-box {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    border: 1px solid #D83000;
    margin-left: 10px;
    vertical-align: sub;
}

.contribution .toggle-box span {
    position: absolute;
    height: 1px;
    width: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: .2s;
    background-color: #D83000;
}

.contribution .toggle-box span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.contribution .toggle-box.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(0);
}

.contribution .accordion-container {
    display: none;
}

/* 研究活動（子ども好適空間研究概要） */
.summary-header {
    height: 320px;
    width: 100%;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-header h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #454545;
    margin-top: 64px;
}

.summary-container {
    width: 85%;
    margin: 0 auto;
    padding: 80px 96px;
    background-color: #F7F7F7;
}

.summary-container:nth-child(n+3) {
    margin-top: 96px;
}

.summary-container h2 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    color: #454545;
}

.summary-block {
    margin: 64px auto 0;
    width: 100%;
}

.summary-block:not(:first-of-type) {
    margin-top: 96px;
}

.summary-block .title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #D83000;
}

.summary-block .author {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #454545;
}

.summary-block .content {
    margin: 30px auto 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    color: #454545;
    line-height: 2.2;
}

.summary-block .image {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.summary-block .btn-area {
    margin: 64px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-block .btn-area a {
    width: 308px;
    height: 48px;
    background-color: #D83000;
    padding: 10px 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .summary-header {
        height: 200px;
        margin-top: 70px;
    }

    .summary-header h1 {
        font-size: 24px;
        line-height: 1.5;
        margin-top: 0;
    }

    .summary-container {
        width: 100%;
        padding: 64px 24px;
    }

    .summary-container h2 {
        font-size: 20px;
    }

    .summary-block .title {
        font-size: 16;
    }

    .summary-block .btn-area a {
        width: 100%;
    }
}

.summary-header br.sp,
.summary-container br.sp {
    display: none;
}

@media screen and (max-width: 767px) {

    .summary-header br.sp,
    .summary-container br.sp {
        display: block;
    }

}

/* 研究活動 */
.university .accordion-inner-list {
    padding: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
    .university .accordion-inner-list {
        padding: 0 20px 0;
    }
}

/* 修学上の情報等 */
#release-info .univ-release-table table {
    width: 100%;
    border: solid 2px #ccc;
}

#release-info .univ-release-table table th,
#release-info .univ-release-table table td {
    border: solid 1px #ccc;
    padding: 1rem 1.5rem;
    vertical-align: middle;
    font-size: 15px;
}

@media screen and (max-width: 480px) {

    #release-info .univ-release-table table th,
    #release-info .univ-release-table table td {
        font-size: 13px;
        white-space: nowrap;
    }
}

#release-info .univ-release-table table .w10 {
    width: 10%;
}

#release-info .univ-release-table table .w16 {
    width: 16%;
}

#release-info .univ-release-table table .w20 {
    width: 20%;
}

#release-info .univ-release-table table .w32 {
    width: 32%;
}

#release-info .univ-release-table table .center {
    text-align: center;
}

/* table01 */
#release-info .univ-release-table table.table01 th {
    background-color: #f7f7f7;
    color: #D83000;
    font-weight: 800;
    text-align: center;
}

#release-info .univ-release-table table.table01 tr:nth-of-type(2) td {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table01 {
        width: 750px;
        height: 372px;
    }
}

/* table02 */
#release-info .univ-release-table table.table02 tr:first-of-type th {
    background-color: #D83000;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

#release-info .univ-release-table table.table02 tr:nth-of-type(2) th {
    background-color: #f7f7f7;
    color: #D83000;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table02 {
        width: 750px;
        height: 423px;
    }
}

/* table03 */
#release-info .univ-release-table table.table03 th {
    background-color: #f7f7f7;
}

#release-info .univ-release-table table.table03 tr:nth-of-type(2) td {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table03 {
        width: 750px;
        height: 124px;
    }
}

/* table04 */
#release-info .univ-release-table table.table04 th,
#release-info .univ-release-table table.table04 tr:nth-of-type(2) td {
    background-color: #f7f7f7;
}

#release-info .univ-release-table table.table04 tr:nth-of-type(n+3) td:nth-child(even) {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table04 {
        width: 750px;
        height: 280px;
    }
}

/* table05 */
#release-info .univ-release-table table.table05 {
    width: 637px;
}

#release-info .univ-release-table table.table05 th {
    background-color: #f7f7f7;
}

#release-info .univ-release-table table.table05 tr:nth-of-type(2) td {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table05 {
        width: 637px;
        height: 141px;
    }
}

/* table06 */
#release-info .univ-release-table table.table06 th {
    background-color: #f7f7f7;
    color: #D83000;
    font-weight: 800;
    text-align: center;
}

#release-info .univ-release-table table.table06 tr:nth-of-type(n+3) td {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table06 {
        width: 750px;
        height: 372px;
    }
}

/* table07 */
#release-info .univ-release-table table.table07 th {
    background-color: #f7f7f7;
}

#release-info .univ-release-table table.table07 tr:nth-of-type(3) td {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table07 {
        width: 750px;
        height: 124px;
    }
}

/* table08 */
#release-info .univ-release-table table.table08 th,
#release-info .univ-release-table table.table08 tr:nth-of-type(2) td {
    background-color: #f7f7f7;
}

#release-info .univ-release-table table.table08 tr:nth-of-type(n+3) td:nth-child(odd):not(:first-child) {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table08 {
        width: 750px;
        height: 280px;
    }
}

/* table09 */
#release-info .univ-release-table table.table09 {
    width: 637px;
}

#release-info .univ-release-table table.table09 th {
    background-color: #f7f7f7;
}

#release-info .univ-release-table table.table09 tr:nth-of-type(3) td {
    background-color: #fceeea;
}

@media screen and (max-width: 480px) {
    #release-info .univ-release-table table.table09 {
        width: 637px;
        height: 141px;
    }
}

#release-info td.white-back {
	background-color: #fff!important;
}
#release-info td.red-back {
	background-color: #fceeea!important;
}

/* 新入生のみなさんへ */
#firstyear-mv {
    height: 567px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#firstyear-mv .wrap {
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#firstyear-mv .text-box {
    width: 548px;
    height: 296px;
}

#firstyear-mv .text-box .inner {
    background-color: #D83000;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#firstyear-mv.firstyear .minion {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

#firstyear-mv.firstyear .firstyear-mv-title {
    font-size: 44px;
    letter-spacing: 4px;
    font-weight: bold;
    margin: -10px 0 15px;
}

#firstyear-mv .text-box .shadow {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
}

#firstyear-mv .text-box .shadow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstyear-content-list {
    width: 60%;
    max-width: 800px;
    margin: 64px auto;
}

.firstyear-content-list-item {
    padding: 16px 32px;
    border-bottom: 1px dashed #FFB7A3;
}

.firstyear-content-list-item .icon-new {
    font-size: 10px;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    background: #D94C23;
    border-radius: 12px;
    margin-right: 8px;
}

.firstyear-content-list-item .date {
    font-size: 12px;
    font-weight: bold;
    color: #909090;
    letter-spacing: 2px;
}

.firstyear-content-list-item .firstyear-title {
    font-size: 18px;
    font-weight: bold;
    color: #3B3030;
    margin-top: 8px;
}

.firstyear-content-list-item .description {
    font-size: 14px;
    color: #3B3030;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    #firstyear-mv {
        height: 184.8vw;
        background-size: cover;
        background-position: 10% center;
        background-repeat: no-repeat;
    }

    #firstyear-mv .text-box {
        width: 90%;
        height: auto;
        margin-top: auto;
        margin-bottom: 100px;
    }

    #firstyear-mv .text-box .inner {
        padding: 24px 16px;
        font-size: 16px;
    }

    #firstyear-mv.firstyear .minion {
        font-size: 14px;
        margin-bottom: 16px;
    }

    #firstyear-mv.firstyear .firstyear-mv-title {
        font-size: 16px;
        margin: -10px 0 15px;
    }

    .firstyear-content-list {
        width: 95%;
        margin: 32px auto 64px;
    }

    .firstyear-content-list-item {
        padding: 16px;
    }

    .firstyear-content-list-item .firstyear-title {
        font-size: 18px;
    }

    .firstyear-content-list-item .description {
        font-size: 16px;
    }
}