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

body {
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	min-height: 100vh;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* pcの電話番号発信対応 */

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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: optimizeSpeed;
}

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

html {
	word-wrap: break-word;
}

.access {
	background: rgba(107, 164, 41, .1);
}

.access__container {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 80px 0 60px;
	padding: 5rem 0 3.75rem;
}

.access__map {
	aspect-ratio: 530/340;
	width: 530px;
	width: 33.125rem;
}

.access__map iframe {
	height: 100%;
	width: 100%;
}

.access__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
}

.access__img {
	aspect-ratio: 530/250;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.access__address {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5555555556;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

.access__floor {
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.floor-modal {
	inset: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	z-index: 9999;
}

.floor-modal__inner {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
}

.floor-modal__img img {
	display: block;
	height: auto;
	width: 100%;
}

.button {
	background-color: #6BA429;
	border: 1px solid #6BA429;
	border-radius: 3.75rem;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.7777777778;
	padding: 23px;
	padding: 1.4375rem;
	position: relative;
	text-align: center;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.button::after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/button-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	position: absolute;
	right: 34px;
	right: 2.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.cta {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.cta::after {
	aspect-ratio: 1;
	background: rgba(107, 164, 41, .85);
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 110px;
	top: 6.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 396vw;
	z-index: 1;
}

.cta__img {
	margin-inline: auto;
	margin-bottom: 85px;
	margin-bottom: 5.3125rem;
	position: relative;
	-webkit-transform: translateX(-0.3125rem);
	transform: translateX(-0.3125rem);
	width: calc(100% - 3.125rem);
	z-index: 3;
}

.cta__container {
	padding: 0 0 100px;
	padding: 0 0 6.25rem;
	position: relative;
	z-index: 3;
}

.cta__title {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.cta__title .section-title__en {
	color: #fff;
}

.cta__title .section-title__jp {
	color: #fff;
	font-size: 50px;
	font-size: 3.125rem;
}

.cta__text {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.8;
	margin-bottom: 90px;
	margin-bottom: 5.625rem;
	text-align: center;
}

.cta__buttons {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.cta__button {
	background: #fff;
	display: grid;
	padding: 0 20px 43px;
	padding: 0 1.25rem 2.6875rem;
}

.cta__button-icon {
	aspect-ratio: 1;
	margin-inline: auto;
	border: 6px solid #fff;
	border-radius: 50%;
	margin-bottom: -10px;
	margin-bottom: -0.625rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	width: 5rem;
}

.cta__button-top {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.cta__button-tel {
	color: #F39600;
	display: block;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.cta__button-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
}

.cta__link {
	margin-inline: auto;
	background: #F39600;
	border-color: #F39600;
	color: #fff;
	display: grid;
	font-weight: 700;
	line-height: 1.5;
	max-width: 374px;
	max-width: 23.375rem;
	place-content: center;
}

.cta__link::after {
	background: #fff;
	background: #fff;
	background-image: unset;
	border-radius: 50%;
	height: 8px;
	height: 0.5rem;
	width: 8px;
	width: 0.5rem;
}

.button__text-small {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.drawer {
	background: rgba(68, 68, 68, .4);
	left: 0;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 50;
}

.js-drawer {
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	visibility: hidden;
}

.js-drawer.is-active {
	opacity: 1;
	visibility: visible;
}

.drawer__inner {
	overscroll-behavior: none;
	scrollbar-width: none;
	background: #6BA429;
	border-radius: 3.125rem 0 0 0;
	height: 100vh;
	margin-left: auto;
	overflow: auto;
	width: calc(100% - 5.3125rem);
}

.drawer__container {
	height: calc(100% + 1px);
	padding: 35px 25px 160px 40px;
	padding: 2.1875rem 1.5625rem 10rem 2.5rem;
}

.drawer__menus {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.drawer__menu {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3333333333;
	padding: 14px 0;
	padding: 0.875rem 0;
}

.drawer__menu:last-of-type {
	border-bottom: unset;
}

.drawer__privacy {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.fixed-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F39600;
	border: 2px solid #fff;
	border-radius: 0 0 0 1.25rem;
	bottom: 40px;
	bottom: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 10px;
	padding: 1.5625rem 0.625rem;
	position: fixed;
	right: 0;
	-webkit-transition: unset;
	transition: unset;
	z-index: 100;
}

.fixed-button .icon {
	aspect-ratio: 57/38;
	margin-inline: auto;
	display: block;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	width: 57px;
	width: 3.5625rem;
}

.fixed-button .text {
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.35em;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.footer__container {
	padding: 75px 0 45px;
	padding: 4.6875rem 0 2.8125rem;
}

.footer__menus {
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.footer__menu {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 10px 0;
	padding: 0.625rem 0;
}

.footer__logo {
	aspect-ratio: 339/95;
	margin-inline: auto;
	display: block;
	height: 95px;
	height: 5.9375rem;
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
	width: 339px;
	width: 21.1875rem;
}

.footer__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__address {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5555555556;
	margin-bottom: 75px;
	margin-bottom: 4.6875rem;
	text-align: center;
}

.footer__banners {
	gap: 40px;
	gap: 2.5rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	max-width: 720px;
	max-width: 45rem;
}

.footer__banner {
	aspect-ratio: 340/100;
}

.footer__privacy {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
	text-decoration: underline;
}

.footer__copy {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
}

.h3-title {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	background: #fff;
	padding: 0 190px 0 60px;
	padding: 0 11.875rem 0 3.75rem;
	position: relative;
}

.header__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 0 11px;
	padding: 0.75rem 0 0.6875rem;
}

.header__logos {
	display: block;
}

.header__logo-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8571428571;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.header__logo {
	aspect-ratio: 245/68;
	height: 68px;
	height: 4.25rem;
	width: 245px;
	width: 15.3125rem;
}

.header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.header__menu-top {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.header__tel-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.header__tel {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__tel-icon {
	aspect-ratio: 1;
	width: 31px;
	width: 1.9375rem;
}

.header__tel-number {
	color: #F39600;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.3666666667;
}

.header__open {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.header__menus {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__menu {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 10px 0;
	padding: 0.625rem 0;
}

.header__button {
	aspect-ratio: 1;
	background: #F39600;
	border-radius: 0 0 0 1.875rem;
	display: grid;
	place-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	width: 9.375rem;
	z-index: 1;
}

.header__button .icon {
	aspect-ratio: 57/38;
	margin-inline: auto;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	width: 57px;
	width: 3.5625rem;
}

.header__button .text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.header__hamburger {
	aspect-ratio: 1;
	background: #6BA429;
	border-radius: 50%;
	position: relative;
	width: 46px;
	width: 2.875rem;
}

.header__hamburger .bar {
	background: #fff;
	border-radius: 0.125rem;
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 20px;
	width: 1.25rem;
	z-index: 1;
}

.header__hamburger .bar:nth-of-type(1) {
	-webkit-transform: translate(-50%, calc(-50% - 0.375rem));
	transform: translate(-50%, calc(-50% - 0.375rem));
}

.header__hamburger .bar:nth-of-type(3) {
	-webkit-transform: translate(-50%, calc(-50% + 0.375rem));
	transform: translate(-50%, calc(-50% + 0.375rem));
}

.js-hamburger.is-open .bar:nth-of-type(1) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-hamburger.is-open .bar:nth-of-type(2) {
	opacity: 0;
}

.js-hamburger.is-open .bar:nth-of-type(3) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.inner {
	margin-inline: auto;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
}

.layer-bg {
	position: relative;
}

.layer-bg::after,
.layer-bg::before {
	inset: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.layer-bg::after {
	background: #838383;
	opacity: 0.05;
	z-index: 1;
}

.layer-bg::before {
	background: #F39600;
	opacity: 0.05;
	z-index: 2;
}

.layout-complete {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 117px;
	margin-top: 7.3125rem;
}

.layout-contact {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 110px;
	margin-top: 6.875rem;
}

.layout-expert {
	margin-bottom: -504px;
	margin-bottom: -31.5rem;
	margin-top: 117px;
	margin-top: 7.3125rem;
}

.layout-fee {
	margin-top: 190px;
	margin-top: 11.875rem;
}

.layout-news {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 104px;
	margin-top: 6.5rem;
}

.layout-page-about {
	margin-top: 290px;
	margin-top: 18.125rem;
}

.layout-sub-about-lead {
	margin-top: 111px;
	margin-top: 6.9375rem;
}

.layout-sub-mv {
	margin-top: 265px;
	margin-top: 16.5625rem;
}

.pagenavi .nav-links,
.pagenavi .wpagenavi {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagenavi .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	width: 3.125rem;
}

.pagenavi .page-numbers.current {
	background-color: #6BA429;
	color: #fff;
}

.pagenavi .prev,
.pagenavi .next {
	border: none;
}

.pagenavi-prev,
.pagenavi-next {
	border-radius: 50%;
	display: inline-block;
	height: 50px;
	height: 3.125rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	width: 50px;
	width: 3.125rem;
}

.pagenavi-prev::before,
.pagenavi-next::before {
	border-right: 2px solid #6BA429;
	border-top: 2px solid #6BA429;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 10px;
	width: 0.625rem;
}

.pagenavi-next::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.radius {
	border-radius: 3.125rem;
}

.section-title__en {
	color: #6BA429;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.375;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	text-align: center;
	text-transform: uppercase;
}

.section-title__jp {
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.sub-mv__title-en {
	color: #6BA429;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.375;
	text-transform: uppercase;
}

.sub-mv__title-ja {
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.text-line {
	position: relative;
}

.text-line::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(243, 130, 0, .1)));
	background: linear-gradient(transparent 0 calc(100% - 1.25rem), rgba(243, 130, 0, .1) calc(100% - 1.25rem) 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.sub-about-mv__inner.inner {
	max-width: 1450px;
	max-width: 90.625rem;
}

.sub-about-mv__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) 55.3571428571%;
}

.sub-about-mv__title {
	grid-column: 2/3;
	padding-bottom: 106px;
	padding-bottom: 6.625rem;
}

.sub-about-mv__title-en {
	color: #6BA429;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.375;
}

.sub-about-mv__title-ja {
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.js-fadeTitle > *:first-child {
	opacity: 0;
	-webkit-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}

.js-fadeTitle > *:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(1.875rem);
	transform: translateY(1.875rem);
}

.sub-about-mv__img {
	grid-column: 4/5;
	position: relative;
}

.sub-about-mv__img::before {
	background-color: rgba(107, 164, 41, .13);
	border-top-left-radius: 140px;
	border-top-left-radius: 8.75rem;
	content: "";
	height: 100%;
	left: -95px;
	left: -5.9375rem;
	position: absolute;
	top: -76px;
	top: -4.75rem;
	width: 100%;
	z-index: -1;
}

.sub-about-mv__img img {
	aspect-ratio: 775/556;
	-o-object-fit: cover;
	border-top-left-radius: 120px;
	border-top-left-radius: 7.5rem;
	object-fit: cover;
}

.js-fadeImg img {
	opacity: 0;
}

.sub-about-lead {
	overflow-x: clip;
}

.sub-about-lead__inner.inner {
	max-width: 1450px;
	max-width: 90.625rem;
	position: relative;
}

.sub-about-lead__container {
	padding-block: 94px 105px;
	padding-block: 5.875rem 6.5625rem;
	position: relative;
}

.sub-about-lead__container::before {
	inset: 0 0 0 calc(50% - 50vw);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 164, 41, .69)), to(rgba(107, 164, 41, .69))), url(../images/about/point.jpg);
	background-image: linear-gradient(rgba(107, 164, 41, .69), rgba(107, 164, 41, .69)), url(../images/about/point.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 100px;
	border-top-right-radius: 6.25rem;
	content: "";
	position: absolute;
}

.sub-about-lead__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	position: relative;
	text-align: center;
}

.sub-about-lead__list {
	margin-inline: auto;
	-moz-column-gap: 5.25rem;
	-webkit-column-gap: 5.25rem;
	column-gap: 5.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 910px;
	max-width: 56.875rem;
	position: relative;
}

.sub-about-lead__item {
	gap: 5px;
	gap: 0.3125rem;
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #6A3A0A;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub-about-lead__top-text {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sub-about-lead__main-text {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.4333333333;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sub-about-lead__main-text .relative {
	position: relative;
}

.sub-about-lead__main-text .middle {
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: -0.1em;
	line-height: 1.45;
}

.sub-about-lead__main-text .small {
	font-size: 32px;
	font-size: 2rem;
}

.sub-about-lead__main-text::before {
	background-color: rgba(243, 130, 0, .71);
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.sub-about-lead__main-text:has(.middle) {
	bottom: 6px;
	bottom: 0.375rem;
}

.sub-about {
	overflow-x: clip;
}

.sub-about__inner.inner {
	padding-inline: 95px;
	padding-inline: 5.9375rem;
	background-color: #fff;
	max-width: 910px;
	max-width: 56.875rem;
}

.sub-about__container {
	padding-top: 82px;
	padding-top: 5.125rem;
}

.sub-about__intro {
	position: relative;
}

.sub-about__intro::before {
	inset-block: -440px -175px;
	inset-block: -27.5rem -10.9375rem;
	inset-inline: calc(50% - 50vw);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 150, 0, .05)), to(rgba(243, 150, 0, .05))), url(../images/common/bg-texture.png);
	background-image: linear-gradient(to bottom, rgba(243, 150, 0, .05), rgba(243, 150, 0, .05)), url(../images/common/bg-texture.png);
	content: "";
	position: absolute;
	z-index: -1;
}

.sub-about__title {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8055555556;
	text-align: center;
}

.sub-about__texts {
	gap: 36px;
	gap: 2.25rem;
	display: grid;
	margin-top: 80px;
	margin-top: 5rem;
}

.sub-about__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 2;
}

.sub-about__img {
	bottom: -175px;
	bottom: -10.9375rem;
	left: calc(50% - 50vw + 1.875rem);
	position: absolute;
	width: calc(100vw - 3.75rem);
	z-index: -1;
}

.sub-about__info-wrap {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
}

.sub-about__info-wrap::before {
	aspect-ratio: 95/278;
	background-image: url("../images/top/balloon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 196px;
	bottom: 12.25rem;
	content: "";
	display: block;
	left: -134px;
	left: -8.375rem;
	position: absolute;
	width: 95px;
	width: 5.9375rem;
}

.sub-about__info-wrap::after {
	aspect-ratio: 75/254;
	background-image: url("../images/top/balloon2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 41%;
	content: "";
	display: block;
	position: absolute;
	right: -136px;
	right: -8.5rem;
	width: 75px;
	width: 4.6875rem;
}

.sub-about__info-img img {
	aspect-ratio: 720/430;
	-o-object-fit: cover;
	border-top-left-radius: 100px;
	border-top-left-radius: 6.25rem;
	object-fit: cover;
}

.sub-about__info:nth-child(even) .sub-about__info-img img {
	border-bottom-right-radius: 100px;
	border-bottom-right-radius: 6.25rem;
	border-top-left-radius: 0;
}

.sub-about__info-texts {
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.sub-about__info-title {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.0714285714;
}

.sub-about__info-text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.7777777778;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.sub-about__map {
	margin-top: 86px;
	margin-top: 5.375rem;
}

.sub-about__map img {
	aspect-ratio: 720/1286;
	-o-object-fit: contain;
	object-fit: contain;
}

.feature {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 150, 0, .05)), to(rgba(243, 150, 0, .05))), url(../images/common/bg-texture.png);
	background-image: linear-gradient(to bottom, rgba(243, 150, 0, .05), rgba(243, 150, 0, .05)), url(../images/common/bg-texture.png);
	margin-top: 110px;
	margin-top: 6.875rem;
	overflow: hidden;
}

.feature__container {
	padding: 116px 0 163px;
	padding: 7.25rem 0 10.1875rem;
}

.feature__title {
	margin-bottom: 244px;
	margin-bottom: 15.25rem;
}

.feature__items {
	gap: 75px;
	gap: 4.6875rem;
	counter-reset: number 0;
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
}

.feature__items::before {
	aspect-ratio: 95/278;
	background-image: url("../images/top/balloon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 80px;
	left: 5rem;
	position: absolute;
	top: -300px;
	top: -18.75rem;
	width: 95px;
	width: 5.9375rem;
}

.feature__item {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature__item:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature__item:nth-child(2) {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.feature__item:nth-child(2)::before {
	aspect-ratio: 75/254;
	background-image: url("../images/top/balloon2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -8px;
	bottom: -0.5rem;
	content: "";
	display: block;
	position: absolute;
	right: -56px;
	right: -3.5rem;
	width: 75px;
	width: 4.6875rem;
}

.feature__item-img {
	aspect-ratio: 340/380;
	width: 340px;
	width: 21.25rem;
}

.feature__item:nth-child(1) .feature__item-img {
	position: relative;
	top: 20px;
	top: 1.25rem;
}

.feature__item:nth-child(2) .feature__item-img {
	position: relative;
	top: 35px;
	top: 2.1875rem;
}

.feature__item:nth-child(3) .feature__item-img {
	position: relative;
	top: 66px;
	top: 4.125rem;
}

.feature__item-texts {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
}

.feature__item-number {
	padding-left: 40px;
	padding-left: 2.5rem;
}

.feature__item-number::after {
	color: #6BA429;
	content: "0" counter(number);
	counter-increment: number 1;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 400;
}

.feature__item-wrap {
	background: #fff;
	margin-top: -27px;
	margin-top: -1.6875rem;
	padding: 40px 40px 54px;
	padding: 2.5rem 2.5rem 3.375rem;
}

.feature__item:nth-of-type(odd) .feature__item-wrap {
	border-radius: 0 3.75rem 0 0;
}

.feature__item:nth-of-type(even) .feature__item-wrap {
	border-radius: 3.75rem 0 0 0;
}

.feature__item-title {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.feature__item-title .text-line {
	display: inline-block;
}

.feature__item-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7777777778;
	padding-left: 23px;
	padding-left: 1.4375rem;
	position: relative;
}

.feature__item-text::before {
	aspect-ratio: 1;
	background-image: url("../images/common/check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: -2px;
	left: -0.125rem;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	width: 14px;
	width: 0.875rem;
}

.feature__item-small {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 2px;
	margin-top: 0.125rem;
	padding-left: 23px;
	padding-left: 1.4375rem;
}

.feature__button {
	margin-inline: auto;
	display: block;
	margin-bottom: 130px;
	margin-bottom: 8.125rem;
	width: 320px;
	width: 20rem;
}

.feature__bottom {
	margin-inline: auto;
	-webkit-transform: translateX(-0.3125rem);
	transform: translateX(-0.3125rem);
	width: calc(100% - 3.75rem);
}

.fields {
	padding-block: 138px 184px;
	padding-block: 8.625rem 11.5rem;
	background-color: rgba(107, 164, 41, .1);
}

.fields__list {
	gap: 80px;
	gap: 5rem;
	display: grid;
	margin-top: 90px;
	margin-top: 5.625rem;
}

.fields__item {
	background-color: #fff;
	border: 2px solid #6BA429;
	border-radius: 3.75rem;
	padding: 50px 100px 47px;
	padding: 3.125rem 6.25rem 2.9375rem;
	position: relative;
}

.fields__category {
	background-color: #6BA429;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	min-width: 140px;
	min-width: 8.75rem;
	padding: 7px 27px 9px;
	padding: 0.4375rem 1.6875rem 0.5625rem;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fields__head {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.fields__head.h3-title {
	letter-spacing: 0.04em;
}

.fields__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.fields__tags {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.fields__tag {
	background-color: rgba(217, 228, 128, .3);
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
	padding: 7px 23px 9px;
	padding: 0.4375rem 1.4375rem 0.5625rem;
}

.fields__note {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.info {
	padding-block: 160px 490px;
	padding-block: 10rem 30.625rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 150, 0, .05)), to(rgba(243, 150, 0, .05))), url(../images/common/bg-texture.png);
	background-image: linear-gradient(to bottom, rgba(243, 150, 0, .05), rgba(243, 150, 0, .05)), url(../images/common/bg-texture.png);
	margin-bottom: -378px;
	margin-bottom: -23.625rem;
}

.info__inner.inner {
	padding-inline: 200px;
	padding-inline: 12.5rem;
	max-width: 1120px;
	max-width: 70rem;
	position: relative;
}

.info__inner::before {
	aspect-ratio: 200/223;
	background-image: url(../images/about/feature-small.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -272px;
	top: -17rem;
	width: 200px;
	width: 12.5rem;
}

.info__container {
	position: relative;
}

.info__container::before {
	aspect-ratio: 95/278;
	background-image: url("../images/top/balloon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: -176px;
	left: -11rem;
	position: absolute;
	top: 126px;
	top: 7.875rem;
	width: 95px;
	width: 5.9375rem;
}

.info__container::after {
	aspect-ratio: 75/254;
	background-image: url("../images/top/balloon2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 256px;
	bottom: 16rem;
	content: "";
	display: block;
	position: absolute;
	right: -180px;
	right: -11.25rem;
	width: 75px;
	width: 4.6875rem;
}

.info__img {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.info__img img {
	aspect-ratio: 720/429;
	-o-object-fit: cover;
	border-radius: 3.75rem;
	object-fit: cover;
}

.info__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.7777777778;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.info__data {
	background-color: #fff;
	border: 2px solid #6BA429;
	border-radius: 3.75rem;
	margin-top: 52px;
	margin-top: 3.25rem;
	padding: 36px 56px 58px;
	padding: 2.25rem 3.5rem 3.625rem;
}

.info__data-wrap {
	gap: 30px;
	gap: 1.875rem;
	padding-block: 20px 18px;
	padding-block: 1.25rem 1.125rem;
	display: grid;
	grid-template-columns: 6.5rem 1fr;
}

.info__data-wrap:not(:first-child) {
	border-top: 1px dashed #CCCCCC;
}

.info__data-term {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.info__data-desc {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.complete__contents {
	border: 1px solid #CCCCCC;
	padding: 80px 20px;
	padding: 5rem 1.25rem;
	text-align: center;
}

.complete__img {
	margin-inline: auto;
	width: 90px;
	width: 5.625rem;
}

.complete__img img {
	aspect-ratio: 1/1å;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.complete__heading {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.75;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.complete__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.complete__attention {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.complete__message-wrap {
	margin-inline: auto;
	background-color: rgba(0, 68, 132, .05);
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 800px;
	max-width: 50rem;
	padding: 30px;
	padding: 1.875rem;
}

.complete__message {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.complete__link {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	width: 320px;
	width: 20rem;
}

.wpcf7-form.sent .wpcf7-response-output {
	display: none;
}

.contact {
	overflow-x: clip;
}

.contact__inner.inner {
	max-width: 1450px;
	max-width: 90.625rem;
}

.contact__head {
	background-color: rgba(107, 164, 41, .85);
	border-radius: 0 0 0 8.75rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	padding: 80px 20px 205px;
	padding: 5rem 1.25rem 12.8125rem;
	text-align: center;
}

.contact__head-inner {
	max-width: 1360px;
	max-width: 85rem;
}

.contact__head-img {
	margin-inline: auto;
	width: 180px;
	width: 11.25rem;
}

.contact__head-img img {
	aspect-ratio: 180/120;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.contact__head-description {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.contact__phone {
	margin-inline: auto;
	background-color: #fff;
	border: 2px solid #6BA429;
	border-radius: 3.125rem;
	color: #000;
	margin-top: -152px;
	margin-top: -9.5rem;
	max-width: 910px;
	max-width: 56.875rem;
	padding: 40px;
	padding: 2.5rem;
	text-align: center;
	width: 100%;
}

.contact__phone-heading {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.contact__phone-note {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
}

.contact__phone-link {
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.contact__phone-link a {
	color: #F39600;
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 100px;
	padding-left: 6.25rem;
	position: relative;
}

.contact__phone-link a::after {
	aspect-ratio: 1/1;
	background-image: url(../images/contact/phone-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: auto;
	left: -10px;
	left: -0.625rem;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	width: 90px;
	width: 5.625rem;
}

.contact__phone-link-time {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding-left: 35px;
	padding-left: 2.1875rem;
}

.contact__form {
	margin-top: 120px;
	margin-top: 7.5rem;
}

/* （the_content()で出力したものへのスタイル） */

.p-content {
	color: #111;
	font-size: maxrem(18);
	font-size: maxrem(18);
	line-height: 1.7777777778;
}

.p-content p {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-content h2 {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
}

.p-content h3 {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 130%;
	font-weight: 500;
}

.p-content h4 {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 120%;
	font-weight: 500;
}

.p-content h2:nth-of-type(1) {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 100%;
}

.p-content img {
	width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
	margin-left: auto;
}

.p-content > ol,
.p-content > ul {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-content > ol {
	counter-reset: number 0;
}

.p-content > ol > li {
	padding-left: 24px;
	padding-left: 1.5rem;
	text-indent: -16px;
	text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
	text-indent: -24px;
	text-indent: -1.5rem;
}

.p-content > ol > li::before {
	content: counter(number) ". ";
	counter-increment: number 1;
}

.p-content > ol > li > ol {
	counter-reset: number 0;
}

.p-content > ol > li > ol > li {
	padding-left: 24px;
	padding-left: 1.5rem;
	text-indent: -16px;
	text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
	content: counter(number, lower-alpha) ". ";
	counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
	counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
	padding-left: 22px;
	padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
	text-indent: -12px;
	text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
	text-indent: -16px;
	text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
	text-indent: -20px;
	text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
	content: counter(number, lower-roman) ". ";
	counter-increment: number 1;
}

.p-content ul > li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-content ul > li::before {
	content: "・";
}

.p-content ul > li ol {
	counter-reset: number 0;
}

.p-content ul > li ol > li {
	padding-left: 2em;
	text-indent: -2em;
}

.p-content ul > li ol > li::before {
	content: "(" counter(number) ") ";
	counter-increment: number 1;
}

.p-content th {
	border: none;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-align: left;
}

.p-content td {
	border: none;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
	background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
	background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
	border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
	float: none;
	margin-left: auto;
}

.p-content a {
	word-wrap: break-word;
	-webkit-text-decoration: underline #6BA429 1px;
	color: #6BA429;
	word-wrap: break-word;
	text-decoration: underline #6BA429 1px;
}

.p-content .wp-block-group {
	background-color: #f7f8f8;
	border-radius: 1rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
	padding: 24px;
	padding: 1.5rem;
}

.p-content cite {
	font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
	aspect-ratio: 1/1;
	background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
	content: "";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	margin-right: 4px;
	margin-right: 0.25rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	-webkit-transform: translateY(-0.5rem);
	transform: translateY(-0.5rem);
	width: 24px;
	width: 1.5rem;
}

.error {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.error__inner {
	margin-top: 115px;
	margin-top: 7.1875rem;
}

.error__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7777777778;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
	text-align: center;
}

.error__button {
	margin-inline: auto;
	max-width: 320px;
	max-width: 20rem;
}

.expert {
	gap: 120px;
	gap: 7.5rem;
	display: grid;
}

.expert__block {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11.875rem, transparent), color-stop(11.875rem, rgba(107, 164, 41, .1)));
	background-image: linear-gradient(to bottom, transparent 11.875rem, rgba(107, 164, 41, .1) 11.875rem);
	padding-bottom: 125px;
	padding-bottom: 7.8125rem;
}

.expert__block:nth-child(even) {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11.875rem, transparent), color-stop(11.875rem, rgba(243, 150, 0, .05))), -webkit-gradient(linear, left top, left bottom, color-stop(11.875rem, transparent), color-stop(11.875rem, rgba(131, 131, 131, .05)));
	background-image: linear-gradient(to bottom, transparent 11.875rem, rgba(243, 150, 0, .05) 11.875rem), linear-gradient(to bottom, transparent 11.875rem, rgba(131, 131, 131, .05) 11.875rem);
}

.expert__block:last-child {
	padding-bottom: 612px;
	padding-bottom: 38.25rem;
}

.expert__block-img {
	margin-inline: auto;
	width: 340px;
	width: 21.25rem;
}

.expert__block-img img {
	aspect-ratio: 340/325;
	-o-object-fit: cover;
	border-top-left-radius: 100px;
	border-top-left-radius: 6.25rem;
	object-fit: cover;
}

.expert__block-texts {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.expert__block-texts-role {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.2222222222;
}

.expert__block-texts-name {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.expert__block-texts-name .hiragana {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.expert__block-texts-name .kanji {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.75;
}

.expert__block-content {
	background-color: #fff;
	border: 2px solid #6BA429;
	border-radius: 3.75rem;
	margin-top: 42px;
	margin-top: 2.625rem;
	padding: 64px 100px 84px;
	padding: 4rem 6.25rem 5.25rem;
}

.expert__block-content-title {
	color: #6A3A0A;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.expert__block-content-body {
	gap: 36px;
	gap: 2.25rem;
	display: grid;
	margin-top: 46px;
	margin-top: 2.875rem;
}

.expert__block-content-body-text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 2;
}

.expert__block-content-credentials {
	border-top: 1px solid #707070;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7142857143;
	margin-top: 36px;
	margin-top: 2.25rem;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.fee-top__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 32px;
	margin-top: 2rem;
}

.fee-top__nav {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 70px;
	margin-top: 4.375rem;
}

.fee-top__nav-link {
	position: relative;
}

.fee-top__nav-link::before {
	aspect-ratio: 16/8;
	background-image: url(../images/common/chevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 16px;
	width: 1rem;
}

.fee-top__nav-link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #6BA429;
	color: #6BA429;
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 100%;
	line-height: 1.4444444444;
	padding: 7px 28px;
	padding: 0.4375rem 1.75rem;
}

.fee {
	gap: 112px;
	gap: 7rem;
	display: grid;
	grid-template-columns: 100%;
	overflow-x: clip;
}

.fee__block {
	position: relative;
}

.fee__block:nth-child(odd) {
	padding-bottom: 212px;
	padding-bottom: 13.25rem;
}

.fee__block:nth-child(odd)::before {
	inset: 193px 0 0;
	inset: 12.0625rem 0 0;
	background-color: rgba(107, 164, 41, .1);
	content: "";
	position: absolute;
	z-index: -1;
}

.fee__block:nth-child(even) {
	padding-bottom: 11.625vw;
}

.fee__block:nth-child(even)::before {
	inset: 193px 0 0;
	inset: 12.0625rem 0 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 150, 0, .05)), to(rgba(243, 150, 0, .05))), url(../images/common/bg-texture.png);
	background-image: linear-gradient(to bottom, rgba(243, 150, 0, .05), rgba(243, 150, 0, .05)), url(../images/common/bg-texture.png);
	content: "";
	position: absolute;
	z-index: -1;
}

.fee__block[id=no-dispute]::before,
.fee__block[id=dispute]::before {
	inset: 274px 0 0;
	inset: 17.125rem 0 0;
}

.fee__block:last-of-type {
	margin-bottom: -294px;
	margin-bottom: -18.375rem;
	padding-bottom: 445px;
	padding-bottom: 27.8125rem;
}

.fee__block-title {
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.fee__block-content {
	background-color: #fff;
	border: 2px solid #6BA429;
	border-radius: 3.75rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 58px 100px 77px;
	padding: 3.625rem 6.25rem 4.8125rem;
}

.fee__block:nth-child(odd) .fee__block-content {
	position: relative;
}

.fee__block:nth-child(odd) .fee__block-content::before {
	aspect-ratio: 95/278;
	background-image: url("../images/top/balloon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: -96px;
	left: -6rem;
	position: absolute;
	top: -142px;
	top: -8.875rem;
	width: 95px;
	width: 5.9375rem;
}

.fee__block:nth-child(odd) .fee__block-content::after {
	aspect-ratio: 75/254;
	background-image: url("../images/top/balloon2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -148px;
	bottom: -9.25rem;
	content: "";
	display: block;
	position: absolute;
	right: -78px;
	right: -4.875rem;
	width: 75px;
	width: 4.6875rem;
}

.fee__block:nth-child(even) .fee__block-content {
	padding-bottom: 130px;
	padding-bottom: 8.125rem;
}

.fee__block-sub-title .small {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4583333333;
	white-space: nowrap;
}

.fee__block-wrap + .fee__block-wrap {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.fee__block-scroll {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.fee__block-text + .fee__block-table {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.fee__block-texts {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.fee__block-head {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.fee__block-head::first-letter {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 2px;
	vertical-align: 0.15em;
}

.fee__block-text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.fee__block-sub-title + .fee__block-text {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.fee__block-table + .fee__block-text {
	margin-top: 16px;
	margin-top: 1rem;
}

.fee__block-img {
	bottom: 0;
	left: calc(50% - 50vw + 1.875rem);
	position: absolute;
	width: calc(100vw - 3.75rem);
}

.fee-table {
	border-block: 1px solid #707070;
	border-collapse: collapse;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	text-align: left;
	width: 100%;
}

.fee-table tr:not(:first-of-type) {
	border-top: 1px solid #707070;
}

.fee-table__caption {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
	text-align: left;
}

:where(.fee-table__label,
.fee-table__sub-label,
.fee-table__sub-label2) {
	padding-block: 30px;
	padding-block: 1.875rem;
	background-color: rgba(217, 228, 128, .1);
	font-weight: 700;
	vertical-align: top;
}

.fee-table__label {
	padding-left: min(1.875vw, 30px);
}

.fee-table:not(:has(.fee-table__sub-label)) .fee-table__label {
	vertical-align: middle;
}

.fee-table__price {
	padding-block: 30px;
	padding-block: 1.875rem;
	padding-left: min(1.875vw, 30px);
	vertical-align: middle;
	width: 50%;
}

.fee-table--3column .fee-table__label {
	width: 16.4444444444%;
}

.fee-table--4column .fee-table__label {
	width: 16.4444444444%;
}

.fee-table--3column .fee-table__sub-label {
	padding-left: min(1.25vw, 20px);
}

.fee-table--4column .fee-table__sub-label {
	padding-left: min(1.25vw, 20px);
	width: 15.3333333333%;
}

.fee-table__sub-label2 {
	padding-inline: initial;
	padding-bottom: 0;
	padding-bottom: initial;
}

.form {
	background-color: rgba(107, 164, 41, .04);
	border-radius: 3.75rem;
	padding: 130px 20px 142px;
	padding: 8.125rem 1.25rem 8.875rem;
}

.form__inner.inner {
	max-width: 770px;
}

.form__title {
	font-family: "Noto Serif JP", serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.form__description {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 65px;
	margin-top: 4.0625rem;
	text-align: center;
}

.form__note {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.form__required {
	background-color: #F39600;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding: 3px 4px;
	padding: 0.1875rem 0.25rem;
	text-align: center;
}

.form__required.form__required--row {
	margin-left: 0;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.form__note .form__required {
	margin-left: 0;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.form__contents {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.form__wrap {
	border-top: 1px solid #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 29px 0;
	padding: 1.8125rem 0;
}

.form__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 190px;
	max-width: 11.875rem;
	width: 100%;
}

.form__input,
.form__textarea {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-input input {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: 100%;
}

.form-input input:focus {
	border: 1px solid #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.form__wrap-container {
	border-top: 1px solid #cccccc;
	padding: 23px 0 30px;
	padding: 1.4375rem 0 1.875rem;
}

.form__wrap-container-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.form__wrap-container .form__wrap {
	border-top: none;
	padding: 6px 0;
	padding: 0.375rem 0;
}

.form__wrap-container .form__wrap:nth-child(3) {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.form__input-wrap p {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__input-wrap + .form__input-wrap {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.form__input-heading {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
	width: 35px;
	width: 2.1875rem;
}

.form__input-wrap input[type=date] {
	width: 238px;
	width: 14.875rem;
}

.form-input input::-moz-placeholder,
.form-textarea textarea::-moz-placeholder {
	color: #cccccc;
	font-size: 18px;
	font-size: 1.125rem;
}

.form-input input::-webkit-input-placeholder,
.form-textarea textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 18px;
	font-size: 1.125rem;
}

.form-input input::-moz-placeholder,
.form-textarea textarea::-moz-placeholder {
	color: #cccccc;
	font-size: 18px;
	font-size: 1.125rem;
}

.form-input input::-ms-input-placeholder,
.form-textarea textarea::-ms-input-placeholder {
	color: #cccccc;
	font-size: 18px;
	font-size: 1.125rem;
}

.form-input input::placeholder,
.form-textarea textarea::placeholder {
	color: #cccccc;
	font-size: 18px;
	font-size: 1.125rem;
}

.form__input-message {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.form-radio .form__input-message {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.form-textarea textarea {
	field-sizing: content;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	min-height: 279px;
	min-height: 17.4375rem;
	padding: 15px 23px;
	padding: 0.9375rem 1.4375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	border: 1px solid #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.form__wrap:has(.form-radio) .form__label {
	margin-top: 0;
}

.form-radio label {
	display: block;
}

.form-radio label + label {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.form-radio input {
	display: none;
}

.form-radio .wpcf7-radio span {
	display: block;
}

.form-radio .wpcf7-radio .wpcf7-list-item:not(.first) {
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.form-radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	padding: 0 0 0 25px;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-radio input + span::before {
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: "";
	display: block;
	height: 17px;
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	width: 1.0625rem;
}

.form-radio input + span::after {
	background: #6BA429;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 4px;
	left: 0.25rem;
	opacity: 0;
	padding: 2px;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 9px;
	width: 0.5625rem;
}

.form-radio input:checked + span::after {
	opacity: 1;
}

.form-checkbox {
	margin-inline: auto;
	text-align: center;
}

.form-checkbox input {
	display: none;
}

.form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	padding: 0 0 2px 40px;
	padding: 0 0 0.125rem 2.5rem;
	position: relative;
}

.form-radio .wpcf7-list-item,
.form-checkbox .wpcf7-list-item {
	margin-left: 0;
}

.form-checkbox input + span::before {
	background: #fff;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.625rem;
	content: "";
	display: block;
	height: 28px;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	width: 1.75rem;
}

.form-checkbox input + span::after {
	border-bottom: 3px solid #fff;
	border-bottom: 0.1875rem solid #fff;
	border-left: 3px solid #fff;
	border-left: 0.1875rem solid #fff;
	content: "";
	display: block;
	height: 8px;
	height: 0.5rem;
	left: 6px;
	left: 0.375rem;
	margin-top: -2px;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 15px;
	width: 0.9375rem;
}

.form-checkbox input:checked + span::after {
	opacity: 1;
}

.form-checkbox input:checked + span::before {
	background-color: #6BA429;
}

.form__wrap:has(.form__input-text) {
	padding: 20px 0;
	padding: 1.25rem 0;
}

.form__input-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
}

.form__privacy {
	background-color: #fff;
	border: 1px solid #cccccc;
	height: 209px;
	height: 13.0625rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow-y: scroll;
	padding: 13px 20px;
	padding: 0.8125rem 1.25rem;
}

.form-privacy__heading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
}

.form-privacy__items {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.form-privacy__item + .form-privacy__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.form-privacy__item-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7777777778;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.form__wrap.form__wrap--checkbox {
	padding-bottom: 0;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.form-submit {
	margin-inline: auto;
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
	position: relative;
	text-align: center;
	width: 320px;
	width: 20rem;
}

.form-submit::after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/button-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.form-submit input {
	background-color: #6BA429;
	border: 1px solid #6BA429;
	border-radius: 3.75rem;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 27px;
	padding: 1.6875rem;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.form-submit input:hover {
	opacity: 0.8;
}

.form__submit-text {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.wpcf7-spinner {
	display: none;
}

.form__addition {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.form__addition .form__wrap + .form__wrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.form__addition .form__label {
	margin-top: 3px;
	margin-top: 0.1875rem;
	max-width: 207px;
	max-width: 12.9375rem;
}

.flatpickr-calendar.open {
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: 0.375rem 0.375rem 0.375rem rgba(0, 0, 0, .1);
	box-shadow: 0.375rem 0.375rem 0.375rem rgba(0, 0, 0, .1);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.inRange {
	border-color: transparent !important;
	border-radius: 1rem !important;
	color: #fff !important;
}

.flatpickr-weekday {
	color: rgba(28, 33, 38, .5) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
}

.flatpickr-day {
	font-size: 13px !important;
	font-weight: 700 !important;
}

.flatpickr-day.selected {
	background-color: #6BA429 !important;
}

.flatpickr-day.today {
	background-color: rgba(107, 164, 41, .1) !important;
	border-color: transparent !important;
	border-radius: 1rem !important;
}

.flatpickr-alt {
	background: url("../images/contact/calendar-icon.svg") no-repeat right 10px center;
	background-size: 1rem;
	cursor: pointer;
	padding-right: 50px;
	padding-right: 3.125rem;
}

.flatpickr-months {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.flatpickr-current-month .custom-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
}

.flatpickr-current-month {
	left: 3.5% !important;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.flatpickr-prev-month {
	left: auto !important;
	left: initial !important;
	right: 10% !important;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.flatpickr-months .flatpickr-next-month {
	background-color: #fff !important;
	-webkit-transition: all 3s;
	transition: all 3s;
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #6BA429 !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
	content: none !important;
}

.flatpickr-day {
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.flatpickr-day:hover {
	border: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #e50000;
}

.wpcf7 form .wpcf7-response-output {
	background-color: #fff;
	color: #e50000;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 60px 0 0;
	margin: 3.75rem 0 0;
	padding: 30px;
	padding: 1.875rem;
	text-align: center;
}

.form-checkbox.form-checkbox--kind {
	margin-inline: initial;
	text-align: left;
}

.form-checkbox.form-checkbox--kind .wpcf7-form-control {
	-moz-column-gap: 0.625rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: 1fr 0.9fr 0.6fr;
}

.form-checkbox.form-checkbox--kind .wpcf7-list-item-label {
	padding-left: 35px;
	padding-left: 2.1875rem;
}

.news__inner.inner {
	max-width: 960px;
	max-width: 60rem;
}

.news__category-list {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news__category-item a {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.news__category-item.current a {
	border-bottom: 4px solid #6BA429;
	border-bottom: 0.25rem solid #6BA429;
}

.news__list {
	border-top: 1px solid #CCCCCC;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.news__item a {
	gap: 43px;
	gap: 2.6875rem;
	border-bottom: 1px solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 28px 0px;
	padding: 1.75rem 0rem;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.news__item a:hover {
	background-color: rgba(107, 164, 41, .04);
	opacity: 1;
}

.news__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 26.7032967033%;
}

.news__img img {
	aspect-ratio: 243/175;
	-o-object-fit: cover;
	border-radius: 1.875rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.news__img img.news__no-image {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.news__img:has(.news__no-image) {
	position: relative;
}

.news__img:has(.news__no-image)::after {
	inset: 0;
	background-color: rgba(204, 204, 204, .25);
	border-radius: 1.875rem;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.news__meta {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__date {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.news__category-tags {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news__category-tag {
	background-color: #489320;
	border-radius: 1.25rem;
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2916666667;
	margin-top: 14px;
	margin-top: 0.875rem;
	overflow: hidden;
}

.news__pagenavi {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.pp-privacy {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
}

.pp-privacy__inner {
	margin-inline: auto;
	margin-top: 115px;
	margin-top: 7.1875rem;
	max-width: 714px;
	max-width: 44.625rem;
	padding: 0 25px;
}

.pp-privacy__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3333333333;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.pp-privacy__item {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.pp-privacy__subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.pp-privacy__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.single-news__container-inner.inner {
	max-width: 770px;
	max-width: 48.125rem;
}

.single-news__title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.single-news__thumbnail {
	margin-top: 80px;
	margin-top: 5rem;
	width: 100%;
}

.single-news__thumbnail .no-img {
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
}

.single-news__thumbnail img {
	aspect-ratio: 720/378;
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.single-news__content {
	margin-top: 80px;
	margin-top: 5rem;
}

.single-news__link-wrap {
	border-top: 1px solid #cccccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 82px;
	margin-top: 5.125rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.single-news__nav-prev,
.single-news__nav-next {
	width: 88px;
	width: 5.5rem;
}

.single-news__nav-next {
	text-align: right;
}

.single-news__nav-prev a {
	padding-left: 25px;
	padding-left: 1.5625rem;
	position: relative;
}

.single-news__nav-prev a::before {
	border-right: 2px solid #6BA429;
	border-top: 2px solid #6BA429;
	content: "";
	height: 7px;
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 7px;
	width: 0.4375rem;
}

.single-news__nav-next a {
	padding-right: 25px;
	padding-right: 1.5625rem;
	position: relative;
}

.single-news__nav-next a::before {
	border-right: 2px solid #6BA429;
	border-top: 2px solid #6BA429;
	content: "";
	height: 7px;
	height: 0.4375rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 7px;
	width: 0.4375rem;
}

.front-page {
	background: #fefefe;
}

.mv {
	background-image: url("../images/common/bg-layer.png");
	background-repeat: repeat-y;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 140px;
	padding-top: 8.75rem;
}

.mv__inner {
	margin-inline: auto;
	max-width: 1530px;
	max-width: 95.625rem;
	padding: 0 25px;
}

.mv__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mv__texts {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-left: 70px;
	padding-left: 4.375rem;
	position: relative;
	width: 54%;
}

.mv__texts::after {
	background: #6ba429;
	border-radius: 6.25rem 0 0 0;
	content: "";
	display: block;
	height: calc(100% - 4.375rem);
	left: 0;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 1035px;
	width: 64.6875rem;
	z-index: 1;
}

.mv__label {
	background: #F38200;
	border-radius: 6.25rem;
	color: #fff;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 62px;
	margin-bottom: 3.875rem;
	padding: 5px 57px;
	padding: 0.3125rem 3.5625rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 2;
}

.mv__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(40px, 6.672px + 3.333vw, 60px);
	font-size: clamp(2.5rem, 0.417rem + 3.333vw, 3.75rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3333333333;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	position: relative;
	z-index: 2;
}

.mv__title .dotted {
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.mv__title .dotted::before,
.mv__title .dotted::after {
	display: inline-block;
	font-size: 100px;
	font-size: 6.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	opacity: 0.3;
	position: absolute;
}

.mv__title .dotted::before {
	content: "“";
	right: 95%;
	top: -20px;
	top: -1.25rem;
}

.mv__title .dotted::after {
	content: "”";
	left: 80%;
	top: -20px;
	top: -1.25rem;
}

.mv .sub-about-lead__list {
	gap: clamp(15.008px, -90px + 7.5vw, 30px);
	gap: clamp(0.938rem, -5.625rem + 7.5vw, 1.875rem);
	margin-left: unset;
	margin-right: unset;
	max-width: unset;
	position: relative;
	z-index: 2;
}

.mv .sub-about-lead__top-text {
	font-size: clamp(16px, -5.008px + 1.5vw, 19.008px);
	font-size: clamp(1rem, -0.313rem + 1.5vw, 1.188rem);
	margin-top: 10px;
	margin-top: 0.625rem;
}

.mv .sub-about-lead__main-text {
	margin-top: -5px;
	margin-top: -0.3125rem;
}

.mv .relative {
	font-size: clamp(46px, 18px + 2vw, 50px);
	font-size: clamp(2.875rem, 1.125rem + 2vw, 3.125rem);
}

.mv .middle {
	font-size: clamp(32px, -17.008px + 3.5vw, 39.008px);
	font-size: clamp(2rem, -1.063rem + 3.5vw, 2.438rem);
}

.mv .small {
	font-size: clamp(24px, -4px + 2vw, 28px);
	font-size: clamp(1.5rem, -0.25rem + 2vw, 1.75rem);
}

.mv__right {
	padding-left: 27px;
	padding-left: 1.6875rem;
	width: 46%;
}

.mv__right .swiper {
	border-radius: 7.5rem 0 0 0;
	max-width: 1000px;
	max-width: 62.5rem;
	width: calc(46vw - 0.5rem);
}

.mv__right .swiper-slide {
	aspect-ratio: 720/566;
}

.why {
	background-image: url("../images/common/bg-layer.png");
	background-repeat: repeat-y;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.why__inner {
	margin-inline: auto;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
	position: relative;
}

.why__title {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.why__content {
	background: #fff;
	padding: 60px 60px 257px;
	padding: 3.75rem 3.75rem 16.0625rem;
}

.why__items {
	gap: 60px;
	gap: 3.75rem;
	display: grid;
	grid-template-columns: 1fr;
}

.why__item {
	margin-right: 80px;
	margin-right: 5rem;
	position: relative;
}

.why__item:nth-of-type(1) .why__img {
	aspect-ratio: 480/367;
	border-radius: 0 8.75rem 0 0;
	left: calc(100% - 8.125rem);
	top: -115px;
	top: -7.1875rem;
	width: 480px;
	width: 30rem;
}

.why__item:nth-of-type(2) .why__img {
	aspect-ratio: 329/308;
	border-radius: 0 0 0 6.25rem;
	left: calc(100% + 3.75rem);
	top: -25px;
	top: -1.5625rem;
	width: 329px;
	width: 20.5625rem;
}

.why__item:nth-of-type(3) .why__img {
	aspect-ratio: 600/370;
	border-radius: 7.5rem 0 0 0;
	left: calc(100% - 13.125rem);
	top: -40px;
	top: -2.5rem;
	width: 600px;
	width: 37.5rem;
}

.why__item:nth-of-type(4) .why__imgs {
	height: auto;
	left: calc(100% - 13.0625rem);
	position: absolute;
	top: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.why__imgs-thumb {
	aspect-ratio: 413/395;
	border-radius: 6.25rem 0 0 0;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	width: 413px;
	width: 25.8125rem;
}

.why__imgs-info {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.why__imgs-role {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.8181818182;
}

.why__imgs-name .hira {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.why__imgs-name .kanji {
	display: block;
	font-size: 28px;
	font-size: 1.75rem;
}

.why__item .why__img {
	position: absolute;
}

.why__subtitle {
	color: #6a3a0a;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.why__subtitle .text-line::after {
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
	-webkit-transition: 0.6s ease-in-out clip-path;
	transition: 0.6s ease-in-out clip-path;
}

.why__subtitle .text-line:nth-of-type(2) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.why__subtitle.is-visible .text-line::after {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}

.why__text {
	color: #333333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7777777778;
}

.decs {
	margin-inline: auto;
	max-width: 1100px;
	max-width: 68.75rem;
	position: relative;
}

.decs .dec1 {
	aspect-ratio: 480/271;
	bottom: -108px;
	bottom: -6.75rem;
	left: -105px;
	left: -6.5625rem;
	position: absolute;
	width: 490px;
	width: 30.625rem;
	z-index: 2;
}

.decs .dec2 {
	aspect-ratio: 494/237;
	bottom: -174px;
	bottom: -10.875rem;
	position: absolute;
	right: -145px;
	right: -9.0625rem;
	width: 514px;
	width: 32.125rem;
	z-index: 2;
}

.case {
	background: rgba(107, 164, 41, .04);
	overflow: hidden;
	padding-top: 224px;
	padding-top: 14rem;
	position: relative;
	z-index: 1;
}

.case__inner {
	margin-inline: auto;
	max-width: 748px;
	max-width: 46.75rem;
	padding: 0 25px;
}

.case__title {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.case__slide {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.swiper-case {
	overflow: visible !important;
	position: relative;
}

.case__buttons {
	aspect-ratio: 698/394;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 698px;
	width: 43.625rem;
	z-index: 2;
}

.case__button-slide {
	aspect-ratio: 1;
	background: #6ba429;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	place-content: center;
	pointer-events: all;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 80px;
	width: 5rem;
}

.case__button-slide::after {
	color: #fff;
	content: "＞";
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
}

.case__button--prev {
	scale: -1;
	-webkit-transform: translateX(calc(100% + 1.25rem));
	transform: translateX(calc(100% + 1.25rem));
}

.case__button--next {
	-webkit-transform: translateX(calc(100% + 1.25rem));
	transform: translateX(calc(100% + 1.25rem));
}

.case__button {
	margin-inline: auto;
	max-width: 320px;
	max-width: 20rem;
}

.case .swiper-slide {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.case .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.case-modal {
	inset: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .5);
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 9999;
}

.case-modal__inner {
	aspect-ratio: 698/394;
	-webkit-animation: fadeIn 0.3s ease;
	animation: fadeIn 0.3s ease;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 69%;
}

.case-modal__img {
	display: block;
	height: auto;
	width: 100%;
}

.pickup {
	background: rgba(107, 164, 41, .04);
	padding-top: 180px;
	padding-top: 11.25rem;
	position: relative;
	z-index: 1;
}

.pickup::after {
	background: rgba(107, 164, 41, .04);
	content: "";
	display: block;
	height: 300px;
	height: 18.75rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: -1;
}

.pickup__inner {
	margin-inline: auto;
	max-width: 960px;
	max-width: 60rem;
	padding: 0 25px;
}

.pickup__container {
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
}

.pickup__title {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.pickup__items {
	background: #fff;
	border: 2px solid #6BA429;
	border-radius: 3.75rem;
	padding: 22px 95px 13px;
	padding: 1.375rem 5.9375rem 0.8125rem;
	position: relative;
}

.pickup__items::after {
	aspect-ratio: 95/278;
	background-image: url("../images/top/balloon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: -70px;
	left: -4.375rem;
	position: absolute;
	top: -100px;
	top: -6.25rem;
	width: 95px;
	width: 5.9375rem;
}

.pickup__items::before {
	aspect-ratio: 75/254;
	background-image: url("../images/top/balloon2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -63px;
	bottom: -3.9375rem;
	content: "";
	display: block;
	position: absolute;
	right: -80px;
	right: -5rem;
	width: 75px;
	width: 4.6875rem;
}

.pickup__item {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px dotted #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 29px 0;
	padding: 1.8125rem 0;
}

.pickup__item:last-of-type {
	border-bottom: unset;
}

.pickup__item-info {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 165px;
	width: 10.3125rem;
}

.pickup__item-date {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}

.pickup__item-cate {
	background: #6BA429;
	border-radius: 6.25rem;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.pickup__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2px;
	margin-top: 0.125rem;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 60%;
	word-break: break-all;
}

@media (any-hover: hover) {

.access__floor:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

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

.fee-top__nav-link:hover::before {
	-webkit-transform: translate(-50%, calc(100% + 0.3125rem));
	transform: translate(-50%, calc(100% + 0.3125rem));
}

.case__button-slide:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.case .swiper-slide:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
	opacity: 1;
}

.pickup__item:hover .pickup__item-title {
	color: #f39600;
}

}

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

.sp {
	display: none !important;
}

}

@media (min-width: 640px) {

html {
	font-size: 1.1428571429vw;
}

}

@media (min-width: 1400px) {

html {
	font-size: 16px;
}

}

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

.pc {
	display: none !important;
}

}

@media (max-width: 639px) {

html {
	font-size: 4.2666666667vw;
}

}

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

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

.access__container {
	display: block;
	padding: 1.875rem 0 2.5rem;
}

.access__map {
	margin-bottom: 2.5rem;
	width: 100%;
}

.access__main {
	width: 100%;
}

.access__address {
	font-size: 1rem;
}

.access__floor {
	font-size: 1rem;
}

.button {
	font-size: 0.875rem;
	padding: 1.25rem 2.5rem;
}

.cta::after {
	top: 5.625rem;
	width: 940vw;
}

.cta__img {
	margin-bottom: 6.25rem;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 53.125rem;
}

.cta__container {
	padding-bottom: 3.75rem;
}

.cta__title {
	margin-bottom: 1.5625rem;
}

.cta__title .section-title__jp {
	font-size: 1.625rem;
}

.cta__text {
	font-size: 1.125rem;
	margin-bottom: 3.75rem;
}

.cta__buttons {
	gap: 2.6875rem;
	grid-template-columns: 1fr;
}

.cta__button {
	padding-bottom: 1.5625rem;
}

.cta__button-icon {
	margin-bottom: -0.9375rem;
	width: 3.625rem;
}

.cta__button-tel {
	font-size: 2.25rem;
}

.cta__button-text {
	font-size: 1rem;
}

.cta__link {
	max-width: calc(100% - 2.5rem);
	padding: 1.25rem 1.875rem;
}

.cta__link::after {
	right: 1.25rem;
}

.fixed-button {
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.25rem 0 0 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0.375rem;
	padding: 0.8125rem;
	right: unset;
	width: calc(100% - 0.75rem);
}

.fixed-button .icon {
	margin: unset;
	width: 2.5rem;
}

.fixed-button .text {
	font-size: 1rem;
	letter-spacing: 0.04em;
	margin: unset;
	-webkit-writing-mode: unset;
	-ms-writing-mode: unset;
	writing-mode: unset;
}

.footer__container {
	padding: 3rem 0 5.625rem;
}

.footer__menus {
	display: none;
}

.footer__logo {
	height: 4.4375rem;
	margin-bottom: 1.875rem;
	width: 15.9375rem;
}

.footer__address {
	font-size: 1rem;
	margin-bottom: 1.875rem;
}

.footer__banners {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-bottom: 1.875rem;
	max-width: calc(100% - 5rem);
}

.footer__privacy {
	font-size: 0.75rem;
	margin-bottom: 1.25rem;
}

.footer__copy {
	font-size: 0.75rem;
}

.h3-title {
	font-size: 1.75rem;
}

.header__inner {
	padding: 0 1.25rem;
}

.header__container {
	padding: 0.4375rem 0;
}

.header__logo-text {
	display: none;
}

.header__logo {
	height: 2.875rem;
	width: 10.3125rem;
}

.header__main {
	display: none;
}

.header__button {
	display: none;
}

.inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.layout-complete {
	margin-bottom: 5rem;
	margin-top: 2rem;
}

.layout-contact {
	margin-bottom: 5rem;
	margin-top: 2.5rem;
}

.layout-expert {
	margin-bottom: -12.5rem;
	margin-top: 2rem;
}

.layout-fee {
	margin-top: 6.25rem;
}

.layout-news {
	margin-bottom: 5rem;
	margin-top: 2rem;
}

.layout-page-about {
	margin-top: 7.5rem;
}

.layout-sub-about-lead {
	margin-top: 3.75rem;
}

.layout-sub-mv {
	margin-top: 7.5rem;
}

.pagenavi .nav-links,
.pagenavi .wpagenavi {
	gap: 0.25rem;
}

.pagenavi .page-numbers {
	font-size: 0.8125rem;
	height: 1.875rem;
	width: 1.875rem;
}

.pagenavi-prev,
.pagenavi-next {
	height: 1.875rem;
	width: 1.875rem;
}

.radius {
	border-radius: 2.5rem;
}

.section-title__en {
	font-size: 1rem;
}

.section-title__jp {
	font-size: 2rem;
}

.sub-mv__title-en {
	font-size: 1rem;
	line-height: 1.375;
	padding-left: 0.3125rem;
}

.sub-mv__title-ja {
	font-size: 2rem;
	margin-top: 0.25rem;
}

.sub-about-mv__container {
	grid-template-columns: 1fr;
}

.sub-about-mv__title {
	grid-column: initial;
	padding-bottom: 0;
	padding-bottom: initial;
}

.sub-about-mv__title-en {
	font-size: 1rem;
	line-height: 1.375;
}

.sub-about-mv__title-ja {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.sub-about-mv__img {
	grid-column: initial;
	margin-left: auto;
	margin-top: 3.375rem;
	width: 18.375rem;
}

.sub-about-mv__img::before {
	border-top-left-radius: 4.375rem;
	left: -1.375rem;
	top: -1.4375rem;
}

.sub-about-mv__img img {
	border-top-left-radius: 4.375rem;
}

.sub-about-lead__container::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 164, 41, .69)), to(rgba(107, 164, 41, .69))), url(../images/about/point-sp.jpg);
	background-image: linear-gradient(rgba(107, 164, 41, .69), rgba(107, 164, 41, .69)), url(../images/about/point-sp.jpg);
	border-top-right-radius: 4.375rem;
}

.sub-about-lead__title {
	font-size: 2rem;
	line-height: 1.5;
	padding-left: 1.25rem;
}

.sub-about-lead__list {
	-moz-column-gap: 1.0625rem;
	-webkit-column-gap: 1.0625rem;
	column-gap: 1.0625rem;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center;
	margin-top: 1.875rem;
}

.sub-about-lead__item {
	gap: initial;
	width: 8.75rem;
}

.sub-about-lead__item:nth-child(1) {
	grid-column: 1/3;
	margin-bottom: -0.75rem;
}

.sub-about-lead__top-text {
	font-size: 0.75rem;
}

.sub-about-lead__main-text {
	font-size: 2rem;
}

.sub-about-lead__main-text .middle {
	font-size: 1.375rem;
}

.sub-about-lead__main-text .small {
	font-size: 1.125rem;
}

.sub-about-lead__main-text::before {
	bottom: 0.125rem;
	height: 0.625rem;
}

.sub-about {
	padding-inline: 20px;
	padding-top: 13.5rem;
}

.sub-about__inner.inner {
	padding-inline: 20px;
	border-top-left-radius: 6.25rem;
}

.sub-about__container {
	padding-top: 3.75rem;
}

.sub-about__title {
	-webkit-font-feature-settings: "halt";
	font-feature-settings: "halt";
	font-size: 1.75rem;
	letter-spacing: 0;
}

.sub-about__title .text-line::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(243, 130, 0, .1)));
	background: linear-gradient(transparent 0 calc(100% - 0.9375rem), rgba(243, 130, 0, .1) calc(100% - 0.9375rem) 100%);
}

.sub-about__texts {
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.sub-about__text {
	font-size: 1rem;
}

.sub-about__img {
	bottom: auto;
	bottom: initial;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, calc(-100% - 3.75rem));
	transform: translate(-50%, calc(-100% - 3.75rem));
	width: 53.3125rem;
}

.sub-about__info-wrap {
	margin-top: 5rem;
}

.sub-about__info-wrap::before {
	bottom: auto;
	bottom: initial;
	left: calc(50% - 48.53333vw);
	top: -3.125rem;
	width: 3.1875rem;
}

.sub-about__info-wrap::after {
	bottom: 26%;
	right: -30px;
	width: 2.5rem;
}

.sub-about__info-img img {
	border-top-left-radius: 3.75rem;
}

.sub-about__info:nth-child(even) .sub-about__info-img img {
	border-bottom-right-radius: 3.75rem;
}

.sub-about__info-texts {
	margin-top: 1.25rem;
}

.sub-about__info-title {
	font-size: 1.25rem;
}

.sub-about__info-text {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 0.625rem;
}

.sub-about__map {
	margin-top: 3.75rem;
}

.feature {
	margin-top: 5rem;
}

.feature__container {
	padding: 3.75rem 0 5rem;
}

.feature__title {
	margin-bottom: 2.5rem;
}

.feature__items {
	gap: 3.125rem;
}

.feature__items::before {
	left: 0;
	top: -8.75rem;
	width: 3.1875rem;
}

.feature__item {
	display: block;
}

.feature__item:nth-child(2) {
	margin-top: 0;
	margin-top: initial;
}

.feature__item:nth-child(2)::before {
	bottom: -6.25rem;
	right: -0.625rem;
	width: 2.5rem;
}

.feature__item-img {
	margin-inline: auto;
	width: 12.5rem;
}

.feature__item:nth-child(1) .feature__item-img {
	top: auto;
	top: initial;
}

.feature__item:nth-child(2) .feature__item-img {
	top: -0.625rem;
}

.feature__item:nth-child(3) .feature__item-img {
	top: -0.625rem;
}

.feature__item-texts {
	margin-top: -2.25rem;
	width: 100%;
}

.feature__item-number {
	padding-left: 1.25rem;
}

.feature__item-number::after {
	font-size: 2.5rem;
}

.feature__item-wrap {
	margin-top: -1.25rem;
	padding: 1.875rem 1.25rem 2rem;
}

.feature__item:nth-of-type(odd) .feature__item-wrap {
	border-radius: 0 3.125rem 0 0;
}

.feature__item:nth-of-type(even) .feature__item-wrap {
	border-radius: 0 3.125rem 0 0;
}

.feature__item-title {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 1.875rem;
}

.feature__item-title .text-line::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(243, 130, 0, .1)));
	background: linear-gradient(transparent 0 calc(100% - 0.9375rem), rgba(243, 130, 0, .1) calc(100% - 0.9375rem) 100%);
	bottom: 0.125rem;
}

.feature__item-text {
	font-size: 1rem;
}

.feature__item-small {
	font-size: 0.75rem;
}

.feature__button {
	margin-bottom: 3.75rem;
	width: calc(100% - 5rem);
}

.feature__bottom {
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 53.3125rem;
}

.fields {
	padding-block: 3.75rem 6.25rem;
}

.fields__list {
	gap: 3.125rem;
	margin-top: 3.75rem;
}

.fields__item {
	border-radius: 1.25rem;
	padding: 1.875rem 1rem;
}

.fields__category {
	font-size: 1.25rem;
	min-width: 6.25rem;
	padding: 0.3125rem 1em 0.375rem;
}

.fields__head.h3-title {
	font-size: 1.4375rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.fields__head .text-line::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(243, 130, 0, .1)));
	background: linear-gradient(transparent 0 calc(100% - 0.9375rem), rgba(243, 130, 0, .1) calc(100% - 0.9375rem) 100%);
	bottom: -0.125rem;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.fields__text {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 1.25rem;
}

.fields__tags {
	gap: 0.375rem;
}

.fields__tag {
	font-size: 0.875rem;
	padding: 0.25rem 0.75rem 0.375rem;
}

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

.info {
	padding-block: 5rem 18.75rem;
	margin-bottom: -14.375rem;
}

.info__inner.inner {
	padding-inline: 40px;
}

.info__inner::before {
	right: 0.625rem;
	top: -9.375rem;
	width: 6.25rem;
}

.info__container::before {
	left: calc(50% - 46.66667vw);
	top: -2.5rem;
	width: 3.1875rem;
}

.info__container::after {
	bottom: 11rem;
	right: -1.25rem;
	width: 2.5rem;
}

.info__img {
	margin-top: 1.875rem;
}

.info__img img {
	border-radius: 2.5rem;
}

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

.info__data {
	border-radius: 2.5rem;
	padding: 0.625rem 1.25rem;
}

.info__data-wrap {
	gap: 0.5rem;
	padding-block: 1.125rem;
	grid-template-columns: 1fr;
}

.info__data-term {
	font-size: 1rem;
}

.info__data-desc {
	font-size: 1rem;
}

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

.contact__head {
	border-radius: 0 0 0 1.875rem;
	padding: 3.75rem 1.25rem 8.75rem;
}

.contact__head-inner {
	max-width: 37.5rem;
}

.contact__head-img {
	width: 7.0625rem;
}

.contact__head-description {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.875rem;
	text-align: left;
}

.contact__phone {
	border-radius: 1.875rem;
	margin-top: -7.0625rem;
	max-width: 18.75rem;
	padding: 1.6875rem 0.625rem;
}

.contact__phone-heading {
	font-size: 1.25rem;
	line-height: 1;
}

.contact__phone-note {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1.25rem;
}

.contact__phone-link {
	margin-top: 1rem;
}

.contact__phone-link a {
	font-size: 1.75rem;
	line-height: 1.3571428571;
	padding-left: 3.125rem;
}

.contact__phone-link a::after {
	left: 0;
	top: -0.1875rem;
	width: 2.9375rem;
}

.contact__phone-link-time {
	font-size: 0.9375rem;
	margin-top: 0;
}

.contact__form {
	margin-top: 3.75rem;
}

.p-content {
	font-size: maxrem(16);
}

.p-content p {
	font-size: 1rem;
}

.p-content h2 {
	font-size: 1.5625rem;
}

.p-content h2:nth-of-type(1) {
	margin-top: 2.125rem;
}

.p-content figure:nth-child(n+2) {
	margin-top: 4.375rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
	margin-top: 2.5rem;
}

.p-content .wp-block-group {
	padding: 1.5rem 1.875rem;
}

.wp-block-file:not(.wp-element-button) a::before {
	margin-right: 0.5rem;
	margin-top: 1rem;
	width: 2rem;
}

.error {
	margin-bottom: 6.25rem;
}

.error__inner {
	margin-top: 3.125rem;
}

.error__text {
	font-size: 1rem;
	margin-bottom: 1.875rem;
}

.error__button {
	max-width: 100%;
}

.expert {
	gap: 3.75rem;
}

.expert__block {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6.875rem, transparent), color-stop(6.875rem, rgba(107, 164, 41, .1)));
	background-image: linear-gradient(to bottom, transparent 6.875rem, rgba(107, 164, 41, .1) 6.875rem);
	padding-bottom: 3.75rem;
}

.expert__block:nth-child(even) {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6.875rem, transparent), color-stop(6.875rem, rgba(243, 150, 0, .05))), -webkit-gradient(linear, left top, left bottom, color-stop(6.875rem, transparent), color-stop(6.875rem, rgba(131, 131, 131, .05)));
	background-image: linear-gradient(to bottom, transparent 6.875rem, rgba(243, 150, 0, .05) 6.875rem), linear-gradient(to bottom, transparent 6.875rem, rgba(131, 131, 131, .05) 6.875rem);
}

.expert__block:last-child {
	padding-bottom: 17.5rem;
}

.expert__block-img {
	width: 12.5rem;
}

.expert__block-img img {
	border-top-left-radius: 3.75rem;
}

.expert__block-texts {
	gap: 1.125rem;
	margin-top: 1.25rem;
}

.expert__block-texts-role {
	font-size: 1rem;
}

.expert__block-texts-name .hiragana {
	font-size: 0.75rem;
}

.expert__block-texts-name .kanji {
	font-size: 1.25rem;
}

.expert__block-content {
	border-radius: 2.5rem;
	margin-top: 1.875rem;
	padding: 1.875rem 1.125rem 2.5rem;
}

.expert__block-content-title {
	font-size: 1.625rem;
}

.expert__block-content-body {
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.expert__block-content-body-text {
	font-size: 1rem;
	line-height: 1.8;
}

.expert__block-content-credentials {
	font-size: 0.75rem;
	margin-top: 1.875rem;
	padding-top: 1.25rem;
}

.fee-top__text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.fee-top__nav {
	gap: 0.25rem;
	margin-top: 2.5rem;
}

.fee-top__nav-link::before {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: 1rem;
	top: 51%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0.9375rem;
}

.fee-top__nav-link a {
	padding-inline: 1rem 2.5rem;
	font-size: 1rem;
}

.fee {
	gap: 5rem;
}

.fee__block:nth-child(odd) {
	padding-bottom: 6.25rem;
}

.fee__block:nth-child(even) {
	padding-bottom: 6.25rem;
}

.fee__block[id=no-dispute]::before,
.fee__block[id=dispute]::before {
	inset: 12.0625rem 0 0;
}

.fee__block:last-of-type {
	margin-bottom: -12.5rem;
	padding-bottom: 18.75rem;
}

.fee__block-title {
	font-size: 1.75rem;
}

.fee__block-content {
	border-radius: 2.5rem;
	margin-top: 2rem;
	padding: 2.5rem 1rem 3.75rem;
}

.fee__block:nth-child(odd) .fee__block-content::before {
	left: -0.625rem;
	top: -8.25rem;
	width: 3.1875rem;
}

.fee__block:nth-child(odd) .fee__block-content::after {
	bottom: -5.375rem;
	right: 0.625rem;
	width: 2.5rem;
}

.fee__block[id=dispute] .fee__block-content::before {
	left: -0.625rem;
	top: -11rem;
}

.fee__block:nth-child(even) .fee__block-content {
	padding-bottom: 5rem;
}

.fee__block-sub-title.h3-title {
	font-size: 1.5rem;
}

.fee__block-sub-title .small {
	font-size: 1.125rem;
}

.fee__block-sub-title .small .text-line::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(243, 130, 0, .1)));
	background: linear-gradient(transparent 0 calc(100% - 0.625rem), rgba(243, 130, 0, .1) calc(100% - 0.625rem) 100%);
}

.fee__block-wrap + .fee__block-wrap {
	margin-top: 3.125rem;
}

.fee__block-scroll {
	margin-top: 1.875rem;
	position: relative;
}

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

.fee__block-texts {
	margin-top: 1.25rem;
}

.fee__block-head {
	font-size: 1rem;
}

.fee__block-text {
	font-size: 1rem;
	line-height: 1.8;
}

.fee__block-img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 53.3125rem;
}

.fee-table {
	font-size: 0.875rem;
}

.fee-table__caption {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

:where(.fee-table__label,
.fee-table__sub-label,
.fee-table__sub-label2) {
	padding-block: 1rem;
}

.fee-table__label {
	padding-inline: 0.5rem 0.25rem;
}

.fee-table__price {
	padding-block: 1rem;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	width: 54%;
}

.fee-table--3column .fee-table__label {
	width: 24%;
}

.fee-table--4column .fee-table__label {
	width: 20%;
}

.fee-table--3column .fee-table__sub-label {
	padding-left: 0.3125rem;
	padding-right: 0;
	padding-right: initial;
}

.fee-table--4column .fee-table__sub-label {
	padding-left: 0.3125rem;
	width: auto;
}

.fee-table--4column .fee-table__sub-label2 {
	width: 34%;
}

.fee-table--3column .fee-table__price {
	width: 38%;
}

.fee-table--4column .fee-table__price {
	width: 34%;
}

.fee-table__sub-label,
.fee-table__sub-label2 {
	font-size: 0.875rem;
}

.form {
	border-radius: 1.875rem;
	padding: 4.1875rem 0rem 4.375rem;
}

.form__title {
	font-size: 2rem;
}

.form__description {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.6875rem;
}

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

.form__required.form__required--row {
	margin-left: 0.625rem;
	margin-top: 0;
}

.form__contents {
	margin-top: 0.9375rem;
}

.form__wrap {
	display: block;
	padding: 1.0625rem 0;
}

.form__label {
	-ms-flex-negative: initial;
	flex-shrink: initial;
	font-size: 1rem;
	margin-top: 0;
	max-width: none;
	width: auto;
}

.form__input,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-top: 0.5rem;
}

.form-input input {
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 1rem 0.625rem;
}

.form__wrap-container {
	padding: 1.0625rem 0;
}

.form__wrap-container-title {
	font-size: 1rem;
}

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

.form-input input::-webkit-input-placeholder,
.form-textarea textarea::-webkit-input-placeholder {
	font-size: 1rem;
}

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

.form-input input::-ms-input-placeholder,
.form-textarea textarea::-ms-input-placeholder {
	font-size: 1rem;
}

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

.form-input input::-moz-placeholder {
	font-feature-settings: "palt";
}

.form-input input::-webkit-input-placeholder {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.form-input input::-ms-input-placeholder {
	font-feature-settings: "palt";
}

.form-input input::placeholder {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.form__input-message {
	font-size: 0.875rem;
}

.form-textarea textarea {
	font-size: 1rem;
}

.form-radio .wpcf7-radio .wpcf7-list-item:not(.first) {
	margin-top: 0.625rem;
}

.form-radio input + span {
	display: block;
}

.form-checkbox input + span {
	font-size: 0.9375rem;
	padding: 0 0 0.125rem 1.5625rem;
}

.form-checkbox input + span::before {
	border-radius: 0.3125rem;
	height: 1.25rem;
	width: 1.25rem;
}

.form-checkbox input + span::after {
	height: 0.5rem;
	left: 0.1875rem;
	width: 0.9375rem;
}

.form__input-text {
	font-size: 1rem;
}

.form-privacy__heading {
	font-size: 1.25rem;
}

.form-privacy__items {
	font-size: 1.125rem;
}

.form-privacy__item + .form-privacy__item {
	margin-top: 1.875rem;
}

.form-privacy__item-text {
	font-size: 1rem;
}

.form-submit {
	font-size: 1rem;
	width: 17.5rem;
}

.form-submit input {
	font-size: 1rem;
}

.form__addition .form__wrap + .form__wrap {
	margin-top: 1.875rem;
}

.form-checkbox.form-checkbox--kind .wpcf7-form-control {
	-moz-column-gap: 0.3125rem;
	-webkit-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	grid-template-columns: 1fr 0.9fr;
}

.form-checkbox.form-checkbox--kind .wpcf7-list-item-label {
	padding-left: 1.5625rem;
}

.news__inner.inner {
	max-width: 37.5rem;
}

.news__category-list {
	-moz-column-gap: 1.25rem;
	row-gap: 0.625rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.news__list {
	margin-top: 1.5625rem;
	width: 100%;
}

.news__item a {
	gap: 1.0625rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.1875rem 0rem;
}

.news__img {
	width: 100%;
}

.news__img img {
	aspect-ratio: 295/212;
}

.news__meta {
	gap: 0.875rem;
}

.news__date {
	font-size: 0.875rem;
}

.news__title {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.pp-privacy {
	margin-bottom: 5rem;
}

.pp-privacy__inner {
	margin-top: 3.75rem;
	max-width: 37.5rem;
	padding: 0 20px;
}

.pp-privacy__title {
	font-size: 1.25rem;
	margin-bottom: 2.5rem;
}

.pp-privacy__item {
	margin-bottom: 1.875rem;
}

.pp-privacy__subtitle {
	font-size: 1.125rem;
}

.pp-privacy__text {
	font-size: 1rem;
}

.single-news__container-inner.inner {
	max-width: 37.5rem;
}

.single-news__title {
	font-size: 1.5625rem;
	margin-top: 0.9375rem;
}

.single-news__thumbnail {
	margin-top: 2.5rem;
}

.single-news__content {
	margin-top: 2.5rem;
}

.mv {
	padding-bottom: 2.5rem;
	padding-top: 5rem;
}

.mv__inner {
	max-width: 37.5rem;
	padding: unset;
}

.mv__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 1.5625rem;
	position: relative;
}

.mv__texts {
	display: contents;
}

.mv__texts::after {
	border-radius: 1.25rem 0 0 0;
	height: calc(100% - 5rem);
	top: 1.1875rem;
	width: 100vw;
}

.mv__label {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0.5rem 0.9375rem;
}

.mv__title {
	font-size: 1.6875rem;
	margin-bottom: 1.875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.mv__title .dotted::before,
.mv__title .dotted::after {
	font-size: 3.125rem;
}

.mv__title .dotted::before {
	top: -0.625rem;
}

.mv__title .dotted::after {
	top: -0.625rem;
}

.mv .sub-about-lead__list {
	gap: 0.625rem;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: -1.5625rem;
	max-width: 100%;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.mv .sub-about-lead__top-text {
	font-size: 0.8125rem;
	letter-spacing: 0;
}

.mv .relative {
	font-size: 1.75rem;
}

.mv .middle {
	font-size: 1.375rem;
}

.mv .small {
	font-size: 0.9375rem;
}

.mv__right {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-left: unset;
	width: 100%;
}

.mv__right .swiper {
	border-radius: 3.75rem 0 0 0;
	width: 100%;
}

.why__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.why__title {
	margin-bottom: 2.5rem;
}

.why__title .section-title__jp {
	font-size: 1.625rem;
}

.why__content {
	padding: 2.5rem 0.9375rem 7.5rem;
}

.why__items {
	gap: 2.5rem;
}

.why__item {
	margin-right: unset;
}

.why__item:nth-of-type(1) .why__img {
	border-radius: 0 4.375rem 0 0;
	width: 100%;
}

.why__item:nth-of-type(2) .why__img {
	border-radius: 0 0 0 3.125rem;
	width: 100%;
}

.why__item:nth-of-type(3) .why__img {
	border-radius: 3.75rem 0 0 0;
	width: 100%;
}

.why__item:nth-of-type(4) .why__imgs {
	height: unset;
	margin-top: 1.875rem;
	position: static;
	width: 100%;
	width: 100%;
}

.why__imgs-thumb {
	border-radius: 3.125rem 0 0 0;
	margin-bottom: 1.25rem;
	width: 100%;
}

.why__imgs-info {
	gap: 0.625rem;
}

.why__imgs-role {
	font-size: 1rem;
}

.why__imgs-name .hira {
	font-size: 0.875rem;
}

.why__imgs-name .kanji {
	font-size: 1.25rem;
}

.why__item .why__img {
	margin-top: 1.25rem;
	position: static;
	width: 100%;
}

.why__subtitle {
	font-size: 1.375rem;
	margin-bottom: 1.25rem;
}

.why__subtitle .text-line::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(243, 130, 0, .1)));
	background: linear-gradient(transparent 0 calc(100% - 0.875rem), rgba(243, 130, 0, .1) calc(100% - 0.875rem) 100%);
}

.why__text {
	font-size: 1rem;
}

.decs {
	max-width: 37.5rem;
}

.decs .dec1 {
	margin-inline: auto;
	left: 0.625rem;
	width: 21.25rem;
}

.decs .dec2 {
	margin-inline: auto;
	bottom: unset;
	right: 0.625rem;
	top: 4.375rem;
	width: 21.25rem;
}

.case {
	padding-top: 16.25rem;
}

.case__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.case__title {
	margin-bottom: 2.5rem;
}

.case__slide {
	margin-bottom: 2.5rem;
}

.case__buttons {
	display: none;
}

.case .swiper-slide {
	width: 18.75rem;
}

.case-modal__inner {
	width: 97%;
}

.pickup {
	padding-top: 6.25rem;
}

.pickup__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.pickup__container {
	padding-bottom: 5.625rem;
}

.pickup__title {
	margin-bottom: 1.875rem;
}

.pickup__items {
	border-radius: 1.5625rem;
	padding: 0.875rem 1.25rem 1.4375rem;
}

.pickup__items::after {
	left: 0;
	top: -8.125rem;
	width: 3.1875rem;
}

.pickup__items::before {
	bottom: unset;
	right: 0;
	top: calc(100% - 5rem);
	width: 2.5rem;
}

.pickup__item {
	display: block;
	padding: 1.25rem 0;
}

.pickup__item-info {
	gap: 0.625rem;
	width: 100%;
}

.pickup__item-date {
	font-size: 0.875rem;
}

.pickup__item-title {
	margin-top: 0.625rem;
	width: 100%;
}

}

@-webkit-keyframes fadeIn {

from {
	opacity: 0;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes fadeIn {

from {
	opacity: 0;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes maskImg {

0% {
	-webkit-mask-position: 200% 0%;
	mask-position: 200% 0%;
}

100% {
	-webkit-mask-position: 0% 0%;
	mask-position: 0% 0%;
}

}

@keyframes maskImg {

0% {
	-webkit-mask-position: 200% 0%;
	mask-position: 200% 0%;
}

100% {
	-webkit-mask-position: 0% 0%;
	mask-position: 0% 0%;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


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