@charset "UTF-8";
/*日本語*/
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}

body {
	position: static;
    min-width: auto;
}

/*1000px以上(PC)の時*/
@media screen and (min-width:1001px) {
	.pc_none {
		display: none;
	}
	.sp_none {
		display: block;
	}
}



/*-----------------------------------------------

header

-------------------------------------------------*/

.header {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
	border-bottom: none;
	position: static;
}
.header__wrapper {
	line-height: auto;
    position: relative;
}
.header__wrapper h1 {
	width: auto;
    margin: 0;
}
.header__wrapper h1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.header__btn-taiken {
	position: absolute;
    width: min(calc((253 / 750) * 100vw), 253px);
    top: min(calc((16 / 750) * 100vw), 16px);
    left: min(calc((362 / 750) * 100vw), 362px);
}
.header__btn-taiken:hover {
	filter: brightness(130%);
}
.header__btn-tel {
    position: absolute;
    width: min(calc((120 / 750) * 100vw), 120px);
    top: 0;
    right: 0;
}
.header__btn-tel:hover {
	filter: brightness(130%);
}
.header__btn-img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:1001px) {
	.header {
		min-width: 1920px;
	}
	.header__wrapper {
		width: 1920px;
		top: 0;
		z-index: 10
	}
	.index {
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.header__btn-taiken {
		width: min(calc((180 / 1000) * 100vw), 180px);
		top: min(calc((13 / 1000) * 100vw), 13px);
		left: min(calc((1000 / 1000) * 100vw), 1000px);
	}
	.header__btn-taiken:hover {
		filter: brightness(130%);
	}
	.header__btn-document {
		position: absolute;
		width: min(calc((180 / 1000) * 100vw), 180px);
		top: min(calc((13 / 1000) * 100vw), 13px);
		left: min(calc((1150 / 1000) * 100vw), 1178px);
	}
	.header__btn-document:hover {
		filter: brightness(130%);
	}
	.header__btn-school_search {
		position: absolute;
		width: min(calc((97 / 1000) * 100vw), 97px);
		top: min(calc((13 / 1000) * 100vw), 13px);
		left: min(calc((1360 / 1000) * 100vw), 1360px);
	}
	.header__btn-school_search:hover {
		filter: brightness(130%);
	}
}

/*-----------------------------------------------

main

-------------------------------------------------*/
main {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
	padding: 0;
}
@media screen and (min-width:1001px) {
	main {
		max-width: 1920px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
}
/*-----------------------------------------------

section-fv

-------------------------------------------------*/
.section-fv {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-fv img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-fv {
		min-width: 1920px;
	}
}

/*-----------------------------------------------

section-02

-------------------------------------------------*/
.section-02 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-02 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-02 {
		min-width: 1920px;
	}
}
/*-----------------------------------------------

section-CV1

-------------------------------------------------*/
.section-CV1 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-CV1 img {
	width: 100%;
}
.section-CV1__btn-area {
	position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-58%);
	max-width: 630px;
	width: 80%;
    margin: 0 auto;
}
.section-CV1__btn-document:hover {
	filter: brightness(130%);
}
.section-CV1__btn-area-sb {
	position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
	max-width: 630px;
	width: 80%;
    margin: 0 auto;
}
@media screen and (min-width:1001px) {
	.section-CV1 {
		min-width: 1920px;
	}
	.section-CV1__btn-area {
		display: flex;
		max-width: 1000px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.section-CV1__btn-area-sb {
		max-width: 600px;
		top: 85%;
		left: 50%;
		transform: translate(-50%,-85%);
	}
}
/*-----------------------------------------------

section-03

-------------------------------------------------*/
.section-03 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-03 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-03 {
		min-width: 1920px;
	}
}
/*-----------------------------------------------

section-04

-------------------------------------------------*/
.section-04 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-04 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-04 {
		min-width: 1920px;
	}
}
/*-----------------------------------------------

section-05

-------------------------------------------------*/
.section-05 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-05 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-05 {
		min-width: 1920px;
	}
}

/*-----------------------------------------------

section-CV2

-------------------------------------------------*/
.section-CV2 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-CV2 img {
	width: 100%;
}
.section-CV2__btn-area {
	position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-58%);
	max-width: 630px;
	width: 80%;
    margin: 0 auto;
}
.section-CV2__btn-area-sb {
	position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-90%);
	max-width: 630px;
	width: 80%;
    margin: 0 auto;
}
@media screen and (min-width:1001px) {
	.section-CV2 {
		min-width: 1920px;
	}
	.section-CV2__btn-area {
		display: flex;
		max-width: 1000px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.section-CV2__btn-area-sb {
		max-width: 600px;
		top: 85%;
		left: 50%;
		transform: translate(-50%,-85%);
	}
}

/*-----------------------------------------------

section-06

-------------------------------------------------*/
.section-06 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-06 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-06 {
		min-width: 1920px;
	}
}
/*-----------------------------------------------

section-07

-------------------------------------------------*/
.section-07 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-07 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-07 {
		min-width: 1400px;
	}
}
/*-----------------------------------------------

section-08

-------------------------------------------------*/
.section-08 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-08 img {
	width: 100%;
}
@media screen and (min-width:1001px) {
	.section-08 {
		min-width: 1400px;
	}
}
/*-----------------------------------------------

section-CV3

-------------------------------------------------*/
.section-CV3 {
	position: relative;
	max-width: 750px;
    overflow: hidden;
	margin: 0 auto;
}
.section-CV3 img {
	width: 100%;
}
.section-CV3__btn-area {
	position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-85%);
	max-width: 630px;
	width: 80%;
    margin: 0 auto;
}
.section-CV3__btn-document:hover {
	filter: brightness(130%);
}
@media screen and (min-width:1001px) {
	.section-CV3 {
		min-width: 1920px;
	}
	.section-CV3__btn-area {
		display: flex;
		max-width: 1000px;
		top: 70%;
		left: 50%;
		transform: translate(-50%,-70%);
	}
}

/*-----------------------------------------------

section-search

-------------------------------------------------*/
.section-school_search {
	background-color: #F7F8F3;
	width: 100%;
	padding-bottom: 50px;
}
.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;
	}
}
/*-----------------------------------------------

contact_form

-------------------------------------------------*/
.contact_form {
	width: 100%;
	padding-top: 80px;
}
/*-----------------------------------------------

floating

-------------------------------------------------*/
.floating {
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.floating__wrapper {
	max-width: 750px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10;
	/* height:90px; */
}
.floating img {
	width: 100%;
}
.floating__btn-taiken {
	position: absolute;
    width: min(calc((300 / 750) * 100vw), 300px);
    top: min(calc((19 / 750) * 100vw), 19px);
    left: min(calc((30 / 750) * 100vw), 30px);
}
.floating__btn-document {
	position: absolute;
    width: min(calc((280 / 750) * 100vw), 280px);
    top: min(calc((19 / 750) * 100vw), 19px);
    left: min(calc((320 / 750) * 100vw), 320px);
}
.floating__btn-school_search {
	position: absolute;
    width: min(calc((91 / 750) * 100vw), 91px);
    top: min(calc((19 / 750) * 100vw), 19px);
    left: min(calc((610 / 750) * 100vw), 610px);
}
@media screen and (min-width:1001px) {
	.floating__wrapper {
		min-width: 1920px;
	}
	.floating__btn-taiken {
		width: min(calc((466 / 882) * 100vw), 466px);
		top: min(calc((20 / 882) * 100vw), 20px);
		left: min(calc((520 / 882) * 100vw), 520px);
	}
	.floating__btn-document {
		width: min(calc((190 / 882) * 100vw), 190px);
		top: min(calc((20 / 882) * 100vw), 20px);
		left: min(calc((1004 / 882) * 100vw), 1004px);
	}
	.floating__btn-school_search {
		width: min(calc((190 / 882) * 100vw), 190px);
		top: min(calc((20 / 882) * 100vw), 20px);
		left: min(calc((1212 / 882) * 100vw), 1212px);
	}
}

/*-----------------------------------------------

footer

-------------------------------------------------*/
@media screen and (min-width:1001px) {
	.footer {
		padding-bottom: 130px;
	}
}

/*-----------------------------------------------

多分いらない


.btn_spring {
	display:none;
}
.btn_form {
	display:none;
}
.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-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;
	}


.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%;
}

.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;
}
-------------------------------------------------*/

/*-----------------------------------------------

section-search パターンB

-------------------------------------------------*/
.section-school_search_b{
	width: 100%;
	max-width: 1920px;
	padding-top: 66px;
	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;
	}
  }

.contact_form table select {
	width: 51%;
	/* ↓ 新学年表記対応 */
	@media(max-width: 768px) {
		width: 75%;
	}
}