@charset "utf-8";
/* CSS Document */ :root {
    --online: #1478d2;
    --online_L: #e3effa;
    --online_F: #a1c9ed;
    --live: #ff8219;
    --live_L: #fff0e3;
    --live_F: #ffcda3;
}
/*header　----------------------------- */
header#fixed_header {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease 0s;
}
header#fixed_header.visible {
    opacity: 1;
    visibility: visible;
}
main {
    /* overflow: hidden; */
}
main > article {
    width: 100%;
    padding: 0 50px;
}
section.wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
section.wrap h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}
/*#main_title ----------------------------- */
#main_title {
    position: relative;
    /* z-index:5; */
    overflow: hidden;
    width: 100%;
}
#main_title h1 {
    margin-top: 0;
    position: relative;
}
#main_title h1 img.title {
    width: 104%;
    position: relative;
    left: -3.4%;
}
#main_title h1 img.pop {
    position: absolute;
    right: -23%;
    top: -19.5%;
    width: 35%;
    z-index: -2;
}
#main_title::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -4;
    top: 0;
    left: 0;
    /*background-image: url(/2025/images/top/section01_back.png);*/
    background:
        radial-gradient(circle at -5% 30%, #ffffff 0%, transparent 20%), radial-gradient(circle at 0% 0%, #ddf1ff 0%, transparent 50%), radial-gradient(circle at -10% 150%, #b7e609 10%, transparent 50%), radial-gradient(circle at 100% 100%, #ddf1ff 20%, transparent 60%), radial-gradient(circle at 40% 70%, #e0f4e4 0%, transparent 100%), radial-gradient(circle at 100% 0%, #b7e609 0%, transparent 60%);
    background-size: cover;
    background-repeat: no-repeat;
}
#main_title section.wrap {
    position: relative;
    padding: 50px 0px;
    padding-left: 0;
    /* z-index: 10; */
    max-width: 1000px;
}
#main_title h2 {
    position: absolute;
    width: 41%;
    top: 6%;
    left: 0;
    color: var(--deepblue);
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: left;
    padding-left: 2.6em;
}

#main_title h2::before, #main_title h2::after {
    content: '';
    width: 3px;
    height: 1.6em;
    background: var(--deepblue);
    display: inline-block;
    transform: rotate(-25deg);
    vertical-align: -0.4em;
    position: relative;
    left: -0.5em;
    border-radius: 2px;
}
#main_title h2::after {
    transform: rotate(25deg);
    left: 0.5em
}
#main_title h2.end{
    display:block;
    line-height:1.2;
    top: 4%;
    left: 2%;
    text-align: center;
    font-size: 22px;
    padding-left: 0;
}
#main_title h2.end::before, #main_title h2.end::after {
    content: '';
    width: 3px;
    height: 2.5em;
    background: var(--deepblue);
    display: block;
    transform: rotate(-25deg);
    vertical-align: -0.4em;
    border-radius: 2px;
    position:absolute;
    top: calc(50% - 1.2em);
    left: 20%;
}
#main_title h2.end::after {
    transform: rotate(25deg);
    left: unset;
    right: 20%;
}
#main_title figure {
    width: 65%;
    position: absolute;
    top: 170px;
    right: -10%;
}
#main_illust {
    width: 100%;
}
#main_title figure img.ball {
    position: absolute;
    transition: all 0.5s 0s ease;
    animation-name: swayball;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#ballW1 {
    width: 3%;
    top: 61%;
    left: 1%;
    animation-duration: 3s;
}
#ballW2 {
    width: 2%;
    top: -2%;
    left: 82%;
    animation-duration: 2s;
}
#ballW3 {
    width: 1%;
    top: 4.5%;
    left: 86%;
    animation-duration: 4s;
}
#ballW4 {
    width: 3%;
    top: 61.5%;
    left: 47%;
    animation-duration: 3s;
}
#ballW5 {
    width: 2.5%;
    top: 47%;
    left: 83.5%;
    animation-duration: 2.5s;
}
#ballW6 {
    width: 1%;
    top: 59%;
    left: 91.5%;
    animation-duration: 4s;
}
#ballLP1 {
    width: 7%;
    top: -3%;
    left: 16%;
    animation-duration: 8s;
}
#ballLP2 {
    width: 40px;
    height: 40px;
    top: 86.5%;
    left: 70.5%;
    animation-duration: 8s;
}
#ballP1 {
    width: 3%;
    top: 4.5%;
    left: 14%;
    animation-duration: 6s;
}
#ballP2 {
    width: 15px;
    height: 15px;
    top: 92%;
    left: 80%;
    animation-duration: 8s;
}
#ballP3 {
    width: 2.8%;
    top: 14.5%;
    left: 90%;
    animation-duration: 4s;
}
@keyframes swayball {
    0% {
        transform: scale(1, 1) translateY(-10%);
    }
    50% {
        transform: scale(1.5, 1.5) translateY(10%);
    }
    100% {
        transform: scale(1, 1) translateY(-10%);
    }
}
img.pop_illust {
    position: absolute;
    border-radius: 50%;
    transition: all 0.5s 0s ease;
    animation-name: swaypop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#pop_illustA {
    width: 9%;
    top: 76%;
    left: 2%;
    animation-duration: 3s;
}
#pop_illustB {
    width: 9%;
    top: 21%;
    left: 88%;
    animation-duration: 5s;
}
@keyframes swaypop {
    0% {
        transform: scale(1, 1) translateY(-5%);
    }
    50% {
        transform: scale(1.3, 1.3) translateY(5%);
    }
    100% {
        transform: scale(1, 1) translateY(-5%);
    }
}
#main_title figure figcaption {
    position: absolute;
    font-size: 12px;
    top: -4%;
    left: 49%;
    font-weight: 500;
    filter: drop-shadow(3px 3px 3px #dff2e1);
    z-index: 2;
    line-height: 1.6;
    width: 20%;
}
#main_title figure figcaption img {
    width: 100%
}
#main_title #info {
    width: 40%;
    margin-top: 50px;
    margin-left: 3%;
    margin-bottom: 50px;
}
#main_title ul.date_info {
    width: 97%;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px;
}
#main_title ul.date_info li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
#main_title ul.date_info li:nth-child(1) {
    border-bottom: solid 1px #ccc;
}
#main_title ul.date_info li small {
    font-size: 11px;
    font-weight: 500;
    color: var(--yngreen);
    letter-spacing: 0;
    width: 43%;
}
#main_title ul.date_info li span {
    font-weight: 900;
    color: var(--deepblue);
    font-size: 14.5px;
}
#main_title ul.date_info li:nth-child(1) div {
    width: 57%;
    display: flex;
    align-items: center;
}
#main_title ul.date_info li a#timescedule {
    font-size: 11px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 4%;
    color: var(--deepblue);
    text-decoration: underline;
}
#main_title ul.date_info li a#timescedule::before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    display: block;
    background: url(/2025/images/evesele/icon_question.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
}
#main_title div#info nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
#main_title div#info nav a {
    font-size: 13px;
    color: var(--deepblue);
    font-weight: 500;
    margin: 5px 0;
    text-decoration: underline;
}
#main_title div#info nav a:first-child {
    margin-right: 3em;
}
#main_title div#info nav a::before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    background-image: url(/2025/images/evesele/icon_yn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: -0.2em;
    margin-right: 0.2em;
}
#main_title div#info nav a.advice_link::before {
    background-image: url(/2025/images/evesele/icon_comment.svg);
}
#main_title div#info nav a.support_link::before {
    background-image: url(/2025/images/evesele/icon_question.svg);
}
nav#info_entry_btn {
    width: 48%;
    margin: auto;
}
nav#info_entry_btn a {
    margin-bottom: 10px;
}
nav#info_entry_btn small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--deepblue);
    font-weight: 500;
}
/*#timetable popup*/
#timetable {
    width: 750px;
    height: 466px;
    position: fixed;
    top: calc(50% - 233px);
    left: calc(50% - 375px);
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 10px 10px 20px #000;
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease 0s;
}
#timetable.visible {
    visibility: visible;
    opacity: 1;
}
#timetable_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 60px;
    padding-top: 40px;
}
#timetable_close::before, #timetable_close::after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    transform: rotate(45deg);
}
#timetable_close::after {
    transform: rotate(-45deg);
}
#timetable_close small {
    font-size: 12px;
    display: block;
    text-align: center;
}
#timetable section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 100%;
}
#timetable section div.texts {
    width: 50%;
    height: 100%;
}
#timetable section div.texts h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--deepblue);
    text-decoration: underline;
    text-underline-offset: 10px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px
}
#timetable section div.texts p {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}
#timetable section div.texts p span {
    font-weight: 700;
    color: var(--pink);
}
#timetable section div.texts::after {
    content: '';
    width: 92px;
    height: 92px;
    display: block;
    background: url(/2025/images/top/clock.svg) no-repeat;
    background-size: contain;
    margin: 30px auto 0;
}
#timetable section ul {
    width: 50%;
}
#timetable section ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
#timetable section ul li > span {
    font-size: 18px;
    font-weight: 700;
    color: var(--deepblue);
    width: 25%;
}
#timetable section ul li time {
    font-weight: 700;
    color: var(--deepblue);
    width: 54%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#timetable section ul li time span {
    font-family: oswald;
    font-size: 28px;
    width: 40%;
    text-align: right;
}
#timetable section ul li time span:first-child{
    text-align:left
}
#timetable section ul li time span mark {
    background: none;
    letter-spacing: 0.05em;
    color: var(--deepblue);
}
#timetable section ul li time span:last-of-type {
    text-align: right;
}
#timetable section ul li time > mark {
    background: none;
    font-size: 20px;
    line-height: 1;
    color: var(--deepblue);
}
/*programs ------------------------- */
#programs {
    padding: 100px 50px;
}
#programs h2 {
    color: var(--pink);
    letter-spacing: 0;
    margin-bottom: 20px;
}
#programs h2 span {
    display: inline-block;
}
#programs ul {
    display: flex;
    flex-wrap: wrap;
}
p.contentProgramDay {
    font-size: 18px;
    font-weight: 500;
    color: var(--deepblue);
    text-align: center;
}
#programs ul {
    margin-top: 50px;
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
}
#programs ul li {
  /* display: grid; */
  /* grid-template-rows: auto 1fr auto; */
  /* max-width: 320px; */
  width: 32%;
}
#programs ul li:nth-child(3n) {
    margin-right: 0;
}
#programs ul li h3 {
    padding: 15px;
    background: #ccc;
}
#programs ul li h3 small {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-bottom: 0.2em;
}
#programs ul li h3 b {
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: left;
}
#programs ul li div.texts {
    padding: 15px;
    min-height: 220px;
    padding-bottom: 72px;
    position: relative;
}
#programs ul li div.texts p {
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 500;
    word-break: break-all;
}
#programs ul li div.card_footer {
    display: flex;
    align-items: stretch;
    background: #ccc;
    padding: 10px 15px;
}
#programs ul li.program2 h3 {
    background: var(--online);
}
#programs ul li.program2 div.texts {
    background-color: var(--online_L);
}
#programs ul li.program div.texts a {
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    width: 80%;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 15px;
    border: solid 2px var(--online);
    color: var(--online);
    font-weight: 700;
    line-height: 1;
    font-size: 13px;
}
#programs ul li.program div.texts a::after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    border-right: solid 2px var(--online);
    border-bottom: solid 2px var(--online);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    right: 4%;
    top: calc(50% - 0.4em);
}
#programs ul li div.card_footer {
    display: flex;
}
#programs ul li.program2 div.card_footer {
    background: var(--online_F);
}
#programs ul li.program div.card_footer mark {
    background: #000;
    font-size: 9.5px;
    color: #fff;
    font-weight: 500;
    margin-right: 4px;
    width: 28px;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#programs ul li.program2 div.card_footer time{
    width: calc(100% - 32px);
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
}
#programs ul li.program2 div.card_footer dl {
    width: 100%;
    font-size: 12px;
    /* min-height: 36px; */

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
}
#programs ul li.program2 div.card_footer dl dt, #programs ul li.program2 div.card_footer dl dd {
    width: 100%;
    margin-bottom: 0.2em;
}
#programs ul li.program2 div.card_footer dl dt{
    margin-bottom:0.2em;
    width: 25%;
}
#programs ul li.program2 div.card_footer dl dd{
    margin-bottom:0.2em;
    width: 75%;
}
#programs ul li.program2 div.card_footer dl dd span{
    display:block;
}
#programs ul li.program1 h3 {
    background: var(--live);
}
#programs ul li.program1 div.texts {
    background-color: var(--live_L);
}
#programs ul li.program1 div.texts .teacher_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#programs ul li.program1 div.texts .teacher_info h4 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
#programs ul li.program1 div.texts .teacher_info h4 span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0.4em;
    width: 100%;
}
#programs ul li.program1 div.texts .teacher_info h4 b {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.2em;
}
#programs ul li.program1 div.texts .teacher_info img {
    width: 19.3%
}
#programs ul li.program1 div.texts p span {
    color: var(--live);
}
#programs ul li.program1 div.texts a {
    color: var(--live);
    border-color: var(--live);
}
#programs ul li.program1 div.texts a::after {
    border-color: var(--live);
}
#programs ul li.program1 div.card_footer {
    background: var(--live_F);
    padding-right: 0;
}
.card_footer {}
#programs ul li.program1 div.card_footer div.schedule {
    width: calc(100% - 32px);
}
#programs ul li.program1 div.card_footer div.schedule > div {
    display: flex;
}
#programs ul li.program1 div.card_footer div.schedule > div mark {
    background: #fff;
    color: #000;
    width: 30%;
    min-height: 20px;
}
#programs ul li.program1 div.card_footer div.schedule > div.kougi_date mark{
    min-height:28px
}

#programs ul li.program1 div.card_footer div.schedule dl {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2em;
    font-weight: 500;
    width: 100%;
}
#programs ul li.program1 div.card_footer div.schedule dl:first-child {
    margin-top: 0
}
#programs ul li.program1 div.card_footer div.schedule dl dt {
    width: 32%;
    font-weight: 700;
}
#programs ul li.program1 div.card_footer div.schedule dl dd {
    width: 62%;
    font-weight: 400;
}
#programs ul li.program1 div.card_footer div.schedule dl dd span {
    display: block;
    margin-top:0.2em
}
#programs ul li.program1 div.card_footer div.schedule dl dd span:first-child{
    margin-top:0;
}
#programs ul li.program1 div.card_footer div.schedule div.kougi_date {
    margin-bottom: 4px;
}
#programs ul li.program1 div.card_footer div.schedule div.kougi_date mark + div {
    width: calc(70% - 4px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#programs ul li.program1 div.card_footer div.schedule time {
    font-size: 11px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
#programs nav.entry_btns {
    width: 52%;
    margin: 50px auto 0;
    text-align: center;
}
#programs nav.entry_btns h5 {
    display: inline-flex;
    margin: auto;
    font-size: 22px;
    font-weight: 700;
    color: var(--deepblue);
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
#programs nav.entry_btns h5::before, #programs nav.entry_btns h5::after {
    content: '';
    width: 3px;
    height: 110%;
    background: var(--deepblue);
    display: inline-block;
    transform: rotate(-25deg);
    vertical-align: -0.4em;
    position: relative;
    left: -0.5em;
    border-radius: 2px;
    position: absolute;
    left: -1em;
    top: 0;
}
#programs nav.entry_btns h5::after {
    transform: rotate(25deg);
    left: unset;
    right: -1em;
}
#programs nav.entry_btns small {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    color: var(--deepblue);
}
#programs nav.entry_btns a {
    width: 480px;
    margin: auto;
}
/*beforeprogram*/
#programs.beforeprogram{
    min-height:50vh
}
#programs.beforeprogram h3{
    text-align:center;
    font-size:60px;
    font-family:Oswald,snas-serif;
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: var(--deepblue);
}
/*分岐リンク*/
.campas_link{
    display:block;
    margin:50px auto 100px;
}
.campas_link a{
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin:30px auto;
    height: 70px;
    color: #fff;
    background-color: #0c2666;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.campas_link a small{
    font-size:70%;
}
/*#about ------------------- */
#about {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 100px 0;
}
#about::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -4;
    top: 0;
    left: 0;
    /*background-image: url(/2025/images/top/section01_back.png);*/
    background:
        radial-gradient(circle at 0% 0%, #b7e609 0%, transparent 45%), radial-gradient(circle at 100% 10%, #d7efff 0%, transparent 60%), radial-gradient(circle at 40% 70%, #e0f4e4 0%, transparent 100%), radial-gradient(circle at 0% 80%, #ffffff 30%, transparent 40%), radial-gradient(circle at 100% 90%, #b7e609 0%, transparent 60%);
}
#about h2 {
    color: var(--pink);
    letter-spacing: 0;
}
#about h3 {
    text-align: center;
    font-size: 22px;
    color: var(--deepblue);
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 1em;
}
#about h3 + p {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
    color: var(--deepblue);
}
#about article {
    max-width: 800px;
    width: 80%;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px
}
#about article h4 {
    background: var(--deepblue);
    color: #fff;
    padding: 0 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    height: 74px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-bottom: 30px;
}
#about article h4 small {
    display: block;
    width: 100%;
    font-size: 0.6em;
    margin-top: 0.2em;
    font-weight: 500;
}
#about article figure {
    width: 45%;
    margin-right: 2%;
}
#about article figure img {
    width: 100%

}
#about article div {
    width: 45%;
}
#about article ul.sign {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1vw;
}
#about article ul.sign li.title {
    background: var(--deepblue);
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.5em;
    padding: 0.5em;
    0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about article ul.sign li.title small {
    font-size: 90%;
    margin-left: 1em;
    line-height: 1;
}
#about article ul.sign li:not(.title) {
    width: 32%;
    margin-right: 2%;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px var(--deepblue);
    color: var(--deepblue);
}
#about article ul.sign.sign2 li:not(.title) {
    width: 49%;
    margin-right: 0;
}
#about article ul.sign.sign4 li:not(.title) {
    width: 24%;
    margin-right: 1%;
}
#about article ul.sign li:not(.title):last-child {
    margin-right: 0;
}
#about article p.read {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
    color: var(--deepblue);
    margin-bottom: 10px;
}
#about article span.note {
    font-size: 13px;
    line-height: 1.6;
    color: #0c2666;
}
#about article span.note b.red {
    color: var(--pink);
    font-weight: 500;
}
/*guide ----------------------*/
#guide {
    padding: 100px 50px;
}
#guide figure img {
    width: 100%;
}
#guide nav.movies {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#guide nav h4 {
    font-weight: 700;
    font-size: 30px;
    color: var(--deepblue);
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#guide nav.movies a {
    width: 30%;
}
#guide nav a img {
    width: 100%;
}
#guide a.movie figure {
    border-radius: 10px;
    border: solid 1px #ccc;
}
#guide nav.movies a p {
    color: #808080;
    font-size: 14px;
    padding: 10px 0;
}
#guide nav.advice, #guide nav.shingakusurvey {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#guide nav.advice.before{
    margin-top:0;
}
#guide nav.advice a, #guide nav.shingakusurvey a {
    width: 50%;
}
#guide nav.shingakusurvey h5 {
    color: var(--deepblue);
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    width: 100%;
    margin-bottom: 15px;
}
/*live_end*/
#live_end{
    width:100%;
    text-align:center;
    padding:100px 0;
}
#live_end h2{
    font-size:50px;
    font-weight:700;
    line-height:1.4;
}
@media screen and (min-width: 768px) {
    #programs ul li.program div.texts a:hover, #guide a:hover {
        opacity: 0.6;
    }
    .campas_link a:hover{
        opacity:0.8;
    }
}
@media screen and (max-width: 1100px) {
    section.wrap h2 {
        font-size: 4.09vw;
    }

    #main_title section.wrap {
        position: relative;
        padding: 4.5vw 0px;
    }
    #main_title h2 {
        font-size: 2.7vw;
    }
    #main_title h2.end{
        font-size: 1.9vw;
        padding-left: 0;
    }
    #main_title h2.end::before, #main_title h2.end::after {
        width: 2px;
    }
    
    #main_title figure {
        top: 14.7vw;
    }
    #main_title #info {
        margin-top: 4.5vw;
        margin-bottom: 4.5vw;
    }
    #main_title ul.date_info {
        width: 97%;
        margin-top: 1.8vw;
        border-radius: 0.9vw;
        padding: 0.45vw 1.36vw;
    }
    #main_title ul.date_info li {
        padding: 0.9vw 0;
    }
    #main_title ul.date_info li small {
        font-size: 1vw;
    }
    #main_title ul.date_info li span {
        font-weight: 900;
        color: var(--deepblue);
        font-size: 1.25vw;
    }
    #main_title ul.date_info li:nth-child(1) div {
        width: 57%;
        display: flex;
        align-items: center;
    }
    #main_title ul.date_info li a#timescedule {
        font-size: 0.95vw;
    }
    #main_title div#info nav {
        margin-top: 1.8bw;
    }
    #main_title div#info nav a {
        font-size: 1.1vw;
    }
    nav#info_entry_btn small {
        font-size: 1.09vw;
    }
    /*programs ------------------------- */
    #programs {
        padding: 9vw 4.5vw;
    }
    #programs h2 {
        margin-bottom: 1.8vw;
    }
    p.contentProgramDay {
        font-size: 1.63vw;
    }
    #programs ul {
        margin-top: 4.5vw;
        grid-template-columns: repeat(auto-fit, minmax(27.7vw, 1fr));
        gap: 3vw;
    }
    #programs ul li h3 {
        padding: 1.35vw;
    }
    #programs ul li h3 small {
        font-size: 1.09vw;
    }
    #programs ul li h3 b {
        font-size: 1.8vw;
    }
    #programs ul li div.texts {
        padding: 1.35vw;
        min-height: 20vw;
        padding-bottom: 6.54vw;
    }
    #programs ul li div.texts p {
        font-size: 1.1vw;
    }
    #programs ul li div.card_footer {
        padding: 0.9vw 1.35vw;
    }
    #programs ul li.program div.texts a {
        padding: 0.9vw;
        bottom: 1.35vw;
        font-size: 1.18vw;
    }
    #programs ul li.program div.card_footer mark {
        font-size: 0.86vw;
        margin-right: 0.3vw;
        width: 2.54vw;
        min-height: 2.54vw;
    }
    #programs ul li.program2 div.card_footer time{
        width: calc(100% - 2.9vw);
    }
    #programs ul li.program2 div.card_footer dl {
        font-size: 1.1vw;
    }
    #programs ul li.program1 div.texts .teacher_info {
        margin-bottom: 0.9vw;
    }
    #programs ul li.program1 div.texts .teacher_info h4 span {
        font-size: 1.1vw;
    }
    #programs ul li.program1 div.texts .teacher_info h4 b {
        font-size: 1.35vw;
    }
    #programs ul li.program1 div.card_footer div.schedule {
        width: calc(100% - 2.9vw);
    }
    #programs ul li.program1 div.card_footer div.schedule > div mark {
        min-height: 1.8vw;
    }
    #programs ul li.program1 div.card_footer div.schedule > div.kougi_date mark{
        min-height:2.54vw;
    }
    #programs ul li.program1 div.card_footer div.schedule dl {
        font-size: 1vw;
    }
    #programs ul li.program1 div.card_footer div.schedule div.kougi_date {
        margin-bottom: 0.36vw;
    }
    #programs ul li.program1 div.card_footer div.schedule div.kougi_date mark + div {
        width: calc(70% - 0.36vw);
    }
    #programs ul li.program1 div.card_footer div.schedule time {
        font-size: 1vw;
    }
    #programs nav.entry_btns {
        margin: 4.5vw auto 0;
    }
    #programs nav.entry_btns h5 {
        font-size: 2vw;
        margin-bottom: 1.8vw;
    }
    #programs nav.entry_btns small {
        display: block;
        font-size: 1.1vw;
        margin-bottom: 20px;
    }
    #programs nav.entry_btns a {
        width: 43.6vw;
        margin: auto;
    }
    /*beforeprogram*/
    #programs.beforeprogram{
        min-height:unset;
    }
    #programs.beforeprogram h3{
        text-align:center;
        font-size:6vw;
        font-family:Oswald,snas-serif;
        /* color:#666; */
    }
    /*分岐リンク*/
    .campas_link{
        display:block;
        margin:5vw auto 10vw;
    }
    .campas_link a{
        border-radius: 4vw;
        width: 60%;
        margin:3vw auto;
        height:7vw;
        font-size: 2.6vw;
    }

    /*#about ------------------- */
    #about {
        padding: 9vw 0;
    }
    #about h3 {
        font-size: 2vw;
    }
    #about h3 + p {
        font-size: 1.54vw;
    }
    #about article {
        margin: 4.5vw auto 0;
        border-radius: 2.7vw;
        padding-bottom: 1.8vw;
    }
    #about article h4 {
        font-size: 2.36vw;
        height: 6.7vw;
        margin-bottom: 2.7vw;
    }
    #about article ul.sign {
        margin-bottom: 1vw;
    }
    #about article ul.sign li.title {
        font-size: 1.27vw;
    }
    #about article ul.sign li:not(.title) {
        padding: 0.45vw;
        font-size: 1.1vw;
    }
    #about article p.read {
        font-size: 1.35vw;
        margin-bottom: 0.9vw;
    }
    #about article span.note {
        font-size: 1.18vw;
    }
    /*guide ----------------------*/
    #guide {
        padding: 9vw 4.5vw;
    }
    #guide nav h4 {
        font-size: 2.7vw;
        margin-bottom: 1.8vw;
    }
    #guide a.movie figure {
        border-radius: 0.9vw;
    }
    #guide nav.movies a p {
        font-size: 1.35vw;
    }
    #guide nav.advice, #guide nav.shingakusurvey {
        margin-top: 4.5vw;
    }
    #guide nav.shingakusurvey h5 {
        font-size: 2vw;
        margin-bottom: 1vw;
    }
    /*live_end*/
    #live_end{
        width:100%;
        text-align:center;
        padding:10vw 0;
    }
    #live_end h2{
        font-size:4.54vw;
    }
}
@media screen and (max-width: 767px) {

    section.wrap h2 {
        font-size: 6.5vw;
        line-height:1.4;
    }
    /*#main_title ----------------------------- */
    #main_title {
        padding: 0;
    }
    #main_title section.wrap {
        padding: 10vw 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #main_title figure {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    #main_title h2 {
        order: 2;
        position: static;
        width: 100%;
        font-size: 5vw;
        margin-top: 8vw;
        text-align: center;
        padding-left: 0;
        padding-right: 8vw;
    }
     #main_title h2.end{
        font-size: 4.5vw;
        padding-left: 0;
         position:relative;
    }
    #main_title h2.end::before, #main_title h2.end::after {
        width: 2px;
        left: 20%;
    }
    #main_title h2.end::after {
        left:unset;
        right: 30%;
    }
    
    #main_title #info {
        order: 3;
        width: 100%;
        margin-top: -10vw;
        margin-left: 0;
        margin-bottom: 6vw;
    }
    #main_title #info img {
        width: 100%;
    }
    #main_title ul.date_info {
        width: 90%;
        margin-left: 5%;
        margin-top: 6vw;
        border-radius: 10px;
        padding: 1vw 2vw;
    }
    #main_title ul.date_info li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 2vw 0;
    }
    #main_title ul.date_info li small {
        font-size: 2.6vw;
        width: 41%;
        line-height: 1;
    }
    #main_title ul.date_info li span {
        font-size: 3.6vw;
        padding-bottom: 0;
        line-height: 1;
    }
     .ios #main_title ul.date_info li span{
        font-size: 3.4vw;
     }
    #main_title ul.date_info li:nth-child(1) div {
        width: 59%;
        display: flex;
        align-items: center;
    }
    #main_title ul.date_info li a#timescedule {
        font-size: 2.6vw;
        font-weight: 500;
        display: inline-flex;
        margin-left: 5%;
        color: var(--deepblue);
        text-decoration: underline;
    }
    #main_title div#info nav {
        margin-top: 6vw;
        padding-left: 26vw;
    }
    #main_title div#info nav a {
        font-size: 3.4vw;
        margin: 1.5vw 0;
    }
    #main_title div#info nav a:first-child {
        margin-right: 0;
    }
    nav#info_entry_btn {
        order: 4;
        width: 80vw;
        margin: auto;
    }
    nav#info_entry_btn a {
        margin-bottom: 10px;
    }

    nav#info_entry_btn small {
        display: block;
        text-align: center;
        font-size: 2.6vw;
        color: var(--deepblue);
        font-weight: 500;
    }
    /*#timetable popup*/
    #timetable {
        width: 92%;
        height: 140vw;
        top: calc(50% - 70vw);
        left: 4%;
        padding: 8vw 5vw 7vw;
    }
    #timetable_close {
        top: 4vw;
        right: 4vw;
        width: 8vw;
        height: 8vw;
        padding-top: 8vw;
    }
    #timetable_close::before, #timetable_close::after {
        height: 8vw;
        top: 0;
    }
    #timetable_close small {
        font-size: 2.6vw;
    }
    #timetable section {
        height: 100%;
    }
    #timetable section div.texts {
        width: 100%;
        height: auto;
        margin-bottom: 0vw;
    }
    #timetable section div.texts h3 {
        font-size: 5vw;
        text-underline-offset: 3vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }
    #timetable section div.texts p {
        font-size: 3.2vw;
        line-height: 1.7;
    }
    #timetable section div.texts::after {
        display: none;
    }
    #timetable section ul {
        width: 100%;
    }
    #timetable section ul li {
        margin-bottom: 2vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #timetable section ul li > span {
        font-size: 3.4vw;
        width: 17%;
        margin-right: 3%;
    }
    #timetable section ul li time {
        font-weight: 700;
        width: 50%;
    }
    #timetable section ul li time span {
        font-size: 7vw;
        width: 40%;
    }
    #timetable section ul li time > mark {
        font-size: 5vw;
    }
    /*programs ------------------------- */
    #programs {
        padding: 10vw 5vw;
    }
    #programs h2 {
        margin-bottom: 2vw;
    }
    #programs h2 span {
        display: inline-block;
    }
    #programs ul {
        display: flex;
        flex-wrap: wrap;
    }
    p.contentProgramDay {
        font-size: 2.7vw;
    }
    #programs ul {
        margin-top: 0;
    }
    #programs ul li {
        width: 100%;
        max-width: unset;
        margin-right: 0;
        margin-top: 5vw;
        margin-bottom: 0;
    }
    #programs ul li:nth-child(3n) {
        margin-right: 0;
    }
    #programs ul li h3 {
        padding: 3vw;
    }
    #programs ul li h3 small {
        font-size: 3.2vw;
    }
    #programs ul li h3 b {
        font-size: 5vw;
    }
    #programs ul li div.texts {
        padding: 4vw;
        min-height: unset;
        padding-bottom: 18vw;
    }
    #programs ul li div.texts p {
        font-size: 3.2vw;
        line-height: 1.8;
        text-align: justify;
        font-weight: 500;
    }
    #programs ul li div.card_footer {
        display: flex;
        align-items: stretch;
        background: #ccc;
        padding: 3vw;
    }

    #programs ul li.program div.texts a {
        padding: 2.5vw;
        bottom: 3vw;
        font-size: 3.6vw;
    }

    #programs ul li.program div.card_footer mark {
        font-size: 2.8vw;
        color: #fff;
        margin-right:1vw;
        width: 9vw;
        min-height: 9vw;
    }
    #programs ul li.program2 div.card_footer time{
        width: calc(100% - 10vw);
    }
    #programs ul li.program2 div.card_footer dl {
        /* width: calc(50% - 5vw); */
        font-size: 3vw;
        /* height: 100%; */
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        /* min-height: 9vw; */
    }
    #programs ul li.program2 div.card_footer dl dt, #programs ul li.program2 div.card_footer dl dd {
        /* width: 100%; */
    }
    #programs ul li.program1 h3 {
        background: var(--live);
    }

    #programs ul li.program1 div.texts {
        background-color: var(--live_L);
    }
    #programs ul li.program1 div.texts .teacher_info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    #programs ul li.program1 div.texts .teacher_info h4 {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    #programs ul li.program1 div.texts .teacher_info h4 span {
        display: block;
        font-size: 3.2vw;
        font-weight: 500;
        margin-bottom: 0.4em;
        width: 100%;
    }
    #programs ul li.program1 div.texts .teacher_info h4 b {
        display: block;
        width: 100%;
        font-size: 4vw;
        font-weight: 500;
        margin-bottom: 0.2em;
    }
    #programs ul li.program1 div.texts .teacher_info img {
        width: 19.3%
    }
    #programs ul li.program1 div.texts p span {
        color: var(--live);
    }
    #programs ul li.program1 div.texts a {
        color: var(--live);
        border-color: var(--live);
    }
    #programs ul li.program1 div.texts a::after {
        border-color: var(--live);
    }
    #programs ul li.program1 div.card_footer {
        background: var(--live_F);
        padding-right: 0;
    }
    .card_footer {}
    #programs ul li.program1 div.card_footer div.schedule {
        width: calc(100% - 10vw);
    }
    #programs ul li.program1 div.card_footer div.schedule > div mark {
        min-height: 5vw;
    }
    #programs ul li.program1 div.card_footer div.schedule > div.kougi_date mark {
        min-height: 8vw;
    }
    #programs ul li.program1 div.card_footer div.schedule dl {
        font-size: 3vw;
    }
    #programs ul li.program1 div.card_footer div.schedule div.kougi_date {
        margin-bottom: 1vw;

    }
    #programs ul li.program1 div.card_footer div.schedule div.kougi_date mark + div {
        width: calc(70% - 1vw);
    }
    #programs ul li.program1 div.card_footer div.schedule time {
        font-size: 3vw;
    }
    #programs nav.entry_btns {
        width: 100%;
        margin: 8vw auto 0;
        text-align: center;
    }
    #programs nav.entry_btns h5 {
        font-size: 3.6vw;
        margin-bottom: 3vw;
    }
    #programs nav.entry_btns h5::before, #programs nav.entry_btns h5::after {
        width: 2px;
    }
    #programs nav.entry_btns h5::after {
        transform: rotate(25deg);
        left: unset;
        right: -1em;
    }
    #programs nav.entry_btns small {
        display: block;
        font-size: 2.8vw;
        margin-bottom: 2vw;
    }
    #programs nav.entry_btns a {
        width: 80vw;
        margin: auto;
    }
    nav#info_entry_btn a,
    #programs nav.entry_btns a{
        font-size: 4.8vw;
        margin-bottom: 2vw;
        padding: 4.2vw;
    }
    /*beforeprogram*/
    #programs.beforeprogram{
        min-height:unset;
    }
    #programs.beforeprogram h3{
        font-size:10vw;
    } 
    /*分岐リンク*/
    .campas_link{
        display:block;
        margin:8vw auto 14vw;
    }
    .campas_link a{
        border-radius:10vw;
        width: 100%;
        margin:6vw auto;
        height: 14vw;
        font-size: 4.5vw;
        text-align: center;
    }
/*#about ------------------- */
    #about {
        padding: 10vw 5vw;
    }

    #about h2 {
        margin-bottom:0.5em;
    }
    #about h3 {
        font-size: 5vw;
        margin-bottom: 0.5em;
    }
    #about h3 + p {
        text-align: center;
        font-size: 3.8vw;
    }
    #about article {
        max-width: 800px;
        width: 100%;
        margin: 10vw auto 0;
        background: #fff;
        border-radius: 5vw;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 5vw
    }
    #about article h4 {
        padding: 3vw 0;
        text-align: center;
        font-size: 5.5vw;
        height:unset;
        width: 100%;
        margin-bottom: 0;
    }
    #about article figure {
        width: 100%;
        margin-right: 0;
        margin-bottom:4vw;
        padding: 4vw 0;
    }
    #about article figure img {
        width: 100%
    }
    #about article div {
        width: 100%;
        padding: 0 4vw;
    }
    #about article ul.sign {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 3vw;
    }
    #about article ul.sign li.title {
        font-size: 3vw;
        margin-bottom: 0.5em;
        padding: 0.5em;
        width: 100%;
    }
    #about article ul.sign li.title small {
        font-size: 90%;
        margin-left: 1em;
        line-height: 1;
    }
    #about article ul.sign li:not(.title) {
        padding: 1.5vw;
        font-size: 2.8vw;
    }
    #about article ul.sign.sign2 li:not(.title) {
        width: 49%;
        margin-right: 0;
    }
    #about article ul.sign.sign4 li:not(.title) {
        width: 24%;
        margin-right: 1%;
    }
    #about article ul.sign li:not(.title):last-child {
        margin-right: 0;
    }
    #about article p.read {
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    #about article span.note {
        font-size: 3vw;
    }
/*guide ----------------------*/
    #guide {
        padding: 10vw 5vw;
    }
    #guide figure img {
        width: 100%;
    }
    #guide nav.movies {
        justify-content: center;;
    }
    #guide nav h4 {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }
    #guide nav.movies a#conceptmovie {
        width: 70%;
        margin-bottom: 2vw;
    }
    #guide nav.movies a.movie:not(#conceptmovie) {
        width: 46%;
        margin: 0 2%;
    }
    #guide nav.movies a p {
        font-size: 3vw;
        padding: 2vw 0;
    }
    #guide nav.advice, #guide nav.shingakusurvey {
        margin-top: 8vw;
    }
    #guide nav.advice a, #guide nav.shingakusurvey a {
        width: 90%;
    }
    #guide nav.shingakusurvey h5 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    /*live_end*/
    #live_end{
        width:100%;
        text-align:center;
        padding:10vw 0;
    }
    #live_end h2{
        font-size:6vw;
    }
}