@charset "UTF-8";
/* CSS Document */
	/*共通CSS*/
	/*WordPress対策・全ページ余白なし*/
	* {
		margin: 0;
		padding: 0;
	}

	body {
		margin: 0;
		padding: 0;
		color: #000;
		background: #fff;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	}
	
	img {
		vertical-align: bottom; /*下に余白を作らない*/
		max-width: 100%;
	}
	
    ul li{
		list-style: none;
	}

	a {
		text-decoration: none;
		color:#fff;
	}
	
	.wrap {
		overflow: hidden;
	}
	
	/*floatを解除する*/
	.clear {
		clear: both;
	}
	
    .pcbr{
		display: block;
	}
    .spbr{display: none;}

	.all-page {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
	}

/*PC*/
@media only screen and (min-width: 768px){	
		.sp { display: none !important; }

	/*ヘッダー＆フッター*/
		/*グローバルメニュー*/
		header {
			position:absolute;
			z-index: 104;
			width: 100%;
			height:auto;
		}
	
	.wrap_h{
		max-width:1000px;
		margin: 0 auto;
	}
	
	.wrap_c{
		max-width:1000px;
		margin: 0 auto;
	}
	
	.wrap_b{
		padding-top:100px;
		max-width:1000px;
		margin: 0 auto;
	}
	
	.logo {
		color: #fff;
		font-weight: bold;
		font-size: 36px;
		letter-spacing: 2px;
		float: left;
		font-family: sans-serif;
}
	
	.logo span {
    font-size: 16px;
    letter-spacing: 1px;
	}
		
	.head_icon {
    float: right;
}
	.head_icon img {
    width: 50px;
    padding: 10px;
}
	
	.key {
    width: 100%;
    height: auto;
	 clip-path: ellipse(120% 100% at top);
}
	
	.mainvisual {
    position: relative;
}
	.slick-next {
    display: none !important;
}
	
	.catch{
		position:absolute;
		content:"";
		z-index: 999;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 52px;
		color: #fff;
		text-shadow:#f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 23px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px, #f7931e 1px 1px 6px;
		letter-spacing: 6px;
		text-align: center;
	}
	
	.catch span{
		display: block;
		font-size: 36px;
	}
	
	h2{
		position: relative;
		width:400px;
		padding: 0 20px;
		font-size: 28px;
		text-align: center;
		color: #f7931e;
		border-bottom: 1px solid #f7931e;
		margin:20px auto;
	}
	
	h2::before{
		content: "";
		top: 37px;
		left: 437px;
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius:50%;
		background:#f7931e;
	}
	
	h2::after{
		content: "";
		top: 37px;
		right: 437px;
		position: absolute;
		width:10px;
		height:10px;
		border-radius:50%;
		background:#f7931e;
	}
	
	.after_h{
		position: relative;
		width:400px;
		padding: 0 20px;
		font-size: 28px;
		text-align: center;
		color: #f7931e;
		border-bottom: 1px solid #f7931e;
		margin:20px auto;
	}
	
	.after_h::before{
		content: "";
		top: 38px;
		left: 437px;
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius:50%;
		background:#f7931e;
	}
	
	.after_h::after{
		content: "";
		top: 38px;
		right: 437px;
		position: absolute;
		width:10px;
		height:10px;
		border-radius:50%;
		background:#f7931e;
	}
	
	.back_w01{
		position:relative;
		background: linear-gradient(#fff, #fde4bc);
		width: 100%;
		height: auto;
		text-align: center;
}
	
	.back_w01::after{
		content: "";
		position: absolute;
		display:block;
		z-index:103;
		top: 100%;
		box-sizing: border-box;
		border-right: 50vw solid transparent;
		border-left: 50vw solid transparent;
		border-top: 100px solid #fde4bc;
	}
	
	.back_w02{
		position: relative;
		width:100%;
		height:auto;
		background:url("http://testsite.d-sky-n.com/wp-content/uploads/2022/12/24499175_m.jpg");
		box-shadow: inset 0px 0px 84px 60px #fff;
	}
	
	.s_b01{
		display:inline-block;
		margin: 60px 0;
	}
	
	.my_img{
		float: left;
		width: 45%;
	}
	
	.s_b01 p {
    float: right;
    width: 45%;
    padding: 20px;
		text-align: left;
}
	
	.s_c{
		width:800px;
		margin:0 auto;
		text-align:center;
	}
	
	.s_b02{
		display:flex;
		justify-content: space-between;
		margin: 60px 0;
	}
	
	.in_img{
		width: 45%;
	}
	
	.in_side{
		width: 45%;
		padding: 0 20px;
	}
	
	.in_side h3{
		color: #f7931e;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.in_side p{
		
	}
	
	.other{
		display: flex;
		justify-content: space-between;
	}
	
	.other_c{
		padding-bottom: 60px;
	}
	
	.other_in{
		position:relative;
		width: 300px;
		height: 160px;
		margin: 20px;
		background-color: #f7931e;
		border-radius: 8px;
	}
	
	.other_in img{
		width:300px;
		position: relative;
	}
	
	.other_in  p {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
		transform: translate(-50%, -50%);
	}
	
	.com_sec{
		padding-bottom:60px;
	}
	
	.com{
		text-align: center;
		font-weight: bold;
		font-size:18px;
		margin-bottom: 30px;
	}
	
	.com span{
		display: block;
		color: #f7931e;
	}
	
	.sma{
		display: inline-block;
		font-size: 12px;
		letter-spacing: -2px;
	}
	
	.ac_sec{
		margin-bottom: 120px;
	}
	
	.ac_sec p{
		text-align:center;
		margin-bottom:10px;
		font-weight: bold;
	}
	
	.con_sec{
		position:relative;
		width:100%;
		height: 550px;
		background-size: cover;
		background-repeat: no-repeat;
		background-image:url("http://testsite.d-sky-n.com/wp-content/uploads/2022/12/cbi.png")
	}
	
	.back_c{
		position:absolute;
		content:"";
		padding: 60px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(255,255,255,0.8);
		border-radius: 8px;
		text-align: center;
	}
	
	.back_c p{
		text-align:center;
		font-weight:bold;
	}
	
	.c_btn {
		display: block;
		position: relative;
		width: 240px;
		padding: 24px;
		text-align: center;
		color: #fff;
		font-weight:bold;
		background: #f7931e;
		border-radius: 40px;
		margin: 20px auto;
	}
	
	.c_tel{
		color: #f7931e;
		font-size:34px;
		font-weight:bold;
		margin:0 auto;
	}
	
	.com_info {
		background: #fde4bc;
		text-align: center;
		font-weight: bold;
		padding: 40px 0;
	}
	
	.logo_f {
    font-size: 28px;
    padding: 10px;
	}
	
	.copyright {
    text-align: center;
    color: #fff;
    background: #f7931e;
    padding: 20px;
}
	
	.slick-dots {
    bottom: 35px !important;
}
	
	.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #f7931e !important;
}
	
	.slick-dots li button:before {
    opacity: 1 !important;
    color: #fff !important;
}
	
	.map{
		width:100%;
		height:550px;
	}
	
}