body {
	color: #1c334c;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

.inner {
	max-width: 600px;
}

.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 */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* 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: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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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;
}

.banner__score {
	margin-top: 3.375rem;
}

.banner__score-under {
	margin-top: 9.375rem;
	padding-bottom: 9.375rem;
}

.banner__score-link {
	display: inline-block;
}

.banner__takeon {
	margin-top: 4.5rem;
}

.banner__max {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 70.25rem;
}

body.no-scroll {
	overflow: hidden;
}

.inline-block {
	display: inline-block;
}

.bread {
	color: #9d8f76;
	font-size: 0.625rem;
	text-align: right;
}

.button {
	background-color: #05347e;
	border-radius: 999px;
	color: #fff;
	display: block;
	font-size: 0.5rem;
	letter-spacing: 0.15em;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 8.625rem;
}

.button--square {
	border-radius: 0.4375rem;
}

.button::before {
	background-color: #fff;
}

.button::after {
	background-image: url(../images/common/button-arrow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.875rem;
}

.button__right {
	display: flex;
	justify-content: center;
}

.contact-button {
	background-color: #fff;
	border-radius: 999px;
	color: #1c334c;
	display: block;
	font-size: 0.75rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	position: relative;
	text-align: center;
	width: 8.9375rem;
}

.gray {
	color: #9d8f76;
}

.red {
	color: #f0654a;
}

.company-catch {
	margin-top: 4.4375rem;
}

.company-catch__title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
}

.company-catch__text-wrap {
	letter-spacing: 0.07em;
	margin-top: 4.25rem;
}

.company-catch__text-stretch {
	font-size: 0.625rem;
	line-height: 2.1;
}

.company-catch__text-stretch + .company-catch__text-big {
	margin-top: 1.125rem;
}

.company-catch__text-big {
	font-size: 0.875rem;
}

.company-catch__text-big + .company-catch__text {
	margin-top: 1.125rem;
}

.company-catch__text + .company-catch__text {
	margin-top: 1.125rem;
}

.company-catch__text {
	font-size: 0.625rem;
	line-height: 1.6;
}

.company-catch__img-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 3.8125rem;
}

.company-catch__img-top {
	width: 48vw;
}

.company-catch__img-top img {
	-o-object-fit: cover;
	aspect-ratio: 750/633;
	height: auto;
	object-fit: cover;
}

.company-catch__img-down {
	margin-left: 2.25rem;
	margin-top: 5.25rem;
	width: 28.4vw;
}

.company-catch__img-down img {
	-o-object-fit: cover;
	aspect-ratio: 442/398;
	height: auto;
	object-fit: cover;
}

.company-catch__right {
	margin-top: 7.125rem;
	width: 39.7333333333vw;
}

.company-catch__right img {
	-o-object-fit: cover;
	aspect-ratio: 622/561;
	height: auto;
	object-fit: cover;
}

.company {
	background-color: #efedeb;
	margin-top: 4.875rem;
	margin-top: 9.375rem;
	overflow: hidden;
	padding-bottom: 4.5rem;
}

.company__table {
	margin-top: 1.6875rem;
	width: 100%;
}

.company__body {
	font-size: 0.75rem;
}

.company__row {
	align-items: start;
	border-bottom: 1px solid #d8d7cf;
	display: flex;
	flex-direction: column;
	line-height: 1.9166666667;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.company__heading {
	font-weight: 400;
}

.company__item {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.company__item::before {
	background-color: #1c334c;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.5rem;
	width: 0.5rem;
}

.contact {
	background-color: #1c334c;
	padding-bottom: 4.3125rem;
}

.contact--top {
	margin-top: 8.0625rem;
}

.contact__main {
	padding-left: 18px;
	padding-right: 18px;
}

.contact__text-wrap {
	margin-top: 1.5625rem;
	padding-left: 18px;
	padding-right: 18px;
}

.contact__text {
	border-bottom: 1px solid #d8d7cf;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2;
}

.contact__step-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 18.75rem;
	position: relative;
}

.contact__step-list::before {
	background-color: #7c848f;
	content: "";
	height: 1px;
	left: 3.0625rem;
	position: absolute;
	top: 25%;
	width: 67%;
}

.contact__step-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
}

.step-number {
	align-content: center;
	background-color: #7c848f;
	border-radius: 50%;
	display: grid;
	height: 1.625rem;
	justify-content: center;
	place-content: center;
	width: 1.625rem;
	z-index: 1;
}

.is-step .step-number {
	background-color: #fff;
}

.step-text {
	color: #7c848f;
	margin-top: 0.5625rem;
}

.is-step .step-text {
	color: #fff;
}

.contact__form {
	margin-top: 3.6875rem;
}

.form__item {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

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

.form__title label,
.form__title p {
	color: #fff;
	font-size: 0.8125rem;
}

.form__title span {
	color: #dc4532;
	font-size: 0.6875rem;
	margin-left: 0.375rem;
}

.formInput input::-moz-placeholder,
.formTextarea textarea::-moz-placeholder {
	color: #c7c4bf;
	font-size: 0.8125rem;
	letter-spacing: 0.15em;
}

.formInput input::placeholder,
.formTextarea textarea::placeholder {
	color: #c7c4bf;
	font-size: 0.8125rem;
	letter-spacing: 0.15em;
}

.formInput input,
.formInput textarea {
	background-color: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 0;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	width: 100%;
}

.formInput input {
	height: 3rem;
}

.formInput textarea {
	height: 160px;
}

.formInput input:focus,
.formTextarea textarea:focus {
	outline: 2px solid #B5B5B5;
}

.wpcf7-form-control {
	display: flex;
}

.form__radio-item {
	display: flex;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

input[type=radio] + span {
	color: #fff;
	display: block;
	font-size: 0.8125rem;
	letter-spacing: 0.15em;
	padding-bottom: 0.125rem;
	padding-left: 1.6875rem;
	padding-top: 0.125rem;
	position: relative;
}

input[type=radio] + span::before {
	background-color: #fff;
	border: 1px solid white;
	border-radius: 50%;
	content: "";
	height: 0.8125rem;
	left: 0.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

input[type=radio] + span::after {
	content: "";
	display: none;
}

input[type=radio]:checked + span::after {
	background-color: black;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5625rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5625rem;
}

.formTextarea textarea {
	background-color: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 0;
	font-size: 0.8125rem;
	height: 15.625rem;
	line-height: 2.3076923077;
	padding: 0.375rem 0.4375rem;
	vertical-align: bottom;
	width: 100%;
}

.form__submit {
	margin-top: 1.375rem;
}

.form__submit input {
	background-color: #fff;
	color: #1c334c;
	font-size: 0.8125rem;
	padding: 0.6875rem 0.9375rem;
	transition: 0.3s;
}

input[type=submit]:disabled,
button:disabled {
	background: #ccc !important;
	color: #fff !important;
	cursor: not-allowed !important;
}

input[type=submit]:disabled,
button:disabled {
	opacity: 0.6; /* 必要に応じて他のスタイルも */
}

.contact__confirm {
	display: none;
}

.contact__confirm .form__input p {
	align-items: center;
	background: none;
	border: none;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	min-height: 3rem;
	padding-left: 0.5rem;
}

.contact__confirm .form__confirm-text--textarea {
	align-items: flex-start;
	height: auto;
	height: initial;
	line-height: 2.3076923077;
	padding-top: 0.375rem;
}

.contact__confirm .form__submit p {
	display: flex;
	gap: 1.875rem;
}

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

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
}

.faq {
	background-color: #eeedeb;
	padding-bottom: 3rem;
	padding-top: 0.5625rem;
}

.faq__list {
	margin-left: 0.8125rem;
	margin-top: 1.75rem;
}

.faq__item {
	border-bottom: 1px solid #9d8f76;
}

.faq-header {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.faq__question {
	color: #dddcd5;
	font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 1.0625rem;
	margin-bottom: auto;
}

.faq-title {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	margin-left: 1.6875rem;
	padding: 0.4375rem 0;
	width: 100%;
}

.faq__button {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.faq__button span {
	align-content: center;
	background-color: #9d8f76;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-weight: 300;
	height: 1.25rem;
	justify-content: center;
	line-height: 1;
	place-content: center;
	position: relative;
	width: 1.25rem;
}

.faq__button span::before,
.faq__button span::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.4375rem;
}

.faq__button span::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: 0.3s;
}

.is-open .faq__button span::after {
	transform: translate(-50%, -50%);
}

.faq-content {
	background-color: #fff;
	display: flex;
	display: none;
	padding: 0.8125rem 2rem 0.4375rem;
}

.faq__answer {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 1.0625rem;
}

.faq__text {
	font-size: 0.75rem;
	margin-left: 1.25rem;
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
}

.faq__text a {
	border-bottom: 1px solid #1c334c;
}

.faq__text-list {
	counter-reset: list-counter;
	list-style: none;
	padding-left: 0;
}

.faq__text-list li {
	counter-increment: list-counter;
	margin-top: 1em;
	padding-left: 1.5em;
	position: relative;
}

.faq__text-list li span {
	font-weight: 600;
}

.faq__text-list li::before {
	content: counter(list-counter) "";
	font-weight: bold;
	left: 0;
	position: absolute;
}

.faq__text li + span,
.faq__text ol + span {
	display: block;
	margin-top: 1rem;
}

.faq__text span + span {
	display: block;
	margin-top: 1rem;
}

.faq__check {
	display: flex;
	gap: 1rem;
}

.faq__check {
	align-items: center;
	display: flex;
}

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

.faq__check-mark {
	color: #88db41;
}

.faq__check-mark span {
	color: #1c334c;
}

.faq__hand {
	display: flex;
	gap: 0.3125rem;
	margin-left: 1rem;
}

.faq__hand::before {
	color: #a9a7a6;
	content: "\f0a4";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
}

.faq__period-list {
	margin-left: 1rem;
}

.faq__period-item::before {
	content: "・";
	display: inline-block;
}

.feature {
	height: 129.375rem;
	margin-top: 5.9375rem;
	overflow: hidden;
	padding-bottom: 4.75rem;
}

.feature__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.feature__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.3125rem;
}

.feature__item + .feature__item {
	margin-top: 4.5rem;
}

.feature__wrap {
	margin-right: auro;
}

.feature__title {
	border-bottom: 1px solid #1c334c;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4666666667;
	padding-bottom: 0.1875rem;
	position: relative;
}

.feature__title::before {
	aspect-ratio: 292/358;
	background: url(../images/service/point01.webp) center center/contain no-repeat;
	content: "";
	height: auto;
	left: -1.6875rem;
	position: absolute;
	top: -1.375rem;
	width: 2.1875rem;
}

.feature__item:nth-of-type(2) .feature__title::before {
	background-image: url(../images/service/point02.webp);
}

.feature__item:nth-of-type(3) .feature__title::before {
	background-image: url(../images/service/point03.webp);
}

.feature__item:nth-of-type(4) .feature__title::before {
	background-image: url(../images/service/point04.webp);
}

.feature__item:nth-of-type(5) .feature__title::before {
	background-image: url(../images/service/point05.webp);
}

.feature__text {
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 2.0909090909;
	margin-top: 0.8125rem;
}

.feature__item:nth-of-type(2n - 1) .feature__img img {
	box-shadow: 0.125rem 0.125rem 0.25rem rgba(127, 127, 117, 0.5);
}

.feature__item:nth-of-type(2n) .feature__img img {
	box-shadow: -0.125rem -0.125rem 0.25rem rgba(127, 127, 117, 0.5);
}

.feature__img {
	position: relative;
	width: 15.6875rem;
}

.feature__img img {
	-o-object-fit: cover;
	aspect-ratio: 502/312;
	height: auto;
	object-fit: cover;
	opacity: 0;
}

.feature__img::after {
	background-color: #f4f5f8;
	content: "";
	position: absolute;
	z-index: -1;
}

.feature__item:nth-of-type(1) .feature__bg {
	background-color: #f4f5f8;
	bottom: -1.75rem;
	height: 8.5rem;
	opacity: 0;
	position: absolute;
	right: -4.375rem; /* 初期状態は非表示 */ /* 最初のアイテム用の位置 */
	width: 10.0625rem;
	z-index: -1;
}

.feature__item:nth-of-type(2) .feature__img {
	margin-top: 1.5rem;
}

.feature__item:nth-of-type(3) .feature__img {
	margin-top: 1.5625rem;
}

.feature__item:nth-of-type(4) .feature__img {
	margin-top: 1.4375rem;
}

.feature__item:nth-of-type(2) .feature__bg {
	background-color: #f4f5f8;
	height: 7.1875rem;
	left: -6.1875rem;
	opacity: 0;
	position: absolute;
	top: -1.375rem;
	width: 14rem;
	z-index: -1;
}

.feature__item:nth-of-type(3) .feature__bg {
	background-color: #f4f5f8;
	bottom: -3rem;
	height: 14.9375rem;
	opacity: 0;
	position: absolute;
	right: -4.375rem;
	width: 10.0625rem;
	z-index: -1;
}

.feature__item:nth-of-type(4) .feature__bg {
	background-color: #f4f5f8;
	height: 7.75rem;
	left: -4.375rem;
	opacity: 0;
	position: absolute;
	top: -1.3125rem;
	width: 10.0625rem;
	z-index: -1;
}

.feature__item:nth-of-type(5) .feature__bg {
	background-color: #f4f5f8;
	bottom: -2.3125rem;
	height: 9.3125rem;
	opacity: 0;
	position: absolute;
	right: -4.625rem;
	width: 16rem;
	z-index: -1;
}

.footer {
	background-color: #05347e;
	padding-top: 2.4375rem;
}

.footer__company {
	font-feature-settings: "palt";
	color: #fff;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
}

.footer__logo {
	width: 11.0625rem;
}

.footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 2848/584;
	height: auto;
	object-fit: cover;
}

.footer__info {
	margin-top: 2.625rem;
}

.footer__address {
	margin-top: 0.8125rem;
}

.footer__sns {
	margin-top: 1.25rem;
	width: 1.6875rem;
}

.footer__sns img {
	-o-object-fit: cover;
	aspect-ratio: 60/53;
	height: auto;
	object-fit: cover;
}

.footer__nav {
	grid-row-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.25rem;
	row-gap: 1.5rem;
}

.footer__block:nth-child(2n) {
	margin-left: 2.3125rem;
}

.footer__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	text-transform: uppercase;
}

.footer__list {
	margin-top: 0.5rem;
}

.footer__item {
	margin-left: 0.3125rem;
}

.footer__link {
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	gap: 0.5rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	white-space: nowrap;
}

.footer__link::before {
	content: "ー";
}

.footer__link--no-ber::before {
	content: normal;
	content: initial;
}

small {
	border-top: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.25em;
	line-height: 2.4166666667;
	margin-top: 0.5625rem;
	text-align: center;
}

.fv-company {
	padding-top: 7.375rem;
}

.fv-company__wrap {
	position: relative;
}

.fv-company__img {
	position: relative;
}

.fv-company__img img {
	-o-object-fit: cover;
	-o-object-position: 0 25%;
	aspect-ratio: 14999/4035;
	height: auto;
	object-fit: cover;
	object-position: 0 25%;
	position: relative;
}

.fv-company__img::after {
	background-color: rgba(0, 128, 255, 0.1);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv-company__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5625rem;
	font-weight: 300;
	left: 1.0625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fv-company__bread {
	margin-top: 0.3125rem;
}

.fv {
	padding-top: 4.375rem;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.fv__catch {
	font-family: "Noto Serif JP", serif;
	font-size: max(14px, min(4.8717948718vw, 19px));
	opacity: 0;
}

.fv__catch span {
	font-size: max(14px, min(5.3846153846vw, 21px));
	letter-spacing: 0.09em;
	line-height: 1.7142857143;
}

.fv__text-wrap {
	margin-top: 0rem;
}

.fv__text {
	font-feature-settings: "palt";
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.9230769231;
	margin-top: 0.625rem;
	opacity: 0;
}

.fv__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.875rem;
	max-width: 100vw;
	opacity: 0;
}

.fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1560/1230;
	height: auto;
	object-fit: cover;
}

.greeting {
	overflow: hidden;
	padding-bottom: 6.125rem;
	padding-top: 4.9375rem;
}

.greeting__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	width: 10.8125rem;
}

.greeting__img img {
	-o-object-fit: cover;
	aspect-ratio: 698/498;
	height: auto;
	object-fit: cover;
}

.greeting__text-wrap {
	margin-top: 4.8125rem;
}

.greeting__text {
	font-size: 0.75rem;
	letter-spacing: 0.07em;
	line-height: 2.3333333333;
}

.greeting__text + .greeting__text {
	margin-top: 1.8125rem;
}

.greeting__represent {
	font-size: 0.875rem;
	margin-top: 3.5rem;
	text-align: right;
}

.greeting__name {
	font-size: 0.875rem;
	text-align: right;
}

.header {
	background-color: #fff;
	height: 4.3125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-bottom: 0.9375rem;
	padding-left: 1.0625rem;
	padding-right: 0.625rem;
	padding-top: 0.9375rem;
}

.header__logo {
	width: 12.5rem;
}

.header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 2734/498;
	height: auto;
	object-fit: cover;
}

.header__nav {
	display: none;
}

.header__list {
	display: flex;
	height: inherit;
}

.header__item {
	height: inherit;
}

.header__link {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	height: inherit;
	letter-spacing: 0.1em;
	padding-left: 2.75rem;
	padding-right: 2.75rem;
	position: relative;
	text-transform: uppercase;
}

.header__link::after {
	background-color: #1c334c;
	bottom: 3rem;
	content: "";
	height: 0.125rem;
	left: 0;
	margin-left: 2.75rem;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: 0.3s;
	width: calc(100% - 5.5rem);
}

.drop__header-list {
	background-color: #fff;
	left: 2.8125rem;
	opacity: 0;
	padding: 1.625rem 1.75rem;
	position: absolute;
	top: 6.25rem;
	transition: 0.3s;
	visibility: hidden;
	width: 17.125rem;
}

.drop__header-link {
	font-feature-settings: "palt";
	display: flex;
	gap: 0.8125rem;
	line-height: 1.5555555556;
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
}

.drop__header-link::before {
	content: "ー";
}

.header__hamburger {
	align-content: center;
	background-color: #1c334c;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	height: 2.4375rem;
	justify-content: center;
	place-content: center;
	width: 2.4375rem;
	z-index: 99;
}

.is-open.header__hamburger {
	background-color: transparent;
	background-color: initial;
}

.hamburger span {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	position: relative;
	transition: 0.3s;
	width: 0.875rem;
}

.is-open .hamburger span {
	background-color: transparent;
	background-color: initial;
}

.hamburger span::before,
.hamburger span::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 0.875rem;
}

.hamburger span::before {
	top: -0.25rem;
}

.hamburger span::after {
	top: 0.25rem;
}

.is-open .hamburger span::before {
	top: 0;
	transform: rotate(45deg);
}

.is-open .hamburger span::after {
	top: 0;
	transform: rotate(-45deg);
}

.header__sp-nav {
	background-color: #05347e;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	height: 100%;
	justify-content: space-between;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: 0.3s;
	width: 100%;
}

.js-open .header__sp-nav {
	overflow-y: scroll;
	transform: translateX(0);
}

.header__sp-logo {
	margin-left: 0.625rem;
	margin-top: 0.875rem;
	width: 11rem;
}

.header__sp-logo img {
	-o-object-fit: cover;
	aspect-ratio: 2848/584;
	height: auto;
	object-fit: cover;
}

.menu {
	margin-top: 5.4375rem;
}

.menu__block {
	align-items: start;
	cursor: pointer;
	display: grid;
	grid-template-columns: 8.375rem auto 1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.menu__block--arrow::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	right: 0.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 3.125rem;
}

.menu__block--arrow::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 37%;
	transform: rotate(45deg);
	transition: 0.3s;
	width: 0.75rem;
}

.is-open.menu__block::after {
	opacity: 1;
}

.menu__block + .menu__block {
	margin-top: 2.4375rem;
}

.menu__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.347826087;
	text-align: left;
}

.menu__link {
	display: flex;
	font-size: 0.875rem;
	gap: 0.1875rem;
	letter-spacing: 0.15em;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.menu__link::before {
	content: "-";
}

.header__sp-contact {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/common/drawer.webp);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 4.8125rem;
	padding-bottom: 2.375rem;
}

.header__sp-contact-wrap {
	margin-top: 4.8125rem;
}

.header__sp-content-title {
	transform: translateY(6px);
}

.header__sp-text {
	margin-top: 2.75rem;
	text-align: center;
}

.header__sp-button {
	display: flex;
	justify-content: center;
	margin-top: 1.625rem;
}

.header__sp-bottom-logo {
	margin-bottom: 0.75rem;
	margin-left: 0.625rem;
	margin-top: 0.75rem;
	width: 11rem;
}

.header__sp-bottom-logo img {
	-o-object-fit: cover;
	aspect-ratio: 2848/584;
	height: auto;
	object-fit: cover;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

.list-fv {
	padding-top: 2.3125rem;
}

.list-fv__bread {
	margin-top: 1.4375rem;
}

.page-nav--works {
	margin-top: 3rem;
}

.page-nav--company {
	margin-top: 2.0625rem;
}

.page-nav--works-bottom {
	margin-top: 4.375rem;
	padding-bottom: 4.375rem;
}

.page-nav--company-bottom {
	padding-bottom: 3.8125rem;
}

.page-nav {
	border-bottom: 1px solid #efedeb;
	position: relative;
}

.page-nav__list-wrap {
	position: relative;
}

.page-nav__list { /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	overflow-x: scroll;
	position: relative; /*Firefoxへの対応*/
	scrollbar-width: none; /*Google Chrome、Safariへの対応*/
}

.page-nav__list .contents_box::-webkit-scrollbar {
	display: none;
}

.page-nav__list--works {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.page-nav__list--company {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.page-nav__list-wrap::before {
	background: #d8d7cf;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0%;
	left: var(--bar-left, 0%);
	position: absolute;
	transition: left 0.05s, width 0.05s;
	width: 0%;
	width: var(--bar-width, 0%);
}

.page-nav--works .page-nav__list-wrap::before {
	background: #efedeb;
}

.page-nav__item {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 8.125rem;
}

.page-nav__item a {
	display: flex;
	justify-content: center;
	width: 100%;
}

.page-nav__item--works {
	width: 7.0625rem;
}

.page-nav__item--company {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.page-nav__item:not(:first-child):before {
	background-color: #d8d7cf;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.page-nav__item--works:not(:first-child):before {
	background-color: #efedeb;
}

.page-nav__text {
	font-size: 0.75rem;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
	text-align: center;
}

.page-nav__text--long {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.page-nav__text--works {
	font-size: 0.625rem;
	letter-spacing: -0.03em;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.page-nav__text::after {
	border-bottom: 1px solid #1c334c;
	border-right: 1px solid #1c334c;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: -0.8125rem;
	top: 39%;
	transform: rotate(45deg);
	width: 0.5rem;
}

.page-nav__text--works::after {
	height: 0.375rem;
	right: -0.625rem;
	top: 44%;
	width: 0.375rem;
}

.page-nav__text--company::after {
	height: 0.375rem;
	right: -0.9375rem;
	top: 44%;
	width: 0.375rem;
}

.price-hp {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.5rem;
}

.price-hp__text {
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
	margin-left: 0.6875rem;
	margin-top: 4.0625rem;
	text-align: center;
}

.price-hp__list {
	margin-top: 1.875rem;
	position: relative;
}

.price-hp__item {
	position: relative;
}

.price-hp__item:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 11.0625rem;
}

.price-hp__item:nth-of-type(2) .price-hp__img {
	width: 21.625rem;
}

.price-hp__item:nth-of-type(3) {
	margin-top: 13rem;
}

.price-hp__img {
	margin-left: auto;
	margin-right: auto;
	width: 20.5rem;
}

.price-hp__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1;
	position: absolute;
}

.price-hp__item:nth-of-type(1) .price-hp__heading {
	left: 25.5%;
	top: 17%;
}

.price-hp__item:nth-of-type(2) .price-hp__heading {
	left: 27.5%;
	top: 22%;
}

.price-hp__item:nth-of-type(3) .price-hp__heading {
	left: 22.8%;
	top: 16%;
}

.price-hp__production {
	font-size: 0.75rem;
}

.price-hp__production + .price-hp__number-wrap {
	display: flex;
	flex-direction: column;
}

.price-hp__number {
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	margin-top: 0.25rem;
}

.price-hp__yen {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-top: 0.25rem;
}

.price-hp__heading-text {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.price-hp__item:nth-of-type(3) .price-hp__heading-text {
	letter-spacing: -0.03em;
}

.price-hp__month {
	left: 53.5%;
	position: absolute;
	top: 3%;
}

.price-hp__item:nth-of-type(1) .price-hp__month {
	left: 53.5%;
	top: 4%;
}

.price-hp__item:nth-of-type(2) .price-hp__month {
	left: 56.5%;
	top: 9.5%;
}

.price-hp__item:nth-of-type(3) .price-hp__month {
	left: 54%;
	top: 4%;
}

.price-hp__month,
.price-hp__page {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 9.375rem;
}

.price-hp__month-title {
	font-size: 0.625rem;
	letter-spacing: 1.1em;
}

.price-hp__month-main {
	font-size: 0.625rem;
	letter-spacing: -0.07em;
}

.price-hp__month-main span {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.price-hp__page {
	left: 53.5%;
	position: absolute;
	top: 23%;
}

.price-hp__item:nth-of-type(1) .price-hp__page {
	left: 53.5%;
	top: 24%;
}

.price-hp__item:nth-of-type(2) .price-hp__page {
	left: 56.5%;
	top: 28.4%;
}

.price-hp__item:nth-of-type(3) .price-hp__page {
	left: 53.5%;
	top: 24%;
}

.price-hp__page-title {
	font-size: 0.625rem;
	letter-spacing: 0.07em;
}

.price-hp__main {
	font-size: 0.625rem;
}

.price-hp__main span {
	font-size: 0.8125rem;
	font-weight: 700;
}

.price-line {
	border-collapse: collapse;
	margin-top: 2.4375rem;
}

.price-line__table {
	border: 1px solid #88db41;
	border-collapse: collapse;
	width: 100%;
}

.price-line__thead {
	background-color: #fff;
}

.price-line__header-row {
	border-bottom: 1px solid #88db41;
}

.price-line__header {
	border-right: 1px solid #88db41;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.8125rem;
	text-align: center;
}

.price-line__header:nth-of-type(1) {
	background-color: #88db41;
	width: 3.125rem;
}

.price-line__header:nth-of-type(2) {
	width: 7.875rem;
}

.price-line__tbody {
	background-color: #fff;
}

.price-line__row {
	border-bottom: 1px solid #88db41;
}

.price-line__plan-name {
	background-color: #88db41;
	border-right: 1px solid #88db41;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.3125rem;
	text-transform: uppercase;
}

.price-line__price {
	border-right: 1px solid #88db41;
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-align: center;
}

.price-line__item {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	line-height: 1.8;
}

.price-line__item::before {
	background-color: #d8d7cf;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	width: 0.625rem;
}

.price-line__price span {
	font-size: 0.8125rem;
}

.price-line__description {
	font-size: 0.6875rem;
	letter-spacing: -0.04em;
	line-height: 1.6363636364;
	padding: 0.4375rem 1.125rem;
}

.price-line-pc__table {
	border-collapse: collapse;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	text-align: center;
}

.price-line-pc__thead {
	background-color: #88db41;
	color: #fff;
}

.price-line-pc__thead:first-child .price-line-pc__label {
	background-color: #88db41;
	border-radius: 0.625rem 0 0 0;
	border-right: 1px solid #fff;
}

.price-line .price-line-pc__header-row {
	border-bottom: 1px solid #88db41;
}

.price-line-pc__header,
.price-line-pc__label {
	background-color: #88db41;
	border-right: 1px solid #fff;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 1rem 5rem;
}

.price-line-pc__header {
	text-align: left;
	text-shadow: 0px 0px 5px rgba(77, 77, 35, 0.55);
}

.price-line-pc__header:last-child {
	border-radius: 0 0.625rem 0 0;
}

.price-line-pc__label {
	background-color: #fff;
	border-right: 1px solid #88db41;
}

.price-line-pc__tbody .price-line-pc__label {
	border-left: 1px solid #88db41;
}

.price-line-pc__tbody .price-line-pc__description:last-child,
.price-line-pc__tbody .price-line-pc__price:last-child {
	border-right: 1px solid #88db41;
}

.price-line-pc__row {
	border-bottom: 1px solid #88db41;
}

.price-line-pc__price,
.price-line-pc__description {
	-moz-text-align-last: left;
	background-color: #fff;
	border-right: 1px solid #88db41;
	color: #222;
	line-height: 1.3125;
	text-align-last: left;
	vertical-align: top;
}

.price-line-pc__price {
	font-size: 1.125rem;
	font-weight: 600;
	padding: 2.5rem 5rem;
}

.price-line-pc__price .big {
	font-size: 1.875rem;
}

.price-line-pc__price .small {
	font-feature-settings: "palt";
	font-size: 0.875rem;
}

.price-line-pc__price:last-child,
.price-line-pc__description:last-child,
.price-line-pc__header:last-child {
	border-right: none;
}

.price-line-pc__description {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	padding: 2.5rem 5rem;
}

.price-meo {
	height: 151.0256410256vw;
	margin-top: 0.875rem;
}

.price-meo__text {
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
	text-align: center;
}

.price-meo__text span {
	font-weight: 700;
}

.price-meo__text .big {
	font-size: 1.25rem;
}

.price-meo__list {
	margin-top: 1.5rem;
	position: relative;
}

.price-meo__item {
	position: relative;
}

.price-meo__item:nth-of-type(2) {
	left: calc(50% - 10.625rem);
	position: absolute;
	top: 99%;
	z-index: 5;
}

.price-meo__item:nth-of-type(3) {
	left: calc(50% - 10.3125rem);
	position: absolute;
	top: 200.5%;
}

.price-meo__img {
	margin-left: auto;
	margin-right: auto;
	width: 20.5rem;
}

.price-meo__item:nth-of-type(2) .price-meo__img {
	width: 21.4375rem;
}

.price-meo__item:nth-of-type(3) .price-meo__img {
	width: 20.4375rem;
}

.price-meo__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: calc(50% - 84px);
	line-height: 1;
	position: absolute;
	top: 21%;
}

.price-meo__item:nth-of-type(2) .price-meo__heading {
	left: 24%;
}

.price-meo__item:nth-of-type(3) .price-meo__heading {
	left: 25%;
}

.price-meo__under-item::before {
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	width: 0.3125rem;
}

.price-meo__under {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.price-meo__item:nth-of-type(1) .price-meo__under {
	left: 52.5%;
}

.price-meo__item:nth-of-type(2) .price-meo__under {
	left: 52%;
}

.price-meo__item:nth-of-type(3) .price-meo__under {
	left: 53%;
}

.price-meo__under-item {
	font-size: 0.6875rem;
	letter-spacing: 0.01em;
}

.gray-bg::before {
	background-color: #9d8f76;
}

.main-bg::before {
	background-color: #1c334c;
}

.red-bg::before {
	background-color: #f0654a;
}

.price-meo__number {
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.price-meo__yen {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-top: 0.1875rem;
}

.price-meo__bar {
	display: none;
}

.price-meo__heading-text {
	font-size: 0.75rem;
	line-height: 1.4166666667;
	margin-top: 0.5625rem;
}

.price {
	background-color: #efedeb;
	overflow: hidden;
	padding-bottom: 3.5rem;
}

.price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.125rem;
}

.price__head-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.price__head-text {
	font-size: 0.6875rem;
	line-height: 2.0909090909;
	margin-top: 2.1875rem;
	text-align: center;
}

.price__head-text .small {
	font-size: 0.625rem;
}

.price__head-text .big {
	font-size: 1.25rem;
	line-height: 1.15;
}

.price__head-text .bold {
	font-weight: 700;
}

.price-s-list {
	margin-top: 1.8125rem;
}

.price-s-list__item {
	align-items: center;
	background-color: #fff;
	border-radius: 0.9375rem;
	max-width: 20.375rem;
}

.price-s-list__item--initial {
	border: 2px solid #1c334c;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 13.4375rem;
}

.price-s-list__label {
	border-radius: 0.625rem 0 0 0.625rem;
	color: #fff;
	font-size: 0.625rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	text-align: center;
}

.price-s-list__label span {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.3333333333;
}

.price-s-list__item--initial .price-s-list__label {
	background-color: #1c334c;
}

.price-s-list__price {
	align-items: baseline;
	align-items: center;
	display: flex;
	font-size: 0.6875rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
}

.price-s-list__price .big {
	font-size: 1.3125rem;
	letter-spacing: -0.03em;
}

.price-s-list__tax {
	font-feature-settings: "palt";
	font-size: 0.625rem;
}

.price-s-list__item--operation {
	border: 2px solid #f0654a;
	display: grid;
	grid-template-columns: 26.9938650307% auto;
	margin-top: 1.25rem;
}

.price-s-list__item--operation + .price-s-list__item--operation {
	margin-top: 0.8125rem;
}

.price-s-list__item--operation .price-s-list__label {
	background-color: #f0654a;
}

.price-s-list__content {
	display: grid;
	grid-template-columns: 42.0168067227% auto;
}

.price-s-list__condition {
	align-content: center;
	display: grid;
	font-size: 0.625rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.1;
	place-content: center;
}

.price-s-list__condition .space {
	letter-spacing: 0.01em;
}

.price-s-list__condition .big {
	font-size: 0.875rem;
}

.price-s-list__emphasis {
	background-image: radial-gradient(circle at center, #f0654a 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top left; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em;
	color: #f0654a; /* 縦方向の位置調整 */
	letter-spacing: 0.1em; /* 点の間隔とサイズ調整 */
	padding-top: 0.125rem;
}

.price-s-list__condition + .price-s-list__price::before {
	background-color: #f0654a;
	content: "";
	display: block;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.price-s-list__item:nth-of-type(2) .price-s-list__price {
	justify-content: end;
	padding-right: 0.8125rem;
}

.probrem {
	margin-top: 1.75rem;
	overflow: hidden;
}

.probrem__list {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
	grid-template-columns: repeat(auto-fit, minmax(10.875rem, 10.875rem));
	justify-content: center;
	margin-top: 2.4375rem;
}

.probrem__item {
	background-color: #efedeb;
	height: 7.125rem;
	opacity: 0;
	width: 10.875rem;
}

.probrem__item:nth-of-type(2n+1) {
	margin-left: auto;
}

.probrem__item::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #d8d7cf;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	display: block;
	height: 0.875rem;
	left: 0;
	top: 0;
	width: 0.875rem;
}

.probrem__box {
	letter-spacing: 0.05em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.6875rem;
}

.probrem__number {
	font-size: 0.625rem;
}

.probrem__text {
	font-feature-settings: "palt";
	font-size: 0.6875rem;
	line-height: 1.3636363636;
	margin-top: 0.5rem;
}

.scroll-infinity {
	margin-top: 5.0625rem;
	order: 2;
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	gap: 0.875rem;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
	height: 70.2564102564vw;
	margin-top: 6.1538461538vw;
	overflow: hidden;
	width: 44.8717948718vw;
}

.scroll-infinity__item:nth-of-type(3n - 1) {
	margin-top: 3.0769230769vw;
}

.scroll-infinity__item:nth-of-type(3n) {
	margin-top: 0;
}

.scroll-infinity__item:first-child {
	margin-left: 0.875rem;
}

.scroll-infinity__item img {
	-o-object-fit: cover;
	-o-object-position: -232px 12px;
	height: 100%;
	object-fit: cover;
	object-position: -232px 12px;
	transform: scale(1.1);
}

.scroll-infinity__item:nth-of-type(3n + 1) img {
	-o-object-position: -560px 1px;
	object-position: -560px 1px;
	transform: scale(1);
}

.scroll-infinity__item:nth-of-type(3n) img {
	-o-object-position: -55px 11px;
	object-position: -55px 11px;
	transform: scale(1.1);
}

.section-title {
	position: relative;
}

.section-title--voice {
	position: absolute;
	top: -5.5625rem;
}

.section-title--price {
	left: 0;
	position: relative;
	top: -0.3125rem;
}

.section-title--company {
	top: -0.75rem;
}

.section-title__en {
	bottom: -1.3125rem;
	color: #eeecee;
	font-family: "Noto Serif JP", serif;
	font-size: 6.625rem;
	font-weight: 300;
	left: -0.3125rem;
	letter-spacing: -0.03em;
	line-height: 1;
	position: relative;
}

.section-title__en--white {
	color: #fdfcfc;
}

.section-title__en--voice {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #eeecee 36%, #fdfcfc 36%);
	background-clip: text;
	display: inline-block;
}

.section-title__en--contact {
	bottom: -0.75rem;
	color: #e1e0da;
	letter-spacing: -0.06em;
	line-height: 0.83;
	opacity: 0.3;
}

.section-title__jp {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	position: relative;
	z-index: 2;
}

.section-title__jp--contact {
	color: #fff;
}

.section-title__en--price {
	color: #fdfcfc;
}

.section-title__en--simulation {
	bottom: -0.75rem;
	color: #d8d7cf;
	font-size: 2.5rem;
}

.section-title__jp--simulation {
	font-size: 0.8125rem;
}

.service-link {
	margin-top: 5.625rem;
	padding-bottom: 5.625rem;
}

.service-link__list-wrap {
	border-bottom: 1px solid #d8d7cf;
}

.service-link__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.service-link__item {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.service-link__item a {
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 1;
}

.service-link__item:not(:first-child):before {
	background-color: #d8d7cf;
	content: "";
	height: 0.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.service-link__text {
	display: inline-block;
	font-size: 0.625rem;
	letter-spacing: 0.07em;
	line-height: 1.5;
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
	position: relative;
	text-align: center;
}

.service-link__text::after {
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: -0.625rem;
	top: 36%;
	transform: rotate(45deg);
	width: 0.375rem;
}

.service {
	margin-top: 3.125rem;
}

.service__catch {
	font-feature-settings: "palt";
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4333333333;
	margin-top: 6.25rem;
	opacity: 0;
	text-align: center;
}

.service__catch span {
	font-size: 2rem;
}

.service__text {
	font-size: 0.6875rem;
	letter-spacing: 0.07em;
	line-height: 2.5454545455;
	margin-top: 1.6875rem;
	opacity: 0;
	text-align: center;
}

.service__text + .service__text {
	margin-top: 0;
	margin-top: initial;
}

.service__text span {
	font-size: 0.8125rem;
	line-height: 2.0909090909;
}

.service__suport {
	border: 2px solid #f7f6f4;
	box-shadow: 3px 5px 3px rgba(200, 203, 206, 0.57);
	margin-top: 6rem;
}

.service__suport-box {
	background-color: #f7f6f4;
	font-weight: 500;
	padding-bottom: 0.9375rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
}

.service__suport-title {
	font-feature-settings: "palt";
	border-bottom: 1px solid #d8d7cf;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.service__suport-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1.125rem;
}

.service__suport-text-under {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.8461538462;
	margin-top: 0.4375rem;
}

.service__suport-pc {
	display: none;
}

.service__suport-pc-img {
	-o-object-fit: cover;
	bottom: -1.875rem;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	z-index: 1;
}

.service__suport-pc-img img {
	-o-object-fit: cover;
	-o-object-position: 0 -0.6875rem;
	height: 100%;
	object-fit: cover;
	object-position: 0 -0.6875rem;
}

.service__suport-pc-button {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.service__suport-point-wrap {
	padding-bottom: 0.9375rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.service__suport-point-head {
	padding-bottom: 1.4375rem;
	padding-top: 1.4375rem;
}

.service__suport-point {
	border-bottom: 1px solid #a9a7a6;
	padding-bottom: 1.25rem;
}

.service__suport-point + .service__suport-point {
	margin-top: 2.125rem;
}

.service__suport-point + .service__suport-point::before {
	background-color: #a9a7a6;
	content: "";
	height: 87%;
	left: -3.125rem;
	position: absolute;
	top: 0;
	width: 1px;
}

.service__suport-point-number {
	font-feature-settings: "palt";
	background-color: #f4f5f8;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 0.5625rem 0.6875rem;
}

.service__suport-point-number span {
	font-size: 1rem;
}

.service__suport-point-text {
	font-feature-settings: "palt";
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.6153846154;
	margin-top: 1rem;
}

.service__suport-point-text + .service__suport-point-text {
	margin-top: 1.4375rem;
}

.service__suport-point-bottom::before,
.service__suport-point-bottom::after {
	background-color: #f6d150;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1.875rem;
}

.service__suport-point-bottom::after {
	transform: translateX(-50%) rotate(90deg);
}

.service__suport-point-bottom {
	margin-top: 1rem;
	padding-bottom: 2.4375rem;
	padding-top: 3.25rem;
	position: relative;
}

.service__suport-point-number--emphasis {
	background-color: #f6d150;
	color: #fff;
}

.service__suport-sp {
	margin-top: 1rem;
}

.service__suport-sp img {
	-o-object-fit: cover;
	aspect-ratio: 4848/3232;
	height: auto;
	object-fit: cover;
}

.service__list {
	margin-top: 3.75rem;
}

.service__item {
	border: 2px solid #f7f6f4;
	box-shadow: 3px 5px 3px rgba(200, 203, 206, 0.57);
}

.service__item + .service__item {
	margin-top: 3.9375rem;
}

.service__item:nth-of-type(2n - 1) {
	grid-template-columns: 55% 45%;
}

.service__item:nth-of-type(2n - 1) .service__img-box-wrap {
	order: 2;
}

.service__img-box {
	aspect-ratio: 326/217;
	padding: 0.75rem;
}

.service__img {
	overflow: hidden;
}

.service__item:nth-of-type(1) .service__img img {
	-o-object-fit: cover;
	-o-object-position: -7px -4px;
	aspect-ratio: 7226/4820;
	height: 100%;
	object-fit: cover;
	object-position: -7px -4px;
	transform: scale(1.09);
}

.service__item:nth-of-type(2) .service__img img {
	-o-object-fit: cover;
	-o-object-position: -1px 14px;
	aspect-ratio: 1000/667;
	height: 100%;
	object-fit: cover;
	object-position: -1px 14px;
	transform: scale(1.3);
}

.service__item:nth-of-type(3) .service__img img {
	-o-object-fit: cover;
	-o-object-position: 15px 10px;
	aspect-ratio: 5184/3456;
	height: 100%;
	object-fit: cover;
	object-position: 15px 10px;
	transform: scale(1.33);
}

.service__wrap {
	background-color: #f7f6f4;
	padding: 0.5rem 0.625rem 0.625rem;
}

.service__item-title {
	font-feature-settings: "palt";
	border-bottom: 1px solid #d8d7cf;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.1111111111;
}

.service__item-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
	margin-top: 0.625rem;
}

.service__item-under-text {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.6153846154;
	margin-top: 0.75rem;
}

.service__item-button {
	display: flex;
	justify-content: end;
	margin-top: 1rem;
}

.simulation {
	margin-top: 2.375rem;
}

.simulation__list {
	margin-top: 0.8125rem;
}

.simulation__title {
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
}

.simulation__title--bg {
	background-color: #1c334c;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	padding: 0.125rem 0.8125rem;
}

.simulation__details {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.9375rem;
}

.simulation__details + .simulation__details {
	margin-top: 0.75rem;
}

.simulation__title--detail {
	align-self: center;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	white-space: nowrap;
}

.simulation__item {
	background-color: #fff;
	border: 1px solid #d8d7cf;
	border-radius: 0.3125rem;
	max-width: 22.125rem;
	padding: 0.75rem;
}

.simulation__item + .simulation__item {
	margin-top: 1.0625rem;
}

.simulation__amount {
	font-size: 0.625rem;
}

.simulation__amount span {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
}

.simulation__platform {
	font-size: 0.75rem;
}

.simulation__platform span {
	display: inline-block;
}

.simulation__item:nth-of-type(2) .simulation__platform {
	font-size: 0.625rem;
	letter-spacing: 0.03em;
}

.simulation__calculation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.0625rem;
}

.simulation__block {
	align-content: center;
	background-color: #efedeb;
	border-radius: 0.3125rem;
	display: grid;
	height: 3.125rem;
	justify-content: center;
	place-content: center;
	width: 5.4375rem;
}

.simulation__label {
	font-size: 0.625rem;
	text-align: center;
}

.simulation__label span {
	font-size: 0.875rem;
	line-height: 1.3571428571;
}

.simulation__operator {
	font-size: 1.375rem;
}

.simulation__block--agency-cost {
	background-color: #f0654a;
	color: #fff;
}

.single-fv {
	padding-top: 7.1875rem;
}

.single__title {
	border-bottom: 1px solid #1c334c;
	display: inline-block;
	font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 0.8125rem;
}

.single__title span {
	padding-left: 1.125rem;
	padding-right: 3.0625rem;
}

.single__wrap {
	background-color: #efedeb;
	margin-top: 0.625rem;
	padding-bottom: 1.25rem;
	padding-top: 1.625rem;
}

.single__img-wrap {
	background-color: #fdfcfc;
	border-radius: 0.3125rem;
	box-shadow: 0.125rem 0.1875rem 0.25rem rgba(127, 127, 117, 0.4);
}

.single__img {
	padding: 1.5625rem 2.125rem 1.3125rem;
}

.single__img img {
	-o-object-fit: cover;
	aspect-ratio: 759/497;
	height: auto;
	object-fit: cover;
}

.single__main {
	background-color: #fdfcfc;
	margin-top: 1.5625rem;
	padding-bottom: 4.875rem;
	padding-top: 2.125rem;
}

.single__list {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-left: 1rem;
}

.single__item {
	align-items: start;
	display: flex;
	gap: 2rem;
}

.single__item-title {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	gap: 5px;
}

.single__item-title::before {
	background-color: #f6d150;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	width: 0.3125rem;
}

.single__line-item {
	font-size: 0.6875rem;
	line-height: 1.8181818182;
}

.single__address {
	display: flex;
	flex-direction: column;
	font-size: 0.625rem;
	line-height: 2;
	width: 100%;
}

.single__view {
	margin-left: auto;
	padding-right: 0.9375rem;
	position: relative;
}

.single__view span {
	margin-left: 0.4375rem;
}

.single__view span::before {
	background-color: #1c334c;
	content: "";
	display: inline-block;
	height: 1px;
	width: 1.5rem;
}

.single__view span::after {
	background-color: #1c334c;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0.875rem;
	top: 55%;
	transform: rotate(45deg);
	width: 0.375rem;
}

.single__overview {
	margin-top: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.single__overview-title {
	border-bottom: 1px solid #efedeb;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 2.8666666667;
	padding-right: 5.9375rem;
}

.single__text {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.9230769231;
	margin-top: 0.875rem;
}

.single__point {
	margin-top: 2.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.single__point-title {
	border-bottom: 1px solid #efedeb;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 2.8666666667;
	padding-right: 5.9375rem;
}

.single__link-wrap {
	display: flex;
	gap: 0.8125rem;
	margin-top: 1.1875rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.single__link {
	background-color: #fdfcfc;
	border-radius: 0.25rem;
	box-shadow: 0.125rem 0.1875rem 0.25rem rgba(127, 127, 117, 0.4);
	display: flex;
	flex-direction: column;
	padding: 0.9375rem 1.3125rem 0.875rem;
}

.single__link-img img {
	-o-object-fit: cover;
	aspect-ratio: 746/488;
	height: auto;
	object-fit: cover;
}

.single__link-text {
	align-items: end;
	display: flex;
	font-size: 0.6875rem;
	justify-content: space-between;
	letter-spacing: 0.04em;
	margin-top: auto;
	padding-top: 0.875rem;
	position: relative;
	text-align: center;
}

.single__link-text span {
	background-color: #1c334c;
	display: inline-block;
	height: 1px;
	position: relative;
	width: 1.5rem;
}

.single__link-text span::after {
	background-color: #1c334c;
	bottom: 0.125rem;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	width: 0.375rem;
}

.single__space {
	height: 4.375rem;
}

.step-box {
	border: 1px solid #9d8f76;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.step-box__label {
	align-items: center;
	background-color: #9d8f76;
	color: #fff;
	display: flex;
	line-height: 1;
	position: relative;
}

.step-box__label::before {
	-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #9d8f76;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	content: "";
	height: 1rem;
	left: -1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.step-box__step-label {
	font-size: 0.9375rem;
	letter-spacing: 0.07em;
	padding: 0.5rem;
}

.step-box__title {
	border-left: 1px solid #fff;
	font-size: 0.8125rem;
	line-height: 1.1538461538;
	padding-left: 0.5625rem;
}

.step-box__description {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	line-height: 1.4545454545;
	padding: 0.5rem;
}

.sub-copy {
	margin-top: 6.9375rem;
	text-align: center;
}

.sub-copy__text {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 1.5rem;
	opacity: 0;
}

.sub-copy__text--under {
	line-height: 1.7142857143;
	margin-top: 1rem;
}

.sub-copy__text--under:last-child {
	margin-top: 1.1875rem;
}

.sub-copy__text span {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}

.sub-copy__text--under span {
	line-height: 1.5;
}

.sub-copy__catch {
	font-feature-settings: "palt";
	font-size: 1.4375rem;
	letter-spacing: 0.13em;
	margin-top: 0.5rem;
	opacity: 0;
}

.sub-copy__catch span {
	font-size: 1.8125rem;
	line-height: 1.5517241379;
}

.sub-fv {
	padding-bottom: 1.875rem;
	padding-top: 4.5625rem;
	position: relative;
}

.sub-fv__title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6875rem;
	font-weight: 600;
	opacity: 0;
}

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

.sub-fv__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 3.375rem;
	height: auto;
	max-width: 32.875rem;
	opacity: 0;
	position: absolute;
	right: 0.6875rem;
	transform: translateY(-30px);
	width: 35vw;
}

.sub-fv__bg--suport {
	aspect-ratio: 809/476;
	background-image: url(../images/service/suport_fv.webp);
}

.sub-fv__bg--hp {
	aspect-ratio: 3812/2810;
	background-image: url(../images/service/hp_fv.webp);
	bottom: 3.0625rem;
	right: 0.9375rem;
	width: 9.9375rem;
}

.sub-fv__bg--meo {
	aspect-ratio: 4161/2422;
	background-image: url(../images/service/meo_fv.webp);
	bottom: 3.875rem;
	right: 0.9375rem;
	width: 9.9375rem;
}

.sub-fv__bg--line {
	aspect-ratio: 2510/2073;
	background-image: url(../images/service/line_fv.webp);
	bottom: 3.25rem;
	right: 0.6875rem;
	width: 8.9375rem;
}

.to-top {
	border: 1px solid #111;
	border-radius: 50%;
	bottom: 1.5625rem; /* 最初は非表示 */
	cursor: pointer;
	display: none;
	height: 2.3125rem;
	position: fixed;
	right: 0.625rem;
	transition: 0.3s;
	width: 2.3125rem;
	z-index: 10;
}

.after-contact.to-top {
	border-color: #fff;
}

/* 横線 */

.to-top::before {
	background-color: #1A2A3A;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 0.6875rem;
}

.after-contact.to-top::before {
	background-color: #fff;
}

/* 山形の矢印 */

.to-top::after {
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 57%;
	transform: translateX(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.5rem;
}

.after-contact.to-top::after {
	border-color: #fff;
}

.top-about {
	padding-top: 5.8125rem;
}

.top-about__box {
	display: flex;
	flex-direction: column;
	margin-top: 3.1875rem;
	padding-left: 30px;
	padding-right: 30px;
}

.top-about__button {
	margin-left: auto;
	margin-top: 1rem;
}

.top-about__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7333333333;
}

.top-list__link {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	gap: 0.375rem;
	justify-content: end;
	position: relative;
}

.top-list__link span::before {
	background-color: #1c334c;
	content: "";
	display: block;
	height: 1px;
	width: 2.625rem;
}

.top-list__link span::after {
	background-color: #1c334c;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 25%;
	transform: rotate(45deg);
	width: 0.625rem;
}

.top-list__link--works {
	margin-top: 1.6875rem;
}

.top-list__link--voice {
	padding-top: 5.625rem;
}

.top-list__link--voice span::after {
	bottom: 0.75rem;
	top: auto;
	top: initial;
}

.top-voice {
	background-color: #ffffff;
	background-image: linear-gradient(90deg, rgba(239, 237, 235, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(239, 237, 235, 0.5019607843) 2px, transparent 1px);
	background-position: 10px -2px;
	background-size: 41px 41px;
	padding-bottom: 0.8125rem;
	position: relative;
}

.top-voice__splide {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
	padding-top: 2.5rem;
}

.top-voice__splide .splide__slide {
	width: 13.3125rem;
}

.top-voice__item {
	align-items: center;
	background-color: #d8d7cf;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: stretch;
	padding-bottom: 1.0625rem;
}

.top-voice__img-wrap {
	padding-top: 15%;
}

.top-voice__img {
	height: 9.375rem;
	overflow: hidden;
	width: 9.375rem;
}

.top-voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 853/1135;
	height: 100%;
	object-fit: cover;
}

.top-voice__human {
	font-size: 0.625rem;
	font-weight: 600;
	margin-top: 0.875rem;
	text-align: center;
}

.top-voice__comment {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.9;
	margin-top: 0.3125rem;
	text-align: center;
}

/* 矢印のクリック範囲など */

.top-voice__button {
	background-color: transparent; /* ボタンの背景を透明にする */
	height: 1.875rem;
	transition: 0.2s;
	width: 3.25rem;
}

/* 矢印共通のスタイル */

.top-voice__button::before {
	background-color: #1c334c;
	content: "";
	height: 2px;
	width: 3.25rem;
}

.top-voice__prev,
.top-voice__next {
	bottom: -3.0625rem;
	opacity: 1;
	top: auto;
	top: initial;
	transition: 0.3s;
}

.top-voice__prev {
	left: 50%;
	transform: translateX(-80px);
}

.top-voice__next {
	right: 50%;
	transform: translateX(80px);
}

.top-voice__prev::after,
.top-voice__next::after {
	background-color: #1c334c;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 0.8125rem;
}

.top-voice__prev::after {
	left: 50%;
	transform: translate(-1.75rem, -0.3125rem) rotate(-45deg);
}

.top-voice__next::after {
	right: 50%;
	transform: translate(1.75rem, -0.3125rem) rotate(45deg);
}

/* 次のスライドが無い場合の矢印 */

.top-voice__button:disabled::before {
	background-color: #ccc;
}

.top-voice__inner {
	max-width: 1713px;
}

.top-works {
	background-color: #efedeb;
	margin-top: 6.1875rem;
	padding-bottom: 4.75rem;
	padding-top: 0.9375rem;
}

.splide__list {
	height: auto;
	height: initial;
}

.top-works__img {
	background-color: #fff;
	border-radius: 0.5rem;
}

.top-works__img img {
	-o-object-fit: cover;
	aspect-ratio: 759/497;
	height: auto;
	object-fit: cover;
}

.top-works__splide {
	margin-top: 2.9375rem;
}

.top-works__splide a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.splide__slide .top-works__img {
	opacity: 0.7; /* ゆっくり小さくさせる */
	position: relative;
	right: 0; /* 左右のスライドを薄くする */
	transform: translateX(0) scale(0.54); /* 左右のスライドを小さくする */
	transition: 0.6s;
}

.splide__slide.is-prev .top-works__img {
	transform: translateX(40px) scale(0.54);
}

.splide__slide.is-next .top-works__img {
	transform: translateX(-40px) scale(0.54);
}

/* アクティブなスライドのスタイル */

.splide__slide.is-active .top-works__img {
	opacity: 1;
	padding: 5% 6% 3% 8%;
	transform: scale(1);
	z-index: 1;
}

.splide__slide.is-prev .top-works__title,
.splide__slide.is-next .top-works__title {
	opacity: 0;
}

.top-works__title {
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 0.9375rem;
	opacity: 1;
	text-align: center;
	transition: 0.5s;
}

.top-works__pagination {
	font-size: 0.75rem;
	margin-top: 0.4375rem;
	text-align: center;
}

/* 矢印のクリック範囲など */

.top-works__button {
	background-color: transparent; /* ボタンの背景を透明にする */
	height: 50px;
	transition: 0.2s;
	width: 50px;
}

/* 矢印共通のスタイル */

.top-works__button {
	height: 1.8125rem;
	width: 1.8125rem;
}

.top-works__button::before {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 1.8125rem;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 1.8125rem;
}

.top-works__prev,
.top-works__next {
	bottom: -0.3125rem;
	opacity: 1;
	top: auto;
	top: initial;
	transition: 0.3s;
}

.top-works__prev {
	left: 50%;
	transform: translateX(-4rem);
}

.top-works__next {
	right: 50%;
	transform: translateX(4rem);
}

/* 前の矢印 */

.top-works__prev::before {
	background-image: url(../images/common/top-works_button.webp);
	transform: scale(-1);
}

/* 次の矢印 */

.top-works__next::before {
	background-image: url(../images/common/top-works_button.webp);
}

/* 次のスライドが無い場合の矢印 */

.top-works__button:disabled::before {
	opacity: 0.5;
}

.voice {
	background-color: #ffffff;
	background-image: linear-gradient(90deg, rgba(239, 237, 235, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(239, 237, 235, 0.5019607843) 2px, transparent 1px);
	background-position: 10px -2px;
	background-size: 41px 41px;
	padding-bottom: 5rem;
	padding-top: 2.8125rem;
}

.voice__wrap + .voice__wrap {
	margin-top: 4rem;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
}

.voice__set {
	display: none;
}

.voice__list {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.voice__item {
	background-color: #efedeb;
	border-radius: 0.3125rem;
	padding-bottom: 2.9375rem;
}

.voice__item + .voice__item {
	margin-top: 4rem;
}

.voice__top-wrap {
	padding-top: 2.25rem;
}

.voice__img {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.875rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	width: 9.5rem;
}

.voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 853/1135;
	height: auto;
	object-fit: cover;
}

.voice__bottom-wrap {
	margin-top: 0.625rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
}

.voice__name {
	display: flex;
	justify-content: center;
}

.voice__name span {
	align-items: center;
	border-bottom: 1px solid #1c334c;
	display: flex;
	font-size: 0.625rem;
	gap: 5px;
	line-height: 1.8;
}

.voice__name span::before {
	background-color: #f6d150;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	width: 0.3125rem;
}

.voice__title {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.5384615385;
	margin-top: 1.875rem;
}

.voice__text {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	line-height: 1.6363636364;
	margin-top: 1.0625rem;
}

.workflow {
	overflow: hidden;
	padding-bottom: 5.25rem;
	padding-top: 4.875rem;
}

.workflow__list {
	margin-top: 2.9375rem;
	position: relative;
}

.workflow__list::before {
	background-image: linear-gradient(to bottom, #a29072 4px, transparent 2px);
	background-repeat: repeat-y;
	background-size: 1px 6px;
	bottom: 3.625rem;
	content: "";
	display: flex;
	left: 0.5625rem;
	position: absolute;
	top: 0.625rem;
	width: 1px;
}

.workflow__item {
	display: flex;
	gap: 1.9375rem;
}

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

.workflow__squere {
	background-color: #9d8f76;
	height: 1.25rem;
	margin-top: 0.4375rem;
	width: 1.4375rem;
}

.works {
	background-color: #efedeb;
	margin-top: 2.3125rem;
	padding-bottom: 2.375rem;
}

.works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
}

.works__title {
	border-bottom: 1px solid #1c334c;
	display: inline-block;
	font-family: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 0.8125rem;
	margin-top: 1.875rem;
}

.works__title span {
	padding-left: 1.125rem;
}

.works__list {
	margin-top: 2.5rem;
}

.works__item {
	background-color: #fdfcfc;
	border-radius: 0.3125rem;
	box-shadow: 0.125rem 0.1875rem 0.25rem rgba(127, 127, 117, 0.4);
	padding-bottom: 2.125rem;
	padding-top: 2.125rem;
}

.works__item--reverse .works__img {
	order: 2;
}

.works__item + .works__item {
	margin-top: 2.5625rem;
}

.works__img {
	padding-left: 2.0625rem;
	padding-right: 2.0625rem;
}

.works__img img {
	-o-object-fit: cover;
	aspect-ratio: 759/497;
	height: auto;
	object-fit: cover;
}

.works__wrap {
	margin-top: 1.25rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.works__main {
	text-align: center;
}

.works__item-title {
	border-bottom: 1px solid #1c334c;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 2.1428571429;
}

.works__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.works__button {
	display: flex;
	justify-content: end;
	margin-top: 2.3125rem;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.6;
}

.button::before {
	border-radius: 50%;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.1875rem;
}

.button:hover {
	background-color: #efedeb;
	box-shadow: 1px 1px 2px rgba(93, 93, 93, 0.47);
	color: #1c334c;
	opacity: 1;
}

.contact-button:hover {
	opacity: 1;
}

.button:hover::before,
.contact-button:hover::before {
	opacity: 0;
}

.button:hover::after,
.contact-button:hover::after {
	opacity: 1;
}

.form__submit input:hover {
	opacity: 0.7;
}

.header__link:hover::after {
	opacity: 1;
	transform: scaleX(1);
	transform-origin: left;
}

.header__link:hover .drop__header-list {
	opacity: 1;
	visibility: visible;
}

.top-voice .top-voice__prev:hover,
.top-voice .top-voice__next:hover {
	opacity: 0.7;
}

.top-works .top-works__prev:hover,
.top-works .top-works__next:hover {
	opacity: 0.7;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1111111111vw;
}

.banner__score {
	margin-top: 11.25rem;
}

.banner__score-under {
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.375rem;
}

.banner__score-link {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.banner__takeon {
	margin-top: 12.5rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.bread {
	font-size: 0.875rem;
}

.button {
	font-size: 1.0625rem;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
	width: 17.25rem;
}

.button::before {
	border-radius: 50%;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.1875rem;
}

.company-catch {
	margin-top: 5rem;
}

.company-catch__title {
	font-size: 3.4375rem;
}

.company-catch__text-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 46.875rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.company-catch__text-stretch {
	font-size: 1rem;
	line-height: 2.1875;
}

.company-catch__text-stretch + .company-catch__text-big {
	margin-top: 2.5rem;
}

.company-catch__text-big {
	font-size: 1.8125rem;
}

.company-catch__text-big + .company-catch__text {
	margin-top: 2.1875rem;
}

.company-catch__text + .company-catch__text {
	margin-top: 1.875rem;
}

.company-catch__text {
	font-size: 1rem;
	line-height: 2;
}

.company-catch__img-wrap {
	display: none;
}

.company__table {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.company__body {
	font-size: 1rem;
}

.company__row {
	display: grid;
	grid-template-columns: 12.5rem auto;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.company__heading {
	text-align: left;
}

.company__list {
	display: flex;
}

.company__item::before {
	display: none;
}

.company__item:not(:last-child)::after {
	font-feature-settings: "palt";
	content: "、";
	display: block;
}

.contact {
	padding-bottom: 15.125rem;
	padding-top: 6.1875rem;
}

.contact--top {
	margin-top: 19.1875rem;
}

.contact__main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1532px;
	padding-left: 0;
	padding-right: 0;
}

.contact__text-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.6875rem;
	max-width: 1462px;
	padding-left: 50px;
	padding-right: 50px;
}

.contact__text {
	font-size: 1.25rem;
	line-height: 4;
}

.contact__wrap {
	display: grid;
	grid-template-columns: 19.8958333333vw auto;
	margin-top: 5.3125rem;
	padding-right: 5.0520833333vw;
}

.contact__step-list {
	grid-template-columns: initial;
	grid-template-rows: repeat(3, 1fr);
	justify-content: start;
	margin-left: 5.3125rem;
	margin-top: 2.8125rem;
	max-height: 12.375rem;
}

.contact__step-list::before {
	left: -3.625rem;
	top: 51%;
	transform: rotate(90deg);
	width: 8.4375rem;
}

.contact__step-item {
	flex-direction: row;
	gap: 0.625rem;
}

.step-number {
	font-size: 0.75rem;
	height: 1.25rem;
	padding-left: 0.125rem;
	width: 1.25rem;
}

.step-text {
	font-size: 1rem;
	line-height: 1;
	margin-top: 0;
	margin-top: initial;
}

.form__item {
	gap: 0.9375rem;
}

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

.form__title label,
.form__title p {
	font-size: 1rem;
}

.form__title span {
	font-size: 0.625rem;
}

.formInput input::-moz-placeholder,
.formTextarea textarea::-moz-placeholder {
	font-size: 1rem;
}

.formInput input::placeholder,
.formTextarea textarea::placeholder {
	font-size: 1rem;
}

.formInput input,
.formInput textarea {
	font-size: 1rem;
	margin-left: 0;
	padding-left: 1.5625rem;
	width: 100%;
}

.formInput input {
	height: 3.4375rem;
}

.form__radio-item {
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

input[type=radio] + span {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	padding-bottom: 1rem;
	padding-left: 3.1875rem;
	padding-top: 0.875rem;
}

input[type=radio] + span::before {
	height: 1.125rem;
	left: 1.0625rem;
	width: 1.125rem;
}

input[type=radio]:checked + span::after {
	height: 0.75rem;
	left: 1.25rem;
	width: 0.75rem;
}

.formTextarea textarea {
	font-size: 1rem;
	height: 27.375rem;
	margin-left: 0;
	padding: 0.875rem 1.125rem;
	width: 100%;
}

.form__submit {
	margin-top: 2.5rem;
}

.form__submit input {
	font-size: 1.125rem;
	letter-spacing: 0.15em;
	padding: 1.375rem 3.5625rem;
}

.contact__confirm .form__input p {
	font-size: 1rem;
	min-height: 3.4375rem;
	padding-left: 1.5625rem;
}

.contact__confirm .form__confirm-text--textarea {
	height: auto;
	height: initial;
	padding-top: 0.875rem;
}

.faq {
	padding-bottom: 6.25rem;
}

.faq__list {
	margin-left: auto;
	margin-top: 3.125rem;
	max-width: 62.5rem;
}

.faq-header {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.faq__question {
	font-size: 1.4375rem;
}

.faq-title {
	font-size: 1.25rem;
}

.faq__button span {
	height: 1.5625rem;
	width: 1.5625rem;
}

.faq__button span::before,
.faq__button span::after {
	width: 0.625rem;
}

.faq-content {
	padding-bottom: 2.1875rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
}

.faq__answer {
	font-size: 1.4375rem;
}

.faq__text {
	font-size: 1.25rem;
}

.feature {
	height: 215.9375rem;
	margin-top: 4.375rem;
	padding-bottom: 35.9375rem;
}

.feature__list {
	margin-top: 15rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.feature__item {
	grid-gap: 7.5747508306%;
	align-items: start;
	display: grid;
	gap: 7.5747508306%;
	grid-template-columns: 54.1528239203% auto;
}

.feature__item.feature__item--reverse {
	grid-template-columns: auto 54.1528239203%;
}

.feature__item + .feature__item {
	margin-top: 16.5rem;
}

.feature__item--reverse .feature__wrap {
	order: 2;
}

.feature__wrap {
	margin-left: 5.3125rem;
	margin-right: 0;
	margin-right: initial;
}

.feature__title {
	display: block;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.7567567568;
}

.feature__title::before {
	left: -5rem;
	top: -3.4375rem;
	width: 5.625rem;
}

.feature__text {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 2.25rem;
}

.feature__img {
	width: 100%;
}

.feature__item:nth-of-type(1) .feature__bg {
	bottom: -6.3125rem;
	height: 18.6875rem;
	right: -6.4375rem;
	width: 29.25rem;
}

.feature__item:nth-of-type(2) .feature__bg {
	height: 19.375rem;
	left: -12.6875rem;
	top: -6.5625rem;
	width: 27.0625rem;
}

.feature__item:nth-of-type(3) .feature__bg {
	bottom: -8.8125rem;
	height: 37.375rem;
	right: -12.875rem;
	width: 24.75rem;
}

.feature__item:nth-of-type(4) .feature__bg {
	height: 19.9375rem;
	left: -12.9375rem;
	top: -5.1875rem;
	width: 35.125rem;
}

.feature__item:nth-of-type(5) .feature__bg {
	bottom: -8.9375rem;
	height: 18.625rem;
	right: -12.75rem;
	width: 32rem;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 103.4375rem;
	padding-bottom: 6.25rem;
	padding-right: 1.875rem;
}

.footer__company {
	font-size: 1rem;
	line-height: 1.75;
	padding-bottom: 1.375rem;
}

.footer__logo {
	width: 23.625rem;
}

.footer__info {
	margin-left: 1.125rem;
	margin-top: 2.3125rem;
}

.footer__address {
	margin-top: 2rem;
}

.footer__sns {
	margin-top: 1.4375rem;
	width: 3.125rem;
}

.footer__nav {
	display: flex;
	gap: 1.7708333333vw;
	margin-top: auto;
	padding-right: 0.75rem;
}

.footer__block:nth-child(2n) {
	margin-left: 0;
	margin-left: initial;
}

.footer__title {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.5555555556;
}

.footer__list {
	margin-top: 1.25rem;
}

.footer__item {
	margin-left: 0;
	margin-left: initial;
}

.footer__link {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.footer__link--no-ber {
	letter-spacing: 0.1em;
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

small {
	font-size: 1.125rem;
	line-height: 3.1111111111;
}

.fv-company {
	padding-top: 10.625rem;
}

.fv-company__wrap {
	height: 18.75rem;
	overflow: hidden;
}

.fv-company__img {
	aspect-ratio: 1535/289;
}

.fv-company__title {
	font-size: 4.5rem;
	padding-left: 3.75rem;
}

.fv-company__bread {
	margin-top: 0.625rem;
}

.fv {
	aspect-ratio: 16/9;
	padding-bottom: 0.875rem;
	padding-top: 6.75rem;
	position: relative;
}

.fv__inner {
	display: grid;
	margin-top: 5rem;
	max-width: 107.0625rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.fv__catch {
	font-size: 2.5625rem;
	font-size: max(14px, min(2.03125vw, 41px));
}

.fv__catch span {
	font-size: 2.9375rem;
	font-size: max(14px, min(2.34375vw, 47px));
}

.fv__text-wrap {
	margin-top: 1.875rem;
}

.fv__text {
	font-size: 1.5rem;
	font-size: max(14px, min(1.1458333333vw, 24px));
	line-height: 2.0833333333;
	margin-top: 1.25rem;
}

.fv__img {
	height: 100%;
	left: 58%;
	margin-left: 62.25rem;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 8.75rem;
	max-height: 70%;
	max-width: none;
	max-width: initial;
	padding-left: 1.6666666667vw;
	position: absolute;
	right: 0;
	top: 0;
}

.fv__img img {
	aspect-ratio: 1866/1686;
	height: 100%;
}

.greeting__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.greeting__img {
	display: flex;
	margin-left: 0;
	margin-left: initial;
	margin-right: auto;
	margin-top: 9.375rem;
	width: 17.8125rem;
}

.greeting__text {
	font-size: 1rem;
}

.greeting__represent {
	font-size: 1.125rem;
}

.greeting__name {
	font-size: 1.25rem;
}

.header {
	height: 8.75rem;
}

.header__inner {
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-bottom: 0;
	padding-bottom: initial;
	padding-left: 3.125rem;
	padding-right: 6.625rem;
	padding-top: 0;
	padding-top: initial;
}

.header__logo {
	width: 22.1875rem;
}

.header__nav {
	display: block;
	height: inherit;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1540px;
	padding-left: 50px;
	padding-right: 50px;
}

.list-fv {
	padding-top: 4.625rem;
}

.list-fv__bread {
	margin-top: 3.6875rem;
}

.page-nav--company {
	display: none;
}

.page-nav--works-bottom {
	padding-bottom: 9.375rem;
}

.page-nav--company-bottom {
	display: none;
}

.page-nav__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1704px;
	padding-left: 100px;
	padding-right: 100px;
}

.page-nav__item {
	width: auto;
	width: initial;
}

.page-nav__item:not(:first-child):before {
	height: 3.5625rem;
}

.page-nav__text {
	font-size: 1.25rem;
	line-height: 1.25;
	padding-bottom: 1.5625rem;
	padding-right: 3rem;
	padding-top: 1.5625rem;
}

.page-nav__text::after {
	height: 1.125rem;
	right: 1.0625rem;
	top: 34%;
	width: 1.125rem;
}

.price-hp {
	max-width: none;
	max-width: initial;
}

.price-hp__text {
	font-size: 1.25rem;
}

.price-hp__list {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.8125rem;
	max-width: 90rem;
}

.price-hp__item:nth-of-type(1),
.price-hp__item:nth-of-type(3) {
	width: 32.9166666667%;
}

.price-hp__item:nth-of-type(2) {
	left: 31.8055555556%;
	top: -7.5%;
	width: 36.5972222222%;
	z-index: 1;
}

.price-hp__item:nth-of-type(2) .price-hp__img {
	width: 100%;
}

.price-hp__item:nth-of-type(3) {
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	right: 0;
	top: 0;
}

.price-hp__img {
	width: 100%;
}

.price-hp__heading {
	left: 7%;
	width: 85%;
}

.price-hp__heading-wrap {
	align-items: center;
	display: flex;
	width: 100%;
}

.price-hp__item:nth-of-type(1) .price-hp__heading {
	left: 6%;
	top: 25%;
	width: 90%;
}

.price-hp__item:nth-of-type(2) .price-hp__heading {
	left: 7%;
	top: 28%;
}

.price-hp__item:nth-of-type(3) .price-hp__heading {
	left: 7.8%;
	top: 27%;
}

.price-hp__production {
	font-size: max(0.75rem, min(1.597vw, 1.4375rem));
	width: 5.9375rem;
}

.price-hp__production + .price-hp__number-wrap {
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.price-hp__number {
	font-size: max(1.25rem, min(5.208vw, 4.6875rem));
}

.price-hp__yen {
	display: flex;
	font-size: max(0.9375rem, min(2.014vw, 1.8125rem));
	margin-top: auto;
}

.price-hp__item:nth-of-type(1) .price-hp__heading-text {
	font-size: max(0.75rem, min(1.042vw, 0.9375rem));
	left: 26%;
	position: absolute;
	top: -35%;
}

.price-hp__item:nth-of-type(2) .price-hp__heading-text {
	font-size: max(0.75rem, min(1.25vw, 1.125rem));
	left: 17%;
	position: absolute;
	top: -59%;
}

.price-hp__item:nth-of-type(3) .price-hp__heading-text {
	font-size: max(0.75rem, min(1.25vw, 1.125rem));
	left: 18%;
	position: absolute;
	top: -80%;
}

.price-hp__item:nth-of-type(1) .price-hp__month {
	grid-template-columns: 40.9282700422% auto;
	left: 5%;
	top: 43.4%;
	width: 100%;
}

.price-hp__item:nth-of-type(2) .price-hp__month {
	grid-template-columns: 36.8121442125% auto;
	left: 7%;
	top: 44%;
	width: 100%;
}

.price-hp__item:nth-of-type(3) .price-hp__month {
	grid-template-columns: 38.8185654008% auto;
	left: 7%;
	top: 43.3%;
	width: 100%;
}

.price-hp__month-title {
	font-size: max(0.75rem, min(1.597vw, 1.4375rem));
}

.price-hp__month-main {
	font-size: max(0.625rem, min(1.528vw, 1.375rem));
}

.price-hp__month-main span {
	font-size: max(0.8125rem, min(1.736vw, 1.5625rem));
}

.price-hp__item:nth-of-type(1) .price-hp__page {
	grid-template-columns: 51.5075376884% auto;
	left: 5%;
	top: 55%;
	width: 84%;
}

.price-hp__item:nth-of-type(2) .price-hp__page {
	grid-template-columns: 48.0812641084% auto;
	left: 7%;
	top: 55.4%;
	width: 84%;
}

.price-hp__item:nth-of-type(3) .price-hp__page {
	grid-template-columns: 46.9849246231% auto;
	left: 7%;
	top: 55%;
	width: 84%;
}

.price-hp__page-title {
	font-size: max(0.75rem, min(1.597vw, 1.4375rem));
}

.price-hp__main {
	font-size: max(0.75rem, min(1.25vw, 1.125rem));
}

.price-hp__main span {
	font-size: max(0.8125rem, min(1.806vw, 1.625rem));
}

.price-line {
	margin-top: 4.375rem;
}

.price-meo {
	height: auto;
	height: initial;
	padding-bottom: 6.25rem;
}

.price-meo__text {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.price-meo__list {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.8125rem;
	max-width: 90rem;
}

.price-meo__item:nth-of-type(1) {
	width: 32.5%;
}

.price-meo__item:nth-of-type(2) {
	left: 31.8055555556%;
	top: -8%;
	width: 36.5972222222%;
}

.price-meo__item:nth-of-type(3) {
	left: auto;
	left: initial;
	right: 0;
	top: 0;
	width: 32.5%;
}

.price-meo__img {
	width: 29.25rem;
	width: 100%;
}

.price-meo__item:nth-of-type(2) .price-meo__img {
	width: 32.9375rem;
	width: 100%;
}

.price-meo__item:nth-of-type(3) .price-meo__img {
	width: 29.25rem;
	width: 100%;
}

.price-meo__heading {
	left: 24%;
}

.price-meo__item:nth-of-type(2) .price-meo__heading {
	left: 26%;
	top: 20%;
}

.price-meo__item:nth-of-type(3) .price-meo__heading {
	left: 24%;
}

.price-meo__box {
	align-items: baseline;
	display: flex;
}

.price-meo__under-item::before {
	height: 0.625rem;
	width: 0.625rem;
}

.price-meo__under {
	gap: 0.875rem;
}

.price-meo__item:nth-of-type(1) .price-meo__under {
	left: 27%;
	top: 59%;
}

.price-meo__item:nth-of-type(2) .price-meo__under {
	left: 19%;
	top: 61%;
}

.price-meo__item:nth-of-type(3) .price-meo__under {
	left: 17%;
	top: 69%;
}

.price-meo__under-item {
	font-size: 1.6339869281vw;
}

.price-meo__number {
	font-size: 3.75rem;
	font-size: max(1.25rem, min(4.167vw, 3.75rem));
}

.price-meo__yen {
	font-size: 2.5rem;
	font-size: max(0.9375rem, min(2.778vw, 2.5rem));
}

.price-meo__bar {
	display: inline-block;
}

.price-meo__heading-text {
	display: flex;
	font-size: 1.5625rem;
	font-size: max(0.875rem, min(1.736vw, 1.5625rem));
	margin-top: 1.875rem;
}

.price-meo__item:nth-of-type(1) .price-meo__heading-text {
	margin-top: 2.1875rem;
}

.price-meo__item:nth-of-type(2) .price-meo__heading-text {
	margin-top: 2.9375rem;
}

.price {
	padding-bottom: 12.5rem;
}

.price__inner {
	max-width: none;
	max-width: initial;
}

.price__head-inner {
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.price__head-text {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.price__head-text .small {
	font-size: 1rem;
}

.price__head-text .big {
	font-size: 1.75rem;
}

.price-s-list {
	align-content: center;
	display: grid;
	justify-content: center;
	margin-top: 8.125rem;
	place-content: center;
}

.price-s-list__item {
	border-radius: 1.25rem;
	max-width: none;
	max-width: initial;
}

.price-s-list__item--initial {
	width: 35.625rem;
}

.price-s-list__label {
	border-radius: 0.9375rem 0 0 0.9375rem;
	font-size: 1rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.price-s-list__label span {
	font-size: 2.1875rem;
}

.price-s-list__price {
	font-size: 1.875rem;
}

.price-s-list__price .big {
	font-size: 3.75rem;
	font-weight: 500;
}

.price-s-list__tax {
	font-size: 1.1875rem;
}

.price-s-list__item--operation {
	width: 51.5625rem;
}

.price-s-list__condition {
	font-size: 1.1875rem;
	line-height: 1.3684210526;
}

.price-s-list__condition .big {
	font-size: 2rem;
}

.price-s-list__item:nth-of-type(2) .price-s-list__price {
	justify-content: center;
}

.probrem {
	margin-top: 6.375rem;
}

.probrem__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.75rem;
	max-width: 1704px;
	padding-left: 100px;
	padding-right: 100px;
}

.probrem__item {
	height: auto;
	height: initial;
	width: initial;
	width: calc((100% - 5.125rem) / 3);
}

.probrem__item:nth-of-type(2n+1) {
	margin-left: 0;
	margin-left: initial;
}

.probrem__item::before {
	height: 2.375rem;
	width: 2.375rem;
}

.probrem__box {
	padding: 1.125rem 2.9375rem 3.375rem;
}

.probrem__number {
	font-size: 1rem;
}

.probrem__text {
	font-size: 1rem;
	line-height: 1.5625;
	margin-top: 1.25rem;
}

.scroll-infinity {
	margin-top: 0;
	margin-top: initial;
}

.scroll-infinity__list {
	gap: 2.3125rem;
}

.scroll-infinity__item {
	height: 44.375rem;
	margin-top: 4rem;
	width: 23.59375vw;
}

.scroll-infinity__item:nth-of-type(3n - 1) {
	margin-top: 2rem;
}

.section-title--voice {
	top: -14.25rem;
	width: 100%;
}

.section-title__en {
	bottom: -3.75rem;
	font-size: 16.875rem;
	left: 0;
	letter-spacing: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}

.section-title__en--voice {
	-webkit-background-clip: text;
	background: linear-gradient(0deg, #eeecee 32%, #fdfcfc 32%);
	background-clip: text;
	bottom: -2.6875rem;
}

.section-title__en--contact {
	bottom: -2.5625rem;
}

.section-title__en--fv {
	bottom: -2.875rem;
	font-size: 13.75rem;
}

.section-title__en--greeting {
	bottom: -2.8125rem;
	font-size: 11.25rem;
}

.section-title__en--simulation {
	font-size: 6.6875rem;
}

.section-title__jp {
	font-size: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1713px;
	padding-left: 100px;
	padding-right: 100px;
}

.section-title__jp--fv {
	font-size: 2.5rem;
}

.section-title__en--simulation {
	bottom: -2.625rem;
	font-size: 6.6875rem;
}

.section-title__jp--greeting {
	font-size: 2.1875rem;
}

.service-link {
	margin-top: 9.375rem;
	padding-bottom: 9.375rem;
}

.service-link__item:not(:first-child):before {
	height: 1.875rem;
}

.service-link__text {
	font-size: 1.5rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.service-link__text::after {
	height: 0.9375rem;
	right: -1.875rem;
	width: 0.9375rem;
}

.service {
	margin-top: 6.25rem;
	overflow: hidden;
}

.service__catch {
	font-size: 2.75rem;
	margin-top: 13.0625rem;
}

.service__catch span {
	font-size: 2.75rem;
}

.service__text {
	font-size: 1.3125rem;
	line-height: 2.1428571429;
	margin-top: 2.625rem;
}

.service__text + .service__text {
	margin-top: 2.1875rem;
}

.service__text span {
	font-size: 1.5625rem;
	line-height: 1.8;
}

.service__suport {
	border: initial;
	border: 1px solid #efedeb;
	box-shadow: initial;
	box-shadow: 0.125rem 0.1875rem 0.25rem rgba(200, 203, 206, 0.4);
	margin-left: auto;
	margin-right: auto;
	margin-top: 11.125rem;
	max-width: 64rem;
}

.service__suport-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	padding-top: 1.875rem;
}

.service__suport-box {
	box-shadow: 3px 5px 3px rgba(200, 203, 206, 0.57);
	padding: 1.75rem 3.125rem 3.8125rem;
}

.service__suport-title {
	font-size: 2.125rem;
	letter-spacing: 0.12em;
	line-height: 1.4117647059;
}

.service__suport-text {
	font-feature-settings: "palt";
	font-size: 1.4375rem;
	letter-spacing: 0.1em;
	margin-top: 1.3125rem;
}

.service__suport-text-under {
	font-size: 1rem;
	line-height: 1.7037037037;
	margin-top: 1.3125rem;
}

.service__suport-pc {
	display: grid;
	padding-bottom: 1.4375rem;
	position: relative;
}

.service__suport-pc-img img {
	-o-object-fit: cover;
	aspect-ratio: 2348/1330;
	height: auto;
	object-fit: cover;
}

.service__suport-point-wrap {
	margin-top: 5.75rem;
	padding-bottom: 2.5625rem;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.service__suport-point-head {
	grid-gap: 6.25rem;
	display: grid;
	gap: 6.25rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.service__suport-point {
	padding-bottom: 4.75rem;
}

.service__suport-point + .service__suport-point {
	margin-top: 0;
	position: relative;
}

.service__suport-point-number {
	font-size: 1.4375rem;
	padding: 1.125rem 1.4375rem;
}

.service__suport-point-number span {
	font-size: 1.625rem;
}

.service__suport-point-text {
	font-size: 1.125rem;
	line-height: 1.6296296296;
	margin-top: 2rem;
}

.service__suport-point-text + .service__suport-point-text {
	margin-top: 2.75rem;
}

.service__suport-point-bottom::before,
.service__suport-point-bottom::after {
	height: 0.375rem;
	width: 3.75rem;
}

.service__suport-point-bottom {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 45.3125rem;
	padding-bottom: 3.0625rem;
	padding-top: 3.625rem;
}

.service__suport-sp {
	display: none;
}

.service__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
}

.service__item {
	align-items: end;
	align-items: center;
	border: medium none currentColor;
	border: initial;
	box-shadow: none;
	box-shadow: initial;
	display: flex;
	display: grid;
	flex-direction: row-reverse;
	grid-template-columns: 45% 55%;
	justify-content: center;
	margin-top: 10.3125rem;
}

.service__item + .service__item {
	margin-top: 10.25rem;
}

.service__img-box-wrap {
	border: 1px solid #f7f6f4;
	box-shadow: 3px 5px 3px rgba(200, 203, 206, 0.5);
	padding: 2.1875rem;
}

.service__img-box {
	padding: 0;
	padding: initial;
}

.service__img {
	padding: 0;
	padding: initial;
}

.service__item:nth-of-type(1) .service__img img {
	-o-object-fit: cover;
	-o-object-position: initial;
	aspect-ratio: 1154/1439;
	height: auto;
	object-fit: cover;
	object-position: initial;
	transform: none;
	transform: initial;
}

.service__item:nth-of-type(2) .service__img img {
	-o-object-fit: cover;
	-o-object-position: initial;
	aspect-ratio: 1154/1439;
	height: auto;
	object-fit: cover;
	object-position: initial;
	transform: none;
	transform: initial;
}

.service__item:nth-of-type(3) .service__img img {
	-o-object-fit: cover;
	-o-object-position: initial;
	aspect-ratio: 1154/1439;
	height: auto;
	object-fit: cover;
	object-position: initial;
	transform: none;
	transform: initial;
}

.service__wrap {
	background-color: initial;
	background-color: #f7f6f4;
	box-shadow: 3px 5px 3px rgba(216, 215, 207, 0.4);
	display: flex;
	flex-direction: column;
	padding: 3.125rem 3.125rem;
	padding: 1.75rem 3.125rem 3.8125rem;
}

.service__item-title {
	font-size: 2.125rem;
	text-align: center;
}

.service__item-text {
	font-size: 1.4375rem;
	line-height: 1.7878787879;
	margin-top: 2.5rem;
}

.service__item-under-text {
	font-size: 1rem;
	line-height: 1.68;
	margin-top: 2.5625rem;
}

.service__item-button {
	justify-content: center;
	margin-top: auto;
	padding-top: 3rem;
}

.simulation {
	margin-top: 6.25rem;
}

.simulation__list {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.simulation__title {
	font-size: 1.625rem;
}

.simulation__title--bg {
	border-radius: 0.625rem;
	font-size: 2.0625rem;
	padding: 0.3125rem 1.4375rem;
}

.simulation__details + .simulation__details {
	align-items: start;
}

.simulation__details:last-child .simulation__title--detail {
	margin-bottom: auto;
}

.simulation__item {
	grid-gap: 3.125rem;
	align-content: center;
	align-items: end;
	border-radius: 0.625rem;
	display: grid;
	gap: 3.125rem;
	justify-content: center;
	max-width: none;
	max-width: initial;
	padding: 2.8125rem 3.125rem;
	place-content: center;
}

.simulation__amount {
	font-size: 1.625rem;
}

.simulation__amount span {
	font-size: 3rem;
}

.simulation__platform {
	font-size: 1.625rem;
}

.simulation__item:nth-of-type(2) .simulation__platform {
	font-size: 1.625rem;
}

.simulation__calculation {
	gap: 0.625rem;
}

.simulation__block {
	height: 7.5rem;
	width: 12.5rem;
}

.simulation__label {
	font-size: 1.5625rem;
}

.simulation__label span {
	font-size: 2rem;
}

.simulation__operator {
	font-size: 3.4375rem;
}

.single-fv {
	padding-bottom: 1.875rem;
	padding-top: 10.875rem;
}

.single-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
}

.single__title {
	font-size: 2.3125rem;
	font-weight: 600;
}

.single__wrap {
	padding-bottom: 6.25rem;
	padding-top: 2.5rem;
}

.single__img-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.single__img {
	padding: 3.125rem 6.25rem;
}

.single__main {
	margin-top: 2.5rem;
}

.single__list {
	display: grid;
	flex-direction: row;
	grid-template-columns: repeat(2, 1fr);
	margin-left: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.single__item {
	flex-direction: column;
}

.single__item-title {
	border-bottom: 1px solid #ccc;
	font-size: 1.625rem;
	padding-right: 6.25rem;
}

.single__line-item {
	font-size: 1.125rem;
}

.single__address {
	font-size: 1.125rem;
}

.single__view span::before {
	width: 6.5rem;
}

.single__view span::after {
	right: 0.8125rem;
	top: 45%;
	width: 1.25rem;
}

.single__overview {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.single__overview-title {
	font-size: 1.25rem;
}

.single__text {
	font-size: 1rem;
}

.single__point {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.single__point-title {
	font-size: 1.25rem;
}

.single__link-wrap {
	gap: 7.5rem;
	margin-top: 6.25rem;
}

.single__link {
	background-color: transparent;
	background-color: initial;
	box-shadow: none;
	box-shadow: initial;
	padding: 0;
	padding: initial;
}

.single__link-img {
	background-color: #fdfcfc;
	border-radius: 0.25rem;
	box-shadow: 0.125rem 0.1875rem 0.25rem rgba(127, 127, 117, 0.4);
	padding: 2.5rem 3.125rem;
}

.single__link-text {
	font-size: 1.25rem;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.single__link-text span {
	width: 6.5rem;
}

.single__link-text span::after {
	bottom: 0.5rem;
	right: -0.1875rem;
	width: 1.5625rem;
}

.single__space {
	height: 9.375rem;
}

.step-box {
	display: grid;
	grid-template-columns: 25rem auto;
}

.step-box__label::before {
	height: 1.875rem;
	left: -2.375rem;
	width: 3.125rem;
}

.step-box__step-label {
	display: flex;
	flex-direction: column;
	font-size: 1.3125rem;
	justify-content: center;
	padding: 0.625rem 1.25rem;
}

.step-box__step-label span {
	font-size: 2.4375rem;
}

.step-box__title {
	font-size: 1.5625rem;
	line-height: 2;
	padding-left: 0.9375rem;
}

.step-box__description {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	margin-left: 0.9375rem;
}

.sub-copy {
	margin-top: 6.25rem;
}

.sub-copy__text {
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	margin-top: 1.875rem;
}

.sub-copy__text:first-child span {
	font-size: 1.9375rem;
}

.sub-copy__text--under {
	font-size: 1.3125rem;
	line-height: 2.3333333333;
	margin-top: 1.875rem;
}

.sub-copy__text--under:last-child {
	margin-top: 1.875rem;
}

.sub-copy__text span {
	font-size: 1.5625rem;
	line-height: 2;
}

.sub-copy__text--under span {
	font-size: 1.375rem;
	line-height: 1.6923076923;
}

.sub-copy__catch {
	font-size: 2.9375rem;
	margin-top: 1.5rem;
}

.sub-copy__catch span {
	font-size: 3.75rem;
	line-height: 1.5;
}

.sub-fv {
	background-position: top 10rem right 11.9375rem;
	background-size: 32.875rem;
	padding-top: 12.5rem;
}

.sub-fv__title {
	font-size: 3.75rem;
	letter-spacing: 0.07em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1507px;
}

.sub-fv__bread {
	margin-top: 7.8125rem;
}

.sub-fv__bg {
	right: 11.9375rem;
	top: 10rem;
	width: 32.875rem;
}

.sub-fv__bg--hp {
	width: 21.5625rem;
}

.sub-fv__bg--meo {
	right: 18.125rem;
	width: 25.9375rem;
}

.sub-fv__bg--line {
	right: 16.5625rem;
	width: 18.75rem;
}

.to-top {
	border-width: 2px;
	bottom: 5rem;
	height: 4.6875rem;
	right: 5rem;
	width: 4.6875rem;
}

.to-top::before {
	height: 2px;
	width: 1.3125rem;
}

.to-top::after {
	border-width: 2px;
	height: 0.75rem;
	width: 0.75rem;
}

.top-about {
	padding-top: 9.375rem;
}

.top-about__wrap {
	display: grid;
	grid-template-columns: 56.8125rem 63.1875rem;
	margin-top: 6.4375rem;
	overflow: hidden;
}

.top-about__box {
	justify-content: space-between;
	margin-top: 20.125rem;
	order: 1;
	padding-bottom: 2rem;
	padding-left: 6.375rem;
	padding-right: 6.375rem;
}

.top-about__button {
	padding-right: 1.0625rem;
}

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

.top-list__link {
	font-size: 1.4375rem;
	gap: 1.3125rem;
	letter-spacing: 0.15em;
}

.top-list__link span::before {
	width: 6.5rem;
}

.top-list__link span::after {
	right: -0.125rem;
	width: 1.5625rem;
}

.top-list__link--works {
	bottom: 2.375rem;
	margin-top: 0;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	right: 0;
}

.top-list__link--voice {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	padding-top: 13.75rem;
}

.top-list__link--works span::after,
.top-list__link--voice span::after {
	right: 2.8125rem;
}

.top-list__link--voice span::after {
	bottom: 1.5625rem;
}

.top-voice {
	background-image: linear-gradient(90deg, rgba(239, 237, 235, 0.5019607843) 2px, transparent 2px), linear-gradient(rgba(239, 237, 235, 0.5019607843) 2px, transparent 2px);
	background-size: 121px 121px;
	padding-bottom: 16.875rem;
}

.top-voice__splide {
	max-width: 111.25rem;
	padding-left: 13.75rem;
	padding-right: 13.75rem;
	padding-top: 3.125rem;
}

.top-voice__splide .splide__slide {
	width: 31.9444444444%;
}

.top-voice__item {
	padding-bottom: 2.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-voice__img-wrap {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 13%;
}

.top-voice__img {
	height: 16.25rem;
	width: 16.25rem;
}

.top-voice__human {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.top-voice__comment {
	font-size: 1rem;
	line-height: 1.619047619;
	margin-top: 1.25rem;
}

.top-voice__button {
	height: 3.75rem;
	width: 6.5rem;
}

.top-voice__button::before {
	width: 6.5rem;
}

.top-voice__prev,
.top-voice__next {
	bottom: -9.1875rem;
}

.top-voice__prev {
	transform: translateX(-162px);
}

.top-voice__next {
	transform: translateX(162px);
}

.top-voice__prev::after,
.top-voice__next::after {
	width: 1.5625rem;
}

.top-voice__prev::after {
	left: 25%;
	transform: translate(-1.75rem, -0.625rem) rotate(-45deg);
}

.top-voice__next::after {
	right: 25%;
	transform: translate(1.75rem, -0.625rem) rotate(45deg);
}

.top-voice__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.top-works {
	margin-top: 12.5rem;
	padding-bottom: 18.75rem;
	padding-top: 2.125rem;
	position: relative;
}

.top-works__img {
	padding: 10%;
}

.top-works__splide {
	margin-top: 12.5rem;
}

.top-works__splide .splide__slide {
	padding-bottom: 4.875rem;
}

.splide__slide.is-prev .top-works__img {
	transform: translate(50px, -28px) scale(0.67);
}

.splide__slide.is-next .top-works__img {
	transform: translate(-50px, -28px) scale(0.67);
}

.splide__slide.is-active .top-works__img {
	padding: 6% 9% 5% 8%;
}

.top-works__title {
	bottom: 3.75rem;
	font-size: 1.4375rem;
	left: 50%;
	letter-spacing: 0.15em;
	position: absolute;
	transform: translateX(-50%);
}

.top-works__pagination {
	font-size: 1.4375rem;
	margin-top: 1.25rem;
}

.top-works__button::before {
	height: 4.5625rem;
	width: 4.5625rem;
}

.top-works__prev,
.top-works__next {
	bottom: 0.3125rem;
}

.top-works__prev {
	transform: translateX(-10rem);
}

.top-works__next {
	transform: translateX(7.375rem);
}

.voice {
	background-image: linear-gradient(90deg, rgba(239, 237, 235, 0.5019607843) 2px, transparent 2px), linear-gradient(rgba(239, 237, 235, 0.5019607843) 2px, transparent 2px);
	background-size: 121px 121px;
	margin-top: 1.875rem;
	padding-bottom: 9.375rem;
	padding-top: 3.75rem;
}

.voice__wrap + .voice__wrap {
	margin-top: 3.75rem;
}

.voice__set {
	border-bottom: 1px solid #1c334c;
	display: inline-block;
	font-size: 1.1875rem;
	padding-left: 10%;
	padding-right: 5%;
}

.voice__list {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.voice__item {
	border-radius: 0.625rem;
	max-width: 31.25rem;
}

.voice__item + .voice__item {
	margin-top: 0;
	margin-top: initial;
}

.voice__top-wrap {
	padding-top: 3.125rem;
}

.voice__img {
	width: 12.5rem;
}

.voice__bottom-wrap {
	margin-top: 0.9375rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

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

.voice__title {
	font-size: 1.1875rem;
}

.voice__text {
	font-size: 1rem;
}

.workflow__list {
	margin-top: 9.375rem;
}

.workflow__list::before {
	background-image: linear-gradient(to bottom, #a29072 0.5rem, transparent 0.5625rem);
	background-size: 0.375rem 0.875rem;
	left: 0.875rem;
	top: 1.875rem;
	width: 0.1875rem;
}

.workflow__item {
	align-items: center;
	gap: 3.75rem;
}

.workflow__item + .workflow__item {
	margin-top: 3rem;
}

.workflow__squere {
	height: 2.0625rem;
	margin-top: 0;
	margin-top: initial;
	width: 2.0625rem;
}

.works {
	margin-top: 3.75rem;
}

.works__title {
	font-size: 1.5625rem;
	margin-top: 3.75rem;
	padding-left: 3%;
	padding-right: 2%;
}

.works__list {
	margin-top: 5rem;
}

.works__item {
	grid-gap: 4.6875rem;
	align-items: center;
	display: grid;
	gap: 4.6875rem;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 3.75rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 3.75rem;
}

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

.works__img {
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

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

.works__main {
	text-align: left;
}

.works__item-title {
	font-size: 1.625rem;
}

.works__text {
	font-size: 1.125rem;
}

.works__button {
	justify-content: start;
}

}

@media (min-width: 1440px) {

html {
	font-size: 16px;
}

}

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

.price-s-list {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
}

.simulation__item {
	grid-gap: 3.125rem;
	align-items: end;
	border-radius: 0.625rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 31.25rem auto;
	justify-content: space-between;
	max-width: none;
	max-width: initial;
	padding: 2.8125rem 3.125rem;
	width: 100%;
}

}

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

.price-meo__under-item {
	font-size: 1.5625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes infinity-scroll-left {

from {
	transform: translateX(0);
}

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

}

@keyframes fadeUp {

to {
	opacity: 1;
	transform: translateY(0);
}

}


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