@charset "utf-8";
#wrapper {
	padding-top: 56px;
}

.inner {
	max-width: 890px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
}

body {
	min-width: 1200px;
	overflow-x: clip;
}
.header {
	min-width: 1200px;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
header
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.header {
	height: 56px;
	padding: 0 20px;
}

.header_inner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.header_logo {
	width: 184px;
	top: 0;
}

.header_cta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header_tel_btn {
	width: 126px;
}

.header_contact_btn {
	width: 140px;
}

.header_tel_txt {
	display: flex;
	flex-direction: column;
	padding-bottom: 7px;
}

.header_tel_txt span {
	font-weight: 700;
	line-height: 1.6;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
}

.header_tel_txt em {
	font-weight: 700;
	line-height: 1;
	font-size: 1rem;
	letter-spacing: 0;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mv {
	background: #f8f8f8;
	padding: 26px 0 69px;
}

.mv_img {
	position: relative;
	display: block;
	overflow: hidden;
	height: 540px;
	width: 982px;
	margin: 0 auto;
}

.mv_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.mv_contact_btn {
	display: none;
}

.mv_inner {
	position: relative;
	width: 982px;
	margin: 0 auto;
}

.mv_hosoku {
	position: absolute;
	top: 450px;
	left: 0;
	font-size: 1.1rem;
	width: 440px;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0;
	padding: 0;
}

.mv_form {
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	border-radius: 10px;
	background: #fff;
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
	overflow: hidden;
}

.mv_form_ttl {
	height: 34px;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #594f46;
	color: #fff;
	font-weight: 500;
}

.mv_form_body {
	padding-top: 11px;
	display: flex;
	justify-content: center;
}

.mv_form iframe {
	border: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
voice
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.voice {
	background-image: url(../images/voice_bg.jpg);
	padding: 68px 0;
}

.voice .inner {
	overflow: hidden;
	max-width: 1280px;
}

.voice_ttl {
	width: 618px;
}

.m_card {
	box-shadow: 0px 0px 1.4rem -0.4rem rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	padding: 30px 32px 55px;
}

.m_card_tags {
	gap: 6px;
}

.m_card_tags li {
	font-size: 1.3rem;
	padding: 3px 7px;
}

.m_card_ttl {
	font-size: 2.1rem;
	letter-spacing: -0.02em;
	line-height: calc(39/27);
	margin-top: 7px;
	margin-right: -0.1em;
}

.m_card_img {
	margin-top: 8px;
}

.m_card_data {
	margin-top: 17px;
	gap: 15px;
}

.m_card_data dt {
	width: 30px;
	font-size: 1.3rem;
}

.m_card_data + .m_card_data {
	margin-top: 20px;
}

.m_card_data_catch {
	font-size: 1.8rem;
}

.m_card_data_txt {
	margin-top: 12px;
	font-size: 1.1rem;
}

.voice_slider {
	margin: 3.4rem auto 0;
	overflow: visible;
	--arrow-position: -28px;
	width: 43.2rem;
}

.voice_slider .swiper-slide {
	transition: 0.5s;
	width: 100%;
}

.voice_slider :is(.swiper-button-next-original, .swiper-button-prev-original) {
	width: 38px;
	background: url(../images/slider_arrow.png) center / 100% no-repeat;
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	cursor: pointer;
	transition: 0.5s;
}

.voice_slider :is(.swiper-button-next-original, .swiper-button-prev-original):hover {
	opacity: 0.6;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
intro
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.intro {
	padding: 68px 0 62px;
}

.intro_ttl {
	width: 408px;
}

.intro_catch {
	font-size: 1.9rem;
	margin-top: 56px;
}

.intro_slider {
	--speed: 60s;
	--gap: 40px;
	margin-top: 64px;
	width: max(1200px, 100vw);
}

.intro_slider+.intro_slider {
	margin-top: 41px;
--speed: 55s;
	--gap: 45px;
}

.intro_slider_item figure img {
	height: 25px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
support
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.support {
	padding-bottom: 69px;
}

.support_head {
	padding: 67px 0 70px;
}

.support_ttl {
	width: 516px;
}

.support_img {
	margin: 65px auto 0;
	width: 100%;
}

.support_points {
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: 100%;
	margin: 46px auto 0;
}

.support_point {border-radius: 10px;}

.support_point_ttl {
	font-size: 1.7rem;
	padding: 5px 0;
}

.support_point_body {
	padding: 10px 19px 22px;
	min-height: auto;
}

.support_point_catch {
	font-size: 1.7rem;
	padding-bottom: 15px;
	letter-spacing: 0;
	position: relative;
	border: 0;
	margin: 0 -10px;
}

.support_point_catch:before {
	content: '';
display: block;
position: absolute;
bottom: 0;
left: 50%;
width: 158px;
height: 1px;
z-index: 1;
	transform: translateX(-50%);
	background: #000;
}

.support_point_txt {
	font-size: 1.3rem;
	margin-top: 9px;
	/* margin: 9px -3px 0; */
}

.support_cost_ttl {
	margin: 72px auto 0;
	width: 385px;
}

.support_cost_list {
	--gap-col: 7px;
	--gap-row: 7px;
	--col: 7;

	margin-top: 18px;
}
.support_cost_list li {
	width: 109px;
}
.support_cost_list li img {
	border-radius: 10px;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
digital
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.digital {
	padding: 66px 0 0;
}

.digital_ttl {
	width: 356px;
}

.digital_img {
	margin: 40px auto 0;
	width: 100%;
}

.digital_sub_ttl {
	margin: 46px auto 0;
	width: 408px;
}


.digital_steps {
	--gap-col: 11px;
	--col: 5;
	width: 100%;
	margin: 20px auto 0;
}

.digital_step {
	border-radius: 10px;
	padding: 11px;
	--clip: polygon(0% 0%, calc(100% - 12px) 0%, 100% 50%, calc(100% - 12px) 100%, 0% 100%);
}

.digital_step_en {
	font-size: 1.6rem;
	height: 26px;
}

.digital_step_img {
	margin-top: 9px;
}

.digital_step_txt {
	font-size: 1.5rem;
	margin-top: 12px;
	min-height: 2.5em;
	margin: 12px -2px 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
reason
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.reason {
	padding: 70px 0 0;
}

.reason_ttl {
	width: 276px;
}


.reason_table_scroll {
	margin: 25px auto 0;
	width: 643px;
	background: none;
}

.reason_table :is(td, th) {
	font-size: 1.6rem;
}

.reason_table tr {
	grid-template-columns: 13.2rem repeat(3, 1fr);
}

.reason_table thead th {
	font-size: 1.6rem;
}

.reason_table thead th span {
	padding: 11px 0;
}

.reason_table thead th:nth-of-type(2) span {
	border-radius: 1rem 1rem 0 0;
	padding: 15px 0 19px;
}

.reason_table tbody :is(td, th) {
	padding: 5px 5px;
	min-height: 46px;
}

.reason_table tbody th {
	font-size: 1.6rem;
	/* padding: 7px 5px; */
}

.reason_table tbody td {
	font-size: 1.3rem;
}

.table_hosoku {
	font-size: 1rem;
	margin-top: 4px;
}

.reason_table tbody td:first-of-type {
	font-size: 1.6rem;
}

.reason_table tbody td:first-of-type:before {
	border-left-width: 5px;
	border-right-width: 5px;
}

.reason_table tbody tr:last-of-type td {
	border-bottom: 0;
}

.reason_table tbody tr:last-of-type td:first-of-type:before {
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
}

.reason_table tbody img {
	width: 20px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
strong
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.strong {
	padding: 150px 0 68px;
	margin-top: -78px;
}

.strong:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 290%;
	transform: skewY(-8deg);
	background: linear-gradient(230deg, rgba(240, 135, 0, 1) 0%, rgba(255, 160, 38, 1) 97%);
}

.strong_ttl {
	width: 376px;
}


.strong_block {
	gap: 22px;
	margin-top: 26px;
	grid-template-columns: repeat(2,1fr);
}

.strong_item {
	border-radius: 10px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contact
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact {
	padding: 90px 0 69px;
	background: url(../images/contact_bg.jpg) center / cover no-repeat;
}

.contact_ttl {
	width: 34.2rem;
}

.contact_btn {
	--triangle-size: 0.8rem;
	font-size: 2.7rem;
	width: 645px;
	height: 70px;
	box-shadow: 0 4px 0 var(--dark-green);
	margin: 16px auto 0;
}

.contact_btn:hover {
	transform: translateY(4px);
	box-shadow: 0 0 0 var(--dark-green);
	opacity: 1;
}

.contact_btn:before {
	right: 3.2rem;
}

.contact_btn:after {
	right: 3.0rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
problem
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.problem {
	padding: 67px 0 0;
	position: relative;
	z-index: 10;
	background: #fff;
}

.problem .inner {
	max-width: 1280px;
}

.problem_ttl {
	width: 510px;
}

.problem_questionnaire {
	gap: 27px;
	grid-template-columns: repeat(2,1fr);
	margin: 40px auto 0;
	width: 983px;
	position: relative;
	z-index: 10;
}

.problem_questionnaire_item_ttl {
	width: 100%;
	margin: 0 auto;
}

.problem_questionnaire_item_img {
	width: auto;
	margin: 33px auto 0;
}

.problem_miss {
	border-radius: 20px;
	width: 643px;
	margin: 64px auto 0;
	position: relative;
	z-index: 10;
}

.problem_ba {
	margin: 70px auto 0;

	width: 980px;
	isolation: isolate;
	position: relative;
		background: none;
}

.problem_ba:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1920px;
	z-index: -1;
	aspect-ratio: 1920/500;
	background: url(../images/problem_bg.jpg) center bottom / 100% no-repeat;
	transform: translateX(-50%);
}

.problem_ba_ttl {
	width: 256px;
	margin: 0 auto;
}

.problem_ba_img {
	margin-top: 14px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
solution
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.solution {
	padding: 68px 0 70px;
}

.solution:before {
	--clip: polygon(0 0, 100% 0%, 100% calc(100% - 5.5rem), 50% 100%, 0 calc(100% - 5.5rem));
}

.solution_ttl {
	margin: 0;
}

.solution_ttl picture {
	width: 544px;
}

.solution_img {
	border-radius: 20px;
	width: 642px;
	margin: 41px auto 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
plan
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.plan {
	margin-top: -65px;
	padding: 130px 0 72px;
}

.plan .inner {
	max-width: 1420px;
	overflow: hidden;
}

.plan_ttl {
	width: 208px;
	margin: 0 auto;
}

.plan_slider {
	margin-top: 33px;
	--arrow-position: -2px;
	width: 479px;
}
.plan_slider .swiper-slide {
	padding: 0 26px;
}

.plan_slider :is(.swiper-button-next-original, .swiper-button-prev-original) {
	width: 38px;
	background: url(../images/slider_arrow.png) center / 100% no-repeat;
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	cursor: pointer;
	transition: 0.5s;
}

.plan_slider :is(.swiper-button-next-original, .swiper-button-prev-original):hover {
	opacity: 0.6;
}

.plan_catch {
	width: 722px;
	margin: 47px auto 0;
}

.m_plan {
	box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.07);
	border-radius: 10px;
}

.m_plan_body {
	padding-bottom: 10px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.sv {
	padding-bottom: 3.2rem;
	position: relative;
	min-height: 572px;
}

.sv_img {
	position: absolute;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	max-width: 1420px;
	z-index: 1;
}

.sv_img img {
	width: 100%;
	height: 572px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	object-fit: cover;
}

.sv_inner {
	padding: 480px 0 0;
	max-width: 983px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}


.sv_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;
}

.sv_btn:before,
.sv_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%);
}

.sv_btn:before {
	right: 1.4rem;
	z-index: -1;
	background: var(--blue);
}

.sv_btn:after {
	right: 1.2rem;
	z-index: -2;
	background: #fff;
}

.sv_txt {
	font-size: 1.1rem;
	margin-top: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
faq
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.faq {
	padding: 66px 0 68px;
}

.faq_ttl {
    width: 250px;
    margin: 0 auto 31px;
}

.faq_box+.faq_box {
	margin-top: 40px;
}


.faq_box {
	max-width: 643px;
	margin: 0 auto;
}
.faq_sub_ttl {
	font-size: 2.2rem;
	margin-bottom: 22px;
}

.m_faq {
	padding: 0 16px 0 32px;
}

.m_faq_head {
	padding: 30px 54px 30px 31px;
}

.m_faq_head:before {
	top: 2.9rem;
	left: 0;
	width: 20px;
	aspect-ratio: 20/26;
}

.m_faq_head:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0.7rem;
	width: 18px;
}


.m_faq_ttl {
	font-size: 1.7rem;
	line-height: 1.3;
}

.m_faq_body {
	position: relative;
	padding: 0.1rem 0 28px 32px;
	display: none;
}

.m_faq_body:before {
	top: 0rem;
	left: 0;
	width: 20px;
}

.m_faq_body :is(ul, ol, p)+ :is(ul, ol, p) {
	margin-top: 1em;
}

.m_faq_body p {
	font-size: 1.4rem;
}

.m_faq_body ol li {
	padding: 0 0 0 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}

.m_faq_body ol li:before {
	font-size: 1.4rem;
	right: 98.1%;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer_certification {
	padding: 40px 0 34px;
	gap: 10px;
}

.footer_certification_item {
	width: 52px;
}

.footer_certification_item02 {
	width: 70px;
}

.footer .inner {
	max-width: 1200px;
}

.footer_bottom {
	padding: 36px 0 62px;
}

.footer_block {
	display: flex;
	justify-content: space-between;
	max-width: 983px;
	margin: 0 auto;
}

.footer_logo {
	width: 184px;
	display: block;
	margin: 0;
}

.footer_list {
	margin-top: 0;
	display: flex;
	justify-content: flex-end;
}

.footer_list li {
	padding: 0 20px;
}

.footer_list li:before {
	height: 1.3rem;
}

.footer_list li:last-of-type:after {
	height: 1.3rem;
}

.footer_list a {
	font-size: 1.4rem;
}

.footer small {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 16px;
}