@charset "UTF-8";
/* CSS Document */






/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　メインビジュアル　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.main_view{
	display: flex;
	margin: 0 auto;
	width: 95%;
	max-width: 1800px;
	height: 98vh;
	line-height: 1;
}
.main_view > div{
	width: 50%;
}
.main_view_text{
	padding: 0 0 0 7vw;
}
.main_view_text div{
	margin: 20vh 0 1vh 0;
	font-size: clamp(75px, 6vw, 110px);
	font-family: 'KozGoPr6N-Heavy';
}
.main_view_text div span{
	color: #fb8c00;
	font-family: 'KozGoPr6N-Heavy';
}
.main_view_text img{
	width: 60%;
	min-width: 350px;
}
.main_view_text a{
	margin: 7vh 0 0 0;
}
.main_view_text h1{
	font-size: clamp(32px, 3.2vw, 58px);
}
.main_view_text h1 span:nth-of-type(1){
	font-size: 0.55em;
}
.main_view_text h1 span:nth-of-type(2){
	font-size: 1.2em;
	color: #231200;
	font-family: 'KozGoPr6N-Heavy';
}

.main_view .btn_1{
	
}


.main_view_img img{
	margin-top: 15vh;
	width: 85%;
}

@media screen and (max-width:990px){
	.main_view{
		text-align: center;
	}
	.main_view div:nth-of-type(3){
		text-align: center;
		margin-top: 3vh;
	}
	.main_view_text{
		padding: 0;
	}
	.main_view_text div{
		margin: 12vh 0 1vh 0;
	}
	.main_view{
		display: block;
	}
	.main_view > div{
		width: 100%;
	}
	.main_view_img img{
		display: block;
		margin: 1vh auto 0 auto;
		width: 95%;
	}
}



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　メインビジュアル　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_about　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_about h2{
	font-size: clamp(38px, 4vw, 75px);
}
.top_about h2 span:nth-of-type(1){
	color: #231200;
	font-size: clamp(32px, 3.2vw, 58px);
	font-family: 'KozGoPr6N-Heavy';
}
.top_about h2 span:nth-of-type(2){
	font-size: clamp(32px, 4.8vw, 50px);
}
.top_about h2 span:nth-of-type(3){
	
}
.top_about{
	padding: 150px 0;
	background: #fb8c00;
	text-align: center;
	color: #fff;
}
.top_about img{
	width: 80%;
	max-width: 500px;
	margin: 50px auto;
}
.top_about p{
	width: 95%;
	margin: 0 auto;
	font-size: clamp(12px, 3.2vw, 24px);
	line-height: 2;
}

#sankaku{
	display: block;
	fill: #fb8c00;
	stroke-width: 0px;
	margin: 0 auto;
	width: 100px;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_about　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/





/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_service　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_service{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}
.top_service ul li{
	display: flex;
}
.top_service ul li > div:nth-of-type(1){
	width: 60%;
}
.top_service ul li > div:nth-of-type(2){
	width: 40%;
}
.top_service ul li div div{
	color: #fb8c00;
}
.top_service ul{
	margin: 150px auto 150px auto;
}
.top_service ul li div div:nth-of-type(2){
	font-size: clamp(120px, 9.3vw, 180px);
	margin: -20px 0 -10px 0;
	letter-spacing: -15px;
}
.top_service ul li h3{
	font-size: clamp(28px, 1.8vw, 35px);
}
.top_service ul li p{
	margin: 20px 0 80px 0;
	line-height: 1.5
}



@media screen and (max-width:990px){
	.top_service ul li{
		display: block;
	}
	.top_service ul li > div{
		width: 100%!important;
	}
	.top_service ul li div div:nth-of-type(2){
		margin: -10px 0 -10px 0;
	}
	.top_service img{
		margin: 10px auto 100px auto;
	}
}



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_service　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/




/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_price　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_price{
	padding: 100px 0 80px 0;
	background: #463936;
	color: #fff;
	text-align: center;
}
.top_price h4{
	font-size: clamp(28px, 1.5vw, 32px);
	margin: 0 auto 30px auto;
}
.top_price h5{
	font-size: clamp(38px, 4vw, 75px);
}
.top_price h5 span{
	color: #fb8c00
}
.top_price div{
	font-size: clamp(16px, 1.8vw, 35px);
	margin: 10px auto 50px auto;
}
.top_price ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2vw;
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
.top_price ul li{
	background: #fff;
	border-radius: 25px;
	padding-top: 400px;
}
.top_price ul li a{
	display: block;
	margin: 00px auto 20px auto;
}
.top_price > a{
	margin-top: 80px;
}
.top_price .btn_1{
	transform: scale(0.8);
}



@media screen and (max-width:990px){
	.top_price ul{
		display: block;
	}
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_price　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_news　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.top_news{
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}
.top_news h4{
	color: #fb8c00;
	text-align: center;
}
.top_news h5{
	margin: 5px auto 50px auto;
	text-align: center;
	font-size: clamp(32px, 1.8vw, 35px);
}
.top_news ul{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.top_news ul li{
	display: flex;
	padding: 20px 0 20px 1vw;
	border-bottom: 1px solid #ddd;
}
.top_news ul li:nth-child(3){
	border: none;
}
.top_news ul li time{
	display: inline;
	margin: 0 3vw 0 0;
	color: #aaa;
	font-size: 14px;
}
.top_news ul li div:nth-of-type(1){
	margin: 0 1vw 0 0;
}



.top_news p{
	text-align: center;
}
.top_news .btn_1_W{
	transform: scale(0.6);
	padding: 18px 100px;
}


@media screen and (max-width:990px){
	.top_news{
	}
	.top_news .btn_1_W{
		transform: scale(0.75);
	}
	.top_news ul li{
		display: block;
	}
	.top_news ul li time{
		text-align: left;
	}
	.top_news ul li div:nth-of-type(1){
		margin: 5px 0 15px 0;
	}
	.top_news ul li div:nth-of-type(2){
		text-align: left;
	}
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_news　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/




/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　top_faq　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/


.top_faq{
	display: flex;
	width: 95%;
	margin: 0 auto;
	padding: 100px 0;
}
.top_faq > h4{
	width: 50%;
	padding-right: 2vw;
	font-size: clamp(38px, 4vw, 75px);
	text-align: right;
}
.top_faq > h4 span{
	color: #fb8c00
}
.top_faq > div{
	width: 50%;
    margin:0 0 0 1vw;
}
.top_faq li{
	border-top: 1px solid #ddd;
}
.top_faq li:nth-child(3){
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width:990px){
	.top_faq{
		display: block;
	}
	.top_faq > h4{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		text-align: center;
	}
	.top_faq h5{
		font-size: 14px;
	}
	.top_faq > div{
		width: 100%;
		margin:0 0 0 0vw;
	}
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 550px;
	color: #3d3d3d;
}

@media screen and (max-width:990px){
	.accordion-area{
		margin: 0 auto;
		max-width: 700px;
	}
}



.accordion-area section {
	border: 0px solid #ccc;
}

/*アコーディオンタイトル*/
.top_faq_Q {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 5% 3% 5% 3%;
    transition: all .5s ease;
}

/*アイコンの＞*/
.top_faq_Q::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
    transform: rotate(-45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.top_faq_Q.close::after{
	transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.top_faq_A {
    display: none;/*はじめは非表示*/
	margin:0 3% 3% 3%;
    padding: 3% 3% 3% 0;
}


.icon_Q, .icon_A{
	fill: #fb8c00;
	stroke-width: 0px;
	width: 12px;
}

#sankaku_W_bg{
	width: 100%;
	background: #e2e2e2;
}
#sankaku_W{
	display: block;
	fill: #fff;
	stroke-width: 0px;
	margin: 0 auto;
	width: 100px;
}

.top_faq > div > p{
	margin: 20px 0 0 0;
	color: #aaa;
	font-size: 12px;
	font-family: 'HiraginoSans-W3';
	
}
.top_faq div p a{
	color: #fb8c00;
}

@media screen and (max-width:990px){
	.top_faq > div > p{
		margin: 20px auto 0 auto;
		width: 95%;
		max-width: 700px;
	}
}




/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　top_faq　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/














/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



@media screen and (max-width:990px){
}





@media screen and (max-width:990px){
.P{display: none!important;}}
@media screen and (min-width:991px){
.S{display: none!important;}}

