@charset "UTF-8";

/* 講座詳細ページの画像を表示する場合、コメントアウト */
#media-posts .schedule-box .schedule-detail .detail-img {
    display: none!important;
}


html {
    font-size: 62.5%;
    min-width: 375px;
}
body {
    color: #222222;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
h2,h3,h4,h5 {
    font-weight: 500;
}
a {
    color: #222222;
}
a:hover {
    opacity: .8;
}
.sp-br {
    display: none;
}
.pc-none {
    display: none;
}
.hide {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

#mv {
    color: #ffffff;
    height: 100vh;
    min-height: 800px;
    max-height: 850px;
    background: linear-gradient(to right, #0F103D77 30%, #0F103D11 100%), url("../images/mv.jpg");
    background-size: cover;
    padding: 110px 0 0 6.25%;
    text-shadow: 1px 3px 3px #00000066;
}
#mv .mv-tx {
    font-family: "Zen Old Mincho", serif;
}
#mv .sub-title {
    font-size: 2.4rem;
    font-family: "Michroma", serif;
}
#mv h1 {
    font-size: 6.0rem;
    font-weight: 700;
    color: #F8F032;
}
#mv p.mv-lead {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 15px 25px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: 25px;
    margin-bottom: 60px;
}
#mv .mv-btns {
    display: flex;
    gap: 20px;
}
#mv .mv-btns a {
    padding: 20px 30px 20px 40px;
    color: #ffffff;
    font-size: 1.7rem;
    border-radius: 5px;
}
#mv .mv-btns a span {
    color: #F8F032;
    font-size: 2.4rem;
    font-weight: 500;
    margin-right: 5px;
}
#mv .mv-btns .btn-kiso {
    background: linear-gradient(to bottom, #138AFA 0%, #004C93 100%);
}
#mv .mv-btns .btn-ouyou {
    background: linear-gradient(to bottom, #F34CAC 0%, #8A0451 100%);
}
#mv .mv-summary {
    display: inline-block;
    margin-top: 30px;
    margin-left: 5px;
    font-size: 2.0rem;
}
#mv .mv-summary .mv-summary-title {
    display: inline-block;
    min-width: 110px;
    font-weight: 500;
    padding-left: 12px;
    position: relative;
}
#mv .mv-summary .mv-summary-title::before {
    content: "";
    display: block;
    height: 17px;
    width: 3px;
    background-color: #F8F032;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

nav.header-menu {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 40px;
    border-bottom: 3px solid #F8F032;
    background-color: #ffffff;
    z-index: 8;
}
nav.header-menu p {
    display: flex;
    gap: 40px;
    align-items: center;
}
nav.header-menu p span {
    position: relative;
}
nav.header-menu p span::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #cccccc;
}
nav.header-menu img {
    width: 110px;
}
nav.header-menu p span img {
    width: 80px;
}
nav.header-menu ul {
    display: flex;
    gap: 20px;
}

#lead {
    padding: 120px 7%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: linear-gradient(to bottom, #03061699 0%, #030616cc 100%), url("../images/bg_2.png");
    background-size: cover;
    color: #ffffff;
}
#lead .lead-box {
    display: flex;
    align-items: center;
    gap: 5%;
}
#lead .lead-box img, #lead .lead-box .lead-tx {
    width: 47.5%;
}
#lead .lead-box .lead-tx  {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
    line-height: 1.6;
}
#lead h2 {
    font-size: 3.6rem;
    line-height: 1.3;
    font-family: "Zen Old Mincho", serif;
    color: #F8F032;
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 0;
}
#lead h2::before {
    display: none;
}

section#media {
    padding: 80px 10.5% 50px;
}
#media h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: none;
    padding: 0;
}
#media h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #F8F032;
    z-index: -1;
}
#media h2 span {
    padding: 0 30px;
    background-color: #ffffff;
}
#media ul {
    padding: 0 9%;
}
#media ul li a {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #B3B3B3;
}
#media ul li:last-child a {
    border: none;
}
#media ul li img {
    width: 200px;
    min-width: 200px;
    height: 130px;
    object-fit: contain;
    background-color: #f6f6f6;
}
#media ul li h3 {
    margin-bottom: 4px;
}
#media .posts-btn {
    margin-top: 50px;
    text-align: center;
}
#media .posts-btn a {
    font-weight: 500;
    padding: 10px 65px 10px 30px;
    border: 1px solid #222222;
    position: relative;
}
#media .posts-btn a::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: #4d4d4d;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

section {
    padding: 100px 9%;
}
section h2 {
    font-size: 3.0rem;
    line-height: 1.3;
    border-bottom: 2px solid #666666;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-bottom: 4px;
    position: relative;
}
section h2::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #F8F032;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-btn {
    text-align: center;
    margin-top: 50px;
}
.form-btn a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 18px 105px 18px 50px;
    border: 1px solid #222222;
    background-color: #F8F032;
    position: relative;
    box-shadow: 0 3px 3px #00000066;
}
.form-btn a::before {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #222222;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#schedule, #voice, #summary {
    background-color: #F1F5F7;
}
#about .about-box {
    display: flex;
    justify-content: center;
    gap: 2.5%;
}
#about .about-box .about-box-kiso, #about .about-box .about-box-ouyou {
    width: 48%;
    background-color: #ffffff;
}
#about .about-box h3 {
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}
#about .about-box .about-box-kiso {
    border: 3px solid #1480E5;
}
#about .about-box .about-box-kiso h3 {
    background-color: #1480E5;
}
#about .about-box .about-box-ouyou {
    border: 3px solid #E72B93;
}
#about .about-box .about-box-ouyou h3 {
    background-color: #E72B93;
}
#about .about-box .about-tx {
    font-size: 1.8rem;
    padding: 30px 7%;
}
#about .about-box .about-tx p {
    margin-bottom: 15px;
}
#about .about-box .about-tx p span {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
}
#about .about-box .about-btn {
    margin-top: 25px;
    text-align: center;
}
#about .about-box .about-btn a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding: 10px 40px;
    background-color: #E6E6E6;
}
#about .about-box .about-btn a::before, #about .about-box .about-btn a::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #222222;
    position: absolute;
    right: 10px;
}
#about .about-box .about-btn a::before {
    top: 42%;
    transform: rotate(40deg);
}
#about .about-box .about-btn a::after {
    top: 57%;
    transform: rotate(-40deg);
}

#lecturer .lecturer-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 20px;
}
#lecturer .lecturer-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 40px 9%;
    background-color: #F1F5F7;
    border-radius: 5px;
}
#lecturer .lecturer-list li .official-position {
    font-size: 1.5rem;
}
#lecturer .lecturer-list li img {
    max-width: 200px;
    border-radius: 50%;
}
#lecturer .lecturer-list li .lecturer-tx {
    width: 100%;
}
#lecturer .lecturer-tx h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 2px solid #E72B93;
    margin-bottom: 5px;
}
#lecturer .lecturer-tx h3 span {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 15px;
}
#lecturer .lecturer-tx .introduction {
    margin-top: 20px;
}

#schedule .schedule-box h3 {
    font-size: 2.4rem;
    color: #ffffff;
    padding: 25px 50px;
    text-align: center;
}
#schedule .schedule-all {
    display: flex;
    gap: 2.5%;
}
#schedule .schedule-all .schedule-box {
    width: 48%;
    background-color: #ffffff;
}
#schedule .schedule-kiso {
    border: 3px solid #1480E5;
}
#schedule .schedule-kiso h3 {
    background-color: #1480E5;
}
#schedule .schedule-ouyou {
    border: 3px solid #E72B93;
}
#schedule .schedule-ouyou h3 {
    background-color: #E72B93;
}
#schedule .schedule-box h3 span {
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #ffffff;
}
#schedule .schedule-box .schedule-detail {
    padding: 30px 4.5%;
}
#schedule .form-btn:first-of-type {
    margin-bottom: 50px;
}
#schedule .schedule-box .schedule-detail h4 {
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
}
#schedule .schedule-box .schedule-detail h4 span {
    font-size: 1.4rem;
}
#schedule .schedule-box .schedule-detail h4::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1480E5;
    position: absolute;
    top: 1.5rem;
    left: 0;
    transform: translateY(-50%);
}
#schedule .schedule-ouyou .schedule-detail h4::before {
    background-color: #E72B93;
}
#schedule .schedule-box .schedule-detail p {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #1480E5;
}
#schedule .schedule-ouyou .schedule-detail p {
    border-bottom: 1px solid #E72B93;
}
#schedule .schedule-box .schedule-detail li:last-of-type p {
    border: none;
    margin-bottom: 0;
}
#schedule .schedule-detail p span {
    width: 100%;
}
#schedule .schedule-detail p a {
    display: inline-block;
    width: 130px;
    position: relative;
    font-size: 1.5rem;
    padding: 3px 20px;
    background-color: #E6E6E6;
}
#schedule .schedule-detail p a::before, #schedule .schedule-detail p a::after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #222222;
    position: absolute;
    right: 10px;
}
#schedule .schedule-detail p a::before {
    top: 41%;
    transform: rotate(40deg);
}
#schedule .schedule-detail p a::after {
    top: 57%;
    transform: rotate(-40deg);
}

#voice ul.voice-list {
    margin-bottom: 30px;
    padding: 30px 3.5%;
    background-color: #ffffff;
}
#voice ul.voice-list li {
    font-size: 1.8rem;
    line-height: 1.7;
    padding-left: 22px;
    position: relative;
    border-radius: 5px;
}
#voice ul.voice-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #F8F032;
    position: absolute;
    top: 1rem;
    left: 0;
}
#voice ul.voice-img {
    display: flex;
    gap: 2.5%;
    padding: 0 8%;
}
#voice ul.voice-img li {
    width: 33.3%;
    text-align: center;
}
#voice ul.voice-img li p {
    font-size: 1.4rem;
    margin-top: 10px;
}

#summary .summary-list li {
    display: flex;
}
#summary .summary-list li div {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
#summary .summary-list li:first-of-type div {
    border-top: none;
    border-left: none;
    border-right: none;
}
#summary .summary-list .summary-list-title {
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-left: 1px solid #999999;
}
#summary .summary-list li:first-of-type .summary-list-title {
    background-color: inherit;
}
#summary li:first-of-type .summary-kiso, #summary li:first-of-type .summary-ouyou {
    font-size: 1.8rem;
    font-weight: 500;
    width: 50%;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}
#summary .summary-list li:first-of-type .summary-kiso {
    background-color: #1480E5;
}
#summary .summary-list li:first-of-type .summary-ouyou {
   background-color: #E72B93;
}
#summary .summary-list .summary-kiso, #summary .summary-list .summary-ouyou {
    width: 50%;
    background-color: #ffffff;
    padding: 20px 2%;
}
#summary .summary-list .summary-common {
    width: 100%;
    padding: 20px 2%;
    background-color: #ffffff;
}

footer {
    padding: 80px 100px 10px;
    background-color: #808080;
}
footer .footer-menu {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
footer .footer-menu .footer-left p {
    font-size: 2.0rem;
    font-weight: bold;
}
footer .footer-menu .footer-left ul {
    margin-top: 15px;
}
footer .footer-menu .footer-right ul {
    display: grid;
    gap: 3px 50px;
    grid-template-columns: repeat(2,1fr);
}
footer .footer-menu a {
    font-size: 1.5rem;
    color: #ffffff;
}
footer .sp-bottom-menu {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 10px;
    transition: .2s;
    z-index: 10;
}
footer .sp-bottom-menu a {
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    line-height: 1.15;
}
footer .sp-bottom-menu a span {
    color: #F8F032;
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 3px;
    padding-bottom: 2px; 
}
footer .sp-bottom-menu .btm-menu-kiso {
    background: linear-gradient(to bottom, #138AFA 0%, #004C93 100%);
    padding: 25px 10px;
}
footer .sp-bottom-menu .btm-menu-ouyou {
    background: linear-gradient(to bottom, #F34CAC 0%, #8A0451 100%);
    padding: 25px 10px;
}
footer .sp-bottom-menu .btm-gotop {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    border: 1px solid #808080;
    border-right: none;
}
footer .sp-bottom-menu .btm-gotop span {
    display: none;
}
footer .sp-bottom-menu .btm-gotop::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -10%) rotate(-45deg);
}
footer small {
    display: block;
    font-size: 1.4rem;
    margin-top: 60px;
    color: #ffffff;
    text-align: center;
}

#media-posts section#media, #media-posts section#schedule {
    padding-top: 180px;
}
#media-posts header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 3;
}
#media-posts #media h2::before, #media-posts #media h2::before {
    display: none;
}
#media-posts #media ul li a {
    padding: 25px 0;
}
#media-posts #media ul li a h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
#media-posts #media ul li a p {
    font-size: 1.8rem;
}
#media-posts #media ul li:first-child a {
    border-top: 1px solid #B3B3B3;
}
#media-posts #media ul li:last-child a {
    border-bottom: 1px solid #B3B3B3;
}
#media-posts #media ul li img {
    width: 300px;
    min-width: 300px;
    height: 195px;
}
#media-posts #schedule .schedule-all {
    flex-direction: column;
}
#media-posts #schedule .schedule-all .schedule-box {
    width: 100%;
}
#media-posts #schedule .schedule-box h3 {
    text-align: left;
}
#media-posts #schedule .schedule-box .schedule-detail h4 {
    flex-direction: inherit;
    flex-wrap: wrap;
}
#media-posts .schedule-box .schedule-detail .detail-img {
    display: flex;
    gap: 15px 2.5%;
    margin: 15px 20px 0;
}
#media-posts .schedule-box .schedule-detail .detail-img img {
    max-width: 45%;
    max-height: 165px;
    height: 100%;
}
#media-posts #schedule .schedule-box .schedule-detail p {
    padding-bottom: 30px;
    align-items: flex-start;
}
#media-posts h5 {
    font-weight: normal;
    font-size: 2.0rem;
    margin-top: 60px;
    text-align: center;
}
#media-posts h5 a {
    border-bottom: 1px solid #666666;
}
#media-posts .schedule-detail li {
    margin-top: -110px;
    padding-top: 110px;
}


@media screen and (min-width: 2000px) {
    section {
        padding: 100px 20%;
    }

}
    @media screen and (max-width: 1079px) {
    .pc-none {
        display: block;
    }
    #mv {
        padding: 110px 20px 50px;
        height: auto;
        background-position: 75%;
    }
    #mv .sub-title {
        font-size: 1.8rem;
    }
    #mv h1 {
        font-size: 3.6rem;
    }
    #mv p.mv-lead {
        font-size: 1.4rem;
        margin-top: 20px;
        margin-bottom: 70px;
        padding: 15px 0;
    }
    #mv .mv-btns {
        flex-direction: column;
        align-items: flex-start;
    }
    #mv .mv-btns a {
        font-size: 1.5rem;
    }
    #mv .mv-btns a span {
        font-size: 1.8rem;
    }
    #mv .mv-summary {
        font-size: 1.7rem;
    }
    #mv .mv-summary .mv-summary-title {
        min-width: 98px;
        padding-left: 10px;
    }
    #mv .mv-summary span span {
        font-size: 1.4rem;
    }

    nav.header-menu {
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding-top: 100px;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        transition: .3s;
    }
    nav.header-menu.open {
        opacity: 1;
        visibility: visible;
    }
    nav.header-menu ul {
        flex-direction: column;
        align-items: center;
    }
    nav.header-menu p {
        margin-top: 80px;
    }
    nav.header-menu img {
        width: 130px;
    }

    #lead {
        padding: 120px 5.5% 100px;
        gap: 40px;
        background-position: center;
        align-items: center;
    }
    #lead .lead-box {
        flex-direction: column-reverse;
        gap: 30px;
        max-width: 500px;
    }
    #lead .lead-box:last-of-type {
        flex-direction: column;
    }
    #lead .lead-box img, #lead .lead-box .lead-tx {
        width: 100%;
        padding: 0;
    }
    #lead h2 {
        font-size: 2.6rem;
    }

    section#media {
        padding: 80px 5.5%;
    }
    #media h2 {
        font-size: 1.8rem;
    }
    #media ul {
        padding: 0;
        max-width: 500px;
        margin: auto;
    }
    #media ul li a {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    #media ul li img {
        width: 280px;
        height: 180px;
    }
    #media ul li h3 {
        margin-bottom: 10px;
    }

    section {
        padding: 80px 5%;
    }
    section h2 {
        font-size: 2.6rem;
        padding-left: 25px;
    }

    #about .about-box {
        flex-direction: column;
        gap: 30px;
    }
    #about .about-box .about-box-kiso, #about .about-box .about-box-ouyou {
        width: 100%;
    }
    #about .about-box h3 {
        padding: 16px 0;
    }
    #about .about-box .about-tx {
        padding: 30px 5%;
    }
    #about .about-box .about-tx p {
        font-size: 1.5rem;
    }
    #about .about-box .about-tx p span {
        font-size: 1.8rem;
    }

    #lecturer .lecturer-list {
        grid-template-columns: 1fr;
    }
    #lecturer .lecturer-list li {
        gap: 15px;
        padding: 30px 7%;
    }
    #lecturer .lecturer-tx h3 {
        font-size: 2.2rem;
        padding-bottom: 5px;
    }
    #lecturer .official-position {
        font-size: 1.4rem;
    }

    #schedule .schedule-all {
        flex-direction: column;
    }
    #schedule .schedule-all .schedule-box {
        width: 100%;
    }
    #schedule .schedule-box h3 {
        padding: 20px;
    }
    #schedule .schedule-box .schedule-detail h4 {
        font-size: 1.6rem;
    }

    #voice ul.voice-list li::before {
        width: 9px;
        height: 9px;
    }
    #voice ul.voice-img {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    #voice ul.voice-img li {
        width: 100%;
        max-width: 500px;
    }

    #summary .summary-table {
        overflow: scroll;
    }
    #summary .summary-list {
        min-width: 800px;
    }

    footer {
        padding: 80px 30px 50px;
    }
    footer .footer-menu {
        flex-direction: column;
        gap: 45px;
    }
    footer .footer-menu .footer-right ul {
        gap: 2px 20px;
    }

    .hb-menu {
        position: fixed;
        top: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        z-index: 99;
        cursor: pointer;
    }
    .hb-menu span {
        display: inline-block;
        width: 35px;
        height: 3px;
        background-color: #ffffff;
        border-bottom: 1px solid #666666;
        transition: .2s;
    }
    .hb-menu.open span:first-of-type {
        width: 40px;
        transform: translateY(10px) rotate(-40deg);
    }
    .hb-menu.open span:nth-last-of-type(2) {
        display: none;
    }
    .hb-menu.open span:last-of-type {
        width: 40px;
        transform: translateY(0) rotate(40deg);
    }

    #media-posts section#media, #media-posts section#schedule {
        padding-top: 120px;
    }
    #media-posts #media ul {
        max-width: 700px;
    }
    #media-posts #media h2, #media-posts #schedule h2 {
        font-size: 2.4rem;
    }
    #media-posts #media ul li a h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    
}

@media screen and (max-width: 600px) {
    .sp-br {
        display: block;
    }
    #mv .mv-btns {
        gap: 10px;
    }
    #mv .mv-summary {
        margin-top: 20px;
    }
    #media h2 span {
        padding: 0px 5px;
        display: inline-block;
        line-height: 1.5;
    }
    footer .sp-bottom-menu {
        gap: 0;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        height: 46px;
        right: inherit;
        left: 0;
        bottom: 0;
    }
    footer .sp-bottom-menu a {
        flex-direction: row;
        gap: 0;
        justify-content: center;
        border-radius: 0;
    }
    footer .sp-bottom-menu .btm-menu-kiso {
        width: 44.5%;
        padding: 0 4.5%;
    }
    footer .sp-bottom-menu .btm-menu-ouyou {
        width: 44.5%;
        padding: 0 4.5%;
    }
    footer .sp-bottom-menu .btm-gotop {
        width: 12%;
        height: 100%;
        border: none;
    }
    footer .sp-bottom-menu .btm-gotop span {
        display: none;
    }
    footer .sp-bottom-menu .btm-gotop::before {
        left: inherit;
        transform: translateY(-15%) rotate(-45deg);
    }
    
    #media-posts #media ul li a h3 {
        font-size: 1.8rem;
    }
    #media-posts #media ul li a p {
        font-size: 1.6rem;
    }
    #media-posts .schedule-box .schedule-detail .detail-img {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }
    #media-posts .schedule-box .schedule-detail .detail-img img {
        max-width: 75%;
    }
}