@charset "UTF-8";
@media screen and (max-width: 768px){
*{
	margin:0;
	padding:0;
}

body { 
	color: #000;
	margin:0;
	padding:0;
    font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

a,a img,button {
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.sp_none{
	display:none;
}

#style01{
	width:100%;
	background: rgba(45, 89, 233, 0.1);
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	position: sticky;
	top: 0;
	z-index: 10000;
	background: #fff;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.16);
	font-size: 3vw;
}

.header01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 0 0 1vw;
	margin: 0 auto;
}

.header img{
	width: 100%;
}

.header_logo{
	width: 15vw;
	flex-shrink: 0;
	font-size: 3vw;
	margin-right: 2vw;
}

.header_right{
	display: flex;
	align-items: center;
}

.header_tel{
	width: 50vw;
	margin-right: 2vw;
}

.header_link{
	width: 30vw;
}

.header_link a{
	display: block;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.16);
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.sp_under_contact{
	position: sticky;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.sp_under_contact img{
	width: 100%;
}

.footer{
	padding: 6vw 2vw 10vw;
	background: #fff;
}

.footer01{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 6vw;
}

.footer01_logo{
	margin-bottom: 3vw;
	text-align: center;
}

.footer01_logo img{
	width: 60%;
	max-width: 340px;
}

.footer01 address{
	font-size: 4vw;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
}

.footer02{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4vw;
}

.footer02_logo01{
	margin-right: 3vw;
}

.footer02_logo01 img{
	width: 46.7vw;	
	max-width: 261px;
}

.footer02_logo02 img{
	width: 27.1vw;	
	max-width: 151px;
}

.footer03{
	font-size: 4vw;
	line-height: 1.6;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　index　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.main{
	margin: 0 2vw 10vw;
	background: #fff;
	box-shadow: 10px 10px 29px rgba(0, 0, 0, 0.16);
}



.fv img{
	width: 100%;
}



.index_section01{
	padding: 8vw 5vw 7vw;
	background: var(--cy01);
}

.is_title01{
	color: var(--cb01);
	font-size: 5vw;
	font-weight: 700;
	text-align: center;
}

.is_title01 img{
	width: 70vw;
}

.index_section01 .is_title01{
	margin-bottom: 3vw;
}

.is01_text01{
	margin-bottom: 6vw;
	color: var(--cb01);
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.55;
}

.is01_list{
}

.is01_list li{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2vw 3vw 5vw;
	border: 2px var(--cb01) solid;
	border-radius: 6vw;
	background: #fff;
	color: var(--cb01);
}

.is01_list li:not(:last-child){
	margin-bottom: 2vw;
}

.is01_list_title{
	margin-bottom: 2vw;
	font-size: 4vw;
	line-height: 1.25;
}

.is01_list_img{
	margin-bottom: 4vw;
	font-size: 4vw;
	text-align: center;
}

.is01_list_img img{
	width: calc(127px / 2);
}

.is01_list_text{
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.5;
}

.is01_link{
	margin-top: 4vw;
	text-align: center;
}

.is01_link img{
	width: 60vw;
}


.index_section02{
	padding: 8vw 5vw 7vw;
	background: #E9EEFD;
}

.index_section02 .is_title01{
	margin-bottom: 3vw;
}
/*
.is02_img:not(:last-child){
	margin-bottom: 6vw;
}
*/
.is02_img li:not(:last-child){
	margin-bottom: 2vw;
}

.is02_img img{
	width: 100%;
}



.index_section03{
	padding: 8vw 0 7vw;
	background: #fff;
}

.index_section03 .is_title01{
	margin-bottom: 4vw;
}

.is03_text{
	padding: 0 5vw;
	margin-bottom: 5vw;
	color: var(--cb01);
	font-size: 4vw;
	font-weight: 700;
}

.is03_text span{
	font-size: 5vw;
}

.is03_img{
	margin-bottom: 5vw;
}

.is03_img img{
	width: 100%;
}

.is03_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 70vw;
	height: 12vw;
	border: 2px var(--cb01) solid;
	border-radius: 6vw;
	margin: 0 auto;
	background: var(--cb01);
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
}

.is03_link a:hover{
	background: #fff;
	color: var(--cb01);
}



.index_section04{
	padding: 8vw 5vw 7vw;
	background: var(--cy01);
}

.index_section04 .is_title01{
	margin-bottom: 4vw;
}

.is04_dl{
	color: var(--cb01);
}

.is04_dl dl:not(:last-child){
	margin-bottom: 6vw;
}

.is04_dl dt{
	padding: 4vw;
	background: #E9EEFD;
	font-size: 4.5vw;
	font-weight: 900;
}

.is04_dl dt span{
	position: relative;
	display: inline-block;
	padding-left: 2em;
}

.is04_dl dt span:before{
	position: absolute;
	left: 0;
	content: "Q.";
}

.is04_dl dd{
	display: none;
	padding: 2vw 4vw;
	background: #fff;
	font-size: 4vw;
	font-weight: 700;
}



.index_section05{
	padding: 8vw 3vw 8vw;
}

.index_section05 .is_title01{
	margin-bottom: 5vw;
}

.is0506_data{
	padding: 5vw 3vw 4vw;
	background: #fff;
	color: var(--cb01);
	font-size: 4vw;
	font-weight: 900;
	line-height: 1.428;
}

.is0506_data dl{
	display: flex;
	padding: 3vw 0;
}

.is0506_data dl:not(:last-child){
	border-bottom: 1px #707070 solid;
}

.is0506_data dt{
	width: 6em;
	margin-right: 3vw;
	flex-shrink: 0;
}

.is0506_data dd ul{
	padding-left: 1em;
	list-style-type: disc;
}



.index_section06{
	
}

.is06_01{
	padding: 8vw 3vw 4vw;
	background: var(--cy01);
}

.index_section06 .is_title01{
	margin-bottom: 5vw;
}
/*
.is0506_data:not(:last-child){
	margin-bottom: 3vw;
}
*/
.is06_02{
	padding: 4vw 3vw 6vw;
}

.is06_02_text{
	margin-bottom: 3vw;
	color: var(--cb01);
	font-size: 4vw;
	font-weight: 900;
	line-height: 1.428;
}

.is06_map{
	position: relative;
	padding-top: 80%;
}

.is06_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　お問い合わせ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.contact_main{
	margin-top: 7vw;
}

.contact_title01{
	padding: 3vw;
	margin-bottom: 4vw;
	background: #2D59EA;
	color: #fff;
	font-size: 6vw;
	text-align: center;
	line-height: 1;
}

.cs01_box{
	padding: 0 5vw 5vw;
}

.cs01_box_img{
	margin-bottom: 5vw;
}

.cs01_box_img img{
	width: 100%;
}

.cs01_box_text{
	color: #3E3E3E;
	font-size: 4vw;
}



.cs02_box{
	padding: 0 5vw 5vw;
}

.cs02_box_text{
	margin-bottom: 5vw;
	color: #3E3E3E;
	font-size: 4vw;
	line-height: 1.5;
}

.cs02_box_text p:not(:last-child){
	margin-bottom: 1.5em;
}

.msg001{
	margin-bottom: 4vw;
}

.msg001:empty{
	margin-bottom: 0;
}

.form_box dl:not(:last-child){
	margin-bottom: 5vw;
}

.form_box dt{
	margin-bottom: 2vw;
	flex-shrink: 0;
}

.form_dt_box{
	display: flex;
	align-items: center;
}

.form_item{
	margin-right: 2vw;
	font-size: 5vw;
	font-weight: 700;
}

.form_required span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8vw;
	height: 4vw;
	border-radius: 4px;
	background: #FE7D10;
	color: #fff;
	font-size: 3vw;
	line-height: 1;
}

.form_box dd .form_text01,
.form_box dd .form_text02,
.form_box dd textarea{
	box-sizing: border-box;
	width: 100%;
	border: 1px #3E3E3E solid;
	font-size: 4vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.form_box dd select,
.form_box dd option{
	padding: 1vw 3vw;
	font-size: 4vw;
}

.form_box dd .form_text01{
	padding: 1vw 3vw;
	line-height: 1;
}

.form_box dd .form_text01:not(:first-child){
	margin-top: 3vw;
}

.form_box dd .form_text02{
	width: 7em;
	padding: 1vw 3vw;
	margin-right: 2vw;
	line-height: 1;
}

.form_box dd textarea{
	padding: 3vw;
	height: 10em;
}

.form_comment{
	position: relative;
	padding-left: 1.1em;
	margin-top: 1vw;
	color: #696969;
	font-size: 3.8vw;
}

.form_comment:before{
	position: absolute;
	left: 0;
	content: "※";
}

.form_list01{
	display: flex;
	font-size: 4vw;
}

.form_list01 li{
	margin-right: 3vw;
}

.form_button{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6vw;
}

.form_button button{
	box-sizing: border-box;
	width: 40vw;
	height: 10vw;
	border-radius: 5vw;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
}

.form_button button:not(:last-child){
	margin-right: 3vw;
}

.form_button_send{
	border: 1px #2D59EA solid;
	background: #2D59EA;
}

.form_button_send:hover{
	background: #fff;
	color: #2D59EA;
}

.form_button_back{
	border: 1px #666 solid;
	background: #666;
}

.form_button_back:hover{
	background: #fff;
	color: #666;
}

.form_ssl{
	margin-top: 5vw;
}

.form_ssl_icon{
	margin-bottom: 2vw;
}

.form_ssl_text{
	font-size: 4vw;
	font-weight: 500;
}

.contact_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 40vw;
	height: 10vw;
	border: 1px #2D59EA solid;
	border-radius: 5vw;
	margin: 0 auto;
	background: #2D59EA;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;

	line-height: 1;
}

.contact_link a:hover{
	background: #fff;
	color: #2D59EA;
}





.iframe01{
	width:100%;
	height:1400px;
	border:none;
	margin:0 auto;
}
.iframe01 iframe{
	border:none;
}












}/* end */