@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap');

:root{
	--white:#ffffff;
	--text:#000000;
	--gray:rgba(0,0,0,.4);
	--darkgray:#666666;
	--palegray:#e6e6e6;
	--bggray:#E6E6E6;
	--yellow:#ffffd2;
	--blue:#00b6cc;
	--darkblue:#2b6485;
	--red: #EC6060;
	--green:#6DE3B9;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: var(--white);
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic,"Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 600;*/
  font-style: normal;
    color: var(--text);
}

body{
    font-size: 16px;
    padding-top: 70px;
}
ul,li,dl,dt,dd{
    margin: 0 auto;
    padding:0;
    list-style: none;
}
table{
    border-bottom: 1px solid #b3b3b3;
    font-size: 14px;
}
tr{
    border-top: 1px solid #b3b3b3;
}
th{
    padding: 25px 20px;
    text-align: center;
    font-weight: normal;
}
td{
    padding: 25px 20px;
}
input[type="text"],
textarea{
    border: 1px solid #b3b3b3;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"]{
    margin-right: 5px;
}
img{
    max-width: 100%;
    vertical-align: top;
}

/* sp */
@media only screen and (max-width: 767px) {
    th{
        padding: 20px 5px;
    }
    td{
        padding: 20px 0 20px 15px;
    }
}

/* typography
-------------------------------------------------------------- */
.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* Headings */
h1 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: 0.1em;
    color: #040000;
    margin: 0;
    padding: 0;
}
main h2{
    position: relative;
	font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: var(--darkblue);
    margin: 0 auto;
}
h2.home-title{
    padding-bottom: 12px;
}
h2.home-title:after{
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #000;
}
main h2 + h3{
    font-size: 20px;
    color: var(--darkblue);
    margin: 15px auto 40px;
    text-align: center;
}
h3 {
	font-size: 26px;
    margin: 50px auto 30px;
}
h4 {
	font-size: 18px;
    margin: 0 0 15px;
}
h5 {
	font-size: 17px;
    /*font-weight: bold;*/
}
p{
    font-weight: normal;
}

a{
    color: #444;
    opacity: 1;
    transition: all .3s ease-in-out;
}
a:hover{
    color: #444;
    opacity: .7;
    text-decoration: none;
}
small {
    font-size: 90%;
}

.en{
    font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
}
.serif{
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
}

.text-center{
    text-align: center;
}


/* pc */
@media only screen and (min-width: 768px) {
main h2{
	font-size: 88px;
}
main h2 + h3{
    font-size: 24px;
    margin: 15px auto 45px;
}
}

/* sp */
@media only screen and (max-width: 911px) {
    h2,h3{
        font-size: 18px;
    }
}



/* header
-------------------------------------------------------------- */
header{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
}
.logo{
    display: flex;
    align-items: center;
    line-height: 1;
    margin:0;
}

/* pc */
@media only screen and (min-width: 768px) {
.logo picture{
    order: 2;
    width: 180px;
    height: 26px;
}
.logo img{
    margin: 0 15px;
    width: 100%;
}
.logo .logo-twcu{
    order: 1;
    width: 170px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
    header{
        background: linear-gradient(to right, #33c4d6, #87ddcf);
    }
    .logo{
        margin: 0;
        width: calc(100% - 70px);
        box-sizing: border-box;
        padding-left: 18px;
    }
.logo picture{
    width: 81px;
    margin-right: 10px;
}
.logo-twcu{
    width: calc(100% - 114px);
    max-width: 152px;
}
}


header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    margin: 0;
}
.header-navBtn {
    position: relative;
    z-index: 100;
    background-color: var(--darkblue);
    border-radius: 10px 0 0 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
}

.header-navBtn span {
    position: absolute;
    display: block;
    width: 23px;
    height: 2.4px;
    background: var(--white);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.header-navBtn span:nth-child(1) {
    top: 14px;
    left: 13px;
}

.header-navBtn span:nth-child(2) {
    top: 23px;
    left: 13px;
}

.header-navBtn span:nth-child(3) {
    top: 32px;
    left: 13px;
}

.header-navBtn--op span:nth-child(1) {
    top: 23px;
    left: 13px;
    -webkit-transform: rotate(-315deg) scaleX(1);
    transform: rotate(-315deg) scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.header-navBtn--op span:nth-child(2) {
    top: 23px;
    left: 13px;
    opacity: 0
}

.header-navBtn--op span:nth-child(3) {
    top: 23px;
    left: 13px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.menu-global-container{
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    background-color: rgba(38,49,67,.4);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}
.menu-global-container--op{
    -webkit-transform: translateX(0);
    transform: translateX(0)
}


#menu-global{
    width: 100%;
    margin: 0;
    padding: 0 35px;
    background-color: #fff;
    text-align: center;
}
/* pc */
@media only screen and (min-width: 768px) {
#menu-global{
    width: 280px;
    padding: 35px;
}
}
#menu-global > li{
    padding: 25px 20px;
    margin: 0;
    font-size: 19px;
    line-height: 1;
}
#menu-global > li:not(:first-child){
    border-top: 1px solid var(--darkblue);
}
#menu-global li a{
    text-decoration: none;
    color: var(--darkblue);
}
.menu-global-sns{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


/* footer
-------------------------------------------------------------- */
footer{
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 80px;
    overflow: hidden;
}
footer .mv-marquee{
    bottom: auto;
    top: 10px;
    color: rgba(0, 182, 204, .3);
}

.footer-SNS_title{
    width: 230px;
    max-width: 100%;
    margin: 75px auto 10px;
}
.footer-SNS_title + p{
    margin-top: 0;
}
.icon-blank{
    color: var(--text);
    background: url( ../img/icon-blank.png)no-repeat left center;
    background-size: 14px auto;
    padding-left: 20px;
}

.copyright{
    font-size: 11px;
    padding: 15px;
    background-color: #fbfbf7;
    margin-bottom: 0;
    font-weight: normal;
}

.pagetop{
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 56px;
}


/* PC */
@media only screen and (min-width: 912px) {
    .footer-contact_content{
        display: flex;
        justify-content: space-between;
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
    }
    .footer-contact_content dl{
        display: flex;
        width: 48.8%;
    }
    .footer-contact_content2{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
    }
    .footer-contact_content2 > p{
        margin: 0 0 5px 20px;
    }
}

/* SP */
@media only screen and (max-width: 911px) {
    .footer-banner_item{
        padding: 0 30px 50px;
    }
    .footer-banner_title{
        font-size: 20px;
    }
    .footer-contact{
        padding-top: 30px;
    }
    .footer-contact_content{
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .footer-contact_content dl{
        margin: 0 0 10px;
        border: 1px solid #faa0a0;
    }
    .footer-contact_tel{
        font-size: 25px;
    }
    .footer-contact_email{
        font-size: 12px;
    }
    .footer-contact_content2{
        margin: 0 30px;
    }
    .pagetop{
        bottom: 50px;
    }
}



/* Posts/Articles
-------------------------------------------------------------- */
article {
	background: transparent;
	padding: 0 20px;
	margin-bottom: 40px;
}
main .index-section{
	padding: 70px 18px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
main section p{
	margin: 0 0 1.5em;
    line-height: 1.75;
}
/* PC */
@media only screen and (min-width: 767px) {
main .index-section{
	padding: 80px 0;
    max-width: 1080px;
    margin: 0 auto;
}
}

/* Misc & mixens
-------------------------------------------------------------- */

/* PC */
@media only screen and (min-width: 769px) {
    .sp{
        display: none !important;
    }
}

/* SP */
@media only screen and (max-width: 768px) {
    .pc{
        display: none !important;
    }
}

.blue-gradient{
    background: linear-gradient(to right, #33c4d6, #87ddcf);
}
.blue-gradient2{
    background: linear-gradient(to right, rgba(51, 196, 214, .15), rgba(135, 221, 207, .15));
}
.bg-gray{
    background-color: var(--palegray);
}


/* home
-------------------------------------------------------------- */
main{
    overflow: hidden;
}

.mv{
    position: relative;
}
.slider,
.slider img{
    width: 100%;
}
.mv-marquee{
    position: absolute;
    left: 0;
    bottom: 0;
        display: inline-block;
        margin: 0;
        padding-left: 100%;
        white-space: nowrap;
    color: var(--white);
    font-size: 44px;
    animation: SlideSample 40s linear infinite;
}
@keyframes SlideSample {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}
.mv-text{
    position: absolute;
    left: 0;
    top: 0;
    padding: 18px 0 0 28px;
    box-sizing: border-box;
    width: 70%;
    height: 72%;
    background: url(../../img/mv/bg-slide.png) no-repeat right top;
    background-size: cover;
}
.mv-text img{
    display: block;
    width: 183px;
    margin-bottom: 25px;
}
.mv-text img + picture{
    width: 177px;
}

/* pc */
@media only screen and (min-width: 768px) {
.mv-text{
    padding: 76px 0 0 90px;
    width: 54%;
    height: 90%;
    background: url(../../img/mv/bg-slide.png) no-repeat left top;
    background-size: contain;
}
.mv-text img{
    width: 300px;
    margin-bottom: 50px;
}
.mv-marquee{
    font-size: 88px;
}
}
/* SP */
@media only screen and (max-width: 768px) {
.mv-text{
    background: url(../../img/mv/bg-slide.png) no-repeat right top;
    background-size: contain;
}
}

/* nav */
/* pc */
@media only screen and (min-width: 768px) {
    main nav{
        background: linear-gradient(to right, #33c4d6, #87ddcf);
    }
    .nav-list{
        width: 100%;
        margin: 0 auto;
    }
    .nav-list{
        display: flex;
        justify-content: center;
        gap: 30px;
        max-width: 1040px;
        padding: 35px 0;
    }
    .nav-item{
        width: 14.2%;
        max-width: 148px;
    }
}

/* sp */
@media only screen and (max-width: 767px) {
    main nav{
        display: none;
    }
}



/* about */
.home-about_item{
    position: relative;
    border: 1px solid var(--blue);
    border-radius: 10px;
    margin-top: 70px;
        padding: 55px 25px 30px;
        box-sizing: border-box;
}

.home-about_item h4{
    position: absolute;
    left: 0;
    top: -30px;
    margin: 0;padding: 0;
}
.home-about_item h5{
    font-size: 23px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.home-about_item03 h5,
.home-about_item04 h5{
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.2;
}
/* pc */
@media only screen and (min-width: 768px) {
    .home-about_container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home-about_item{
        width: 100%;
        padding: 80px 35px 40px;
    }
    .home-about_item01{
        width: 46.65%;
    }
    .home-about_item02{
        width: 48.46%;
    }
    .home-about_item02 > img{
        position: absolute;
        left: 5%;
        bottom: 40px;
        width: 90%;
    }
    .home-about_item h4{
        position: absolute;
        left: -20px;
        top: -30px;
        margin: 0;padding: 0;
    }
.home-about_item h5{
    font-size: 30px;
}
.home-about_item03 h5,
.home-about_item04 h5{
    font-size: 53px;
    margin-bottom: 15px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
    .home-about_item{
        margin-bottom: 20px;
    }
    .home-about_item02{
        padding-bottom: 0;
    }
    .home-about_item h4 img{
        max-height: 58px;
        max-width: 100%;
    }

}

.home-about_item03Img{
    display: flex;
    gap: 30px;
    width: 100%;
}
.home-about_item03-01{
    padding-bottom: 40px;
}
.home-about_item03-02{
    padding-bottom: 40px;
}
.home-about_item03-03,
.home-about_item03-04{
    display: flex;
    gap: 50px;
    border-top: 1px solid var(--blue);
    padding-top: 40px;
}
.home-about_item03-03Text{
    width: calc(100% - 318px);
}
.home-about_item03-03Img{
    width: 268px;
}
.home-about_item03-04Text{
    width: calc(100% - 336px);
}
.home-about_item03-04Img{
    width: 286px;
}
/* pc */
@media only screen and (min-width: 768px) {
.home-about_item03-0102{
    display: flex;
    justify-content: space-between;
}
.home-about_item03-01{
    width: 50% ;
    padding-right: 50px;
}
.home-about_item03-02{
    width: 50%;
    border-left: 1px solid var(--blue);
    padding-left: 50px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
    .home-about_item03Img{
        border-bottom: 1px solid var(--blue);
        padding-bottom: 40px;
    }
    .home-about_item03Img img{
        flex: 1;
        max-width: calc(50% - 15px);
    }
    .home-about_item03 h5, 
    .home-about_item04 h5{
        text-align: center;
    }
    .home-about_item03-03,
    .home-about_item03-04{
        flex-wrap: wrap;
        gap:0;
    }
    .home-about_item03-03Text,
    .home-about_item03-04Text{
        width: 100%;
    }
    .home-about_item03-03Img{
        width: 100%;
        border-bottom: 1px solid var(--blue);
        padding-bottom: 30px;
    }
    .home-about_item03-04Img{
        text-align:center;
    }
    .home-about_item03-04Img img{
        max-width: 100%;
    }
}

.home-about_item04-slider{
    position: relative;
}
.home-about_item04-slider01{
    margin: 0 15px;
}
.home-about_item04-slider01 img{
    width: 100%;
}
.home-about_item04-slider01 h5{
    font-size: 20px;
    margin: 20px 0;
}
.syllabus-tab-container {
    display: flex; 
    background-color: #ffffff; 
    border-radius: 16px; 
    border: 2px solid var(--blue);
    width: fit-content;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden; /* コンテナからはみ出す要素の境界線を隠す */
}
.tab-item {
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap; /* テキストが折り返さないようにする */
    line-height: 1;
}
.tab-item.active {
    background-color: var(--blue);
    color: var(--white);
}
.tab-item.inactive {
    background-color: var(--white);
    color: var(--blue);
    border-radius: 0 16px 16px 0;
}
.home-about_item04-slider p{
    font-size: 14px;
}
.home-about_item04-slider .slick-arrow{
    position: absolute;
    z-index: 999;
    width: 44px;
    height: 44px;
    background-color: var(--blue);
    border-radius: 50%;
    border: 2px solid var(--white);
    text-indent: -9999px;
    display: flex;
    justify-content: center; /* 水平中央揃え */
    align-items: center;     /* 垂直中央揃え */
    cursor: pointer;
}
.home-about_item04-slider .slick-prev:after,
.home-about_item04-slider .slick-next:after{
    content: '';
    display: block;
    width: 10px;    /* 矢印の幅 */
    height: 10px;   /* 矢印の高さ */
    border: solid white;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg); 
    margin-left: 4px;
}
.home-about_item04-slider .slick-next:after{
    transform: rotate(-135deg); 
    margin: 0 4px 0 0;
}
/* pc */
@media only screen and (min-width: 768px) {
.home-about_item04-slider{
    margin: 0 40px;
}
.home-about_item04-slider .slick-arrow{
    top: 75px;
    left: -12px;
}
.home-about_item04-slider .slick-arrow.slick-next{
    left: auto;
    right: -12px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
    .home-about_item04-sliderShoulder{
        background: linear-gradient(to right, rgba(51, 196, 214, .15), rgba(135, 221, 207, .15));
        text-align: center;
        font-size: 18px;
        color: var(--blue);
        padding: 20px;
    }
    .home-about_item04-slider{
        background: linear-gradient(to right, rgba(51, 196, 214, .15), rgba(135, 221, 207, .15));
    }
.home-about_item04-slider .slick-arrow{
    top: -55px;
    left: 15px;
}
.home-about_item04-slider .slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
.syllabus-tab-container{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
}


/* academics */
.home-academics{
    padding: 80px 0 0;
}
.home-academics-message{
    display: flex;
    width: 100%;
}
.home-academics-messageImg > img{
    width: 100%;
}
.home-academics-messageText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 0 36px;
    color: var(--white);
}
.home-academics-messageText h4{
    font-size: 32px;
    margin: 0;
}
.home-academics-messageText h4 + p{
    font-size: 21px;
    margin: 0;
}
.home-academics-messageText h4 + p span{
    font-size: 15px;
}
.home-academics_item{
    margin: 0 auto;
}
.read-messages-button {
    display: inline-flex; 
    align-items: center; 
    justify-content: space-between; 
    border: 2px solid var(--blue); 
    border-radius: 25px; 
    background-color: var(--white);
    color: var(--blue);
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px 5px 20px;
}
.read-messages-button:hover,
.read-messages-button2:hover{
    opacity: .7;
}
.button-text {
    margin-right: 10px;
    white-space: nowrap;
}
.button-icon {
    width: 28px; 
    height: 28px;
    background-color: #79c5ce; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.button-icon::after {
    content: ''; 
    border: solid white;
    border-width: 0 2px 2px 0;
    width: 8px;    
    height: 8px;   
    transform: rotate(-45deg);
    margin-right: 3px;
}

.home-academics-messageToggle{
    position: relative;
    display: none;
}
.home-academics-messageToggleContainer{
    display: block;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--blue);
    padding: 40px 25px 20px;
    box-sizing: border-box;
}
.close-button {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: var(--blue);
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: var(--white);
}
.close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.home-academics-messageToggleContainer > div{
    flex: 1;
}
.home-academics-messageToggleContainer h4{
    position: relative;
    font-size: 18px;
    color:var(--blue);
    background: url(../../img/section02/icon-section02-q.svg) no-repeat left center;
    background-size: 25px auto;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.home-academics-messageToggleContainer h4 span{
    position: relative;
    background-color: var(--white);
    z-index: 2;
    padding-right: 20px;
}
.home-academics-messageToggleContainer p{
    font-size: 14px;
    margin: 0 0 30px 30px;
}

/* pc */
@media only screen and (min-width: 768px) {
.home-academics-messageImg{
    width: 55%;
}
.home-academics-messageText{
    width: 45%;
    padding: 0 45px;
}
.home-academics-messageToggleContainer{
    display: flex;
    padding: 40px 50px;
}
.home-academics-messageToggleContainer h4::before{
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
    background-color: var(--blue);
}
.home-academics-messageToggleText{
    padding-right: 50px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.home-academics-message{
    flex-wrap: wrap;
}
.home-academics-messageText{
    position: relative;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.home-academics-messageText h4{
    position: absolute;
    left: 36px;
    top: -120px;
font-size: 22px;
}
}


/* section3 instructors */
.home-instructors{
    padding: 10px 0;
}

.home-instructors-list{
    display: flex;
    gap: 30px;
}
.home-instructors-item{
    flex:1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.home-instructors-item h4{
    margin: 15px auto;
}
.home-instructors-item h4 span{
font-size: 14px;
display: block;
}
.home-instructors-item p{
margin: 0 auto auto;
font-size: 14px;
}
.read-messages-button2 {
    display: inline-flex; 
    align-items: center; 
    justify-content: space-between; 
    border: 2px solid var(--blue); 
    border-radius: 14px; 
    color: var(--blue); 
    font-size: 11px; 
    text-decoration: none; 
    padding: 4px 4px 4px 15px;
    background-color: var(--white);
}
.read-messages-button2 .button-text {
    margin-right: 8px; 
    white-space: nowrap;
}
.read-messages-button2 .button-icon {
    width: 18px; 
    height: 18px;
    background-color: #79c5ce; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.read-messages-button2 .button-icon::after {
    content: ''; 
    border: solid white;
    border-width: 0 2px 2px 0; 
    
    /* 矢印のサイズと回転 */
    width: 5px; 
    height: 5px;
    transform: rotate(-45deg); 
    
    /* 矢印の位置を微調整 */
    margin-right: 3px;
}
/* pc */
@media only screen and (min-width: 768px) {
.home-academics_message2{
    display: flex;
}
.home-academics_message2 h2.home-title:after{
    left: 0;
}
.home-academics_message2 h2{
    font-size: 55px;
    text-align: left;
    margin-top: 0;
    line-height: 1;
}
main .home-academics_message2 h2 + h3{
    text-align: left;
    margin-bottom: 30px;
}
.home-instructors-list{
    margin-left: 20px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.home-instructors-list{
    flex-wrap: wrap;
}
.home-instructors-popup_img{
    height: 200px;
    object-fit: cover;
    object-position: right 20px top;
}
}

.popup_wrap{
  z-index: 999999;
}
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.close_bg{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 700px;
  max-width: 100%;
  max-height: 90%;
  overflow: auto;
  padding: 3.5%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4em;
  transition: 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.close_btn{
  position: absolute;
  top:11px;
  right:11px;
  z-index:1000;
  width: 30px;
  height: 30px;
  background:var(--blue);
  font-weight:normal;
  font-family: 'Kosugi', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  color:#fff;
}
.close_btn span {
    position: absolute;
    display: block;
    width: 23px;
    height: 2.4px;
    background: var(--white);
}
.close_btn span:nth-child(1) {
    top: 14px;
    left: 4px;
    -webkit-transform: rotate(-315deg) scaleX(1);
    transform: rotate(-315deg) scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.close_btn span:nth-child(2) {
    top: 14px;
    left: 4px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center;
    transform-origin: center
}
.home-instructors-popupContainer{
    position: relative;
}
.home-instructors-popup_img{
    width: 100%;
}
.home-instructors-popup_shoulder{
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.6);
    width: 321px;
    max-width: 60%;
    height: calc(100% - 40px);
    padding: 15px 5px 15px 15px;
    box-sizing: border-box;
    text-align: left;
}
.home-instructors-popup_shoulder h4{
font-size: 16px;
margin: 0;
line-height: 1.2;
}
.home-instructors-popup_shoulder h4:last-child{
    font-size: 10px;
    line-height: 1.5;
}
.home-instructors-popup_shoulder h4 span{
    display: inline-block;
font-size: 12px;
color: var(--white);
background-color: var(--darkblue);
border-radius: 999px;
padding: 1px 15px;
margin-bottom: 5px;
}
.home-instructors-popup_shoulder h4 + h5{
    margin: 0 0 10px;
    font-size: 10px;
}
.home-instructors-popup_message{
    background-color: var(--darkblue);
    padding: 15px;
    color: var(--white);
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.home-instructors-popup_message + p{
    margin: 10px 0;
    font-size: 13px;
    line-height: 2;
    text-align: left;
}
/* pc */
@media only screen and (min-width: 768px) {
.home-instructors-popup_shoulder h4{
font-size: 22px;
}
.home-instructors-popup_shoulder h4:last-child{
    font-size: 16px;
}
.home-instructors-popup_shoulder h4 span{
font-size: 16px;
padding: 3px 20px;
margin-bottom: 5px;
}
.home-instructors-popup_shoulder h4 + h5{
    margin: 6px 0 25px;
    font-size: 12px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
}

/* scholarship */
.home-scholarship-item{
    display: flex;
    gap: 30px;
    align-items: center;
    border: 1px solid var(--blue);
    border-radius: 10px;
    padding: 15px 45px;
    margin-bottom: 20px;
}
.home-scholarship-item01{
    background-color: var(--yellow);
    padding: 25px 45px;
}
.home-scholarship-item h4{
    font-size: 25px;
    margin: 0;
}
.home-scholarship-item02 h4:first-child{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.home-scholarship-item h4 span{
    color: var(--blue);
    font-size: 0.7em;
}
.home-scholarship-itemPrice{
    background-color: var(--blue);
    color: var(--white);
    padding: 10px;
    width: 126px;
    text-align: center;
}
.home-scholarship-item p{
    margin: 0;
}
/* pc */
@media only screen and (min-width: 768px) {
.home-scholarship-item h4{
    font-size: 30px;
    width: 380px;
}
.home-scholarship-item p{
    width: calc(100% - 586px);
}
.home-scholarship-item02 h4:first-child::after{
    content: '';
    width: calc(100% + 75px);
    height: 1.5px;
    background: url(../../img/section04/border-scholar.svg);
    position: absolute;
    left: -45px;
    bottom: 0;
}
.home-scholarship-item h4 span{
    margin-left: 20px;
}
.home-scholarship-item02 + p{
    text-align: center;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.home-scholarship-item{
    padding: 30px;
    flex-direction: column;
}
.home-scholarship-item02inner{
    display: flex;
    gap: 10px;
}
.home-scholarship-item h4{
    text-align: center;
}
.home-scholarship-item02 h4:first-child{
    border-right:1.5px dotted var(--blue) ;
    padding-right: 10px;
}
}


/* exam */
.home-exam-overview{
    display: flex;
}
.home-exam-overviewText h4{
    font-size: 24px;
    color: var(--darkblue);
}
.home-exam-overviewText h4 + div{
    background-color: var(--blue);
    color: var(--white);
    padding: 15px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.home-exam-item h3{
    position: relative;
    border-bottom: 1px solid var(--blue);
    padding-left: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
}
.home-exam-item h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: var(--blue);
}
.home-exam-item h4{
    color: var(--darkblue);
}
.qualification-container{
    display: flex;
    gap: 25px;
}
.qualification-box {
    border: 2px solid var(--blue);
    border-radius: 8px;
    width: fit-content;
    overflow: hidden;
}
.box-header {
    background-color: #b2e9f0;
    font-size: 18px;
    padding: 7px 20px; 
    text-align: center;
}
.box-content {
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 5px 20px 7px; 
}
.box-content .label {
    font-size: 14px;
    margin-right: 5px;
}
.box-content .value {
    font-size: 24px; 
    color: var(--blue); 
    margin-right: 3px; 
}
.box-content .unit {
    font-size: 14px;
    color: #333333;
}


.home-exam-itemContent01{
    position: relative;
    background-color: var(--white);
    border:1px solid var(--blue);
    padding: 10px 15px;
    margin-top: 30px;
}
.home-exam-itemContent01 h4{
    margin: 0;
}
.close-button2 {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--blue);
}
.close-button2.open{
    transform: rotate(-180deg);
}
.close-button2::before,
.close-button2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: var(--white);
    opacity: 1;
    transition: .3s;
}
.close-button2::before {
    transform: translate(-50%, -50%);
}
.close-button2::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.close-button2.open::after{
    opacity: 0;
}
.home-exam-itemContent01_inner{
    display: none;
    padding-top: 35px;
}
.home-exam-itemContent01_inner > * + p{
    margin-top: 15px;
}
.home-exam-itemContent01_inner.open{
    display: block;
}
.bluebtn{
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 999px;
    padding: 10px 50px;
    text-decoration: none;
}
.gradientbtn{
    display: inline-block;
    background: linear-gradient(to right, #33c4d6, #87ddcf);
    color: var(--white);
    border-radius: 999px;
    padding: 3px 15px;
    text-decoration: none;
    font-size: 16px;
}
.home-exam-item h3 .gradientbtn{
    margin-left: 30px;
    margin-bottom: 5px;
}
.home-exam-itemSchedule_container{
    display: flex;
    width: 100%;
}
.home-exam-itemSchedule h4{
    font-size: 14px;
    color: var(--text);
}
.home-exam-itemSchedule h4 + p{
    font-size: 20px;
    line-height: 1.5;
}
.home-exam-itemSchedule h4 + p span{
    font-size: 22px;
}
.home-exam-itemSchedule h4 + p small{
    font-size: 12px;
}
.home-exam-itemSchedule_other{
    margin-top: 65px;
    max-width: 551px;
}
.home-exam-itemSchedule_other h4{
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
    font-size: 28px;
    padding: 5px;
    margin-bottom: 25px;
}

/* pc */
@media only screen and (min-width: 912px) {
.home-exam-overviewText{
    width: 68%;
    padding-right: 50px;
}
.home-exam-overviewImg{
    width: 32%;
}
.home-exam-itemContent01_inner .bluebtn{
    margin-left: 50px;
}
.gradientbtn{
    padding: 5px 30px;
    font-size: 17px;
}
.home-exam-item h3 .gradientbtn{
    margin-bottom: 10px;
}
.home-exam-itemSchedule,
.home-exam-itemSchedule_img{
    padding-left: 40px;
}
.home-exam-itemSchedule h4 + p{
    line-height: 1;
}
.home-exam-itemSchedule h4 + p span{
    font-size: 26px;
}
.home-exam-itemSchedule_other .bluebtn{
    margin-left: 50px;
}
}

/* sp */
@media only screen and (max-width: 911px) {

.home-exam-overview{
    flex-direction: column;
}
.home-exam-overviewText h4{
    text-align: center;
}
.home-exam-overviewText h4 + div{
    margin-left: -18px;
    margin-right: -18px;
    font-size: 25px;
}
.home-exam-overviewText h4 + div span{
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 26px;
}
.home-exam-overviewText h4 + div span::after{
    position: absolute;
    left: calc(50% - 122.5px);
    bottom: 0;
    content: '';
    display: inline-block;
    width: 245px;
    height: 1px;
    background: var(--white);
}
.home-exam-overviewText p,
.home-exam-overviewImg{
    padding-left: 15px;
    padding-right: 15px;
}
.qualification-container{
    flex-direction: column;
}
.home-exam-item{
    padding: 0 10px;
}
.home-exam-item h3 + p{
    padding-right: 15px;
    padding-left: 15px;
}
.home-exam-item h4{
    text-align: center;
}
.home-exam-item .home-exam-itemSchedule h4{
    text-align: left;
}
.home-exam-item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.qualification-box{
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
}
.home-exam-item .home-exam-itemContent01 h4{
text-align: left;
font-size: 16px;
}
.home-exam-itemContent01_inner .bluebtn{
    margin-top: 15px;
}
.home-exam-itemSchedule_container{
    flex-direction: column;
}
.home-exam-itemSchedule_other{
    text-align: center;
}
.home-exam-itemSchedule_other h4{
    margin-left: -28px;
    margin-right: -28px;
    padding-top: 38px;
    padding-bottom: 38px;
}
.home-exam-itemSchedule_other .bluebtn{
    margin-top: 20px;
}
}


/* faq */
.home-faq .index-section{
    display: flex;
}
.home-faq-title h2.home-title{
    text-align: left;
}
.home-faq-title h2+h3{
    text-align: left;
    margin-bottom: 20px;
}
.home-faq-title h2.home-title:after{
    left: 0;
}
.home-faq-item{
    position: relative;
    border: 2px solid var(--blue);
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.home-faq-item dt{
    position: relative;
    padding: 0 35px 0;
    font-weight: 600;
}
.home-faq-item dt:before{
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
    color: var(--blue);
}
.home-faq-open {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
}
.home-faq-open.open{
    transform: rotate(-180deg);
}
.home-faq-open::before,
.home-faq-open::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 2px;
    background-color: var(--blue);
    opacity: 1;
    transition: .3s;
}
.home-faq-open::before {
    transform: translate(-50%, -50%);
}
.home-faq-open::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.home-faq-open.open::after{
    opacity: 0;
}
.home-faq-item dd{
    position: relative;
    display: none;
    margin-top: 30px;
    padding-left: 35px;
    font-size: 16px;
}
.home-faq-item dd.open{
    display: block;
}
.home-faq-item dd:before{
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
    color: var(--darkblue);
}


/* pc */
@media only screen and (min-width: 768px) {
.home-faq-title{
    width: 23%;
    min-width: 235px;
}
.home-faq-content{
    width: 77%;
}
.home-faq-item{
    padding: 15px 25px;
}
.home-faq-item dt{
    font-size: 18px;
    padding-left: 45px;
}
.home-faq-item dd{
    padding-left: 45px;
    font-size: 18px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
    .home-faq .index-section{
        flex-direction: column;
    }
    .home-faq-title{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 30px;
    }
.home-faq-item dt:before,
.home-faq-item dd:before{
    top: 5px;
}
}