/*------------------------------------
--------------------------------------
           2024/04/18追加分
--------------------------------------
--------------------------------------*/

/*-----------------
       common
-----------------*/
body {
    margin: 0px auto;
    overflow-x: hidden;
    min-width: 0px !important;
}

header {
	display: flex;
    justify-content: center;
}

img {
	height: auto;
}

.btn2 {
	cursor: pointer;
}

@media screen and (min-width:768px) {
    .full-size-img {
        width: 1000px;
    }
    .cta__content--contact-btn {
        width: 400px;
    }
    .cta__content--search-btn {
        width: 300px;
    }
    .sec04__content--schedule-btn01,
    .sec04__content--schedule-btn02,
    .sec04__content--schedule-btn03 {
        width: 172px;
    }
    .modal__content1--main {
        width: 90vw;
    }
}

@media screen and (min-width:1000px) {
    .full-size-img {
        width: 1440px;
    }
    .cta__content--contact-btn {
        width: 580px;
    }
    .cta__content--search-btn {
        width: 423px;
    }
    .sec04__content--schedule-btn01,
    .sec04__content--schedule-btn02,
    .sec04__content--schedule-btn03 {
        width: 247.7px;
    }
    .modal__content1--main {
        width: auto;
    }
}

@media screen and (min-width:1440px) {
    .full-size-img {
        width: 100vw;
        max-width: 1920px;
    }
    .cta__content--contact-btn {
        width: 40%;
        max-width: 768px;
    }
    .cta__content--search-btn {
        width: 30%;
        max-width: 576px;
    }
    .sec04__content--schedule-btn01,
    .sec04__content--schedule-btn02,
    .sec04__content--schedule-btn03 {
        width: 17.2vw;
        max-width: 330px;
    }
}


/*-----------------
     ヘッダー
-----------------*/


@media screen and (min-width:768px) {
	header {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		z-index: 90;
	}
	
	.header__cta--wrapper {
		position: relative;
	}

	.header__cta-cv {
		height: 37px;
		width: auto;
	}
	
	.header__cta-school {
		height: 37px;
		width: auto;
	}

	.header__cta {
		position: absolute;
		top: 50%;
		left: 56%;
		transform: translateY(-50%);
		display: flex;
	}
}

@media screen and (min-width:1000px) {
	.header__cta-cv {
		height: 50px;
		width: auto;
	}
	
	.header__cta-school {
		height: 50px;
		width: auto;
	}
}

@media screen and (min-width:1440px) {
	.header__cta-cv {
		height: 3.1vw;
		max-height: 63px;
		width: auto;
	}
	
	.header__cta-school {
		height: 3.1vw;
		max-height: 63px;
		width: auto;
	}
}

.floating-cta {
	position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 67px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 8px;
}

.floating-cta__cta-cv {
	width: 68%;
}

.floating-cta__cta-school {
	width: 29%;
}



/*-----------------
     FV
-----------------*/
.first_view__img {
    display: flex;
    justify-content: center;
	position: relative;
}

@media (min-width: 768px) {
	#first_view_pc {
		padding-top: 50px;
	}
}

/* .first_view__img::after {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    content: '実施日時が変更になりました。詳細は決まり次第HPでお知らせいたします。';
    color: white;
    font-size: 33px;
    text-align: center;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background: #808080e6;
	line-height: 1.5;
} */

/*-----------------
     CTAエリア
-----------------*/
.cta__content {
    position: relative;
}

.cta__content--bg-wrapper {
    display: flex;
    justify-content: center;
}

.cta__content--contact-btn {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
}

.cta__content--contact-btn.sp {
    width: 90%;
    top: 15%;
}

.cta__content--search-btn {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
}

.cta__content--search-btn.sp {
    width: 75%;
    top: 72%;
}

/*-----------------
     sec02
-----------------*/
.sec02__img {
    display: flex;
    justify-content: center;
}

/*-----------------
     sec03
-----------------*/
.sec03__img {
    display: flex;
    justify-content: center;
}


/*-----------------
     sec04
-----------------*/
.sec04__img {
	display: flex;
    justify-content: center;
}

.sec04__content {
    position: relative;
}

.sec04__content--bg-wrapper {
    display: flex;
    justify-content: center;
}

.sec04__content--schedule-btn01 {
    position: absolute;
    top: 58.5%;
    left: 56%;
}

.sec04__content--schedule-btn02 {
    position: absolute;
    top: 74.5%;
    left: 56%;
}

.sec04__content--schedule-btn03 {
    position: absolute;
    top: 91.5%;
    left: 56%;
}

.sec04__content--schedule-btn01.sp {
    width: 43%;
    top: 64.5%;
    left: 50%;
    transform: translateX(-50%);
}

.sec04__content--schedule-btn02.sp {
    width: 43%;
    top: 76%;
    left: 50%;
    transform: translateX(-50%);
}

.sec04__content--schedule-btn03.sp {
    width: 43%;
    top: 87.5%;
    left: 50%;
    transform: translateX(-50%);
}


/*-----------------
     sec05
-----------------*/
.sec05__img {
    display: flex;
    justify-content: center;
}


/*-----------------------------------------------

section-search

-------------------------------------------------*/
.section-school_search {
	background-color: #F7F8F3;
    width: 100%;
    max-width: 1920px;
    padding-bottom: 50px;
    margin: 0px auto;
}
.spring_2021_base_wrap{
	text-align:center;
	margin:0 auto;
	padding: 50px 0 0 0;	
}
.spring_2021_base_wrap h2 {
	max-width: 630px;
	padding: 0 30px;
    margin: 0 auto 30px;
}
.spring_2021_base_wrap h2 img {
	width: 100%;
}
.spring_2021_school_search_content {
	max-width: 690px;
    margin: 0 auto;
}
.spring_school_list_wrap {
	margin: 0 30px 16px;
}
.spring_school_list {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
	border: 2px solid #009191;
	cursor: pointer;
	padding: 5px 14px;
	margin:10px 0;
}
.spring_school_list_hd {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #009191;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	word-wrap: break-word;
	padding-right: 30px;
    margin: 10px 0;
}
.spring_school_list_hd::before,
.spring_school_list_hd::after {
	position: absolute;
	right: 10px;
    content:'';
	display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #009191;
	transition: all .5s ease;
}
.spring_school_list_hd::after{    
    transform: rotate(90deg);
}
.spring_school_list_hd.close::before{ /*　closeというクラスがついたら形状変化　*/
    transform: rotate(90deg);
}
.spring_school_list_hd-small {
	font-size: 1.4rem;
}
.spring_school_list_bd{
	display:none;
	background-color: #ffffff;
	padding: 10px 0px;
}
.spring_school_list_nm{
	position: relative;
	font-size: 1.6rem;
	font-weight:bold;
	display: flex;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
	background-color: #B7E2DC;
	border-radius: 5px;
    padding: 14px 20px;
    margin-bottom: 10px;
}
.spring_school_list_nm::after {
	position: absolute;
	right: 10px;
    content:"〉";
    color: #009191;
	transition: all .5s ease;
    transform: rotate(90deg);
	transform-origin: 20% center;
}
.spring_school_list_nm.close::after{ /*　closeというクラスがついたら形状変化　*/
	transform: rotate(270deg);
}
.spring_school_list_st{
	display:none;
	margin-bottom: 20px;
}

.spring_school_list_tl{
	font-size: 1.6rem;
	padding: 10px;
}
.spring_school_list-bold {
	font-weight: 600;
}
.spring_school_list_ad{
	font-size: 1.6rem;
	border-top: 2px dotted #228777;
	padding: 10px;
}
.spring_school_list_op{
	font-size: 1.6rem;
	border-top: 2px dotted #228777;
	padding: 10px;
}
.spring_school_list_mp{
	position: relative;
	text-align: center;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin: 0;
}
.spring_school_list_mp iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (min-width:1001px) {
	.spring_2021_base_wrap {
		padding: 60px 0 0 0;
	}
	.spring_2021_base_wrap h2 {
		max-width: 920px;
	}
	.spring_school_list {
		padding: 10px 20px;
		margin: 20px 0;
	}
	.spring_school_list_hd {
		font-size: 2.0rem;
	}
	.spring_school_list_hd-small {
		font-size: 1.6rem;
	}
	.spring_school_list_nm {
		font-size: 1.8rem;
	}
	.spring_school_list_mp{
		margin: 20px auto 40px;
	}
}





/*-----------------------------------------------

section-search パターンB

-------------------------------------------------*/
.section-school_search_b{
width: 100%;
max-width: 1920px;
padding-top: 60px;
padding-bottom: 35px;
margin: 0 auto;
margin-top: -12px;
background-color: #CEEAE5;
}
.summer_2024_base_wrap{
padding: 0;
margin: 0 auto;
text-align: center;
}
.summer_2024_base_wrap h2{
/* max-width: 630px;
	padding: 0 30px; */
margin: 0 auto 30px;
}
.summer_2024_base_wrap h2 img{
margin: auto;
display: block;
width: 624px;
height: auto;
@media (max-width:768px) {
	width: calc(100vw - 60px);
}
}
.summer_2024_school_search_content{
max-width: 690px;
margin: 0 auto;
}
.summer_school_list_wrap{
margin: 0 30px 11px;
}
.summer_school_list{
padding: 5px 14px;
margin: 10px 0;
background: #fff;
border: 2px solid #009191;
border-radius: 10px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
cursor: pointer;
}
.summer_school_list_hd{
display: flex;
flex-wrap: wrap;
align-items: center;
padding-right: 30px;
margin: 4.5px 0;
color: #009191;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.2;
word-wrap: break-word;
position: relative;
}
.summer_school_list_hd::before, .summer_school_list_hd::after{
content: "";
display: inline-block;
width: 2px;
height: 13px;
background-color: #009191;
position: absolute;
right: 10px;
transition: all 0.5s ease;
}
.summer_school_list_hd::after{
transform: rotate(90deg);
}
.summer_school_list_hd.close::before{
/*　closeというクラスがついたら形状変化　*/
transform: rotate(90deg);
}
.summer_school_list_hd-small{
font-size: 1.4rem;
}
.summer_school_list_bd{
display: none;
padding: 10px 0;
background-color: #fff;
}
.summer_school_list_nm{
display: flex;
justify-content: space-between;
align-items: center;
padding: 9px 20px;
margin-bottom: 10px;
background-color: #b7e2dc;
border-radius: 5px;
cursor: pointer;
font-size: 1.6rem;
font-weight: bold;
position: relative;
}
.summer_school_list_nm::after{
content: "〉";
color: #009191;
position: absolute;
right: 10px;
transition: all 0.5s ease;
transform: rotate(90deg);

transform-origin: 20% center;
}
.summer_school_list_nm.close::after{
/*　closeというクラスがついたら形状変化　*/
transform: rotate(270deg);
}
.summer_school_list_st{
display: none;
margin-bottom: 20px;
}

.summer_school_list_tl{
padding: 10px;
font-size: 1.6rem;
}
.summer_school_list-bold{
font-weight: 600;
}
.summer_school_list_ad{
padding: 10px;
border-top: 2px dotted #228777;
font-size: 1.6rem;
}
.summer_school_list_op{
padding: 10px;
border-top: 2px dotted #228777;
font-size: 1.6rem;
}
.summer_school_list_mp{
height: 0;
padding-bottom: 56.25%;
margin: 0;
overflow: hidden;
text-align: center;
position: relative;
}
.summer_school_list_mp iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.summer_school_list__pref {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-size: 27px;
font-weight: 700;
color: #009191;
letter-spacing: 2.5px;
margin: 25px 0 35px;
position: relative;
@media(max-width: 768px) {
	font-size: 22px;
}
}
.summer_school_list__pref:nth-of-type(even) {
margin-top: 50px;
}
.summer_school_list__pref::before {
content: '';
display: block;
position: absolute;
width: 100px;
height: 2px;
left: 20%;
top: 50%;
translate: 0 -50%;
background: #009191;
}
.summer_school_list__pref::after {
content: '';
display: block;
position: absolute;
width: 100px;
height: 2px;
right: 20%;
top: 50%;
translate: 0 -50%;
background: #009191;
}
@media(max-width: 768px) {
.summer_school_list__pref::before {
	width: 15vw;
	left: 13%;
}
.summer_school_list__pref::after {
	width: 15vw;
	right: 13%;
}
}
@media screen and (min-width:1001px){
.summer_2024_base_wrap{
	padding: 0 0 0 0;
}
.summer_2024_base_wrap h2{
	/* max-width: 920px; */
	display: flex;
	justify-content: center;
}
.summer_school_list{
	padding: 10px 20px;
	margin: 20px 0;
}
.summer_school_list_hd{
	font-size: 2.0rem;
}
.summer_school_list_hd-small{
	font-size: 1.6rem;
}
.summer_school_list_nm{
	font-size: 1.8rem;
}
.summer_school_list_mp{
	margin: 20px auto 40px;
}
}





/*---------------------
       モーダル
---------------------*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* overflow-y: scroll; */
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    height: auto;
}

.modal__content1 {
	display: flex;
	justify-content: center;
    z-index: 10;
	margin: 5vh auto;
	height: 90vh;
	position: relative;
	width: fit-content;
}
@media screen and (max-width:767px){
    .modal__content1 {
        width: 80%;
		height: 80vh;
    }
}

.modal1__content1--inner-wrapper {
    position: relative;
	overflow-y: scroll;
    /* margin-bottom: 40px; */
}

.modal1__content1--inner-container {
	position: relative;
}

.modal__content1--close-btn {
    position: absolute;
    top: 0%;
    right: 0%;
	translate: 50% -50%;
}
@media screen and (max-width:767px){
    .modal__content1--close-btn {
        width: 40px;
    }
}

.modal__content1--contact-btn01.pc {
    position: absolute;
    top: 84.6%;
    left: 50%;
    transform: translateX(-50%);
    width: 54%;
}
.modal__content1--contact-btn01.sp {
    position: absolute;
    top: 89.7%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.modal__content1--search-btn01.pc {
    position: absolute;
    top: 94.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}
.modal__content1--search-btn01.sp {
    position: absolute;
    top: 96.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
}

.modal__content1--contact-btn02.pc {
    position: absolute;
    top: 75.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 54%;
}
.modal__content1--contact-btn02.sp {
    position: absolute;
    top: 81.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.modal__content1--search-btn02.pc {
    position: absolute;
    top: 91.6%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}
.modal__content1--search-btn02.sp {
    position: absolute;
    top: 94.1%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
}

.modal__content1--contact-btn03.pc {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    width: 54%;
}
.modal__content1--contact-btn03.sp {
    position: absolute;
    top: 83.3%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.modal__content1--search-btn03.pc {
    position: absolute;
    top: 92.2%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}
.modal__content1--search-btn03.sp {
    position: absolute;
    top: 94.7%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
}






/*------------------------------------
--------------------------------------
         old
--------------------------------------
--------------------------------------*/
.school-search-section{
	margin:0px 0px 0px 11px;
	margin-bottom:0px;
	width:100%;
	max-width: 800px;
	height: 120px;
	padding:20px 0.7em 0 0.7em;	
}
.school-search-wrap{
/**background-color:#DCF0FF;**/
}
.school-search-head{
	font-size:18px;
	position: relative;
	padding: 0.6em;
	background: #e0edff;
	width:100%;
	max-width: 780px;
}
.school-search-head:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
}
.school-search-head-chu{
	font-size:15px;
}
.school-search-head-shikuchoson{
	margin:0px auto;
	margin-bottom:0px;
	position: relative;
	font-size:22px;
	padding: 0.6em;
	background: #e0edff;
	width:100%;
	max-width: 780px;
}
.school-search-desc{
	font-size:16px;
	text-align:center;
	padding:0 0 0 2px;
}
.nice-textbox{
	display:inline;
	margin:0 auto;
	width: 67%;
	max-width:500px;
	padding: 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #a0a0a0;
	outline: none;		
}
.school-search-button{
	display:inline;
	font-size:16px;
	height:50px;
	margin:0 auto;
	width:20%;
	max-width:250px;
}
.shikuchoson-button-container {
	font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	padding-top: 40px;
}
/* ここから下がボタンのCSS　*/
.shikuchoson-btn-push {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	float:right;
	font-size:16px;
}
.shikuchoson-btn-push:active {
/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
.iframe-wrap {
	position: relative;
	width: 100%;
	padding: calc(480 / 854 * 100%) 0 0; /* 高さと横幅の数字には単位は入れません。 */
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/** for pc **/
/* .spring_school_list_wrap{
	margin:0 auto;
	width:800px;
}
.spring_school_list_hd{
	padding: 1.6rem 2rem;
	color: #007032;
	background: #D0F1E0;
	-webkit-box-shadow: 5px 5px 0 #007032;
	box-shadow: 5px 5px 0 #007032;	
	margin:10px 0 10px 13px;
	cursor: pointer;
	cursor: hand;
	height:60px;
	font-size:18px;
}
.spring_school_list_bd{
	display:none;
}
.spring_school_list_nm{
	padding:30px 10px 10px 10px;
	border-left: 4px solid #228777;
	cursor: pointer;
	cursor: hand;
}
.spring_school_list_nm_pt{
	font-size:24px;
	font-weight:bold;
}
.spring_school_list_nm_ar{
	width:50px;
	margin-left: auto;
}
.spring_school_list_st{
	display:none;
}
.spring_school_list_ad{
	background: #D0F1E0;
	font-size:18px;
	padding:20px;
	border-top: 3px dashed #228777;
}
.spring_school_list_tl{
	background: #D0F1E0;
	font-size:18px;
	padding:20px;
}
.spring_school_list_op{
	background: #D0F1E0;
	font-size:18px;
	padding:20px;
	border-top: 3px dashed #228777;
}
.spring_school_list_mp{
	background: #D0F1E0;
	margin:0 auto;
	text-align:center;
	padding:10px;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.spring_school_list_mp iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.spring_school_list_dt{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:15px;
}
.spring_school_list_dt a{
	color:blue;
	text-decoration:underline;
}
.spring_school_list_mg{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:15px;
}
.spring_school_list_bt{
	margin:0 auto;
	text-align:center;
}
.spring_school_list_bt div{
	display:inline;
}
.spring_school_list_bt img{
	max-width:200px;
	height: auto;
} */
.btn_spring {
	display:none;
}
.btn_form{
	display:none;
}
/* .spring_2021_base_wrap{
	text-align:center;
	margin:0 auto;
	padding:20px 0 0 0;	
}
.spring_2021_base_block{
	font-size:32px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	background:#228777;
	color:#fff;
	padding:20px;
}
.spring_2021_school_search_desc{
	font-size:16px;
	text-align: center;
	padding:10px 0;	
} */
.btn_cta_wrap{
	padding:10px 0 10px 0;
}
.btn_web_form {
	display: block;
	font-size: 18px;
	padding: 22px 0;
	width: 75%;
	text-align: center;
	font-weight: 0;
	line-height: 1.0;
	background: #FF0000;
	border-radius: 5px;
	box-shadow: 0 7px 0 #990000;
	margin: 10px auto 7px;
	cursor: pointer;
	transition: 0.3s;	
}
.btn_search{
	display: block;
	font-size: 18px;
	padding: 22px 0;
	width: 75%;
	text-align: center;
	font-weight: 0;
	line-height: 1.0;
	background: #0000FF;
	border-radius: 5px;
	box-shadow: 0 7px 0 #000077;
	margin: 17px auto 7px;
	cursor: pointer;
	transition: 0.3s;
}
.btn_search a{
	color: #fff;
}
.btn_web_form a{
	color: #fff;
}
.btn_tel_form {
	display: block;
	font-size: 18px;
	padding: 18px 0;
	width: 75%;
	text-align: center;
	font-weight: 0;
	line-height: 1.0;
	background-color: #FF7921;
	border-radius: 5px;
	box-shadow: 0 7px 0 #EF5500;
	margin: 17px auto 7px;
	cursor: pointer;
	transition: 0.3s;	
}
.btn_tel_form a{
	color: #fff;
}
.conversion_web_btn {
	margin:0 auto;
text-align:center;
}
.conversion_tel_btn {
	margin:0 auto;
text-align:center;
}
.school_btn_pc {
	margin:0 auto;
text-align:center;
}
.web_btn_pc {
margin:0 auto;
text-align:center;
}
/*-- PC版表示CSS  --*/
pc_area{
  display:block;
}
phone_area{
  display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px){
  pc_area{
    display:none;
  }
  phone_area{
    display:block;
  }
}
@media screen and (max-width:767px){
    .btn_spring {
        font-size: 6vw;
        width: 370px;
    }
    .btn_form {
        font-size: 6vw;
        width: 370px;
    }
    /* .spring_school_list_wrap{
    margin:0 auto;
    width:500px;
    }
    .spring_school_list_hd{
        font-size:18px;
        word-wrap: break-word;
        width: 89vw;
    }
    .spring_school_list_nm{
        width:400px;
    }
    .spring_school_list_ad{
        width:75%;
    }
    .spring_school_list_dt{
        text-align:left;
    }
    .spring_school_list_mp{
        margin:0;
        width:75%;
    }
    .spring_school_list_mg{
        text-align:left;
    }
    .spring_school_list_bt{
        text-align:left;
    }
    .spring_school_list_bt img{
        max-width:150px;
        height: auto;
    } */
}
#hd_dynamic{
display:none;
}
@media screen and (max-width:767px){
#hd_dynamic{
display:block;
}
.hd_dym_wrap{
	width: 90%;
	padding-top: 59px;
	margin: 0 auto;
}
/* .hd_dym_gmap_yokohama{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;		
}
.hd_dym_gmap_yokohama iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}	 */
.hd_dym_box{
	/* border:1px solid gray; */
	margin: -15px 0 5px 0;
	padding: 25px 0 0 0;
}
.hd_dym_gmap{
	border:1px solid gray;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;		
}	
.hd_dym_gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}	
.hd_dym_hd{
	font-size:24px;
	text-align: center;
	background: #019482;
	padding: 0.4em;
	color: white;
	border-radius: 0.5em;
	height: 50px;
	margin-top: 20px;		
}
.hd_dym_bd{		
}
.hd_dym_bd table, td, th {
	border: 0px #cdcdcd solid;
}
.hd_dym_bd_adhd{
	font-size:22px;
	font-weight:bold;
	width: 80px;
	text-align: center;
	color:#019482;
	height: 70px;		
}
.hd_dym_bd_adbd{
	font-size:20px;
	padding: 5px;		
}
.hd_dym_bd_cta{
	font-size:20px;
	text-align:center;
	background: #F84D54;
	padding: 0.5em;
	border-radius: 0.2em;
	width: 80%;
	margin: 10px auto;
	height: 50px;
}
.hd_dym_bd_cta a{
	color: white;
}
}
.c-marker {
	background: -webkit-linear-gradient(left, rgb(248, 236, 2) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(248, 236, 2) 50%, transparent 50%);
	background: linear-gradient(left, rgb(248, 236, 2) 50%, transparent 50%);
  	background-repeat: no-repeat;
  	background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}


/*-----------------------
    モーダルなど？
-----------------------*/

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 98%; }
.img-flex-4 img { width: 24%; }

.relative {
      position: relative;
}
.cv_1 {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 82%;
	justify-content: space-between;
	line-height: 117px;
}
.cv_1 a {
	flex: 0 0 44.8vw;
}
@media screen and (min-width:751px) {
	.cv_1 a {
	flex: 0 0 336px;
	}
}
/* モーダル */
/* .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	width: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
}
.modal_cv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal_inner {
	background-color: #fff;
	width: 92vw;
	max-width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 80vh;
	border-radius: 2.666666667vw;
}
.modal_inner2 {
	background-color: #fff;
	width: 92vw;
	max-width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 80vh;
	border-radius: 2.666666667vw;
	margin-top: 66px;
	z-index: 10000;
}
.modal_inner3 {
	background-color: #fff;
	width: 92vw;
	max-width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 80vh;
	border-radius: 2.666666667vw;
	margin-top: 66px;
	z-index: 10000;
}
.modal_img {
	flex: 0 1 calc(100% - 18.13333333vw);
}
.modal_foot {
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	flex: 0 1 18.13333333vw;
	height: 18.13333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EDEDED;
	width: 100%;
	left: 0;
	bottom: 0;
}
.modal_foot2 {
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	flex: 0 1 18.13333333vw;
	height: 18.13333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EDEDED;
	width: 100%;
	left: 0;
	bottom: 0;
}
.modal_foot3 {
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	flex: 0 1 18.13333333vw;
	height: 18.13333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EDEDED;
	width: 100%;
	left: 0;
	bottom: 0;
}
.modal_close {
	width: 57.6vw;
}
@media screen and (min-width:751px) {
	.modal_inner {
	border-radius: 20px;
	}
	.modal_img {
	flex: 0 1 calc(100% - 136px);
	}
	.modal_foot {
	flex: 0 1 136px;
	height: 136px;
	}
.modal_close {
	width: 432px;
	}
}
.modal__content1 {
	width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.modal_inner1 {
	position: absolute;
	width: 8.535%;
	right: 8%;
	top: -12%;
} */
.flex {
	display: flex;
	width: 100%;
}
.is-active {
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}
.is-close {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
.btn:hover {
	filter: brightness(130%);
}
.btn2:hover {
	filter: brightness(110%);
}
.btn3:hover {
	filter: brightness(110%);
}
h6 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	text-align: center;
	margin: 0 auto;
	line-height: 46px;
	font-size: 2.8em;
	letter-spacing: 10px;
}
h6:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(60deg);
}
h6:before {
  left:0;
}
h6:after {
  right: 0;
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 30rem;
	height: 4rem;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	content:'詳細を見る▼';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #009380;
	border-radius: 20px;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	padding: 8px;
	border: solid 2px #009380;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	content: '閉じる▲';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	/* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.cp_box_02 *, .cp_box_02 *:before, .cp_box_02 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box_02 {
	position: relative;
}
.cp_box_02 label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 50%, rgba(250, 252, 252, 0.95) 86%);
}
.cp_box_02input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_02 label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 30rem;
	height: 4rem;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	content:'詳細を見る▼';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #009380;
	border-radius: 20px;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	padding: 8px;
	border: solid 2px #009380;
}
.cp_box_02 input {
	display: none;
}
.cp_box_02 .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box_02 input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_02 input:checked + label:after {
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	content: '閉じる▲';
}
.cp_box_02 input:checked ~ .cp_container {
	height: auto;
	/* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.cp_box_03 *, .cp_box_03 *:before, .cp_box_03 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box_03 {
	position: relative;
}
.cp_box_03 label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box_03 input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_03 label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 30rem;
	height: 4rem;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	content:'詳細を見る▼';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #009380;
	border-radius: 20px;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	padding: 8px;
	border: solid 2px #009380;
}
.cp_box_03 input {
	display: none;
}
.cp_box_03 .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box_03 input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_03 input:checked + label:after {
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	content: '閉じる▲';
}
.cp_box_03 input:checked ~ .cp_container {
	height: auto;
	/* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}