@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body { 
	color: #0E0F0E;
	margin:0;
	padding:0;
	font-family:  "Tsukushi A Round Gothic", "FOT-筑紫A丸ゴシック Std", "Zen Maru Gothic", 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;
}

.blinking{
	animation: 1s blinking step-end infinite;
}

.blinking:hover{
	animation: none;
}

@keyframes blinking{
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@media print, screen and (min-width: 768px){

body { 
	min-width: 1200px;
}

.pc_none{
	display: none;
}

#style01{
	width:100%;
}





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

.header{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 6000;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 66px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.header01{
	display: flex;
	align-items: center;
	gap: 40px;
}

.header_logo{
	font-size: 14px;
	order: 1;
}

.sp_menu{
	display: none;
}

.header_nav{
	display: flex;
	gap: 2em;
	font-size: 18px;
	font-weight: 700;
	order: 2;
}

.header_nav a{
	color: #008A56;
}

.header_nav a:hover{
	opacity: 0.7;
}

.header_ins{
	order: 3;
}

@media print, screen and (max-width: 1380px){
	.header01{
		gap: 30px;
	}	

	.header_logo img{
		width: 190px;
	}	

	.header_nav{
		gap: 1em;
		font-size: 15px;
	}
}





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

.footer{
	padding: 15px 0 65px;
	background: #307A6F;
	color: #fff;
	font-weight: 700;
}

.footer01{
	display: flex;
	justify-content: center;
	gap: 40px;
	font-size: 18px;
	line-height: 1.11;
}

.footer01_l01{
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 12px;
}

.footer01_l01:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: url("./img/footer_border.svg") center /auto 4px repeat-x;
}

.footer01_l02{
	display: flex;
	justify-content: center;
	gap: 48px;
}

.footer01_l02 address{
	font-style: normal;
}

.footer01_r{
	padding-top: 8px;
}

.scroll_button{
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　メイン　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.main{
	background: #EFE8E1;
	overflow-x: clip;
}

.is_wrap{
	position: relative;
	max-width: 1390px;
	margin: 0 auto;
}

.is_wrap:before,
.is_wrap:after{
	position: absolute;
	top: 0;
	content: "";
	width: 50vw;
	height: 100%;
}

.is_wrap:before{
	right: 100%;
	background: url("./img/bg_left.png");
}

.is_wrap:after{
	left: 100%;
	background: url("./img/bg_right.png");
}



.is01{
	max-width: 1390px;
	padding: 0 50px 58px;
	margin: 0 auto;
}

.is01_box{
	max-width: 1150px;
	padding: 22px 0 33px;
	margin: 0 auto 30px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.is01_title01{
	padding-left: 28px;
	margin-bottom: 21px;
}

.is01_title02{
	margin-bottom: 16px;
	text-align: center;
}

.is01_img01{
	text-align: center;
}

.is01_button01{
	margin-bottom: 50px;
}

.is01_button01 a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 72px;
	border: 5px #0E0F0E solid;
	border-radius: 36px;
	background: #FFF500;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.is01_button01 a:hover{
	opacity: 0.7;
}

.is01_button01 a:hover img{
	opacity: 1;
}

.is01_button02{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 66px;
	margin-bottom: 50px;
}

.is01_button03{
	text-align: center;
}

.is01_button02 img,
.is01_button03 img{
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

@media print, screen and (max-width: 1380px){
	.is01_button02{
		gap: max(5vw, 55px);
	}

	.is01_button02 img{
		width: 27vw;
		min-width: 329px;
	}
}




.is02{
	max-width: 1390px;
	padding: 0 50px 70px;
	margin: 0 auto;
}

.is02_box{
	padding: 60px 0 95px;
	border-radius: 42px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#m01{
	padding-top: 70px;
	margin: -70px 0 40px;
}

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

.is02_movie{
	text-align: center;
}

.is02_movie iframe{
	width:568px;
	height:370px;
}

#m02{
	padding-top: 70px;
	margin-top: -70px;
}

.is02_title02{
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.is02_title02:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 245px;
	height: 6px;
	background: url("./img/is02_title02_border.svg") center/contain no-repeat;
}

.is02_text{
	width: 928px;
	margin: 0 auto;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.74;
}

.is02_text p:not(:first-child){
	margin-top: 1.74em;
}

.is02_text p span{
	color: #E13B33;
}

.color_g{
	color: #7F817F;
}

.is02_img{
	margin-top: 90px;
	text-align: center;
}









}/* end */