@charset "utf-8";

:root {
	--vw: 1vw;
	--vh: 1vh;

	--main-font-color: #000;
	--main-color: var(--orange);

	--orange: #f08700;
	--blue: #428bcb;
	--dark-blue: #114573;
	--green: #1da109;
	--dark-green: #135508;


	--font-main: YakuHanJPs, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "メイリオ", "Meiryo", "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs;
	--font-maru: YakuHanRPs;
}

#wrapper {
	padding-top: 4.4rem;
}

:where(picture, figure) {
	display: block;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
header
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4.4rem;
	background: #fff;
	padding: 0 1.7rem;
	display: flex;
	align-items: center;
	z-index: 50;
	border-bottom: 1px solid #d9d7d6;
}

.header_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo {
	width: 13.3rem;
	position: relative;
	top: -0.4rem;
}

.header_cta_sp {
	display: flex;
	gap: 1.4rem;
}

.header_contact_btn,
.header_tel_btn {
	width: 2.5rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mv {
	background: #f8f8f8;
	padding-bottom: 3rem;
}

.mv_contact_btn {
	--triangle-size: 0.7rem;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	color: #fff;
	position: relative;
	width: 25.8rem;
	background: var(--blue);
	border-radius: 10rem;
	height: 3.4rem;
	box-shadow: 0 0.3rem 0 var(--dark-blue);
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 1.5rem auto 0;
}

.mv_contact_btn:before,
.mv_contact_btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: var(--triangle-size);
	aspect-ratio: 14 / 20;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.mv_contact_btn:before {
	right: 1.4rem;
	z-index: -1;
	background: var(--blue);
}

.mv_contact_btn:after {
	right: 1.2rem;
	z-index: -2;
	background: #fff;
}

.mv_hosoku {
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	line-height: calc(25/18);
	margin-top: 2.2rem;
	padding: 0 2.2rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
voice
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.voice {
	background: #f5f5ed url(../images/voice_bg_sp.jpg) center top / 100% no-repeat;
	padding: 3.3rem 0 3.6rem;
}

.voice_ttl {
	width: 30.4rem;
	margin: 0 auto;
}

.m_card {
	box-shadow: 0px 0px 1.4rem -0.4rem rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 1rem;
	padding: 1.7rem 1.4rem;
}

.m_card_tags {
	display: flex;
	gap: 0.3rem;
	flex-wrap: wrap;
}

.m_card_tags li {
	background: #f5f5ed;
	font-size: 0.85rem;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 0.2rem 0.5rem;
	font-weight: 500;
}

.m_card_ttl {
	font-size: 1.34rem;
	letter-spacing: -0.02em;
	line-height: calc(39/27);
	font-weight: 700;
	margin-top: 0.8rem;
}

.m_card_ttl span {
	color: var(--orange);
}

.m_card_img {
	display: block;
	margin-top: 1.1rem;
}

.m_card_data {
	margin-top: 1.5rem;
	display: flex;
	gap: 1rem;
}

.m_card_data dt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #594f46;
	color: #fff;
	width: 1.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	letter-spacing: 0;
}

.m_card_data dd {
	flex: 1;
}

.m_card_data_catch {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: calc(33/24);
}

.m_card_data_txt {
	margin-top: 0.5rem;
	font-weight: 600;
	line-height: calc(27/20);
	letter-spacing: 0.05em;
	font-size: 1rem;
}

.m_card_data:nth-of-type(2) dt {
	background: var(--orange);
}

.m_card_data:nth-of-type(2) .m_card_data_catch {
	color: var(--orange);
}

.voice_slider {
	margin: 2rem -2.2rem 0;
	overflow: visible;
	--arrow-position: 3rem;
}

.voice_slider .swiper-slide {
	transition: 0.5s;
	width: 26.5rem;
		height: auto;
	display: flex;
	align-items: center;
}
.voice_slider .swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.87);
	opacity: 0.4;
}

.voice_slider :is(.swiper-button-next-original, .swiper-button-prev-original) {
	width: 3.4rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	background: url(../images/slider_arrow_sp.png) center / 100% no-repeat;
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.voice_slider .swiper-button-prev-original {
	left: var(--arrow-position);
	transform: translateY(-50%) rotate(180deg);
}

.voice_slider .swiper-button-next-original {
	right: var(--arrow-position);
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
intro
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.intro {
	padding: 3.3rem 0 3.5rem;
}

.intro_ttl {
	width: 25.8rem;
	display: block;
	margin: 0 auto;
}

.intro_catch {
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	margin-top: 2.9rem;
	text-align: center;
}

.intro_slider {
	display: flex;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	--speed: 60s;
	--gap: 3rem;
	margin-top: 2.6rem;
}

.intro_slider+.intro_slider {
	margin-top: 2.4rem;
--speed: 53.6s;
}

.all_images_loaded .intro_slider_item:first-child {
	-webkit-animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
	animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.intro_slider_item {
	display: flex;
	width: auto;
	gap: var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.all_images_loaded .intro_slider_item {
	-webkit-animation: loop2 var(--speed) linear infinite;
	animation: loop2 var(--speed) linear infinite;
}

.intro_slider_item figure img {
	display: block;
	width: auto;
	height: 1.6rem;
}

@-webkit-keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
support
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.support {
	background: #f5f5ed;
	padding-bottom: 4rem;
}

.support_head {
	background: linear-gradient(230deg, rgba(240, 135, 0, 1) 0%, rgba(255, 160, 38, 1) 97%);
	padding: 4.1rem 0 4.2rem;
}

.support_ttl {
	width: 29rem;
	margin: 0 auto;
}

.support_img {
	display: block;
	margin: 0 -2.2rem;
}

.support_points {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	margin-top: 2.2rem;
}

.support_point {
	--head-bg: #f0c44f;
	background: #ffffff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.support_point:nth-of-type(2) {
	--head-bg: #f6af2f;
}

.support_point:nth-of-type(3) {
	--head-bg: #ffa52b;
}

.support_point:nth-of-type(4) {
	--head-bg: #f08700;
}

.support_point_ttl {
	background: var(--head-bg);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	padding: 0.3rem 0;
}

.support_point_body {
	padding: 0.5rem 1.6rem 1.1rem;
	min-height: 12.2rem;
}

.support_point_catch {
	font-size: 1.2rem;
	text-align: center;
	line-height: calc(32/25);
	font-weight: 600;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid #000;
	letter-spacing: 0.02em;
}

.support_point_txt {
	font-size: 1rem;
	font-weight: 600;
	line-height: calc(31/20);
	letter-spacing: 0;
	margin-top: 0.4rem;
}

.support_cost_ttl {
	margin: 3.9rem auto 0;
	width: 25rem;
}


.support_cost_list {
	--gap-col: 0.5rem;
	--gap-row: 0.5rem;
	--col: 4;

	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	justify-content: center;
}

.support_cost_list li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
}

.support_cost_list li img {
	border-radius: 0.5rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
digital
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.digital {
	padding: 3.4rem 0 0;
}

.digital_ttl {
	margin: 0 auto;
	width: 22.5rem;
}

.digital_img {
	display: block;
	margin: 1.7rem -2.2rem 0;
}

.digital_sub_ttl {
	margin: 4.1rem auto 0;
	width: 26.5rem;
}


.digital_steps {
	margin-top: 1.5rem;
	--gap-col: 0.7rem;
	--gap-row: 1.2rem;
	--col: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--gap-row) var(--gap-col);
}

.digital_step {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	background: #f6f6f6;
	border-radius: 0.5rem;
	padding: 0.7rem 0.8rem;
	--step-color: #f0c34d;
	--clip: polygon(0% 0%, calc(100% - 0.6rem) 0%, 100% 50%, calc(100% - 0.6rem) 100%, 0% 100%);
}

.digital_step:nth-of-type(2) {
	--step-color: #f5b437;
}

.digital_step:nth-of-type(3) {
	--step-color: #fb9f18;
}

.digital_step:nth-of-type(4) {
	--step-color: #fe9508;
}

.digital_step:nth-of-type(5) {
	--step-color: #f08700;
	--clip: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}

.digital_step_en {
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background: var(--step-color);
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-clip-path: var(--clip);
	clip-path: var(--clip);
}

.digital_step_img {
	display: block;
	margin-top: 0.5rem;
}

.digital_step_txt {
	font-weight: 600;
	line-height: calc(26/20);
	font-size: 1rem;
	text-align: center;
	margin-top: 0.8rem;
	min-height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.01em;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
reason
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.reason {
	padding: 3.8rem 0 0;
	position: relative;
	z-index: 10;
}

.reason_ttl {
	width: 17.4rem;
	margin: 0 auto;
}


.reason_table_scroll {
	margin-top: 1.2rem;
}

.reason_table {
	display: block;
}

.reason_table :is(td, th) {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

.reason_table tr {
	display: grid;
	grid-template-columns: 10.2rem repeat(3, 1fr);
}

.reason_table thead,
.reason_table tbody {
	display: block;
}

.reason_table thead th {
	display: flex;
	align-items: flex-end;
	font-size: 1.4rem;
}

.reason_table thead th span {
	background: #dcdcc9;
	display: block;
	width: 100%;
	text-align: center;
	padding: 1rem 0;
}

.reason_table thead th:nth-of-type(2) span {
	background: var(--orange);
	color: #fff;
	border-radius: 1rem 1rem 0 0;
	height: 100%;
	padding: 1.4rem 0;
}

.reason_table thead th:nth-of-type(n+3) span {
	border-right: 1px solid #e9e9d9;
}

.reason_table thead th:last-of-type span {
	border-radius: 0 1rem 0 0;
	border-right: 0;
}

.reason_table tbody :is(td, th) {
	isolation: isolate;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0.67rem 0.5rem;
}

.reason_table tbody th {
	color: #fff;
	background: #594f46;
	font-size: 1.3rem;
	border-bottom: 1px solid #fff;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 0.01em;
}

.reason_table tbody td {
	background: #f7f7f2;
	border-bottom: 1px solid #eaeadb;
	font-size: 1.2rem;
}

.table_hosoku {
	font-size: 0.8rem;
	margin-top: 0.4rem;
}

.reason_table tbody td:first-of-type {
	position: relative;
	background: #fff;
	border-bottom-color: var(--orange);
	font-size: 1.4rem;
	color: var(--orange);
}

.reason_table tbody td:first-of-type:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-left: 3px solid var(--orange);
	border-right: 3px solid var(--orange);
}

.reason_table tbody td:nth-of-type(n+2) {
	border-right: 1px solid #eaeadb;
	;
}

.reason_table tbody td:last-of-type {
	border-right: 0;
}

.reason_table tbody tr:last-of-type th {
	position: relative;
	isolation: isolate;
	background: none;
	border-bottom: 0;
}

.reason_table tbody tr:last-of-type th:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #594f46;
	border-radius: 0 0 0 1rem;
}

.reason_table tbody tr:last-of-type td {
	border-bottom: 0;
}

.reason_table tbody tr:last-of-type td:first-of-type:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 0.9rem);
	z-index: -1;
	border-left: 3px solid var(--orange);
	border-right: 3px solid var(--orange);
	border-bottom: 3px solid var(--orange);
	border-radius: 0 0 1rem 1rem;
	background: #fff;
}

.reason_table tbody tr:last-of-type td:last-of-type {
	background: none;
	position: relative;
}

.reason_table tbody tr:last-of-type td:last-of-type:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #f7f7f2;
	border-radius: 0 0 1rem 0;
}

.reason_table tbody img {
	width: 1.7rem;
	display: block;
	margin: 0 auto;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
strong
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.strong {
	padding: 12.5rem 0 4.9rem;
	margin-top: -9rem;
	position: relative;
	z-index: 5;
	/* overflow: hidden; */
	isolation: isolate;
}

.strong:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 114%;
	z-index: -1;
	transform: skewY(-17deg);
	background: linear-gradient(230deg, rgba(240, 135, 0, 1) 0%, rgba(255, 160, 38, 1) 97%);
}

.strong_ttl {
	width: 18.8rem;
	margin: 0 auto;
}


.strong_block {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

.strong_item {
	overflow: hidden;
	border-radius: 0.5rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contact
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact {
	padding: 4.5rem 0;
	background: url(../images/contact_bg_sp.jpg) center / cover no-repeat;
	position: relative;
	z-index: 10;
}

.contact_ttl {
	width: 17.1rem;
	margin: 0 auto;
}

.contact_btn {
	--triangle-size: 0.7rem;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	color: #fff;
	position: relative;
	width: 25.8rem;
	background: var(--green);
	border-radius: 10rem;
	height: 3.4rem;
	box-shadow: 0 0.3rem 0 var(--dark-green);
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0.5rem auto 0;
}

.contact_btn:before,
.contact_btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: var(--triangle-size);
	aspect-ratio: 14 / 20;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.contact_btn:before {
	right: 1.4rem;
	z-index: -1;
	background: var(--green);
}

.contact_btn:after {
	right: 1.2rem;
	z-index: -2;
	background: #fff;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
problem
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.problem {
	padding: 3.6rem 0 0;
}

.problem_ttl {
	width: 28.6rem;
	margin: 0 auto;
}

.problem_questionnaire {
	display: grid;
	gap: 3.5rem;
	margin-top: 2.7rem;
}

.problem_questionnaire_item_ttl {
	width: 28.5rem;
	margin: 0 auto;
}

.problem_questionnaire_item_img {
	width: 29rem;
	margin: 1.8rem auto 0;
}

.problem_miss {
	margin-top: 3.5rem;
	border-radius: 1rem;
	overflow: hidden;
}

.problem_ba {
	margin: 3.5rem -2.2rem 0;
	background: url(../images/problem_bg_sp.jpg) center bottom / 100% no-repeat;
}

.problem_ba_ttl {
	width: 26.2rem;
	margin: 0 auto;
}

.problem_ba_img {
	margin-top: 2.5rem;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
solution
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.solution {
	position: relative;
	padding: 3.7rem 0 3.6rem;
	isolation: isolate;
	z-index: 10;
}

.solution:before {
	--clip: polygon(0 0, 100% 0%, 100% calc(100% - 2.5rem), 50% 100%, 0 calc(100% - 2.5rem));
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(230deg, rgba(240, 135, 0, 1) 0%, rgba(255, 160, 38, 1) 97%);
	-webkit-clip-path: var(--clip);
	clip-path: var(--clip);
}

.solution_ttl {
	margin: 0 -2.2rem;
}

.solution_ttl picture {
	width: 35rem;
	margin: 0 auto;
}

.solution_img {
	border-radius: 1rem;
	overflow: hidden;
	margin-top: 2.2rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
plan
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.plan {
	position: relative;
	z-index: 9;
	background: #f5f5ed;
	margin-top: -2.5rem;
	padding: 6.2rem 0 4rem;
}

.plan_ttl {
	width: 11.5rem;
	margin: 0 auto;
}

.plan_slider {
	margin-top: 1.5rem;
	overflow: visible;
	--arrow-position: -0.3rem;
	width: 23.7rem;
}
.plan_slider .swiper-slide {
	transition: 0.5s;
		height: auto;
	display: flex;
	align-items: center;
	padding: 0 1.2rem;
}
.plan_slider :is(.swiper-button-next-original, .swiper-button-prev-original) {
	width: 2rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	background: url(../images/slider_arrow_sp.png) center / 100% no-repeat;
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.plan_slider .swiper-button-prev-original {
	left: var(--arrow-position);
	transform: translateY(-50%) rotate(180deg);
}

.plan_slider .swiper-button-next-original {
	right: var(--arrow-position);
}

.plan_slider .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}

.plan_catch {
	width: 100%;
	margin-top: 2.7rem;
}

.m_plan {
	box-shadow: 0.7rem 0.7rem 0.6rem 0 rgba(0,0,0,0.07);
	background: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.m_plan_body {
	padding-bottom: 0.5rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.sv {
	background: #f8f8f8;
	padding-bottom: 3.2rem;
}

.sv_inner {
	padding: 0 2.2rem;
}

.sv_txt {
	font-size: 0.84rem;
	letter-spacing: 0.01em;
	margin-top: 2rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
faq
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.faq {
	padding: 4.3rem 0 4rem;
}

.faq_ttl {
    width: 16.2rem;
    margin: 0 auto 1.1rem;
}

.faq_box+.faq_box {
	margin-top: 1.5rem;
}

.faq_sub_ttl {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
	text-align: center;
}

.m_faq {
	border-top: 1px solid #000;
	padding: 0 1.5rem;
}

.m_faq:last-of-type {
	border-bottom: 1px solid #000;
}

.m_faq_head {
	position: relative;
	padding: 1.3rem 2rem 1.3rem 1.6rem;
	cursor: pointer;
}

.m_faq_head:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 1rem;
	aspect-ratio: 20/26;
	z-index: 1;
	background: url(../images/faq_q.png) center / 100% no-repeat;
}

.m_faq_head:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0.7rem;
	width: 0.9rem;
	aspect-ratio: 18/11;
	background: url(../images/faq_arrow.png) center / 100% no-repeat;
	z-index: 1;
	transform: translateY(-25%);
	transition: 0.5s;
}

.m_faq.on .m_faq_head:after {
	transform: translateY(-25%) rotate(180deg);
}

.m_faq_ttl {
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 1.3;
	color: var(--orange);
	letter-spacing: 0.03em;
}

.m_faq_body {
	position: relative;
	padding: 0.1rem 0 2rem 1.6rem;
	display: none;
}

.m_faq_body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 1rem;
	aspect-ratio: 20/26;
	z-index: 1;
	background: url(../images/faq_a.png) center / 100% no-repeat;
}

.m_faq_body :is(ul, ol, p)+ :is(ul, ol, p) {
	margin-top: 0.6em;
}

.m_faq_body p {
	font-size: 1rem;
	line-height: 1.5;
}

.m_faq_body a {
	color: #e33451;
}

.m_faq_body ol {
	counter-reset: faq;
}

.m_faq_body ol li {
	counter-increment: faq;
	position: relative;
	padding: 0 0 0 1.3em;
	font-size: 1rem;
	line-height: 1.5;
}

.m_faq_body ol li:before {
	content: counter(faq) '.';
	font-size: 1rem;
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 96.3%;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer_certification {
	padding: 3.6rem 0 2.1rem;
	display: flex;
	justify-content: center;
	gap: 0.7rem;
}

.footer_certification_item {
	width: 3.9rem;
}

.footer_certification_item02 {
	width: 5.4rem;
}

.footer_bottom {
	background: #594f46;
	padding: 3.3rem 0 4rem;
}

.footer_logo {
	width: 12.6rem;
	display: block;
	margin: 0 auto;
}

.footer_list {
	margin-top: 2.9rem;
	display: flex;
	justify-content: center;
}

.footer_list li {
	padding: 0 1.6rem;
	position: relative;
	display: flex;
}

.footer_list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1rem;
	z-index: 1;
	transform: translateY(-50%);
	background: #fff;
}

.footer_list li:last-of-type:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1rem;
	z-index: 1;
	transform: translateY(-50%);
	background: #fff;
}

.footer_list a {
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
}

.footer small {
	color: #fff;
	font-size: 1rem;
	display: block;
	text-align: center;
	margin-top: 1.4rem;
}