@charset "UTF-8";

/* ============================== */

/* ZEH */

/* ============================== */

/* 個別設定 */

@media screen and (max-width: 768px) {
	.mv .page_ttl_area {
			padding-block: 6% 75%;
			background: none;
	}
}

/* section._01 */

section._01{
	padding: 200px 0;
	/* background: url(../img/bg_01.png);
	background-position: top;
	background-size: cover; */
	background: #DCE0DD;
	position: relative;
}

section._01 .p01{
	text-align: center;
	font-size: clamp(10px, 1.5vw, 25px);
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2;
}

section._01 .p02{
	font-size: clamp(10px, 1vw, 18px);
	line-height: 2.5;
	text-align: center;
}

section._01 .imgbox._01{
	max-width: 800px;
	width: 75%;
	margin: 50px auto;
}

section._01 .box._t{
	max-width: 900px;
	width: 90%;
	height: auto;
	margin: 60px auto;
}

section._01 .box._t .item{
	padding: 25px 0;
	background: #726934;
}

section._01 .box._t .item p{
	font-size: clamp(10px, 2.5vw, 25px);
}

section._01 .box{
	max-width: 1100px;
	width: 90%;
	height: 320px;
	margin: 60px auto 0;
	justify-content: space-between;
	align-items: center;
}

section._01 .item{
	width: 46%;
	padding: 60px 0 0;
	box-sizing: border-box;
	background: #2A3E40;
	border-radius: 15px;
}

section._01 .item._l, section._01 .item._r{
	width: 46%;
	height: 100%;
}

section._01 .item._b{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translateX(-50%);
}

section._01 .item p{
	color: #fff;
	text-align: center;
}

section._01 .item .p04{
	position: relative;
	font-size: clamp(10px, 1.8vw, 22px);
}

section._01 .item .p04 span{
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -1.5em;
	transform: translateX(-50%);
	font-size: 12px;
}

section._01 .item .p05{
	width: 80%;
	margin: 50px auto 0;
	font-size: clamp(10px, 1.5vw, 15px);
	line-height: 2.5;
	text-align: left;
}

section._01 .item .p05 span{
	font-size: 8px;
	letter-spacing: 0.01em;
}

section._01 .item .p05._b{
	margin-bottom: 5em;
}

section._01 .itembox{
	max-width: 450px;
	width: 90%;
	margin: 30px auto 0;
	justify-content: space-between;
}

section._01 .itembox .imgbox{
	width: 30%;
}

section._01 .cross{
	width: 3%;
}

section._01 .indicator{
	height: 100px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

section._01 .indicator span{
	width: 3px;
	height: 100%;
	background: #707070;
	position: absolute;
	left: 50%;
}

section._01 .indicator span:nth-of-type(1){
	animation: indicator 3.5s ease infinite;
	z-index: 5;
}

section._01 .indicator span:nth-of-type(2){
	top: 0;
	opacity: 0.5;
}

@keyframes indicator {
	0% {
		top: -100%;
	}

	50% {
		top: 100%;
	}

	100% {
		bottom: -100%;
	}
}

@media screen and (max-width: 768px) {
	section._01{
		padding: 100px 0 42vw;
	}

	section._01 .p01{
		width: 90%;
		margin: 0 auto;
		font-size: clamp(10px, 5.2vw, 25px);
		letter-spacing: 0.01em;
	}

	section._01 .p02{
		width: 90%;
		margin: 0 auto;
		font-size: clamp(10px, 3.5vw, 18px);
		text-align: left;
	}

	section._01 .imgbox._01{
	}

	section._01 .box._t{
		width: 80%;
	}

	section._01 .box._t .item{
		padding: 18px 0;
	}

	section._01 .box._t .item p{
		font-size: clamp(10px, 4.5vw, 25px);
	}

	section._01 .box{
		height: auto;
	}

	section._01 .item{
		width: 100%;
	}

	section._01 .item._l, section._01 .item._r{
		width: 100%;
		height: auto;
	}

	section._01 .item._b{
	}

	section._01 .item p{
	}

	section._01 .item .p04{
		font-size: clamp(10px, 4.5vw, 25px);
	}

	section._01 .item .p04 span{
	}

	section._01 .item .p05{
		margin: 40px auto 5em;
		font-size: clamp(10px, 3.5vw, 22px);
	}

	section._01 .item .p05 span{
	}

	section._01 .item .p05._b{
	}

	section._01 .itembox{
		width: 80%;
		flex-direction: row;
	}

	section._01 .itembox .imgbox{
	}

	section._01 .cross{
		width: 10%;
		margin: 15px auto;
	}

	section._01 .indicator{
		margin-top: 12vw;
	}

	section._01 .indicator span{
	}

	section._01 .indicator span:nth-of-type(1){
	}

	section._01 .indicator span:nth-of-type(2){
	}
}

@media screen and (max-width: 600px) {
	section._01{
		padding-bottom: 50vw;
	}
}

/* section._02 */

section._02{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 200px 0;
}

section._02 .p01{
	margin-top: 100px;
	font-size: clamp(10px, 2.2vw, 28px);
}

section._02 .p01 span{
	position: relative;
	top: 0.07em;
	color: #8F8F75;
	font-size: 1.8em;
}

section._02 .p01 span._02{
	color: #A4A597;
}

section._02 .p01 span._03{
	color: #96A8AD;
}

section._02 .p01 img{
	width: 1.6em;
	position: relative;
	top: -0.2em;
}

section._02 .p02{
	margin: 60px auto 40px;
	font-size: clamp(10px, 2vw, 20px);
}

section._02 .p03{
	font-size: clamp(10px, 1.8vw, 16px);
	line-height: 2.2;
}

section._02 .box{
	flex-wrap: wrap;
	justify-content: space-between;
}

section._02 .box_01{
	justify-content: space-between;
}

section._02 .box_01 .item{
	width: 48%;
	height: 350px;
	padding: 40px 0 50px;
	border-radius: 15px;
	background: #8F8F75;
}

section._02 .box_01 .item .p10{
	color: #fff;
	font-size: clamp(10px, 2.2vw, 22px);
	line-height: 1.5;
	text-align: center;
}

section._02 .box_01 .item .p20{
	width: 85%;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(10px, 2vw, 16px);
	line-height: 2;
}

section._02 .box_01 .item .p10._l{
	margin-bottom: 40px;
}

section._02 .box_01 .imgbox._l{
	width: 85%;
	margin: 0 auto;
}

section._02 .box_01 .imgbox._r{
	width: 70%;
	margin: 30px auto;
}

section._02 .box_01 .imgnote{
	bottom: -15px;
	text-shadow: none;
}

section._02 .box_02{
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}

section._02 .box_02 p{
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

section._02 .box_02 .p10{
	top: 0.8vw;
	font-size: clamp(10px, 1vw, 14px);
}

section._02 .box_02 .p10.for_1l{
	top: 1.5vw;
}

section._02 .box_02 .p20{
	top: 3.2vw;
	color: #726934;
	font-size: clamp(10px, 1.5vw, 18px);
	font-weight: bold;
}

section._02 .box_02 .imgbox{
	width: 24%;
	margin-bottom: 1.5%;
}

section._02 .box_03{
	max-width: 900px;
	width: 90%;
	margin: 40px auto 80px;
	justify-content: space-between;
}

section._02 .box_03 .item{
	width: 31%;
	padding: 40px 0;
	background: #9C9671;
}

section._02 .box_03 .item p{
	color: #fff;
	font-family: sans-serif;
	text-align: center;
}

section._02 .box_03 .item .p10{
	position: relative;
	font-size: clamp(10px, 10vw, 16px);
	letter-spacing: 0.1em;
}

section._02 .box_03 .item .p10::after{
	content: '';
	width: 30px;
	height: 1px;
	display: block;
	background: #fff;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}

section._02 .box_03 .item .p20{
	margin-top: 30px;
	font-size: clamp(10px, 10vw, 20px);
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

section._02 .box_04{
	padding: 40px 2.5vw;
	box-sizing: border-box;
	border: 1px solid #A4A597;
	justify-content: space-between;
}

section._02 .box_04 .item._l{
	width: 50%;
}

section._02 .box_04 .item._r{
	width: 46%;
}

section._02 .box_04 .p10{
	font-size: clamp(10px, 2vw, 14px);
	line-height: 2.5;
}

section._02 .imgbox._14{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

section._02 .imgbox._16{
	max-width: 400px;
	width: 90%;
	margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
	section._02{
		width: 80%;
		padding-bottom: 100px;
	}

	section._02 .p01{
		margin-top: 60px;
		font-size: clamp(10px, 5.5vw, 28px);
	}

	section._02 .p01 span{
	}

	section._02 .p01 img{
	}

	section._02 .p02{
		margin: 40px auto 30px;
		font-size: clamp(10px, 4.2vw, 20px);
		line-height: 1.8;
	}

	section._02 .p03{
		font-size: clamp(10px, 3.8vw, 20px);
	}

	section._02 .box{
		flex-direction: row;
	}

	section._02 .box_01{
	}

	section._02 .box_01 .item{
		width: 100%;
		height: auto;
	}

	section._02 .box_01 .item._l{
		margin-bottom: 30px;
	}

	section._02 .box_01 .item._r{
		padding-bottom: 30px;
	}

	section._02 .box_01 .item .p10{
		font-size: clamp(10px, 4.5vw, 22px);
	}

	section._02 .box_01 .item .p20{
		font-size: clamp(10px, 3.5vw, 16px);
	}

	section._02 .box_01 .item .p10._l{
	}

	section._02 .box_01 .imgbox._l{
	}

	section._02 .box_01 .imgbox._r{
		width: 85%;
	}

	section._02 .box_01 .imgnote{
	}

	section._02 .box_02{
		flex-direction: row;
	}

	section._02 .box_02 p{
	}

	section._02 .box_02 .p10{
		top: 1.2vw;
	}

	section._02 .box_02 .p10.for_1l{
	}

	section._02 .box_02 .p20{
		top: 8.2vw;
		font-size: clamp(10px, 3.2vw, 18px);
	}

	section._02 .box_02 .imgbox{
		width: 49%;
		margin-bottom: 2%;
	}

	section._02 .box_03{
		width: 100%;
		margin-top: 15px;
		flex-direction: row;
	}

	section._02 .box_03 .item{
		width: 32%;
	}

	section._02 .box_03 .item p{
		font-weight: bold;
	}

	section._02 .box_03 .item .p10{
		font-size: clamp(10px, 3vw, 16px);
	}

	section._02 .box_03 .item .p10::after{
		top: 28px;
	}

	section._02 .box_03 .item .p20{
		font-size: clamp(10px, 3.2vw, 20px);
	}

	section._02 .box_04{
		padding: 20px 2.5vw;
	}

	section._02 .box_04 .item._l{
		width: 100%;
		margin-bottom: 20px;
	}

	section._02 .box_04 .item._r{
		width: 100%;
	}

	section._02 .box_04 .p10{
	}

	section._02 .imgbox._14{
		width: 100%;
	}

	section._02 .imgbox._16{
		width: 100%;
		margin-top: 30px;
	}
}