@charset "utf-8";
header{
	background-color: #ffffff;
}
main{
	padding-top: 90px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 70px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01{
	width: 980px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #8C744B;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 26px;
	line-height: 44px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 18px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 980px;
	height: auto;
	margin: 51px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 90%;
		max-width: 320px;
		margin: 38px 0 0;
	}
}

/*acf部分*/
.gas_wrap{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F8F8F8;
	margin-top: 108px;
	padding: 120px 0 128px;
}
@media only screen and (max-width: 767px){
	.gas_wrap{
		margin-top: 66px;
		padding: 50px 0 56px;
	}
}
.gas_wrap .gas01{
	width: 980px;
	height: auto;
	padding: 0 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #D1C7B6;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas01{
		width: 90%;
		max-width: 320px;
		padding: 0 0 56px;
		display: block;
	}
}
.gas_wrap .gas01 .gas_img01{
	width: 400px;
	height: auto;
	display: block;
	margin-right: 70px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas01 .gas_img01{
		width: 100%;
		margin-right: 0;
	}
}
.gas_wrap .gas01 .no_img{
	width: 400px;
	height: 400px;
	background-color: #c1c1c1;
	display: block;
	margin-right: 70px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas01 .no_img{
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		display: block;
		margin-right: 0;
		display: none;
	}
}
.gas_wrap .gas01 .no_img p{
	font-size: 13px;
	color: #ddd;
}

.gas_wrap .gas01 .gas01_01{
	width: auto;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas01 .gas01_01{
		margin-top: 32px;
	}
}
.gas_wrap .gas01 .gas01_01 h2{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((20/1000)*1em);
}
.gas_wrap .gas01 .gas01_01 h3{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((20/1000)*1em);
	margin-top: 16px;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas01 .gas01_01 h3{
		font-size: 16px;
		line-height: 26px;
		margin-top: 6px;
	}
}
.gas_wrap .gas01 .gas01_01 p{
	width: auto;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	margin-top: 28px;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas01 .gas01_01 p{
		margin-top: 18px;
	}
}
.gas_wrap .gas02{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas02{
		width: 90%;
		max-width: 320px;
	}
}
.gas_wrap .gas02 .gas02_02{
	width: 100%;
	height: auto;
	margin: 58px auto 0;
}
.gas_wrap .gas02 .gas02_02:first-of-type{
	margin-top: 87px;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas02 .gas02_02:first-of-type{
		margin-top: 50px;
	}
}
.gas_wrap .gas02 .gas02_02 .text03{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((20/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas02 .gas02_02 .text03{
		font-size: 16px;
		line-height: 32px;
	}
}
.gas_wrap .gas02 .gas02_02 .text03 span{
	width: 25px;
	height: 2px ;
	background-color: #101010;
	margin-right: 10px;
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas02 .gas02_02 .text03 span{
		width: 35px;
		height: 2px ;
	}
}
.gas_wrap .gas02 .gas02_02 .text04{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((20/1000)*1em);
}
@media only screen and (max-width: 767px){
	.gas_wrap .gas02 .gas02_02 .text04{
		font-size: 15px;
		line-height: 30px;
		margin-top: 18px;
	}
}



.contents01 .contents01_01 .contents01_01_03{
	width: auto;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
		width: 100%;
		justify-content: space-between;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01,
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_03{
	width: 15px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01,
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_03{
		width: 70px;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_02{
	width: 70px;
	height: auto;
	margin: 0 70px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_02{
		width: 120px;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01 a,
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_02 a,
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_03 a{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((40/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.contents01ここまで*/