@charset "utf-8";

/*ページ内共通設定ここから*/
#main section{
	--main-color:#f39012;
	--sub-color:#f4f4f4;
	--text-color:#3c3c3b;
	--text-color-hover:#fff;
}

#main {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#main .min{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#main {margin: 0;}
#main *{box-sizing: border-box;}
html {scroll-behavior: smooth;}
#main h2,#main h3,#main h4,#main p,#main ul,#main li{margin: 0; padding: 0; line-height: normal; color: var(--text-color);}
#main a{text-decoration: none; transition: .4s all;}
#main ul{list-style: none;}
#main img{display:block; width: 100%; line-height: 1;}
#main h2{font-weight: bold; text-shadow: unset; background: transparent; border: none;}
#main h3{border: none;}

/*#main{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
}*/

#main .section__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
 }

 .pc_none {
        display: none;
  }

@media screen and (max-width:1250px) and (min-width:1025px){
	#main .section__inner {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1025px){
	#main a:hover{opacity: 1;}
}

@media screen and (max-width:1024px){
	#main .section__inner {
        padding: 0 2%;
    }
}

@media screen and (max-width:768px){
    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }
}

/*ページ内共通設定ここまで*/


/*section001ここから*/
/*#main .section001{
	margin-bottom: 80px;
}

@media screen and (max-width:1024px){
	#main .section001{
		margin-bottom: 8%;
	}
}

@media screen and (max-width:768px){

}*/
/*section001ここまで*/


/*section002ここから*/
#main .section002{
	margin-top: 50px;
	margin-bottom: 40px;
}

#main .section003{
	margin-bottom: 100px;
}

#main .section002 h2{
	margin-bottom: 50px;
	font-size: 36px;
	text-align: center;
}

#main .section002 .cnt_box,
#main .section003 .cnt_box{
	display: flex;
    align-items: end;
    gap: 50px;
}

#main .section003 .cnt_box{
	align-items: center;
}

#main .section002 .cnt_box_img,
#main .section003 .cnt_box_img{
	width: 40%;
}

#main .section003 .cnt_box_img{
	order: 2;
}

#main .section002 .cnt_box_img img{
	width: 70%;
}

#main .section003 .cnt_box_img img{
	box-shadow: 2px 2px 3px 0px rgba(178, 131, 70, .2);
}

#main .section002 .cnt_box_img img:first-of-type{
	box-shadow: -2px -2px 3px 0px rgba(178, 131, 70, .3);
}

#main .section002 .cnt_box_img img:last-of-type{
	margin: -60px 0 0 auto;
}

#main .section002 .cnt_box_txt,
#main .section003 .cnt_box_txt{
	width: 60%;
	
    box-sizing: border-box;
}

#main .section003 .cnt_box_txt{
}


#main .section003 .cnt_box_txt{
	order: 1;
}

#main .section002 .cnt_box_txt p,
#main .section003 .cnt_box_txt p{
	font-size: 20px;
	color: var(--text-color);
	line-height: 1.6;
}

#main .section002 .cnt_box_txt p:first-of-type{
	margin-bottom: 20px;
}


#main .section003 .cnt_btn{
	width: 100%;
	max-width: 440px;
	margin: 50px auto 0;
}

#main .section003 .cnt_btn a{
	display: block;
	padding: 25px 0;
	color: var(--main-color);
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	transition: .4s all;
	border: 2px solid var(--main-color);
}

#main .section003 .cnt_btn a:hover{
	opacity: .6;
}



@media screen and (max-width:1024px){
	#main .section002{
		margin-top: 5%;
		margin-bottom: 8%;
	}

	#main .section003{
		margin-bottom: 10%;
	}

	#main .section002 h2{
		margin-bottom: 5%;
		font-size: min(calc(1vw * calc(30 / 7.69)), 40px);
	}

	#main .section002 .cnt_box, #main .section003 .cnt_box{
		gap: 20px;
	}

	#main .section002 .cnt_box_txt p,
	#main .section003 .cnt_box_txt p{
		font-size: min(calc(1vw * calc(18 / 7.69)), 20px);
	}

	#main .section002 .cnt_box_txt p:first-of-type{
		margin-bottom: 4%;
	}

	#main .section003 .cnt_btn{
		margin-top: 4%;
	}

	#main .section003 .cnt_btn a{
		padding: 3% 0;
	}

	
}

@media screen and (max-width:768px){
	#main .section002 h2{
		margin-bottom: 0;
		font-size: min(calc(1vw * calc(18 / 3.75)), 30px);
	}

	#main .section002 .cnt_box{
		align-items: start;
		flex-direction: column;
		gap: 0;
	}

	#main .section003 .cnt_box{
		flex-direction: column;
		gap: 0;
	}

	#main .section002 .cnt_box_img{
		display: flex;
		flex-direction: column-reverse;
		width: 80%;
	}

	#main .section003 .cnt_box_img{
		width: 55%;
	}

	#main .section002 .cnt_box_img img{
		width: 55%;
	}

	#main .section002 .cnt_box_img img:first-of-type{
		margin: -60px 0 0;
	}

	#main .section002 .cnt_box_img img:last-of-type{
		width: 58%;
		position: relative;
		margin: 0 0 0 auto;
	}

	#main .section003 .cnt_box_img{
		margin: -14% 0 0 auto;
	}

	#main .section002 .cnt_box_txt{
		width: 70%;
		margin: -18% 0 0 auto;
	}

	#main .section003 .cnt_box_txt{
		position: relative;
		width: 80%;
		margin: 0 auto 0 0;
	}

	#main .section002 .cnt_box_txt p, #main .section003 .cnt_box_txt p{
		font-size: min(calc(1vw * calc(14 / 3.75)), 18px);
	}

	#main .section003 .cnt_btn{
		width: 100%;
		max-width: none;
	}

	#main .section003 .cnt_btn a{
		font-size: 16px;
	}

	

}
/*section002ここまで*/


/*section003ここから*/
#main .section004{
	margin-bottom: 100px;
}

#main .section004 p:first-of-type{
	margin-bottom: 40px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}

#main .section004 p:last-of-type{
	margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}

#main .section004 ul:last-of-type {
	display: -webkit- flex;
	display: flex;
	align-items: -webkit- center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

#main .section004 ul:last-of-type li{
	width: calc(calc(100% - 20px) / 2);
	max-width: calc(880px / 2);
}

#main .section004 ul:last-of-type li a{
	display: block;
	padding: 25px 0;
	color: #fff;
	background: var(--main-color);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	transition: .4s all;
	border: 2px solid var(--main-color);
}

#main .section004 ul:last-of-type li:not(:last-of-type) a{
	background: #fff;
	color: var(--main-color);
}

#main .section004 ul:last-of-type li a:hover{
	opacity: .6;
}

@media screen and (max-width:1024px){
	#main .section004{
		margin-bottom: 10%;
	}

	#main .section004 p:first-of-type{
		margin-bottom: 4%;
		font-size: min(calc(1vw * calc(20 / 7.69)), 25px);
	}

	#main .section004 p:last-of-type{
		margin-bottom: 2%;
		font-size: min(calc(1vw * calc(18 / 7.69)), 20px);
	}

	#main .section004 ul:last-of-type li a{
		padding: 3% 0;
	}
}

@media screen and (max-width:768px){
	#main .section004 p:first-of-type{
		margin-bottom: 4%;
		font-size: min(calc(1vw * calc(16 / 3.75)), 20px);
		text-align: left;
	}

	#main .section004 p:last-of-type{
		text-align: left;
		font-size: min(calc(1vw * calc(14 / 3.75)), 18px);
	}

	#main .section004 ul:last-of-type {
		display: block;
	}

	#main .section004 ul:last-of-type li{
		width: 100%;
		max-width: none;
	}

	#main .section004 ul:last-of-type li:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 4%;
	}

	#main .section004 ul:last-of-type li a{
		font-size: 16px;
	}
}
/*section003ここまで*/