@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body { 
	color: #000;
	margin:0;
	padding:0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 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;
}

.ff_serif{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", serif;
	font-weight: 600;
}

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?ch1k2p');
	src:  url('fonts/icomoon.eot?ch1k2p#iefix') format('embedded-opentype'),
		  url('fonts/icomoon.ttf?ch1k2p') format('truetype'),
		  url('fonts/icomoon.woff?ch1k2p') format('woff'),
		  url('fonts/icomoon.svg?ch1k2p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*="icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before{
	content: '\e900';
}

.icon-facebook:before{
	content: '\ea91';
}

.icon-instagram:before{
	content: '\ea92';
}

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

body { 
	min-width: 1440px;
}

.pc_none{
	display: none;
}

#style01{
	width:100%;
}





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

.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 156px;
	background: url("./img/header_bg.png") center center repeat-x;
}

.header_l{
	padding: 13px 28px;
}

.header_r{
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 7px 13px;
}

.header_sns{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	font-size: 30px;
	line-height: 1;
}

.header_sns a{
	color: #fff;
}

.header_sns a:hover{
	color: #990711;
}

.header_tel{
	padding-right: 35px;
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}
.header_tel a{
	color:#FFF;
}




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

.footer{
	padding: 50px;
	border-top: 1px #808080 solid;
	background: #fff;
}

.footer_copy{
	font-size: 18px;
	text-align: center;
	line-height: 1;
}





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

.mv{
	position: relative;
	height: 1200px;
	background: #000;
}

.mv:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.65);
}

.mv_img{
	text-align: center;
}

.mv_img > li:not(:first-child){
	display: none;
}

.slick-slide > div > li{
	vertical-align: bottom;
}

.mv_bk{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
}

.mv_box{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1020px;
	padding-top: 365px;
	margin: 0 auto;
}

.mv_cacth{
	margin-bottom: 100px;
	color: #fff;
	font-size: 35px;
	text-shadow: 3px 3px 3px #000;
	line-height: 1.3;
}

.mv_cacth span{
	font-size: 50px;
}

.mv_icon{
	text-align: center;
}




.is01{
	background: url("./img/is0102_bg.jpg") top center no-repeat;
	background-color: #000;
	color: #fff;
}

.is01_01{
	background: rgba(0, 0, 0, 0.65);
}

.is01_01box{
	position: relative;
	box-sizing: border-box;
	width: 1440px;
	height: 577px;
	padding-top: 80px;
	margin: 0 auto;
}

.is01_img{
	position: absolute;
	left: 40px;
	bottom: 0;
}

.is01_text{
	padding-left: 540px;
	font-size: 30px;
	line-height: 1.8;
}

.is01_text .fb{
	font-size: 45px;
	line-height: 1.3;
}

.is01_text .red{
	color: #FF0000;
}

.is01_text .fr{
	display: block;
	text-align: right;
}



.is01_02{
	padding: 120px 0;
	background: rgba(0, 0, 0, 0.8);
}

.is_title01{
	margin-bottom: 100px;
	color: #fff;
	font-size: 50px;
	line-height: 1.3;
	text-align: center;
}

.is_title01 span{
	position: relative;
	display: inline-block;
	padding: 0 2em;
}

.is_title01 span:before,
.is_title01 span:after{
	position: absolute;
	content: "―";
}

.is_title01 span:before{
	left: 0;
}

.is_title01 span:after{
	right: 0;
}

.is01_02box{
	display: flex;
	justify-content: space-between;
	width: 1440px;
	margin: 0 auto;
}

.is01_02img{
	
}

.is01_02text{
	width: 727px;
	font-size: 20px;
}
.is01_comment{
	font-size:16px;
}
.is01_comment:not(:last-child){
	padding-left: 1em;
}

.is01_comment:last-child{
	padding-top: 1em;
}

.is01_list li,
.is01_comment li{
	position: relative;
	padding-left: 1.1em;
}

.is01_list li:before{
	position: absolute;
	left: 0;
	content: "・";
}

.is01_list_box{
	background-image:url("./img/bg_plun.jpg");
	padding:30px 50px;
}
.is01_list_box li{
	color:#000;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", serif;
    font-weight: 600;
	margin:0 0 5px 0;
	list-style-type:disc;
/*
	color:#FFF;
	padding:5px 20px;
	border:3px #FFF solid;
	background-color:#990011;
*/
}
.plun_point{
	color:#990011;
	font-weight:bold;
}

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



.is02{
	padding-bottom: 120px;
	background: #000;
	color: #fff;
}

.is02_box{
	background: url("./img/is02_box_bg.png") calc(50% + 500px) 414px no-repeat;
}

.is02_box:not(:last-child){
	margin-bottom: 100px;
}

.is_title02{
	margin-bottom: 80px;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
}

.is_title02 span{
	position: relative;
	display: inline-block;
	width: 340px;
	padding-bottom: 18px;
}

.is_title02 span:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 4px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.is02_flex{
	display: flex;
	justify-content: space-between;
	width: 1440px;
	margin: 0 auto;
}

.is02_flex_l{
	width: 664px;
}

.is02_flex_r{
	width: 726px;
}

.is02_flex_r01{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.is02_flex_r02{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	margin-top: 20px;
}

.is02_flex_img img{
	width: 100%;
}

.is02_flex_name{
	margin-top: 15px;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}




.is03{
	padding: 100px 0;
	background: url("./img/is03_bg.png") center center;
}

.is03_img{
	text-align: center;
}

.is03_img .slick-list{
	padding-top: 50px !important;
}

.is03_img > li:not(:first-child){
	display: none;
}

.is03_img .slick-slide > div > li{
	opacity: 0.65;
	transition: 0.3s ease-in-out;
}

.is03_img .slick-current > div > li{
	transform: translateY(-50px);
	opacity: 1;
}

.slick-current > div > li img{
	width: 100%;
}

.slick-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
	font-size: 0;
}

.slick-dots button{
	width: 10px;
	height: 10px;
	border: none;
	background: #999999;
	font-size: 0;
}

.slick-dots .slick-active button{
	background: #FFFFCC;
}




.is04{
	padding: 120px 0;
	background: #000;
	color: #fff;
}

.is04_box{
	width: 1440px;
	margin: 0 auto;
}

.is04_map{
	margin-bottom: 100px;
}

.is04_company{
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.3;
}

.is04_company dl{
	display: grid;
	grid-template-columns: 230px 1fr;
	border-bottom: 1px #fff solid;
}

.is04_company dt{
	padding: 12px 40px;
}

.is04_company dd{
	padding: 12px 30px 12px 10px;
}
.yoyaku_bt{

}
.yoyaku_bt a{
	background-color:#990011;
	color:#FFF;
	font-size:16px;
	padding:5px 20px;
	border-radius:10px;
	border:3px #FFF solid;
}
.yoyaku_bt a:hover{
	background-color:#FFF;
	color:#990011;
	font-size:16px;
	padding:5px 20px;
	border-radius:10px;
	border:3px #990011 solid;
}


}/* end */