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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

html {
	overflow-y: visible;
	scroll-behavior: smooth;
}

body {
	background-color: #FAF9F9;
	color: #213884;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

img {
	margin: auto;
	max-width: 100%;
}

.fadeInRight {
	overflow: hidden; /* 親要素がはみ出さないようにする */
}

.l-header {
	height: 72px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 201;
}

.l-header.underLayer {
	background: #FAF9F9;
}

.l-header__container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.l-header__logo {
	flex-shrink: 0;
	height: 70px;
	padding-block: 1px;
	transition: 0.5s;
	width: 75px;
}

.l-drawer-icon {
	height: 64px;
	margin-right: 5px;
	position: relative;
	width: 71px;
	z-index: 999;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(1),
.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(3) {
	left: 50%;
	top: 28px;
	width: 30px;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(1) {
	transform: translateX(-50%) rotate(45deg);
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(3) {
	transform: translateX(-50%) rotate(-45deg);
}

.l-drawer-icon.is-checked .l-drawer__menu {
	color: transparent;
}

.change-color .l-drawer-icon {
	background: transparent;
}

.change-color .l-drawer-icon .l-drawer-icon__bar {
	background-color: #213884;
}

.change-color .l-drawer-icon .l-drawer__menu {
	color: #213884;
}

.l-drawer-icon.warm .l-drawer-icon__bar {
	background-color: #F65725;
}

.l-drawer-icon.warm .l-drawer__menu {
	color: #F65725;
}

.l-drawer-icon.warm.is-checked .l-drawer-icon__bar {
	background-color: #213884;
}

.l-drawer-icon.warm.is-checked .l-drawer__menu {
	color: transparent;
}

.l-drawer-icon__bar {
	background-color: #213884;
	border-radius: 20px;
	height: 3px;
	left: 50%;
	position: absolute;
	right: 0;
	transform: translateX(-50%);
	transition: transform 0.4s;
	width: 40px;
}

.l-drawer-icon__bar:nth-child(1) {
	top: 15px;
}

.l-drawer-icon__bar:nth-child(2) {
	top: 25px;
}

.l-drawer-icon__bar:nth-child(3) {
	top: 35px;
}

.l-drawer__menu {
	color: #213884;
	font-size: 10px;
	font-weight: 500;
	left: 50%;
	line-height: normal;
	position: absolute;
	right: 0;
	top: 43px;
	transform: translateX(-50%);
	z-index: 999;
}

.l-drawer__menu.drawer-open {
	display: none; /* 初期では非表示 */
}

.l-drawer__menu.drawer-close {
	display: block; /* 初期では表示 */
}

.l-drawer__menu.is-checked .drawer-open {
	display: block;
}

.l-drawer__menu.is-checked .drawer-close {
	display: none;
}

.l-header__nav.is-checked {
	right: 0;
}

.l-header__nav {
	background: #E7F2F6;
	display: flex;
	flex-direction: column;
	gap: 30.5px;
	height: 100vh;
	max-height: 100vh; /* ビューポートの高さまでに制限 */
	overflow-y: auto; /* 垂直スクロールを許可 */
	padding: 80px 8%;
	position: fixed;
	right: -100%;
	top: 0;
	transition: 0.5s;
	width: 100%;
	z-index: 201;
}

.l-header__nav.warm {
	background: #F9E8D5;
}

.l-header__nav__sns {
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
}

.l-header__logo-drawer {
	height: 64px;
	margin-inline: auto;
	width: 153px;
}

.change-color {
	background: #FAF9F9;
	transition: background-color 0.3s, z-index 0.3s;
	z-index: 201; /* z-indexを設定 */
}

.l-header__phone {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
}

.l-header__phone .icon {
	width: 24px;
}

.l-header__phone .number {
	align-items: center;
	display: flex;
}

.l-header__phone .number a {
	border-bottom: 1px solid #213884;
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.3125rem, 0.2143rem + 1.4286vw, 1.5rem);
	font-weight: 600;
	line-height: 22px;
}

.l-header__phone .time {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.l-header__phone .uketsuke {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.l-header__phone .hour {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.l-header__phone .text {
	font-size: 3.7333333333vw;
	font-weight: 500;
	line-height: normal;
}

.l-header__text {
	font-size: 14px;
	line-height: normal;
	position: relative;
	transition: 0.5s;
}

.l-header__text.question {
	font-weight: 700;
}

.l-header__text.answer {
	font-weight: 400;
	padding-left: 15px;
}

.l-header__text.answer::before {
	border-right: 1px solid #213884;
	border-top: 1px solid #213884;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 40%;
	transform: rotate(45deg);
	width: 8px;
}

.l-header__text::after {
	background-color: #213884;
	bottom: 5px; /*下線の始まりの位置 */
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute; /*疑似要素を子要素で固定*/
	transition: all 0.5s; /*下線のホバーする速さ*/
	visibility: hidden; /*下線を非表示*/
	width: 100%;
}

.l-header__menuArea {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.l-header__menuBox {
	width: 100%;
}

.l-header-box__head {
	border-bottom: 1px solid #213884;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	padding-top: 12px;
}

.l-header-box__head .click-icon {
	height: 15px;
	position: relative;
	width: 15px;
}

.l-header-box__head .click-icon::before,
.l-header-box__head .click-icon::after {
	background: #213884;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-header-box__head .click-icon::before {
	height: 15px;
	transition: all 0.5s ease;
	width: 1.5px;
}

.l-header-box__head .click-icon::after {
	height: 1.5px;
	width: 15px;
}

.is-open .l-header-box__head .click-icon::before {
	transform: translateY(-50%) rotate(90deg);
}

.l-header-box__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 20px;
	text-align: left;
}

.l-inner {
	margin: 0 auto;
	padding-inline: 5.8666666667%;
}

.l-inner--container {
	margin-inline: auto;
	max-width: 500px;
	padding-inline: 0;
}

.l-inner.header {
	margin: 0 auto;
	padding-inline: 7px 0px;
}

.l-inner.about {
	margin-inline: auto;
	padding-inline: 41px;
}

.l-inner.reason {
	margin-inline: auto;
	padding-inline: 29px;
}

.l-inner.service {
	margin-inline: auto;
	padding-inline: 18px 17px;
}

.l-inner.flow {
	margin: 0 auto;
	padding-inline: 5.8666666667%;
}

.l-inner.works {
	padding-inline: 20px;
}

.l-inner.faq {
	padding-inline: 0;
}

.l-inner.cta {
	padding-inline: 11.7333333333%;
}

.l-inner.footer {
	padding-inline: 12.6666666667%;
}

.l-inner.underLayer {
	padding-inline: 6%;
}

.l-inner.aboutU {
	margin-inline: auto;
	padding-inline: 5.8666666667%;
}

.l-inner.contact {
	padding-inline: 6%;
}

.l-footer {
	background: url(../img/footer.webp) no-repeat center bottom/contain;
	padding-block: 24px 88px;
	position: relative;
}

.l-footer__logoArea {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.p-footer__textContent {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.logo__img {
	height: 88.435px;
	width: 86.901px;
}

.l-footer__list {
	align-items: center;
	display: flex;
	gap: 8px;
}

.l-footer__list .p-company-name {
	font-weight: 500;
	line-height: normal;
}

.l-footer__list .head {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px; /* 116.667% */
}

.l-footer__list .body {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.l-footer__sns {
	display: flex;
	gap: 20px;
	margin-inline: auto;
}

.l-footer__sns .icon {
	height: 32px;
	width: 32px;
}

.l-footer__menuArea {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.l-footer__menuBox {
	width: 100%;
}

.l-footer-box__head {
	border-bottom: 1px solid #213884;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	transition: 0.3s;
}

.l-footer-box__head .click-icon {
	height: 15px;
	position: relative;
	width: 15px;
}

.l-footer-box__head .click-icon::before,
.l-footer-box__head .click-icon::after {
	background: #213884;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-footer-box__head .click-icon::before {
	height: 15px;
	transition: 0.5s;
	width: 1.5px;
}

.l-footer-box__head .click-icon::after {
	height: 1.5px;
	width: 15px;
}

.is-open .l-footer-box__head {
	transition: 0.5s;
}

.is-open .l-footer-box__head .click-icon::before {
	transform: translateY(-50%) rotate(90deg);
}

.is-open .l-footer-box__head + .l-footer-box__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
	text-align: left;
}

.l-footer-box__head .arrow-icon {
	transition: 0.5s;
}

.l-footer-box__body {
	display: none;
	margin-top: 8px;
}

.l-footer__text {
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	position: relative;
	transition: 0.5s;
}

.l-footer__text.question {
	font-weight: 700;
}

.l-footer__text.answer {
	font-weight: 500;
	padding-left: 15px;
	transition: 0.5s;
}

.l-footer__text.answer::before {
	border-right: 1px solid #213884;
	border-top: 1px solid #213884;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 40%;
	transform: rotate(45deg);
	width: 8px;
}

.l-footer__menuBox-right {
	display: contents;
}

.c-buttonWhite {
	background: #FAF9F9;
	border: 2px solid currentColor;
	border-radius: 40px;
	color: #213884;
	display: grid;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	min-height: 64px;
	overflow: hidden;
	padding: 18px 72px 18px 22px;
	place-items: center;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.c-buttonWhite p {
	font-weight: 500;
}

.c-buttonWhite.about {
	min-height: 60px;
	padding-block: 14px;
}

.c-buttonWhite::before {
	background: #213884;
	border-radius: 50%;
	content: "";
	height: 41.938px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	transition: 0.5s;
	width: 41.938px;
	z-index: 2;
}

.c-buttonWhite .arrow {
	height: 13px;
	position: absolute;
	right: 36px;
	top: 41%;
	width: 13px;
	stroke: #FAF9F9;
	transition: 0.5s;
	z-index: 2;
}

.c-buttonWhite::after {
	background: #213884;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: right top; /*アニメーション*/
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; /*色や形状*/
	width: 100%;
	z-index: -1;
}

.c-button-noBorder {
	align-items: center;
	color: #213884;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	height: 40px;
	justify-content: flex-end;
	line-height: normal;
	padding: 0 50px 0 0;
	position: relative;
	z-index: 2;
}

.c-button-noBorder .arrow {
	height: 41px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	stroke: #FAF9F9;
	transition: 0.5s;
	z-index: 2;
}

.c-button-noBorder .arrow .blue {
	stroke: #213884;
}

.c-tag__works {
	background: #99D6ED;
	border-radius: 20px;
	color: #FAF9F9;
	font-size: 12px;
	font-weight: 700;
	height: 25px;
	line-height: normal;
	padding: 4px 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button__cta {
	align-items: center;
	background: #FAF9F9;
	border-radius: 20.4px;
	box-shadow: 0px 4.071px 7.125px 0px rgba(0, 0, 0, 0.1);
	color: #FAF9F9;
	display: flex;
	font-size: clamp(1.375rem, 1.0163rem + 1.5306vw, 1.75rem);
	font-weight: 500;
	gap: 1.6vw;
	justify-content: center;
	line-height: normal;
	margin-inline: auto;
	min-height: 85px;
	min-width: 285px;
	padding-block: 25px 16px;
	position: relative;
	position: relative;
	text-align: center;
	transition: 0.5s;
	width: 76%;
	z-index: 2;
}

.c-button__cta.warm {
	padding-block: 22px 13px;
}

.c-button__cta.warm.mail {
	background: #F79848;
	border: 3px solid #FAF9F9;
}

.c-button__cta .name {
	position: relative;
}

.c-button__cta .img {
	flex-shrink: 0;
	height: 11.4vw;
	width: 11.4vw;
}

.c-button__cta .text {
	background: #FAF9F9;
	border: 2.036px solid currentColor;
	border-radius: 20.357px;
	color: #213884;
	font-size: 16px;
	left: 50%;
	line-height: 23px; /* 143.75% */
	min-width: 212px;
	padding: 4px 2.1333333333vw;
	position: absolute;
	top: -10px;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 5;
}

.c-button__cta.line {
	background: #06C755;
}

.c-button__cta.mail {
	background: #F79848;
}

.c-button__header {
	align-items: center;
	background: #FAF9F9;
	border-radius: 40px;
	box-shadow: 0px 4.071px 7.125px 0px rgba(0, 0, 0, 0.1);
	color: #FAF9F9;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 6px;
	justify-content: center;
	line-height: 24px; /* 150% */
	margin-inline: auto;
	min-height: 60px;
	min-width: 200px;
	padding-block: 8px;
	position: relative;
	position: relative;
	text-align: center;
	transition: 0.5s;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.c-button__header .name {
	position: relative;
}

.c-button__header .img {
	flex-shrink: 0;
	height: 42.75px;
	width: 42.75px;
}

.c-button__header.line {
	background: #06C755;
	color: var(--base, #FAF9F9);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	overflow: hidden;
	padding-block: 6px;
	position: relative;
	z-index: 2;
}

.c-button__header.line .icon {
	border: #06C755;
	height: 42px;
	width: 42px;
	z-index: 2;
}

.c-button__header.line::after {
	background: #FAF9F9;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: right top; /*アニメーション*/
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; /*色や形状*/
	width: 100%;
	z-index: -1;
}

.c-button__header.mail {
	background: #F79848;
	color: var(--base, #FAF9F9);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	overflow: hidden;
	padding-block: 6px;
	position: relative;
	z-index: 2;
}

.c-button__header.mail .icon {
	height: 42px;
	width: 42px;
	z-index: 2;
}

.c-button__header.mail .icon circle {
	fill: #FAF9F9;
}

.c-button__header.mail::after {
	background: #FAF9F9;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: right top; /*アニメーション*/
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; /*色や形状*/
	width: 100%;
	z-index: -1;
}

.c-button__header.warm.mail {
	background: #F79848;
	color: var(--base, #FAF9F9);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	overflow: hidden;
	padding-block: 6px;
	position: relative;
	z-index: 2;
}

.c-button__header.warm.mail .icon {
	height: 42px;
	width: 42px;
	z-index: 2;
}

.c-button__header.warm.mail .icon circle {
	fill: #FAF9F9;
}

.c-button__header.warm.mail::after {
	background: #FAF9F9;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: right top; /*アニメーション*/
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; /*色や形状*/
	width: 100%;
	z-index: -1;
}

.c-button__genreNav {
	background: #FAF9F9;
	border: 1px solid currentColor;
	border-radius: var(--Space-Round-margin-4, 30px); /* ドロップシャドウ/薄め */
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	color: #213884;
	display: grid;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	opacity: 0.7;
	padding-block: 16.5px;
	place-items: center;
	transition: 0.5s;
}

.c-button__genreNav.is-active {
	background: #213884;
	color: #FAF9F9;
	opacity: 1;
}

.c-button__genreNav.is-active.genre-for-home {
	background: #6384C2;
	color: #FAF9F9;
}

.c-button__genreNav.is-active.genre-kitchen {
	background: #C31515;
	color: #FAF9F9;
}

.c-button__genreNav.is-active.genre-electrical-works {
	background: #BF7028;
	color: #FAF9F9;
}

.c-button__genreNav.is-active.genre-for-businesses {
	background: #45944D;
	color: #FAF9F9;
}

.c-button__genreNav.genre-for-home {
	background: #FAF9F9;
	border: 1px solid currentColor;
	border-radius: 40px;
	color: #6384C2;
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	order: 1;
}

.c-button__genreNav.genre-kitchen {
	background: #FAF9F9;
	border: 1px solid currentColor;
	border-radius: 40px;
	color: #C31515;
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	order: 4;
}

.c-button__genreNav.genre-electrical-works {
	background: #FAF9F9;
	border: 1px solid currentColor;
	border-radius: 40px;
	color: #BF7028;
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	order: 3;
}

.c-button__genreNav.genre-for-businesses {
	background: #FAF9F9;
	border: 1px solid currentColor;
	border-radius: 40px;
	color: #45944D;
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	order: 2;
}

.c-service__tag {
	border: 1px solid currentColor;
	border-radius: 4px;
	color: #213884;
	font-size: 12px;
	line-height: 14px; /* 116.667% */
	padding: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button__address {
	background: #6384C2;
	border-radius: 4px;
	color: #FAF9F9;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	min-width: 104px;
	padding: 13px 24px;
	transition: 0.5s;
}

.c-change-button.sp {
	background: #E4E5E6;
	border: 1px solid var(--gray, #B7B8B9);
	border-radius: var(--Number-8, 8px);
	display: flex;
	gap: 2px;
	justify-content: space-around;
	left: 50%;
	padding: 4px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.c-change-button.sp label {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.c-change-button.sp label input[type=radio]:checked + .cool {
	background: #FAF9F9;
	color: #213884;
}

.c-change-button.sp label input[type=radio]:checked + .warm {
	background: #FAF9F9;
	color: var(--high-orange, #F65725);
}

.c-change-button.sp label input[type=radio] {
	display: none;
}

.c-change-button.sp label .cool,
.c-change-button.sp label .warm {
	border-radius: 6px;
	color: var(--gray, #B7B8B9);
	font-feature-settings: "vert" on;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	padding: 5px 10px;
	text-align: center;
}

.c-change-button.sp label .cool:hover {
	background-color: #f0f0f0;
	color: #213884;
}

.c-change-button.sp label .warm:hover {
	background-color: #f0f0f0;
	color: #F65725;
}

.c-change-button.sp label input[type=radio]:checked + .cool {
	background: #FAF9F9;
	color: #213884;
}

.c-change-button.sp label input[type=radio]:checked + .warm {
	background: #FAF9F9;
	color: var(--high-orange, #F65725);
}

.c-change-button.pc {
	display: none;
	transition: 0.5s;
}

.c-change-button.pc label {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.c-change-button.pc label input[type=radio] {
	display: none;
}

.c-change-button.pc label .cool,
.c-change-button.pc label .warm {
	border-radius: 6px;
	color: var(--gray, #B7B8B9);
	font-feature-settings: "vert" on;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	padding: 5px 10px;
	text-align: center;
}

.c-change-button.pc label .cool:hover {
	background-color: #f0f0f0;
	color: #213884;
}

.c-change-button.pc label .warm:hover {
	background-color: #f0f0f0;
	color: #F65725;
}

.c-change-button.pc label input[type=radio]:checked + .cool {
	background: #FAF9F9;
	color: #213884;
}

.c-change-button.pc label input[type=radio]:checked + .warm {
	background: #FAF9F9;
	color: var(--high-orange, #F65725);
}

.c-title {
	display: flex;
	flex-direction: column;
	font-family: "Zen Maru Gothic", serif;
	gap: clamp(0rem, -0.1761rem + 0.7512vw, 0.5rem);
	position: relative;
	z-index: 10;
}

.c-title .main {
	border-bottom: 3px dashed currentColor;
	color: #213884;
	font-size: clamp(1.75rem, 1.5739rem + 0.7512vw, 2.25rem);
	font-weight: 500;
	line-height: 42px; /* 150% */
	margin-inline: auto;
	padding-bottom: clamp(0.1875rem, 0.0775rem + 0.4695vw, 0.5rem);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-title .main::before {
	content: "";
	height: 3px;
	position: absolute;
	width: 100%;
}

.c-title .sub {
	color: #6384C2;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.c-title.cta {
	display: grid;
	place-items: center;
	position: relative;
}

.c-title.cta::before {
	background: url(../img/cta-titleSP.svg) no-repeat center center/cover;
	content: "";
	height: 103px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 240px;
}

.c-title.cta .head-deco {
	position: relative;
	width: clamp(6.25rem, 3.6071rem + 5.506vw, 8.5625rem);
	z-index: 1;
}

.c-title.cta .main {
	border-bottom: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px; /* 120% */
}

.c-title.works .main {
	color: #FAF9F9;
}

.c-title.flow {
	padding-top: 72px;
	scroll-padding-top: 72px;
}

.c-title .no {
	font-size: clamp(1.125rem, 0.9049rem + 0.939vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.9px;
	line-height: normal;
}

.c-title.serviceU .main {
	border-bottom: none;
}

.c-title.serviceU .main::before {
	display: none;
}

.c-title.serviceU .main .small {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

.c-pageTitle__area {
	background: url(../img/pagetitle-bg.webp) no-repeat center center/cover;
	display: grid;
	height: 73.3333333333vw;
	place-items: center;
}

.c-pageTitle__area.warm {
	background: url(../img/pagetitle-bg-warm.webp) no-repeat center center/cover;
}

.c-pageTitle { /* Shadow-blue */
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1.75rem, 1.3099rem + 1.8779vw, 3rem);
	font-weight: 500;
	line-height: clamp(2.625rem, 1.7447rem + 3.7559vw, 5.125rem);
	text-shadow: 0px 4px 7px rgba(54, 155, 228, 0.37);
	transform: translateY(10px);
}

.c-pageTitle.about {
	transform: none;
}

.c-pageTitle.warm {
	text-shadow: none;
}

.c-titleU {
	font-size: clamp(1.75rem, 1.5739rem + 0.7512vw, 2.25rem);
	font-weight: 500;
	line-height: 42px; /* 150% */
}

.c-title__servicePrice--orange {
	color: var(--point1, #F79848);
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	padding-left: 20px;
	position: relative;
}

.c-title__servicePrice--orange::before {
	background: #F79848;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: 10.3923048454px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 12px;
}

.c-title__servicePrice {
	background: #6384C2;
	color: #FAF9F9;
	font-weight: 700;
	line-height: normal;
	padding-block: 8px;
	text-align: center;
}

.c-company__name {
	color: #213884;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.c-company__name.black {
	color: #223046;
}

.c-company__mainText,
.c-company__aboutMessage {
	color: #223046;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 28px; /* 175% */
}

.c-company__cta {
	color: #223046;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px; /* 120% */
}

.c-company__footer {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.c-company__footer--sub {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.c-company__privacy {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
}

.c-company__aboutU {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.5rem, 1.7958rem + 3.0047vw, 4.5rem);
	font-weight: 600;
	line-height: normal;
	text-shadow: 0px 4px 7px rgba(54, 155, 228, 0.37);
}

.c-company__aboutU-title {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.25rem, 1.8099rem + 1.8779vw, 3.5rem);
	font-weight: 600;
	line-height: 40px; /* 111.111% */
}

.c-company__price {
	color: #223046;
	font-family: "Poppins", sans-serif;
	font-family: Poppins;
	font-size: 16px;
	line-height: 28px;
}

.c-company__service {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.pagetop {
	background: #FAF9F9;
	border-radius: 40px;
	bottom: 70px;
	display: none;
	position: fixed;
	right: 25px;
	transition: transform 0.5s; /* 追加: 移動のトランジションを適用 */
	width: 64px;
	z-index: 200;
}

.pagetop:hover {
	transform: translateY(-15px); /* ホバー時に全体を移動 */
}

.pagetop a {
	display: block;
	transition: transform 0.5s;
}

.modal-bg,
.modal-works__bg {
	background: rgba(158, 158, 158, 0.8);
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1499;
}

.modal-container { /* モーダルのスクロールを許可 */
	background: rgba(158, 158, 158, 0.8);
	box-sizing: border-box;
	display: none;
	left: 50%;
	max-height: 90vh;
	overflow-y: auto;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 93.3333333333%;
	z-index: 1500;
}

.modal-img {
	background: #FAF9F9;
	border: 2px solid #06C755;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-block: 85px;
	padding-inline: 10.7142857143%;
	position: relative;
}

.modal-img .modal-batsu {
	left: auto;
	position: absolute;
	right: 4.2857142857%;
	top: 6%;
	transition: 0.5s;
	width: 9.7142857143vw;
	z-index: 1501;
}

.modal-img .modal-batsu circle {
	transition: 0.5s;
	fill: #F4F4F4;
}

.modal-img .modal-batsu path {
	transition: 0.5s;
	fill: #223046;
}

.modal-qr {
	height: 38.4905660377%;
	margin-inline: auto;
	width: 38.4905660377%;
}

.modal-textarea {
	color: #223046;
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
}

.modal-textarea .head {
	font-size: clamp(1.125rem, 1.081rem + 0.1878vw, 1.25rem);
	font-weight: 500;
	line-height: 32px; /* 160% */
}

.modal-textarea .body {
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	font-weight: 400;
	line-height: 23px; /* 143.75% */
}

/* 背景のスクロールを禁止するためのクラス */

.modal-open {
	overflow: hidden;
}

.modal-works__container { /* モーダルのスクロールを許可 */
	background: rgba(158, 158, 158, 0.8);
	background: transparent;
	box-sizing: border-box;
	display: none;
	left: 50%;
	max-height: 90vh;
	overflow-y: auto;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 93.3333333333%;
	z-index: 1500;
}

.modal-works__container .modal-works__wrapper {
	background: #FAF9F9;
	border: 6px solid #99D6ED;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-block: 30px 40px;
	padding-inline: 20px;
}

.modal-works__container .modal-works__wrapper .modal-batsu--works {
	background: #F4F4F4;
	border-radius: 50%;
	height: 48px;
	position: absolute;
	right: 28px;
	top: 28px;
	transition: 0.5s;
	width: 48px;
}

.modal-works__container .modal-works__wrapper .modal-batsu--works::before,
.modal-works__container .modal-works__wrapper .modal-batsu--works::after {
	background: #213884;
	content: "";
	height: 2px;
	position: absolute;
	width: 36px;
	z-index: 1501;
}

.modal-works__container .modal-works__wrapper .modal-batsu--works::before {
	transform: translate(7px, 23px) rotate(45deg);
}

.modal-works__container .modal-works__wrapper .modal-batsu--works::after {
	transform: translate(7px, 23px) rotate(-45deg);
}

.modal-works__container .modal-works__wrapper .p-works__textarea {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
}

.modal-works__container .modal-works__wrapper .p-works__textarea .p-works__title {
	min-height: 48px;
}

.modal-works__container .modal-works__wrapper .p-works__textarea .p-works__title .place {
	font-size: 16px;
}

.modal-works__container .modal-works__wrapper .p-works__textarea .p-works__title .name {
	font-size: 16px;
}

.modal-works__container .modal-works__wrapper .p-works__details {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px; /* 160% */
	min-height: auto;
	text-align: left;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea {
	display: flex;
	flex-direction: column;
	gap: 6.4vw;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .new-version,
.modal-works__container .modal-works__wrapper .p-works__imgarea .old-version {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .before,
.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .after,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .before,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .after {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.25rem, 0.9859rem + 1.1268vw, 2rem);
	font-weight: 600;
	line-height: 24px; /* 120% */
	text-align: center;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .before,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .before {
	color: #223046;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .after,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .after {
	color: #F79848;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .none,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .none {
	display: none;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .text,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .text {
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	text-align: left;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .before-part .img img,
.modal-works__container .modal-works__wrapper .p-works__imgarea .after-part .img img {
	width: 100%;
}

dialog {
	border: none;
}

.c-pagination {
	display: flex;
	justify-content: center;
}

.c-pagination.qa {
	margin-top: clamp(2rem, 0.9437rem + 4.507vw, 5rem);
}

.c-pagination.worksU {
	margin-top: 40px;
}

.prev.page-numbers,
.next.page-numbers,
.page-numbers.dots {
	background: transparent;
	border: none;
	color: #333;
	position: relative;
	z-index: 3;
}

a.page-numbers,
span.page-numbers {
	align-items: center;
	background-color: #FAF9F9;
	border: 1px solid currentColor;
	border-radius: 3.182px;
	color: #213884;
	display: flex;
	font-size: clamp(0.75rem, 0.706rem + 0.1878vw, 0.875rem);
	height: clamp(2.1875rem, 1.9894rem + 0.8451vw, 2.75rem);
	justify-content: center;
	line-height: 14px; /* 116.667% */ /*追加*/
	margin: 0 8px;
	width: clamp(2.1875rem, 1.9894rem + 0.8451vw, 2.75rem);
}

.prev.page-numbers,
.next.page-numbers,
.page-numbers.dots {
	border: none; /*追加*/
	margin: 0;
}

.page-numbers.current {
	background-color: #213884;
	border: 1px solid currentColor;
	color: #FAF9F9;
}

.page-numbers.current {
	background-color: #213884;
	border: 1px solid #213884;
	color: #FAF9F9;
}

.page-numbers.dots {
	font-size: 1.5rem;
}

.c-genre-nav {
	display: grid;
	gap: 16px 16px;
	grid-template-columns: repeat(2, 1fr);
	padding-inline: 10.2666666667%;
}

.c-genre-nav.worksU {
	margin-top: clamp(2.5rem, 1.1796rem + 5.6338vw, 6.25rem);
}

.c-genre-nav-link {
	order: 1;
}

.c-genre-nav-link.all {
	order: -1;
}

.p-aboutTOP {
	margin-top: clamp(9.375rem, 0.4066rem + 38.2653vw, 18.75rem);
	overflow-x: hidden;
	padding-bottom: 27px;
	position: relative;
	z-index: 199;
}

.p-about__container {
	display: flex;
	flex-direction: column;
	gap: 38px;
	justify-content: center;
	position: relative;
	text-align: center;
	z-index: 200;
}

.about__img {
	flex-shrink: 0;
	margin-inline: auto;
	max-width: 401px;
	width: 37.9194630872%;
}

.p-about__textarea {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-about__message {
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1.5rem, 1.2359rem + 1.1268vw, 2.25rem);
	font-weight: 500;
	line-height: 36px; /* 150% */
	text-align: left;
}

.p-about__sub {
	color: #223046;
	font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
	line-height: 28px; /* 175% */
	text-align: left;
}

.p-about__button {
	margin-inline: auto;
}

.p-sellingpointU {
	background: url(../img/sellingpoint-bgSP.webp) no-repeat center center/contain;
	margin-top: -72px;
	padding-bottom: clamp(2.5rem, 1.6857rem + 3.4742vw, 4.8125rem);
	padding-top: 72px;
}

.p-sellingpointU.warm {
	background: url(../img/sellingpoint-bgSP-warm.webp) no-repeat center center/contain;
}

.p-sellingpointU__container {
	display: flex;
	flex-direction: column;
	gap: clamp(1.875rem, -1.5141rem + 14.4601vw, 11.5rem);
	margin-top: clamp(1.875rem, 0.8627rem + 4.3192vw, 4.75rem);
}

.p-sellingpointU__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-sellingpointU__card.warm.type2::before {
	background: url(../img/sellingoint-deco-warm.webp) no-repeat center center/contain;
}

.p-sellingpointU__card.warm.type3::before {
	background: url(../img/sellingpoint-deco3-warm.webp) no-repeat center center/contain;
}

.p-sellingpointU__card.type2 {
	position: relative;
}

.p-sellingpointU__card.type2::before {
	background: url(../img/sellingoint-deco.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
}

.p-sellingpointU__card.type3 {
	position: relative;
}

.p-sellingpointU__card.type3::before {
	background: url(../img/sellingpoint-deco3.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
}

.p-sellingpointU__card .card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: clamp(0.5rem, 0.2359rem + 1.1268vw, 1.25rem);
}

.p-sellingpointU__card .card-body .number {
	font-family: "Oooh Baby", cursive;
	font-size: 60px;
	letter-spacing: 1.2px;
	line-height: 50px; /* 83.333% */
	opacity: 0.6;
}

.p-sellingpointU__card .card-body .selling-point {
	font-family: "Zen Maru Gothic", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px; /* 133.333% */
}

.p-sellingpointU__card .card-body .selling-point img {
	width: 330px;
}

.p-sellingpointU__card .card-body .details {
	color: #223046;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.p-sellingpointU__button {
	display: grid;
	margin-top: clamp(1.875rem, 0.6646rem + 5.1643vw, 5.3125rem);
	place-items: center;
}

.p-voiceU {
	background: #E7F2F6;
	border-radius: 40px;
	margin-bottom: 20px;
	margin-inline: auto;
	padding-bottom: clamp(2.5rem, 1.1796rem + 5.6338vw, 6.25rem);
	padding-inline: clamp(2.5rem, 0.7394rem + 7.5117vw, 7.5rem);
	padding-top: clamp(3.75rem, 2.8697rem + 3.7559vw, 6.25rem);
}

.p-voiceU.warm {
	background: #F9E8D5;
}

.p-voiceU__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: clamp(1.875rem, 1.6549rem + 0.939vw, 2.5rem);
}

.p-voiceU__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	margin-inline: auto;
	width: 289px;
}

.p-voiceU__card .card-head {
	display: flex;
	gap: 24px;
	margin-inline: auto;
}

.p-voiceU__card .card-head .img {
	width: 136px;
}

.p-voiceU__card .card-head .profile {
	color: #223046;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	gap: 4px;
	justify-content: center;
	line-height: 32px; /* 160% */
}

.p-voiceU__card .card-head .profile .address {
	font-weight: 500;
}

.p-voiceU__card .card-head .profile .name {
	font-weight: 500;
}

.p-voiceU__card .card-head .profile .name span {
	letter-spacing: 4.4px;
}

.p-voiceU__card .card-body {
	background: #FAF9F9;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 30px 16px 30px;
}

.p-voiceU__card .card-body .title {
	color: #6384C2;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.p-voiceU__card .card-body .voice {
	color: #223046;
	font-size: 16px;
	line-height: 28px; /* 175% */
}

.p-messageU {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-inline: auto;
	margin-top: -72px;
	padding-block: 40px 44px;
	padding-inline: 5.8666666667%;
	padding-top: clamp(7.75rem, 6.0775rem + 7.1362vw, 12.5rem);
	position: relative;
}

.p-messageU__deco {
	bottom: 0;
	left: 5%;
	max-width: 153px;
	position: absolute;
	width: 40.8%;
}

.p-messageU__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-messageU__container .textarea {
	align-items: center;
	display: grid;
	flex-grow: 1;
}

.p-messageU__container .textarea p {
	color: #223046;
	font-size: 16px;
	line-height: 28px; /* 200% */
}

.p-messageU__container .textarea strong {
	color: #6384C2;
	line-height: normal;
}

.p-companyU {
	margin-top: -72px;
	padding-top: clamp(4rem, 1.7993rem + 9.3897vw, 10.25rem);
	position: relative;
}

.p-companyU__deco {
	bottom: -190px;
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-company-overview__table {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.p-company-overview__table dd:first-of-type {
	border-top: none;
}

.p-company-overview__table dt:last-of-type,
.p-company-overview__table dd:last-of-type {
	border-bottom: 1px solid #99D6ED;
}

.p-company-overview__table dt {
	background: #99D6ED;
	border-top: 1px solid #FAF9F9;
	color: #FAF9F9;
	display: grid;
	font-weight: 700;
	line-height: normal;
	padding-block: 16px;
	place-items: center;
	width: 26.4705882353%;
}

.p-company-overview__table dd {
	align-items: center;
	background: #FAF9F9;
	border-top: 1px solid #99D6ED;
	display: flex;
	line-height: 1.5;
	overflow-wrap: break-word;
	padding-block: 15px;
	padding-left: 24px;
	width: 73.5294117647%;
}

.p-company-overview__table.warm dt:last-of-type,
.p-company-overview__table.warm dd:last-of-type {
	border-bottom: 1px solid #F79848;
}

.p-company-overview__table.warm dt {
	background: #F79848;
}

.p-company-overview__table.warm dd {
	border-top: 1px solid #F79848;
}

.p-requirements {
	background: linear-gradient(0deg, rgba(174, 205, 108, 0.05) 0%, rgba(174, 205, 108, 0.05) 100%), #FFF;
}

.p-requirements__message {
	font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
	text-align: center;
}

.p-requirements__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: clamp(1.875rem, 1.2148rem + 2.8169vw, 3.75rem);
}

.p-requiremetns__box {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-requirements__img {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 8px;
	text-align: center;
}

.p-requirements__img .img__title {
	color: #AECD6C;
	font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
	font-weight: 700;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-requirements__img .img__title::before,
.p-requirements__img .img__title::after {
	bottom: 0;
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
}

.p-requirements__img .img__title::before {
	background: url(../img/icon-requirementsLeft.webp) no-repeat center center/cover;
	left: -32px;
}

.p-requirements__img .img__title::after {
	background: url(../img/icon-requirementsRight.webp) no-repeat center center/cover;
	right: -32px;
}

.p-requirements__img .img {
	background: url(<path-to-image>) lightgray -16.75px -0.879px/113.415% 100.826% no-repeat;
	border-radius: 20px;
	box-shadow: 15px 15px 0px 0px rgba(174, 205, 108, 0.5);
	margin-top: 0;
}

.p-requirements__img .img img {
	border-radius: 20px;
}

.p-requirements__textarea {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
}

.p-requirements__textarea li {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-requirements__textarea li .main {
	border-left: 5px solid #AECD6C;
	font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
	padding-left: 5px;
}

.p-requirements__textarea li .sub {
	font-size: 16px;
}

.p-contact {
	background: #FAF9F9;
	padding-block: clamp(3.75rem, 2.6276rem + 4.7887vw, 6.9375rem) clamp(3.75rem, 2.4296rem + 5.6338vw, 7.5rem);
}

.p-contact__intro,
.p-contact-thanks__intro {
	color: #223046;
	display: flex;
	flex-direction: column;
	gap: clamp(1.875rem, 1.2148rem + 2.8169vw, 3.75rem);
}

.p-contact__intro .head,
.p-contact-thanks__intro .head {
	font-size: 16px;
	line-height: clamp(1.75rem, 1.618rem + 0.5634vw, 2.125rem);
}

.p-contact__intro .body,
.p-contact-thanks__intro .body {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
}

.p-contact__intro .body .step,
.p-contact-thanks__intro .body .step {
	margin-inline: auto;
	max-width: 400px;
	width: 90.9090909091%;
}

.p-contact__intro .body .text,
.p-contact-thanks__intro .body .text {
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	line-height: normal;
	margin: 0 calc(50% - 50vw);
	text-align: center;
	width: 100vw;
}

.form-contact {
	margin-top: clamp(1.875rem, 1.1048rem + 3.2864vw, 4.0625rem);
}

/*　フォーム全体　*/

#cf7-area,
.Form {
	margin: 0 auto;
	width: 100%;
}

.cf7-a {
	width: 100%;
}

.cf7-a.your-postcode {
	display: flex;
	gap: 16px;
}

.cf7-a.calendar {
	width: -moz-fit-content;
	width: fit-content;
}

.Form input[type=submit],
input[type=submit],
.submit-button {
	background: #F79848;
	border: 1px solid #F79848;
	border-radius: 40px;
	color: #FAF9F9;
	display: grid;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	min-height: 55px;
	min-width: 220px;
	padding: 16px;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: -moz-fit-content;
	width: fit-content;
}

/*　必須ラベル　*/

.cf7-req {
	border: 1px solid currentColor;
	border-radius: 10px;
	color: var(--point1, #F79848);
	display: inline-block;
	font-size: 10px;
	line-height: 10px; /* 100% */
	margin-left: 8px;
	padding: 3px 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.cf7-req.any {
	color: var(--gray, #B7B8B9);
}

.cf7-req.checkbox {
	margin-left: 0;
}

.select-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #223046;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	outline: none;
	padding: 3.5px 8px;
}

.select-wrap select.your-time {
	width: 175px;
}

.select-wrap select.set-up,
.select-wrap select.remove,
.select-wrap select.collect {
	width: 76px;
}

.select-wrap select.cover {
	width: 240px;
}

.select-wrap select:hover {
	cursor: pointer;
}

.select-wrap::after {
	border: 2px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	color: #333;
	content: "";
	display: inline-block;
	height: 9px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-75%) rotate(135deg);
	vertical-align: middle;
	width: 9px;
}

.file-wrap input[type=file] {
	align-items: center;
	color: #223046;
	display: flex;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	padding-block: 4px;
}

.cf7-accept-check {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
}

.cf7-accept-check .privacy-link {
	color: #223046;
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: normal;
}

.cf7-accept-check .privacy-link span {
	color: var(--point1, #F79848);
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: normal;
	text-decoration: underline;
	transition: 0.5s;
}

.cf7-accept-check label .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	margin-left: 0;
}

.cf7-accept-check label .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
	color: #223046;
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: normal;
}

input[type=checkbox] {
	appearance: none;
	opacity: 0; /* デフォルトのボタンを非表示 */
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
}

input[type=checkbox] {
	opacity: 1;
}

/* チェックボックスデザイン ここをいじる！！ */

.checkbox-label {
	position: relative;
}

.checkbox-label :checked::after {
	opacity: 1; /*チェック後表示*/
}

input[type=checkbox] {
	cursor: pointer;
	display: inline-block;
	padding-left: 20px; /*label手前にチェックボックス用の余白を開ける*/
	position: relative;
	vertical-align: middle;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
}

input[type=checkbox]::before {
	background: white;
	border: 2px solid #223046;
	border-radius: 2px;
	height: 20px; /*チェックボックスの縦幅*/
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px; /*チェックボックスの横幅*/
}

input[type=checkbox]::after {
	border-bottom: 3px solid #213884; /*チェックの太さ*/
	border-left: 3px solid #213884; /*チェックの太さ*/
	height: 6px; /*チェックの高さ*/
	left: 3px; /*チェック時の位置調整*/
	opacity: 0; /*チェック前は非表示*/
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 10px; /*チェックの横幅*/
}

input[type=checkbox]:checked::after {
	opacity: 1; /*チェック後表示*/
}

.cf7-submit {
	display: grid;
	margin-inline: auto;
	margin-top: clamp(1.875rem, 1.1708rem + 3.0047vw, 3.875rem);
	place-items: center;
}

.wpcf7-form.invalid {
	border: none;
}

.error-inner .wpcf7-response-output {
	display: block;
}

.wpcf7-response-output {
	background: rgba(195, 21, 21, 0.2);
	color: var(--Category-red, #C31515);
	display: none;
	font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
	font-weight: 500;
	line-height: 32px; /* 160% */
	margin: 0 calc(50% - 50vw);
	padding-block: 4px;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: transparent; /* 送信ボタン下未入力警告 */
	margin: 0 calc(50% - 50vw);
	margin-bottom: clamp(1.875rem, 1.2148rem + 2.8169vw, 3.75rem);
	max-width: 1080px;
}

.wpcf7-not-valid-tip {
	background: rgba(195, 21, 21, 0.2);
	color: var(--Category-red, #C31515);
	font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
	line-height: 20px; /* 142.857% */
	padding-inline: 8px 4px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact-thanks__intro {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.thanks-text {
	position: relative;
}

.thanks-text p {
	color: #223046;
	font-size: clamp(1rem, 0.5158rem + 2.0657vw, 2.375rem);
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.thanks-img {
	height: 33.6363636364%;
	margin-inline: auto;
	margin-top: 20px;
	width: 33.6363636364%;
}

.thanks-text2 {
	color: #223046;
	font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.p-thanks__button {
	margin-inline: auto;
}

.p-thanks-dc {
	display: none;
}

.Form .Form-Item .cf7-a___container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.Form .Form-Item .cf7-a___container .cf7-a .calendar {
	flex-direction: row;
	width: 130px;
}

.wpcf7-form .Form-Item,
.confirm_area .Form-Item {
	margin-bottom: 32px;
}

.wpcf7-form .Form-Item .Form-Item-Label,
.confirm_area .Form-Item .Form-Item-Label {
	align-items: center;
	color: #223046;
	display: flex;
	font-size: 16px;
	height: 30px;
	line-height: 23px; /* 143.75% */
	margin-bottom: 8px;
	padding-left: 12px;
	position: relative;
}

.wpcf7-form .Form-Item .Form-Item-Label.cover__container,
.confirm_area .Form-Item .Form-Item-Label.cover__container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.wpcf7-form .Form-Item .Form-Item-Label::before,
.confirm_area .Form-Item .Form-Item-Label::before {
	background: #6384C2;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.wpcf7-form .Form-Item .Form-Item-Label .Form-Item-Label-Required,
.confirm_area .Form-Item .Form-Item-Label .Form-Item-Label-Required {
	border: 1px solid currentColor;
	border-radius: 10px;
	color: var(--point1, #F79848);
	display: inline-block;
	font-size: 10px;
	line-height: 10px; /* 100% */
	margin-left: 8px;
	padding: 3px 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7-form .Form-Item .Form-Item-Label .Form-Item-Label-Required.any,
.confirm_area .Form-Item .Form-Item-Label .Form-Item-Label-Required.any {
	color: var(--gray, #B7B8B9);
}

.wpcf7-form .Form-Item .Form-Item-Label .Form-Item-Label-Required.checkbox,
.confirm_area .Form-Item .Form-Item-Label .Form-Item-Label-Required.checkbox {
	margin-left: 0;
}

.wpcf7-form .Form-Item .Form-Item-Label .Form-Item-Label-any,
.confirm_area .Form-Item .Form-Item-Label .Form-Item-Label-any {
	border: 1px solid currentColor;
	border-radius: 10px;
	color: var(--gray, #B7B8B9);
	display: inline-block;
	font-size: 10px;
	line-height: 10px; /* 100% */
	margin-left: 8px;
	padding: 3px 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7-form .Form-Item .Form-Item-Label .Form-Item-Label-any.checkbox,
.confirm_area .Form-Item .Form-Item-Label .Form-Item-Label-any.checkbox {
	margin-left: 0;
}

.wpcf7-form .Form-Item .Form-Item-Label .kome,
.confirm_area .Form-Item .Form-Item-Label .kome {
	color: #223046;
	font-size: 14px;
	line-height: 20px; /* 142.857% */
	margin-top: 8px;
}

.wpcf7-form .Form-Item .wpcf7-form-control-wrap,
.confirm_area .Form-Item .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.confirm_area span {
	color: #223046;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
}

.button-wrap {
	display: grid;
	margin-top: clamp(1.875rem, 1.1708rem + 3.0047vw, 3.875rem);
	place-items: center;
}

.confirm_area .select-wrap::after {
	display: none;
}

.confirm_area input[type=button] {
	background: transparent;
	border: none;
	color: #223046;
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: normal;
	margin-inline: auto;
	margin-top: 20px;
	transition: 0.5s;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	background: var(--f3, #F3F3F3);
	border: none;
	border-radius: var(--Number-8, 8px);
	color: #223046;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	margin-left: 0px;
	min-height: 56px;
	outline: none;
	padding-block: 16px 12px;
	padding-inline: 10px;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: 1px solid #213884;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #B7B8B9;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: #B7B8B9;
}

input[type=date] {
	background: #E3E3E3;
	border: none;
	color: #223046;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 23px; /* 143.75% */
	padding-block: 4.5px;
	padding-inline: 4px 32px;
	position: relative;
	text-align: right;
	width: 200px;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

input[type=date]::after {
	background: url(../img/icon_calender.webp) no-repeat center center/cover;
	border-width: 10px 6px 0 6px;
	content: "";
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.radio-wrap label input[type=radio] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.radio-wrap label input[type=radio]:focus + span::before {
	outline: 1px solid #213884;
}

.radio-wrap label span {
	color: #223046;
	display: inline-block;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	position: relative;
}

.radio-wrap label span::before {
	border: 1px solid #B7B8B9;
	border-radius: 50%;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
}

.radio-wrap label span::after {
	border: 5.5px solid #213884;
	border-radius: 50%;
	content: "";
	height: 23px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
}

.radio-wrap label input[type=radio]:checked + span::after {
	opacity: 1;
}

.radio-wrap label:hover {
	cursor: pointer;
}

.radio-wrap .wpcf7-form-control-wrap .your-time {
	margin-top: -20px;
}

.radio-wrap .wpcf7-form-control-wrap .wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
	padding-left: 35px;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	transition: 0.5s;
}

.p-flowTOP {
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 50px;
	padding-top: 30px;
	position: relative;
	z-index: -1;
}

.p-flowTOP::before {
	background: url("../img/flowBG-sp.webp") no-repeat center top/cover;
	content: "";
	height: 1200px;
	left: 0;
	position: absolute;
	top: -60px;
	width: 100%;
	z-index: -1;
}

.p-flowTOP::after {
	background: url("../img/flowBG-sp.webp") no-repeat center bottom/cover;
	bottom: -30px;
	content: "";
	height: 1200px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-flowTOP.warm::before {
	background: url("../img/flowBG-sp-warm.webp") no-repeat center top/cover;
}

.p-flowTOP.warm::after {
	background: url("../img/flowBG-sp-warm.webp") no-repeat center bottom/cover;
}

.p-flow___container {
	margin-inline: auto;
	margin-top: 24px;
	max-width: 420px;
	position: relative;
	scroll-padding-top: 160px;
	z-index: 2;
}

.p-fv {
	background: #E7F2F6;
	opacity: 1;
	position: relative;
}

.p-fv__button {
	bottom: 0;
	display: flex;
	height: 48px;
	position: absolute;
	position: fixed;
	width: 100%;
	z-index: 200;
}

.p-fv__link--line,
.p-fv__link--contact {
	align-items: center;
	color: #FAF9F9;
	display: flex;
	gap: 4px;
	justify-content: center;
	padding: 7px;
	position: relative;
	text-align: center;
	width: 50%;
}

.p-fv__link--line p,
.p-fv__link--contact p {
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

.p-fv__link--line .img,
.p-fv__link--contact .img {
	height: 34px;
	width: 34px;
}

.p-fv__link--line::before,
.p-fv__link--contact::before {
	background: url(../img/icon-arrowSP.png) no-repeat center center/cover;
	bottom: 10px;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 15px;
}

.p-fv__link--line {
	background: #02C755;
}

.p-fv__link--line .line {
	text-orientation: upright;
}

.p-fv__link--contact {
	background: #F79848;
}

.p-fv .swiper--fv {
	position: relative;
}

.p-fv .swiper--fv .p-swiper__fv {
	position: relative;
}

.p-fv .swiper--fv .p-swiper__fv .swiper-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.p-fv .swiper--fv .p-swiper__fv .swiper-wrapper .p-fv__slide .slide .slide-media {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.swiper--fv .swiper-pagination-fv .swiper-pagination-bullet {
	background: #FAF9F9;
	border-radius: 50%;
	height: 10px;
	opacity: 1;
	position: relative;
	width: 10px;
	z-index: 3;
}

.swiper--fv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper--fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.swiper--fv .swiper-horizontal > .swiper-pagination-bullets,
.swiper--fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper--fv .swiper-pagination-custom,
.swiper--fv .swiper-pagination-fraction {
	height: 8px;
	left: auto;
	position: absolute;
	right: 16px;
	top: 306px;
	top: 82.4vw;
	width: 8px;
}

.swiper--fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #213884;
}

.swiper--fv.warm .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F5E979;
}

.p-fv__button-lineTouroku {
	background: #FAF9F9;
	border-radius: 40px;
	position: fixed;
	right: 0px;
	top: 100px;
	transition: transform 0.5s; /* 追加: 移動のトランジションを適用 */
	width: 70px;
	z-index: 201;
}

.p-fv__button-lineTouroku:hover {
	transform: translateX(-15px); /* ホバー時に全体を移動 */
}

.p-fv__deco {
	position: relative;
}

.waku-svg {
	height: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.fv-cta {
	position: absolute;
	right: 9.8666666667vw;
	top: 97.0666666667vw;
	width: 45.6vw;
	z-index: 3;
}

.fv-text {
	left: 14.6666666667vw;
	position: absolute;
	top: 127.7333333333vw;
	width: 74.1333333333vw;
	z-index: 3;
}

#stop1,
#stop11 {
	animation: stop1 3s ease-in-out infinite alternate;
}

#stop2,
#stop12 {
	animation: stop2 3s ease-in-out infinite alternate;
}

#stop3,
#stop13 {
	animation: stop3 3s ease-in-out infinite alternate;
}

#stop4,
#stop14 {
	animation: stop4 3s ease-in-out infinite alternate;
}

#stop5,
#stop15 {
	animation: stop5 3s ease-in-out infinite alternate;
}

#stop6,
#stop16 {
	animation: stop6 3s ease-in-out infinite alternate;
}

#stop7,
#stop17 {
	animation: stop7 3s ease-in-out infinite alternate;
}

#stop18 {
	animation: stop8 3s ease-in-out infinite alternate;
}

#stop19 {
	animation: stop9 3s ease-in-out infinite alternate;
}

#path1 {
	animation: wave1 7s ease-in-out infinite;
}

#path2 {
	animation: wave2 5s ease-in-out infinite;
}

#path3 {
	animation: wave3 8s infinite linear;
}

.p-vision__container {
	overflow: hidden;
}

.p-vision__message {
	font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
	text-align: center;
}

.p-vision__img {
	display: block;
	margin-inline: auto;
	margin-top: 80px;
	max-width: 450px;
	padding-bottom: 80px;
	scale: 1.1;
}

.p-vision__bottomBG {
	display: block;
	height: 283px;
	overflow-y: hidden;
}

.p-vision__bottom {
	margin-top: -25px;
	position: relative;
}

.p-vision__bottom::before {
	aspect-ratio: 78/80;
	background: url(../img/vision-left.webp) no-repeat center center/cover;
	content: "";
	position: absolute;
	right: 75%;
	top: 52px;
	width: 20.8%;
	z-index: 1;
}

.p-vision__bottom::after {
	aspect-ratio: 80/100;
	background: url(../img/vision-right.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 77%;
	position: absolute;
	width: 21.3333333333%;
}

.p-vision__message2 {
	bottom: 20%;
	font-size: 20px;
	font-weight: 500;
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.p-privacy-policy__container {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.p-privacy-policy__boxes {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.p-privacy-policy__box {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-privacy-policy__box .main {
	color: #223046;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.p-privacy-policy__box .sub,
.p-privacy-policy__box .number-lists {
	color: #223046;
	font-size: 14px;
	line-height: 20px; /* 142.857% */
}

.p-privacy-policy__box .sub {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-privacy-policy__box .number-lists {
	list-style: decimal;
	padding-left: 18px;
}

.p-privacy-pollicy__sign .name {
	color: #223046;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.p-reasonTOP {
	padding-bottom: 80px;
	padding-top: 70px;
	position: relative;
}

.p-reasonTOP.warm::before {
	background: url("../img/flowBG-sp-warm.webp") no-repeat center top/cover;
}

.p-reasonTOP.warm::after {
	background: url("../img/flowBG-sp-warm.webp") no-repeat center bottom/cover;
}

.p-reasonTOP::before {
	background: url("../img/reason-waveSP.svg") no-repeat center top/cover;
	content: "";
	height: 1350px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-reasonTOP::after {
	background: url("../img/reason-waveSP.svg") no-repeat center bottom/cover;
	bottom: 0;
	content: "";
	height: 1350px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-reason__title {
	color: #213884;
	margin-inline: auto;
	padding-bottom: 3px;
	position: relative;
	white-space: nowrap;
	width: 309px;
}

.p-reason__container {
	display: flex;
	flex-direction: column;
}

.p-reason__message {
	color: #223046;
	font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-top: 4px;
}

.p-reason__boxes {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	margin-top: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
	padding-inline: 7.0666666667%;
}

.p-reason__box {
	background: #FAF9F9;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 8px;
	justify-content: space-around;
	margin-inline: auto;
	max-width: 335px;
	min-height: 368px;
	padding: 20px 4.6242774566% 20px;
	text-align: center;
	width: 100%;
}

.p-reason__box .number {
	-webkit-text-stroke-color: #213884;
	-webkit-text-stroke-width: 2px;
	color: #FAF9F9;
	font-family: "Poppins", sans-serif;
	font-size: clamp(3.5rem, 3.412rem + 0.3756vw, 3.75rem);
	font-weight: 700;
	line-height: 1.3;
}

.p-reason__box .reason {
	height: 63px;
}

.p-reason__box .reason.type2 {
	height: 66px;
}

.p-reason__box .reason img {
	max-height: 100%;
}

.p-reason__box .img {
	margin-inline: auto;
	width: 70%;
}

.p-reason__button {
	margin-inline: auto;
	margin-top: clamp(1.875rem, 1.4349rem + 1.8779vw, 3.125rem);
}

.p-reason__airplane {
	bottom: clamp(-6.25rem, -10.4353rem + 17.8571vw, -1.875rem);
	height: 170px;
	left: auto;
	min-width: 180px;
	position: absolute;
	right: 45%;
	width: 53.3333333333%;
}

.p-serviceTOP {
	overflow: hidden;
	padding-bottom: 53px;
	padding-top: 20px;
	position: relative;
}

.p-serviceTOP.warm .c-title .sub {
	color: #F79848;
}

.p-serviceTOP.warm::before {
	background: url(../img/service-deco-warm.webp) no-repeat right top/cover;
}

.p-serviceTOP.warm::after {
	background: url(../img/service-deco-bg-warm.webp) no-repeat bottom center/cover;
}

.p-serviceTOP::after {
	aspect-ratio: 565/413;
	background: url(../img/service-deco-bg.webp) no-repeat bottom center/cover;
	bottom: 0;
	content: "";
	left: 50%;
	min-width: 564px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-serviceTOP__container {
	background: transparent;
}

.p-serviceTOP__container .swiper--service {
	margin-inline: auto;
	max-width: 375px;
	position: relative;
}

.p-serviceTOP__container .swiper--service .p-swiper__service {
	background: transparent;
	border-radius: 20px;
	box-shadow: none;
	display: flex;
	padding-right: 10px;
	position: relative;
}

.p-serviceTOP__container .swiper--service .p-swiper__service .swiper-wrapper {
	display: flex;
	padding: 0 7px 7px 7px;
	position: relative;
}

.p-serviceTOP__container .swiper--service .p-swiper__service .swiper-wrapper .p-service__slide {
	height: auto;
}

.p-serviceTOP__container .swiper--service .p-swiper__service .swiper-wrapper .p-service__slide .p-serviceTOP__card {
	height: 100%;
}

.p-serviceTOP__container .swiper--service .swiper-button-prev,
.p-serviceTOP__container .swiper--service .swiper-button-next {
	display: none;
}

.p-serviceTOP__container .swiper--service .service-prev,
.p-serviceTOP__container .swiper--service .service-next {
	display: block;
	height: 48px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 1;
}

.p-serviceTOP__container .swiper--service .service-prev::before,
.p-serviceTOP__container .swiper--service .service-next::before {
	border: 3px solid #FAF9F9;
	border-bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 10px;
	position: absolute;
	top: 52%;
	width: 10px;
	z-index: 10;
}

.p-serviceTOP__container .swiper--service .service-prev::after,
.p-serviceTOP__container .swiper--service .service-next::after {
	background: #99D6ED;
	border-radius: 24px;
	content: "";
	height: 48px;
	position: absolute;
	width: 48px;
}

.p-serviceTOP__container .swiper--service .service-prev.warm::before,
.p-serviceTOP__container .swiper--service .service-prev.warm::after,
.p-serviceTOP__container .swiper--service .service-next.warm::before,
.p-serviceTOP__container .swiper--service .service-next.warm::after {
	background: #F79848;
}

.p-serviceTOP__container .swiper--service .service-prev {
	left: 0;
}

.p-serviceTOP__container .swiper--service .service-prev::before {
	border-right: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	transform-origin: top left;
}

.p-serviceTOP__container .swiper--service .service-next {
	right: 0;
}

.p-serviceTOP__container .swiper--service .service-next::before {
	border-bottom: 0;
	border-left: 0;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	transform-origin: top right;
}

.swiper--service {
	margin-bottom: 30px;
}

.swiper--service.warm .service-prev::before,
.swiper--service.warm .service-prev::after,
.swiper--service.warm .service-next::before,
.swiper--service.warm .service-next::after {
	background: #F79848;
}

.swiper--service.warm .swiper-pagination-service .swiper-pagination-bullet {
	background-color: #F9E8D5;
	border: 1px solid #FAF9F9;
	border-radius: 50%;
	height: 10px;
	opacity: 1;
	position: relative;
	width: 10px;
}

.swiper--service.warm .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FAF9F9;
}

.swiper--service .swiper-pagination-service .swiper-pagination-bullet {
	background-color: #FAF9F9;
	border: 1px solid #6384C2;
	border-radius: 50%;
	height: 10px;
	opacity: 1;
	position: relative;
	width: 10px;
}

.swiper--service .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper--service .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper--service .swiper-horizontal > .swiper-pagination-bullets,
.swiper--service .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper--service .swiper-pagination-custom,
.swiper--service .swiper-pagination-fraction {
	bottom: -20px;
	height: 10px;
	left: 50%;
	opacity: 1;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.swiper--service .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #6384C2;
}

.swiper-container {
	position: relative;
}

.swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
}

.p-serviceTOP__card {
	align-items: stretch;
	background: #FAF9F9;
	border-radius: 20px;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 420px;
	position: relative;
	width: 100%;
}

.p-service__img {
	position: relative;
	z-index: 1;
}

.p-service-icon {
	bottom: -65px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 120px;
}

.p-service__textarea {
	background: #FAF9F9;
	border-radius: 20px;
	color: #223046;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	height: auto;
	margin-top: 8px;
	padding: 0 13px 15px 17px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-service__textarea .title {
	font-size: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
	font-weight: 500;
	line-height: 32px; /* 150% */
	position: relative;
	z-index: 3;
}

.p-service__textarea .body {
	flex-grow: 1;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	text-align: left;
}

.p-service__button {
	margin-inline: auto;
	margin-top: 5px;
}

.p-service-price {
	margin-top: clamp(1.875rem, 0.7086rem + 4.9765vw, 5.1875rem);
}

.p-service-price .p-serviceU {
	background: #F4F4F4;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-block: clamp(2.5rem, 1.6197rem + 3.7559vw, 5rem) clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
	padding-inline: clamp(1.40625rem, 0.1739rem + 5.2582vw, 4.90625rem);
}

.p-service-price .p-serviceU .textarea {
	display: flex;
	flex-direction: column;
	margin-top: -72px;
	padding-top: 72px;
}

.p-service-price .p-serviceU .textarea .p-serviceU__text {
	color: #223046;
	font-size: 16px;
	line-height: 28px; /* 175% */
	margin-top: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
}

.p-service-price .p-serviceU .textarea .p-serviceU__lists {
	background: #E7F2F6;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: clamp(1.25rem, 0.5018rem + 3.1925vw, 3.375rem);
	padding: 20px 24px;
}

.p-service-price .p-serviceU .textarea .p-serviceU__lists li {
	color: #223046;
	font-size: 16px;
	line-height: 28px; /* 175% */
	margin: 0;
	padding: 0;
}

.p-service-price .p-serviceU .textarea .p-serviceU__lists li::before {
	background: #222;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 8px;
	position: absolute;
	position: relative;
	top: -4px;
	width: 4px;
}

.p-service-price .p-priceU {
	background: #F4F4F4;
	overflow: hidden;
	padding-inline: 22.5px;
}

.p-service-price .p-price__package {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
	margin-top: clamp(1.875rem, 1.6549rem + 0.939vw, 2.5rem);
}

.p-service-price .p-price__package .title {
	color: var(--point1, #F79848);
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	padding-left: 8px;
}

.p-service-price .p-price__package .cards {
	display: grid;
	gap: 8px;
	place-items: center;
}

.p-service-price .p-price__package .cards .card {
	background: #F79848;
	border-radius: clamp(0.5rem, 0.2359rem + 1.1268vw, 1.25rem);
	color: #F4F4F4;
	display: grid;
	font-weight: 700;
	line-height: normal;
	min-height: 56px;
	min-width: 124px;
	padding: clamp(0.5rem, 0.456rem + 0.1878vw, 0.625rem) 6px;
	place-items: center;
	text-align: center;
}

.p-service-price .p-price__package .cards .cards-bottom {
	display: flex;
	gap: 13px;
}

.p-service-price .point {
	color: #223046;
	font-size: clamp(0.75rem, 0.662rem + 0.3756vw, 1rem);
	line-height: clamp(0.875rem, 0.6769rem + 0.8451vw, 1.4375rem);
	margin-bottom: 20px;
	text-align: left;
}

.p-service-price .p-price__container .please-contact {
	background: #FAF9F9;
	color: #223046;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-block: 30px 40px;
	padding-block: 20px;
	text-align: center;
}

.p-service-price .p-price__container .tax-in {
	color: #223046;
	font-size: clamp(0.75rem, 0.662rem + 0.3756vw, 1rem);
	line-height: clamp(0.875rem, 0.6769rem + 0.8451vw, 1.4375rem);
	text-align: right;
}

.p-service-price .p-price__container .p-priceList-box {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.p-service-price .p-price__container .p-priceList-box .p-pricelist {
	display: flex;
	flex-wrap: wrap;
}

.p-service-price .p-price__container .p-priceList-box dt {
	align-items: center;
	color: #333333;
	color: #223046;
	display: flex;
	font-size: 14px;
	line-height: normal;
	line-height: normal;
	padding-block: 22px;
	padding-left: 4px;
	padding-right: 29px;
	width: 65.1515151515%;
}

.p-service-price .p-price__container .p-priceList-box dd {
	align-items: center;
	color: #223046;
	display: flex;
	justify-content: flex-end;
	line-height: 1.5;
	overflow-wrap: break-word;
	padding-block: 22px;
	padding-right: 4px;
	text-align: right;
	text-align: right;
	width: 34.8484848485%;
}

.p-service-price .p-price__container .p-priceList-box dl:nth-of-type(2n) {
	background-color: #F4F4F4;
}

.p-service-price .p-price__container .p-priceList-box dl:nth-of-type(2n+1) {
	background-color: #FAF9F9;
}

.p-service-price .p-price__container .p-priceList-box .priceList {
	padding-block: 16px;
}

.p-priceList__addColor {
	color: var(--Category-red, #C31515) !important;
}

.p-price__example {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
}

.p-price__example p {
	color: #213884;
	font-size: 14px;
	line-height: normal;
	margin-top: 16px;
}

.p-price__example .p-price__example-img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-price__example .p-price__example-img img {
	width: 100%;
}

.example2 .example2-title {
	color: #223046;
	font-size: 14px;
	line-height: 20px; /* 142.857% */
	padding: 16px 0 0 5px;
}

.example2 .example2-title span {
	color: #223046;
	font-size: 10px;
	line-height: 20px;
}

.example2 .example2__boxes {
	display: flex;
	gap: 20px;
	margin-top: 8px;
}

.example2 .example2__boxes .example2__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 50%;
}

.example2 .example2__boxes .example2__box p {
	color: #223046;
	font-size: clamp(0.75rem, 0.662rem + 0.3756vw, 1rem);
	line-height: clamp(1.25rem, 1.184rem + 0.2817vw, 1.4375rem);
	margin-top: 8px;
}

.priceList--text {
	color: #223046;
	font-size: 14px;
	line-height: 20px; /* 142.857% */
	padding: 16px 8px;
}

.p-banner {
	background: #F4F4F4;
	padding-block: clamp(2.8125rem, 2.2183rem + 2.5352vw, 4.5rem);
}

.p-banner__button {
	display: block;
	margin-inline: auto;
	transition: 0.5s;
	width: 300px;
}

.p-faqTOP {
	padding-block: 70px 120px;
}

.p-faq__deco {
	position: relative;
}

.p-faq__deco .deco1 {
	aspect-ratio: 35/73;
	height: auto;
	left: 72%;
	position: absolute;
	top: 10%;
	width: 10.1333333333%;
}

.p-faq__deco .deco2 {
	bottom: 2%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 24.5333333333%;
}

.p-faq__deco .deco3 {
	position: absolute;
	right: 82%;
	top: -50px;
	width: 83px;
}

.p-faq__deco .deco4 {
	bottom: 100px;
	left: 78%;
	position: absolute;
	width: clamp(6.25rem, 5.5357rem + 1.4881vw, 6.875rem);
}

.p-faq__deco .u-deco1 {
	height: auto;
	left: 7.8666666667%;
	max-width: 120px;
	position: absolute;
	top: 15px;
	width: 17.776%;
	z-index: 2;
}

.p-faq__deco .u-deco2 {
	bottom: -20px;
	height: auto;
	left: 80%;
	max-width: 65px;
	position: absolute;
	width: 14.3469333333%;
	z-index: 2;
}

.p-faq__deco .u-deco3 {
	height: auto;
	max-width: 83px;
	position: absolute;
	right: 90%;
	top: 0;
	width: 5.7638888889%;
}

.p-faqTOP__container {
	display: flex;
	flex-direction: column;
	gap: clamp(0.5rem, 0.1479rem + 1.5023vw, 1.5rem);
	margin: 40px auto 0;
	max-width: 900px;
}

.p-faq__menu {
	width: 100%;
}

.p-faq__menu.top .p-faq__answer {
	display: flex;
}

.p-faq__menu.top .drawer__icon-circle {
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.p-faq__menu.top .drawer__icon-circle::before {
	background: #213884;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	width: 20px;
}

.p-faq__menu.top .drawer__icon-circle::after {
	background: #213884;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 20px;
}

.p-faq__menu.top.js-open .drawer__icon-circle::before {
	transform: translate(-50%, -50%) rotate(90deg);
	transform-origin: center center;
}

.p-faq__question {
	align-items: center;
	background: #E7F2F6;
	display: flex;
	gap: 20px;
	padding-block: 16px;
	padding-inline: 7.8666666667%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-faq__question.warm {
	background: #F9E8D5;
}

.p-faq__logo {
	background: #213884;
	border-radius: 50%;
	color: #FAF9F9;
	display: grid;
	flex-shrink: 0;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: 36px;
	line-height: normal;
	place-items: center;
	width: 36px;
}

.p-faq__logo.answer {
	background: #F79848;
}

.p-faq__question-text {
	color: #223046;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	width: 100%;
}

.drawer__icon-circle {
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	height: 20px;
	position: relative;
	width: 20px;
}

.drawer__icon-circle::before,
.drawer__icon-circle::after {
	background: #213884;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.drawer__icon-circle::before {
	height: 20px;
	transition: all 0.3s ease;
	width: 5px;
}

.drawer__icon-circle::after {
	height: 5px;
	width: 20px;
}

.p-faq__answer {
	align-items: center;
	display: none;
	gap: 12px;
	padding: 24px 7.8666666667% 16px 7.8666666667%;
}

.p-faq__answer-box {
	align-items: center;
	display: flex;
	gap: 20px;
}

.p-faq__answer-text {
	color: #223046;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
}

.p-faq__menu.js-open .drawer__icon-circle::before {
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__button {
	margin-inline: auto;
	margin-top: 40px;
	text-align: center;
}

.p-faqUnder {
	padding-block: clamp(5rem, 4.1197rem + 3.7559vw, 7.5rem) 40px;
}

.p-faqUnder__container {
	display: flex;
	flex-direction: column;
	gap: clamp(0.5rem, 0.1479rem + 1.5023vw, 1.5rem);
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.p-message {
	background: linear-gradient(0deg, rgba(174, 205, 108, 0.05) 0%, rgba(174, 205, 108, 0.05) 100%), #FFF;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-message__textarea {
	font-size: 14px;
}

.p-message__textarea .main {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.p-message__textarea .sub {
	margin-top: 25px;
}

.p-message__textarea .sub .team {
	font-weight: 500;
	line-height: 1.8;
}

.p-message__textarea .sub .name {
	font-weight: 700;
	line-height: 1.8;
}

.p-message__img {
	margin-inline: auto;
}

.p-message__img .img {
	aspect-ratio: 355/293;
	border-radius: 20px;
	box-shadow: 15px 15px 0px 0px rgba(174, 205, 108, 0.5);
	display: inline-block;
	flex-shrink: 0;
	overflow: hidden;
	width: 335px;
}

.p-message__img img {
	border-radius: 20px;
}

.p-worksTOP {
	overflow: hidden;
	padding-bottom: 70px;
	padding-top: clamp(4.9375rem, 2.2086rem + 11.6432vw, 12.6875rem);
	position: relative;
}

.p-worksTOP::before {
	background: url(../img/works-bgSP.webp) no-repeat top center/cover;
	content: "";
	height: 36%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-worksTOP.warm::before {
	background: url(../img/works-bgSP-warm.webp) no-repeat top center/cover;
}

.p-worksTOP__container {
	background: transparent;
	margin-top: 38px;
}

.p-worksTOP__container .swiper--works {
	margin-inline: auto;
	max-width: 375px;
	padding-inline: 18px 17px;
	position: relative;
}

.p-worksTOP__container .swiper--works.warm .works-prev::before,
.p-worksTOP__container .swiper--works.warm .works-prev::after,
.p-worksTOP__container .swiper--works.warm .works-next::before,
.p-worksTOP__container .swiper--works.warm .works-next::after {
	background: #F79848;
	border-color: #FAF9F9;
}

.p-worksTOP__container .swiper--works.warm .swiper-pagination-works .swiper-pagination-bullet {
	background-color: #FAF9F9;
	border: 1px solid #F79848;
}

.p-worksTOP__container .swiper--works.warm .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F79848;
}

.p-worksTOP__container .swiper--works .p-swiper__works {
	position: relative;
}

.p-worksTOP__container .swiper--works .p-swiper__works .swiper-wrapper {
	box-sizing: border-box;
	padding: 0 7px 7px 7px;
	position: relative;
}

.p-worksTOP__container .swiper--works .p-swiper__works .swiper-wrapper .p-works__slide {
	height: auto;
	min-width: 330px;
}

.p-worksTOP__container .swiper--works .p-swiper__works .swiper-wrapper .p-works__slide .p-worksTOP__card {
	height: 100%;
}

.p-worksTOP__container .swiper--works .swiper-button-prev,
.p-worksTOP__container .swiper--works .swiper-button-next {
	display: none;
}

.p-worksTOP__container .swiper--works .works-prev,
.p-worksTOP__container .swiper--works .works-next {
	display: block;
	width: 48px;
}

.p-worksTOP__container .swiper--works .works-prev::before,
.p-worksTOP__container .swiper--works .works-next::before {
	border: 3px solid #FAF9F9;
	border-bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 10px;
	position: absolute;
	top: 52%;
	width: 10px;
	z-index: 110;
}

.p-worksTOP__container .swiper--works .works-prev::after,
.p-worksTOP__container .swiper--works .works-next::after {
	background: #99D6ED;
	border-radius: 50%;
	content: "";
	height: 48px;
	position: absolute;
	width: 48px;
}

.p-worksTOP__container .swiper--works .works-prev {
	left: 0;
}

.p-worksTOP__container .swiper--works .works-prev::before {
	border-right: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	transform-origin: top left;
}

.p-worksTOP__container .swiper--works .works-prev::after {
	left: 0;
}

.p-worksTOP__container .swiper--works .works-next {
	left: auto;
	right: 0;
}

.p-worksTOP__container .swiper--works .works-next::before {
	border-bottom: 0;
	border-left: 0;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	transform-origin: top right;
}

.p-worksTOP__container .swiper--works .works-next::after {
	left: 0;
}

.swiper--works .swiper-pagination-works .swiper-pagination-bullet {
	background-color: #FAF9F9;
	border: 1px solid #6384C2;
	border-radius: 50%;
	height: 10px;
	opacity: 1;
	position: relative;
	width: 10px;
}

.swiper--works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper--works .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper--works .swiper-horizontal > .swiper-pagination-bullets,
.swiper--works .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper--works .swiper-pagination-custom,
.swiper--works .swiper-pagination-fraction {
	bottom: -20px;
	height: 10px;
	left: 50%;
	opacity: 1;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.swiper--works .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #6384C2;
}

.p-worksTOP__card {
	background: #FAF9F9;
	border-radius: 20px;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 420px;
	position: relative;
	transition: 0.5s;
}

.p-worksTOP__card .p-works__img {
	aspect-ratio: 330/220;
	background: url(<path-to-image>) lightgray -17.706px -12.911px/112.445% 112.5% no-repeat;
	border-radius: 20px 20px 0 0;
	min-height: 220px;
	overflow: hidden;
	width: 100%;
}

.p-worksTOP__card .p-works__img img {
	transition: transform 0.5s;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-works__textarea {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 16px 20px 10px 20px;
}

.p-works__title {
	align-items: center;
	display: flex;
	white-space: nowrap;
}

.p-works__title .service {
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	padding: 3px 9px;
}

.p-works__title .service.for-home {
	color: #6384C2;
}

.p-works__title .service.kitchen {
	color: #C31515;
}

.p-works__title .service.electrical-works {
	color: #BF7028;
}

.p-works__title .service.for-businesses {
	color: #45944D;
}

.p-works__title .place {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px; /* 160% */
	margin-left: 16px;
}

.p-works__title .name {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px; /* 160% */
	margin-left: 24px;
}

.p-works__title .name .sama {
	font-size: 16px;
	line-height: 23px; /* 143.75% */
}

.p-works__details {
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	margin-top: 8px;
	min-height: 69px;
	text-align: left;
}

.p-works__tag-area {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 8px;
	min-height: 62px;
	padding-block: 4px;
}

.p-works__button {
	margin-top: 15px;
}

.p-worksTOP__container {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-worksTOP__button {
	margin-inline: auto;
	margin-top: 56px;
}

.p-works__details {
	flex-grow: 1;
}

.p-worksU__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-inline: 22.5px;
}

.p-worksU__container.worksU {
	margin-top: clamp(2.5rem, 1.1796rem + 5.6338vw, 6.25rem);
}

.p-worksU__container .p-worksTOP__card {
	margin-inline: 0;
	max-width: 360px;
}

.p-cta {
	position: relative;
}

.p-cta__bg {
	position: relative;
}

.p-cta__container {
	display: flex;
	flex-direction: column;
	gap: 3.7333333333vw;
	left: 50%;
	padding-inline: 11.8666666667vw;
	position: absolute;
	top: 31%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

.p-cta__button {
	display: flex;
	flex-direction: column;
	gap: 7.4666666667vw;
}

.p-cta__phone {
	display: grid;
	place-items: center;
}

.p-cta__phone .text {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	line-height: 24px; /* 150% */
}

.p-cta__phone .icon {
	width: 4vw;
}

.p-cta__phone .number {
	align-items: center;
	display: flex;
	gap: 4px;
}

.p-cta__phone .number a {
	align-items: center;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	position: relative;
}

.p-cta__phone .number a::before {
	background: #213884;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-cta__phone .number a .bar {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px; /* 120% */
}

.p-copyright {
	background: #213884;
	margin-bottom: 48px;
	padding-block: 30px;
}

.p-copyright.warm {
	background: #F79848;
}

.p-copyright__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	text-align: center;
}

.p-copyrightLists {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.p-copyright__link {
	color: #FAF9F9;
	font-size: 12px;
	line-height: 14px; /* 116.667% */
	padding-inline: 30px;
	transition: 0.5s;
}

.p-copyright__text {
	color: #FAF9F9;
	font-size: 13px;
	line-height: normal;
}

.p-404 {
	background: #E7F2F6;
	margin-top: 72px;
	padding-bottom: clamp(3.375rem, 0.9982rem + 10.1408vw, 10.125rem);
	padding-inline: 7.4666666667%;
	padding-top: clamp(7.0625rem, 5.9842rem + 4.6009vw, 10.125rem);
	position: relative;
}

.p-404.warm {
	background: #F9E8D5;
}

.p-404__title {
	color: #213884;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.p-404__title .head {
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(3rem, 2.2958rem + 3.0047vw, 5rem);
	font-weight: 500;
	line-height: clamp(3rem, 2.2958rem + 3.0047vw, 5rem);
}

.p-404__title .sub {
	font-size: clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
	font-style: normal;
	font-weight: 500;
	line-height: clamp(1.5rem, 0.2676rem + 5.2582vw, 5rem);
}

.p-404__title .img {
	bottom: -7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(17.625rem, 12.4754rem + 21.9718vw, 32.25rem);
}

.p-404__container {
	margin-top: clamp(1.0625rem, 0.5563rem + 2.1596vw, 2.5rem);
	padding-inline: 11.5151515152%;
	position: relative;
}

.p-404__text {
	padding-bottom: clamp(6.6875rem, 5.5211rem + 4.9765vw, 10rem);
}

.p-404__text p {
	color: #213884;
	font-size: clamp(0.875rem, 0.743rem + 0.5634vw, 1.25rem);
	line-height: 24px; /* 171.429% */
}

.p-404__text .p-404__deco2 {
	bottom: 90px;
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(3.5625rem, 1.912rem + 7.0423vw, 8.25rem);
}

.p-404__button {
	display: grid;
	place-items: center;
}

.p-404__deco1 {
	height: auto;
	left: 50%;
	position: absolute;
	top: clamp(1.5rem, 1.2579rem + 1.0329vw, 2.1875rem);
	transform: translateX(-50%);
	width: clamp(3.4375rem, 1.743rem + 7.23vw, 8.25rem);
}

.u-padding__section {
	padding-block: 100px 80px;
}

.u-padding__section.p-vision {
	padding-block: clamp(3.125rem, 2.0246rem + 4.6948vw, 6.25rem);
}

.p-padding__underLayer {
	padding-block: 40px 60px;
}

.u-padding__Usection {
	padding-block: 40px 40px;
}

.u-margin__container {
	margin-top: 40px;
}

.u-mb8 {
	margin-bottom: 8px;
}

.u-hidden-sm {
	display: none;
}

.u-visible-md {
	display: none;
}

.u-visible-lg {
	display: none;
}

.u-visible-xl {
	display: none;
}

@media (hover: hover) {

.l-header__logo:hover {
	opacity: 0.7;
}

.l-header__text:hover {
	color: #1975D5;
}

.l-header__text:hover::after {
	animation-duration: 0.8s; /*下線が戻る速さ*/
	animation-fill-mode: forwards; /*アニメーションが終わった状態をキープ*/
	animation-name: fadein-bottom; /*アニメーションの名前*/
	animation-timing-function: ease-out; /*アニメーションの終わりをゆっくり*/
	bottom: -5px; /*ホバーした時の下線の位置*/
	opacity: 0;
	visibility: visible; /*ホバーしたとき表示*/
}

.l-footer-box__head:hover {
	color: #1975D5;
}

.l-footer-box__head:hover .arrow-icon {
	transform: translateX(10px);
}

.l-footer__text.answer:hover {
	color: #1975D5;
}

.c-buttonWhite:hover {
	color: #FAF9F9;
}

.c-buttonWhite:hover .c-company__name {
	color: #FAF9F9;
}

.c-buttonWhite:hover::before {
	background: #FAF9F9;
	right: 10px;
}

.c-buttonWhite:hover .arrow {
	right: 24px;
	stroke: #213884;
}

.c-buttonWhite:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-button__cta:hover {
	opacity: 0.6;
}

.c-button__header.line:hover {
	background: #FAF9F9;
	color: #06C755;
}

.c-button__header.line:hover::before {
	background: #FAF9F9;
	right: 10px;
}

.c-button__header.line:hover .icon {
	border: #06C755;
	right: 24px;
}

.c-button__header.line:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-button__header.mail:hover {
	background: #FAF9F9;
	color: #F79848;
}

.c-button__header.mail:hover::before {
	background: #FAF9F9;
	right: 10px;
}

.c-button__header.mail:hover .icon {
	right: 24px;
}

.c-button__header.mail:hover .icon circle {
	fill: #F79848;
}

.c-button__header.mail:hover .icon path {
	fill: #FAF9F9;
}

.c-button__header.mail:hover::after {
	background: #FAF9F9;
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-button__header.warm.mail:hover {
	background: #FAF9F9;
	color: #F79848;
}

.c-button__header.warm.mail:hover::before {
	background: #FAF9F9;
	right: 10px;
}

.c-button__header.warm.mail:hover .icon {
	right: 24px;
}

.c-button__header.warm.mail:hover .icon circle {
	fill: #F79848;
}

.c-button__header.warm.mail:hover .icon path {
	fill: #FAF9F9;
}

.c-button__header.warm.mail:hover::after {
	background: #FAF9F9;
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-button__genreNav:hover {
	opacity: 1;
	transform: translateY(-10px);
}

.c-button__address:hover {
	opacity: 0.8;
}

.modal-img .modal-batsu:hover circle {
	fill: #223046;
}

.modal-img .modal-batsu:hover path {
	fill: #F4F4F4;
}

.modal-works__container .modal-works__wrapper .modal-batsu--works:hover circle {
	fill: #223046;
}

.modal-works__container .modal-works__wrapper .modal-batsu--works:hover path {
	fill: #F4F4F4;
}

.Form input[type=submit]:hover,
input[type=submit]:hover,
.submit-button:hover {
	background: #FAF9F9;
	border: 1px solid currentColor;
	color: #F79848;
}

.select-wrap select option:hover {
	background-color: red;
	color: #FAF9F9;
}

.cf7-accept-check .privacy-link span:hover {
	opacity: 0.7;
}

.confirm_area input[type=button]:hover {
	opacity: 0.8;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
	opacity: 0.7;
}

.p-banner__button:hover {
	scale: 1.05;
	transform: translateY(-5px);
}

.p-worksTOP__card:hover .p-works__img img {
	transform: scale(1.1);
}

.p-worksTOP__card:hover .c-button-noBorder .arrow {
	fill: #213884;
}

.p-worksTOP__card:hover .c-button-noBorder .arrow .blue {
	stroke: #FAF9F9;
}

.p-copyright__link:hover {
	color: #99D6ED;
}

}

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

.p-messageU__deco {
	bottom: -20px;
}

.p-vision__message2 {
	bottom: 14%;
	font-size: 16px;
}

.p-cta__container {
	top: 32%;
}

}

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

.p-messageU__deco {
	bottom: -40px;
	max-width: 200px;
}

.p-vision__bottomBG {
	display: inline;
}

.p-vision__message2 {
	bottom: 15%;
	font-size: clamp(1.125rem, 0.8571rem + 0.7143vw, 1.5rem);
}

.p-faq__deco .deco1 {
	top: 6%;
}

.p-faq__deco .deco2 {
	bottom: 0;
	left: auto;
	right: 70%;
	transform: none;
}

.p-cta__container {
	gap: 6.6666666667vw;
	top: 33%;
}

.p-cta__phone .text {
	font-size: 3.3333333333vw;
}

.p-cta__phone .number a {
	font-size: 6.3333333333vw;
}

.u-hidden-sm {
	display: block;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	pointer-events: none;
}

dd br {
	display: none;
}

}

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

.l-header__text.answer {
	font-weight: 500;
}

.l-header__menuBox {
	margin-inline: auto;
	width: 74.6666666667%;
}

.l-inner {
	padding-inline: 11.1111111111%;
}

.l-inner--container {
	max-width: 860px;
}

.l-inner.header {
	max-width: 1440px;
	padding-inline: 26px;
}

.l-inner.about {
	padding-inline: 11.1111111111%;
}

.l-inner.reason {
	padding-inline: 6.9444444444%;
}

.l-inner.service {
	padding-inline: 35.5px;
}

.l-inner.flow {
	padding-inline: 6.9444444444%;
}

.l-inner.works {
	max-width: none;
}

.l-inner.underLayer {
	padding-inline: 18.75%;
}

.l-inner.aboutU {
	padding-inline: 11.1111111111%;
}

.l-inner.contact {
	padding-inline: 6.9444444444%;
}

.l-footer {
	background-image: url(../img/footerPC.webp);
	padding-block: 60px 120px;
}

.c-button__cta.warm {
	padding-block: clamp(0.9375rem, 0.2232rem + 1.4881vw, 1.5625rem) clamp(0.625rem, 0.1964rem + 0.8929vw, 1rem);
}

.c-button__cta.warm.mail {
	border: none;
}

.c-button__cta {
	border-radius: 1.3888888889vw;
	font-size: 1.3888888889vw;
	gap: 0.2777777778vw;
	line-height: 1.6;
	margin-inline: 0;
	min-height: auto;
	min-width: auto;
	padding-block: clamp(0.9375rem, 0.2232rem + 1.4881vw, 1.5625rem) clamp(0.625rem, 0.1964rem + 0.8929vw, 1rem);
	width: 19.4444444444vw;
}

.c-button__cta .name {
	font-size: 1.3888888889vw;
}

.c-button__cta .text {
	border: 2px solid currentColor;
	border-radius: 20px;
	font-size: 0.9722222222vw;
	font-weight: 500;
	line-height: normal;
	min-width: auto;
}

.c-button__cta .img {
	height: 2.9166666667vw;
	width: 2.9166666667vw;
}

.c-button__genreNav {
	padding-block: 20.5px;
}

.c-title .main {
	font-weight: 700;
}

.c-title.cta {
	gap: 0;
}

.c-title.cta::before {
	display: none;
}

.c-title.cta .main {
	font-size: clamp(1.25rem, 0.8979rem + 1.5023vw, 2.25rem);
	font-weight: 700;
	line-height: normal;
}

.c-title.flow {
	padding-top: 100px;
	scroll-padding-top: 100px;
}

.c-title .no {
	letter-spacing: -0.84px;
}

.c-pageTitle__area {
	background: url(../img/pagetitle-bgPC.webp) no-repeat center center/cover;
	height: 30.625vw;
}

.c-pageTitle__area.warm {
	background: url(../img/warm/pagetitle-bgPC-warm.webp) no-repeat center center/cover;
}

.c-titleU {
	font-weight: 700;
	line-height: normal;
}

.c-title__servicePrice--orange {
	color: var(--point1, #F79848);
	font-family: "Zen Maru Gothic", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px; /* 150% */
	text-align: center;
}

.c-title__servicePrice--orange::before {
	display: none;
}

.c-company__mainText,
.c-company__aboutMessage {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px; /* 120% */
}

.c-company__footer {
	font-family: "Noto Sans JP", sans-serif;
}

.c-company__aboutU-title {
	line-height: 60px; /* 107.143% */
}

.modal-img .modal-batsu {
	right: 4%;
	width: 4.7222222222vw;
}

.modal-works__container .modal-works__wrapper {
	padding-inline: 4.958677686%;
}

.modal-works__container .modal-works__wrapper .modal-batsu--works {
	right: 37px;
	right: 36px;
}

.modal-works__container .modal-works__wrapper .p-works__imgarea .new-version,
.modal-works__container .modal-works__wrapper .p-works__imgarea .old-version {
	align-items: flex-start;
	flex-direction: row;
	gap: 9.9173553719%;
	position: relative;
}

.modal-works__container .modal-works__wrapper .arrow {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7.1074380165%;
}

.c-genre-nav {
	grid-template-columns: repeat(3, 1fr);
}

.c-genre-nav {
	padding-inline: 12.1527777778%;
}

.p-aboutTOP {
	margin-top: 0;
	padding-top: 0;
}

.p-about__container {
	flex-direction: row-reverse;
	gap: 0;
	padding-top: 0;
}

.about__img {
	width: clamp(10.125rem, -6.9464rem + 35.5655vw, 25.0625rem);
}

.p-about__textarea {
	gap: 30px;
	justify-content: center;
	margin-top: 20px;
	text-align: left;
}

.p-about__sub {
	font-weight: 400;
	line-height: 34px;
}

.p-about__button {
	margin-inline: 0;
}

.p-sellingpointU__container {
	margin-inline: auto;
	max-width: 1217px;
}

.p-sellingpointU__card.type2 .card-body .selling-point img {
	width: 336px;
}

.p-sellingpointU__card .card-body .selling-point img {
	width: 476px;
}

.p-voiceU {
	border-radius: 0;
	padding-inline: 40px;
}

.p-voiceU__container {
	flex-direction: row;
	gap: 3.0395136778%;
	margin-inline: auto;
	max-width: 987px;
}

.p-voiceU__card {
	flex: 1;
}

.p-voiceU__card .card-head {
	gap: 18px;
	margin-left: 0;
}

.p-voiceU__card .card-body {
	flex: 1;
}

.p-messageU {
	padding-inline: 11.1111111111%;
}

.p-company-overview__table {
	margin-inline: auto;
	margin-top: 40px;
	max-width: 912px;
}

.p-company-overview__table dt {
	padding-block: 13px;
	width: 12.2807017544%;
}

.p-company-overview__table dd {
	line-height: 1.7;
	padding-block: 13px;
	padding-left: 24px;
	width: 87.7192982456%;
}

.p-requirements__container {
	gap: 60px;
}

.p-requiremetns__box {
	flex-direction: row;
	gap: 5.3571428571%;
}

.p-requiremetns__box.agriculture {
	flex-direction: row-reverse;
}

.p-requirements__img {
	width: 50%;
}

.p-requirements__textarea {
	align-items: center;
	justify-content: center;
}

.p-contact__intro .body .step,
.p-contact-thanks__intro .body .step {
	max-width: 500px;
	width: 55.3549939832%;
}

.form-contact {
	padding-inline: 11.4921780987%;
}

.thanks-text {
	background: url(../img/thanks-page.webp) no-repeat center center/contain;
	display: grid;
	height: 300px;
	place-items: center;
}

.thanks-img {
	display: none;
	left: 50%;
	margin-top: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-thanks-dc {
	display: contents;
}

.wpcf7-form .Form-Item .Form-Item-Label .kome,
.confirm_area .Form-Item .Form-Item-Label .kome {
	display: inline-block;
	font-size: 16px;
	line-height: 23px; /* 143.75% */
	margin-top: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	min-height: 46px;
	padding-block: 12px 11px;
	padding-inline: 18px;
}

.radio-wrap .wpcf7-form-control-wrap .wpcf7-radio {
	display: grid;
	gap: 12px 0px;
	grid-template-columns: repeat(2, 1fr);
}

.p-flowTOP {
	margin-top: 80px;
	padding-bottom: 30px;
}

.p-flowTOP::before {
	background: url("../img/flowBG-pc.webp") no-repeat center top/cover;
	height: 400px;
	top: -90px;
}

.p-flowTOP::after {
	background: url("../img/flowBG-pc.webp") no-repeat center bottom/cover;
	bottom: -140px;
	height: 400px;
	margin-top: -60px;
	padding-top: 100px;
}

.p-flowTOP.warm::before {
	background: url("../img/flowBG-pc-warm.webp") no-repeat center top/cover;
}

.p-flowTOP.warm::after {
	background: url("../img/flowBG-pc-warm.webp") no-repeat center bottom/cover;
}

.p-flow___container {
	margin-top: 40px;
	max-width: 1123px;
}

.p-fv {
	height: 51.7361111111vw;
	margin-top: 0;
}

.swiper--fv .swiper-horizontal > .swiper-pagination-bullets,
.swiper--fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper--fv .swiper-pagination-custom,
.swiper--fv .swiper-pagination-fraction {
	height: 12px;
	right: 20px;
	top: 32.9861111111vw;
	width: 12px;
}

.fv-cta {
	left: 70%;
	top: 38.5416666667vw;
	width: 20.6944444444vw;
}

.fv-text {
	left: 56%;
	top: 24.5138888889vw;
	width: 33.6111111111vw;
}

.p-vision__img {
	margin-top: 30px;
	max-width: 1440px;
	padding-bottom: 0;
	padding-inline: 5%;
	scale: 1;
	width: 100%;
}

.p-privacy-policy__boxes {
	gap: 70px;
}

.p-privacy-policy__box .sub,
.p-privacy-policy__box .number-lists {
	line-height: normal;
}

.p-reasonTOP.warm::before {
	background: url("../img/flowBG-pc-warm.webp") no-repeat center top/cover;
}

.p-reasonTOP.warm::after {
	background: url("../img/flowBG-pc-warm.webp") no-repeat center bottom/cover;
}

.p-reasonTOP {
	margin-top: clamp(0rem, -7.5rem + 15.625vw, 6.5625rem);
	padding-top: 70px;
}

.p-reasonTOP::before {
	background: url("../img/reason-wavePC.svg") no-repeat center top/cover;
	height: 600px;
	top: 0;
}

.p-reasonTOP::after {
	background-image: url("../img/reason-wavePC.svg");
	height: 600px;
}

.p-reason__title {
	min-width: 400px;
	width: 35vw;
}

.p-reason__message {
	line-height: 32px; /* 160% */
	text-align: center;
}

.p-reason__boxes {
	flex-direction: row;
	gap: 4.6403712297%;
	padding-inline: 0;
}

.p-reason__box {
	gap: 10px;
	line-height: 42px; /* 150% */
	padding: 20px 3.4682080925%;
	width: 31.4148681055%;
}

.p-reason__box .reason.type2 {
	height: auto;
	margin-inline: auto;
	width: 90.1098901099%;
}

.p-reason__box .reason {
	height: auto;
	margin-inline: auto;
	width: 90.1098901099%;
}

.p-reason__box .img {
	width: 100%;
}

.p-reason__airplane {
	bottom: -100px;
	height: 184px;
	right: 62%;
	width: 26.5972222222%;
}

.p-serviceTOP::after {
	aspect-ratio: 815/596;
	bottom: 300px;
	max-width: 815px;
}

.p-serviceTOP {
	padding-bottom: 93px;
	padding-top: clamp(0rem, -14.7857rem + 30.8036vw, 12.9375rem);
}

.p-serviceTOP__container .swiper--service {
	box-shadow: none;
	max-width: 900px;
}

.p-serviceTOP__container .swiper--service .p-swiper__service {
	padding-right: 0;
}

.p-serviceTOP__container .swiper--service .p-swiper__service .swiper-wrapper {
	display: grid;
	gap: 40px 6.6666666667%;
	grid-template-columns: repeat(2, 1fr);
	height: calc(100% + 40px);
}

.p-serviceTOP__container .swiper--service .service-prev,
.p-serviceTOP__container .swiper--service .service-next {
	display: none;
}

.swiper--service.warm .swiper-pagination-service .swiper-pagination-bullet {
	display: none;
}

.swiper--service {
	margin-bottom: 0;
}

.swiper--service .swiper-pagination-service .swiper-pagination-bullet {
	display: none;
}

.p-service-icon {
	bottom: -137px;
	width: 190px;
}

.p-service__textarea .title {
	line-height: 42px; /* 150% */
}

.p-service__textarea .body {
	line-height: 23px;
	min-height: 108px;
}

.p-service__textarea {
	gap: 16px;
	margin-top: 34px;
	padding: 0 10% 29px 10.2380952381%;
}

.p-service__button {
	margin-top: 0;
}

.p-service-price .p-serviceU {
	padding-inline: 12.15%;
}

.p-service-price .p-serviceU .textarea {
	margin-top: calc(clamp(1rem, 0.912rem + 0.3756vw, 1.25rem) - 100px);
	padding-top: 100px;
}

.p-service-price .p-priceU {
	padding-inline: 12.15%;
}

.p-service-price .point {
	margin-bottom: 17px;
}

.p-service-price .p-price__container .p-priceList-box dt {
	padding-block: 16px;
	padding-left: 8px;
	width: 79.107505071%;
}

.p-service-price .p-price__container .p-priceList-box dd {
	line-height: 23px; /* 143.75% */
	padding-block: 16px;
	padding-right: 8px;
	width: 20.892494929%;
}

.p-service-price .p-price__container .p-priceList-box {
	padding-bottom: 40px;
}

.p-price__example .p-price__example-img {
	margin-inline: auto;
	width: 100%;
}

.example2 .example2__boxes {
	width: 56.3894523327%;
}

.p-banner__button {
	max-width: 1040px;
	width: 72.2222222222%;
}

.p-faqTOP {
	margin-top: 80px;
}

.p-faq__deco .deco1 {
	left: 79%;
	top: 18px;
	width: 100px;
}

.p-faq__deco .deco2 {
	width: 234px;
}

.p-faq__deco .deco4 {
	bottom: 50px;
}

.p-faqTOP__container {
	margin-top: 44px;
}

.p-faq__menu {
	border-radius: 16px;
	margin-top: 0;
	max-width: 1024px;
}

.p-faq__question {
	border-radius: 10px;
	gap: 24px;
	padding: 16px 40px 16px 24px;
}

.p-faq__answer {
	gap: 16px;
	padding: 24px 48px 0 24px;
}

.p-faqUnder {
	margin-bottom: -175px;
	padding-block: 120px;
}

.p-faqUnder__container {
	padding-inline: 3.4722222222%;
}

.p-worksTOP::before {
	background: url(../img/works-bg.webp) no-repeat top left/cover;
	left: 5vw;
	min-height: 57%;
	top: 100px;
	transform: none;
}

.p-worksTOP.warm::before {
	background: url(../img/works-bg-warm.webp) no-repeat top left/cover;
}

.p-worksTOP__container .swiper--works.warm .swiper-pagination-works .swiper-pagination-bullet {
	display: none;
}

.p-worksTOP__container .swiper--works {
	max-width: none;
	padding-inline: 0;
	width: 100%;
}

.p-worksTOP__container .swiper--works .p-swiper__works {
	padding-inline: 10vw 0; /* スライダー左の余白 */
}

.p-worksTOP__container .swiper--works .p-swiper__works .swiper-wrapper .p-works__slide {
	width: 360px;
}

.p-worksTOP__container .swiper--works .works-prev,
.p-worksTOP__container .swiper--works .works-next {
	top: 40%;
	width: 60px;
}

.p-worksTOP__container .swiper--works .works-prev::before,
.p-worksTOP__container .swiper--works .works-next::before {
	border: 3px solid #213884;
}

.p-worksTOP__container .swiper--works .works-prev::after,
.p-worksTOP__container .swiper--works .works-next::after {
	background: #FAF9F9;
	height: 60px;
	width: 60px;
}

.p-worksTOP__container .swiper--works .works-prev::before {
	border-bottom: 0;
	border-right: 0;
	top: 65%;
}

.p-worksTOP__container .swiper--works .works-prev {
	left: calc(10vw - 30px);
}

.p-worksTOP__container .swiper--works .works-next::before {
	border-bottom: 0;
	border-left: 0;
	top: 65%;
}

.p-worksTOP__container .swiper--works .works-next {
	right: calc(10vw - 30px);
}

.p-worksTOP__container {
	margin-top: 48px;
}

.swiper--works .swiper-pagination-works .swiper-pagination-bullet {
	display: none;
}

.p-worksTOP__card .p-works__img {
	aspect-ratio: 360/240;
}

.p-worksU__container {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-inline: auto;
	max-width: 1440px;
	padding-inline: 50px;
}

.p-worksU__container .p-worksTOP__card {
	max-width: clamp(19.9375rem, 9.6875rem + 21.3542vw, 22.5rem);
}

.p-cta__container {
	flex-direction: column;
	gap: 1.8055555556vw;
	top: 45%;
	width: 81.1111111111%;
}

.p-cta__button {
	flex-direction: row;
	gap: 1.6666666667vw;
	justify-content: center;
}

.p-cta__phone {
	display: flex;
	gap: 1.6666666667vw;
	justify-content: center;
}

.p-cta__phone .text {
	font-size: 1.1111111111vw;
	font-weight: 700;
}

.p-cta__phone .icon {
	width: 1.6666666667vw;
}

.p-cta__phone .number a {
	border-bottom: none;
	font-size: 1.6666666667vw;
}

.p-cta__phone .number a .bar {
	font-size: 1.1111111111vw;
	font-weight: 400;
	line-height: normal;
}

.p-copyright {
	padding-block: 16px;
}

.p-copyright__container {
	flex-direction: row;
	justify-content: space-between;
}

.p-copyrightLists {
	flex-direction: row;
}

.p-copyright__link {
	padding-block: 13px;
	padding-inline: 0;
}

.p-404 {
	margin-top: 100px;
}

.p-404__container {
	padding-inline: 0;
}

.p-404__text p {
	font-weight: 500;
	line-height: 32px; /* 160% */
	text-align: center;
}

.u-padding__section.p-vision {
	padding-bottom: 0;
}

.p-padding__underLayer {
	padding-block: 90px 120px;
}

.u-padding__Usection {
	padding-block: 75px clamp(2.5rem, 1.1796rem + 5.6338vw, 6.25rem);
}

.u-margin__cta {
	margin-top: clamp(0rem, -3.8512rem + 16.4319vw, 10.9375rem);
}

.u-mb8 {
	margin-bottom: 30px;
}

.u-hidden-md {
	display: none;
}

.u-visible-md {
	display: block;
}

}

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

.c-button__cta .text {
	padding-inline: 0.5555555556vw;
}

}

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

.l-inner {
	padding-inline: 50px;
}

.l-inner.flow {
	padding-inline: 50px;
}

.l-inner.footer {
	padding-inline: 50px;
}

.l-footer__container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: clamp(0rem, -22.3048rem + 37.1747vw, 6.25rem);
}

.l-footer__logoArea {
	margin-top: 0;
}

.p-footer__textContent {
	flex-direction: column;
}

.l-footer__menuArea {
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.l-footer__menuBox {
	flex: 1;
	margin-inline: auto;
	min-width: 150px;
}

.l-footer-box__head {
	padding-bottom: 8px;
	padding-right: 10px;
}

.l-footer-box__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
}

.l-footer__menuBox-right {
	display: block;
	display: flex;
	flex-direction: column;
	min-width: 150px;
}

.c-title.cta .main {
	font-size: 24px;
}

.modal-container {
	width: 48.6111111111%;
}

.modal-works__container {
	width: 84.0277777778%;
}

.c-genre-nav {
	display: flex;
	flex-direction: row;
	gap: 24px;
	justify-content: center;
	padding-inline: 50px;
}

.c-genre-nav li {
	margin: 0;
	width: 200px;
}

.p-sellingpointU {
	background: url(../img/sellingpoint-bgPC.webp) no-repeat center center/contain;
	margin-top: -100px;
	padding-top: clamp(6.25rem, 5.0396rem + 5.1643vw, 9.6875rem);
}

.p-sellingpointU.warm {
	background: url(../img/sellingpoint-bgPC-warm.webp) no-repeat center center/contain;
}

.p-sellingpointU__card.type2::before {
	height: 181px;
	left: 55%;
	top: -200px;
	transform: translateX(-50%);
	width: 500px;
}

.p-sellingpointU__card.type2 {
	flex-direction: row-reverse;
}

.p-sellingpointU__card.type3 .card-body {
	transform: translateY(-30px);
}

.p-sellingpointU__card.type3::before {
	bottom: -80px;
	height: 181px;
	left: 75%;
	transform: translateX(-50%);
	width: 600px;
}

.p-sellingpointU__card {
	align-items: center;
	flex-direction: row;
	gap: 3.2706459526%;
}

.p-sellingpointU__card .card-img {
	flex-shrink: 0;
	width: 49.0596892886%;
}

.p-sellingpointU__card .card-body .details {
	font-weight: 500;
}

.p-sellingpointU__card .card-body {
	justify-content: center;
}

.p-voiceU__card .card-head {
	gap: 24px;
}

.p-messageU {
	gap: 40px;
	margin-top: 0;
	max-width: 1440px;
	padding-block: 100px 120px;
	padding-inline: 7.7777777778%;
}

.p-messageU__deco {
	bottom: 0;
	left: 15%;
	max-width: 300px;
}

.p-messageU__container {
	flex-direction: row;
	gap: 32px;
}

.p-messageU__container .imgArea {
	flex-shrink: 0;
	width: 49.0596892886%;
}

.p-messageU__container .textarea p {
	line-height: 34px; /* 212.5% */
}

.p-flowTOP {
	margin-top: 50px;
	padding-top: 0;
}

.p-flowTOP::before {
	height: 590px;
	top: 0;
}

.p-flowTOP::after {
	bottom: -180px;
	height: 670px;
}

.swiper--fv .swiper-horizontal > .swiper-pagination-bullets,
.swiper--fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper--fv .swiper-pagination-custom,
.swiper--fv .swiper-pagination-fraction {
	right: 39px;
}

.p-vision__img {
	padding-inline: 11.1111111111%;
}

.p-vision__bottom::before {
	bottom: 60px;
	max-width: 212px;
	right: 73%;
	top: auto;
}

.p-vision__bottom::after {
	bottom: 30px;
	left: 73%;
	max-width: 212px;
}

.p-vision__message2 {
	bottom: 27%;
	line-height: 2;
}

.p-reasonTOP::before {
	height: 800px;
	top: -90px;
}

.p-reasonTOP::after {
	bottom: -100px;
	height: 800px;
}

.p-reason__airplane {
	bottom: -150px;
}

.p-service-price .p-priceU {
	margin-inline: auto;
	max-width: 1215px;
	padding-inline: 7.9513888889%;
}

.p-service-price .p-price__package {
	align-items: center;
	flex-direction: row;
	gap: 16px;
	margin-bottom: 16px;
}

.p-service-price .p-price__package .cards {
	display: flex;
	gap: 16px;
}

.p-service-price .p-price__package .cards .no2 {
	order: 2;
}

.p-service-price .p-price__package .cards .no1 {
	order: 1;
}

.p-service-price .p-price__package .cards .no3 {
	order: 3;
}

.p-service-price .p-price__package .cards .card {
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.p-service-price .p-price__package .cards .cards-bottom {
	display: contents;
	gap: 16px;
}

.p-faqTOP {
	margin-top: 180px;
}

.p-faq__deco .u-deco1 {
	bottom: -40px;
	left: auto;
	max-width: 234px;
	right: calc(50% + 248px);
	top: auto;
	width: 16.25%;
}

.p-faq__deco .u-deco2 {
	left: 85%;
	max-width: 90px;
	right: auto;
}

.p-faqUnder__container {
	padding-inline: 0;
	width: 100%;
}

.p-message {
	flex-direction: row;
	gap: 40px;
}

.p-message__img .img {
	aspect-ratio: 400/350;
	width: clamp(20.9375rem, 12.8125rem + 13.5417vw, 25rem);
}

.p-404__text {
	padding-bottom: 40px;
}

.p-404__text .p-404__deco2 {
	left: auto;
	right: calc(50% + 290px);
	transform: none;
}

.p-404__deco1 {
	left: calc(50% + 254px);
	transform: none;
}

.u-hidden-lg {
	display: none;
}

.u-visible-lg {
	display: block;
}

}

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

.l-header.underLayer .l-header__nav {
	background: #FAF9F9;
}

.l-header {
	height: 100px;
	overflow: hidden;
}

.l-header__logo {
	aspect-ratio: 221/83;
	height: auto;
	padding-block: 0;
	width: clamp(9.5625rem, -14.9643rem + 31.9048vw, 13.75rem);
}

.change-color .l-drawer-icon {
	background-color: transparent;
	color: transparent;
}

.l-drawer-icon {
	display: none;
}

.l-drawer-icon__bar {
	display: none;
}

.l-drawer__menu.drawer-close {
	display: none;
}

.l-drawer__menu.is-checked .drawer-open {
	display: none;
}

.l-drawer__menu {
	display: none;
	margin-right: 0;
}

.l-header__nav.warm {
	background: none;
}

.l-header__nav {
	align-items: center;
	background: none;
	flex-direction: row;
	gap: 17.5px;
	height: 100px;
	justify-content: flex-end;
	margin-top: 0;
	min-width: clamp(59.375rem, 4.4643rem + 71.4286vw, 68.75rem);
	overflow: hidden;
	padding: 20px 0;
	position: static;
	right: 0;
	top: 0;
	width: auto;
}

.l-header__nav__sns {
	align-items: center;
	flex-direction: row;
	gap: clamp(0.9375rem, -2.3571rem + 4.2857vw, 1.5rem);
}

.l-header__phone .number a {
	border-bottom: none;
}

.l-header__phone .time {
	justify-content: flex-end;
}

.l-header__menuArea {
	align-items: center;
	flex-direction: row;
	gap: clamp(1rem, -4.125rem + 6.6667vw, 1.875rem);
	position: relative;
}

.l-header__menuBox {
	width: -moz-fit-content;
	width: fit-content;
}

.l-header-box__head {
	border-bottom: none;
}

.l-header__text {
	font-size: clamp(0.8125rem, 0.0804rem + 0.9524vw, 0.9375rem);
	font-weight: 700;
	line-height: normal;
	text-shadow: 0px 4px 7px rgba(254, 254, 253, 0.2);
	white-space: nowrap;
}

.l-header__link {
	position: relative;
}

.l-header__link::after {
	background: #F7AB6A; /*下線の色*/
	bottom: 10px; /*テキストからの距離*/
	content: "";
	height: 2px; /*下線の高さ*/
	left: -4px;
	position: absolute;
	transform: scale(0, 1); /*トランス前の下線*/
	transform-origin: left top; /*トランスフォーム開始位置*/
	transition: transform 0.3s; /*アニメーション速度*/
	width: calc(100% + 8px); /*hover時に表示*/
}

.l-header-box__head {
	padding: 0;
}

.l-inner {
	max-width: 1440px;
	padding-inline: clamp(6.25rem, -40.2411rem + 60.4762vw, 14.1875rem);
}

.l-inner.about {
	max-width: 1440px;
	padding-inline: clamp(10rem, -37.5893rem + 61.9048vw, 18.125rem) 200px;
}

.l-inner.reason {
	max-width: 840px;
	padding-inline: 0;
}

.l-inner.service {
	padding-inline: 0;
}

.l-inner.flow {
	max-width: 1440px;
	padding-inline: 168px;
}

.l-inner.cta {
	padding-inline: 311px;
}

.l-inner.footer {
	max-width: 1088px;
}

.l-inner.aboutU {
	max-width: none;
	padding-inline: 115px 108px;
}

.l-inner.contact {
	padding-inline: 304px;
}

.l-footer__menuArea {
	gap: 60px;
}

.c-fv__button-side {
	align-items: center;
	background: #06C755;
	border-radius: 20px 0px 0px 20px;
	color: #FAF9F9;
	display: flex;
	font-feature-settings: "vert" on;
	font-weight: 700;
	gap: 8px;
	height: 180px;
	justify-content: center;
	line-height: 16px; /* 114.286% */
	margin-left: auto;
	margin-right: 0;
	padding: 17px 14px;
	text-align: center;
	text-align: center;
	transition: 0.5s;
	width: 70px;
	writing-mode: vertical-rl;
	z-index: 100;
}

.c-fv__button-side .img {
	width: 42px;
}

.c-button__header.line {
	display: none;
}

.c-button__header.mail.underLayer {
	background: #F79848;
	border: none;
	color: var(--base, #FAF9F9);
	display: flex;
	gap: 4px;
	min-width: 170px;
	width: 170px;
}

.c-button__header.mail.underLayer .name {
	font-weight: 700;
}

.c-button__header.mail.underLayer .icon circle {
	fill: #FAF9F9;
}

.c-button__header.mail.underLayer .icon path {
	fill: #F79848;
}

.c-button__header.mail {
	background: rgba(250, 249, 249, 0.55);
	border: 1px solid #213884;
	color: #213884;
	display: flex;
	gap: 4px;
	min-width: 170px;
	width: 170px;
}

.c-button__header.mail .name {
	font-weight: 700;
}

.c-button__header.mail .icon circle {
	fill: #213884;
}

.c-button__header.mail .icon path {
	fill: #FAF9F9;
}

.change-color .c-button__header.mail {
	background: #F79848;
	border: 1px solid #F7AB6A;
	color: var(--base, #FAF9F9);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	overflow: hidden;
	padding-block: 6px;
	position: relative;
	z-index: 2;
}

.change-color .c-button__header.mail .icon {
	height: 42px;
	width: 42px;
	z-index: 2;
}

.change-color .c-button__header.mail .icon circle {
	fill: #FAF9F9;
}

.change-color .c-button__header.mail .icon path {
	fill: #F7AB6A;
}

.change-color .c-button__header.mail::after {
	background: #FAF9F9;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: right top; /*アニメーション*/
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; /*色や形状*/
	width: 100%;
	z-index: -1;
}

.c-button__header.warm.mail {
	background: rgba(250, 249, 249, 0.55);
	border: 1px solid #213884;
	color: #213884;
	display: flex;
	gap: 4px;
	min-width: 170px;
	width: 170px;
}

.c-button__header.warm.mail .name {
	font-weight: 700;
}

.c-button__header.warm.mail .icon circle {
	fill: #213884;
}

.c-button__header.warm.mail .icon path {
	fill: #FAF9F9;
}

.c-button__header.warm.mail.underLayer {
	background: transparent;
	border: 1px solid #213884;
	color: #213884;
	display: flex;
	gap: 4px;
	min-width: 170px;
	width: 170px;
}

.c-button__header.warm.mail.underLayer .name {
	font-weight: 700;
}

.c-button__header.warm.mail.underLayer .icon circle {
	fill: #213884;
}

.c-button__header.warm.mail.underLayer .icon path {
	fill: #FAF9F9;
}

.c-change-button.sp {
	display: none;
}

.c-change-button.pc {
	background: #E4E5E6;
	border: 1px solid var(--gray, #B7B8B9);
	border-radius: var(--Number-8, 8px);
	display: flex;
	gap: 2px;
	justify-content: space-around;
	padding: 4px;
	position: relative;
}

.c-title.cta .main {
	font-size: clamp(1.25rem, 0.8979rem + 1.5023vw, 2.25rem);
}

.about__img {
	padding-top: 60px;
}

.p-about__textarea {
	margin-top: -10px;
}

.p-about__message {
	line-height: normal;
	margin-top: -60px;
	white-space: nowrap;
}

.p-sellingpointU__card.type3::before {
	bottom: -40px;
}

.p-voiceU__container {
	gap: 60px;
}

.p-messageU__deco {
	bottom: -100px;
	height: 241.383px;
	left: 60%;
	right: auto;
	width: 473.5px;
}

.p-companyU {
	margin-top: -100px;
}

.p-flowTOP {
	background: transparent;
	padding-top: 150px;
}

.p-flowTOP::after {
	bottom: -250px;
}

.p-fv__button {
	display: none;
}

.p-fv__link--line::before,
.p-fv__link--contact::before {
	display: none;
}

.p-fv__link--line,
.p-fv__link--contact {
	display: none;
}

.p-reasonTOP {
	padding-bottom: 0;
	padding-top: 0;
}

.p-reasonTOP::before {
	top: -220px;
}

.p-reasonTOP::after {
	bottom: -250px;
}

.p-reason__box {
	padding: 20px 4.6242774566% 40px;
}

.p-reason__airplane {
	bottom: -280px;
}

.p-serviceTOP::after {
	transform: translateX(-5%);
}

.p-service-price {
	padding-inline: 112px;
}

.p-service-price .p-serviceU {
	align-items: center;
	flex-direction: row;
	gap: 30px;
	margin-inline: auto;
	max-width: 1215px;
	padding-inline: clamp(1.40625rem, 0.1739rem + 5.2582vw, 4.90625rem);
}

.p-service-price .p-serviceU .textarea .p-serviceU__lists {
	max-width: 325px;
}

.p-service-price .p-serviceU .imgarea {
	flex-shrink: 0;
	width: 46.0122699387%;
}

.p-faqTOP {
	margin-top: 280px;
}

.p-faq__deco .deco1 {
	left: calc(50% + 450px);
	top: 150px;
	width: 115px;
}

.p-faq__deco .deco3 {
	right: calc(50% + 458px);
}

.p-faq__deco .deco4 {
	left: calc(50% + 500px);
	width: 124px;
}

.p-faq__deco .u-deco1 {
	bottom: -110px;
	right: calc(50% + 150px);
}

.p-faq__deco .u-deco2 {
	left: calc(50% + 480px);
	max-width: 115px;
	top: 45%;
	width: 7.9861111111%;
}

.p-faq__deco .u-deco3 {
	right: calc(50% + 480px);
	top: 26px;
}

.p-faqUnder {
	padding-inline: 18.1944444444% 19.3055555556%;
}

.p-worksU__container {
	display: grid;
	gap: 30px 30px;
	grid-template-columns: repeat(3, 1fr);
	padding-inline: 10.4166666667%;
}

.p-cta__button {
	top: 43.5px;
}

.p-copyright {
	margin-bottom: 0;
}

.p-404__text .p-404__deco2 {
	right: calc(50% + 380px);
}

.u-hidden-xl {
	display: none;
}

.u-visible-xl {
	display: block;
}

}

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

.l-header__link:hover::after {
	transform: scale(1, 1); /*トランス後の下線*/
}

.c-fv__button-side:hover {
	padding-right: 28px;
	width: 84px;
}

.c-button__header.mail.underLayer:hover {
	background: #FAF9F9;
	color: #F79848;
}

.c-button__header.mail.underLayer:hover::before {
	background: #FAF9F9;
	right: 10px;
}

.c-button__header.mail.underLayer:hover .icon {
	right: 24px;
}

.c-button__header.mail.underLayer:hover .icon circle {
	fill: #F79848;
}

.c-button__header.mail.underLayer:hover .icon path {
	fill: #FAF9F9;
}

.c-button__header.mail.underLayer:hover::after {
	background: #FAF9F9;
	transform: scale(1, 1);
	transform-origin: left top;
}

.change-color .c-button__header.mail:hover {
	background: #FAF9F9;
	color: #F79848;
}

.change-color .c-button__header.mail:hover::before {
	background: #FAF9F9;
	right: 10px;
}

.change-color .c-button__header.mail:hover .icon {
	right: 24px;
}

.change-color .c-button__header.mail:hover .icon circle {
	fill: #F79848;
}

.change-color .c-button__header.mail:hover .icon path {
	fill: #FAF9F9;
}

.change-color .c-button__header.mail:hover::after {
	background: #FAF9F9;
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-button__header.warm.mail.underLayer:hover {
	background: #213884;
	color: #FAF9F9;
}

.c-button__header.warm.mail.underLayer:hover::before {
	background: #213884;
	right: 10px;
}

.c-button__header.warm.mail.underLayer:hover .icon {
	right: 24px;
}

.c-button__header.warm.mail.underLayer:hover .icon circle {
	fill: #FAF9F9;
}

.c-button__header.warm.mail.underLayer:hover .icon path {
	fill: #213884;
}

.c-button__header.warm.mail.underLayer:hover::after {
	background: #213884;
	transform: scale(1, 1);
	transform-origin: left top;
}

}

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

.c-button__header.mail:hover {
	background: #213884;
	color: #FAF9F9;
}

.c-button__header.mail:hover::before {
	background: #213884;
	right: 10px;
}

.c-button__header.mail:hover .icon {
	right: 24px;
}

.c-button__header.mail:hover .icon circle {
	fill: #FAF9F9;
}

.c-button__header.mail:hover .icon path {
	fill: #213884;
}

.c-button__header.mail:hover::after {
	background: #213884;
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-button__header.warm.mail:hover {
	background: #213884;
	color: #FAF9F9;
}

.c-button__header.warm.mail:hover::before {
	background: #213884;
	right: 10px;
}

.c-button__header.warm.mail:hover .icon {
	right: 24px;
}

.c-button__header.warm.mail:hover .icon circle {
	fill: #FAF9F9;
}

.c-button__header.warm.mail:hover .icon path {
	fill: #213884;
}

.c-button__header.warm.mail:hover::after {
	background: #213884;
	transform: scale(1, 1);
	transform-origin: left top;
}

}

@media (max-width: 768px) {

.swiper-pagination {
	text-align: center;
}

}

@media (max-width: 767px) {

.c-genre-nav-link.all {
	order: 999;
}

}

@keyframes fadein-bottom {

0% {
	opacity: 0; /*透明*/ /*アニメーションの開始の状態*/
	transform: translateY(10px); /*下に15px分ずれた状態*/
}

100% {
	opacity: 1; /*透過なし*/ /*アニメーションの終了の状態*/
	transform: translateY(0);
}

}

@keyframes stop1 {

0% {
	stop-color: #99D6ED;
}

23% {
	stop-color: #6384C2;
}

100% {
	stop-color: #99D6ED;
}

}

@keyframes stop2 {

0% {
	stop-color: #6384C2;
}

63% {
	stop-color: #213884;
}

100% {
	stop-color: #6384C2;
}

}

@keyframes stop3 {

0% {
	stop-color: #213884;
}

50% {
	stop-color: #99D6ED;
}

100% {
	stop-color: #213884;
}

}

@keyframes stop4 {

0% {
	stop-color: #5D98DD;
}

94% {
	stop-color: #99D6ED;
}

100% {
	stop-color: #5D98DD;
}

}

@keyframes stop5 {

0% {
	stop-color: #99D6ED;
}

85% {
	stop-color: #E7F2F6;
}

100% {
	stop-color: #99D6ED;
}

}

@keyframes stop6 {

0% {
	stop-color: #E7F2F6;
}

50% {
	stop-color: #FAF9F9;
}

100% {
	stop-color: #E7F2F6;
}

}

@keyframes stop7 {

0% {
	stop-color: #FAF9F9;
}

50% {
	stop-color: #99D6ED;
}

100% {
	stop-color: #FAF9F9;
}

}

@keyframes stop8 {

0% {
	stop-color: #FAF9F9;
}

100% {
	stop-color: #FAF9F9;
}

}

@keyframes stop9 {

0% {
	stop-color: #FAF9F9;
}

50% {
	stop-color: #99D6ED;
}

100% {
	stop-color: #FAF9F9;
}

}

@keyframes wave1 {

0% {
	d: path("M1523.5 602.139C1378 496.227 1173 569.042 402 783.703L1439 805.5L1523.5 602.139Z");
}

50% {
	d: path("M1523.5 602.139C1400 550 1100 550 402 783.703L1439 805.5L1523.5 602.139Z");
}

100% {
	d: path("M1523.5 602.139C1378 496.227 1173 569.042 402 783.703L1439 805.5L1523.5 602.139Z");
}

}

@keyframes wave2 {

0% {
	d: path("M1321.5 44.9992C1362.55 -131.001 1443.5 -55.0012 1443.5 -55.0012L1453.75 352.499L1443.5 620.499L1227.5 767.499C1266 715.999 1370.43 628.499 1350.78 477.499C1335.96 363.664 1282.77 211.055 1321.5 44.9992Z");
}

25% {
	d: path("M1311.5 40C1362.55 -131.001 1443.5 -55.0012 1443.5 -55.0012L1453.75 352.499L1443.5 620.499L1227.5 767.499C1266 715.999 1370.43 628.499 1350.78 477.499C1335.96 363.664 1282.77 211.055 1311.5 40Z");
}

50% {
	d: path("M1305 35C1362.55 -110 1443.5 -55 1443.5 -55L1453.75 352.499L1443.5 620.499L1227.5 767.499C1266 715.999 1370.43 628.499 1350.78 477.499C1335.96 363.664 1282.77 211.055 1305 35Z");
}

75% {
	d: path("M1311.5 40C1362.55 -131.001 1443.5 -55.0012 1443.5 -55.0012L1453.75 352.499L1443.5 620.499L1227.5 767.499C1266 715.999 1370.43 628.499 1350.78 477.499C1335.96 363.664 1282.77 211.055 1311.5 40Z");
}

100% {
	d: path("M1321.5 44.9992C1362.55 -131.001 1443.5 -55.0012 1443.5 -55.0012L1453.75 352.499L1443.5 620.499L1227.5 767.499C1266 715.999 1370.43 628.499 1350.78 477.499C1335.96 363.664 1282.77 211.055 1321.5 44.9992Z");
}

}

@keyframes wave3 {

0% {
	d: path("M695.5 629.5C522.914 669.756 514.174 702.656 -1 741.5L-10 864C1.00195 891 1442.5 1003.5 1442.5 1003.5V525.5C1363.97 605.792 1280.5 680.43 1129.5 660.776C1015.66 645.96 861.557 590.768 695.501 629.5Z");
}

50% {
	d: path("M695.5 615C522.914 655.256 514.174 685.656 -1 725.5L-10 845C1.00195 870 1442.5 980.5 1442.5 980.5V535.5C1363.97 615.792 1280.5 690.43 1129.5 675.776C1015.66 665.96 861.557 610.768 695.501 615Z");
}

100% {
	d: path("M695.5 629.5C522.914 669.756 514.174 702.656 -1 741.5L-10 864C1.00195 891 1442.5 1003.5 1442.5 1003.5V525.5C1363.97 605.792 1280.5 680.43 1129.5 660.776C1015.66 645.96 861.557 590.768 695.501 629.5Z");
}

}

