body {
	color: #1E293B;
	font-family: "A-OTF Ryumin Pr6", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a {
	cursor: pointer;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}



input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.wpcf7-form-control,
.form-privacy__text{
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.form__required--margin,
.form-privacy__input{
	margin: 0 !important;
}

.form-privacy__input{
	position: relative;
	top: 0.05rem;
}

.form-privacy__text{
	position: relative;
	top: -0.05rem;
}

.contact__tel-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}




.top-achievement {
	margin-top: 2.5rem;
}

.top-company {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.top-construction {
	margin-top: 2.5rem;
	padding: 2.5rem 0 3.125rem;
}

.top-difference {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.top-faq {
	margin-top: 2.5rem;
	padding: 2.5rem 0;
}

.top-point {
	margin-top: 2.5rem;
	padding: 2.5rem 0;
}

.top-reason {
	margin-top: 2.5rem;
}

.top-security {
	margin-top: 2.5rem;
}

.top-simulation {
	margin-top: 2.5rem;
}

.top-step {
	margin-top: 2.5rem;
}

.top-sub-contact {
	margin-top: 5.9375rem;
}

.top-task {
	margin-top: 3.75rem;
}

.top-thanks {
	margin-top: 4.25rem;
}

.top-work {
	margin-top: 2.5rem;
	padding: 2.5rem 0;
}

.achievement {
	text-align: center;
}

.achievement__title-pc,
.achievement__title-sp {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4583333333;
}

.achievement__container {
	background-color: #1E293B;
	margin-top: 1.875rem;
	padding: 2.5rem 0;
	text-align: center;
}

.achievement__container--margin {
	margin-top: 0rem;
}

.achievement__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.achievement__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.76875rem;
}

.achievement__item {
	background-color: #fff;
	margin: 0;
	max-width: calc(50% - 0.384375rem);
	padding: 0.425rem 0.84375rem 0.625rem;
	width: 100%;
}

.achievement__item--number {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 0rem 1rem;
	text-align: center;
}

.achievement__head {
	border: solid 1px #053395;
	color: #053395;
	font-size: 0.91875rem;
	font-weight: 700;
	line-height: 1.8367346939;
}

.achievement__logo {
	height: 5.4375rem;
	margin: 0.375rem auto 0;
	width: 7.5625rem;
}

.achievement__logo--second {
	height: 5.0625rem;
	margin: 0.76875rem auto 0;
	width: 7.9375rem;
}

.achievement__satisfaction {
	display: flex;
	flex-direction: column;
}

.achievement__satisfaction-top {
	font-size: 1.075rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
}

.achievement__satisfaction-bottom {
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 1;
}

.achievement__number {
	color: #053395;
	font-size: 3.84375rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.5rem;
}

.achievement__number span {
	font-size: 2.1875rem;
	line-height: 1.1057142857;
}

.button-box {
	background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 64%, #dcdcdc 100%);
	border: 2px solid #fff;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
	color: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.button-box--contact {
	width: 100%;
}

.button-box::before {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(90deg, #1e293b 31%, #b4b4b4 50%, #1e293b 81%);
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	left: 0;
	mask-composite: exclude;
	padding: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.button-box:focus-visible {
	outline: 0.1875rem solid #1f2d46;
	outline-offset: 0.25rem;
}

.button-box__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.4375rem 0 0.4375rem 1.25rem;
}

.button-box__inner--contact {
	padding: 0.4375rem 0 ;
}

.button-box__text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
}

.button-box__text-highlight {
	color: #A22600;
}

.button-box::after {
	background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.65) 50%, transparent 65%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-150%);
	transition: transform 0.6s ease;
	width: 100%;
}

.button-box__arrow {
	height: 1.0625rem;
	margin-left: 0.5625rem;
	position: relative;
	top: -0.0625rem;
	width: 1.0625rem;
}

.button-box__arrow--contact {
	margin-left: 5.1875rem;
}

.button__comment {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 2;
	padding-bottom: 0.4375rem;
}

.case {
	background-color: #E9EEF3;
	padding: 1.875rem 0 2.5rem;
}

.case__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.case-swiper {
	margin-top: 1.875rem;
}

.case-swiper__slider .swiper-slide {
	height: auto;
}

.case-swiper__content {
	background-color: #fff;
	height: 100%;
}

.case__image img {
	-o-object-fit: contain;
	aspect-ratio: 340/198;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.case__content {
	padding: 1.175rem 1.175rem 1.78125rem;
}

.case__tabs {
	align-items: center;
	display: flex;
	gap: 0.275rem;
}

.case__tab {
	background-color: #2E599E;
	border-radius: 2.9375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.88125rem;
	font-weight: 300;
	line-height: 2;
	padding: 0 0.825rem;
}

.case__head {
	font-size: 1.18125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 0.9625rem;
}

.case__wrapper {
	border-top: solid 1px #D6D6D6;
	margin-top: 0.34rem;
	padding: 0.825rem 0.625rem 0;
}

.case__dl {
	display: flex;
}

.case__dl + .case__dl {
	margin-top: 0.54375rem;
}

.case__dl dt {
	flex-shrink: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
	width: 5rem;
}

.case__dl dd {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.5;

	position: relative;
	top: 0.375rem;
}

.case__price-unit {
	font-size: 0.6875rem;
}

.company {
	overflow: hidden;
	position: relative;
}

.company::before {
	background-image: url("../images/common/company-map-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 28.25rem;
	position: absolute;
	right: calc(50% - min(80%, 41rem));
	top: 1rem;
	width: 46rem;
	z-index: -1;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.company__flex {
	margin-top: 1.875rem;
}

.company__images {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0rem auto auto -1.5625rem;
	width: calc(100% + 3.125rem);
}

.company__img {
	width: 50%;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 196/131;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.company__info {
	margin-top: 1.875rem;
}

.company-info__dl {
	border-bottom: solid 1px #D5D5D5;
	padding-bottom: 0.79375rem;
}

.company-info__dt {
	color: #003A8E;
	flex-shrink: 0;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.6;
	width: 6.25rem;
}

.company-info__dd {
	color: #010101;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 0.375rem;
}

.company-info__dd--store {
	font-size: 0.9375rem;
}

.company-info__dd--address {
	font-size: 0.8125rem;
	margin-top: 0rem;
}

.company-info__dd--font {
	font-size: 0.8625rem;
}

.company-info__dl + .company-info__dl {
	margin-top: 0.79375rem;
}

.company-info__box + .company-info__box {
	margin-top: 0.625rem;
}

.construction {
	background-color: #E9EEF3;
	overflow-x: clip;
	text-align: center;
}

.construction__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 25.625rem;
	padding: 0 1.5625rem;
}

.construction-swiper {
	overflow: visible !important;
}

.construction-swiper {
	margin-left: 3.75rem;
	margin-top: 2.5rem;
}

.construction-swiper .swiper-slide:not(.swiper-slide-active) .construction__images {
	visibility: hidden;
}

.construction__item {
	background-color: #1E293B;
	width: 100%;
}

.construction__item--red {
	background-color: #5F0000;
}

.construction__images {
	margin-left: -1rem;
	margin-top: -1.125rem;
	position: relative;
}

.construction__images img {
	height: auto;
	width: 84.5%;
}

.construction__subtitle {
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 4.03125rem;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
}

.construction__subtitle--red {
	color: #5F0000;
}

.construction__img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.construction__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/188;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.construction__all {
	padding: 0rem 1.6875rem 1.1875rem;
}

.construction__content {
	padding: 0 1.25rem;
	text-align: left;
}

.construction__wrapper + .construction__wrapper {
	margin-top: 0.58125rem;
}

.construction__head {
	color: #fff;
	font-size: 0.94375rem;
	font-weight: 700;
	line-height: 2;
}

.construction__text {
	color: #d5d5d5;
	font-size: 0.7625rem;
	font-weight: 300;
	line-height: 1.5819672131;
	margin-top: 0.3125rem;
}

.construction__sentence {
	background-color: #0C111A;
	color: #fff;
	margin-top: 0.8875rem;
	padding: 0.5rem 0 0.6875rem;
}

.construction__sentence--red {
	background-color: #3E0000;
}

.construction__detail {
	font-size: 0.825rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5151515152;
}

.construction__detail span {
	color: #FFDB46;
}

.construction__button {
	margin-top: 1.875rem;
}

.contact-pc__list {
	display: flex;
	gap: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 64.8125rem;
}

.contact-pc__item {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin: 0;
	max-width: calc(33.3333% - 2.5rem);
	width: 100%;
}

.contact-pc__border {
	height: 4.5rem;
	width: 1.6875rem;
}

.contact-pc__subtitle {
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.contact-pc__subtitle--flex {
	position: relative;
	top: -0.25rem;
}

.contact-pc__subtitle-font {
	font-size: 0.625rem;
}

.contact-pc__subtitle-color {
	color: #FFE269;
}

.contact-sp__flex {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin: 1.625rem auto 0;
	max-width: 500px;
	padding: 0 2.75rem;
}

.contact-sp__bochi {
	width: 19.86%;
}

.contact-sp__text {
	background-color: #fff;
	border: solid 1px #C2C2C2;
	color: #003877;
	font-size: 1.31875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.0995260664;
	padding: 0.5rem 0.5rem;
}

.contact-sp__img {
	width: 23.5%;
}

.contact-sp__box {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.contact-sp__border {
	height: 3.375rem;
	width: 1.3125rem;
}

.contact-sp__subtitle {
	display: flex;
	flex-direction: column;
	font-size: 1.78125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.contact-sp__subtitle--small {
	display: block;
	font-size: 1.25rem;
	line-height: 1.2;
}

.contact-sp__subtitle--small-two {
	font-size: 1.25rem;
	line-height: 1.2;
}

.contact-sp__subtitle-text {
	font-size: 0.85625rem;
	line-height: 1.7080291971;
}

.contact-sp__subtitle-color {
	color: #FFE269;
}

.contact-sp__list {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.contact-sp__item {
	align-items: center;
	display: flex;
	gap: 0rem;
	justify-content: center;
	margin: 0;
	max-width: calc(50% - 0.3125rem);
}

.contact {
	background-color: #004194;
	color: #fff;
	overflow: hidden;
	padding: 2.5rem 0 1.25rem;
	text-align: center;
}

.contact__heading {
	position: relative;
}

.contact__border {
	height: 4.8125rem;
	left: 50%;
	position: absolute;
	top: -16%;
	transform: translate(-50%, 0%);
	width: 21.25rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.contact__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.35;
}

.contact__container {
	margin-top: 1.25rem;
}

.contact__tel {
	border-top: solid 1px #fff;
	margin-top: 1.5rem;
	padding: 1.0625rem 1.25rem 0;
	position: relative;
}

.contact__tel::before {
	background-image: url("../images/common/header-sp-human.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.8125rem;
	left: 50%;
	position: absolute;
	position: absolute;
	top: -71.8%;
	transform: translate(-50%, -50%);
	width: 35.4375rem;
	z-index: 1;
}

.contact__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
}

.contact__text span {
	color: #C1DCFF;
}

.contact__time-text{
	color: #FFE269;
	font-size: 0.96875rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.02em;
}

.contact__time {
	border-radius: 2px;
	background-color: #fff;
	color: #1E293B;
	display: inline-block;
	font-size: 1.03125rem;
	font-weight: 700;
	line-height: 1.7357142857;
	padding: 0 0.625rem;
	white-space: nowrap;
}

.contact__time-color {
	color: #004194;
	font-size: 1.15625rem;
}

.contact__time-border{
	color: #DBDBDB;
	font-size: 1rem;

	position: relative;
	top: -0.125rem;
}

.contact__bottom {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.contact__icon {
	height: 2.3125rem;
	width: 3.5625rem;
}

.contact__number {
	-webkit-text-decoration: underline;
	font-size: 2.84375rem;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.375rem;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
	white-space: nowrap;
}

.contact__button {
	background: linear-gradient(135deg, #A22600 0%, #D23100 50%, #AF2901 100%);
	border-radius: 0.125rem;
	margin: 6.9375rem auto 0;
	position: relative;
	width: 87.17%;
	z-index: 3;
}

.contact__box {
	background: linear-gradient(135deg, #A22600 0%, #D23100 50%, #AF2901 100%);
	border: 3px solid #AF2901;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
	color: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.contact__box::before {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(90deg, #3B1E1E 31%, #FFBFBF 50%, #3B1E1E 81%);
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	left: 0;
	mask-composite: exclude;
	padding: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.contact__box:focus-visible {
	outline: 0.1875rem solid #1f2d46;
	outline-offset: 0.25rem;
}

.contact__box::after {
	background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.65) 50%, transparent 65%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-150%);
	transition: transform 0.6s ease;
	width: 100%;
}

.contact__box-inner {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.578125rem 0 0.484375rem 0.625rem;
}

.contact__box-text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
}

.contact__box-text span {
	color: #FFE269;
}

.contact__box-arrow {
	height: 1rem;
	margin-left: 0.4375rem;
	position: relative;
	top: 0rem;
	width: 1rem;
}

.difference-pc__header {
	display: flex;
	padding-left: 12.8125rem;
	text-align: center;
}

.difference-pc__header-box {
	align-items: center;
	background-color: #074906;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	margin-left: 0.625rem;
	min-height: 6.8125rem;
	width: 23.375rem;
}

.difference-pc__header-box--right {
	background-color: #202A33;
}

.difference-pc__header-title {
	color: #fff;
	display: block;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
}

.difference-pc__header-sub {
	color: #fff;
	display: block;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.625rem;
}

.difference-pc__row {
	display: flex;
	margin-top: 0.625rem;
}

.difference-pc__label {
	align-items: center;
	background-color: #DBE7F4;
	color: #3B4F64;
	display: flex;
	flex-direction: column;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4090909091;
	padding-top: 0.3125rem;
	width: 12.8125rem;
}

.difference-pc__card {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 1.5rem;
	width: 23.375rem;
}

.difference-pc__card--good {
	background-color: #fff;
	border: 0.125rem solid #074906;
	margin-left: 0.625rem;
}

.difference-pc__card--bad {
	background-color: #3B4F64;
	margin-left: 0.625rem;
}

.difference-pc__icon {
	flex-shrink: 0;
	height: 3.625rem;
	width: 3.625rem;
}

.difference-pc__cycle {
	height: 3.625rem;
	width: 3.625rem;
}

.difference-pc__icon--cross {
	position: relative;
}

.difference-pc__icon--cross::before,
.difference-pc__icon--cross::after {
	background-color: #fff;
	content: "";
	height: 0.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 3.5rem;
}

.difference-pc__icon--cross::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.difference-pc__icon--cross::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.difference-pc__text {
	color: #074906;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: 1.25rem;
}

.difference-pc__text--bad {
	color: #fff;
	font-weight: 300;
	margin-left: 2.4375rem;
}

.difference-sp__header {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.difference-sp__header-box {
	align-items: center;
	background-color: #074906;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 5.375rem;
	text-align: center;
	width: 56.44%;
}

.difference-sp__header-box--right {
	background-color: #202A33;
}

.difference-sp__header-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.difference-sp__header-sub {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.difference-sp__list {
	margin-top: 0.625rem;
}

.difference-sp__item + .difference-sp__item {
	margin-top: 0.625rem;
}

.difference-sp__subtitle {
	background-color: #DBE7F4;
	border-radius: 0.0625rem;
	color: #3B4F64;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.difference-sp__wrap {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.3125rem;
	text-align: center;
}

.difference-sp__box {
	align-items: center;
	border: solid 1px #074906;
	border-radius: 0.125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 7.375rem;
	position: relative;
	text-align: center;
	width: 56.44%;
}

.difference-sp__cycle {
	height: 5.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5.75rem;
}

.difference-sp__cycle--bad {
	height: 5rem;
	width: 5rem;
}

.difference-sp__box--bad {
	background-color: #3B4F64;
	border: none;
}

.difference-sp__text {
	color: #074906;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3333333333;
	position: relative;
	z-index: 3;
}

.difference-sp__text--bad {
	color: #fff;
	font-weight: 300;
}

.difference__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.difference__container {
	margin-top: 2.5rem;
}

.faq {
	background-color: #E9EEF3;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.faq__accordion {
	margin-top: 3.5rem;
}

.faq__toggle + .faq__toggle {
	margin-top: 2.5rem;
}

.footer {
	background-color: #1E293B;
	color: #fff;
	padding: 1.875rem 0;
	text-align: center;
}

.footer__title {
	-webkit-text-decoration: underline;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.3125rem;
}

.footer__title a {
	color: inherit;
	text-decoration: inherit;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.footer__copyright {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.sub-contact-form {
	background-color: #EDF7FB;
	padding: 0.6875rem 1.875rem 2.125rem;
	text-align: left;
}

.form__item + .form__item {
	margin-top: 0.625rem;
}

.form__item--check {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.625rem;
	margin-left: 0.875rem;
}

.form__item--check .wpcf7-list-item {
	margin: 0;
}

.form__item--check .wpcf7-list-item label {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.form__item--check .wpcf7-list-item input[type="checkbox"] {
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
}

.form__privacy-title {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 1rem;
	margin-left: 0.875rem;
}

.form__label {
	font-size: 0.8875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.9718309859;
}

.form__required {
	background-color: #FF6B32;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-right: 0.6875rem;
	padding: 0 0.35625rem;
	position: relative;
	top: -0.0625rem;
	flex-shrink: 0;
}

.form__any {
	background-color: #1DAB45;
}

.form__input {
	flex: 1;
}

.form__input input {
	background-color: #fff;
	border: none;
	border: solid 1px #E6E6E6;
	color: #1E293B;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.9375rem;
	letter-spacing: 0.04em;
	line-height: 2.75;
	margin-top: 0.4375rem;
	padding: 0rem 0.625rem 0rem;
	width: 100%;
}

.form__input input::-moz-placeholder,
.form__input textarea::-moz-placeholder {
	color: #A9BDC6;
}

.form__input input::placeholder,
.form__input textarea::placeholder {
	color: #A9BDC6;
}

.form__input textarea {
	background-color: #fff;
	border: none;
	border: solid 1px #E6E6E6;
	color: #1E293B;
	font-size: 0.70625rem;
	font-weight: 700;
	height: 6.375rem;
	letter-spacing: 0.04em;
	line-height: 1.7699115044;
	margin-top: 0.625rem;
	padding: 0.4375rem 0.875rem;
	resize: vertical;
	width: 100%;
}

.form__submit {
	margin-top: 1.375rem;
	text-align: center;
}

.form__button {
	background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 64%, #dcdcdc 100%);
	border: 2px solid #fff;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
	color: inherit;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: background 0.3s ease;
	width: 100%;
}

.form__button::before {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(90deg, #1e293b 31%, #b4b4b4 50%, #1e293b 81%);
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	left: 0;
	mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.form__button:focus-visible {
	outline: 0.1875rem solid #1f2d46;
	outline-offset: 0.25rem;
}

.fv-button-box {
	background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 64%, #dcdcdc 100%);
	border: 2px solid #fff;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
	color: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.fv-button-box::before {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(90deg, #1e293b 31%, #b4b4b4 50%, #1e293b 81%);
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	left: 0;
	mask-composite: exclude;
	padding: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.fv-button-box:focus-visible {
	outline: 0.1875rem solid #1f2d46;
	outline-offset: 0.25rem;
}

.fv-button-box__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.35625rem 0 0.38125rem 3.125rem;
}

.fv-button-box__text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
}

.fv-button-box__text-highlight {
	color: #A22600;
}

.fv-button-box::after {
	background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.65) 50%, transparent 65%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-150%);
	transition: transform 0.6s ease;
	width: 100%;
}

.fv-button-box__arrow {
	height: 1.0625rem;
	margin-left: 1.66875rem;
	position: relative;
	top: 0rem;
	width: 1.0625rem;
}

.fv-pc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	max-width: 90rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.fv__flex {
	display: flex;
}

.fv__img-left,
.fv__img-right {
	position: relative;
	z-index: 1;
}

.fv__img-left img,
.fv__img-right img {
	-o-object-fit: cover;
	aspect-ratio: 406/693;
	box-shadow: none;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-pc__content-wrap {
	filter: drop-shadow(0 0.25rem 2rem rgba(0, 0, 0, 0.25));
	position: relative;
	width: 43.61%;
	z-index: 10;
}

.fv-pc__content {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	background: linear-gradient(to bottom, #F0F8FF 0%, #FFFFFF 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	padding: 2.5rem 1.4375rem 6.5rem;
}

.fv-pc__title {
	color: #001F42;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.34;
}

.fv-pc__title-line {
	align-items: center;
	display: flex;
	gap: 2.75rem;
	justify-content: center;
	white-space: nowrap;
}

.fv-pc__title-line::before,
.fv-pc__title-line::after {
	background-color: #59595A;
	content: "";
	flex-shrink: 0;
	height: 1px;
	width: 6rem;
}

.fv-pc__comment {
	display: inline-block;
	margin-top: 0.625rem;
	position: relative;
}

.fv-pc__comment-text {
	font-size: 2.25rem;
	font-weight: 700;
	left: 50%;
	line-height: 2.0277777778;
	position: absolute;
	top: -3%;
	transform: translate(-50%, 0%);
	width: -moz-max-content;
	width: max-content;
}

.fv-pc__comment-text span {
	letter-spacing: -0.4em;
}

.fv-pc__remarks {
	background-color: #1E293B;
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5625;
	margin-top: -1rem;
	padding: 0.3125rem 0 0.3125rem 1.5rem;
	white-space: nowrap;
}

.fv-pc__text {
	color: #000;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 1.95;
	margin-top: 1.5625rem;
}

.fv-pc__text span {
	color: #004CA2;
	font-weight: 700;
}

.fv-pc__medal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 1.875rem;
}

.fv-pc__img {
	margin: 0;
	max-width: calc(25% - 0.28125rem);
	width: 100%;
}

.fv-pc__img img {
	-o-object-fit: cover;
	aspect-ratio: 140/150;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-pc__button {
	margin-top: 1.875rem;
}

.fv-sp {
	filter: drop-shadow(0 0.25rem 2rem rgba(0, 0, 0, 0.25));
	overflow: hidden;
	text-align: center;
}

.fv-sp__content {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	background: linear-gradient(to bottom, #F0F8FF 0%, #F0F8FF 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	padding: 2.5rem 1.4375rem 6.5rem;
}

.fv-sp__all {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.fv-sp__title {
	color: #001F42;
	font-size: 2.9375rem;
	font-weight: 700;
	line-height: 1.4;
}

.fv-sp__bg {
	margin: -5rem auto auto -1.5625rem;
	width: calc(100% + 3.125rem);
}

.fv-sp__box {
	margin-top: -14.25rem;
	position: relative;
	z-index: 10;
}

.fv-sp__comment {
	display: inline-block;
	margin-top: 3.125rem;
	position: relative;
}

.fv-sp__comment-img {
	height: 2.8125rem;
	width: 11.875rem;
}

.fv-sp__comment-text {
	font-size: 1.3125rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 15%;
	transform: translate(-50%, 0%);
	width: -moz-max-content;
	width: max-content;
}

.fv-sp__comment-text span {
	letter-spacing: -0.4em;
}

.fv-sp__remarks {
	background-color: #1E293B;
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.5431034483;
	margin-top: 0rem;
	padding: 0.1875rem 0 0.21875rem 1.15625rem;
}

.fv-sp__text {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.8666666667;
	margin-top: 1.875rem;
}

.fv-sp__text span {
	color: #004CA2;
	font-weight: 700;
}

.fv-sp__medal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4375rem;
	margin-top: 0.6875rem;
}

.fv-sp__img {
	margin: 0;
	max-width: calc(33.33333% - 0.2916666667rem);
	width: 100%;
}

.fv-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 117/125;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv {
	background-color: #1E293B;
	margin-top: 4.25rem;
}

.fv-popular__swiper {
	background-color: #fff;
	margin-top: -15.625rem;
	padding: 1.875rem 0 0.625rem;
	position: relative;
	z-index: 5;
}

.fv-popular__slide img {
	-o-object-fit: cover;
	aspect-ratio: 117/40;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.swiper-left .swiper-wrapper {
	transition-timing-function: linear;
}

.fv__button {
	margin-top: 0.8125rem;
}

.header {
	background-color: white;
	box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.25);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	box-shadow: 0 0.125rem 1.4375rem rgba(156, 156, 156, 0.25);
	display: flex;
	height: 4.25rem;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 0rem;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header__logoLink {
	display: flex;
	flex-direction: column;
}

.header__logoLink-top {
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.51;
}

.header__logoLink-bottom {
	font-family: "A-OTF Ryumin Pr5", serif;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 0.375rem;
}

.header__content {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.header__hamburger {
	align-items: center;
	background-color: #001F42;
	display: flex;
	flex-direction: column;
	height: 4.25rem;
	justify-content: center;
	padding: 0;
	width: 4.25rem;
	z-index: 9999;
}

.header__hamburger span {
	background: #fff;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 2.25rem;
	will-change: transform, opacity;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	margin: 0.5rem 0;
}

.header__hamburger span:nth-child(3) {
	top: 0;
}

.header__hamburger.is-open span:nth-child(1) {
	opacity: 0;
	transform: translateY(-0.3125rem);
}

.header__hamburger.is-open span:nth-child(3) {
	opacity: 0;
	transform: translateY(0.3125rem);
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

.header__sp-nav {
	background: linear-gradient(180deg, #F0F8FF 0%, #D6E1EF 100%);
	height: 40.5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 4.25rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 8888;
}

.header__sp-nav.is-open {
	box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
	transform: translateX(0);
}

.sp-nav__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.header-sp__content {
	box-sizing: border-box;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4.375rem 1.875rem 2.5rem;
	position: relative;
	width: 100%;
}

.header-sp__content::before {
	background-image: url("../images/common/header-sp-human.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 15%;
	content: "";
	height: 11.25rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
	width: 31.0625rem;
	z-index: -1;
}

.header-sp__contact {
	border-bottom: solid 1px black;
	margin-top: 1.125rem;
	padding-bottom: 1.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.header-sp__contact-item + .header-sp__contact-item {
	margin-top: 1.25rem;
}

.header-sp__contact-box {
	background-color: black;
	color: black;
	padding: 1.25rem 0 1.1875rem;
	text-align: center;
}

.header-sp__contact-box--color {
	background-color: white;
}

.header-sp__contact-en {
	font-family: second-font;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
}

.header-sp__contact-jp {
	font-size: 0.625rem;
	font-weight: medium;
	line-height: 2;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.pc-nav__item--margin {
	margin-left: 1.25rem;
}

.pc-nav__link {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 min(1.4vw, 5px);
	position: relative;
}

.pc-nav__text {
	background-color: #1E293B;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.425rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 0.125rem 0.6875rem 0rem;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.pc-nav__link:hover .pc-nav__text {
	background-color: #004194;
}

.point {
	background-color: #1E293B;
}

.point__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.point__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.point__item {
	width: 100%;
}

.point__head {
	color: #fff;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.1538461538;
	text-align: center;
}

.point__sentence {
	background-color: #144273;
	color: #fff;
	padding: 1rem 0rem;
	text-align: center;
}

.point__arrow {
	height: 2.4375rem;
	margin: 0.625rem auto 0;
	width: 2.25rem;
}

.point__text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6666666667;
}

.point__text span {
	color: #FFE98C;
}

.point__content {
	background-color: #fff;
	margin-top: 4.8125rem;
	padding: 7.6875rem 3.375rem 1.75rem;
	position: relative;
}

.point__content--padding {
	padding: 7.6875rem 2.125rem 1.75rem;
}

.point__house {
	height: 10.875rem;
	left: 50%;
	position: absolute;
	top: -25%;
	transform: translate(-50%, 0%);
	width: 16.1875rem;
}

.point__dl {
	display: flex;
	gap: 0.6875rem;
}

.point__dl + .point__dl {
	margin-top: 0.3125rem;
}

.point__dl dt {
	flex-shrink: 0;
}

.point__dl dd {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4444444444;
}

.point__square {
	height: 1rem;
	position: relative;
	top: 0.25rem;
	width: 1rem;
}

.reason-pc {
	position: relative;
}

.reason-pc__number {
	color: #1E4B8C;
	font-size: 6.25rem;
	font-weight: 300;
	left: 40.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: 5;
}

.reason-pc__number--reverse {
	left: auto;
	left: initial;
	right: 39.875rem;
	transform: translate(50%, 0%);
}

.reason-pc__item + .reason-pc__item {
	margin-top: 5rem;
}

.reason-pc__flex {
	display: flex;
}

.reason-pc__flex--reverse {
	flex-direction: row-reverse;
}

.reason-pc__img img {
	-o-object-fit: cover;
	aspect-ratio: 715/320;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.reason-pc__img {
	flex: 0 0 44.6875rem;
	position: relative;
	z-index: 3;
}

.reason-pc__content {
	flex: 0 0 57.5%;
	margin-left: -6.25rem;
	margin-top: 1.5625rem;
	position: relative;
}

.reason-pc__content--reverse {
	margin-left: 0;
	margin-left: initial;
	margin-right: -6.25rem;
}

.reason-pc__border-bottom {
	bottom: -1rem;
	height: 6.9375rem;
	left: 3%;
	position: absolute;
	right: 0rem;
	width: 35rem;
}

.reason-pc__border-bottom--reverse {
	left: auto;
	left: initial;
	right: 3%;
}

.reason-pc__head {
	position: relative;
}

.reason-pc__border-top {
	height: 6.9375rem;
	left: 2.5rem;
	position: absolute;
	right: 0;
	top: -1.375rem;
	width: 35rem;
}

.reason-pc__border-top--reverse {
	left: auto;
	left: initial;
	right: 2.5rem;
}

.reason-pc__title {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: 8.125rem;
	min-height: 5.25rem;
}

.reason-pc__title--reverse {
	margin-left: 13.5625rem;
}

.reason-pc__title--reverse {
	position: relative;
	top: 1.25rem;
}

.reason-pc__title span {
	color: #1E4B8C;
}

.reason-pc__sentence {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10.5% 100%);
	background-color: #E9EEF3;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10.5% 100%);
	margin-top: 1.25rem;
	padding: 1.875rem 10rem 1.875rem 8.125rem;
}

.reason-pc__sentence-reverse {
	-webkit-clip-path: polygon(0 0, 100% 0, 89.5% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 89.5% 100%, 0 100%);
	padding: 1.875rem 8.125rem 1.875rem 10rem;
}

.reason-pc__text {
	color: #000;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.2777777778;
}

.reason-pc__text span {
	-webkit-text-decoration: underline;
	color: #1E4B8C;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.reason-sp {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.reason-sp__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.reason-sp__title--reverse {
	text-align: right;
}

.reason-sp__title span {
	color: #1E4B8C;
}

.reason-sp__content {
	margin: 1.875rem auto auto -1.5625rem;
	position: relative;
	width: calc(100% + 3.125rem);
}

.reason-sp__number {
	color: #1E4B8C;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	right: 4%;
	top: -0.75rem;
	z-index: 4;
}

.reason-sp__number--reverse {
	left: 4%;
	right: auto;
	right: initial;
}

.reason-sp__img {
	width: 83.33%;
}

.reason-sp__img--reverse {
	margin-left: auto;
}

.reason-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 325/151;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.reason-sp__sentence {
	background-color: #E9EEF3;
	margin-top: -2.5rem;
	padding: 3.9375rem 1.5625rem 2.5rem;
}

.reason-sp__text {
	color: #000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 2.125;
}

.reason-sp__text span {
	-webkit-text-decoration: underline;
	color: #1E4B8C;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.3em;
}

.reason {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	overflow-x: clip;
}

.reason__list {
	margin-top: 1.875rem;
}

.reason__item + .reason__item {
	margin-top: 2.5rem;
}

.section-title {
	text-align: center;
}

.section-title--white {
	color: #fff;
}

.section-title__main {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3125;
}

.section-title__main--font {
	font-size: 1.75rem;
}

.section-title__main--task {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3571428571;
}

.section-title__sub {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.section-title__highlight--general {
	color: #5F0000;
}

.section-title__task {
	color: #5F0000;
	font-size: 2rem;
}

.section-title__highlight--local {
	color: #074906;
}

.js-quote {
	display: none;
}

.security {
	text-align: center;
}

.security__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.security__container {
	background-color: #1E293B;
	padding-top: 1.875rem;
}

.security__title {
	background-color: #fff;
	color: #1E293B;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2857142857;
	padding: 0.875rem 0;
}

.security__title span {
	color: #5F0000;
	font-size: 2rem;
}

.security__content {
	padding: 1.5rem 1.25rem 1.875rem;
}

.security__maker {
	margin-top: 1rem;
}

.security__maker img {
	-o-object-fit: cover;
	aspect-ratio: 300/109;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.security__subtitle {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6875;
}

.security__subtitle span {
	color: #FFEDA2;
}

.security__img {
	margin-top: 1.25rem;
}

.security__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/195;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.security__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8125rem;
	margin-top: 1.25rem;
}

.security__item {
	margin: 0;
	max-width: calc(50% - 0.40625rem);
	width: 100%;
}

.security__award img {
	-o-object-fit: cover;
	aspect-ratio: 143/100;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.security__channel {
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
}

.security__channel::after {
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.5) 50%, transparent 60%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

.security__channel:hover::after {
	animation: channel-shine 2s ease infinite;
}

.security__channel img {
	-o-object-fit: cover;
	aspect-ratio: 340/479;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.simulation {
	text-align: center;
}

.simulation__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.simulation__content {
	margin-top: 2.5rem;
}

.simulation__head {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.simulation__head span {
	font-size: 1.1875rem;
}

.simulation__table {
	margin-top: 1.875rem;
}

.simulation__box {
	margin-top: 0.625rem;
}

.simulation__box + .simulation__box {
	margin-top: 0.625rem;
}

.simulation__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/88;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.simulation__img--second img {
	-o-object-fit: cover;
	aspect-ratio: 340/134;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.simulation__img--third img {
	-o-object-fit: cover;
	aspect-ratio: 340/134;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.simulation__map {
	margin-top: 0.625rem;
}

.simulation__map img {
	-o-object-fit: cover;
	aspect-ratio: 340/396;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.simulation__button {
	margin-top: 1.875rem;
}

.sp-nav__list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 0.625rem;
}

.sp-nav__item {
	background-color: #1E293B;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.5);
	color: #fff;
	display: inline-block;
	font-size: 1.425rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.sp-nav__item a {
	color: inherit;
	display: block;
	padding: 0.125rem 0.6875rem 0rem;
}

.sp-nav__button {
	background: linear-gradient(135deg, #A22600 0%, #D23100 50%, #AF2901 100%);
	border-radius: 0.125rem;
	margin-top: 7.0625rem;
}

.sp-nav__box {
	background: linear-gradient(135deg, #A22600 0%, #D23100 50%, #AF2901 100%);
	border: 3px solid #AF2901;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
	color: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: background 0.3s ease;
	width: 100%;
}

.sp-nav__box::before {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(90deg, #3B1E1E 31%, #FFBFBF 50%, #3B1E1E 81%);
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	left: 0;
	mask-composite: exclude;
	padding: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.sp-nav__box:focus-visible {
	outline: 0.1875rem solid #1f2d46;
	outline-offset: 0.25rem;
}

.sp-nav__box-inner {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.578125rem 0 0.484375rem;
}

.sp-nav__box-text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
}

.sp-nav__box-text span {
	color: #FFE269;
}

.sp-nav__box-arrow {
	height: 0.9375rem;
	margin-left: 0.625rem;
	position: relative;
	top: 0rem;
	width: 0.9375rem;
}

.step {
	text-align: center;
}

.step__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.step__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.step__arrow {
	height: 3.0625rem;
	position: absolute;
	width: 69.875rem;
}

.step__item {
	width: 100%;
}

.step__head {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 2;
	position: relative;
	z-index: 5;
}

.step__head span {
	color: #5F0000;
}

.step__card {
	background-color: #E9EEF3;
	border: solid 0.125rem #CCD7E8;
	margin-top: 1.625rem;
	padding: 0rem 1.16875rem 1rem;
	position: relative;
}

.step__number {
	background-color: #1E293B;
	color: #fff;
	display: inline-block;
	font-size: 1.40625rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 0 2.625rem;
	position: absolute;
	top: -5%;
	transform: translate(-50%, 0%);
	width: -moz-max-content;
	width: max-content;
}

.step__img {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	min-height: 10.5625rem;
}

.step__img--third,
.step__img--six {
	min-height: 9.75rem;
}

.step__img img {
	height: 9rem;
	margin-left: auto;
	margin-right: auto;
	width: 9rem;
}

.step__img--second img {
	height: 7.9375rem;
	margin-left: auto;
	margin-right: auto;
	width: 13.6875rem;
}

.step__img--third img {
	height: 6.8125rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.4375rem;
}

.step__img--four img {
	height: 8.6875rem;
	margin-left: auto;
	margin-right: auto;
	width: 10.5625rem;
}

.step__img--five img {
	height: 7.375rem;
	margin-left: auto;
	margin-right: auto;
	width: 11.4375rem;
}

.step__img--six img {
	height: 7.3125rem;
	margin-left: auto;
	margin-right: auto;
	width: 9.375rem;
}

.step__box {
	margin-top: 0.75rem;
}

.step__box--margin {
	margin-top: 0.375rem;
}

.step__subtitle {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

.step__subtitle--height {
	line-height: 1.3703703704;
}

.step__subtitle--second {
	margin-top: 0.875rem;
}

.step__subtitle-text {
	color: #4E70A7;
	font-size: 1.175rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 0.625rem;
}

.step__sentence {
	background-color: #fff;
	margin-top: 1.125rem;
	padding: 0.9375rem;
	text-align: left;
}

.step__sentence--margin {
	margin-top: 1.125rem;
}

.step__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.045em;
	line-height: 1.7625;
}

.step__tab {
	background-color: #2E599E;
	border-radius: 2.9375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.125rem;
	padding: 0 0.8125rem;
}

.sub-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0;
}

.sub-contact__sentence {
	text-align: center;
}

.sub-contact__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.sub-contact__text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6875;
	margin-top: 0.3125rem;
}

.sub-contact__content {
	margin-top: 2.3125rem;
}

.sub-contact__achievement,
.sub-contact__team {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.9285714286;
}

.achievement__img {
	margin-top: 1.875rem;
}

.achievement__img img {
	-o-object-fit: contain;
	aspect-ratio: 593/247;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.sub-contact__team {
	margin-top: 3.125rem;
}

.sub-contact__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.sub-contact__item {
	width: 100%;
}

.sub-contact__item img {
	-o-object-fit: cover;
	aspect-ratio: 140/158;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-contact__form {
	margin-top: 1.25rem;
}

.faq__list {
	margin-top: 1.875rem;
}

.faq__item {
	background-color: #F4F9FF;
	border: 1px solid #DBE9F4;
	width: 100%;
}

.faq__item + .faq__item {
	margin-top: 0.5rem;
}

.faq__question {
	align-items: center;
	background-color: #F4F9FF;
	display: flex;
	padding: 1.25rem 1.625rem;
	text-align: left;
	transition: background-color 0.2s ease;
	width: 100%;
}

.faq__question:hover {
	background-color: #dce6f0;
}

.faq__item:has(.faq__question[aria-expanded=true]) {
	background-color: #dce6f0;
	transition: background-color 0.2s ease;
}

.faq__question-text {
	color: #000;
	flex: 1;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625;
	margin-left: 0.5625rem;
}

.faq__label {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	font-family: serif;
	justify-content: center;
}

.faq__label--question {
	color: #003fa5;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
}

.faq__icon {
	flex-shrink: 0;
	height: 1rem;
	margin-left: 1rem;
	position: relative;
	width: 1rem;
}

.faq__icon::before,
.faq__icon::after {
	background-color: #003fa5;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq__icon::before {
	height: 0.125rem;
	width: 100%;
}

.faq__icon::after {
	height: 100%;
	width: 0.125rem;
}

.faq__question[aria-expanded=true] .faq__icon::after {
	opacity: 0;
}

.faq__answer {
	background-color: #F4F9FF;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
}

.faq__answer.is-open {
	visibility: visible;
}

.faq__answer-inner {
	align-items: flex-start;
	display: flex;
	padding: 0rem 1.625rem 1.25rem;
}

.faq__answer-body {
	flex: 1;
	padding: 0 0rem 0 2.1875rem;
	position: relative;
	top: 0.25rem;
}

.faq__answer-text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 2;
}

.faq__answer-text + .faq__answer-text {
	margin-top: 1.25rem;
}

.task__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.task__list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.task__item {
	border: solid 1px #DBE9F4;
	min-height: 6.25rem;
	width: 100%;
}

.task__item--red {
	border: solid 1px #F4DBDB;
}

.task__flex {
	display: flex;
}

.task__img {
	width: 28.82%;
}

.task__img img {
	-o-object-fit: cover;
	aspect-ratio: 98/100;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.task__content {
	align-items: center;
	background-color: #F4F9FF;
	display: flex;
	gap: 0.90625rem;
	padding: 0 1.125rem 0 0.625rem;
	width: 71.17%;
}

.task__content--red {
	background-color: #FFF4F4;
}

.task__check {
	height: 1rem;
	width: 1rem;
}

.task__text {
	color: #000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.task__text--red {
	color: #5F0000;
}

.task__text--font {
	font-size: 1rem;
	line-height: 1.5;
}

.task__item:nth-child(2) {
	order: 4;
}

.task__item:nth-child(3) {
	order: 2;
}

.task__item:nth-child(4) {
	order: 3;
}

.task__item:nth-child(5) {
	order: 5;
}

.task__item:nth-child(6) {
	order: 6;
}

.thanks {
	text-align: center;
}

.thanks__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.thanks__img-left img,
.thanks__img-right img {
	-o-object-fit: cover;
	aspect-ratio: 406/656;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.thanks__content {
	margin-top: 6.6875rem;
	padding-bottom: 2.5rem;
}

.thanks__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.thanks__text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6875;
	margin-top: 0.8125rem;
}

.thanks__mail {
	background-color: #F5F8FA;
	margin-top: 1.875rem;
	padding: 1rem 0 1.5rem;
}

.thanks__remarks {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 3;
}

.thanks__mail-text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.9285714286;
	margin-top: 0.625rem;
}

.thanks__tel {
	margin-top: 0.625rem;
}

.thanks__tel-text {
	color: #5F0000;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.1052631579;
}

.thanks__tel-box {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.thanks__tel-icon {
	height: 2.3125rem;
	width: 3.5625rem;
}

.thanks__tel-number {
	-webkit-text-decoration: underline;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.375rem;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
	white-space: nowrap;
}

.thanks__tel-time {
	color: #144273;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 0.75rem;
}

.work {
	background-color: #1E293B;
	text-align: center;
}

.work__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.work__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.work__item {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), 50% 100%, 0 calc(100% - 1.875rem));
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), 50% 100%, 0 calc(100% - 1.875rem));
	padding: 0.8125rem 0 3.0625rem;
	width: 100%;
}

.work__step {
	color: #1E4B8C;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.1;
}

.work__img {
	margin-top: 0.9375rem;
}

.work__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.work__content {
	padding: 0 0.625rem;
}

.work__subtitle {
	color: #1E293B;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1rem;
}

.work__text {
	color: #1E4B8C;
	font-size: 0.825rem;
	letter-spacing: 0.04em;
	line-height: 1.5984848485;
	margin-top: 0.4rem;
	padding: 0 1.0625rem;
	text-align: left;
}

.work__sentence {
	align-items: center;
	background-color: #F3E9E9;
	color: #5F0000;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	min-height: 3.875rem;
	padding: 0.45625rem 0.5rem 0.41875rem;
}

.work__sentence--padding {
	padding: 0.45625rem 0rem 0.41875rem;
}

.work__remarks {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.work__banner {
	background-color: #141B26;
	color: #fff;
	margin-top: 1.875rem;
	padding: 1.125rem 0.9375rem;
	width: 100%;
}

.work__banner-inner {
	display: flex;
	flex-direction: column;
}

.work__banner-title {
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 2;
}

.work__banner-divider {
	background-color: #5E5E5E;
	height: 0.0625rem;
	margin-top: 1.375rem;
	width: 100%;
}

.work__banner-right {
	margin-top: 1.375rem;
	padding: 0 0.375rem;
	text-align: left;
}

.work__banner-text {
	font-size: 1.14375rem;
	font-weight: 300;
	line-height: 1.8032786885;
}

.work__banner-text span {
	font-size: 0.85625rem;
}

.work__button {
	margin-top: 1.25rem;
}

@media (prefers-reduced-motion: no-preference) {

html {
	scroll-behavior: smooth;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-achievement {
	margin-top: 5rem;
}

.top-company {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.top-construction {
	margin-top: 5rem;
	padding: 5rem 0;
}

.top-difference {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.top-faq {
	margin-top: 6.25rem;
	padding: 6.25rem 0;
}

.top-point {
	margin-top: 5rem;
	padding: 5rem 0 5.625rem;
}

.top-reason {
	margin-top: 5rem;
}

.top-security {
	margin-top: 5.9375rem;
}

.top-simulation {
	margin-top: 5rem;
}

.top-step {
	margin-top: 5rem;
}

.top-sub-contact {
	margin-top: 11.3125rem;
	padding-bottom: 8.5625rem;
}

.top-task {
	margin-top: 5rem;
}

.top-thanks {
	margin-top: 6rem;
}

.top-work {
	margin-top: 5rem;
	padding: 6.25rem 0;
}

.achievement__title-pc,
.achievement__title-sp {
	font-size: 2.5rem;
	line-height: 1.35;
}

.achievement__container {
	margin-top: 2.5rem;
	padding: 5rem 0;
}

.achievement__container--margin {
	margin-top: 5.875rem;
}

.achievement__inner {
	max-width: 73.125rem;
}

.achievement__list {
	gap: 1.1875rem;
}

.achievement__item {
	max-width: calc(25% - 0.890625rem);
	padding: 0.6875rem 1.375rem 1rem;
}

.achievement__item--number {
	padding: 0.375rem 0rem 0rem;
}

.achievement__head {
	font-size: 1.5rem;
	line-height: 1.8333333333;
}

.achievement__logo {
	height: 8.8125rem;
	margin: 0.625rem auto 0;
	width: 13.5rem;
}

.achievement__logo--second {
	height: 8.8125rem;
	margin: 1.25rem auto 0;
	width: 13.5rem;
}

.achievement__satisfaction-top {
	font-size: 1.75rem;
	line-height: 1;
}

.achievement__satisfaction-bottom {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.achievement__number {
	font-size: 6.25rem;
	margin-top: 0.875rem;
}

.achievement__number span {
	font-size: 3.5625rem;
	line-height: 1.101754386;
}

.button-box {
	border-radius: 0.1875rem;
	width: 31.25rem;
}

.button-box--contact {
	width: 100%;
}

.button-box::before {
	border-radius: 0.1875rem;
}

.button-box__inner {
	padding: 0.6875rem 0 0.6875rem 1.25rem;
}

.button-box__inner--contact {
	padding: 0.6875rem 0 ;
}

.button-box__text {
	font-size: 1.625rem;
}

.button-box:hover {
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
	transform: translateY(-0.25rem);
}

.button-box:hover::after {
	transform: translateX(150%);
}

.button-box__arrow {
	height: 1.625rem;
	margin-left: 1rem;
	top: 0rem;
	width: 1.625rem;
}

.button-box__arrow--contact {
	margin-left: 7.875rem;
}

.button__comment {
	font-size: 1.375rem;
	padding-bottom: 0.625rem;
}

.case {
	padding: 5rem 0 6.25rem;
}

.case__inner {
	max-width: 100%;
	padding: 0;
}

.case-swiper {
	margin-top: 3.75rem;
}

.case__image img {
	aspect-ratio: 360/210;
}

.case__content {
	padding: 1.25rem 1rem 1.875rem;
}

.case__tabs {
	gap: 0.3125rem;
}

.case__tab {
	border-radius: 3.125rem;
	font-size: 0.9375rem;
	padding: 0.125rem 0.875rem 0;
}

.case__head {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.case__wrapper {
	margin-top: 0.375rem;
	padding: 0.875rem 0.25rem 0 0.625rem;
}

.case__dl + .case__dl {
	margin-top: 0.5625rem;
}

.case__dl dt {
	font-size: 1.125rem;
	width: 5.4375rem;
}

.case__dl dd {
	font-size: 1rem;
}

.company::before {
	background-image: url("../images/common/company-map.webp");
	bottom: -2rem;
	height: 52.1875rem;
	right: calc(50% - min(50%, 41rem));
	top: auto;
	top: initial;
	width: 46.6875rem;
}

.company__inner {
	max-width: 73.125rem;
}

.company__flex {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	gap: 2.375rem;
	margin-top: 3.125rem;
}

.company__images {
	display: block;
	margin: 0 auto;
	width: 43.21%;
}

.company__img {
	width: 79.33%;
}

.company__img + .company__img {
	margin-top: 1rem;
}

.company__img--right {
	margin-left: auto;
}

.company__img img {
	aspect-ratio: 384/256;
}

.company__info {
	margin-top: 0rem;
	width: 53.39%;
}

.company-info__dl {
	align-items: center;
	display: flex;
	padding-bottom: 0.9375rem;
}

.company-info__dl--center {
	align-items: flex-start;
}

.company-info__dt {
	font-size: 1.1875rem;
	width: 8.1875rem;
}

.company-info__dd {
	font-size: 1.1875rem;
	margin-top: 0rem;
}

.company-info__dd--store {
	font-size: 1.0375rem;
}

.company-info__dd--address {
	font-size: 0.89375rem;
}

.company-info__dd--font {
	font-size: 0.96875rem;
}

.company-info__dl + .company-info__dl {
	margin-top: 0.9375rem;
}

.company-info__box + .company-info__box {
	margin-top: 0.75rem;
}

.construction__inner {
	max-width: 73.125rem;
	padding: 0 1.5625rem;
}

.construction-swiper {
	margin-left: 0;
	margin-top: 3.75rem;
}

.construction-swiper .swiper-slide:not(.swiper-slide-active) .construction__images {
	visibility: visible;
}

.construction__list {
	transform: none !important;
}

.construction__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.construction__item {
	margin: 0;
	max-width: calc(33.3333% - 0.8333333333rem);
	width: 100%;
}

.construction__images {
	margin-left: -1rem;
}

.construction__subtitle {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 4.21875rem;
}

.construction__img img {
	aspect-ratio: 360/200;
}

.construction__images img {
	width: 81%;
}

.construction__all {
	padding: 0 1.8125rem 1.25rem;
}

.construction__content {
	padding: 0 1.3125rem;
}

.construction__wrapper + .construction__wrapper {
	margin-top: 0.625rem;
}

.construction__head {
	font-size: 1rem;
}

.construction__text {
	font-size: 0.8125rem;
	line-height: 1.4642857143;
}

.construction__sentence {
	margin-top: 1rem;
	padding: 0.625rem 0 0.6875rem;
}

.construction__detail {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.construction__button {
	margin-top: 3.75rem;
}

.contact {
	padding: 4.8125rem 0 1.875rem;
}

.contact__border {
	height: 7.9375rem;
	width: 56.625rem;
}

.contact__inner {
	max-width: 72.6875rem;
	padding: 0 1.5625rem;
}

.contact__title {
	font-size: 2.0625rem;
	line-height: 1.3545454545;
	position: relative;
}

.contact__title::before {
	background-image: url("../images/common/contact-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9.0625rem;
	left: calc(50% - min(50%, 24.5rem));
	position: absolute;
	top: -2rem;
	width: 9.0625rem;
	z-index: 1;
}

.contact__title::after {
	background-image: url("../images/common/contact-bochi.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.875rem;
	position: absolute;
	right: calc(50% - min(50%, 24rem));
	top: -1.75rem;
	width: 9.375rem;
	z-index: 1;
}

.contact__container {
	margin-top: 3.5rem;
}

.contact__tel {
	align-items: center;
	border-bottom: solid 1px #fff;
	display: flex;
	gap: 1.3625rem;
	justify-content: center;
	padding: 1.0625rem 0rem;
}

.contact__tel::before {
	background-image: url("../images/common/contact-human.webp");
	height: 23.0625rem;
	left: 50%;
	top: -143%;
	transform: translate(-50%, -50%);
	width: 63.5625rem;
}
.contact__text {
	font-size: 1.625rem;
	line-height: 1.5;
}

.contact__bottom {
	gap: 0.89375rem;
}

.contact__icon {
	height: 3.125rem;
	width: 4.6875rem;
}

.contact__number {
	font-size: 3.75rem;
}

.contact__number:hover {
	color: #A8D4FF;
	text-decoration-color: #A8D4FF;
}

.contact__button {
	margin: 12.5625rem auto 0;
	width: 42.125rem;
}

.contact__box {
	width: 42.125rem;
}

.contact__box:hover {
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
	transform: translateY(-0.25rem);
}

.contact__box:hover::after {
	transform: translateX(150%);
}

.contact__box-inner {
	padding: 1.14625rem 0 1.14625rem 1.875rem;
}

.contact__box-text {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
	line-height: 1.8055555556;
}

.contact__box-arrow {
	height: 1.875rem;
	margin-left: 1.9375rem;
	width: 1.875rem;
}

.difference__inner {
	max-width: 60.75rem;
	padding: 0;
}

.faq__inner {
	max-width: 73.125rem;
}

.faq__accordion {
	margin-top: 2.5rem;
}

.footer {
	padding: 4rem 0 1.875rem;
}

.footer__title a:hover {
	color: #6ab0f5;
	text-decoration-color: #6ab0f5;
}

.footer__copyright {
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.6875rem;
}

.sub-contact-form {
	padding: 2.625rem 3.25rem 3.125rem;
}

.form__item + .form__item {
	margin-top: 1.5625rem;
}

.form__item--check {
	margin-top: 1rem;
	margin-left: 0;
	gap: 0.625rem;
}

.form__privacy-title {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
	margin-left: 0;
}

.form__label {
	font-size: 1.25rem;
}

.form__required {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-right: 1rem;
	padding: 0 0.5rem;
}

.form__input input {
	font-size: 1.125rem;
	height: 2.375rem;
	line-height: 3;
}

.form__input textarea {
	font-size: 1rem;
	height: 9rem;
	line-height: 1.75;
	padding: 0.625rem 1.25rem;
}

.form__submit {
	margin-top: 1.875rem;
}

.form__button {
	border-radius: 0.1875rem;
	width: 31.25rem;
}

.form__button::before {
	border-radius: 0.1875rem;
}

.fv-button-box {
	border-radius: 0.1875rem;
	width: 31.25rem;
}

.fv-button-box::before {
	border-radius: 0.1875rem;
}

.fv-button-box__inner {
	padding: 0.6875rem 0 0.6875rem 5rem;
}

.fv-button-box__text {
	font-size: 1.625rem;
}

.fv-button-box:hover {
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
	transform: translateY(-0.25rem);
}

.fv-button-box:hover::after {
	transform: translateX(150%);
}

.fv-button-box__arrow {
	height: 1.625rem;
	margin-left: 3.5625rem;
	top: 0rem;
	width: 1.625rem;
}

.fv__img-left,
.fv__img-right {
	width: 28.19%;
}

.fv {
	background-color: transparent;
	background-color: initial;
	margin-top: 6rem;
}

.fv__button {
	margin-top: 2.0625rem;
}

.header__logoLink-bottom {
	font-size: 1.79375rem;
	letter-spacing: 0em;
	margin-top: 0.625rem;
}

.header__hamburger {
	display: none;
}

.header__sp-nav {
	display: none;
}

.inner {
	max-width: 1270px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.point__inner {
	max-width: 45.5625rem;
	padding: 0;
}

.point__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5rem 3.4375rem;
	margin-top: 3.75rem;
}

.point__item {
	margin: 0;
	max-width: calc(50% - 1.71875rem);
}

.point__content {
	min-height: 17.0625rem;
}

.reason {
	max-width: 90rem;
}

.reason__list {
	margin-top: 6.875rem;
}

.reason__item + .reason__item {
	margin-top: 5rem;
}

.section-title__main {
	font-size: 2.5rem;
	line-height: 1.35;
}

.section-title__main--font {
	font-size: 2.5rem;
}

.section-title__main--task {
	font-size: 2.5rem;
	line-height: 1.35;
}

.section-title__sub {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.section-title__task {
	font-size: 2.5rem;
}

.js-quote {
	display: inline;
}

.security__inner {
	max-width: 73.75rem;
}

.security__container {
	padding-top: 2.5rem;
}

.security__title {
	font-size: 2.5rem;
	line-height: 1.35;
}

.security__title span {
	font-size: 2.5rem;
}

.security__flex {
	display: flex;
	gap: 3.125rem;
	justify-content: flex-end;
}

.security__content {
	padding: 2.5rem 3.75rem 3.75rem;
	position: relative;
}

.security__maker {
	left: 3.75rem;
	margin-top: 0rem;
	position: absolute;
	top: 10.375rem;
	width: 50.708%;
}

.security__maker img {
	aspect-ratio: 573/208;
}

.security__subtitle {
	font-size: 1.5rem;
	line-height: 1.625;
	margin-top: 0.875rem;
	width: 41.24%;
}

.security__img {
	margin-top: 0rem;
	width: 49.11%;
}

.security__img img {
	aspect-ratio: 496/356;
}

.security__list {
	gap: 1.4875rem;
	margin-top: 2.5rem;
}

.security__item {
	max-width: calc(25% - 1.115625rem);
}

.security__award img {
	aspect-ratio: 234/164;
}

.security__channel {
	margin-top: 2.5rem;
}

.security__channel img {
	aspect-ratio: 1130/280;
}

.simulation__inner {
	max-width: 73.125rem;
}

.simulation__content {
	display: flex;
	gap: 1.25rem;
	margin-top: 4.5625rem;
}

.simulation__wrapper {
	width: 50.8%;
}

.simulation__head {
	font-size: 1.75rem;
	line-height: 1.9285714286;
}

.simulation__head span {
	font-size: 1.75rem;
}

.simulation__table {
	margin-top: 0rem;
	width: 47.41%;
}

.simulation__box {
	margin-top: 1.875rem;
}

.simulation__box + .simulation__box {
	margin-top: 1.25rem;
}

.simulation__img img {
	aspect-ratio: 569/133;
}

.simulation__img--second img {
	aspect-ratio: 569/225;
}

.simulation__img--third img {
	aspect-ratio: 569/225;
}

.simulation__map {
	margin-top: 1.875rem;
}

.simulation__map img {
	aspect-ratio: 531/623;
}

.simulation__button {
	margin-top: 4.5rem;
}

.step__inner {
	max-width: 73.125rem;
}

.step__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.625rem 1.25rem;
	margin-top: 3.5625rem;
	position: relative;
}

.step__item {
	margin: 0;
	max-width: calc(33.3333% - 0.8333333333rem);
}

.step__head {
	letter-spacing: 0.07em;
}

.step__card {
	margin-top: 2.875rem;
	padding: 0rem 1.25rem 1.125rem;
}

.step__number {
	font-size: 1.5rem;
	padding: 0 2.8125rem;
}

.step__img img {
	height: 9.625rem;
	width: 9.625rem;
}

.step__img--second img {
	height: 7.9375rem;
	width: 13.6875rem;
}

.step__img--third img {
	height: 7.25rem;
	width: 7.9375rem;
}

.step__img--four img {
	height: 9.25rem;
	position: relative;
	top: 0.375rem;
	width: 11.25rem;
}

.step__img--five img {
	height: 7.875rem;
	width: 12.1875rem;
}

.step__img--six img {
	height: 7.8125rem;
	width: 10rem;
}

.step__box {
	margin-top: 0.75rem;
	min-height: 5rem;
	position: relative;
	top: 0.375rem;
}

.step__box--margin {
	margin-top: 1.25rem;
	min-height: 5rem;
	position: relative;
	top: 0;
}

.step__subtitle {
	font-size: 1.75rem;
}

.step__subtitle--height {
	line-height: 1.4285714286;
}

.step__subtitle--second {
	margin-top: 0rem;
}

.step__subtitle-text {
	font-size: 1.25rem;
}

.step__sentence {
	margin-top: 0.625rem;
	min-height: 11.3125rem;
	padding: 1rem;
}

.step__sentence--margin {
	margin-top: 0.8125rem;
}

.step__text {
	font-size: 1.0625rem;
	line-height: 1.7647058824;
}

.step__tab {
	font-size: 1rem;
	margin-top: 1.25rem;
	padding: 0 0.875rem;
}

.sub-contact__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.sub-contact__container {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.sub-contact__sentence {
	text-align: left;
	width: 49.41%;
}

.sub-contact__title {
	font-size: 2.5rem;
	line-height: 1.35;
}

.sub-contact__text {
	font-size: 1.375rem;
	line-height: 2;
	margin-top: 1.5625rem;
}

.sub-contact__item {
	margin: 0;
	max-width: calc(25% - 0.46875rem);
}

.sub-contact__form {
	margin-top: 0rem;
	width: 47.16%;
}

.faq__list {
	margin-top: 2.5rem;
}

.faq__item + .faq__item {
	margin-top: 1.25rem;
}

.faq__question {
	padding: 1.6875rem 1.625rem;
}

.faq__question-text {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-left: 1.0625rem;
}

.faq__label--question {
	font-size: 1.75rem;
}

.faq__answer-inner {
	padding: 0rem 1.625rem 1.6875rem;
}

.faq__answer-body {
	padding: 0 3.0625rem;
}

.task__inner {
	max-width: 73.125rem;
}

.task__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem 0.875rem;
	margin-top: 3.375rem;
}

.task__item {
	margin: 0;
	max-width: calc(50% - 0.4375rem);
}

.task__img {
	width: 28.93%;
}

.task__img img {
	aspect-ratio: 160/99;
}

.task__content {
	gap: 1.0625rem;
	padding: 0 1.5rem 0 1.0625rem;
	width: 71.06%;
}

.task__check {
	height: 1.625rem;
	width: 1.625rem;
}

.task__text {
	font-size: 1.25rem;
	line-height: 1.4;
}

.task__text--font {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.task__item:nth-child(2) {
	order: initial;
}

.task__item:nth-child(3) {
	order: initial;
}

.task__item:nth-child(4) {
	order: initial;
}

.task__item:nth-child(5) {
	order: initial;
}

.task__item:nth-child(6) {
	order: initial;
}

.thanks__inner {
	max-width: 100%;
	padding: 0;
}

.thanks__container {
	display: flex;
}

.thanks__img-left,
.thanks__img-right {
	width: 28.19%;
}

.thanks__content {
	margin-top: 3.75rem;
	padding-bottom: 2.625rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 43.61%;
}

.thanks__title {
	font-size: 2.5rem;
	line-height: 1.35;
}

.thanks__text {
	font-size: 1.375rem;
	line-height: 1.6363636364;
	margin-top: 1.875rem;
}

.thanks__mail {
	margin-top: 1.25rem;
	padding: 1rem 2rem 2.1875rem;
}

.thanks__remarks {
	font-size: 1.25rem;
	line-height: 2.7;
}

.thanks__mail-text {
	font-size: 1rem;
	line-height: 1.6875;
}

.thanks__tel {
	margin-top: 1.375rem;
}

.thanks__tel-text {
	font-size: 1.5625rem;
	line-height: 2.16;
}

.thanks__tel-box {
	gap: 0.875rem;
}

.thanks__tel-icon {
	height: 3.125rem;
	width: 4.6875rem;
}

.thanks__tel-number {
	font-size: 3.75rem;
}

.thanks__tel-number:hover {
	color: #004194;
	text-decoration-color: #004194;
}

.thanks__tel-time {
	font-size: 1.25rem;
	margin-top: 1.375rem;
}

.work__inner {
	max-width: 73.125rem;
}

.work__list {
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 3.4375rem;
}

.work__item {
	-webkit-clip-path: none;
	clip-path: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: calc(33.3333% - 0.8333333333rem);
	padding: 0.9375rem 0 1.875rem;
}

.work__step {
	font-size: 1.375rem;
	line-height: 2;
}

.work__img img {
	aspect-ratio: 360/179;
}

.work__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 1.8125rem;
}

.work__subtitle {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.work__text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.625rem;
	padding: 0 0 1rem 0;
}

.work__sentence {
	margin-top: auto;
	padding: 0.375rem 0.9375rem 0.5rem;
}

.work__sentence--padding {
	padding: 0.375rem 0.9375rem 0.5rem;
}

.work__remarks {
	font-size: 1rem;
	line-height: 1.5;
}

.work__banner {
	margin-top: 2.5rem;
	padding: 1.25rem 3.75rem;
}

.work__banner-inner {
	align-items: center;
	flex-direction: row;
}

.work__banner-divider {
	height: 5rem;
	margin-left: 3.75rem;
	margin-top: 0;
	width: 0.0625rem;
}

.work__banner-right {
	margin-left: 3.75rem;
	margin-top: 0;
	padding: 0;
}

.work__banner-text {
	font-size: 1.375rem;
	line-height: 1.6363636364;
}

.work__banner-text span {
	font-size: 1.375rem;
}

.work__button {
	margin-top: 3.4375rem;
}

.form__item--check .wpcf7-list-item input[type="checkbox"] {
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.wpcf7-form-control,
.form-privacy__text{
	font-size: 1.125rem;
}

.form__required--margin,
.form-privacy__input{
	margin: 0 !important;
}

.form-privacy__input{
	position: relative;
	top: 0.15rem;
}

.form-privacy__text{
	position: relative;
	top: 0rem;
}

.contact__time {
	border-radius: 2px;
	background-color: #fff;
	color: #1E293B;
	display: inline-block;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0.875rem 0.2rem;
}

.contact__time-color {
	color: #004194;
	font-size: 1.5rem;
}

.contact-pc__subtitle-font {
	font-size: 1.125rem;
}

.contact__time-text{
	color: #FFE269;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.02em;
}

.contact__time-border{
	color: #DBDBDB;
	font-size: 1.875rem;

	top: 0px;
}

.contact__tel-flex{
	margin-top: 0.5rem;
	gap: 1.875rem;
}


}

@media (min-width: 768px) {

.header__inner {
	height: 6rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logoLink-top {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1360px) {

.fv-pc__comment-text {
	left: 50%;
	top: -3%;
	transform: translate(-50%, 0%);
}

.header__inner {
	height: 6rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.header__logoLink-top {
	font-size: 1.1875rem;
	line-height: 1.1578947368;
}

.reason-pc__border-bottom {
	left: 4%;
}

.reason-pc__border-bottom--reverse {
	left: auto;
	left: initial;
	right: 4%;
}

.reason-pc__border-top {
	left: 7rem;
}

.reason-pc__border-top--reverse {
	left: auto;
	left: initial;
	right: 6.5rem;
}

.reason-pc__title {
	margin-left: 11.6875rem;
}

.reason-pc__title--reverse {
	margin-left: 14.6875rem;
}

.reason-pc__sentence {
	padding: 1.875rem 10rem 1.875rem 11.6875rem;
}

.reason-pc__sentence-reverse {
	padding: 1.875rem 11.6875rem 1.875rem 10rem;
}

.reason-pc__text {
	font-size: 1.25rem;
	line-height: 2.05;
}

}

@media (min-width: 1400px) {
	
	.fv-pc__remarks {
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 1.525;
	}
	
	}
	

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes channel-shine {

0% {
	transform: translateX(-100%);
}

100% {
	transform: translateX(200%);
}

}


/*# sourceMappingURL=style.css.map */
