@charset "utf-8";
.contentsWrapper {
	background-color: #f7f6f6;
}
.simpleTopWrapper {
	height: 360px;
	background-color: #ffffff;
}
.topHeading {
	top: 192px;
}
.heading_large {
	padding-left: 13px;
}
.simpleCommonContents {
	background-color: #ffffff;
}
.cultureContents {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	padding-top: 71px;
	/* margin-right: -49px; */
	gap: 40px;
}
.cultureContents:nth-of-type(n + 2) {
	padding-top: 70px;
}
.cultureContents li {
	/* margin-bottom: 95px; */
	margin-bottom: 55px;
	width: 300px;
	position: relative;
	opacity: 0;
	transform: translateY(35px);
}
.cultureContents li:nth-of-type(n + 4) {
	/* margin-bottom: 70px; */
	margin-bottom: 29px;
}
.support__block:nth-of-type(2) .cultureContents li {
	/* margin-bottom: 66px; */
	margin-bottom: 27px;
}
.simpleCommonContents .commonWrapper {
	border-top: 5px solid #f39800;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: -50px;
}
.commonWrapper .cultureContents li.active,
.message.active {
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
	opacity: 1;
	transform: translateY(0);
}
.orderLabel {
	width: 66px;
	height: 66px;
	background: white;
	border: solid 2px #0fc8c9;
	border-radius: 50%;
	position: absolute;
	top: -19px;
	left: -23px;
}
.orderLabel img {
	position: absolute;
	top: -2px;
	left: -2px;
}
.orderLabel_number {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	/* font-size: 35px; */
	font-size: 37px;
	font-feature-settings: 'palt';
	color: #0fc8c9;
	text-align: center;
	/* margin-top: 22px; */
	margin-top: 21px;
}
.cultureInfo {
	width: 300px;
}
.cultureInfo h3 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #f39800;
	line-height: 1.6;
	letter-spacing: 0.08em;
	position: relative;
	margin-top: 12px;
	padding-left: 18px;
}
.cultureInfo h3::before {
	content: '';
	position: absolute;
	/* top: 0; */
	top: 4%;
	left: 0;
	/* height: 90%; */
	height: 85%;
	width: 5px;
	background-color: #f39800;
}
.cultureInfo p {
	text-align: justify;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	/* margin: 8px 2px 0; */
	margin: 9px 0.5px 0;
	line-height: 1.79;
	/* letter-spacing: 0.06em; */
	letter-spacing: 0.01em;
	font-feature-settings: 'palt';
}
/* image画像がない処理 */
.cultureContents li.noImage {
	padding-left: 59px;
	padding-top: 10px;
	width: 274px;
}
.cultureContents li.noImage .orderLabel {
	top: 12px;
}
.cultureContents li.noImage p {
	margin: 5px auto 0;
}
@media all and (-ms-high-contrast: none) {
	.cultureInfo p {
		margin: 0;
	}
	.cultureImg {
		padding-bottom: 13px;
	}
	.cultureInfo .caption h2::before {
		top: -10px;
	}
}

/* ====================================================
 タイトル
==================================================== */

.title__box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
}

.support__block:first-of-type {
	padding-top: 89px;
}
.support__block:nth-of-type(2) {
	padding-top: 85.5px;
}
/* .support__block:last-of-type {
	padding-top: initial;
} */
.support__block:nth-of-type(2) .title__box {
	justify-content: space-between;
}
.title__box-text {
	width: 45.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 34px;

	opacity: 0;
	transform: translateY(10%);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}

.title__box-text.active {
	opacity: 1;
	transform: translateY(0);
}

/* .title__box:nth-of-type(n + 2) .title__box-text { */
.support__block:nth-of-type(2) .title__box-text {
	width: 46.5%;
	align-items: flex-start;
}

.title__box-text h2 {
	font-size: 60px;
	letter-spacing: 0.25em;
	position: relative;
}

/* .title__box:nth-of-type(n + 2) .title__box-text h2 { */
.support__block:nth-of-type(2) .title__box-text h2 {
	letter-spacing: 0.17em;
}

.title__box-text h2::before {
	content: '';
	background: #f39800;
	/* width: 300%; */
	width: 50vw;
	height: 3px;
	position: absolute;
	bottom: -32%;
	right: 1%;
}

/* .title__box:nth-of-type(n + 2) .title__box-text h2::before { */
.support__block:nth-of-type(2) .title__box-text h2::before {
	left: -3%;
	right: initial;
}

.title__box-text p {
	font-size: 20px;
	letter-spacing: 0.88em;
	padding-left: 62px;
	color: #f39800;
}

/* .title__box:nth-of-type(n + 2) .title__box-text p { */
.support__block:nth-of-type(2) .title__box-text p {
	padding-left: 12px;
}

.title__box-img {
	width: 53.5%;
	padding-top: 9px;

	opacity: 0;
	transform: translateX(10%);
	transition: opacity 1.4s ease-out 0s, transform 1.4s ease-out 0s;
}

.title__box-img.active {
	opacity: 1;
	transform: translateY(0);
}

/* .title__box:nth-of-type(n + 2) .title__box-img { */
.support__block:nth-of-type(2) .title__box-img {
	width: 35%;
	padding-top: 12px;
	padding-left: 35px;
}

.message {
	background-color: #fefaf2;
	background-image: url(../img/support/footer_message.png);
	background-repeat: no-repeat;
	/* background-position: 660px 99%; */
	background-position: 660px bottom;
	position: relative;
	width: 1120px;
	padding: 72px 0 76px;
	/* margin-top: 55px; */
	margin-top: 92px;
	margin-bottom: 116px;
	margin-left: -70px;
	opacity: 0;
	transform: translateY(35px);
}

.message p {
	text-align: center;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-size: 26px;
	letter-spacing: 0.06em;
	font-weight: 900;
	line-height: 2.15;

	background-image: linear-gradient(90deg, rgba(244, 194, 0, 1), rgba(241, 151, 0, 1) 50%, rgba(234, 108, 0, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.message_doco_right {
	position: absolute;
	top: -27px;
	right: -49px;
}

.message_doco_left {
	position: absolute;
	bottom: -50px;
	left: -54px;
}

#breadcrumb {
	padding: 67px 0 29px 32px;
}

footer {
	margin: 0 auto;
}
