body {
	color: #414141;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.about {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding-bottom: 3.625rem;
	position: relative;
}

.about__deco {
	bottom: 0;
	max-width: 32.3125rem;
	position: absolute;
	right: 1rem;
	z-index: -1;
}

.about__top {
	display: flex;
	gap: 3.125rem;
	margin-right: calc(50% - 50vw);
}

.about__contents {
	max-width: 32.5rem;
}

.about__title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.7;
}

.about__title span {
	background: linear-gradient(transparent 66%, #ffbb88 66%, #ffbb88 83%, transparent 0%);
	display: inline-block;
}

.about__text {
	margin-top: 3.5rem;
}

.about__swiper {
	width: calc(100% - 35.625rem);
}

.about__bottom {
	display: flex;
	gap: 3.125rem;
	margin: 3.5rem auto 0;
	max-width: 62.5rem;
}

.about__img {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 26.875rem;
}

.about__img img:last-child {
	max-width: 17.9375rem;
}

.about__subtitle {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.box {
	background-color: #fff;
	box-shadow: 0 0 1.25rem 0 rgba(76, 71, 68, 0.03);
	height: 17.375rem;
	padding: 3.5rem;
	width: 100%;
}

.box__title {
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.box__btn {
	margin: 1.5rem auto 0;
	max-width: 25rem;
}

.box__note {
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 1rem;
	text-align: center;
}

.company__body {
	display: flex;
	gap: 3.125rem;
	margin-top: 2.5rem;
}

.company__label {
	width: calc(100% - 27.3125rem - 3.125rem);
}

.company__shop {
	max-width: 27.3125rem;
}

.company__mapwrap {
	margin-top: 3.5rem;
}

.company__map {
	aspect-ratio: 1080/399;
	position: relative;
}

.company__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact {
	background-color: rgba(112, 119, 81, 0.07);
	padding: 7.9375rem 0 7.5rem;
}

.contact__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	position: relative;
}

.contact__inner::after {
	aspect-ratio: 449/470;
	background: transparent url(../images/common/big-logo.webp) no-repeat center center/cover;
	content: "";
	max-width: 28.0625rem;
	position: absolute;
	right: 1.75rem;
	top: -12.0625rem;
	width: 100%;
	z-index: 0;
}

.contact__subtext {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1rem;
}

.contact__body {
	display: flex;
	gap: 3.125rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.contact__box {
	position: relative;
	width: calc(50% - 1.5625rem);
	z-index: 2;
}

.form-row {
	width: 100%;
}

.form-row__text {
	font-size: 1rem;
	font-weight: 500;
}

.form-row__required {
	padding-right: 3.125rem;
	position: relative;
}

.form-row__required::after {
	background-color: #fd384e;
	border-radius: 0.0625rem;
	color: #fff;
	content: "必須";
	font-size: 0.75rem;
	padding: 0 0.4375rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.form-row__input {
	margin-top: 0.5rem;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	outline: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

[type=text],
[type=email],
[type=tel],
textarea {
	border: 1px solid #737373;
	height: 100%;
	padding: 0.875rem 0.75rem;
	width: 100%;
}

::-moz-placeholder {
	color: #b8b8b8;
}

::placeholder {
	color: #b8b8b8;
}

textarea {
	aspect-ratio: 700/240;
}

.form-rows__item + .form-rows__item {
	margin-top: 1.5rem;
}

.fv {
	position: relative;
}

.fv__logo {
	left: 50%;
	max-width: 9.125rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.label-list__item {
	border-top: 0.0625rem solid #b8b8b8;
}

.label-list__item:last-child {
	border-bottom: 0.0625rem solid #b8b8b8;
}

.label {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	padding: 1.1875rem 1.5rem;
}

.label--notpadding {
	padding: 1.1875rem 0rem;
}

.label__left {
	width: 7.1875rem;
}

.label--notpadding .label__left {
	width: 9.4375rem;
}

.label__right {
	width: calc(100% - 7.1875rem);
}

.label--notpadding .label__right {
	width: calc(100% - 9.4375rem);
}

.list-box {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

.list-box__title {
	border-bottom: 1px solid #b8b8b8;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-bottom: 1.5rem;
	text-align: center;
}

.list-box__list {
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	row-gap: 5rem;
}

.list-box__item {
	width: calc(50% - 1.5625rem);
}

.list-box__subtitle {
	background: linear-gradient(transparent 66%, #ffbb88 66%, #ffbb88 83%, transparent 0%);
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
}

.list-box__subtitle span {
	font-family: "Nunito", sans-serif;
	font-size: 1.5625rem;
	font-weight: 700;
	margin-right: 0.5625rem;
}

.list-box__text {
	margin-top: 1rem;
}

.list-box__label {
	margin-top: 1.5rem;
}

.list-box__bullet {
	margin-top: 0.75rem;
}

.list-box__result {
	margin-top: 1.5rem;
	padding-left: 1.8125rem;
	position: relative;
}

.list-box__result::after {
	background: transparent url(../images/common/arrow.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.9375rem;
}

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

.list__item {
	align-items: center;
	display: flex;
	gap: 3.125rem;
}

.list__item:nth-of-type(3) {
	flex-direction: row-reverse;
}

.list__item:nth-of-type(4) {
	align-items: end;
}

.list__img {
	aspect-ratio: 470/600;
	max-width: 29.375rem;
}

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

.list__contents {
	width: calc(100% - 29.375rem - 3.125rem);
}

.list__item:nth-of-type(1) .list__contents {
	margin-top: 3.5rem;
}

.list__item:nth-of-type(4) .list__contents {
	margin-bottom: 3.5rem;
}

.list__number {
	font-family: "Nunito", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
}

.list__item:nth-of-type(1) .list__number::first-letter {
	color: #83c239;
}

.list__item:nth-of-type(3) .list__number::first-letter {
	color: #ffbb88;
}

.list__item:nth-of-type(4) .list__number::first-letter {
	color: #f74d60;
}

.list__flex {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.list__title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.7;
}

.list__text {
	margin-top: 2rem;
}

.not-found {
	padding-top: 12.5rem;
}

.not-found__title {
	font-size: 2.25rem;
	text-align: center;
}

.not-found__btn {
	margin: 3.375rem auto 0;
	max-width: 25rem;
}

.service {
	margin-top: 3.875rem;
}

.service__body {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.service__item {
	width: calc(33.3% - 1rem);
}

.service__img {
	overflow: hidden;
}

.service__img img {
	transition: 0.3s;
}

.service__item:hover .service__img > img {
	transform: scale(1.1);
}

.service__text {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1rem;
	padding-right: 1.9375rem;
	position: relative;
}

.service__text::after {
	background: transparent url(../images/common/arrow.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.service__btn {
	margin: 3.5rem auto 0;
	max-width: 25rem;
}

.sns {
	margin-top: 7.5rem;
}

.sns__title {
	font-family: "Nunito", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
}

.sns__body {
	margin-top: 2.5rem;
}

.sub-contact {
	margin-bottom: 7.6875rem;
}

.sub-contact__inner.inner {
	max-width: 46.875rem;
}

.sub-contact__text {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 4.5rem;
	text-align: center;
}

.sub-contact__submit {
	margin: 2.5rem auto 0;
	max-width: 25rem;
	position: relative;
}

.sub-contact__ico {
	background: transparent url(../images/common/ico-mail.webp) no-repeat center center/cover;
	display: block;
	height: 1.625rem;
	left: 36.75%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.wpcf7-spinner {
	display: none;
}

.sub-contact__check {
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}

.sub-contact__check label {
	position: relative;
}

[type=checkbox] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

[type=checkbox]:checked + .wpcf7-list-item-label::before {
	opacity: 1;
}

[type=checkbox]:checked:focus + .wpcf7-list-item-label::after,
[type=checkbox]:focus + .wpcf7-list-item-label::after {
	border-width: 3px;
}

.wpcf7-list-item-label {
	font-size: 1rem;
	font-weight: 400;
	padding-left: 2.0625rem;
	position: relative;
}

.wpcf7-list-item-label::before {
	background-color: transparent;
	border: 2px solid #39b5e9;
	border-left: none;
	border-top: none;
	content: "";
	height: 0.9375rem;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 0.125rem;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
	width: 0.5rem;
}

.wpcf7-list-item-label::before:hover {
	border: 2px solid #414141;
}

.wpcf7-list-item-label::after {
	border: 0.0625rem solid #414141;
	content: "";
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

.wpcf7-list-item-label a {
	-webkit-text-decoration: underline;
	color: #737373;
	text-decoration: underline;
}

.wpcf7-list-item-label a:hover,
.wpcf7-list-item-label a:focus {
	opacity: 0.7;
}

.sub-service {
	margin-top: 6.25rem;
}

.block-pt {
	margin-top: 7.5rem;
}

.breadcrumbs > span + span {
	padding-left: 0.5em;
}

.breadcrumbs > span:first-of-type {
	padding-right: 0.5em;
}

.btn {
	border: 0.0625rem solid #737373;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	padding: 0.8125rem 0.9375rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.btn:hover {
	border-color: #83c239;
	opacity: 1;
}

.btn--mail:hover {
	background-color: #39b5e9;
	border-color: #39b5e9;
}

.btn--footer:hover {
	background-color: #fff;
	border-color: #fff;
	color: #414141;
}

.btn--big:hover {
	border-color: #83c239;
}

.btn--submit:hover {
	opacity: 0.7;
}

.btn--tel:hover {
	border-color: #39b5e9;
	color: #39b5e9;
}

.btn--submit {
	background-color: #39b5e9;
	border: none;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	padding-bottom: 1.75rem;
	padding-left: 2.3125rem;
	padding-top: 1.75rem;
	position: relative;
}

.btn--footer {
	border-color: #fff;
}

.btn--big {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.btn--header {
	width: 11.25rem;
}

.btn--mail {
	background-color: #4c4744;
	color: #fff;
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
}

.btn--tel {
	padding: 1.4375rem 0.9375rem 1.5rem;
}

.btn span {
	font-size: 0.9375rem;
	font-weight: 700;
	padding-left: 1.5625rem;
	position: relative;
}

.btn--tel span {
	font-size: 1.4375rem;
	letter-spacing: 0.02em;
	padding-left: 2rem;
}

.btn--mail span {
	font-size: 1.0625rem;
	padding-left: 2.3125rem;
}

.btn span::before {
	background: transparent url(../images/common/ico-cart.webp) no-repeat center center/cover;
	content: "";
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.0625rem;
}

.btn--footer span::before {
	background-image: url(../images/common/ico-cart-white.webp);
}

.btn--tel span::before {
	background-image: url(../images/common/ico-tel.webp);
	height: 1.375rem;
	width: 1.375rem;
}

.btn--mail span::before {
	background-image: url(../images/common/ico-mail.webp);
	height: 1.625rem;
	width: 1.625rem;
}

.btn--tel:hover span::before {
	background-image: url(../images/common/ico-tel-blue.webp);
}

.btn--footer:hover span::before {
	background-image: url(../images/common/ico-cart.webp);
}

footer {
	background-color: #707751;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
	position: relative;
}

.footer__inner.inner {
	max-width: 30.125rem;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.25rem;
}

.footer__contents {
	margin-top: 2.5rem;
}

.footer__label {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 1.5rem;
}

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

.footer__left {
	width: 4rem;
}

.footer__right {
	white-space: nowrap;
	width: calc(100% - 4rem - 1.5rem);
}

.footer__pc-nav {
	color: #fff;
	margin-top: 3.5rem;
}

.footer__copy {
	bottom: 1rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	left: 0.5rem;
	letter-spacing: 0.05em;
	position: absolute;
	writing-mode: vertical-rl;
}

.header-hamburger {
	display: none;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	background-color: #4c4744;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 24px;
}

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

.header-hamburger span:nth-child(1).js-open {
	top: 50%;
	transform: rotate(-45deg);
}

.header-hamburger span:nth-child(2) {
	top: 50%;
}

.header-hamburger span:nth-child(2).js-open {
	display: none;
}

.header-hamburger span:nth-child(3) {
	top: 100%;
}

.header-hamburger span:nth-child(3).js-open {
	top: 50%;
	transform: rotate(45deg);
}

.header {
	height: 5.1875rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	z-index: 999;
}

:root {
	--header-h: 150px;
}

/* PC */

[id] {
	scroll-margin-top: calc(150px + (0px));
	scroll-margin-top: calc(var(--header-h) + (var(--wp-admin-bar, 0px)));
}

.header::after {
	aspect-ratio: 1440/368;
	background: linear-gradient(to bottom, rgb(255, 255, 253) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgb(255, 255, 253) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}

.header--not-found::after {
	display: none;
}

.header__inner {
	height: inherit;
	padding: 0 0.75rem;
}

.header__logo {
	max-width: 11.5625rem;
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

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

.pc-nav {
	height: inherit;
}

.pc-nav--footer .pc-nav__items {
	flex-direction: column;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	flex-direction: inherit;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
	transition: 0.1s;
}

.pc-nav__item:last-of-type {
	height: auto;
	padding-left: 1rem;
	padding-right: 1.25rem;
}

.pc-nav__item:not(:last-of-type) a {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	padding: 0 1rem;
	position: relative;
}

.pc-nav__item:not(:last-of-type) a {
	transition: 0.3s;
}

.pc-nav__item:not(:last-of-type) a:hover {
	opacity: 0.7;
}

.pc-nav--footer .pc-nav__item:not(:last-of-type) a {
	padding: 0.5rem 0;
}

.pc-nav__item--mt {
	margin-top: 1rem;
}

.sec-title {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.sec-title--subFv {
	color: #fff;
}

.sec-title__en {
	font-family: "Nunito", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sec-title--green .sec-title__en::first-letter {
	color: #83c239;
}

.sec-title--pink .sec-title__en::first-letter {
	color: #f74d60;
}

.sec-title--blue .sec-title__en::first-letter {
	color: #39b5e9;
}

.sec-title__ja {
	color: #737373;
	font-size: 1rem;
	font-weight: 700;
}

.sec-title--subFv .sec-title__ja {
	color: #fff;
}

.sp-nav {
	display: none;
}

.sp-nav.js-open {
	right: 0%;
}

.sp-nav__item a {
	display: block;
	font-weight: 700;
	padding: 1rem 0 0.9375rem;
}

.sp-nav__item:not(:last-of-type) a:hover {
	opacity: 0.7;
}

.sp-nav__item:last-of-type a {
	margin: 1.5rem auto 0;
	max-width: 20rem;
}

.sp-nav__items {
	text-align: center;
}

.sub-fv {
	aspect-ratio: 1440/650;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.sub-fv--service {
	background-image: url(../images/service/fv.webp);
}

.sub-fv--contact {
	background-image: url(../images/contact/fv.webp);
}

.sub-fv__inner {
	height: 100%;
	position: relative;
}

.sub-fv__contents {
	left: 0;
	padding: 0 1.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sub-fv__breadcrumbs {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
}

.sub-fv__title {
	margin-top: 2rem;
}

.swiper {
	height: 100%;
	width: 100%;
}

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

.swiper-slide {
	align-items: center;
	background: #fff;
	display: flex;
	font-size: 18px;
	justify-content: center;
	text-align: center;
}

.swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 1080px) {

html {
	font-size: 1.4814814815vw;
}

}

@media (max-width: 768px) {

:root {
	--header-h: rem(50);
}

/* SP */

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about__top {
	flex-direction: column;
	gap: 2.5rem;
	margin: 0 calc(50% - 50vw);
}

.about__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 15px;
}

.about__title {
	font-size: 1.5rem;
}

.about__title span {
	background: linear-gradient(transparent 69%, #ffbb88 69%, #ffbb88 94%, transparent 0%);
	display: inline;
}

.about__text {
	margin-top: 2rem;
}

.about__swiper {
	width: 100%;
}

.about__bottom {
	flex-direction: column-reverse;
}

.about__img {
	align-items: start;
	gap: 1rem;
}

.about__img img:last-child {
	max-width: 15.625rem;
}

.about__subtitle {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.box {
	height: 15.625rem;
	padding: 3rem 1.25rem;
}

.box__note {
	margin-top: 0.75rem;
}

.company__inner.inner {
	max-width: 40rem;
}

.company__body {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2rem;
}

.company__label {
	width: 100%;
}

.company__shop {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.company__mapwrap {
	margin-top: 1.5rem;
}

.company__map {
	aspect-ratio: 370/280;
}

.contact {
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.contact__inner.inner {
	max-width: 40rem;
}

.contact__inner::after {
	max-width: 23.125rem;
	right: 0.75rem;
	top: -3.5rem;
	width: 70%;
}

.contact__subtext {
	font-size: 0.9375rem;
}

.contact__body {
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.contact__box {
	width: 100%;
}

.form-row__text {
	font-size: 0.9375rem;
}

textarea {
	aspect-ratio: 370/400;
}

.form-rows__item + .form-rows__item {
	margin-top: 2.5rem;
}

.fv__swiper {
	aspect-ratio: 370/440;
}

.label {
	font-size: 0.9375rem;
	padding: 1rem 1.25rem;
}

.label--notpadding {
	padding: 1rem 0rem;
}

.label__left {
	width: 6.0625rem;
}

.label--notpadding .label__left {
	width: 11.875rem;
}

.label__right {
	width: calc(100% - 6.0625rem);
}

.label--notpadding .label__right {
	width: calc(100% - 11.875rem);
}

.list-box {
	margin: 3rem auto 3.5rem;
	max-width: 37.5rem;
}

.list-box__title {
	font-size: 1.25rem;
	padding-bottom: 1rem;
	text-align: left;
}

.list-box__list {
	flex-direction: column;
	gap: 3rem;
	margin-top: 2rem;
}

.list-box__item {
	width: 100%;
}

.list__item + .list__item {
	margin-top: 3.5rem;
}

.list__item {
	align-items: start;
	flex-direction: column;
	gap: 1.5rem;
}

.list__item:nth-of-type(3) {
	flex-direction: column;
}

.list__item:nth-of-type(4) {
	align-items: start;
}

.list__img {
	aspect-ratio: 470/540;
}

.list__contents {
	width: 100%;
}

.list__item:nth-of-type(1) .list__contents {
	margin-top: 0;
}

.list__item:nth-of-type(4) .list__contents {
	margin-bottom: 0;
}

.list__number {
	font-size: 2.75rem;
}

.list__flex {
	gap: 1rem;
}

.list__title {
	font-size: 1.375rem;
}

.list__text {
	margin-top: 1rem;
}

.not-found__btn {
	margin-top: 3rem;
}

.service {
	margin-top: 5rem;
}

.service__inner.inner {
	max-width: 40rem;
}

.service__body {
	flex-direction: column;
	gap: 3rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 23.125rem;
}

.service__item {
	width: 100%;
}

.service__text {
	font-size: 1.125rem;
}

.sns {
	margin-top: 6.25rem;
}

.sns__title {
	font-size: 1.5625rem;
}

.sns__body {
	margin-top: 1.25rem;
}

.sub-contact__text {
	font-size: 1.125rem;
	margin-bottom: 4rem;
}

.sub-contact__ico {
	height: 1.375rem;
	left: 35%;
	width: 1.375rem;
}

.sub-contact__check {
	margin-top: 3.5rem;
}

.sub-service {
	margin-top: 5rem;
}

.sub-service__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.block-pt {
	margin-top: 6.25rem;
}

.breadcrumbs > span + span {
	font-size: 0.9375rem;
}

.btn--big {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.btn--mail {
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
}

.btn--tel {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.btn--tel span {
	font-size: 1.1875rem;
	padding-left: 1.875rem;
}

.btn--mail span {
	font-size: 0.9375rem;
	padding-left: 2.0625rem;
}

.btn--tel span::before {
	height: 1.25rem;
	width: 1.25rem;
}

.btn--mail span::before {
	height: 1.4375rem;
	width: 1.4375rem;
}

footer {
	padding-bottom: 0.5rem;
	padding-top: 6.875rem;
}

.footer__logo {
	max-width: 13.125rem;
}

.footer__contents {
	margin-top: 2rem;
}

.footer__label {
	align-items: start;
	flex-wrap: wrap;
	font-size: 0.9375rem;
	gap: 1rem;
}

.footer__left {
	display: inline-block;
	width: 5rem;
}

.footer__right {
	white-space: normal;
	white-space: initial;
	width: calc(100% - 5rem - 1rem);
}

.footer__pc-nav {
	margin-top: 4rem;
}

.footer__copy {
	margin-top: 5rem;
	position: static;
	text-align: center;
	writing-mode: inherit;
}

.header-hamburger {
	display: block;
	height: 0.8125rem;
	padding: 0.3125rem 0 0.6875rem;
	position: fixed;
	right: 1.375rem;
	top: 1.0625rem;
	transition: 0.3s;
	width: 1.5rem;
	z-index: 9999;
}

.header {
	height: 3.125rem;
}

.header__logo {
	max-width: 9.375rem;
}

.header__pc-nav {
	display: none;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.pc-nav__items {
	flex-direction: column;
}

.sec-title {
	gap: 1rem;
}

.sec-title__en {
	font-size: 3rem;
}

.sec-title__ja {
	font-size: 0.875rem;
}

.sp-nav {
	background-color: #fff;
	display: block;
	height: 100vh;
	overflow-y: scroll;
	padding-bottom: 13rem;
	padding-top: 12rem;
	position: fixed;
	right: -105%;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 888;
}

.sub-fv {
	aspect-ratio: 370/440;
}

.sub-fv__contents {
	padding: 0 0.9375rem;
}

.sub-fv__title {
	margin-top: 1.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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