@charset "UTF-8";

:root{
	--cy01: rgba(254, 236, 14, 0.19);
	--cb01: #2D59EA;
}

::placeholder{
	color: rgba(62, 62, 62, 0.2);
}

@media print, screen and (min-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%;
	min-width: 1200px;
}

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);
}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
.clear{
	clear:both;
}

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

.pc_none{
	display: none;
}

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





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

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

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

.header img{
	width: 100%;
}

.header_logo{
	width: 190px;
	flex-shrink: 0;
	margin-right: 30px;
}

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

.header_tel{
	margin-right: 20px;
}

.header_tel img{
	max-width: 100%;
}

.header_link{
	width: 354px;
	flex-shrink: 0;
}

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





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

.footer{
	padding: 25px 0 35px;
	background: #fff;
}

.footer_box{
	width: 800px;
	margin: 0 auto;
}

.footer01{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.footer01_logo{
	margin-right: 50px;
}

.footer01_logo img{
	width: 328px;
}

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

.footer02{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer02_logo01{
	margin-right: 60px;
}





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

.main{
	width: 1200px;
	margin: 0 auto 75px;
	background: #fff;
	box-shadow: 10px 10px 29px rgba(0, 0, 0, 0.16);
}



.index_section01{
	padding: 24px 38px 53px;
	background: var(--cy01);
}

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

.is_title01 img{
	width: calc(1007px / 2);
}

.index_section01 .is_title01{
	margin-bottom: 15px;
}

.is01_text01{
	width: 568px;
	margin: 0 auto 20px;
	color: var(--cb01);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}

.is01_list{
	display: flex;
	justify-content: space-between;
}

.is01_list li{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 207px;
	padding: 4px 18px 14px;
	border: 2px var(--cb01) solid;
	border-radius: 32px;
	background: #fff;
	color: var(--cb01);
}

.is01_list_title{
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 1.25;
}

.is01_list_img{
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

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

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

.is01_link{
	margin-top: 20px;
	text-align: center;
}

.is01_link img{
	width: 417px;
}



.index_section02{
	padding: 42px 112px 40px;
	background: #E9EEFD;
}

.index_section02 .is_title01{
	margin-bottom: 20px;
}

.is02_img{
	display: flex;
	justify-content: space-between;
}
/*
.is02_img:not(:last-child){
	margin-bottom: 50px;
}
*/
.is02_img img{
	width: 467px;
}



.index_section03{
	padding: 28px 0 30px;
	background: #fff;
}

.index_section03 .is_title01{
	margin-bottom: 12px;
}

.is03_text{
	margin-bottom: 26px;
	color: var(--cb01);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.is03_text span{
	font-size: 28px;
}

.is03_img{
	margin-bottom: 27px;
}

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

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



.index_section04{
	padding: 30px 40px 40px;
	background: var(--cy01);
}

.index_section04 .is_title01{
	margin-bottom: 18px;
}

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

.is04_dl dl:not(:last-child){
	margin-bottom: 35px;
}

.is04_dl dt{
	padding: 20px 25px;
	background: #E9EEFD;
	font-size: 21px;
	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: 8px 25px;
	background: #fff;
	font-weight: 700;
}



.index_section05{
	padding: 67px 0 72px;
}

.index_section05 .is_title01{
	margin-bottom: 29px;
}

.is0506_data{
	box-sizing: border-box;
	width: 1057px;
	padding: 13px 42px 3px;
	margin: 0 auto;
	background: #fff;
	color: var(--cb01);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.428;
}

.is0506_data dl{
	display: flex;
	padding: 25px 0;
}

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

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

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



.index_section06{
	
}

.is06_01{
	padding: 23px 70px 35px;
	background: var(--cy01);
}

.index_section06 .is_title01{
	margin-bottom: 39px;
}
/*
.is0506_data:not(:last-child){
	margin-bottom: 35px;
}
*/
.is06_02{
	padding: 34px 70px 55px;
}

.is06_02box{
	width: 1057px;
	margin: 0 auto;
}

.is06_02_text{
	margin-bottom: 15px;
	color: var(--cb01);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.428;
}





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

.contact_main{
	margin-top: 45px;
}

.contact_title01{
	padding: 20px;
	margin-bottom: 25px;
	background: #2D59EA;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
}

.cs01_box{
	width: 680px;
	padding-bottom: 35px;
	margin: 0 auto;
}

.cs01_box_img{
	margin-bottom: 30px;
}

.cs01_box_img img{
	width: 100%;
}

.cs01_box_text{
	color: #3E3E3E;
	font-size: 18px;
	text-align: center;
}



.cs02_box{
	width: 740px;
	padding-bottom: 35px;
	margin: 0 auto;
}

.cs02_box_text{
	margin-bottom: 45px;
	color: #3E3E3E;
	font-size: 18px;
	line-height: 1.5;
}

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

.msg001{
	margin-bottom: 60px;
}

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

.form_box dl{
	display: flex;
}

.form_box dl:not(:last-child){
	margin-bottom: 15px;
}

.form_box dt{
	width: 250px;
	margin-right: 40px;
	flex-shrink: 0;
}

.form_dt_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form_item{
	font-size: 18px;
	font-weight: 700;
}

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

.form_box dd{
	width: 100%;
}

.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: 17px;
    font-family: 'Noto Sans JP', sans-serif;
}

.form_box dd select,
.form_box dd option{
	padding: 2px 5px;
	font-size: 17px;
}

.form_box dd .form_text01{
	padding: 2px 5px;
	line-height: 1;
}

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

.form_box dd .form_text02{
	width: 7em;
	padding: 2px 5px;
	margin-right: 10px;
}

.form_box dd textarea{
	padding: 5px;
	height: 10em;
}

.form_comment{
	position: relative;
	padding-left: 1.1em;
	margin-top: 3px;
	color: #696969;
	font-size: 15px;
}

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

.form_list01{
	display: flex;
}

.form_list01 li{
	margin-right: 22px;
}

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

.form_button button{
	box-sizing: border-box;
	width: 354px;
	height: 67px;
	border-radius: 34px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.form_button button:not(:last-child){
	margin-right: 20px;
}

.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: 32px;
}

.form_ssl_icon{
	margin-bottom: 10px;
}

.form_ssl_text{
	font-size: 16px;
	font-weight: 500;
}

.contact_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 354px;
	height: 67px;
	border: 1px #2D59EA solid;
	border-radius: 34px;
	margin: 0 auto;
	background: #2D59EA;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

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




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



}/* end */