@charset "utf-8";

/* CSS Document */
/*-------------------- top image-------------------- */
#top_img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 99;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    #top_img {
        border: 15px solid #fff;
    }
}

@media screen and (max-width:768px) {
    #top_img {
        height: calc(100vh - 30px);
    }
}

@media screen and (max-width:480px) {
    #top_img {
        height: 90vh;
    }
}

#top_img>span {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#top_img>span {
    animation: top 30s ease-in;
}

/* @media screen and (max-width:480px) {
    #top_img>span {
        animation: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/2025/top/top1ss.jpg);
        width: 100%;
        overflow: hidden;
    }
} */

@keyframes top {
    0% {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/2025/top/top1.jpg);
        background-color: #000;
    }

    20% {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/2025/top/top1.jpg);
        background-color: #000;
    }

    30% {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: none;
        background-color: #000;
    }
}

@keyframes top2 {
    0% {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/2025/top/top1ss.jpg);
        background-color: #000;
    }

    20% {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/2025/top/top1ss.jpg);
        background-color: #000;
    }

    30% {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: none;
        background-color: #000;
    }
}

#top_img h2 {
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 100%;
}

#top_img h2 img {
    width: 45%;
    height: auto;
    max-width: 700px;
}

@media screen and (max-width:768px) {
    #top_img h2 img {
        width: 70%;
    }
}

@media screen and (max-width:480px) {
    #top_img h2 img {
        width: 90%;
    }
}

@keyframes m1 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes m2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#top_img p {
    margin: 2%;
}

@media screen and (max-width: 768px) {
    #top_img p {
        margin: 4%;
    }
}

@media screen and (max-width:420px) {
    #top_img {
        border-bottom: 10px solid #fff;
    }
}

@media (orientation: landscape) and (max-width: 896px) {
    /* スマホ横向きの場合のスタイル */
}

#top_img p img {
    width: 10%;
    max-width: 180px;
    min-width: 85px;
    height: auto;
}

#top_img div a {
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 0.2em;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    -webkit-animation: blink 2s ease-in-out infinite alternate;
    -moz-animation: blink 2s ease-in-out infinite alternate;
    animation: blink 2s ease-in-out infinite alternate;
}

#top_img div i {
    display: block;
    color: #fff;
    font-size: 30px;
}

@media screen and (max-width:420px) {
    #top_img div i {
        display: none;
    }
}

#top_img div a:hover {
    border: none;
}

#top_img div a:hover i {
    opacity: 0.5;
}

@keyframes blink {
    0% {
        opacity: 0.3;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#alert {
    margin: 20px 20px 0;
    padding: 1em 2em;
    background: url(../img/y15.jpg);
    border-radius: 5px;
}

#alert h3 {
    color: #A10000;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: 900;
    font-size: 1.8em;
}

#alert dl {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 0.9em;
}

#alert dt {
    font-size: 1.3em;
    margin-bottom: 0.3em;
    text-align: center;
}

#alert dd {
    text-align: justify;
    line-height: 2;
}

#contents {
    margin: 20px 0 3em;
}

@media screen and (max-width:768px) {
    #contents {
        margin: 15px 0 2em;
    }
}

#top_info {
    display: flex;
    justify-content: space-between;
    margin: -10px 20px 20px;
}

.info_top {
    width: 19%;
    text-align: center;
}

#may.info_top {
    width: 39%;
}

.info_top a {
    display: block;
    background: #7ca400;
    color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}

#may.info_top a {
    background: #f7811e;
}

#may.info_top:hover a {
    background: #cc6a42;
}

.info_top.fjh a {
    background: #4592ff;
}

.info_top a:hover {
    background: #658100;
}

.info_top.fjh a:hover {
    background: #0065FF;
}

#jh {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#jh h3 {
    width: calc(50% - 5px);
}

#jh a {
    width: 100%;
    text-align: center;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 1.25rem 0;
    color: #fff;
    border-radius: 5px;
    background: #7ca400;
}

#jh a:hover {
    background: #608001;
}

#forjh a {
    background: #FF6600;
}

#forjh a:hover {
    background: #b34801;
}

.info_top .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    #top_info {
        margin: 0 15px 15px;
    }

    .info_top .sp {
        display: inline;
    }
}

@media screen and (max-width:480px) {
    #forjh a, #forstudent a {
        padding: 1em 0;
    }

    #forjh a h3, #forstudent a h3 {
        font-size: 90%;
    }

    #jh {
        display: block;
    }

    #jh h3 {
        width: 100%;
        margin-bottom: 7px;
    }

    #jh a {
        padding: 1rem 0;
        font-size: 90%;
    }
}

@media screen and (max-width:1024px) {
    #alert {
        margin: 15px 15px 0;
    }
}

@media screen and (max-width: 768px) {
    #alert {
        border-radius: 0;
    }

    #alert h3 {
        font-size: 1.5em;
    }

    #alert dl {
        font-size: 0.9em;
    }
}

#topics {
    margin: 20px 20px 0;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
}

.slider {
    position: relative;
    display: block;
}

.slider li {
    padding: 20px 10px 50px;
    width: 250px;
    height: 290px;
}

.slider img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.slider li:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slider .slick-dots {
    margin-top: 20px;
}

.slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 5px;
    padding: 0;
}

.slider span {
    display: none;
    position: absolute;
    bottom: -200px;
    font-size: 0.2em;
    white-space: nowrap;
    transform: translateX(-50%)
}

.slick-center span {
    display: block;
    font-size: 0.75em;
    left: 50%;
    bottom: 5px;

    transition: .7s;
    -webkit-transition: .7s;
}

.slider span small {
    color: #FF3B7E;
}

.slider .slick-center {
    position: relative;
}

.slider .slick-center img {
    transform: scale(1.1);
    opacity: 1;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.slider .slick-center:hover img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.slick-dots li button {
    text-align: center;
    display: block;
    padding: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    cursor: default;
    margin-top: 10px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    cursor: pointer;
}

.slick-dots li button:before {
    font-size: 1px;
    width: 1px;
    height: 1px;
    line-height: 1;
    position: absolute;
    color: #000;
    top: 5px;
    left: 0;
    content: '■';
    text-align: center;
    vertical-align: middle;
    opacity: 0.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    font-size: 20px;
    opacity: 1;
    top: -1px;
    left: -4px;
}

@media screen and (max-width:420px) {
    .slick-dots li button:before {
        top: 10px;
    }

    .slick-dots li.slick-active button:before {
        top: 3px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .slick-dots li button:before {
        top: 8px;
    }

    .slick-dots li.slick-active button:before {
        top: 2px;
    }
}

.prev-arrow {
    position: absolute;
    bottom: -43px;
    left: 50%;
    margin-left: 110px;
    z-index: 9;
    padding: 4px 10px;
}

.next-arrow {
    position: absolute;
    bottom: -43px;
    right: 50%;
    margin-right: 110px;
    z-index: 9;
    padding: 4px 10px;
}

.prev-arrow:hover, .next-arrow:hover {
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    #topics {
        margin: 0 15px 0;
    }
}

@media screen and (max-width: 768px) {
    #topics {
        margin: 15px 15px 0;
    }

    .slider li {
        width: 250px;
        height: 290px;
    }

    .slider img {
        border-radius: 0;
    }

    .slider .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 5px;
        padding: 0;
    }

    .prev-arrow {
        margin-left: 70px;
    }

    .next-arrow {
        right: 50%;
        margin-right: 70px;
    }
}

#open_campus {
    margin: 0 20px 30px;

    /* オープンキャンパス削除時 */
    margin: 50px 20px 30px;
}

#open_campus a:hover img {
    opacity: 0.7;
}


/* オープンキャンパス削除時コメントアウト */
#open_campus>div:nth-of-type(1) {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 5px;
    padding: 50px 0 0;
    background-image: linear-gradient(160deg, #AAE7FF, #59B1FF);
}


#open_campus h3 {
    font-weight: 900;
    font-size: 2.75em;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}


#open_campus .sirius h3 {
    font-size: 2.5rem;
}

#open_campus p {
    margin: 0 auto;
    text-align: left;
}

#open_campus p img {
    display: block;
    margin: 0 auto 0.5rem;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 5px;
}



#open_campus .op_image img {
    max-width: 900px;
}

#open_campus .op_image img.sp {
    display: none;
}

@media screen and (max-width:480px) {
    #open_campus .op_image img.sp {
        display: inline;
        margin: 1rem 0 0;
    }

    #open_campus .op_image img.pc {
        display: none;
    }
}

#open_campus p.corsep img {
    margin: 0 auto;
}

#open_campus #tokushin p {
    width: 100%;
    max-width: 1000px;
}

#open_campus #tokushin p img {
    width: 100%;
    height: auto;
    margin: 0 auto 0.5rem;
}

#open_campus #tokushin p img:nth-of-type(2) {
    display: none;
}

#open_campus #tokushin p>span {
    display: block;
    text-align: center;
    padding: 0.5rem;
    color: #7ca400;
    font-weight: bold;
    font-size: 150%;
}

#open_campus #tokushin p>span span {
    display: inline-block;
    color: #000;
    font-size: 70%;
}

#open_campus #open_club p a span,
#open_campus #open_course p a span,
#open_campus #soudan p a span,
#soudankai a span,
#kikoku a span,
.soudankai a span {
    display: inline-block;
    color: #4e9201;
    border-bottom: 2px dotted #FF3B7E;
    font-weight: 900;
}

#soudan small,
#soudankai small,
.soudankai small,
#kikoku small {
    display: inline-block;
    font-size: 0.9em;
}

#open_campus h3+div p {
    text-align: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    font-size: 130%;
}

#open_campus h3+div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3rem auto 0;
    max-width: 1200px;
}

#open_campus h3+div p img {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    height: 280px;
    width: auto;
}

#open_campus h3+div p:nth-of-type(1) img:nth-of-type(2) {
    display: none;
}

#open_course h3 {
    font-size: 2rem;
    margin: 2rem 0 0.5rem;
    letter-spacing: 0.15rem;
}

#open_club {
    margin: 4rem auto 2rem;
}

@media screen and (max-width: 768px) {
    #open_club {
        margin: 2rem auto;
    }

}

#open_campus small {
    font-size: 80%;
    font-weight: 400;
}

#open_course,
#kikoku {
    margin: 4rem auto 2rem;
}

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

    #open_course,
    #kikoku {
        margin: 2rem auto 0;
    }
}

#soudan {
    margin: 2rem auto;
}

#open_campus #soudan h3+div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 2rem;
    max-width: 1000px;
}

#soudan>div>div {
    width: 48%;
}

#soudan>div>div img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

#soudan h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    margin: 1rem 0 1.5rem;
}

#soudan h3 i {
    color: #c9b369
}

#soudan b {
    display: block;
    margin: 1rem 0 0.5rem;
    font-size: 120%;
    background: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

@media screen and (max-width: 930px) {
    #open_campus #soudan h3+div {
        display: flex;
    }
}

@media screen and (max-width: 480px) {
    #open_campus #soudan h3 {
        font-size: 180%;
        margin-bottom: 1rem;
    }

    #open_campus #soudan h3+div {
        display: block;
        margin-bottom: 1rem;
    }

    #soudan>div>div {
        width: 100%;
    }

    #soudan>div>div:nth-of-type(1) {
        margin-bottom: 1rem;
    }

}

#open_campus #open_club p,
#open_campus #open_course p,
#open_campus #soudan p {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.7;
}

#soudankai,
.soudankai {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 2rem;
}

#soudankai div,
.soudankai div {
    width: 48%;
    text-align: justify;
}

#soudankai div img,
.soudankai div img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    border-radius: 5px;
}

#kikoku img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    border-radius: 5px;
}

#meta {
    text-align: center;
    margin: 5rem auto;
    max-width: 1000px;
}

#meta p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.7;
}

#open_campus #meta p img {
    border-radius: 0;
}

#open_campus #meta p img:nth-of-type(2) {
    display: none;
}

#meta p.metaform {
    text-align: left;
    max-width: 100%;
    margin: 1rem 0 0;
}

#meta p.metaform span {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

#meta p a {
    color: #7ca400;
    border-bottom: 1px dotted #FF3B7E;
}

.metaimage {
    background: url(../img/op23_23.jpg);
    background-size: cover;
    background-position: center 30%;
    width: 100%;
    color: #fff;
    line-height: 2;
    padding: 13rem 0;
}

#meta .metaimage p {
    font-size: 150%;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

p.opimage img {
    max-width: 700px;
}

@media screen and (max-width: 930px) {
    #open_campus h3+div {
        display: block;
        margin-top: 1rem;
    }

    #open_campus h3+div p:nth-of-type(1) {
        margin-bottom: 0.5rem;
    }

    #open_campus h3+div p:nth-of-type(3) {
        display: none;
    }

    #open_campus h3+div p img {
        margin: 0.5rem;
        width: 150px;
        height: auto;
    }

    #open_campus h3+div p:nth-of-type(1) img:nth-of-type(2) {
        display: inline;
    }
}

@media screen and (max-width: 930px) {
    #open_campus h3+div p img {
        height: 160px;
        width: auto;
    }
}

@media screen and (min-width:1442px) {
    #open_campus ul#confe li {
        font-size: 80%;
    }
}

@media screen and (max-width:1024px) {
    #open_campus {
        margin: 30px 15px 40px;
    }
}

@media screen and (max-width: 768px) {
    #open_campus {
        margin: 0 15px 15px;
    }

    #open_campus h3 {
        font-size: 250%;
        padding: 0 0.5rem;
    }

    #open_campus .sirius h3 {
        font-size: 1.75rem;
    }

    /* 
    オープンキャンパス削除時
    　　#open_campus>div:nth-of-type(1) {
        padding: 30px 0 0;
        margin-bottom: 15px;
    } */

    #open_campus h4 {
        font-size: 1.35em;
    }

    #open_campus ul {
        margin: 0 auto;
    }

    #open_campus ul#confe li {
        font-size: 80%;
    }

    #confe li:nth-of-type(1) {
        width: 100%;
    }

    #confe li:nth-of-type(n+2) {
        width: 48%;
    }

    #confe br {
        display: inline;
    }

    #confe li {
        margin-bottom: 1rem;
    }

    #soudan {
        margin: 2rem auto;
    }

    #open_campus #open_club p,
    #open_campus #open_course p,
    #open_campus #soudan p,
    #open_campus #kikoku p,
    #open_campus table {
        font-size: 1rem;
        line-height: 1.7;
    }

    #meta {
        margin: 2rem auto;
    }

    #meta p {
        font-size: 1rem;
    }

    .metaimage {
        padding: 10rem 0;
    }

    #open_campus #meta h3 {
        margin-bottom: 0;
    }

    .metaimage {
        background: url(../img/op23_23.jpg);
        background-size: cover;
        background-position: 0 30%;
    }
}

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

    /* 
    オープンキャンパス削除時
        #open_campus>div:nth-of-type(1) {
        margin-bottom: 10px;
        padding: 20px 0 0;
        border-radius: 5px;
    } */

    #open_campus h3 {
        font-size: 200%;
    }

    #open_campus p {
        font-size: 80%;
    }

    #open_campus h3+div p {
        font-size: 110%;
    }

    #open_campus #tokushin p img:nth-of-type(1) {
        display: none;
    }

    #open_campus #tokushin p img:nth-of-type(2) {
        display: inline;
    }

    #open_club {
        margin: 1rem auto;
    }

    #open_course, #soudan {
        margin: 0 auto 1rem;
    }

    #soudankai div,
    .soudankai div {
        font-size: 80%;
    }

    #soudankai,
    .soudankai {
        display: block;
    }

    #soudankai div,
    .soudankai div {
        width: 100%;
        margin-bottom: 1rem;
    }

    #open_campus #open_club p,
    #open_campus #open_course p,
    #open_campus #soudan p,
    #open_campus #kikoku p,
    #open_campus table {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    #meta .metaimage p {
        line-height: 1.5;
    }

    .metaimage {
        background: url(../img/op23_23.jpg);
        background-size: cover;
        background-position: 20% 30%;
    }

    #meta p {
        font-size: 0.9rem;
    }

    #open_campus #meta p img:nth-of-type(2) {
        display: inline;
    }

    #open_campus #meta p img:nth-of-type(1) {
        display: none;
    }
}

#course {
    margin: 2rem auto 2rem;
    max-width: 1000px;
    padding: 0 20px;
}

#course h3 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

#course h3 i {
    color: #7ca400;
}

#course h3+P {
    text-align: center;
    font-size: 1.3rem;
}

@media screen and (max-width:480px) {
    #course h3+P {
        font-size: 0.9rem;
    }
}

#course>div {
    margin: 2rem auto 0;
}

#course>div.line2 {
    display: flex;
    justify-content: space-between;
}

#jyouhou,
#syougyou,
#kokusai,
#tsushin {
    width: 49%;
}

#course section {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    height: 70px;
    border-radius: 5px;
}

#futu section {
    background: url(../img/course7.jpg);
    background-position: center;
    background-size: cover;
}

#jyouhou section {
    background: url(../img/23top/top15.jpg);
    background-position: center;
    background-size: cover;
}

#syougyou section {
    background: url(../img/23top/top16.jpg);
    background-position: center;
    background-size: cover;
}

#kokusai section {
    background: url(../img/course8.jpg);
    background-position: center;
    background-size: cover;
}

#tsushin section {
    background: url(../img/23top/top19.jpg);
    background-position: center;
    background-size: cover;
}

#course h4 {
    color: #fff;
    font-size: 150%;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}

#course h4 small {
    font-size: 70%;
}

#course ul {
    display: flex;
    justify-content: space-between;
}

#course li {
    width: 49%;
}

#course .line2 ul {
    width: 100%;
}

#course .line2 li {
    width: 100%;
}

#course a {
    color: #000;
    display: block;
    padding: 1rem 1.5rem 11rem;
    margin-bottom: 0.75rem;
    border-radius: 5px;
}

#syougyou ul li a,
#jyouhou ul li a {
    padding: 1rem 1.5rem 10rem;
}

#course a:hover {
    opacity: 0.7;
}

#futu ul li:nth-of-type(1) a {
    background: url(../img/24education/ed128.jpg);
    background-size: cover;
    background-position: center;
}

#futu ul li:nth-of-type(2) a {
    background: url(../img/24education/ed129.jpg);
    background-size: cover;
    background-position: center;
}

#jyouhou ul li a {
    background: url(../img/24education/ed130.jpg);
    background-size: cover;
    background-position: center 15%;
}

#syougyou ul li a {
    background: url(../img/24education/ed131.jpg);
    background-size: cover;
    background-position: center 15%;
}

#kokusai ul li a {
    background: url(../img/24education/ed132.jpg);
    background-size: cover;
    background-position: center;
}

#tsushin ul li>a {
    background: url(../img/23top/top18.jpg);
    background-size: cover;
    background-position: center;
}

#tsushin ul li p a {
    background: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px dotted #000;
}

#course dt {
    font-size: 105%;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

#course h5 {
    font-size: 170%;
    font-weight: 900;
    margin-bottom: 0.25rem;
    letter-spacing: 0.05rem;
    line-height: 1.3;
}

#course h5 small {
    display: inline-block;
    font-size: 50%;
}

#course p {
    font-size: 90%;
}

#futu i {
    color: #29a606;
}

#syougyou i {
    color: #007eff;
}

#kokusai i {
    color: #ff7ac0;
}

#course #syougyou h5,
#course #jyouhou h5 {
    font-size: 150%;
}

.tab {
    display: none
}

@media screen and (max-width: 768px) {
    #course {
        margin: 40px auto 40px;
        padding: 0 1rem;
    }

    #course h3 {
        font-size: 3.2em;
    }

    #course>div {
        margin: 1rem auto 0;
    }

    #course h3+p {
        font-size: 1.3em;
    }

    #course h4 {
        left: 2rem;
    }

    #course a+p {
        font-size: 80%;
    }

    .tab {
        display: inline;
    }
}

@media screen and (max-width: 480px) {
    #course {
        margin: 20px auto 20px;
        padding: 0 15px;
    }

    #course section {
        margin-bottom: 0.5rem;
        height: 40px;
    }

    #course h3 {
        font-size: 3em;
        line-height: 1.3;
    }

    #course h3+p {
        font-size: 1.1em;
    }


    #futu section {
        background-image: none;
        background-color: #29a606;
    }

    #syougyou section {
        background-image: none;
        background-color: #007eff;
    }

    #kokusai section {
        background-image: none;
        background-color: #ff7ac0;
    }

    #course h4 {
        font-size: 120%;
        left: 1rem;
    }

    #course li {
        margin-bottom: 0.25rem;
    }

    #course a {
        margin-bottom: 0.25rem;
        padding: 0.25rem 0.5rem 5rem;
    }

    #course dt {
        font-size: 70%;
    }

    #course h5 {
        font-size: 120%;
        margin-bottom: 0;
    }

    #course #jyouhou h5,
    #course #syougyou h5 {
        font-size: 90%;
    }

    #course p {
        font-size: 70%;
    }

    #course a+p {
        font-size: 70%;
    }
}

#admission {
    margin: 0 20px 70px;
    text-align: center;
}

.syutugan23 a {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 1rem auto;
}

.syutugan23 img {
    width: 100%;
    border-radius: 5px;
}

#admission section {
    margin-bottom: 50px;
}

#admission h3 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 900;
    margin-top: 3rem;
}

#admission h3 i {
    color: #7ca400;
}

#admission h4 {
    font-size: 150%;
    margin: 1rem 0;
}

#admission h4 small {
    font-size: 70%;
}

#admission div {
    margin: 0 auto;
    max-width: 1000px;
    background: #ddd;
    padding: 2rem 0 1rem;
}

#admission div p {
    line-height: 2;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.grayback {
    font-size: 1.3rem;
    background: #fff;
    width: max-content;
    margin: 1rem auto;
    padding: 1rem 3rem;
}

.grayback a {
    border-bottom: 1px solid #0d940d;
}

#admission ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    padding-top: 0.5em;
}

#admission ul.admission2 {
    margin-bottom: 2rem;
    padding-bottom: 3rem;
    border-bottom: 3px solid #777;
}

#admission small {
    display: inline-block;
    font-weight: 500;
    font-size: 80%;
}

#admission li {
    display: block;
    width: 48%;
    height: 22.5%;
    border-radius: 5px;
    overflow: hidden;
}

#admission li a {
    display: block;
    overflow: hidden;
}

#admission li img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#admission li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

#bus h3 i {
    color: #7ca400;
}

#bus p {
    width: 100%;
    max-width: 1000px;
    margin: 1rem auto 0;
}

#bus p img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}

#bus p img:nth-of-type(2) {
    display: none;
}

#bus p a:hover {
    opacity: 0.7;
}

#bus ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 1rem auto 0;
}

#bus li {
    width: 32.5%;
    text-align: center;
    margin: 0 0 0.75rem;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 700;
    display: block;
    padding: 1rem;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
}

#bus li:nth-of-type(12) {
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 80%;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
}

#vr {
    text-align: center;
}

#vr div {
    margin: 0 auto;
}

#vr>p {
    margin-bottom: 1rem;
}

#vr p a:hover {
    opacity: 0.7;
}

#vr p img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#vr p img:nth-of-type(2) {
    display: none;
}

#vr div+p {
    margin-top: 1rem;
    font-size: 90%;
    font-weight: 400;
}

@media screen and (max-width:1024px) {
    #admission {
        margin: 0 15px 40px;
    }
}

#admission ul {
    margin: 20px auto 0;
}

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

    #vr div+p {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #admission ul {
        flex-wrap: wrap;
        margin: 10px 0 0;
    }

    #admission li {
        width: 100%;
        margin-bottom: 1rem;
    }

    #bus ul {
        margin: 0.5rem auto 0;
    }

    #bus li {
        width: 49%;
        margin: 0 0 0.5rem;
        padding: 0.5rem;
    }


    #bus p img:nth-of-type(1) {
        display: none;
    }

    #bus p img:nth-of-type(2) {
        display: inline;
    }

    #vr div {
        display: block;
    }

    #vr div p {
        width: 100%;
    }

    #vr>p {
        margin-bottom: 0.5rem;
        text-align: justify;
    }

    #vr div p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    #vr p img {
        border-radius: 0;
    }

    #vr p img:nth-of-type(1) {
        display: none;
    }

    #vr p img:nth-of-type(2) {
        display: inline;
    }
}

#uniform {
    margin: 0;
}

#uniform h3 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 900;
}

#uniform h3 br {
    display: none;
}

#uniform h3 img {
    width: 50%;
    max-width: 800px;
    height: auto;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

#uniform h3 span {
    white-space: nowrap;
}

#uniform a {
    display: inline-block;
    background: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    color: #000;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    #uniform h3 img {
        width: 80%;
    }
}

#uniform div {
    padding: 400px 0 200px;
    margin: 0;
    display: block;
    background-image: url(../img/2025/uni/uni1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#uniform section {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem 0 1.5rem;
}

@media screen and (min-width: 1440px) {
    #uniform div {
        padding: 500px 0 400px;
    }
}

@media screen and (max-width: 1000px) {
    #uniform div {
        padding: 270px 0 140px;
    }
}

#uniform h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3em;
    text-align: center;
    margin: 0;
    color: #fff;
    font-style: ;
}

#uniform p {
    text-align: center;
    margin: 0 auto;
    line-height: 2;
    color: #fff;
}

#uniform p a {
    border-bottom: 1px dotted rgb(82, 82, 82);
}

#uniform p a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    #uniform div {
        padding: 230px 0 90px;
    }

    #uniform h4 {
        margin: 10px 0 0;
    }

    #uniform h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width:480px) {
    #uniform div {
        padding: 120px 0 10px;
        background-image: url(../img/2025/uni/uni2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #uniform section {
        padding: 0 0 0.5rem;
    }

    #uniform h3 br {
        display: inline;
    }

    #uniform h4 {
        font-size: 1.75em;
    }
}

#news {
    margin: 0 20px 2rem;
}

#news h3 {
    text-align: center;
    font-size: 1.75em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-top: 2rem;
}

#news h3 span {
    color: #7ca400;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 0 0.3em;
}

#news ul,
.news ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1440px;
    margin: 40px auto 0;
}

#news li,
.news li {
    width: 31%;
    margin-bottom: 1rem;
}

#news li:nth-of-type(n+7) {
    display: none;
}

#news li a {
    display: block;
    width: 100%;
    font-size: 120%;
}

.news_image {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.news_image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 250px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

#news li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

#news li p {
    font-size: 70%;
    font-weight: 400;
    display: block;
    padding: 0 5px;
    text-align: justify;
}

#news li section {
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
    font-size: 0.7em;
    padding: 0 5px;
}

.news_date {
    color: #777;
}

.news_cate {
    color: #fff;
    display: inline-block;
    padding: 0.4em;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    #news {
        margin: 0 15px 50px;
    }

    #news ul {
        margin: 20px auto 0;
    }

    .news_image {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .news_image img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .news_image {
        height: 250px;
    }

    .news_image img {
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    #news {
        margin: 0 15px 20px;
    }

    #news h3 {
        font-size: 1.5em;
        padding-top: 1rem;
    }

    .news_image {
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 0;
    }

    .news_image img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 480px) {
    #news ul {
        margin: 20px 0 0;
    }

    #news li {
        width: 47%;
        margin-bottom: 1rem;
    }

    .news_image {
        width: 100%;
        height: 130px;
        overflow: hidden;
        border-radius: 0;
    }

    .news_image img {
        width: 100%;
        height: 130px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.news2 a {
    display: block;
    font-size: 0.85em;
    text-align: center;
    width: max-content;
    padding: 0.8em 0.7em 0.8em 1.2em;
    margin: 2em auto 0;
    font-weight: 700;
    border: 2px solid #000;
}

.news2 a i {
    padding-left: 2.5em;
    position: relative;
}

.news2 a i::after {
    position: absolute;
    top: 0.35em;
    left: 2em;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: .5s;
}

.news2 a:hover {
    background: #000;
    color: #fff;
}

.news2 a:hover i::after {
    position: absolute;
    top: 0.35em;
    left: 1em;
    width: 2em;
    background-color: #fff;
}

@media screen and (min-width:1442px) {
    .news2 i::after {
        top: 0.4em;
        left: 2em;
        width: 15px;
    }

    .news2 a:hover i::after {
        top: 0.4em;
        left: 1em;
        width: 2em;
    }
}

@media screen and (max-width: 768px) {
    .news2 i::after {
        top: 0.38em;
        left: 1.8em;
        width: 15px;
    }

    .news2 a:hover i::after {
        top: 0.38em;
        left: 1em;
        width: 2em;
    }
}

#president {
    margin: 0 20px 1rem;
    background: url(../img/y15.jpg);
    padding: 3em 0;
    border-radius: 5px;
}

#president h3 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 900;
    margin-bottom: 1em;
}

#president h3 br {
    display: none;
}

#president ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 0 30px;
}

#president li {
    width: 30%;
    font-size: 1.2em;
    line-height: 2;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    position: relative;
}

#president li span {
    display: block;
    width: 100%;
    height: 80%;
    overflow: hidden;
}

#president li img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

#president li iframe {
    padding-top: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 80%;
}

#president li:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #president iframe {
        height: 300px !important;
    }
}

@media screen and (max-width:1024px) {
    #president {
        margin: 0 15px 1rem;
    }

    #president ul {
        padding: 0 30px;
    }

    #president li {
        font-size: 1em;
    }

    #president li iframe {
        padding-top: 11%;
    }
}

@media screen and (max-width: 768px) {
    #president {
        border-radius: 0;
    }

    #president h3 {
        font-size: 1.4em;
        border-radius: 0;
    }

    #president ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    #president li {
        width: 70%;
        font-size: 1.25em;
        margin-bottom: 1.5em;
        overflow: hidden;
    }

    #president li:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    #president li span {
        background: none;
    }

    #president li iframe {
        padding-top: 0;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translateY(0) translateX(0);
        width: 100%;
        height: 80%;
    }
}

#sns {
    margin: 3rem 15px 3rem;
}

#sns h3 {
    text-align: center;
    font-size: 1.75em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

#sns h3 span {
    color: #7ca400;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 0 0.3em;
}

#sns>ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 40px auto 0;
}

#sns>ul li {
    width: 30%;
    height: 500px;
    font-family: "Roboto", sans-serif;
    font-weight: 550;
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 2rem;
    overflow: hidden;
}

@media screen and (min-width: 1000px) {
    #sns>ul li {
        height: 600px;
    }

    #sns>ul li iframe {
        display: block;
        height: 600px;
    }
}

#sns>ul li div {
    margin-top: 0 !important;
}

#sns>ul li:nth-of-type(2) iframe {
    border: 1px solid #ededed !important;
}

#sns>ul li iframe,
#sns>ul li blockquote {
    width: 100%;
}

#sns>ul.sp {
    display: none;
}



@media screen and (max-width:1024px) {
    #sns {
        margin: 0 15px 2rem;
    }

    #sns>ul {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 768px) {
    #sns {
        margin: 0 15px 0;
    }

    #sns h3 {
        font-size: 1.5em;
        padding-top: 3rem;
    }

    #sns ul li {
        width: 48%;
    }

    .twitter-timeline {
        width: 740px !important;
    }

    #fb-root {
        width: 100%;
    }

    #sns>ul li:nth-of-type(1) {
        display: block;
        margin-bottom: 2em;
    }

    #sns nav ul li:nth-of-type(3) {
        border-bottom: none;
    }

    #sns nav ul li a {
        padding: 2em 0.5em;
        border: none;
    }

    #sns>ul li:nth-of-type(3) {
        display: none;
    }
}

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

    #sns ul {
        display: block;
    }

    #sns ul li {
        width: 90%;
        margin: 0 auto 1rem;
        height: 400px;
    }

}

#radio p span {
    display: inline-block;
    margin-top: 0.5rem;
}

#radio p a {
    display: inline-block;
    border-bottom: 1px dotted #FF3B7E;
    color: #7ca400;
}

#point {
    margin: 0 20px 70px;
}

#point h3 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 900;
}

#point h3 br {
    display: none;
}

#point h3 i {
    color: #C9B369;
}

#point ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 40px auto 0;
}

#point li {
    width: 23%;
    border-radius: 5px;
    overflow: hidden;
}

#point li:nth-of-type(3) {
    width: 46%;
}

#point img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#point li:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

@media screen and (max-width:1024px) {
    #point {
        margin: 0 15px 40px;
    }

    #point ul {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 768px) {
    #point {
        margin: 0 1rem 40px;
    }

    #point h3 {
        font-size: 1.5em;
    }

    #point li {
        width: 24%;
    }

    #point li:nth-of-type(3) {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    #point {
        margin: 0 15px 20px;
    }

    #point ul {
        margin: 20px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    #point li {
        width: 47%;
        border-radius: 0;
        margin-bottom: 6%;
    }

    #point li:nth-of-type(3) {
        width: 100%;
    }
}


@media screen and (max-width:450px) {
    #point h3 br {
        display: inline;
    }
}

#pamphlet {
    margin: 0 0 40px;
    background: url(../img/y15.jpg);
    padding: 3em 0;
    border-radius: 5px;
}

#pamphlet h3 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 900;
    margin-bottom: 1em;
}

#pamphlet ul {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
    text-align: center;
    font-weight: 400;
    font-size: 0.8em;
}

#pamphlet li {
    margin: 0 7%;
}

#pamphlet li img {
    display: block;
    margin: 0 auto 0.5em;
    width: auto;
    height: 450px;
}

#pamphlet li:hover img {
    opacity: 0.7;
}

#pamphlet ul li span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.75em;
}

@media screen and (max-width:1024px) {
    #pamphlet {
        margin: 0 0 40px;
    }

    #pamphlet ul {
        padding: 0;
    }

    #pamphlet li {
        margin: 0 4%;
    }

    #pamphlet li img {
        width: auto;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    #pamphlet {
        margin: 0;
        border-radius: 0;
    }

    #pamphlet h3 {
        font-size: 1.5em;
    }

    #pamphlet ul {
        display: block;
        margin-top: -15px;
    }

    #pamphlet li {
        width: 100%;
        border-radius: 0;
        margin: 0 0 6%;
    }

    #pamphlet li img {
        width: auto;
        height: 350px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #pamphlet li img {
        width: auto;
        height: 450px;
    }

    #top_img p img {
        width: 17%;
        height: auto;
    }
}

#mushouka a {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 2rem auto 0;
    border-radius: 5px;
    box-sizing: border-box;
}

#mushouka a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#mushouka a:hover img {
    opacity: 0.7;
}

#mushouka a img:nth-of-type(2),
#mushouka a img:nth-of-type(3) {
    display: none;
}

@media screen and (max-width: 768px) {
    #mushouka a img:nth-of-type(3) {
        display: none;
    }
}

@media screen and (max-width:480px) {
    #mushouka a {
        width: 100%;
        margin: 0 auto 2rem;
        border-radius: 0;
        padding: 0;
    }

    #mushouka a img:nth-of-type(1), #mushouka a img:nth-of-type(2) {
        display: none;
    }

    #mushouka a img:nth-of-type(2) {
        display: inline;
    }
}

.wp-block-image {
    margin: 0 auto;
    width: 100%;
}

.wp-block-image img {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 1rem auto;
}

#youtube_2021 {
    width: 100%;
    max-width: 1000px;
    margin: 1rem auto 3rem;
    display: flex;
    justify-content: space-between;
}

#youtube_2021 div {
    position: relative;
    width: 48%;
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    margin: auto;
}

#youtube_2021 iframe {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#youtube_2021 dl {
    margin-top: 0.5rem;
}

#youtube_2021 dd {
    margin-top: 0.25rem;
    font-size: 80%;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #youtube_2021 div {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    #youtube_2021 {
        display: block;
    }

    #youtube_2021 div {
        margin-bottom: 2rem;
    }

    #youtube_2021 iframe {
        height: 300px;
    }
}

#uniform2 a {
    text-align: center;
    font-weight: 900;
    font-size: 115%;
    background-color: #000;
    padding: 1rem 2rem;
    color: #fff;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

#uniform2 a span {
    color: #fff;
}

#uniform2 br.pc2 {
    display: none;
}

#kikoku {
    max-width: 1000px;
    margin: 2rem auto 0;
}

#open_campus #kikoku img {
    width: 100%;
    height: auto;
    max-width: 1000px;
}

#kikoku a img:nth-of-type(2) {
    display: none;
}

@media screen and (max-width: 768px) {
    #uniform2 br.pc2 {
        display: inline;
    }

    #uniform2 a {
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    #uniform2 a {
        font-size: 90%;
        padding: 0.5rem;
    }

    #uniform2 br.pc2 {
        display: none;
    }

    #kikoku a img:nth-of-type(1) {
        display: none;
    }

    #kikoku a img:nth-of-type(2) {
        display: inline;
    }

    #kikoku {
        margin: 1rem auto 0;
    }

    #open_campus h4 {
        margin: 1rem 0 0;
    }
}

.topbanner {
    width: 100%;
    max-width: 1040px;
    margin: 3rem auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.topbanner img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.topbanner h3 {
    text-align: center;
    font-size: 1.75em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.topbanner h3 span {
    color: #7ca400;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 0 0.3em;
}

.caution a {
    display: inline-block;
}

.caution a:nth-of-type(1) {
    margin-bottom: 1rem;
}

@media screen and (max-width:768px) {
    .topbanner {
        margin: 2rem auto;
    }
}

@media screen and (max-width:480px) {
    .topbanner {
        margin: 1.5rem auto;
    }

    .topbanner h3 {
        font-size: 1.5em;
    }
}

#drink p {
    width: 100%;
    max-width: 1000px;
    margin: 3rem auto;
}

#drink p img {
    width: 100%;
    height: auto;
}

.active {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 8rem 0;
}

#club {
    background: #000;
}

.active h3 {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.2rem;
}

#club h3 {
    background: linear-gradient(0deg, #3a5af8, #f75cec, #f8b044);
    background: -webkit-linear-gradient(0deg, #3a5af8, #f75cec, #f8b044);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#bigchallenge h3 {
    background: linear-gradient(0deg, #fda31d, #f8d152, #faf767);
    background: -webkit-linear-gradient(0deg, #fda31d, #f8d152, #faf767);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active img {
    display: inline-block;
    margin: 2rem auto;
    width: 100%;
    max-width: 1600px;
}

.active dt {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.active dd {
    margin: 0 auto;
    padding: 0 1rem;
    line-height: 2;
    font-size: 1.2rem;
    font-weight: 700;
}

.active .link a {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 0.7rem 1.7rem;
    border: 1px solid #fff;
    width: max-content;
    margin: 3rem auto 0;
    border-radius: 2.5rem;
}

.active .link a:hover {
    color: #000;
    background: #fff;
}

.active .club_list {
    width: 90%;
    max-width: 650px;
    display: flex;
    justify-content: center;
    font-size: 100%;
}

.club_list ul {
    margin: 3rem 0 0;
    text-align: justify;
}

.club_list ul:nth-of-type(1) {
    margin: 3rem 5rem 0 0;
}

.club_list li a {
    font-weight: 500;
}

.club_list li a span {
    font-weight: 300;
}

.club_list_title a {
    font-weight: 900;
    font-size: 110%;
}

#bigchallenge {
    background: #F13024;
    background: linear-gradient(to bottom, #F13024 38%, #000 38%);
    margin: 0;
}

.ypre img {
    text-align: center;
    display: block;
    margin: 2rem auto 0;
    width: 300px;
}


@media screen and (max-width: 768px) {
    .active {
        padding: 4rem 0;
    }

    .active h3 {
        font-size: 2.5rem;
    }

    .active dt {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .active dd {
        width: 90%;
        font-size: 1rem;
    }

    .active img {
        margin: 1.5rem auto;
    }

    .club_list_title a {
        font-size: 100%;
    }

    .active .link a {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
        margin: 2rem auto 0;
    }

    #bigchallenge {
        background: #F13024;
        background: linear-gradient(to bottom, #F13024 30%, #000 30%);
    }

    .ypre img {
        margin: 2rem auto 0;
        width: 230px;
    }
}

@media screen and (max-width: 480px) {
    .active {
        padding: 3rem 0 2rem;
    }

    .active h3 {
        font-size: 1.75rem;
        letter-spacing: 0.1rem;
    }

    .active dt {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .active dd {
        width: 90%;
        font-size: 0.9rem;
    }

    .active img {
        margin: 1rem auto;
    }

    .club_list_title a {
        font-size: 90%;
    }

    .active .link a {
        font-size: 0.9rem;
        padding: 0.5rem 1.5rem;
        margin: 2rem auto 0;
    }

    .active .club_list {
        display: none;
    }

    .active dd {
        text-align: justify;
    }

    .ypre img {
        margin: 1rem auto 0;
        width: 180px;
    }
}

#sankan_ritou_sien {
    margin: 2rem auto;
    max-width: 1000px;
    margin: 2rem auto 0;
}

#sankan_ritou_sien img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 0 0.5rem;
}

#sankan_ritou_sien img:nth-of-type(2) {
    display: none;
}

#sankan_ritou_sien small {
    display: inline-block;
    font-size: 0.9em;
}

#sankan_ritou_sien p {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#sankan_ritou_sien img:nth-of-type(2) {
    display: none;
}

@media screen and (max-width:480px) {
    #sankan_ritou_sien img:nth-of-type(1) {
        display: none;
    }

    #sankan_ritou_sien img:nth-of-type(2) {
        display: inline;
    }
}

#furu a img {
    width: 100%;
    height: auto;
}

#furu>a:hover img {
    opacity: 0.7;
}

#furu p {
    font-size: 90%;
}

#furu p a {
    display: inline-block;
    border-bottom: 1px dotted #29a606;
}

#furu ul {
    display: flex;
    margin: 1rem auto;
}

#furu small {
    display: inline-block;
    font-size: 85%;
    color: #A10000;
    margin-bottom: 0.75rem;
}

#furu li {
    width: 23.5%;
}

#furu li a {
    width: 100%;
    margin-bottom: 0;
}

#furu>a {
    display: block;
    margin-bottom: 0.5rem;
}

#furu li img {
    width: 100%;
    height: auto;
}

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

    #furu ul {
        margin: 0 auto;
    }

    #furu li {
        width: 49%;
        margin-bottom: 0.5rem;
    }

    #drink p {
        margin: 1rem auto;
    }

    #furu small {
        margin-top: 0.5rem;
    }
}

#admission h3 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 900;
}

.topinfo {
    margin: 0 auto;
    max-width: 1000px;
}

.topinfo section {
    background: #ddd;
    padding: 2rem;
    margin-top: 1rem;
}

.topinfo section p {
    margin-bottom: 1rem;
    font-size: 110%;
}

.topinfo section a {
    display: inline-block;
    padding: 0.5rem;
    border-bottom: 1px solid #000;
}

.note {
    text-align: center;
    padding: 1rem 1rem 0;
}

.note2 {
    padding: 1rem 0.5rem;
    background: #fff781;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem !important;
}

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


    .note {
        text-align: justify;
    }
}

.oc_map {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 1rem auto 0;
}

#open_campus #open_course .oc_map>p,
#open_campus #open_club .oc_map>p {
    width: 30%;
    margin: 0;
}

.oc_map div {
    width: 68%;
}

.oc_map>p img {
    width: 100%;
}

@media screen and (max-width:480px) {
    .oc_map {
        display: block;
        margin: 0;
    }

    #open_campus #open_course .oc_map>p,
    #open_campus #open_club .oc_map>p {
        width: 100%;
    }

    .oc_map div {
        width: 100%;
        margin: 0 0 1rem;
    }
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hoge {
    background-image: url(../img/hoge.png);
    background-image: image-set(url(../img/hoge.png) 1x, url(../img/hoge@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/hoge.png) 1x, url(../img/hoge@2x.png) 2x);
}