@charset "UTF-8";

/*
Theme Name: 山王物流LP
*/

html {
	font-size: calc(10 / 375 * 100vw);
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #163f62;
}

.en {
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img {
	width: 100%;
}

.c_gold {
	color: #C5B369;
}

.inner {
	padding: 0 2.4rem;
}

.sec_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 3.2rem;
}

.sec_ttl .ja {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.sec_ttl .en {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: linear-gradient(to right, #0053b3, #003190);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.sec_ttl .en::before {
	content: '';
	display: block;
	width: 1.9rem;
	aspect-ratio: 19 / 16;
	background-image: url(asset/img/sec_ttl_icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

br.pc_on {
	display: none;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

header {
	padding: 0.8rem 2.4rem;
}

header .main_logo {
	width: 11.5rem;
}

#fv {
	padding: 20.6rem 0 17.1rem;
	background-image: url(asset/img/fv_bg-sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

#fv .content_wrap {
	padding: 0 0.8rem;
}

#fv .catch_wrap {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

#fv .catch_wrap .main_catch {
	width: calc(266 / 375 * 100vw);
}

#fv .catch_wrap .sub_catch {
	width: 35.6rem;
}

#fv .achievement {
	width: 22.4rem;
	position: absolute;
	top: 9.6rem;
	right: 0.8rem;
}

#fv .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27.6rem;
	height: 5rem;
	margin-top: 4rem;
	background-color: #FFDE24;
	border: 1px solid #e4b808;
}

#fv .btn span {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

#fv .btn span::before {
	content: '';
	width: 2.4rem;
	aspect-ratio: 1/1;
	background-image: url(asset/img/mail_icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#fv .btn span::after {
	content: '';
	width: 2.4rem;
	aspect-ratio: 1/1;
	background-image: url(asset/img/arrow_icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#support {
	padding: 8rem 0 0;
	background-color: #e6eff7;
}

#support .support_ttl {
	margin-bottom: 5.6rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

#support .support_ttl::after {
	content: '';
	display: block;
	width: 100%;
	margin-top: 2.4rem;
	aspect-ratio: 327 / 33;
	background-image: url(asset/img/support_ttl.svg);
	background-size: cover;
}

#support .content_wrap {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	padding-bottom: calc(206 / 375 * 100vw);
	position: relative;
}

#support .content_wrap::after {
	content: "";
	display: block;
	width: calc(151 / 375 * 100vw);
	height: calc(151 / 375 * 100vw);
	background: url(asset/img/support_icon.svg);
	background-size: contain;
	position: absolute;
	bottom: calc(24 / 375 * 100vw);
	left: 50%;
	transform: translateX(-50%);
}

#support .content_wrap .img {
	width: 23.5rem;
	margin: 0 auto;
}

#support .answer_wrap {
	padding: 6rem 0 8rem;
	position: relative;
	background-image: linear-gradient(to bottom, #0053b3, #003190);
}

#support .separator {
	width: 100%;
	height: 3.5rem;
	background-color: #e6eff7;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
}

#support .answer_wrap .answer_text {
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#service {
	padding: 8rem 0 7.2rem;
}

#service .catch {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.66;
	letter-spacing: 0.05em;
}

#service .catch .sub_copy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(144 / 375 * 100vw);
	height: calc(28 / 375 * 100vw);
	font-size: 1.6rem;
	background: #C5B369;
	color: #fff;
}

#service .content_wrap {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

#service .content_wrap .item {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	border: 3px solid #005BAC;
	position: relative;
}

#service .content_wrap .item::before {
	content: "";
	display: block;
	width: 100%;
	height: 1rem;
	background: #005BAC;
	position: absolute;
	top: 0;
	left: 0;
}

#service .content_wrap .item .ttl {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 1.6rem;
	color: #005BAC;
}

#service .content_wrap .item .text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 0 2.2rem 2.4rem;
}

#service .img {
	margin-top: 1.6rem;
}

.cta {
	padding: 5.6rem 0;
	background-image: url(asset/img/cta_bg-sp.svg);
	background-size: cover;
}

.cta .ttl {
	width: calc(250 / 375 * 100vw);
	margin: 0 auto 1.6rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.66;
	letter-spacing: 0.05em;
}

.cta_strong {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(120 / 375 * 100vw);
	height: calc(31 / 375 * 100vw);
	background: #163F62;
	color: #fff;
	font-size: 2.0rem;
}

.cta .text {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.cta .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32.8rem;
	height: 7rem;
	margin: 0 auto;
	color: #fff;
	background-image: linear-gradient(to bottom, #0053b3, #003190);
}

.cta .btn span {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#flow {
	padding: 8.0rem 0;
}

#flow .list .item {
	padding-bottom: 4.6rem;
	position: relative;
	filter: drop-shadow(0 4px 4px rgba(117, 117, 117, 0.25));
	background: #fff;
}

#flow .list .item::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2.6rem;
	background: #ffffff;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	position: absolute;
	bottom: 1px;
	left: 0;
	transform: translateY(100%);
	z-index: 1;
}

#flow .list .item:nth-child(2)::after {
	background: #F8F9FD;
}

#flow .list .item:nth-child(3)::after {
	background: #EFF4FD;
}

#flow .list .item:nth-child(4)::after {
	content: none;
}

#flow .list .item:nth-child(1) {
	z-index: 10;
}

#flow .list .item:nth-child(2) {
	background: #F8F9FD;
	z-index: 9;
}

#flow .list .item:nth-child(3) {
	background: #EFF4FD;
	z-index: 8;
}

#flow .list .item:nth-child(4) {
	background: #E0EBFC;
}

#flow .item_content {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	width: 30.8rem;
	margin: 0 auto;
}

#flow .content_wrap .ttl {
	margin-bottom: 0.8rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.66;
	letter-spacing: 0.05em;
	padding: 4.0rem 0 0 8.8rem;
	position: relative;
	min-height: 12.0rem;
}

#flow .content_wrap .ttl .num {
	display: inline-block;
	color: #c5b369;
	font-size: 3.2rem;
	padding: 1.6rem 0 0 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#flow .content_wrap .ttl .num::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.9rem 11.9rem 0 0;
	border-color: #163F62 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#flow .content_wrap .p_wrap {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

#flow .content_wrap .text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#flow .arrow {
	margin-top: 0.8rem;
}

#story {
	padding: 8rem 0 9.6rem;
	position: relative;
}

#story .sec_ttl .ja {
	letter-spacing: normal;
}

#story .catch {
	margin-bottom: 22.4rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.66;
	letter-spacing: 0.05em;
}

#story .text {
	padding-right: 2.4rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: relative;
}

#story .text::before {
	content: '';
	width: calc(100% + 2.4rem);
	height: calc(100% + 9.2rem);
	background-image: linear-gradient(to bottom, #0053b3, #003190);
	position: absolute;
	top: -6.4rem;
	left: -2.4rem;
	z-index: -1;
}

#story .img {
	width: 26.3rem;
	position: absolute;
	top: 37.8rem;
	right: 0;
}

#faq {
	padding: 8rem 0 7.2rem;
	background-color: #e6eff7;
}

#faq .list {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

#faq .item {
	padding-top: 1rem;
}

#faq .item .ttl {
	position: relative;
	z-index: 0;
	color: #fff;
}

#faq .item .ttl .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.8rem;
	height: 4rem;
	background-color: #C9E8FA;
	background-image: linear-gradient(to bottom, rgba(0, 83, 179, 0.05), rgba(0, 49, 144, 0.3));
	color: #163F62;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: absolute;
	top: -1rem;
	left: 0;
	z-index: 1;
	clip-path: polygon(1.2rem 0%, 100% 0%, calc(100% - 1.2rem) 100%, 0% 100%);
}

#faq .item .ttl .ttl_text {
	display: block;
	padding: 0.8rem 2rem 0.8rem 8rem;
	background-image: linear-gradient(to bottom, #0053b3, #003190);
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: relative;
	z-index: -1;
	clip-path: polygon(1.6rem 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
}

#faq .item .ttl .ttl_text::before {
	content: '';
	width: 2.4rem;
	aspect-ratio: 1/1;
	background-image: url(asset/img/arrow_icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#faq .item .text {
	padding: 1.6rem 3.6rem;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	clip-path: polygon(3.2rem 0%, 100% 0%, calc(100% - 3.2rem) 100%, 0% 100%);
}

#contact {
	padding: 3.2rem 0;
	background-image: linear-gradient(to bottom, #0053b3, #003190);
}

#contact .content_wrap {
	padding: 4.8rem 1.6rem;
	background-color: #fff;
}

#contact .content_wrap .catch {
	margin-bottom: 2.4rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#contact .content_wrap .text {
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#contact .content_wrap .note {
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #005BAC;
	margin-bottom: 3.2rem;
}

#contact .input_wrap {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

#contact .input_wrap .ttl {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#contact .input_wrap .ttl .required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.4rem;
	height: 3.4rem;
	color: #fff;
	background-color: #005bac;
	border-radius: 0.4rem;
	font-weight: 700;
}

#contact .input_wrap .input {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#contact .input_wrap .input input {
	width: 100%;
	padding: 1.6rem;
	border: 1px solid #000;
	font-size: 1.6rem;
}

#contact .input_wrap .input input[type='checkbox'] {
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid #000;
	border-radius: 0.4rem;
}

#contact .input_wrap .input a {
	color: #005bac;
	text-decoration: underline;
}

#contact .input_wrap .input textarea {
	width: 100%;
	min-height: 16rem;
	padding: 1.6rem;
	border: 1px solid #000;
	font-size: 1.6rem;
}

#contact .submit_wrap {
	position: relative;
}

#contact .submit_wrap .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 7rem;
	margin-top: 4rem;
	background-image: linear-gradient(to bottom, #0053b3, #003190);
	border: 1px solid #005bac;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#contact .submit_wrap .btn::before {
	content: '';
	height: 7rem;
	aspect-ratio: 8 / 7;
	background-image: url(asset/img/btn_bg.svg);
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0.8rem;
}

#contact .submit_wrap input[type='submit'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 2rem;
}

#contact .wpcf7-list-item {
	margin: 0;
}

#company {
	padding: 8rem 0 14.4rem;
	position: relative;
}

#company::after {
	content: '';
	width: 100%;
	aspect-ratio: 373/73;
	background-image: url(asset/img/company_bg-sp.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#company .list {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

#company .list .item {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding-bottom: 20px;
	position: relative;
}

#company .list .item::after {
	content: '';
	width: 100%;
	aspect-ratio: 327.84 / 5;
	background-image: url(asset/img/company_line-sp.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#company .list .item dt {
	color: #005bac;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

#company .list .item dd {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

footer {
	padding: 4rem 0;
	color: #fff;
	background-image: linear-gradient(to bottom, #0053b3, #003190);
}

footer .footer_nav {
	margin-bottom: 4.8rem;
}

footer .footer_nav .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.4rem;
}

footer .footer_nav .list .item {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

footer .copyright {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

@media (min-width: 769px) {
	html {
		font-size: min(calc(10 / 1360 * 100vw), 10px);
	}

	.inner {
		width: 100%;
		max-width: 112rem;
		padding: 0;
		margin: 0 auto;
	}

	.sec_ttl {
		margin-bottom: 6.4rem;
	}

	.sec_ttl .ja {
		font-size: 4.8rem;
	}

	.sec_ttl .en {
		font-size: 3.2rem;
	}

	.sec_ttl .en::before {
		width: 2.4rem;
	}

	br.pc_none {
		display: none;
	}

	br.pc_on {
		display: inline;
	}

	header .main_logo {
		width: 19.8rem;
	}

	#fv {
		padding: 18.3rem 0 13.9rem;
		background-image: url(asset/img/fv_bg-pc.jpg);
	}

	#fv .content_wrap {
		padding: 0 4rem;
	}

	#fv .catch_wrap {
		gap: 6rem;
	}

	#fv .catch_wrap .main_catch {
		width: 81.5rem;
	}

	#fv .catch_wrap .sub_catch {
		width: 81.5rem;
	}

	#fv .achievement {
		width: 39.7rem;
		top: 8rem;
		right: 3.7rem;
	}

	#fv .btn {
		width: 40rem;
		height: 7.2rem;
		margin-top: 9.8rem;
		box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
		transition: all 0.4s;
		opacity: 1;
	}

	#fv .btn:hover {
		opacity: 0.8;
	}

	#fv .btn span {
		font-size: 2rem;
		gap: 2rem;
	}

	#fv .btn span::before {
		width: 3.2rem;
	}

	#fv .btn span::after {
		width: 3.2rem;
	}

	#support {
		padding-top: 12rem;
		padding-bottom: 0;
	}

	#support .support_ttl {
		margin-bottom: 6.4rem;
		font-size: 4.8rem;
	}

	#support .support_ttl::after {
		width: 90.2rem;
		margin: 2.1rem auto 0;
	}

	#support .content_wrap {
		justify-content: center;
		flex-direction: row;
		gap: 3.2rem;
		padding-bottom: min(calc(213 / 1360 *100vw), 213px);
	}

	#support .content_wrap::after {
		width: min(calc(256 / 1360 *100vw), 256px);
		height: min(calc(256 / 1360 *100vw), 256px);
		bottom: 0;
	}

	#support .content_wrap .img {
		width: 34rem;
		margin: 0;
	}

	#support .content_wrap .img:not(:nth-child(2)) {
		margin-top: 11.2rem;
	}

	#support .answer_wrap {
		padding: 17.3rem 0 6.9rem;
	}

	#support .separator {
		height: 13rem;
		top: -1px;
	}

	#support .answer_wrap .answer_text {
		font-size: 3.2rem;
		text-align: center;
		line-height: 1.5;
	}

	#service .catch {
		margin-bottom: 3.6rem;
		text-align: center;
		font-size: 3.2rem;
		font-weight: 900;
		line-height: 1.5;
		width: min(calc(700 / 1360 * 100vw), 700px);
		margin-right: auto;
		margin-left: auto;
	}

	#service .catch .sub_copy {
		width: min(calc(192 / 1360 * 100vw), 192px);
		height: min(calc(38 / 1360 * 100vw), 38px);
		font-size: 2.0rem;

	}

	#service .content_wrap {
		flex-direction: row;
		gap: 3.2rem;
	}

	#service .content_wrap .item {
		gap: 1.6rem;
		width: min(calc(352 / 1360 * 100vw), 352px);
		padding: 0;
	}

	#service .content_wrap .item .ttl {
		min-height: 3em;
	}

	#service .content_wrap .item .text {
		font-size: 2rem;
		padding: 0 1.3rem 3.7rem;
	}

	#service .img {
		max-width: 136rem;
		margin: 0 auto;
	}

	.cta {
		padding: 12rem 0 10rem;
		background-image: url(asset/img/cta_bg-pc.svg);
	}

	.cta .ttl {
		width: min(calc(800 / 1360 * 100vw), 800px);
		margin-bottom: 6.4rem;
		font-size: 4.8rem;
		line-height: 1.5;
	}

	.cta_strong {
		width: min(calc(199 / 1360 * 100vw), 199px);
		height: min(calc(47 / 1360 * 100vw), 47px);
		font-size: 3.2rem;
	}

	.cta .text {
		margin-bottom: 6.4rem;
		text-align: center;
		font-size: 2rem;
	}

	.cta .btn {
		width: 75rem;
		height: 10.5rem;
		transition: all 0.4s;
	}

	.cta .btn:hover {
		opacity: 0.8;
	}

	.cta .btn span {
		font-size: 3.2rem;
	}

	#flow {
		padding: 6rem 0;
	}

	#flow .inner {
		width: calc(100% - 12rem);
		max-width: none;
		margin: 0 6rem;
	}

	#flow .content_wrap {
		padding: 12rem 0;
	}

	#flow .list {
		width: 92.8rem;
		margin: 0 auto;
	}

	#flow .list .item {
		padding-bottom: 2.4rem;
	}

	#flow .item_content {
		flex-direction: row;
		justify-content: center;
		gap: 3.2rem;
		width: 80rem;
	}

	#flow .item_content .text_wrap {
		width: 48rem;
	}

	#flow .content_wrap .ttl {
		margin-bottom: 2.4rem;
		min-height: auto;
	}

	#flow .content_wrap .p_wrap {
		gap: 0.8rem;
	}

	#flow .content_wrap .text {
		font-size: 2rem;
	}

	#flow .img {
		width: 28.8rem;
		margin: 0;
	}

	#story {
		padding: 12rem 0 20rem;
		position: static;
	}

	#story .inner {
		position: relative;
	}

	#story .sec_ttl .ja {
		letter-spacing: 0.05em;
	}

	#story .catch {
		width: 64rem;
		margin-bottom: 13.6rem;
		font-size: 3.2rem;
		line-height: 1.5;
	}

	#story .text {
		width: 66.2rem;
		padding-right: 0;
		font-size: 2rem;
		line-height: 1.5;
		position: static;
	}

	#story .text::before {
		width: 85.6rem;
		height: 50.6rem;
		top: auto;
		left: -12rem;
		bottom: -9.6rem;
	}

	#story .img {
		width: 56.9rem;
		top: 30.4rem;
		right: -12rem;
	}

	#faq {
		padding: 12rem 0 14rem;
	}

	#faq .list {
		gap: 4rem;
	}

	#faq .item .ttl {
		width: calc(100% - 2.8rem);
		padding-left: 1rem;
	}

	#faq .item .ttl .num {
		width: 14.2rem;
		height: 5.4rem;
		font-size: 2rem;
	}

	#faq .item .ttl .ttl_text {
		padding: 1.2rem 0rem 1.2rem 19.2rem;
		font-size: 2rem;
	}

	#faq .item .text {
		padding: 3.2rem 12.6rem;
		font-size: 2rem;
	}

	#contact {
		padding: 8rem 0 7.2rem;
	}

	#contact .content_wrap {
		width: 112rem;
		padding: 10rem 9.6rem 12rem;
		margin: 0 auto;
	}

	#contact .content_wrap .catch {
		margin-bottom: 1.6rem;
		text-align: center;
	}

	#contact .content_wrap .text {
		margin-bottom: 1.6rem;
		text-align: center;
		font-size: 2rem;
	}

	#contact .content_wrap .note {
		font-size: 2.0rem;
		margin-bottom: 4.0rem;
		text-align: center;
	}

	#contact .input_wrap .ttl {
		margin-bottom: 1.6rem;
		font-size: 2rem;
	}

	#contact .input_wrap .ttl .required {
		height: 4rem;
	}

	#contact .input_wrap .input input {
		font-size: 2rem;
	}

	#contact .input_wrap .input {
		font-size: 2rem;
	}

	#contact .input_wrap .input a {
		transition: all 0.4s;
		opacity: 1;
	}

	#contact .input_wrap .input a:hover {
		opacity: 0.8;
	}

	#contact .input_wrap .input textarea {
		font-size: 2rem;
	}

	#contact .submit_wrap {
		max-width: 52rem;
		margin: 0 auto;
	}

	#contact .submit_wrap .btn {
		width: 100%;
		height: 8rem;
		margin-top: 6.4rem;
		font-size: 2.4rem;
		position: relative;
		z-index: 0;
		opacity: 1;
	}

	#contact .submit_wrap .btn::before {
		height: 100%;
		right: 16.5rem;
		z-index: -1;
	}

	#contact .submit_wrap:hover .btn {
		opacity: 0.8;
	}

	#company {
		padding: 10rem 0 17.4rem;
	}

	#contact .input_wrap {
		width: 92.8rem;
		margin: 0 auto;
	}

	#company .list {
		gap: 3.2rem;
		width: 92.7rem;
		margin: 0 auto;
	}

	#company .list .item {
		flex-direction: row;
		gap: 3.6rem;
		padding-bottom: 2.9rem;
	}

	#company .list .item::after {
		background-image: url(asset/img/company_line-pc.svg);
		aspect-ratio: 927 / 5;
	}

	#company .list .item dt {
		width: 16rem;
		text-align: center;
		font-size: 2rem;
	}

	#company .list .item dd {
		width: calc(100% - 19.6rem);
		font-size: 2rem;
	}

	#company::after {
		max-width: 129.1rem;
		background-image: url(asset/img/company_bg-pc.svg);
		aspect-ratio: 1291 / 114;
		left: 50%;
		bottom: -0.2rem;
		transform: translateX(-50%);
	}

	footer {
		padding: 8rem 0 1.6rem;
	}

	footer .footer_nav {
		margin-bottom: 8rem;
	}

	footer .footer_nav .list .item {
		font-size: 2rem;
	}

	footer .copyright {
		font-size: 2rem;
	}
}

/* 20260126 FVにバナー追加 */
.bnr_cta {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

@media (min-width: 769px) {
	.bnr_cta {
		width: 216px;
		bottom: 16px;
		left: auto;
		right: 16px;
		background: #fff;
	}
	
	.bnr_cta:hover img {
		opacity: 0.6;
	}
}