@charset "utf-8";
img {
	width: 100%;
}
.w-1000 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.pageHeader {
	margin-top: 150px;
}
.pageHeader figure {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.sec01 {
	background: #ebeae5;
	margin-top: 4rem;
}
.sec-inner {
	padding: 4rem 0;
}
.ttl {
	max-height: 74px;
	margin: 0 auto 1rem;
	display: block;
}
.sec01 p {
	text-align: center;
	max-width: 500px;
	width: 80%;
	margin: 2rem auto;
	line-height: 1.5;
}
.sec01 .sec01-flex {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}
.sec01 .sec01-flex img:nth-child(1) {
	width: 40%;
}
.sec01 .sec01-flex img:nth-child(2) {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01-flex {
		flex-direction: column;
	}
	.sec01 .sec01-flex img:nth-child(1),
	.sec01 .sec01-flex img:nth-child(2) {
		width: 100%;
	}
}

.sec02 .sec02-flex {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}
.sec02 .sec02-flex:nth-child(even) {
	flex-direction: row-reverse;
}
.sec02 .sec02-flex div {
	max-width: 516px;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: start;
}
.sec02 .sec02-flex div img.caseTtl {
	max-width: 277px;
}
.sec02 .sec02-flex div h3 {
	font-size: 20px;
}
.sec02 .sec02-flex div p {
	line-height: 2;
}
.sec02 .sec02-flex figure {
	max-width: 420px;
}

@media screen and (max-width: 767px) {
	.sec02 .sec02-flex,
	.sec02 .sec02-flex:nth-child(even) {
		flex-direction: column;
	}
	.sec02 .sec02-flex div img.caseTtl {
		max-width: 180px;
	}
}

.sec03 {
	background: #ebeae5;
	margin-top: 4rem;
}
.sec03-scroll {
	overflow-x: scroll;
}
.sec03-scroll figure {
	display: flex;
	gap: 2rem;
	justify-content: flex-start;
	align-items: flex-start;
}
.sec03-scroll figure img {
	max-height: 840px;
}
.sec03 .attention {
	position: relative;
	display: block;
	width: fit-content;
	margin: 1rem auto;
	padding: 0 2rem;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #000;
}
.sec03 .attention:after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	border-bottom: #000 solid 1px;
	transform: rotate(45deg);
	bottom: 6px;
	right: -3px;
}

.sec04 p {
	font-size: 20px;
	text-align: center;
}

.sec04 .sec04-inner {
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-direction: column;
}
.sec04 .sec04-inner img {
	max-width: 500px;
}
.sec04 .sec04-inner figcaption {
	font-size: 12px;
	margin-top: 2rem;
}

.sec05 {
	background-color: #faeef0;
}
.sec05 .sec05-ttl {
	max-height: 164px;
}
.sec05 p.sub-ttl {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	text-align: center;
	margin: 4rem 0;
}
.sec05 .box-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.sec05 .box-wrap {
		grid-template-columns: 1fr;
	}
}
.sec05 .box {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #fff;
}
.sec05 .box::after {
	content: '';
	position: absolute;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	border: #e7d6aa 1px solid;
	place-self: center;
	inset: 0;
}
.sec05 .box .box-header {
	background-image: url(../img/box-bgimg.webp);
	background-size: cover;
	font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
	text-align: center;
	text-shadow: #000 2px 2px 3px;
	color: #e7d6aa;
	line-height: 1.3;
	padding: 2rem 0;
}
.sec05 .box .box-body {
	font-size: 14px;
	line-height: 1.5;
	padding: 2rem;
}
.sec05 .sec05-image,
.sec06 .sec06-inner {
	max-width: 700px;
	width: 90%;
	margin: 4rem auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.bottom-linkArea {
	background-color: #133359;
	padding: 4rem 0;
	width: 100%;
	text-align: center;
}

.bottom-linkArea a img {
	max-width: 350px;
}

a:hover {
	opacity: 0.5;
	transition: all ease 0.2ms;
}
/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 1120px) {
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
}
