@charset "UTF-8";
/* ---------------------------------------
    アフターサポート
-----------------------------------------*/
/* sec_belief
--------------------------------*/
#sec_belief {
	padding: 11rem 0 0;
	border-top: 1px solid rgba(122, 120, 117, 0.4);
}
#sec_belief .belief_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_belief .belief_list {
		display: block;
	}
}
#sec_belief .belief_list .item {
	display: flex;
	justify-content: center;
	width: 29.2rem;
	height: 29.2rem;
	color: #FFF8F6;
	padding: 4.8rem 2rem;
	border: 1px solid #7A7875;
	border-radius: 50%;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_belief .belief_list .item {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 0 1.2rem;
		border: none;
	}
	#sec_belief .belief_list .item + .item {
		margin-top: 1.4rem;
	}
}
#sec_belief .belief_list .item .ttl {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	#sec_belief .belief_list .item .ttl {
		display: flex;
		align-items: center;
		font-size: 1.5rem;
		line-height: 1.7333333333;
		letter-spacing: 0;
		padding: 0 0.8rem;
	}
}
#sec_belief .belief_list .item .ttl .num {
	display: block;
	font-style: italic;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.02em;
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_belief .belief_list .item .ttl .num {
		font-size: 1.8rem;
		margin-bottom: 0;
		margin-right: 1.6rem;
	}
}
#sec_belief .belief_list .item .txt {
	text-align: center;
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_belief .belief_list .item .txt {
		text-align: left;
		padding: 0 0.8rem;
		margin-top: 1.6rem;
	}
}
#sec_belief .belief_list .item .txt_en {
	position: absolute;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_belief .belief_list .item .txt_en {
		display: flex;
		align-items: center;
		gap: 0 0.8rem;
		position: relative;
		color: #7A7875;
		font-family: "Source Sans 3", sans-serif;
		font-style: italic;
		font-weight: 300;
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 0.02em;
		margin-top: 1.6rem;
	}
	#sec_belief .belief_list .item .txt_en::before {
		content: "";
		flex: 1;
		height: 1px;
		background-color: rgba(122, 120, 117, 0.4);
	}
}
@media screen and (min-width: 768px) {
	#sec_belief .belief_list .item .txt_en._01 {
		width: 6.9rem;
		bottom: 0.3rem;
		right: 3.8rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_belief .belief_list .item .txt_en._02 {
		width: 8.1rem;
		bottom: 0.3rem;
		right: 3.1rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_belief .belief_list .item .txt_en._03 {
		width: 11.8rem;
		bottom: 0;
		right: 1.6rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_belief .belief_list .item .txt_en._04 {
		width: 12.1rem;
		bottom: 0;
		right: 1.5rem;
	}
}

/* sec_thoughts
--------------------------------*/
#sec_thoughts {
	padding: 12rem 0 14.6rem;
}
@media screen and (max-width: 767px) {
	#sec_thoughts {
		padding: 4.8rem 0 5.6rem;
	}
}
#sec_thoughts .inner {
	display: flex;
	align-items: center;
	gap: 0 10.4rem;
	padding-left: 10.5rem;
	margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
	#sec_thoughts .inner {
		display: block;
		padding-left: 0;
		margin-top: 5.6rem;
	}
}
#sec_thoughts .inner .img {
	width: 41.6rem;
}
@media screen and (max-width: 767px) {
	#sec_thoughts .inner .img {
		width: 21.4rem;
		margin: 0 auto;
	}
}
#sec_thoughts .inner .txt_wrap {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_thoughts .inner .txt_wrap {
		margin-top: 4.8rem;
	}
}

/* sec_attitude
--------------------------------*/
#sec_attitude {
	padding: 12rem 0 14.6rem;
	border-top: 1px solid rgba(122, 120, 117, 0.4);
}
@media screen and (max-width: 767px) {
	#sec_attitude {
		padding: 4.8rem 0 5.6rem;
	}
}
#sec_attitude .inner {
	display: flex;
	align-items: center;
	gap: 0 10.4rem;
	padding-left: 10.5rem;
	margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
	#sec_attitude .inner {
		display: block;
		padding-left: 0;
		margin-top: 5.6rem;
	}
}
#sec_attitude .inner .img {
	width: 41.6rem;
}
@media screen and (max-width: 767px) {
	#sec_attitude .inner .img {
		width: 21.4rem;
		margin: 0 auto;
	}
}
#sec_attitude .inner .txt_wrap {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_attitude .inner .txt_wrap {
		margin-top: 4.8rem;
	}
}

/* sec_support
--------------------------------*/
#sec_support {
	position: relative;
	height: 100vh;
	height: 100lvh;
}
#sec_support .support_contents {
	position: sticky;
	top: 0;
	height: 100vh;
	height: 100lvh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#sec_support .support_contents .wrap {
	position: relative;
	width: 100%;
	max-width: inherit;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	padding: 5rem 0;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .wrap {
		height: 100%;
		max-height: 76.4rem;
		flex-direction: column;
		gap: 3.2rem 0;
		padding: 8rem 0.9rem 5rem 6.3rem;
	}
}
#sec_support .support_contents .num_wrap {
	width: 3.5rem;
	height: calc(100% - 10rem);
	position: absolute;
	left: calc(50% - 64rem);
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .num_wrap {
		width: 5.1rem;
		left: 0;
	}
}
#sec_support .support_contents .num_wrap::before {
	content: "";
	width: 1px;
	height: calc(100% - 9.6rem);
	background-color: #FFF8F6;
	position: absolute;
	left: calc(50% - 1px);
	top: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .num_wrap::before {
		height: calc(100% - 6.4rem);
		top: 3.2rem;
	}
}
#sec_support .support_contents .num_wrap .num {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.02em;
	position: absolute;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .num_wrap .num {
		font-size: 2.4rem;
	}
}
#sec_support .support_contents .num_wrap .num span {
	display: block;
}
#sec_support .support_contents .num_wrap .num .current span {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
#sec_support .support_contents .contents_txt {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 59.2rem;
	height: 100%;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .contents_txt {
		display: block;
		width: 100%;
		max-width: inherit;
		flex: 0 0 auto;
		height: auto;
		min-height: 31rem;
	}
}
#sec_support .support_contents .contents_txt .txt_wrap {
	width: 100%;
	max-width: 41.6rem;
	position: absolute;
	opacity: 0;
	transition: opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .contents_txt .txt_wrap {
		max-width: inherit;
	}
}
#sec_support .support_contents .contents_txt .txt_wrap.is-show {
	opacity: 1;
}
#sec_support .support_contents .contents_txt .txt_wrap .ttl {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5833333333;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .contents_txt .txt_wrap .ttl {
		font-size: 1.8rem;
		line-height: 1.6111111111;
		margin-bottom: 1.6rem;
	}
}
#sec_support .support_contents .contents_txt .txt_wrap .txt {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .contents_txt .txt_wrap .txt {
		margin-top: 1.6rem;
	}
}
#sec_support .support_contents .contents_img {
	width: calc(50% - 8.8rem);
	aspect-ratio: 632/554;
	position: relative;
	display: flex;
	gap: 3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .contents_img {
		width: 100%;
		flex: 1;
		max-height: 31.6rem;
		gap: 1.2rem;
	}
}
#sec_support .support_contents .contents_img .main_img {
	position: relative;
	width: calc(50% + 10rem);
	height: 100%;
}
@media screen and (max-width: 767px) {
	#sec_support .support_contents .contents_img .main_img {
		width: 23.7rem;
	}
}
#sec_support .support_contents .contents_img .main_img .img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 1s ease;
}
#sec_support .support_contents .contents_img .main_img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}
#sec_support .support_contents .contents_img .main_img .img.is-show {
	opacity: 1;
}

/* sec_example
--------------------------------*/
#sec_example {
	padding: 17rem 0;
}
@media screen and (max-width: 767px) {
	#sec_example {
		padding: 4.8rem 0;
	}
}
#sec_example .wrap {
	max-width: 104.8rem;
}
#sec_example .block + .block {
	margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
	#sec_example .block + .block {
		margin-top: 5.6rem;
	}
}
#sec_example .block .block_ttl {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
#sec_example .block .example_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.8rem;
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	#sec_example .block .example_list {
		grid-template-columns: 1fr;
		gap: 2.4rem 0;
		margin-top: 3.2rem;
	}
}
#sec_example .block .example_list .item .ttl {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_example .block .example_list .item .ttl {
		font-size: 1.5rem;
		line-height: 1.8666666667;
		margin-top: 1.2rem;
	}
}
#sec_example .block .example_list .item .sub {
	color: #615F5C;
	font-size: 1.4rem;
	line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
	#sec_example .block .example_list .item .sub {
		font-size: 1.3rem;
		line-height: 1.6923076923;
	}
}
#sec_example .block .example_list .item .txt {
	font-size: 1.4rem;
	line-height: 1.7857142857;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#sec_example .block .example_list .item .txt {
		font-size: 1.3rem;
		line-height: 1.6923076923;
		margin-top: 0.8rem;
	}
}

/* sec_other
--------------------------------*/
#sec_other {
	padding: 6.4rem 0 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_other {
		padding: 3.2rem 0 4rem;
	}
}
#sec_other .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_other .wrap {
		flex-direction: column;
		gap: 1.6rem 0;
	}
}
#sec_other .wrap .btn a {
	min-width: 38.4rem;
	min-height: 12.4rem;
	background: none;
	border-color: #D0CDCC;
}
@media screen and (max-width: 767px) {
	#sec_other .wrap .btn a {
		min-width: inherit;
		width: 100%;
		min-height: 10.8rem;
	}
}
#sec_other .wrap .btn a .arw {
	border-color: #7A7875;
}
#sec_other .wrap .btn a .arw::before {
	background-color: #7A7875;
}