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

	- content
	- page title
	- contents
		- section_01 ~ 04

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'ヒラギノ角ゴ', 'Arial', sans-serif !important;
	font-feature-settings: normal;
	overflow: hidden;
	color: #1a1a1a;
	font-weight: 500;
}

.kv-box figure {
	height: 430px;
}

.kv-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.kv-box figure {
		height: 61.33vw;
	}
}

/*----------------------------------------
	page title
-----------------------------------------*/

.page_ttl_area {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 1200px;
	margin: 100px auto 0;
	padding: 0 20px;
	gap: 32px;
}

.page_ttl_area .page_ttl {
	font-size: 3.2rem;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.page_ttl_area p:last-of-type {
	font-size: 1.8rem;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.page_ttl_area {
		padding: 0 5.33vw;
		margin-top: 13.6vw;
		gap: 6.1vw;
	}

	.page_ttl_area .page_ttl {
		font-size: 6.4vw;
		line-height: 1.8;
		text-align: left;
	}

	.page_ttl_area .page_ttl span {
		display: block;
	}

	.page_ttl_area p:last-of-type {
		font-size: 4vw;
	}
}

/*----------------------------------------
	contents
-----------------------------------------*/

#contents {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#contents {
		padding: 0 5.33vw;
	}
}

/*----------------------------------------
	section 共通
-----------------------------------------*/

section p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.section_ttl {
	font-weight: 500;
}

.section_ttl span:first-of-type {
	font-size: 2.8rem;
	letter-spacing: 0.03em;
}

.section_ttl span:nth-of-type(2) {
	margin-left: 10px;
}

.section_ttl span:not(:first-of-type) {
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.section_desc {
	font-size: 1.6rem;
	margin-top: 51px;
}

.box_ttl {
	font-size: 2.4rem;
	position: relative;
	padding-bottom: 12px;
	letter-spacing: 0.03em;
}

.box_ttl::before {
	content: "";
	position: absolute;
	top: 100%;
	width: 300px;
	height: 1px;
	background: #a6a9aa;
}

.item_ttl {
	font-size: 2.0rem;
}

.text_notes {
	font-size: 1.2rem;
	letter-spacing: 0.025em;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	section p {
		font-size: 3.73vw;
		line-height: 1.8;
	}

	.section_ttl span:first-of-type {
		font-size: 5.33vw;
	}

	.section_ttl span:nth-of-type(2) {
		margin-top: 1.86vw;
		margin-left: 0;
	}

	.section_ttl span:not(:first-of-type) {
		font-size: 4.26vw;
		display: block;
		line-height: 1.8;
	}

	.section_desc {
		font-size: 3.73vw;
		margin-top: 6.73vw;
		line-height: 1.8;
	}

	.box_ttl {
		font-size: 4.8vw;
		padding-bottom: 3.7vw;
		letter-spacing: 0.05em;
	}

	.box_ttl span {
		display: block;
	}

	.box_ttl::before {
		width: 37.4vw;
	}

	.item_ttl {
		font-size: 4.8vw;
	}

	.text_notes {
		font-size: 2.93vw;
		line-height: 1.8;
		letter-spacing: unset;
	}
}

/*----------------------------------------
	section_01
-----------------------------------------*/

.section_01 {
	position: relative;
	margin-top: 90px;
	padding: 80px 0 120px;
}

.section_01::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	left: 15.5vw;
	width: 100vw;
	height: 100%;
	background: #f3f5f5;
	z-index: -2;
}

.section_01 .box_01 {
	margin-top: 78px;
}

.section_01 .box_01 .box_item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 50px;
}

.section_01 .box_01 .box_item figure {
	padding: 33px 20px;
	background: #fff;
}

.section_01 .box_01 .text_notes {
	margin-top: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

.section_01 .box_01 .text_notes::before {
	content: "※";
	margin-right: 0.25em;
}

.section_01 .box_02 {
	margin-top: 81px;
}

.section_01 .box_02>p:nth-of-type(2) {
	margin-top: 44px;
}

.section_01 .box_02 .box_item p:nth-of-type(2) {
	margin-top: 22px;
}

.section_01 .box_02 .box_item:first-of-type {
	margin-top: 62px;
}

.section_01 .box_02 .box_item:nth-of-type(2) {
	display: flex;
	gap: 80px;
	margin-top: 62px;
}

.section_01 .box_02 .box_item figure {
	min-width: 404px;
	margin-top: 10px;
}

@media screen and (max-width: 1000px) {
	.section_01 .box_02 .box_item:nth-of-type(2) {
		gap: 40px;
	}

	.section_01 .box_02 .box_item figure {
		min-width: 48%;
	}
}

@media screen and (max-width: 768px) {
	.section_01 {
		margin-top: 13.76vw;
		padding: 13.86vw 0 21.33vw;
	}

	.section_01::before {
		left: 9.33vw;
	}

	.section_01 .box_01 {
		margin-top: 10vw;
	}

	.section_01 .box_01 .box_item {
		grid-template-columns: repeat(1, 1fr);
		gap: 9.6vw;
		margin-top: 8.3vw;
	}

	.section_01 .box_01 .box_item figure {
		padding: 6.4vw 0;
		border-image-source: linear-gradient(#fff, #fff);
		border-image-slice: 0 fill;
		border-image-outset: 0 100vw;
	}

	.section_01 .box_01 .text_notes {
		margin-top: 3vw;
	}

	.section_01 .box_02 {
		margin-top: 12.1vw;
	}

	.section_01 .box_02>p:nth-of-type(2) {
		margin-top: 6.1vw;
	}

	.section_01 .box_02 .box_item:first-of-type {
		margin-top: 10vw;
	}

	.section_01 .box_02 .box_item:nth-of-type(2) {
		flex-direction: column;
		gap: 5vw;
		margin-top: 10vw;
	}

	.section_01 .box_02 .box_item p:nth-of-type(2) {
		margin-top: 4.8vw;
	}

	.section_01 .box_02 .box_item p:nth-of-type(2) span {
		display: block;
	}

	.section_01 .box_02 .box_item figure {
		min-width: unset;
		margin-top: 3vw;
	}
}

/*----------------------------------------
	section_02
-----------------------------------------*/

.section_02 {
	margin-top: 160px;
}

.section_02 .box_01 {
	margin-top: 76px;
}

.section_02 .box_01 .box_item:first-of-type {
	margin-top: 42px;
}

.section_02 .box_01 .box_item .item_ttl {
	font-weight: 700;
}

.section_02 .box_01 .box_item figure {
	background: #f8f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 29px 20px 23px;
	margin-top: 9px;
}

.section_02 .box_01 .box_item:nth-of-type(2) {
	margin-top: 73px;
}

.section_02 .box_01 .box_item .text_notes {
	padding-left: 1.75em;
	text-indent: -1.75em;
}

.section_02 .box_01 .box_item .text_notes:nth-last-child(2)::before {
	content: "※1";
	margin-right: 0.25em;
}

.section_02 .box_01 .box_item .text_notes:last-of-type:before {
	content: "※2";
	margin-right: 0.25em;
}

.section_02 .box_01 .box_item .text_notes:nth-last-child(2) {
	margin-top: 13px;
}

@media screen and (max-width: 768px) {
	.section_02 {
		margin-top: 22.23vw;
	}

	.section_02 .box_01 {
		margin-top: 10.13vw;
	}

	.section_02 .box_01 .box_item:first-of-type {
		margin-top: 6.2vw;
	}

	.section_02 .box_01 .box_item .item_ttl {
		font-size: 4.26vw;
	}

	.section_02 .box_01 .box_item figure picture {
		width: 100%;
	}

	.section_02 .box_01 .box_item figure {
		padding: 6.4vw 0 1.06vw;
		margin-top: 2.9vw;
		margin-left: -1.33vw;
		border-image-source: linear-gradient(#f8f9f9, #f8f9f9);
		border-image-slice: 0 fill;
		border-image-outset: 0 100vw;
		width: 92vw;
	}

	.section_02 .box_01 .box_item:nth-of-type(2) {
		margin-top: 11.5vw;
	}

	.section_02 .box_01 .box_item .text_notes:nth-last-child(2) {
		margin-top: 3vw;
	}
}

/*----------------------------------------
	section_03
-----------------------------------------*/

.section_03 {
	position: relative;
	margin-top: 153px;
	padding: 80px 0 120px;
}

.section_03::before {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 15.5vw;
	width: 100vw;
	height: 100%;
	background: #f3f5f5;
	z-index: -2;
}

.section_03 .box_01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	margin-top: 77px;
}

.section_03 .box_01 .box_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section_03 .box_01 .box_item>div {
	margin-top: 44px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section_03 .box_01 .box_item figure {
	background: #fff;
	margin-top: 52px;
	padding: 34px 20px;
}

@media screen and (max-width: 1000px) {
	.section_03 .box_01 {
		gap: 40px;
	}
}

@media screen and (max-width: 768px) {
	.section_03 {
		margin-top: 21vw;
		padding: 13.33vw 0 21.33vw;
	}

	.section_03::before {
		right: 9.33vw;
	}

	.section_03 .box_01 {
		grid-template-columns: repeat(1, 1fr);
		gap: 11.6vw;
		margin-top: 10vw;
	}

	.section_03 .box_01 .box_item>div {
		margin-top: 7vw;
	}

	.section_03 .box_01 .box_item figure {
		margin-top: 7.5vw;
		padding: 6.4vw 0;
		border-image-source: linear-gradient(#fff, #fff);
		border-image-slice: 0 fill;
		border-image-outset: 0 100vw;
	}
}

/*----------------------------------------
	section_04
-----------------------------------------*/

.section_04 {
	margin-top: 160px;
}

.section_04 .box_01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	margin-top: 77px;
}

.section_04 .box_01 .box_item:first-of-type ul {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.section_04 .box_01 .box_item ul li br {
	display: none;
}

.section_04 .box_01 .box_item:first-of-type ul li {
	display: flex;
}

.section_04 .box_01 .box_item:first-of-type ul li::before {
	content: "・";
}

.section_04 .box_01 .box_item:first-of-type> :nth-child(2) {
	margin-top: 43px;
}

.section_04 .box_01 .box_item:last-of-type> :nth-child(2) {
	margin-top: 50px;
}

.section_04 .box_01 .box_item:nth-of-type(2) .text_notes {
	margin-top: 16px;
	padding-left: 1em;
	text-indent: -1em;
}

.section_04 .box_01 .box_item:nth-of-type(2) .text_notes::before {
	content: "※";
	margin-right: 0.25em;
}

@media screen and (max-width: 1000px) {
	.section_04 .box_01 {
		gap: 40px;
	}
}

@media screen and (max-width: 768px) {
	.section_04 {
		margin-top: 22.4vw;
	}

	.section_04 .box_01 {
		grid-template-columns: repeat(1, 1fr);
		gap: 8.8vw;
		margin-top: 10.13vw;
	}

	.section_04 .box_01 .box_item:first-of-type ul {
		font-size: 4.26vw;
		line-height: 1.8;
	}

	.section_04 .box_01 .box_item ul li br {
		display: block;
	}

	.section_04 .box_01 .box_item:first-of-type ul li::before {
		margin-right: 0.6vw;
	}

	.section_04 .box_01 .box_item:first-of-type> :nth-child(2) {
		margin-top: 7vw;
	}

	.section_04 .box_01 .box_item:last-of-type> :nth-child(2) {
		margin-top: 8.6vw;
	}

	.section_04 .box_01 .box_item:nth-of-type(2) .text_notes {
		margin-top: 2.6vw;
	}
}

/*----------------------------------------
	※※※ 埋め込み部分調整用 ※※※
-----------------------------------------*/
.l-banner-area.is-haseko {
    display: block;
}
