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

	headline_block

-----------------------------------*/
#headline_block h1::after {
	content: "PRODUCT";
}
/*-----------------------------------

	base

-----------------------------------*/
.contents {
	padding: 100px 0;
	position: relative;
}
.contents .ttlimg {
	width: 40.4vw;
	height: 320px;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.contents .ttlimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contents .contents_inner {
	max-width: none;
	width: calc(1200px + (50vw - 600px));
	background: #FFF;
	border-radius: 50px 0 0 50px;
	padding: 120px calc(50vw - 500px) 120px 100px;
	margin: 0 0 0 auto;
}
.contents h2 {
	display: inline-block;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 210px;
}
.contents h2::after {
	content: "";
	width: 100%;
	height: 6px;
	background: #59C8F2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contents .inner:not(:last-child) {
	margin-bottom: 80px;
}
.contents h3 {
	font-size: 26px;
	font-weight: 700;
	padding-left: 25px;
	position: relative;
	margin-bottom: 40px;
}
.contents h3::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #59C8F2;
	position: absolute;
	top: 10px;
	left: 0;
}
.explain_txt {
	margin-top: -50px;
	margin-bottom: 53px !important;
}
.explain_txt h3 {
	margin-bottom: 10px;
}
.contents .contents_list {
	width: 1100px;
}
.contents .row_box > * {
	width: 48%;
}
.contents .row_box > * .image {
	width: 100%;
	border: 1px solid #D5D0C9;
	border-radius: 20px;
	overflow: hidden;
}
.contents .row_box > * .ttl {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}
.contents .row_box > * p {
	font-size: 16px;
	margin-top: 5px;
}
.contents .box {
	border-radius: 20px;
	overflow: hidden;
	background: #F7F1E7;
}
.contents .box .ttlArea {
	background: #59C8F2;
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding: 27px 20px;
}
.contents .box .contArea {
	padding: 40px;
}
.contents .box .contArea ul {
	justify-content: center;
	gap: 20px 4%;
}
.contents .box .contArea ul li {
	width: max-content;
}
.contents .box .contArea .no {
	font-size: 50px;
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	line-height: 1;
}
.contents .box .contArea .no span {
	font-size: 30px;
	margin-right: 10px;
}
.contents .box .contArea ul li p {
	text-align: center;
}
@media screen and (max-width: 1250px) {
	.contents .contents_inner {
		width: 95vw;
		padding: 120px calc(5vw + 80px) 120px 80px;
	}
	.contents .contents_list {
		width: 100%;
	}
}
@media screen and (max-width: 840px) {
	.contents {
		padding: 80px 0;
	}
	.contents .ttlimg {
		height: 280px;
	}
	.contents .contents_inner {
		padding: 100px calc(5vw + 50px) 100px 50px;
	}
	.contents h2 {
		font-size: 34px;
		margin-bottom: 100px;
	}
	.contents .inner:not(:last-child) {
		margin-bottom: 60px;
	}
	.contents .row_box {
		gap: 40px;
	}
	.contents .row_box > * {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.contents {
		padding: 50px 0;
	}
	.contents .ttlimg {
		width: 58vw;
		height: 160px;
		border-radius: 25px 0 0 25px;
	}
	.contents .contents_inner {
		border-radius: 25px 0 0 25px;
		padding: 60px calc(5vw + 20px) 60px 20px;
	}
	.contents h2 {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.contents h2::after {
		width: 100%;
		height: 4px;
	}
	.contents .inner:not(:last-child) {
		margin-bottom: 40px;
	}
	.contents h3 {
		font-size: 18px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.contents h3::before {
		width: 14px;
		height: 14px;
		top: 7px;
	}
	.contents .row_box {
		gap: 30px;
	}
	.explain_txt {
		margin-top: -30px;
		margin-bottom: 40px !important;
	}
	.contents .row_box > * .image {
		border-radius: 10px;
	}
	.contents .row_box > * .ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contents .row_box > * p {
		font-size: 14px;
		margin-top: 5px;
	}
	.contents .box {
		border-radius: 10px;
	}
	.contents .box .ttlArea {
		font-size: 18px;
		padding: 15px;
	}
	.contents .box .contArea {
		padding: 20px;
	}
	.contents .box .contArea ul {
		justify-content: flex-start;
		gap: 15px 4%;
	}
	.contents .box .contArea .no {
		font-size: 28px;
	}
	.contents .box .contArea .no span {
		font-size: 16px;
	}
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	margin-bottom: 120px;
}
#intro_block p {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	#intro_block {
		margin-bottom: 60px;
	}
	#intro_block p {
		font-size: 16px;
	}
}
/*-----------------------------------

	iwanuma_block

-----------------------------------*/
/*#iwanuma_block .inner:nth-of-type(2) .row_box p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
#iwanuma_block .inner:nth-of-type(2) .row_box p:first-child {
	margin-bottom: 80px;
	position: relative;
}
#iwanuma_block .inner:nth-of-type(2) .row_box p:first-child::after {
	content: "";
	width: 62px;
	height: 40px;
	background: #59C8F2;
	clip-path: polygon(20% 50%, 20% 0, 80% 0, 80% 50%, 100% 50%, 50% 100%, 0 50%);
	position: absolute;
	top: calc(100% + 20px);
	left: calc(50% - 31px);
}
#iwanuma_block .inner:nth-of-type(2) .row_box p.copy {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #59C8F2;
}
@media screen and (max-width: 640px) {
	#iwanuma_block .inner:nth-of-type(2) .row_box p {
		font-size: 16px;
	}
	#iwanuma_block .inner:nth-of-type(2) .row_box p:first-child {
		margin-bottom: 60px;
	}
	#iwanuma_block .inner:nth-of-type(2) .row_box p:first-child::after {
		width: 50px;
		height: 32px;
		top: calc(100% + 15px);
		left: calc(50% - 25px);
	}
	#iwanuma_block .inner:nth-of-type(2) .row_box p.copy {
		margin-top: 15px;
		font-size: 18px;
	}
}*/