*,
*::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,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

html {
	scroll-padding-top: 94px;
}

body {
	color: #313131;
	font-family: "Noto Sans JP", sans-serif;
}

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

picture,
img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	height: 100%;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

.l-main {
	min-height: 100vh;
}

.l-inner {
	height: inherit;
	margin-inline: auto;
	max-width: 1120px;
	padding: 0 2.5rem;
	position: relative;
	width: 100%;
}

.l-inner__narrow {
	max-width: 50rem;
}

.l-footer {
	background: #000000;
	height: 80px;
}

.l-fv {
	background: url(../img/fv.webp);
	background-size: cover;
	height: 100dvh;
	position: relative;
	width: 100vw;
}

.l-fv::before {
	background: rgba(0, 0, 0, 0.45);
	content: "";
	inset: 0;
	position: absolute;
	width: 100vw;
}

.l-greeting {
	margin-inline: auto;
	padding-block: 60px;
	padding-inline: 20px;
}

.l-service {
	background: #313131;
	display: grid;
	margin-inline: auto;
	padding-block: 60px;
	padding-inline: 20px;
	width: 100%;
}

.l-works {
	margin-inline: auto;
	padding-block: 60px;
	padding-inline: 20px;
}

.l-feature {
	display: grid;
	margin-inline: auto;
	padding-block: 60px;
	width: 100%;
}

.l-contact {
	margin-inline: auto;
	padding-block: 60px;
	padding-inline: 20px;
}

.c-btn {
	background: #14a73b;
	border: none;
	border-bottom: 5px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	color: #E8EFF2;
	cursor: pointer;
	display: inline-block;
	font-family: "Klee One", sans-serif;
	font-size: 115%;
	height: auto;
	margin: auto;
	padding: 10px 20px;
	transition: 0.3s;
	width: 200px;
}

.c-btn:hover {
	background: #40c764;
}

.c-fv__btn {
	animation-duration: 3.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: blur;
	filter: blur(10px);
	opacity: 0;
}

.c-fv__btn-link {
	background: #E8EFF2;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 70px 15px 40px;
	position: relative;
}

.c-fv__btn-link::after {
	background: #14a73b;
	content: "";
	height: 140px;
	inset: 0;
	position: absolute;
	transform: skewY(-20deg) scale(1, 0);
	transform-origin: left top;
	transition: transform 1s ease;
	z-index: 1;
}

.c-fv__btn-text {
	color: #313131;
	display: inline-block;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 150%;
	padding-bottom: 4px;
	position: relative;
	transition: color 1s ease;
	z-index: 2;
}

.c-fv__btn-text i {
	padding-left: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: padding-left 1s ease;
}

.c-btn-top {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	height: 40px;
	padding: 0;
	position: relative;
	width: 40px;
}

.c-btn-top i {
	bottom: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
}

a.c-btn-top {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	height: 40px;
	padding: 0;
	width: 40px;
}

a.c-btn-top i {
	font-size: 150%;
	letter-spacing: 0;
	transition: transform 0.3s;
}

a.c-btn-top:hover i {
	transform: translate(-50%, 35%);
}

.c-btn-swiper {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	height: 40px;
	padding: 0;
	position: relative;
	width: 40px;
}

.c-btn-swiper i {
	bottom: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
}

.c-btn-swiper i {
	font-size: 150%;
	letter-spacing: 0;
}

.c-animated__fadeIn {
	opacity: 0;
	transition: opacity 0.5s ease, translate 0.5s ease;
	translate: 0 40px;
}

.c-animated__fadeIn.js-show {
	opacity: 1;
	translate: 0;
}

.js-sticky {
	position: sticky;
	top: 100px;
}

.js-sticky .js-sticky-img {
	height: 100%;
}

.js-sticky .js-sticky-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.js-trigger {
	height: 550vh;
	position: relative;
}

.js-element {
	height: 150vh;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1;
}

.js-element.active {
	z-index: 2;
}

.js-element img,
.js-element h3,
.js-element p {
	opacity: 0;
}

.js-element.active img,
.js-element h3,
.js-element.active p {
	opacity: 1;
}

.js-element img {
	transition: all 0.1s ease 0.1s;
}

.js-element h3 {
	transition: all 0.8s ease 0.4s;
}

.js-element p {
	transform: translate(0, 30px);
	transition: all 0.8s ease 0.4s;
}

.js-element.active p {
	transform: translate(0, 0);
}

.c-heading {
	font-family: "Klee One", sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 1.25rem;
}

.c-sub-heading {
	font-family: "Klee One", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 1.25rem;
}

.c-text {
	font-family: "Klee One", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 1rem;
}

.c-contact__tag {
	background: #E61264;
	color: #FFF;
	display: inline-block;
	font-family: "Klee One", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-block: 1px;
	padding-inline: 8px;
}

.c-contact__text {
	background: #E8EFF2;
	border: none;
	border: 1px solid #DDD;
	border-radius: 5px;
	font-family: "Klee One", sans-serif;
	font-size: 0.875rem;
	height: 44px;
	padding: 11px 0 11px 13px;
	transition: border-color 0.3s;
	width: 100%;
}

.c-contact__text::-moz-placeholder {
	color: #aaaaaa;
}

.c-contact__text::placeholder {
	color: #aaaaaa;
}

.c-contact__text:hover,
.c-contact__text:focus {
	background: #E8EFF2;
	box-shadow: inset 0 0 0 1px #14a73b;
}

.c-contact__textarea {
	background: #E8EFF2;
	border: 1px solid #DDD;
	border-radius: 5px;
	font-family: "Klee One", sans-serif;
	font-size: 14px;
	height: 140px;
	padding: 11px 0 11px 15px;
	width: 100%;
}

.c-contact__textarea::-moz-placeholder {
	color: #aaaaaa;
	font-family: "Klee One", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.c-contact__textarea::placeholder {
	color: #aaaaaa;
	font-family: "Klee One", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.c-contact__textarea:hover,
.c-contact__textarea:focus {
	background: #E8EFF2;
	box-shadow: inset 0 0 0 1px #14a73b;
}

.c-contact__textarea.invalid {
	background: #FFF0F7;
	box-shadow: inset 0 0 0 1px #E61264;
}

.c-checkbox__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.c-checkbox__input:checked + .c-checkbox__text::after {
	opacity: 1;
}

.c-checkbox__text {
	color: #313131;
	font-family: "Klee One", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-left: 37px;
	position: relative;
}

.c-checkbox__text::before,
.c-checkbox__text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-checkbox__text::before {
	background: #E8EFF2;
	border: 1px solid #3E3E3E;
	cursor: pointer;
	height: 28px;
	width: 28px;
}

.c-checkbox__text::after {
	background: url(../img/check.png) no-repeat center center/contain;
	cursor: pointer;
	height: 12px;
	left: 8px;
	opacity: 0;
	top: 52%;
	width: 12px;
}

.c-checkbox__text a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: color 0.3s;
}

.c-checkbox__text a:hover {
	color: #14a73b;
}

.p-header {
	background: transparent;
	height: auto;
	left: 0;
	padding-inline: 1.25rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header.is-scrolled {
	background: rgba(0, 0, 0, 0.45);
}

.p-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 9.375rem 1fr;
	padding-block: 1.0625rem;
}

.p-header__logo {
	width: 150px;
}

.p-header__nav {
	align-items: center;
	display: flex;
	justify-content: end;
	-moz-column-gap: 3.75rem;
	color: #E8EFF2;
	column-gap: 3.75rem;
	font-family: "Cormorant Garamond", sans-serif;
	font-weight: 600;
}

.p-header__list {
	align-items: center;
	display: flex;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.p-header__list li a {
	font-size: 1.5rem;
}

.p-header__list-link {
	display: inline-block;
	overflow: hidden;
}

.p-header__list-text-warp {
	padding-block: 2px;
	position: relative;
	transition: all 0.3s ease;
}

.p-header__list-text-warp::after {
	background: #ffffff;
	bottom: 40px;
	content: "";
	height: 1.2px;
	left: 0;
	position: absolute;
	scale: 0;
	transform-origin: right center;
	transition: scale 0.8s ease;
	width: 100%;
}

.c-header__list-text {
	font-size: 24px;
	padding-block: 5px;
	text-align: center;
}

.c-header__list-text.--jp {
	font-family: "Klee One", sans-serif;
	left: 50%;
	position: absolute;
	top: -100%;
	translate: -50%;
	width: 100%;
}

.c-header__list-text.--en {
	padding-inline: 5px;
}

.p-header__btn {
	background: #fff;
	border: 1px solid #fff;
	color: #001A75;
	font-size: 1.25rem;
	padding: 0.5rem 1.625rem;
	transition: all 0.3s ease;
}

.p-drawer__icon {
	display: flex;
	flex-direction: column;
	height: 16px;
	justify-content: space-between;
	position: fixed;
	right: 20px;
	top: 24.5px;
	width: 24px;
	z-index: 102;
}

.p-drawer__icon--bar {
	background: #ffffff;
	height: 2px;
	width: 100%;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 7.5px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
	display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -7.5px;
}

.p-drawer {
	background: rgba(0, 0, 0, 0.85);
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 278px;
	z-index: 101;
}

.p-drawer__icon--bar {
	transition: all 0.5s ease;
}

.p-drawer {
	transition: translate 0.5s ease;
	translate: 101%;
}

.p-drawer.js-show {
	translate: 0;
}

.p-drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-block: 88px 40px;
	padding-left: 34px;
	width: 100%;
}

.p-drawer__list {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Cormorant Garamond", sans-serif;
	margin-bottom: 40px;
	padding-block-start: 100px;
	row-gap: 32px;
	text-align: center;
}

.p-drawer__list li a {
	font-size: 20px;
	font-weight: 400;
}

.p-drawer__btn-box {
	display: flex;
	justify-content: center;
}

.p-drawer__btn {
	background: #fff;
	display: inline-block;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto;
	padding: 6px 30px 8px;
}

.p-fv__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100dvh;
	justify-content: center;
}

.p-footer__box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-block: 13px;
}

.p-footer__box small {
	color: #ffffff;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
}

.p-footer__img {
	display: flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.p-top {
	bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	right: 10px;
	z-index: 100;
}

.p-greeting__cnt {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-greeting__box {
	width: 100%;
}

.p-contact__form {
	display: flex;
	flex-direction: column;
	gap: 18.4px;
}

.p-contact__row {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.p-contact__head {
	align-items: center;
	display: flex;
	gap: 8px;
}

.p-contact__head label {
	font-family: "Klee One", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.p-contact__data {
	max-width: 100%;
	position: relative;
}

.p-contact__check {
	text-align: center;
}

.p-contact__btn-box {
	display: flex;
	justify-content: center;
	margin-block: 10px;
}

/* モーダルの基本スタイル */

.p-modal {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/* モーダルが表示されたとき */

.p-modal.is-visible {
	display: flex;
	justify-content: center;
}

/* モーダル内部の内容 */

.p-modal__content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-inline: 20px;
	max-width: 400px;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.p-service__wrap {
	margin-inline: auto;
	max-width: 100%;
	position: relative;
}

.p-service__card {
	background: #ffffff;
	border-radius: 40px;
	height: 80vh;
	overflow: hidden;
	padding-top: 32px;
	text-align: center;
}

.c-service__card-img {
	position: relative;
}

.p-feature__contents {
	height: 67%;
	position: sticky;
	top: 0;
	width: 100%;
}

.c-feature__sd-text {
	color: #ffffff;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 1.25rem;
	position: absolute;
	right: 8px;
	rotate: 90deg;
	top: 90px;
	z-index: 2;
}

.c-feature__sd-bar {
	animation: 2s 0s ease-in-out backwards 20 scrollDown;
	background: #ffffff;
	height: 80px;
	position: absolute;
	right: 40px;
	top: 79px;
	width: 1px;
	z-index: 2;
}

.c-feature__sd-bar::after {
	background: #ffffff;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	rotate: 120deg;
	transform-origin: right top;
	width: 20px;
}

.c-feature__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-feature__bg img {
	-o-object-fit: cover;
	object-fit: cover;
}

.c-feature__bg::before {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-feature__fg {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 3;
}

.c-feature__text-box {
	padding-inline: 40px;
	text-align: left;
}

.u-error {
	color: red;
	display: block;
	font-family: "Klee One", sans-serif;
	font-size: 10px;
	left: 0;
	position: absolute;
	text-align: start;
	top: 101%;
}

.u-error.__message {
	top: 100%;
}

.u-error.__check {
	left: 50%;
	top: 111%;
	transform: translateX(-50%);
}

.u-invalid {
	background: #FFF0F7;
	box-shadow: inset 0 0 0 1px #E61264;
}

.u-hidden {
	display: none !important;
}

.u-feature__position {
	padding-inline: calc(2.5rem + 20px);
	padding-top: 79px;
	position: sticky;
	z-index: 2;
}

.u-feature__first {
	margin-top: -147px;
}

.u-nowrap {
	white-space: nowrap;
}

.u-text-right {
	text-align: right;
}

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

.u-font__jp {
	font-family: "Klee One", sans-serif;
}

.u-font__en {
	font-family: "Cormorant Garamond", sans-serif;
}

.u-font19 {
	font-size: 19px;
}

.u-font16 {
	font-size: 16px;
}

.u-text__center {
	text-align: center !important;
}

.u-text__left {
	text-align: left !important;
}

.u-text__right {
	text-align: right !important;
}

.u-text__nowrap {
	white-space: nowrap;
}

.u-text__white {
	color: #ffffff;
}

.u-fv__text {
	color: #ffffff;
	font-family: "Klee One", sans-serif;
	font-size: 150%;
	font-weight: 600;
	line-height: 1;
	opacity: 0;
	white-space: nowrap;
}

.u-fv__text .char {
	translate: 0 100%;
}

.u-fv__text span {
	overflow: hidden;
}

.word .char:nth-child(18) {
	padding-bottom: 0.15rem;
}

.u-service__text {
	display: inline-block;
	padding-inline: 40px;
	text-align: left;
}

.u-select__text {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #aaaaaa;
	cursor: pointer;
}

.u-pointer__none {
	pointer-events: none !important;
}

.u-fv__btn {
	bottom: 20px;
	font-size: 150%;
	position: absolute;
	right: 20px;
}

.u-select__icon {
	display: inline-block;
	position: relative;
	width: 100%;
}

.u-select__icon::after {
	background: url(../img/select-arrow.png);
	background-size: cover;
	content: "";
	height: 10px;
	pointer-events: none;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	z-index: 1;
}

.u-card__swiper-container,
.u-card__swiper,
.u-card__swiper-wrapper,
.u-card__swiper-slide {
	position: relative;
}

.u-card__swiper-slide {
	align-items: center;
	display: flex;
	height: 420px;
	justify-content: center;
	width: 300px;
}

/* swiperの中のカード */

.u-card__swiper-list {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	height: 100%;
	width: 100%;
}

.u-card__swiper-item {
	align-items: start;
	box-shadow: 2px 2px 4px gray;
	display: grid;
	gap: 12px;
	grid-row: span 4;
	grid-template-rows: subgrid;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.u-card__swiper-item:hover img {
	transform: scale(1.2);
}

.u-card__swiper-img {
	overflow: hidden;
}

.u-card__swiper-img img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.u-card__item-title {
	font-family: "Klee One", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding-inline: 15px;
}

.u-card__table {
	align-self: start;
	font-family: "Klee One", sans-serif;
	font-size: 16px;
	padding-inline: 10px;
}

.u-card__table th {
	background: #313131;
	color: #E8EFF2;
	padding-block: 5px;
	padding-inline: 10px;
	text-align: center;
	vertical-align: middle;
	width: 29%;
}

.u-card__table td {
	border-bottom: 1px solid #dddddd;
	font-weight: 600;
	padding-left: 10px;
	vertical-align: middle;
}

.u-card__table td span {
	color: #0C59F2;
	text-decoration: underline;
	text-decoration-color: #0C59F2;
}

.u-card__item-categories {
	align-self: end;
	display: flex;
	flex-wrap: wrap;
	font-family: "Klee One", sans-serif;
	font-size: 16px;
	font-weight: 600;
	gap: 20px;
	padding-inline: 10px;
}

.u-card__item-category {
	background: #14a73b;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 3px 0 7px;
	position: relative;
	text-decoration: none;
}

.u-card__item-category::after {
	border-color: transparent;
	border-left-color: #14a73b;
	border-style: solid;
	border-width: 14px 12px;
	content: "";
	height: 0;
	position: absolute;
	right: -24px;
	top: 0;
	width: 0;
	z-index: 1;
}

/* 位置のreset */

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: unset;
	left: unset;
	margin: 0;
	padding: 0;
	right: unset;
	top: unset;
}

/* =============================
   ナビゲーションボタン
============================= */

/* デフォルトのボタンを初期化 */

.swiper-button-prev::after,
.swiper-button-next::after {
	content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	color: #313131;
	height: 40px;
	top: 50%;
	translate: 0 -50%;
	width: 40px;
}

.swiper-button-prev {
	left: -20px;
}

.swiper-button-next {
	right: -20px;
}

/* =============================
   ページネーション (bullets)
============================= */

/* 位置の設定 (枠組み) */

.swiper-pagination-bullets.swiper-pagination-horizontal {
	top: calc(100% + 29px);
}

/* それぞれのページネーション */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	aspect-ratio: 1;
	background: #d9d9d9;
	border-radius: 50%;
	height: auto;
	margin-inline: 5.5px;
	opacity: 1;
	width: 12px;
}

/* activeな部分 */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #000;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

.c-fv__btn-link:hover {
	color: #313131;
}

.c-fv__btn-link:hover::after {
	transform: skewY(-20deg) scale(1, 1);
}

.c-fv__btn-link:hover .c-fv__btn-text {
	color: #E8EFF2;
}

.c-fv__btn-link:hover .c-fv__btn-text i {
	color: #E8EFF2;
	padding-left: 1.5rem;
}

.p-header__list-link:hover .p-header__list-text-warp {
	translate: 0 100%;
}

.p-header__list-link:hover .p-header__list-text-warp::after {
	scale: 1;
	transform-origin: left center;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.l-fv {
	height: 50dvh;
}

.l-greeting {
	max-width: 1120px;
	padding-inline: 40px;
}

.l-service {
	padding-inline: 40px;
}

.l-works {
	max-width: 1120px;
	padding-inline: 40px;
}

.l-contact {
	max-width: 1120px;
	padding-inline: 40px;
}

.c-btn-top {
	height: 60px;
	width: 60px;
}

a.c-btn-top {
	height: 60px;
	width: 60px;
}

.c-btn-swiper {
	height: 60px;
	width: 60px;
}

.c-contact__tag {
	font-size: 12px;
}

.c-contact__text {
	font-size: 16px;
	padding: 10px 0 10px 15.5px;
}

.c-contact__textarea {
	font-size: 16px;
	height: 240px;
	padding: 9px 0 11px 15px;
}

.c-contact__textarea::-moz-placeholder {
	font-size: 16px;
}

.c-contact__textarea::placeholder {
	font-size: 16px;
}

.c-checkbox__text::before {
	height: 32px;
	width: 32px;
}

.c-checkbox__text::after {
	left: 10px;
}

.c-checkbox__text {
	font-size: 16px;
	padding-bottom: 3px;
	padding-left: 43px;
}

.c-checkbox__text a {
	display: inline-block;
	font-size: 16px;
	padding-right: 3px;
}

.p-header {
	padding-inline: 2.5rem;
}

.p-header__logo {
	width: 200px;
}

.p-drawer__icon {
	display: none;
}

.p-fv__content {
	height: 60dvh;
	left: 10%;
	position: absolute;
}

.p-top {
	bottom: 20px;
	right: 20px;
}

.p-greeting__cnt {
	flex-direction: row;
	justify-content: center;
}

.p-greeting__box {
	width: 50%;
}

.p-contact__form {
	gap: 32.5px;
	width: 100%;
}

.p-contact__row {
	gap: 13.5px;
	width: 100%;
}

.p-contact__head label {
	font-feature-settings: "pref" on;
	font-size: 1.25rem;
}

.p-contact__head {
	gap: 9px;
	justify-content: flex-start;
	width: 100%;
}

.p-modal__content {
	max-width: 800px;
}

.c-feature__sd-text {
	font-size: 24px;
	right: 35px;
	top: 112px;
}

.c-feature__sd-bar {
	animation: 2s 0s ease-in-out backwards 3 scrollDown_pc;
	right: 75px;
	top: 100px;
}

.c-feature__text-box {
	width: 50%;
}

.u-sp {
	display: none !important;
}

.u-feature__position {
	padding-inline: calc(2.5rem + 40px);
}

.u-text__center--pc {
	text-align: center !important;
}

.u-text__left--pc {
	text-align: left !important;
}

.u-text__right--pc {
	text-align: right !important;
}

.u-text__nowrap--pc {
	white-space: nowrap;
}

.u-fv__text {
	font-size: 200%;
	transform: none;
}

.word .char:nth-child(18) {
	padding-bottom: 0.22rem;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

.u-fv__btn {
	bottom: 20%;
	font-size: 150%;
	left: 110px;
}

.swiper-button-prev,
.swiper-button-next {
	height: 60px;
	width: 60px;
}

.swiper-button-prev {
	left: -30px;
}

.swiper-button-next {
	right: -30px;
}

}

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

html {
	font-size: calc(16 / 1120 * 100vw);
}

}

@media screen and (max-width: 767px) {

.l-inner {
	max-width: 640px;
	padding: 0 1.25rem;
	width: 100%;
}

.l-inner__narrow {
	max-width: 600px;
	padding: 0 1.25rem;
}

a.c-btn-top i {
	font-size: 120%;
}

.c-btn-swiper i {
	font-size: 120%;
}

.c-heading {
	font-size: 1.5rem;
}

.c-sub-heading {
	font-size: 1.25rem;
}

.c-text {
	font-size: 0.9375rem;
}

.p-header__nav {
	display: none;
}

.u-pc {
	display: none !important;
}

.u-disp-left {
	-o-object-position: 20% center;
	object-position: 20% center;
}

.u-text__center--sp {
	text-align: center !important;
}

.u-text__left--sp {
	text-align: left !important;
}

.u-text__right--sp {
	text-align: right !important;
}

.u-text__nowrap--sp {
	white-space: nowrap;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

}

@media screen and (max-width: 400px) {

.u-card__swiper-list {
	width: 75vw;
}

}

@media screen and (max-width: 374px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

}

@keyframes blur {

0% {
	filter: blur(10px);
	opacity: 0;
}

20% {
	filter: blur(10px);
	opacity: 0;
}

50% {
	filter: blur(4px);
	opacity: 0;
}

100% {
	filter: blur(0);
	opacity: 1;
}

}

@keyframes scrollDown {

0% {
	height: 80px;
	top: 79px;
}

10% {
	height: 80px;
	top: 79px;
}

90% {
	height: 100px;
	top: 79px;
}

100% {
	height: 100px;
	top: 79px;
}

}

@keyframes scrollDown_pc {

0% {
	height: 80px;
	top: 100px;
}

10% {
	height: 80px;
	top: 100px;
}

90% {
	height: 100px;
	top: 100px;
}

100% {
	height: 100px;
	top: 100px;
}

}

