body {
	background-color: #FAF8F0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.fade-in-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.top-service__list .fade-in-up:nth-child(2),
.top-strength__list .fade-in-up:nth-child(2),
.top-works__list .fade-in-up:nth-child(2),
.top-column__list .fade-in-up:nth-child(2),
.barn-merit__list .fade-in-up:nth-child(2),
.barn-works__list .fade-in-up:nth-child(2),
.barn-faq__list .fade-in-up:nth-child(2),
.tank-merit__list .fade-in-up:nth-child(2),
.voice__list .fade-in-up:nth-child(2) {
	transition-delay: 0.15s;
}

.top-service__list .fade-in-up:nth-child(3),
.top-strength__list .fade-in-up:nth-child(3),
.top-works__list .fade-in-up:nth-child(3),
.top-column__list .fade-in-up:nth-child(3),
.barn-merit__list .fade-in-up:nth-child(3),
.barn-works__list .fade-in-up:nth-child(3),
.barn-faq__list .fade-in-up:nth-child(3),
.tank-merit__list .fade-in-up:nth-child(3),
.voice__list .fade-in-up:nth-child(3) {
	transition-delay: 0.3s;
}

.top-service__list .fade-in-up:nth-child(4),
.top-strength__list .fade-in-up:nth-child(4),
.top-works__list .fade-in-up:nth-child(4),
.top-column__list .fade-in-up:nth-child(4),
.barn-merit__list .fade-in-up:nth-child(4),
.barn-works__list .fade-in-up:nth-child(4),
.barn-faq__list .fade-in-up:nth-child(4),
.tank-merit__list .fade-in-up:nth-child(4),
.voice__list .fade-in-up:nth-child(4) {
	transition-delay: 0.45s;
}

.barn-flow__list .fade-in-up:nth-child(2),
.tank-flow__list .fade-in-up:nth-child(2) {
	transition-delay: 0.1s;
}

.barn-flow__list .fade-in-up:nth-child(3),
.tank-flow__list .fade-in-up:nth-child(3) {
	transition-delay: 0.2s;
}

.barn-flow__list .fade-in-up:nth-child(4),
.tank-flow__list .fade-in-up:nth-child(4) {
	transition-delay: 0.3s;
}

.barn-flow__list .fade-in-up:nth-child(5),
.tank-flow__list .fade-in-up:nth-child(5) {
	transition-delay: 0.4s;
}

.barn-area {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.barn-area__header {
	text-align: center;
}

.barn-area__desc {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.875rem;
}

.barn-area__accent {
	color: #FF7C00;
	font-size: 1.125rem;
	font-weight: 700;
}

.barn-area__map-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
}

.barn-area__map {
	display: block;
	height: auto;
	max-width: 42.125rem;
	width: 100%;
}

.barn-area__regions {
	margin-bottom: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 60.625rem;
}

.barn-area__regions-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 3.125rem;
	text-align: center;
}

.barn-area__region-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 2.625rem;
}

.barn-area__region-row {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.barn-area__region-name {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	min-width: 2.25rem;
	padding-top: 0.4375rem;
	white-space: nowrap;
}

.barn-area__region-prefs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.5rem;
}

.barn-area__pref {
	align-items: center;
	background-color: #FAF8F0;
	border: 1px solid #DEDACD;
	border-radius: 6.1875rem;
	color: #323E3A;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.1875rem;
	justify-content: center;
	line-height: 1.6;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	white-space: nowrap;
}

.barn-area__pref:hover {
	background-color: rgb(158, 154, 142);
	border-color: rgb(158, 154, 142);
	color: rgb(255, 255, 255);
}

.barn-area__btn-wrap {
	display: flex;
	justify-content: center;
}

.barn-area__btn.example-btn {
	align-items: center;
	display: inline-flex;
	font-size: 0.75rem;
	width: 13.75rem;
}

.barn-faq {
	background-color: #FAF8F0;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.barn-faq__title {
	margin-bottom: 2.5rem;
}

.barn-faq__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
}

.barn-faq__item {
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.25rem;
}

.barn-faq__question {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 1.5625rem;
	padding: 0;
	text-align: left;
	width: 100%;
}

.barn-faq__body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease;
}

.barn-faq__body.is-open {
	grid-template-rows: 1fr;
}

.barn-faq__body-inner {
	overflow: hidden;
	padding-top: 1rem;
}

.barn-faq__q-label,
.barn-faq__a-label {
	color: #FF7C00;
	flex-shrink: 0;
	font-family: "Reddit Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.barn-faq__q-text {
	color: #323E3A;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
}

.barn-faq__indicator {
	flex-shrink: 0;
	height: 1.125rem;
	margin-left: auto;
	position: relative;
	width: 1.125rem;
}

.barn-faq__indicator::before,
.barn-faq__indicator::after {
	background-color: #FF7C00;
	border-radius: 0.125rem;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.barn-faq__indicator::before {
	height: 0.125rem;
	transform: translate(-50%, -50%);
	width: 1.125rem;
}

.barn-faq__indicator::after {
	height: 1.125rem;
	transform: translate(-50%, -50%);
	width: 0.125rem;
}

.barn-faq__question[aria-expanded=true] .barn-faq__indicator::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.barn-faq__divider {
	border: none;
	border-top: 1px solid #DEDACD;
	margin: 0;
}

.barn-faq__answer {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	padding-top: 1.25rem;
}

.barn-faq__a-text {
	color: #323E3A;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.barn-faq__a-text p + p {
	margin-top: 0.25rem;
}

.barn-flow {
	background-color: #FFFDF6;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.barn-flow__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.barn-flow__lead {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1rem;
}

.barn-flow__desc {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 2rem;
}

.barn-flow__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.barn-flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.barn-flow__card {
	background-color: #FAF8F0;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem 1rem;
	width: 100%;
}

.barn-flow__img-wrap {
	aspect-ratio: 360/240;
	border-radius: 0.25rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 100%;
}

.barn-flow__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.barn-flow__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
}

.barn-flow__step {
	align-items: center;
	align-self: flex-start;
	background-color: #15675F;
	border-radius: 6.1875rem;
	color: #FAF8F0;
	display: inline-flex;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0.125rem 0.75rem;
	text-transform: capitalize;
	white-space: nowrap;
}

.barn-flow__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.barn-flow__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.barn-flow__arrow {
	background-image: url("../images/common/chikusha-roof__arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.9375rem;
	margin: 0.5rem 0;
	transform: rotate(90deg);
	width: 0.8125rem;
}

.barn-merit {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.barn-merit__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	margin-top: 2.5rem;
	padding: 0;
}

.barn-merit__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.barn-merit__img-wrap {
	aspect-ratio: 343/229;
	border-radius: 0.5rem;
	max-width: 21.4375rem;
	overflow: hidden;
	width: 100%;
}

.barn-merit__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.barn-merit__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 18.75rem;
	text-align: center;
	width: 100%;
}

.barn-merit__badge {
	align-items: center;
	background-color: #15675F;
	border-radius: 6.1875rem;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	padding: 0.125rem 0.75rem;
	white-space: nowrap;
}

.barn-merit__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.barn-merit__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
}

.barn-merit__accent {
	color: #FF7C00;
	font-weight: 700;
}

.barn-works {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.barn-works__header {
	text-align: center;
}

.barn-works__desc {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 2rem;
}

.barn-works__list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	margin-top: 2.5rem;
	padding: 0;
}

.barn-works__link {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.barn-works__img-wrap {
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
}

.barn-works__img-wrap > img:first-child {
	-o-object-fit: cover;
	aspect-ratio: 350/233;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.barn-works__link:hover .barn-works__img-wrap > img:first-child {
	transform: scale(1.03);
}

.barn-works__tags {
	display: flex;
	gap: 0.25rem;
	left: 0.75rem;
	position: absolute;
	top: 0.75rem;
	z-index: 1;
}

.barn-works__tag {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 1.875rem;
	justify-content: center;
	overflow: hidden;
	width: 1.875rem;
}

.barn-works__tag img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.barn-works__pref {
	background-color: #15675F;
	border-radius: 0.25rem 0 0 0;
	bottom: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.25rem 1.5rem;
	position: absolute;
	right: 0;
}

.barn-works__name {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: center;
}

.barn-works__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2.8125rem;
}

.barn-works__btn.example-btn {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding-left: 0;
	width: 13.75rem;
}

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

.breadcrumb__wrapper {
	padding-left: 5%;
}

.breadcrumb__between {
	background-color: #119069;
	border-radius: 50%;
	display: inline-block;
	height: 0.3125rem;
	margin: 0 0.75rem;
	vertical-align: middle;
	width: 0.3125rem;
}

.breadcrumb {
	align-items: center;
	display: flex;
  flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.bcn-item {
	align-items: center;
	display: inline-flex;
	line-height: 1;
}

.bcn-item a {
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	color: #969b95;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: underline;
	text-decoration-color: #969b95;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	white-space: nowrap;
}

.bcn-item-separator {
	align-items: center;
	display: inline-flex;
	font-size: 0;
}

.bcn-item-separator::before {
	background-color: #119069;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	width: 0.3125rem;
}

.bcn-item-last span {
	color: #323E3A;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
}

.breadcrumb__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.breadcrumb__item {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1;
}

.breadcrumb__item::after {
	background-color: #119069;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	margin-left: 0.75rem;
	width: 0.3125rem;
}

.breadcrumb__item:last-child::after {
	display: none;
}

.breadcrumb__item--current span {
	color: #323E3A;
}

.breadcrumb__link {
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	color: #969b95;
	text-decoration: underline;
	text-decoration-color: #969b95;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}

.breadcrumb a {
	-webkit-text-decoration: underline;
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	color: #969B95;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: underline;
	text-decoration: underline;
	text-decoration-color: #969b95;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
}

.breadcrumb span {
	font-size: 0.75rem;
}

.chikusha-roof {
	background-color: #FFFDF6;
	overflow: hidden;
	padding: 3.75rem 0 5rem;
	position: relative;
}

.chikusha-roof__inner.inner {
	max-width: 37.5rem;
}

.chikusha-roof::before {
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%);
	aspect-ratio: 1440/305.5;
	background-image: url("../images/common/chikusha-roof__bg.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	left: 50%;
	mask-image: linear-gradient(to bottom, transparent 0%, black 10%);
	min-width: 90rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, calc(-50% - 190px));
	width: 100%;
	z-index: 0;
}

.chikusha-roof__title-area {
	text-align: center;
}

.chikusha-roof__subtitle {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.chikusha-roof__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.7;
}

.chikusha-roof__main {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
	z-index: 3;
}

.chikusha-roof__effects-lead {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.625rem;
	text-align: center;
}

.chikusha-roof__effects-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.chikusha-roof__effects-item {
	align-items: center;
	align-self: flex-start;
	background-color: #fff;
	border: 1px solid #DEDACD;
	border-radius: 0.25rem;
	display: flex;
	gap: 0.5rem;
	line-height: 1.6;
	min-height: 2.8125rem;
	padding: 0rem 0.625rem;
}

.chikusha-roof__effects-icon {
	flex-shrink: 0;
	height: 1.375rem;
	width: 1.375rem;
}

.chikusha-roof__effects-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.chikusha-roof__effects-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.chikusha-roof__photo {
	aspect-ratio: 436/291.09;
	border-radius: 0.5rem;
	max-width: 436px;
}

.chikusha-roof__photo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.chikusha-roof__benefit {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 6.25rem;
	position: relative;
}

.chikusha-roof__benefit::before {
	display: none;
}

.chikusha-roof__benefit::after {
	display: none;
}

.chikusha-roof__benefit-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.chikusha-roof__benefit-accent {
	color: #FF7C00;
}

.chikusha-roof__benefit-animals {
	align-items: flex-end;
	display: none;
	flex-shrink: 0;
	position: relative;
}

.chikusha-roof__benefit-chicken {
	display: block;
	height: auto;
	transform: rotate(180deg) scaleY(-1);
	width: 5.75rem;
}

.chikusha-roof__benefit-deco {
	bottom: 0.625rem;
	display: block;
	height: auto;
	position: absolute;
	right: -2.1875rem;
	transform: rotate(180deg) scaleY(-1);
	width: 4.375rem;
}

.chikusha-roof__benefit-pig {
	display: block;
	height: auto;
	width: 9.875rem;
}

.chikusha-roof__comparison {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2.5rem;
	margin-top: 5.625rem;
}

.chikusha-roof__card {
	background-color: #fff;
	border: 2px solid #DEDACD;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	width: 100%;
}

.chikusha-roof__card--accent {
	border-color: #ea6464;
	border-width: 3px;
}

.chikusha-roof__card-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.chikusha-roof__card-img {
	width: 100%;
}

.chikusha-roof__card-img img {
	display: block;
	height: auto;
	width: 100%;
}

.chikusha-roof__card-desc {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: center;
}

.chikusha-roof__comp-arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transform: rotate(90deg);
	width: 1.4375rem;
}

.chikusha-roof__comp-arrow img {
	height: auto;
	width: 100%;
}

.chikusha-roof__cta {
	display: flex;
	justify-content: center;
}

.chikusha-roof__cta .example-btn__icon--left img {
	height: 1.125rem;
	width: 1.125rem;
}

.chikusha-roof__btn {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
	width: 100%;
}

.chikusha-roof__btn .example-btn__label--wrapper {
	gap: 0.3125rem;
}

.chikusha-roof__cta .example-btn {
	font-size: 0.75rem;
	padding-left: 0.9375rem;
}

.column-article {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.column-article__inner.inner {
	max-width: 76.875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.column-article__body {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.column-article__main {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.1875rem;
	min-width: 0;
}

.column-article__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.column-article__title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.6;
}

.column-article__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.column-article__date {
	color: #323E3A;
	font-family: "Reddit Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
}

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

.column-article__eyecatch {
	aspect-ratio: 800/534;
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}

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

.column-article__toc {
	background-color: #f1efe4;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0.8125rem 1.875rem;
}

.column-article__toc-heading {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.column-article__toc-dot {
	background-color: #119069;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	width: 0.375rem;
}

.column-article__toc-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.column-article__toc-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-article__toc-item {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.column-article__toc-sublist {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	list-style: none;
	margin: 0.5rem 0 0 2rem;
	padding: 0;
}

.column-article__toc-subitem {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.column-article__content {
	display: block;
}

.column-article__content > :first-child {
	margin-top: 0;
}

.column-article__content h2 {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 3rem;
}

.column-article__content h2::after {
	background: url("../images/common/column-headline_img.svg") no-repeat left center/100% auto;
	content: "";
	display: block;
	height: 0.25rem;
	margin-top: 0.75rem;
	width: 100%;
}

.column-article__content h3 {
	align-items: center;
	color: #323E3A;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.column-article__content h3::before {
	background-color: #119069;
	border-radius: 0.125rem;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 1.5rem;
	width: 0.1875rem;
}

.column-article__content h4 {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.column-article__content p {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
}

.column-article__content h4 + p {
	margin-top: 0.5rem;
}

.column-article__content p a,
.column-article__content li a {
	-webkit-text-decoration: underline;
	color: #FF7C00;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.column-article__content table {
	border: 1px solid #DEDACD;
	border-collapse: collapse;
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1.5rem;
	table-layout: fixed;
	width: 100%;
}

.column-article__content th {
	background-color: #f1efe4;
	border: 1px solid #DEDACD;
	font-weight: 700;
	padding: 0.875rem 1.125rem;
	text-align: left;
	vertical-align: top;
}

.column-article__content tbody th {
	width: 40%;
}

.column-article__content thead th {
	border-right: 1px solid #DEDACD;
}

.column-article__content thead th:first-child {
	width: 40%;
}

.column-article__content td {
	border: 1px solid #DEDACD;
	border-bottom: 1px solid #DEDACD;
	font-weight: 400;
	padding: 0.875rem 1.125rem;
	vertical-align: top;
}

.column-article__content thead + tbody td {
	border-right: 1px solid #DEDACD;
}

.column-article__content .wp-block-table thead {
	background-color: #f1efe4;
	border-bottom: 1px solid #DEDACD;
	font-weight: 700;
	padding: 0.875rem 1.125rem;
	text-align: left;
	vertical-align: top;
}

.column-article__content ul {
	list-style: none;
	margin-top: 1.5rem;
	padding: 0;
}

.column-article__content ul li {
	align-items: flex-start;
	color: #323E3A;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.5rem;
	line-height: 1.6;
}

.column-article__content ul li + li {
	margin-top: 0.5rem;
}

.column-article__content ul li::before {
	content: "・";
	flex-shrink: 0;
	line-height: normal;
}

.column-article__bullet-box {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding: 1.5rem;
}

.column-article__bullet-box h2 {
	margin-top: 0;
}

.column-article__content .wp-block-group.has-background {
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.column-article__content .wp-block-group.has-background h2 {
	padding-top: 2rem;
}

.column-article__ref {
	-webkit-text-decoration: none;
	align-items: flex-start;
	background-color: #f1efe4;
	border: 2px solid #DEDACD;
	border-radius: 0.5rem;
	display: flex;
	gap: 1rem;
	margin-top: 3rem;
	padding: 1.375rem 1.5rem;
	text-decoration: none;
}

.column-article__ref-thumb {
	aspect-ratio: 385/257;
	background-color: #fff;
	border-radius: 0.5rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 7.5rem;
}

.column-article__ref-thumb img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-article__ref-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.column-article__ref-info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.column-article__ref-date {
	color: #323E3A;
	font-family: "Reddit Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	opacity: 0.6;
}

.column-article__ref-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.column-article__ref-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #323E3A;
	display: -webkit-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	overflow: hidden;
}

.column-article__ref p {
	margin-top: 0;
}

.column-article__related {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 3rem;
}

.column-article__related-heading {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	line-height: 1.6;
}

.column-article__related-ja {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0;
}

.column-article__related-en {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: capitalize;
}

.column-article__related-grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.column-list {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.column-list__inner.inner {
	max-width: 76.875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.column-list__body {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.column-list__main {
	flex: 1;
	min-width: 0;
}

.column-list__grid {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.column-card {
	display: block;
}

.column-card__link {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.column-card__img-wrap {
	aspect-ratio: 385/257;
	border-radius: 0.5rem;
	overflow: hidden;
}

.column-card__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-card__info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1rem;
}

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

.column-card__date {
	color: #323E3A;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	opacity: 0.6;
}

.column-card__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.column-card__tag {
	color: #15675F;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.column-card__title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.column-sidebar {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 3rem;
}

.column-sidebar__widget {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
}

.column-sidebar__heading {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.column-sidebar__heading-top {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	white-space: nowrap;
}

.column-sidebar__heading-ja {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}

.column-sidebar__heading-ja--sm {
	font-size: 1rem;
	line-height: 1.6;
}

.column-sidebar__heading-en {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: normal;
	text-transform: capitalize;
}

.column-sidebar__heading-line {
	background-color: #323E3A;
	display: block;
	height: 1px;
	opacity: 0.2;
	width: 100%;
}

.column-sidebar__recommend {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.column-sidebar__recommend-item {
	display: block;
}

.column-sidebar__thumb-wrap {
	aspect-ratio: 385/257;
	border-radius: 0.5rem;
	overflow: hidden;
}

.column-sidebar__thumb-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-sidebar__recommend-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1rem;
}

.column-sidebar__recommend-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-sidebar__category-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4375rem;
}

.column-sidebar__category-tag {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FAF8F0;
	border: 1px solid #15675F;
	border-radius: 6.1875rem;
	color: #15675F;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.6;
	padding: 0.125rem 0.75rem;
	text-decoration: none;
	white-space: nowrap;
}

.column-sidebar__recent-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-sidebar__recent-item {
	display: block;
}

.column-sidebar__recent-link {
	-webkit-text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	text-decoration: none;
}

.column-sidebar__recent-date {
	color: #323E3A;
	display: block;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	opacity: 0.6;
}

.column-sidebar__recent-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-sidebar__archive-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-sidebar__archive-link {
	-webkit-text-decoration: underline;
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: underline;
}

.column-sidebar__keyword-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-sidebar__keyword {
	-webkit-text-decoration: none;
	align-items: center;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none;
}

.column-sidebar__cta {
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem 1.75rem;
}

.column-sidebar__cta-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

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

.column-sidebar__cta-tel {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
}

.column-sidebar__cta-tel-top {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.column-sidebar__cta-tel-icon {
	background: url("../images/common/tel-btn--hover.svg") no-repeat center/contain;
	display: block;
	height: 1.125rem;
	width: 1.0625rem;
}

.column-sidebar__cta-tel-number {
	color: #15675F;
	font-family: "Reddit Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	white-space: nowrap;
}

.column-sidebar__cta-tel-note {
	color: #15675F;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
}

.column-sidebar__cta-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FF7C00;
	border-radius: 0.3125rem;
	display: flex;
	gap: 0.5rem;
	height: 3.1875rem;
	justify-content: center;
	padding: 0.75rem 1.9375rem;
	text-decoration: none;
}

.column-sidebar__cta-btn-icon {
	background: url("../images/common/contact-mail_icon.svg") no-repeat center/cover;
	display: block;
	height: 0.75rem;
	width: 1.0625rem;
}

.column-sidebar__cta-btn-label {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
}

.column_pagenation.works-pagination {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.company-section-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.company-section-head__icon {
	display: block;
	height: 1.625rem;
	margin-bottom: 0.25rem;
	width: 1.625rem;
}

.company-section-head__ja {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: center;
}

.company-section-head__en {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-transform: capitalize;
}

.company-intro.page-intro {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.company-intro__inner.inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.company-intro .page-intro__photo-wrap {
	flex: initial;
}

.company-intro .page-intro__photo-wrap > img:first-child {
	-o-object-fit: cover;
	aspect-ratio: 494.43/330.15;
	max-width: 30.901875rem;
	object-fit: cover;
	width: 100%;
}

.company-intro .page-intro__logo {
	-o-object-fit: cover;
	aspect-ratio: 174/139;
	max-width: 6.25rem;
	object-fit: cover;
	width: 100%;
}

.company-intro .page-intro__card-wrap {
	aspect-ratio: 615/374;
}

.company-intro .page-intro__content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 145px;
}

.company-content__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: center;
}

.company-philosophy {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.company-philosophy__inner.inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.company-philosophy__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.company-philosophy__catch {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.company-philosophy__phrase {
	align-items: center;
	display: inline-flex;
}

.company-philosophy__ko {
	align-items: center;
	background-color: #FF7C00;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	height: 2.625rem;
	justify-content: center;
	line-height: 1;
	width: 2.625rem;
}

.company-philosophy__phrase-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
}

.company-philosophy__no {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.company-philosophy__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

.company-greeting {
	background-color: #FFFDF6;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.company-greeting__inner.inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.company-greeting__body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.company-greeting__photo {
	border-radius: 0.5rem;
	flex-shrink: 0;
	overflow: hidden;
}

.company-greeting__photo img {
	-o-object-fit: cover;
	aspect-ratio: 420/280;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.company-greeting__text-block {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.company-greeting__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.company-greeting__signature {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: right;
}

.company-profile {
	padding-bottom: 6.25rem;
	padding-top: 3.75rem;
}

.company-profile__inner.inner {
	display: flex;
	flex-direction: column;
}

.company-profile__table {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 55rem;
	width: 100%;
}

.company-profile__row {
	border-bottom: 1px solid #DEDACD;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem 0;
}

.company-profile__label {
	color: #323E3A;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.company-profile__value {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.company-profile__map {
	align-items: center;
	aspect-ratio: 16/9;
	background-color: #eaeaea;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: 100%;
}

.company-profile__map iframe {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-staff {
	background-color: #FFFDF6;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.company-staff__inner.inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.company-staff__grid {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.company-staff__card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
}

.company-staff__photo {
	border-radius: 0.25rem;
	flex-shrink: 0;
	height: 7.5rem;
	overflow: hidden;
	width: 7.5rem;
}

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

.company-staff__info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.company-staff__role {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.company-staff__name {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.company-staff__comment {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.company-staff__meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.company-staff__meta-item {
	align-items: center;
	color: #323E3A;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.5rem;
	line-height: 1.6;
}

.company-staff__meta-item::before {
	background-color: #119069;
	border-radius: 50%;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	width: 0.375rem;
}

.company-service {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.company-service__inner.inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.company-service__body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.company-service__logo {
	flex-shrink: 0;
}

.company-service__logo img {
	display: block;
	height: auto;
	max-width: 21.1875rem;
	width: 100%;
}

.company-service__text-block {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.company-service__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.company-service__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.8125rem;
}

.company-service__btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 2.4375rem;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.6;
	min-width: 13.75rem;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
	transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
}

.company-service__btn::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.company-service__btn--fill {
	background-color: #119069;
	color: #fff;
}

.company-service__btn--fill::after {
	background-image: url("../images/common/example-btn_arrow.svg");
}

.company-service__btn--fill:hover {
	background-color: #00BE84;
	transform: scale(0.97);
}

.company-service__btn--outline {
	background-color: #fff;
	border: 1px solid #119069;
	color: #119069;
}

.company-service__btn--outline::after {
	background-image: url("../images/common/explanation_btn-arrow.svg");
}

.company-service__btn--outline:hover {
	border-color: #00BE84;
	color: #00BE84;
	transform: scale(0.97);
}

.company-service__btn--outline:hover::after {
	background-image: url("../images/common/explanation_btn-arrow--hover.svg");
}

.concern {
	overflow: hidden;
	position: relative;
}

.concern__bg {
	-webkit-mask-image: url("../images/common/concern_bg-mask.svg");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	height: 660px;
	left: 0;
	mask-image: url("../images/common/concern_bg-mask.svg");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.concern__bg::before {
	background-image: url("../images/common/concern_bg.jpg");
	background-position: center;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}

.concern__bg::after {
	background-color: rgba(242, 239, 226, 0.73);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.concern__inner {
	padding-bottom: 70px;
	padding-top: 60px;
	position: relative;
}

.concern__title {
	color: #323E3A;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}

.concern__scene {
	height: 510px;
	position: relative;
}

.concern__bubble {
	position: absolute;
}

.concern__bubble-bg {
	display: block;
	height: auto;
	width: 100%;
}

.concern__bubble-text {
	color: #323E3A;
	font-size: 18px;
	left: 14px;
	line-height: 1.5;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 19px;
}

.concern__bubble-em {
	color: #119069;
	font-size: 20px;
	font-weight: 700;
}

.concern__bubble--1 {
	left: 0;
	top: 150px;
	width: 295px;
}

.concern__bubble--2 {
	left: 50%;
	top: 90px;
	transform: translateX(-50%);
	width: 295px;
}

.concern__bubble--3 {
	right: 0;
	top: 150px;
	width: 230px;
}

.concern__illust-wrap {
	height: 293px;
	left: 236px;
	position: absolute;
	top: 210px;
	width: 539px;
}

.concern__illust-cow {
	height: auto;
	left: 0;
	position: absolute;
	top: 65px;
	width: 333px;
}

.concern__illust-farmer1 {
	height: auto;
	left: 348px;
	position: absolute;
	top: 0;
	width: 107px;
}

.concern__illust-farmer2 {
	height: auto;
	left: 471px;
	position: absolute;
	top: 32px;
	width: 68px;
}

.concern__arrow {
	margin: 40px 0 30px;
	text-align: center;
}

.concern__arrow img {
	height: auto;
	width: 63px;
}

.concern__solution {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.concern__solution-text {
	align-items: center;
	color: #323E3A;
	display: flex;
	font-size: 22px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.6;
}

.concern__solution-em {
	background-color: #FF7C00;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	padding: 2px 12px;
}

.concern__deco {
	flex-shrink: 0;
	height: auto;
	width: 42px;
}

.contact-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FF7C00;
	border: 1px solid #FF7C00;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.5;
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
	text-decoration: none;
	transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}

.contact-btn.contact-btn--square {
	border-radius: 0.5rem;
}

.contact-btn__label {
	white-space: nowrap;
}

.contact-btn__icon {
	background-image: url("../images/common/contact-mail_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 1.5625rem;
	width: 1.5625rem;
}

.contact-btn:hover {
	background-color: #fff;
	border-color: #FF7C00;
	color: #FF7C00;
}

.contact-btn:hover .contact-btn__icon {
	background-image: url("../images/common/contact-mail_icon--hover.svg");
}

.contact__buttons .contact-btn {
	font-size: 1.375rem;
}

.contact__wrap {
	padding-bottom: 2.5rem;
	padding-top: 2.875rem;
	position: relative;
}

.contact__card {
	background-color: #fff;
	border-radius: 8px;
	padding: 2.5rem 0.9375rem;
}

.contact__card .section-title__text {
	align-items: center;
}

.contact__card .section-title__ja {
	font-size: 2rem;
}

.contact__body {
	color: #323E3A;
	font-size: 0.9375rem;
	line-height: 1.8;
	padding-top: 1.25rem;
}

.contact__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 2rem;
}

.contact__buttons .contact-btn,
.contact__buttons .tel-btn {
	border-radius: 8px;
	height: 4.375rem;
	width: 100%;
}

.contact__buttons .contact-btn__icon {
	height: 1.9375rem;
	width: 1.9375rem;
}

.contact__buttons .tel-btn {
	font-size: 1.5rem;
}

.contact__buttons .tel-btn__icon {
	height: 1.125rem;
	width: 1.0625rem;
}

.contact__illust {
	position: absolute;
	z-index: 1;
}

.contact__illust img {
	display: block;
	height: auto;
	width: 100%;
}

.contact__illust--bird-black {
	height: 3.1875rem;
	left: 0;
	top: 1.4375rem;
	width: 4.25rem;
}

.contact__illust--bird-white {
	height: 2.375rem;
	left: 4.5rem;
	top: 0;
	width: 2.875rem;
}

.contact__illust--pig {
	bottom: 0;
	height: 3.8125rem;
	right: -0.625rem;
	width: 5.3125rem;
}

.detail-related {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.detail-related__inner.inner {
	max-width: 70.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.detail-related__heading {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.detail-related__heading-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.detail-related__heading-line {
	display: block;
	height: auto;
	width: 100%;
}

.detail-related__grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.detail-related__link {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.detail-related__img-wrap {
	aspect-ratio: 350/233;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.detail-related__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.detail-related__tags {
	display: flex;
	gap: 0.25rem;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	z-index: 1;
}

.detail-related__tag {
	display: inline-block;
	flex-shrink: 0;
	height: 1.875rem;
	width: 1.875rem;
}

.detail-related__tag img {
	display: block;
	height: 100%;
	width: 100%;
}

.detail-related__name {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: center;
}

.detail-related__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.detail-related__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #119069;
	border-radius: 2.4375rem;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	line-height: 1.6;
	min-width: 19.6875rem;
	padding: 0.75rem 2.5rem 0.75rem 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.detail-related__btn::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.detail-related__btn-wrap a {
	max-width: 19.6875rem;
	width: 100%;
}

.detail-related__btn-wrap .link-btn__label--wrapper {
	justify-content: center;
}

.detail {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.detail__inner.inner {
	max-width: 70.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.detail__heading {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.detail__heading-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.detail__heading-line {
	display: block;
	height: auto;
	width: 100%;
}

.detail__body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.detail__photo-col {
	flex-shrink: 0;
}

.detail__photo-wrap {
	aspect-ratio: 522/348;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

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

.detail__photo-tags {
	display: flex;
	gap: 0.3125rem;
	left: 0.75rem;
	position: absolute;
	top: 0.75rem;
	z-index: 1;
}

.detail__photo-tag {
	display: inline-block;
	flex-shrink: 0;
	height: 2.5rem;
	width: 2.5rem;
}

.detail__photo-tag img {
	display: block;
	height: 100%;
	width: 100%;
}

.detail__info-col {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.9375rem;
}

.detail__info-list {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.detail__info-bullet {
	background-color: #15675F;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	width: 0.375rem;
}

.detail__info-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.detail__comment {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1rem;
}

.detail__comment-inner {
	align-items: flex-start;
	display: flex;
	gap: 0.875rem;
}

.detail__comment-avatar {
	border-radius: 50%;
	flex-shrink: 0;
	height: 2.875rem;
	overflow: hidden;
	width: 2.875rem;
}

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

.detail__comment-text {
	color: #323E3A;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.emphasis-badge {
	height: 5.625rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
	width: 5.625rem;
}

.emphasis-badge-bg {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.emphasis-badge-body {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.0625rem;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.emphasis-badge-small {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.4;
}

.emphasis-badge-num {
	font-family: "Reddit Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}

.emphasis-badge-digit {
	font-size: 1.5rem;
}

.emphasis-badge-large {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
}

.emphasis-badge-body {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.emphasis-badge-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
}

.emphasis-badge-sub {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.6875rem;
	line-height: 1.4;
}

.emphasis-badge-num {
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
}

.emphasis-badge-digit {
	font-size: 1.25rem;
}

.emphasis-badge-unit {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.error404 {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
	position: relative;
}

.error404__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	text-align: center;
}

.error404__text {
	color: #323E3A;
	font-size: 1rem;
	line-height: 1.8;
}

.error404__redirect {
	color: #119069;
	font-size: 0.875rem;
	font-weight: 700;
}

.error404__btn {
	max-width: 20rem;
}

.example-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #119069;
	border: none;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
	padding-left: 4.5rem;
	padding-right: 2.375rem;
	padding-top: 0.5rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
	width: 100%;
}

.example-btn__label--wrapper {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	justify-content: flex-start;
}

.example-btn__label {
	white-space: nowrap;
}

.example-btn__icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.example-btn::before {
	background-image: url("../images/common/example-btn_icon.svg");
	height: 1rem;
	width: 1rem;
}

.example-btn__icon--left img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1rem;
	width: 1rem;
}

.example-btn__icon--right::after {
	background-image: url("../images/common/example-btn_arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.example-btn:hover {
	background-color: #00BE84;
	transform: scale(0.97);
}

.example-btn:hover .example-btn__icon--right::after {
	background-image: url("../images/common/example-btn_arrow--hover.svg");
}

.explanation-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 1px solid #119069;
	border-radius: 99px;
	color: #119069;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-right: 2.375rem;
	padding-top: 0.5rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
	width: 100%;
}

.explanation-btn__label--wrapper {
	align-items: center;
	display: flex;
	gap: 0.4375rem;
	justify-content: center;
}

.explanation-btn__label {
	white-space: nowrap;
}

.explanation-btn__icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1rem;
	width: 1rem;
}

.explanation-btn__icon--left {
	background-image: url("../images/common/explanation_btn-lens.svg");
}

.explanation-btn__icon--right::after {
	background-image: url("../images/common/explanation_btn-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 0.8125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.explanation-btn:hover {
	border: 1px solid #00BE84;
	color: #00BE84;
	transform: scale(0.97);
}

.explanation-btn:hover .explanation-btn__icon--left {
	background-image: url("../images/common/explanation_btn-lens--hover.svg");
}

.explanation-btn:hover .explanation-btn__icon--right::after {
	background-image: url("../images/common/explanation_btn-arrow--hover.svg");
}

.explanation-btn--solid {
	background-color: #119069;
	color: #fff;
}

/* =========================
   Easy Table of Contents
   ========================= */

#ez-toc-container {
	border: none !important;
	padding: 0.8125rem 1.875rem !important;
}

#ez-toc-container {
	background: #f1efe4;
	border-radius: 0.5rem;
	margin-bottom: 0rem;
	margin-top: 2rem;
}

/* タイトル */

#ez-toc-container .ez-toc-title-container {
	margin-bottom: 1rem !important;
}

#ez-toc-container .ez-toc-title-container {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

#ez-toc-container .ez-toc-title-container::before {
	background-color: #119069;
	border-radius: 50%;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	width: 0.375rem;
}

#ez-toc-container .ez-toc-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
	font-size: 0.875rem;
	font-weight: 400;
}

/* 開閉ボタンを非表示 */

#ez-toc-container .ez-toc-title-toggle {
	display: none !important;
}

/* リセット */

#ez-toc-container nav,
#ez-toc-container ul,
#ez-toc-container li {
	margin: 0 !important;
	padding: 0 !important;
}

#ez-toc-container ul {
	list-style: none !important;
}

#ez-toc-container ul {
	counter-reset: item;
}

/* 項目全体 */

#ez-toc-container li {
	align-items: baseline !important;
	display: flex !important;
	margin-top: 0.5rem !important;
}

#ez-toc-container li {
	counter-increment: item;
	flex-wrap: wrap;
	gap: 0 0.25rem;
}

#ez-toc-container ul > li:first-child {
	margin-top: 0 !important;
}

/* 番号 */

#ez-toc-container li::before {
	color: #323E3A;
	content: counters(item, "-") ".";
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

/* リンク */

#ez-toc-container li > a {
	display: block !important;
}

#ez-toc-container li > a {
	-webkit-text-decoration: none;
	color: #323E3A;
	flex: 1 1 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	min-width: 0;
	text-decoration: none;
}

#ez-toc-container a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

/* 子階層は下に落とす */

#ez-toc-container li > ul {
	margin-left: 2rem !important;
	margin-top: 0.5rem !important;
	padding-left: 0 !important;
}

#ez-toc-container li > ul {
	counter-reset: item;
	flex: 0 0 100%;
	width: 100%;
}

/* 元の番号を非表示 */

#ez-toc-container .ez-toc-number {
	display: none !important;
}

#ez-toc-container a:visited {
	color: #323E3A;
}

.footer {
	color: #323E3A;
	font-size: 0.875rem;
	padding-bottom: 0.9375rem;
	padding-top: 2.5rem;
}

.footer__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.footer__top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.footer__brand {
	display: flex;
	flex-direction: column;
}

.footer__logo {
	display: block;
	max-width: 12.625rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 202/49;
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.footer__company {
	font-weight: 700;
}

.footer__address {
	font-size: 0.9375rem;
	line-height: 1.6;
	padding-top: 1.25rem;
}

.footer__insta {
	max-width: 1.25rem;
	padding-top: 0.875rem;
	width: 100%;
}

.footer__insta img {
	aspect-ratio: 20/20.34;
	display: block;
	height: auto;
	width: 100%;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding-top: 0.3125rem;
}

.footer__nav-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer__nav-list::after {
	display: none;
}

.footer__nav-item:nth-child(1) {
	order: 1;
}

.footer__nav-item:nth-child(2) {
	order: 2;
}

.footer__nav-item:nth-child(3) {
	order: 3;
}

.footer__nav-item:nth-child(4) {
	order: 4;
}

.footer__nav-item:nth-child(5) {
	order: 5;
}

.footer__nav-item:nth-child(6) {
	order: 6;
}

.footer__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	box-sizing: border-box;
	color: #323E3A;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 0.375rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.375rem;
	text-decoration: none;
}

.footer__bottom {
	border-top: 1px solid rgba(50, 62, 58, 0.16);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.6875rem;
	padding-top: 1rem;
}

.footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 3.125rem;
}

.footer__bottom-link {
	-webkit-text-decoration: none;
	color: #323E3A;
	font-size: 0.75rem;
	text-decoration: none;
}

.back-to-top {
	align-items: center;
	background-color: #15675F;
	border: none;
	border-radius: 50%;
	bottom: 1.5rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 2.75rem;
	justify-content: center;
	position: fixed;
	right: 1rem;
	transition: opacity 0.3s ease, background-color 0.2s ease;
	width: 2.75rem;
	z-index: 100;
}

.back-to-top[hidden] {
	display: none;
}

.back-to-top:hover {
	background-color: #119069;
}

.footer__copy {
	color: #323E3A;
	font-size: 0.625rem;
}

.fv {
	background-color: #FFFDF6;
	position: relative;
}

.fv__inner.inner {
	height: inherit;
	padding-bottom: 0.625rem;
	padding-top: 5.625rem;
	position: relative;
	z-index: 1;
}

.fv::after {
	aspect-ratio: 375/105;
	background-image: url("../images/common/mv_wave-sp.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -2.6875rem;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.fv__wave--palegreen {
	bottom: 0;
	left: 0;
	opacity: 0.9;
	z-index: 1;
}

.fv__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	justify-content: center;
}

.fv__content::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv__copy {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.5rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.fv__catch-top {
	color: #323E3A;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
}

.fv__catch-middle {
	color: #323E3A;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.625rem;
}

.fv__catch-middle-main {
	color: #119069;
	font-size: 2.25rem;
	letter-spacing: -0.05em;
}

.fv__catch-bottom {
	color: #119069;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.9375rem;
}

.fv__lead {
	color: #323E3A;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.fv__lead-label {
	font-weight: 700;
}

.fv__lead-label--30 {
	font-weight: 700;
}

.fv__lead-label--orange {
	background-color: #FF7C00;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	height: 1.375rem;
	line-height: 1.375rem;
	padding-left: 6px;
	padding-right: 6px;
}

.fv__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 17.5rem;
	position: relative;
	width: 100%;
}

.fv__buttons .fv__illust--bird {
	display: none;
	width: 100%;
}

.fv__example-btn,
.fv__explanation-btn {
	max-width: 17.5rem;
	width: 100%;
}

.fv__photo {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000' preserveAspectRatio='none'%3E%3Cpath d='M 0 1000 L 0 213 Q 0 200 13 197 L 757 3 Q 770 0 783 3 L 1000 50 L 1000 1000 Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	border-radius: 0 0 0.4775rem 0.4775rem;
	bottom: 2.8125rem;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000' preserveAspectRatio='none'%3E%3Cpath d='M 0 1000 L 0 213 Q 0 200 13 197 L 757 3 Q 770 0 783 3 L 1000 50 L 1000 1000 Z' fill='black'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	max-width: 22.5rem;
	max-width: 37.5rem;
	overflow: hidden;
	right: 0;
	width: min(64vw, 820px);
	width: 100%;
	z-index: 1;
}

.fv__photo--wrapper {
	margin-right: calc(50% - 50vw);
	position: relative;
	z-index: 5;
}

.fv__photo img {
	-o-object-fit: cover;
	aspect-ratio: 360/290;
	display: block;
	object-fit: cover;
	width: 100%;
}

.fv__slide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 1.2s ease-in-out;
	width: 100%;
}

.fv__slide.is-active {
	opacity: 1;
}

.fv__slide img {
	height: 100%;
	width: 100%;
}

.fv__slide:first-child {
	position: relative;
}

.fv__illust {
	position: absolute;
	z-index: 2;
}

.fv__illust.fv__illust--animals {
	bottom: -1.5625rem;
	max-width: 11.5625rem;
	right: 0;
	width: 100%;
}

.fv__illust--animals img {
	-o-object-fit: cover;
	aspect-ratio: 185/94.51;
	object-fit: cover;
}

.fv__illust.fv__illust--bird {
	bottom: -1.5625rem;
	max-width: 3.1875rem;
	width: 100%;
}

.fv__illust--bird img {
	-o-object-fit: cover;
	aspect-ratio: 51/44;
	bottom: 1rem;
	left: 1.5rem;
	object-fit: cover;
	width: 100%;
}

.fv__catch--sm {
	color: #323E3A;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.fv__buttons.explanation-btn,
.fv__buttons.explanation-btn {
	max-width: 17.5rem;
	width: 100%;
}

.header {
	height: 3.25rem;
	left: 0;
	padding-top: 0.4375rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	max-width: none;
	max-width: initial;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.header__logo {
	max-width: 8.625rem;
	width: 100%;
}

.header__logo img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 138/34;
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.header__menu-button {
	align-items: center;
	background-color: #119069;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	height: 35px;
	justify-content: center;
	padding: 0;
	width: 35px;
}

.header__menu-button img {
	display: block;
	height: 0.75rem;
	width: 1rem;
}

.header-nav {
	align-items: center;
	display: none;
}

.header-nav__list {
	align-items: center;
	display: none;
	gap: clamp(10px, 10px + 0.01172 * (100vw - 768px), 13px);
	list-style: none;
}

.header-nav__link {
	-webkit-text-decoration: none;
	color: #323E3A;
	font-size: 0.875rem;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.header-nav__link::after {
	background-color: #119069;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.2s ease-out;
	width: 0;
}

.header-nav__link:hover::after {
	width: 100%;
}

.header__actions {
	align-items: center;
	display: none;
	gap: clamp(6px, 6px + 0.0078125 * (100vw - 768px), 8px);
	margin-left: clamp(6px, 6px + 0.0390625 * (100vw - 768px), 16px);
}

.header__tel {
	padding-left: clamp(8px, 8px + 0.02344 * (100vw - 768px), 14px);
	padding-right: clamp(8px, 8px + 0.02344 * (100vw - 768px), 14px);
	white-space: nowrap;
}

.header__tel .tel-btn__note {
	display: none;
}

.header__contact {
	max-width: clamp(110px, 110px + 0.195 * (100vw - 768px), 160px);
	padding-left: clamp(8px, 8px + 0.02344 * (100vw - 768px), 14px);
	padding-right: clamp(8px, 8px + 0.02344 * (100vw - 768px), 14px);
	width: 100%;
}

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

.link-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #119069;
	border: none;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
	width: 100%;
}

.link-btn__label--wrapper {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: flex-start;
}

.link-btn__label--wrapper::after {
	background-image: url("../images/common/example-btn_arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.link-btn__icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.25rem;
	width: 1.25rem;
}

.link-btn__icon--left img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.25rem;
	width: 1.25rem;
}

.link-btn:hover {
	background-color: #00BE84;
	transform: scale(0.97);
}

.link-btn:hover .link-btn__icon--right::after {
	background-image: url("../images/common/example-btn_arrow--hover.svg");
}

.l-mv {
	padding-bottom: 64px;
	padding-top: 48px;
}

.l-mv .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 375px;
}

.mv {
	background: linear-gradient(-20.8deg, rgba(255, 255, 255, 0) 1.8%, #fff8ed 88.6%);
	text-align: center;
}

.mv__catch {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	line-height: 1.5;
}

.mv__catch-top {
	font-size: 26px;
}

.mv__catch-middle {
	font-size: 24px;
	margin-top: 4px;
}

.mv__catch-middle-main {
	color: #119069;
	font-size: 36px;
}

.mv__catch-bottom {
	color: #119069;
	font-size: 36px;
	margin-top: 8px;
}

.mv__lead {
	color: #323E3A;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 24px;
}

.mv__lead-label {
	font-weight: 700;
}

.mv__lead-label--orange {
	background-color: #FF7C00;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
}

.mv__buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 32px;
}

.mv-button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 99px;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.mv-button--outline {
	background-color: #fff;
	border: 1px solid #119069;
	color: #119069;
}

.mv-button--solid {
	background-color: #119069;
	color: #fff;
}

.mv__image {
	margin-top: 40px;
}

.mv__image img {
	-o-object-fit: cover;
	border-radius: 16px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-contact {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
	position: relative;
}

.p-contact__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.p-contact__lead {
	color: #323E3A;
	font-size: 0.875rem;
	line-height: 1.8;
	text-align: center;
}

.p-contact__form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 1.875rem;
}

.p-contact__row {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-contact__row + .p-contact__row {
	margin-top: 1.25rem;
}

.p-contact__row:first-child {
	margin-top: 1.25rem;
}

.p-contact__label {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 0.5rem;
	justify-content: flex-start;
	width: 100%;
}

.p-contact__labelText {
	color: #323E3A;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-contact__required {
	align-items: center;
	background-color: #FF7C00;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	padding: 0.125rem 0.375rem;
	white-space: nowrap;
}

.p-contact__field {
	flex: 1;
}

.p-contact__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #DEDACD;
	border-radius: 4px;
	color: #323E3A;
	display: block;
	font-size: 0.875rem;
	height: 3.125rem;
	padding: 0.75rem 1rem;
	width: 100%;
}

.p-contact__form input[type=text]::-moz-placeholder,
.p-contact__form input[type=email]::-moz-placeholder,
.p-contact__form input[type=tel]::-moz-placeholder {
	color: #bcbcbc;
}

.p-contact__form input[type=text]::placeholder,
.p-contact__form input[type=email]::placeholder,
.p-contact__form input[type=tel]::placeholder {
	color: #bcbcbc;
}

.p-contact__form input[type=text]:focus,
.p-contact__form input[type=email]:focus,
.p-contact__form input[type=tel]:focus {
	border-color: #119069;
	outline: none;
}

.p-contact__form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #DEDACD;
	border-radius: 4px;
	color: #323E3A;
	display: block;
	font-size: 0.875rem;
	min-height: 9.375rem;
	padding: 0.75rem 1rem;
	resize: vertical;
	width: 100%;
}

.p-contact__form textarea::-moz-placeholder {
	color: #bcbcbc;
}

.p-contact__form textarea::placeholder {
	color: #bcbcbc;
}

.p-contact__form textarea:focus {
	border-color: #119069;
	outline: none;
}

.p-contact__form .wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-contact__form .wpcf7-radio .wpcf7-list-item {
	align-items: center;
	display: inline-flex;
	margin: 0;
}

.p-contact__form .wpcf7-radio .wpcf7-list-item label {
	align-items: center;
	color: #323E3A;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.875rem;
	gap: 0.5rem;
}

.p-contact__form .wpcf7-radio input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' viewBox='0 0 16.5844 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.29199 0.5C12.5839 0.5 16.084 4.06998 16.084 8.5C16.084 12.93 12.5839 16.5 8.29199 16.5C4.00016 16.4999 0.5 12.9299 0.5 8.5C0.5 4.07006 4.00016 0.500127 8.29199 0.5Z' fill='white' stroke='%23CCCCCC'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	height: 1.0625rem;
	width: 1.0625rem;
}

.p-contact__form .wpcf7-radio input[type=radio]:checked {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8' fill='white' stroke='%23119069' stroke-width='1'/%3E%3Ccircle cx='8.5' cy='8.5' r='4.5' fill='%23119069'/%3E%3C/svg%3E");
}

.p-contact__privacy {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	text-align: center;
}

.p-contact__form .wpcf7-acceptance {
	display: block;
}

.p-contact__form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.p-contact__form .wpcf7-acceptance .wpcf7-list-item label {
	align-items: center;
	color: #323E3A;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.875rem;
	gap: 0.625rem;
}

.p-contact__form .wpcf7-acceptance input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border: 1px solid #DEDACD;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.p-contact__form .wpcf7-acceptance input[type=checkbox]:checked {
	background-color: #119069;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L5.5 10.5L12 4' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	border-color: #119069;
}

.p-contact__form .wpcf7-acceptance a {
	-webkit-text-decoration: underline;
	color: #187fd9;
	text-decoration: underline;
}

.p-contact__submit {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.p-contact__form .wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #119069;
	background-image: url("../images/common/example-btn_arrow.svg");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 0.9375rem 0.9375rem;
	border: none;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	min-width: 12.5rem;
	padding: 0.875rem 2.5rem 0.875rem 2.5rem;
	transition: background-color 0.2s ease-out;
}

.p-contact__form .wpcf7-submit:hover {
	background-color: #00BE84;
	background-image: url("../images/common/example-btn_arrow--hover.svg");
}

.wpcf7-spinner {
	display: none;
}

.p-contact__form .wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid-tip {
	display: none;
}

.p-contact__form .wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid {
	border-color: #DEDACD;
}

.wpcf7-not-valid-tip {
	color: #e53e3e;
	display: block;
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.wpcf7-not-valid {
	border-color: #e53e3e !important;
}

.wpcf7-response-output {
	border: none !important;
}

.wpcf7-response-output {
	border-radius: 4px;
	font-size: 0.875rem;
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output {
	background-color: #f0fdf4;
	color: #119069;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
	background-color: #fff5f5;
	color: #e53e3e;
}

.page-fv {
	margin-top: 0rem;
	position: relative;
}

.page-fv::after {
	aspect-ratio: 1440/390;
	background: url("../images/common/fv_wave--under--pc.png") no-repeat center/cover;
	bottom: -1.875rem;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.page-fv__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.page-fv__inner.inner {
	max-width: none;
	max-width: initial;
	padding-bottom: 0.625rem;
	padding-top: 5.625rem;
}

.page-fv__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-fv__photo {
	-webkit-mask-image: url("../images/common/page-fv.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 100% 100%;
	aspect-ratio: 844/320;
	mask-image: url("../images/common/page-fv.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	overflow: hidden;
	width: 100%;
}

.page-fv__photo img {
	-o-object-fit: cover;
	border-radius: 0.5rem;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-fv__title {
	color: #323E3A;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.page-fv__subtitle {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
}

.page-intro {
	overflow-x: clip;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.page-intro__inner {
	position: relative;
}

.page-intro__photo-wrap {
	border-radius: 0.25rem 0.25rem 0 0;
	overflow: visible;
	position: relative;
	z-index: 0;
}

.page-intro__photo-wrap > img:first-child {
	-o-object-fit: cover;
	aspect-ratio: 436/291;
	border-radius: 0.25rem 0.25rem 0 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-intro__logo {
	-o-object-fit: cover;
	aspect-ratio: 208/86.07;
	bottom: -0.375rem;
	display: block;
	height: auto;
	max-width: 13rem;
	object-fit: cover;
	pointer-events: none;
	position: absolute;
	right: -0.375rem;
	width: 6.25rem;
	width: 100%;
	z-index: 2;
}

.page-intro__card-wrap {
	aspect-ratio: 675/374;
	margin-top: -2.1875rem;
	margin-top: 0.625rem;
	position: relative;
	z-index: 1;
}

.page-intro__card-bg {
	display: none;
}

.page-intro__card-bg-sp {
	-o-object-fit: fill;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: fill;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.page-intro__content {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	padding: 2.5rem 0.75rem 1.25rem;
	position: relative;
	z-index: 1;
}

.page-intro__content.page-intro__content--barn {
	padding-left: 3rem;
}

.page-intro__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.6;
}

.page-intro__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
}

.page-intro__accent {
	color: #FF7C00;
	font-weight: 700;
}

.price {
	background-color: #FFFDF6;
	padding: 3.75rem 0 5rem;
}

.price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.price__title-area {
	margin-bottom: 2rem;
	text-align: center;
}

.price__title-icon {
	height: 1.625rem;
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 1.625rem;
}

.price__title-icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.price__title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}

.price__title-en {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-transform: capitalize;
}

.price__desc {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	text-align: center;
}

.price__table-wrap {
	margin-bottom: 2.5rem;
}

.price__table {
	border-collapse: collapse;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	width: 100%;
}

.price__table thead th,
.price__table tbody td {
	width: 50%;
}

.price__table thead th {
	background-color: #119069;
	border: 1px solid #DEDACD;
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.625rem 0.75rem;
	text-align: center;
}

.price__table-group-row th {
	background-color: #119069;
	border: 1px solid #DEDACD;
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.625rem 1rem;
	text-align: center;
}

.price__table tbody td {
	background-color: #fff;
	border: 1px solid #DEDACD;
	color: #323E3A;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.625rem 0.75rem;
	text-align: center;
}

.price__note {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	line-height: 1.6;
	margin-top: 0.375rem;
}

.price__example {
	background-color: #fff;
	border: 1px solid #DEDACD;
	border-radius: 0.25rem;
	margin-bottom: 2.5rem;
	padding: 1.25rem 1.25rem;
	text-align: center;
}

.price__example p {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
}

.price__example strong {
	font-weight: 700;
}

.price__closing {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.price__closing strong {
	color: #FF7C00;
	font-weight: 700;
}

.privacy-policy {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
	position: relative;
}

.privacy-policy__inner.inner {
	max-width: 58.125rem;
}

.privacy-policy__body {
	display: flex;
	flex-direction: column;
	gap: 2.625rem;
}

.privacy-policy__intro {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.privacy-policy__section {
	display: flex;
	flex-direction: column;
}

.privacy-policy__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
}

.privacy-policy__text-block {
	margin-top: 1rem;
}

.privacy-policy__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.privacy-policy__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	list-style: none;
	margin-top: 0.5rem;
	padding: 0;
}

.privacy-policy__text-block--list {
	padding-left: 0.625rem;
}

.privacy-policy__list-item {
	align-items: flex-start;
	color: #323E3A;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.625rem;
	line-height: 1.6;
}

.privacy-policy__list-item::before {
	background-color: #323E3A;
	border-radius: 50%;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.1875rem;
	margin-top: 0.6875rem;
	width: 0.1875rem;
}

.record {
	background-color: #FFFDF6;
	padding: 3.75rem 0 5rem;
}

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

.record__heading {
	align-items: center;
	display: flex;
	justify-content: center;
}

.record__heading-text {
	align-items: baseline;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0 2.5rem;
	position: relative;
}

.record__heading-text::before,
.record__heading-text::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.record__heading-text::before {
	background-image: url("../images/common/record__heading-text-left.svg");
	left: 0;
}

.record__heading-text::after {
	background-image: url("../images/common/record__heading-text-right.svg");
	right: 0;
}

.record__sub {
	border-bottom: 1.5px solid #323E3A;
	border-top: 1.5px solid #323E3A;
	padding: 0.25rem 0.5rem;
}

.record__sub-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.record__sub-num {
	font-family: "Reddit Sans", sans-serif;
	font-size: 1.625rem;
	font-weight: 600;
}

.record__main {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.record__main-num {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 3.25rem;
	font-weight: 600;
}

.record__main-accent {
	color: #FF7C00;
}

.record__desc {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.record__desc strong {
	color: #FF7C00;
	font-weight: 700;
}

.record__photos {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.5rem;
}

.record__photo-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.record__photo-img {
	aspect-ratio: 338/225;
	border-radius: 0.75rem;
	overflow: hidden;
	width: 100%;
}

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

.record__photo-title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.record__photo-note {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	line-height: 1.6;
	text-align: center;
}

.record__arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transform: rotate(90deg);
	width: 0.8125rem;
}

.record__arrow img {
	display: block;
	height: auto;
	width: 100%;
}

.section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.section-title--service .section-title__ja {
	font-size: 1.75rem;
}

.section-title__icon {
	flex-shrink: 0;
	height: 1.5625rem;
	width: 1.5625rem;
}

.section-title__icon img {
	display: block;
	height: 100%;
	width: 100%;
}

.section-title__text {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.section-title__ja {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.section-title__en {
	color: #FF7C00;
	font-family: "Reddit Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.56px;
	line-height: 1.6;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

.sitemap {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.sitemap__inner.inner {
	max-width: 58.125rem;
}

.sitemap__list {
	border-top: 1px solid #DEDACD;
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	padding: 0;
}

.sitemap__item {
	border-bottom: 1px solid #DEDACD;
}

.sitemap__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #323E3A;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.75rem;
	padding: 1.125rem 0.5rem;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.sitemap__link::before {
	border-right: 2px solid #15675F;
	border-top: 2px solid #15675F;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	transform: rotate(45deg);
	width: 0.375rem;
}

.sitemap__link:hover {
	color: #15675F;
	padding-left: 1rem;
}

.sp-menu {
	background-color: rgba(17, 17, 17, 0.3);
	bottom: 0;
	left: 0;
	max-height: 593px;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 1000;
}

.sp-menu__inner {
	background-color: #FFFDF6;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	overflow-y: auto;
	padding: 1.5rem 0.9375rem 1.5rem;
	position: absolute;
	right: 0;
	top: 0;
}

.sp-menu__close {
	background-color: #119069;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	height: 36px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 36px;
}

.sp-menu__close::before,
.sp-menu__close::after {
	background-color: #fff;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 16px;
}

.sp-menu__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-menu__nav {
	margin-top: 3.25rem;
}

.sp-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-menu__item {
	border-bottom: 1px solid #DEDACD;
}

.sp-menu__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #323E3A;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 1.0625rem 0.625rem;
	position: relative;
	text-decoration: none;
}

.sp-menu__link::after {
	aspect-ratio: 9/5;
	background-image: url("../images/common/sp-menu_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	max-width: 1.25rem;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.sp-menu__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	margin-top: 2rem;
}

.sp-menu__btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 1.875rem;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.5rem;
	height: 3.125rem;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.sp-menu__btn--contact {
	background-color: #FF7C00;
	color: #fff;
}

.sp-menu__btn--tel {
	background-color: #15675F;
	color: #fff;
}

.sp-menu__btn-icon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.sp-menu__btn-icon--mail img {
	display: block;
	height: 25px;
	width: 25px;
}

.sp-menu__btn-icon--tel img {
	display: block;
	height: 14px;
	width: 13px;
}

.sp-menu__btn-text {
	display: inline-block;
}

.sp-menu__btn-body {
	display: flex;
}

.sp-menu__tel-number {
	font-family: "Reddit Sans", sans-serif;
	font-size: 20px;
	line-height: 1;
}

.sp-menu__tel-note {
	font-size: 12px;
}

.sp-menu__image {
	margin-top: 32px;
}

.sp-menu__image img {
	-o-object-fit: cover;
	border-radius: 16px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sp-menu.is-active {
	opacity: 1;
	visibility: visible;
}

body.is-menu-open {
	overflow: hidden;
}

.tank-cta {
	background-color: #FAF8F0;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.tank-cta__card {
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
	padding: 1.5rem 1.25rem;
}

.tank-cta__img-wrap {
	aspect-ratio: 270/174;
	border-radius: 0.5rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 100%;
}

.tank-cta__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tank-cta__body {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.tank-cta__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.tank-cta__accent-wrap {
	display: inline-block;
	position: relative;
}

.tank-cta__accent-wrap::before {
	background-image: radial-gradient(circle, #FF7C00 2px, transparent 2px);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 1em 0.3125rem;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: -0.625rem;
	width: 100%;
}

.tank-cta__accent {
	color: #FF7C00;
	font-size: 1.25rem;
	font-weight: 700;
}

.tank-cta__btn {
	max-width: 22.6875rem;
	width: 100%;
}

.tank-cta__btn .example-btn__label--wrapper {
	gap: 0.625rem;
}

.tank-cta__btn.example-btn {
	align-items: center;
	display: inline-flex;
	font-size: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 275px;
	padding-left: 0.9375rem;
	width: 100%;
	width: 100%;
}

.tank-flow {
	background-color: #FFFDF6;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.tank-flow__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.tank-flow__lead {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.6875rem;
}

.tank-flow__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tank-flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tank-flow__item::after {
	background-image: url("../images/common/chikusha-roof__arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1.9375rem;
	margin: 0.75rem auto;
	transform: rotate(90deg);
	width: 0.8125rem;
}

.tank-flow__item:last-child::after {
	visibility: hidden;
}

.tank-flow__step-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.tank-flow__img-wrap {
	aspect-ratio: 1/1;
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.tank-flow__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tank-flow__step {
	background-color: #15675F;
	border-radius: 0 0 0.25rem 0;
	color: #fff;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding: 0.375rem 0.625rem;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	white-space: nowrap;
}

.tank-flow__label {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
}

.tank-flow__arrow {
	background-image: url("../images/common/chikusha-roof__arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1.9375rem;
	margin: 0.75rem auto;
	transform: rotate(90deg);
	width: 0.8125rem;
}

.tank-intro .page-intro__logo {
	aspect-ratio: 196/133;
	bottom: -1.25rem;
	max-width: 8.125rem;
}

.tank-intro .page-intro__content {
	padding-top: 3.125rem;
}

.tank-merit {
	padding-bottom: 0rem;
	padding-top: 3.75rem;
}

.tank-merit__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	margin-top: 2.5rem;
	padding: 0;
}

.tank-merit__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tank-merit__img-wrap {
	aspect-ratio: 343/229;
	border-radius: 0.5rem;
	max-width: 21.4375rem;
	overflow: hidden;
	width: 100%;
}

.tank-merit__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tank-merit__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 18.75rem;
	text-align: center;
	width: 100%;
}

.tank-merit__badge {
	align-items: center;
	background-color: #15675F;
	border-radius: 6.1875rem;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	padding: 0.125rem 0.75rem;
	white-space: nowrap;
}

.tank-merit__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.tank-merit__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
}

.tank-merit__accent {
	color: #FF7C00;
	font-weight: 700;
}

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

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

.tank__lead {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	text-align: left;
}

.tank__lead-highlight {
	color: #FF7C00;
	font-size: 1.25rem;
	font-weight: 700;
}

.tank__comparison {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tank__card {
	background-color: #fff;
	border-radius: 0.5rem;
	width: 100%;
}

.tank__card--before {
	border: 2px solid #DEDACD;
}

.tank__card--after {
	border: 3px solid #ea6464;
	position: relative;
}

.tank__card-img {
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}

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

.tank__card-caption {
	display: flex;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
}

.tank__caption-col {
	flex: 1;
	text-align: center;
}

.tank__caption-label {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
}

.tank__caption-highlight {
	color: #FF7C00;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
}

.tank__caption-sub {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
}

.tank__arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transform: rotate(90deg);
	width: 1.4375rem;
}

.tank__arrow img {
	height: auto;
	width: 100%;
}

.tank__badge {
	height: 7.5rem;
	height: 90px;
	position: absolute;
	position: absolute;
	right: -2.8125rem;
	right: -15px;
	top: -3.125rem;
	top: -40px;
	width: 7.5rem;
	width: 90px;
}

.tank__badge-bg {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.tank__badge-body {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.tank__badge-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
}

.tank__badge-sub {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.6875rem;
	line-height: 1.4;
}

.tank__badge-num {
	font-family: "Reddit Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}

.tank__badge-digit {
	font-size: 1.75rem;
}

.tank__badge-unit {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.tank__cta {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.tank__btn {
	max-width: 17.5rem;
	width: 100%;
}

.tank__btn.link-btn {
	font-size: 0.75rem;
	padding-left: 0.9375rem;
}

.tank__btn .link-btn__label--wrapper {
	gap: 0.3125rem;
}

.tel-btn {
	-webkit-text-decoration: none;
	align-items: center;
	align-items: center;
	background-color: #15675F;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	font-weight: 600;
	justify-content: center;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
	text-decoration: none;
	transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
	width: 100%;
}

.tel-btn.tel-btn--square {
	border-radius: 0.5rem;
}

.tel-btn__header {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
}

.tel-btn__icon {
	background-image: url("../images/common/contact-tel_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 0.875rem;
	width: 0.8125rem;
}

.tel-btn__number {
	font-family: "Reddit Sans", sans-serif;
	letter-spacing: 0.06em;
}

.tel-btn__note {
	font-size: 0.75rem;
}

.tel-btn:hover {
	background-color: #fff;
	border-color: #15675F;
	color: #15675F;
}

.tel-btn:hover .tel-btn__icon {
	background-image: url("../images/common/tel-btn--hover.svg");
}

.thanks {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.thanks__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.thanks__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	text-align: center;
}

.thanks__title {
	color: #323E3A;
	font-size: 1.25rem;
	font-weight: 700;
}

.thanks__text {
	color: #323E3A;
	font-size: 0.9375rem;
	line-height: 1.8;
}

.thanks__btn {
	max-width: 220px;
	padding-left: 25px;
}

.top-column {
	padding-bottom: 3.125rem;
	padding-top: 1.875rem;
}

.top-column__inner.inner {
	max-width: 37.5rem;
}

.top-column__layout {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.top-column__left {
	display: contents;
}

.top-column__btn.link-btn {
	align-items: center;
	align-self: center;
	display: inline-flex;
	max-width: 17.5rem;
	order: 3;
	padding-left: 0rem;
	width: 100%;
}

.top-column__right {
	flex: 1;
	min-width: 0;
	order: 2;
}

.top-column__list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-column__item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: relative;
}

.top-column__item + .top-column__item {
	padding-top: 1.5rem;
}

.top-column__item-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.top-column__item-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	min-width: 0;
}

.top-column__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.top-column__date {
	color: #323E3A;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	opacity: 0.6;
	white-space: nowrap;
}

.top-column__category {
	align-items: center;
	background-color: #FAF8F0;
	border: 1px solid #15675F;
	border-radius: 0.625rem;
	color: #15675F;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	height: 1.25rem;
	justify-content: center;
	line-height: 1.6;
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
	white-space: nowrap;
}

.top-column__title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
}

.top-column__read-more {
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	align-self: flex-end;
	color: #323E3A;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

.top-column__read-more::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-column__divider {
	border: none;
	border-top: 1px solid #DEDACD;
	margin: 0;
}

.top-service {
	background: linear-gradient(to bottom, #FFFDF6, #FAF8F0);
	padding-bottom: 5.625rem;
	padding-top: 7.375rem;
}

.top-service__inner.inner {
	max-width: 37.5rem;
}

.top-service__list {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 1.875rem;
}

.top-service__item {
	position: relative;
}

.top-service__img-wrap {
	border-radius: 0;
	border-radius: initial;
}

.top-service__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top-service__card {
	background-color: #FAF8F0;
	border-radius: 0 0.5rem 0.5rem 0;
	margin-top: -1.5rem;
	padding-top: 1.0625rem;
	position: relative;
	z-index: 1;
}

.top-service__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.top-service__item--2 .top-service__heading {
	font-size: 1.125rem;
}

.top-service__body {
	color: #323E3A;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding-top: 9px;
}

.top-service__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.4375rem;
}

.top-service__btn {
	display: inline-flex;
	max-width: 17.5rem;
	width: 100%;
}

.top-service__btn:hover {
	transform: scale(0.97);
}

.top-service__btn-wrap .link-btn {
	padding-left: 0rem;
}

.top-strength {
	background-color: #FDF4E4;
	overflow-x: clip;
	padding-bottom: 3.75rem;
	padding-top: 5.625rem;
	position: relative;
}

.top-strength__inner.inner {
	max-width: 37.5rem;
	position: relative;
	z-index: 1;
}

.top-strength::before {
	-webkit-mask-image: linear-gradient(to bottom, black 0%, black 24%, transparent 100%);
	aspect-ratio: 1440/172;
	background-image: url("../images/common/strong_bg--pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	mask-image: linear-gradient(to bottom, black 0%, black 24%, transparent 100%);
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	top: -1.25rem;
	width: 100%;
	z-index: 0;
}

.top-strength__list {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
}

.top-strength__item {
	position: relative;
}

.top-strength__item--2 {
	margin-top: 1.0625rem;
}

.top-strength__item--2 .top-strength__content {
	margin-top: 1.5625rem;
	padding: 2.5rem 0.75rem 1.25rem;
	text-align: center;
}

.top-strength__item--2 .top-strength__photo-wrap {
	margin-top: 1.875rem;
}

.top-strength__item--3 {
	margin-top: 2.9375rem;
}

.top-strength__item--3 .top-strength__card-wrap {
	min-height: 0 !important;
	min-height: initial !important;
}

.top-strength__item--3 .top-strength__card-wrap {
	aspect-ratio: 615/344;
	flex: 0 0 38.4375rem;
	margin-top: 0;
	max-width: 38.4375rem;
	order: -1;
	width: 100%;
}

.top-strength__item--3 .top-strength__card-wrap img {
	-o-object-fit: cover;
	-o-object-position: center;
	object-fit: cover;
	object-position: center;
}

.top-strength__item--3 .top-strength__content {
	margin-top: -0.625rem;
}

.top-strength__card-wrap {
	margin-top: -2.1875rem;
	position: relative;
	z-index: 1;
}

.top-strength__card-bg {
	display: none;
}

.top-strength__card-bg-sp {
	-o-object-fit: fill;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: fill;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.top-strength__content {
	background-color: transparent;
	margin-top: 1.6875rem;
	padding: 2.5rem 0.75rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.top-strength__badge {
	align-items: center;
	background-color: #119069;
	border-radius: 6.1875rem;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	margin-bottom: 0.375rem;
	padding: 0.125rem 0.625rem;
	white-space: nowrap;
}

.top-strength__heading {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.top-strength__body {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
	text-align: left;
}

.top-strength__accent {
	color: #FF7C00;
	font-weight: 700;
}

.top-strength__photo-wrap {
	border-radius: 0.25rem 0.25rem 0 0;
	overflow: visible;
	position: relative;
	z-index: 0;
}

.top-strength__photo-wrap img:not(.top-strength__logo) {
	-o-object-fit: cover;
	aspect-ratio: 345/230;
	border-radius: 0.25rem 0.25rem 0 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top-strength__item.top-strength__item--1 .top-strength__logo {
	aspect-ratio: 121/46;
	bottom: -0.375rem;
	display: block;
	max-width: 7.5625rem;
	pointer-events: none;
	position: absolute;
	right: -0.375rem;
	width: 100%;
	z-index: 2;
}

.top-strength__item.top-strength__item--2 .top-strength__illust {
	aspect-ratio: 117/63;
	bottom: -1.875rem;
	display: block;
	left: 0rem;
	max-width: 7.3125rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.top-strength__item.top-strength__item--3 .top-strength__cow {
	aspect-ratio: 102/69;
	bottom: -0.9375rem;
	display: block;
	max-width: 6.375rem;
	pointer-events: none;
	position: absolute;
	right: -0.3125rem;
	width: 100%;
	z-index: 2;
}

.top-works {
	padding-bottom: 5rem;
	padding-top: 3.375rem;
}

.top-works__inner.inner {
	max-width: 37.5rem;
}

.top-works__list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.top-works__link {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.top-works__img-wrap {
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
}

.top-works__img-wrap > img:first-child {
	-o-object-fit: cover;
	aspect-ratio: 527/351;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.top-works__link:hover .top-works__img-wrap > img:first-child {
	transform: scale(1.03);
}

.top-works__tags {
	display: flex;
	gap: 0.3125rem;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	z-index: 1;
}

.top-works__tag {
	display: inline-block;
	flex-shrink: 0;
	height: 2rem;
	position: relative;
	width: 2rem;
}

.top-works__tag-circle {
	display: block;
	height: 100%;
	width: 100%;
}

.top-works__tag-icon {
	-o-object-fit: contain;
	height: 62.5%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 62.5%;
}

.top-works__pref {
	background-color: #15675F;
	border-radius: 0.25rem 0 0 0;
	bottom: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.25rem 1rem;
	position: absolute;
	right: 0;
}

.top-works__name {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.1875rem;
	text-align: center;
}

.top-works__btn-wrap {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
	max-width: 17.5rem;
	width: 100%;
}

.top-works__btn-wrap .link-btn {
	padding-left: 0rem;
}

.top-works__btn-wrap .link-btn__label--wrapper {
	justify-content: center;
}

.top-works__btn.example-btn {
	align-items: center;
	display: inline-flex;
	width: 13.75rem;
}

.trouble {
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 2;
}

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

.trouble__title {
	color: #2f3b36;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.trouble__body {
	padding-top: 2rem;
	position: relative;
}

.trouble__body::before,
.trouble__body::after {
	-webkit-mask-image: url("../images/common/concern_bg-mask.svg");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	aspect-ratio: 1080/449;
	bottom: 0;
	content: "";
	left: 0;
	mask-image: url("../images/common/concern_bg-mask.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	max-width: 67.5rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	top: 1.875rem;
	width: 100%;
}

.trouble__body::before {
	background-image: url("../images/common/concern_bg.jpg");
	background-position: center;
	background-size: cover;
	opacity: 0.2;
	z-index: -2;
}

.trouble__body::after {
	background-color: rgba(242, 239, 226, 0.73);
	z-index: -1;
}

.trouble__bubble {
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.04);
	max-width: 16.5rem;
	padding: 1.125rem 1.25rem;
	position: relative;
	width: 100%;
}

.trouble__bubble::after {
	background-color: #ffffff;
	content: "";
	position: absolute;
}

.trouble__bubble-text {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-align: center;
}

.trouble__bubble-text strong {
	color: #119069;
	font-weight: 700;
}

.trouble__bubble--top {
	margin-left: auto;
	margin-right: auto;
}

.trouble__bubble--top::after {
	display: none;
}

.trouble__middle {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.75rem;
	position: relative;
}

.trouble__bubble--left::after {
	display: none;
}

.trouble__bubble--right::after {
	display: none;
}

.trouble__image {
	aspect-ratio: 554/300.99;
	max-width: 20rem;
	width: 100%;
}

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

.trouble__arrows {
	aspect-ratio: 63/43;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 3.9375rem;
}

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

.trouble__lead--wrapper {
	display: flex;
	justify-content: center;
}

.trouble__lead {
	align-items: baseline;
	color: #2f3b36;
	display: inline-flex;
	flex-direction: column;
	gap: 0.375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
	max-width: 80%;
	position: relative;
	text-align: center;
	text-align: center;
}

.trouble__lead::before,
.trouble__lead::after {
	aspect-ratio: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.trouble__lead::before {
	aspect-ratio: 41.93/47.91;
	background-image: url(../images/common/trouble.icon-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	left: -2.8125rem;
	max-width: 2.620625rem;
	position: absolute;
	width: 100%;
}

.trouble__lead::after {
	aspect-ratio: 41.93/47.91;
	background-image: url(../images/common/trouble.icon-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	max-width: 2.620625rem;
	position: absolute;
	right: -2.8125rem;
	width: 100%;
}

.trouble__lead span {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.trouble__lead-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.trouble__lead-highlight {
	background-color: #FF7C00;
	border-radius: 0.375rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.25rem 0.625rem;
}

.trouble__lead-decoration {
	display: inline-block;
	position: relative;
}

.trouble__lead-decoration img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.voice__title {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.voice__list {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 3rem;
}

.voice__item {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.voice__bubble {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	gap: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.25rem 1.5rem;
}

.voice__avatar {
	border-radius: 50%;
	flex-shrink: 0;
	height: 3rem;
	overflow: hidden;
	width: 3rem;
}

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

.voice__text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.voice__text strong {
	color: #FF7C00;
	font-size: 1.125rem;
	font-weight: 700;
}

.voice__photos {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.voice__photo {
	border-radius: 0.5rem;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
}

.voice__photo-after-wrap {
	aspect-ratio: 507/337;
	flex: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.6875rem;
	min-width: 0;
	position: relative;
}

.voice__photo-after-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.voice__photo--before {
	aspect-ratio: 338/225;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	width: 80%;
}

.voice__photo--after {
	aspect-ratio: 507/337;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.voice__photo-label {
	border-radius: 0.25rem 0 0.25rem 0;
	bottom: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.1875rem 0.875rem;
	position: absolute;
	right: 0;
}

.voice__photo-label--before {
	background-color: #15675F;
}

.voice__photo-label--after {
	background-color: #119069;
}

.voice__arrow {
	align-items: center;
	aspect-ratio: 20/47;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	transform: rotate(90deg);
}

.voice__arrow img {
	display: block;
	height: auto;
	width: 100%;
}

.voice__badge {
	right: -1rem;
	top: -1rem;
}

.works-filter {
	padding-bottom: 2rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.works-filter__inner.inner {
	max-width: 67.5rem;
	padding-left: 3.9375rem;
	padding-right: 3.9375rem;
}

.works-filter__card {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
}

.works-filter__regions {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.works-filter__region {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.works-filter__region-label {
	color: #323E3A;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 0.25rem;
	white-space: nowrap;
}

.works-filter__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.5rem;
}

.works-filter__tag {
	background-color: #FAF8F0;
	border: 1px solid #DEDACD;
	border-radius: 6.1875rem;
	color: #323E3A;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding: 0.125rem 1rem;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	white-space: nowrap;
}

.works-filter__tag:hover,
.works-filter__tag.is-active {
	background-color: rgb(158, 154, 142);
	border-color: rgb(158, 154, 142);
	color: rgb(255, 255, 255);
}

.works-filter__tag--active {
	background-color: #9E9A8E;
	border-color: #9E9A8E;
	color: #fff;
}

.works-filter__btn-wrap {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 100%;
}

.works-filter__btn-wrap .link-btn__label--wrapper {
	justify-content: center;
}

.works-filter__btn-wrap .link-btn__icon--right::after {
	right: 0.5rem;
}

.works-filter__btn {
	align-items: center;
	background-color: #119069;
	border: none;
	border-radius: 6.1875rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	min-width: 8.5rem;
	padding: 0.25rem 2.5rem 0.25rem 1.5rem;
	position: relative;
	white-space: nowrap;
}

.works-filter__btn-wrap .link-btn__label--wrapper::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.works-list {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.works-list__inner.inner {
	max-width: 70.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.works-list__heading {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.works-list__heading-text {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.works-list__heading-line {
	display: block;
	height: auto;
	width: 100%;
}

.works-list__grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	margin-top: 2rem;
	padding: 0;
}

.works-list__link {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.works-list__img-wrap {
	aspect-ratio: 527.45/351.2;
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
}

.works-list__img-wrap > img:first-child {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.works-list__link:hover .works-list__img-wrap > img:first-child {
	transform: scale(1.03);
}

.works-list__tags {
	display: flex;
	gap: 0.3125rem;
	left: 0.75rem;
	position: absolute;
	top: 0.75rem;
	z-index: 1;
}

.works-list__tag {
	aspect-ratio: 40/40;
	display: inline-block;
	flex-shrink: 0;
	max-width: 2.5rem;
	width: 100%;
}

.works-list__tag img {
	display: block;
	width: 100%;
}

.works-list__pref {
	background-color: #15675F;
	border-radius: 0.25rem 0 0 0;
	bottom: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.375rem 1.875rem;
	position: absolute;
	right: 0;
}

.works-list__name {
	color: #323E3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: center;
}

.works-pagination {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.works-pagination__list {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.works-pagination__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FAF8F0;
	border: 1px solid #15675F;
	border-radius: 50%;
	color: #15675F;
	display: flex;
	font-family: "Reddit Sans", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 2.75rem;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 2.75rem;
}

.works-pagination__btn:hover {
	background-color: #15675F;
	color: #fff;
}

.works-pagination__btn--current {
	background-color: #15675F;
	color: #FAF8F0;
}

.works-pagination__ellipsis {
	color: #15675F;
	font-family: "Reddit Sans", sans-serif;
	font-size: 0.875rem;
	line-height: 1;
}

.works-pagination__btn--arrow {
	background-color: #FAF8F0;
	border: 1px solid #15675F;
	position: relative;
}

.works-pagination__btn--arrow::before {
	border-right: 2px solid #15675F;
	border-top: 2px solid #15675F;
	content: "";
	display: block;
	height: 0.5rem;
	transition: border-color 0.2s ease;
	width: 0.5rem;
}

.works-pagination__btn--prev::before {
	transform: rotate(-135deg) translate(10%, 10%);
}

.works-pagination__btn--next::before {
	transform: rotate(45deg) translate(-10%, 10%);
}

.works-pagination__btn--arrow:hover::before {
	border-color: #fff;
}

.works_pagination {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

@media (prefers-reduced-motion: reduce) {

.fade-in-up {
	opacity: 1;
	transform: none;
	transition: none;
}

}

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

.barn-works__list {
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.column-article__related-grid {
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.column-list__grid {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2.5rem;
}

.detail-related__grid {
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.625rem;
}

.top-works__list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.625rem;
	row-gap: 2.0625rem;
}

.works-list__grid {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.625rem;
	row-gap: 1.9375rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.barn-area {
	padding-bottom: 5.625rem;
	padding-top: 5.9375rem;
}

.barn-area__desc {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.barn-area__accent {
	font-size: 1.25rem;
}

.barn-area__regions {
	margin-bottom: 2.5rem;
}

.barn-area__regions-title {
	font-size: 1.5rem;
}

.barn-area__region-row {
	align-items: center;
	gap: 2rem;
}

.barn-area__region-name {
	font-size: 1rem;
	padding-top: 0;
}

.barn-area__region-prefs {
	gap: 0.625rem;
}

.barn-area__pref {
	font-size: 1rem;
	min-width: 8.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.barn-area__btn.example-btn {
	font-size: 1.125rem;
	justify-content: center;
	padding-bottom: 0.8125rem;
	padding-left: 0;
	padding-top: 0.8125rem;
}

.barn-faq {
	padding-bottom: 3.75rem;
	padding-top: 0.625rem;
}

.barn-faq__title {
	margin-bottom: 3.125rem;
}

.barn-faq__list {
	gap: 1.5rem;
}

.barn-faq__item {
	padding: 2rem 3rem;
}

.barn-faq__body-inner {
	padding-top: 1.5rem;
}

.barn-faq__q-text {
	font-size: 1rem;
}

.barn-faq__a-text {
	font-size: 1rem;
}

.barn-flow {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.barn-flow__header {
	margin-bottom: 3.125rem;
}

.barn-flow__lead {
	font-size: 1.125rem;
	margin-top: 0.9375rem;
}

.barn-flow__desc {
	font-size: 1rem;
}

.barn-flow__card {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	padding: 1.5rem 2.5rem;
	padding-left: 3rem;
}

.barn-flow__img-wrap {
	aspect-ratio: 360/240;
	width: 22.5rem;
}

.barn-flow__content {
	max-width: 37.625rem;
	width: 100%;
}

.barn-flow__heading {
	font-size: 1.5rem;
}

.barn-flow__text {
	font-size: 1rem;
}

.barn-flow__arrow {
	margin: 0.4375rem 0;
}

.barn-merit {
	padding-bottom: 7.8125rem;
	padding-top: 1.5625rem;
}

.barn-merit__list {
	align-items: flex-start;
	flex-direction: row;
	gap: 0rem;
	margin-top: 3.125rem;
}

.barn-merit__item {
	flex: 1;
}

.barn-merit__heading {
	font-size: 1.5rem;
}

.barn-merit__text {
	font-size: 1rem;
}

.barn-works {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.barn-works__desc {
	font-size: 1rem;
	margin-top: 2rem;
}

.barn-works__name {
	font-size: 1.125rem;
}

.barn-works__btn.example-btn {
	font-size: 1.125rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
}

.breadcrumb {
	gap: 0.75rem;
} 

.breadcrumb span {
	font-size: 0.875rem;
}

.breadcrumb__wrapper {
  padding-left: 10.5%;
}

.chikusha-roof {
	padding: 7.5rem 0 2.8125rem;
	padding-bottom: 5.625rem;
	padding-top: 5rem;
}

.chikusha-roof__inner.inner {
	max-width: 70.625rem;
}

.chikusha-roof__subtitle {
	font-size: 2rem;
}

.chikusha-roof__heading {
	font-size: 2.5rem;
}

.chikusha-roof__main {
	flex-direction: row;
	gap: 4rem;
	justify-content: center;
	margin-top: 2.1875rem;
}

.chikusha-roof__effects {
	flex: 0 0 30rem;
	margin-top: 0.3125rem;
}

.chikusha-roof__effects-lead {
	font-size: 1.25rem;
	text-align: left;
}

.chikusha-roof__effects-text {
	font-size: 1.5rem;
	white-space: nowrap;
}

.chikusha-roof__photo {
	flex: 1 1 auto;
}

.chikusha-roof__benefit {
	gap: 1.5rem;
	margin-top: 10.625rem;
}

.chikusha-roof__benefit::before {
	aspect-ratio: 174/100;
	background-image: url("../images/common/chikusha-roof__logo-left.svg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.25rem;
	content: "";
	height: 100%;
	left: -0.9375rem;
	max-width: 10.875rem;
	position: absolute;
	width: 100%;
}

.chikusha-roof__benefit::after {
	aspect-ratio: 232/96;
	background-image: url("../images/common/chikusha-roof__logo-right.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.625rem;
	content: "";
	height: 100%;
	max-width: 14.5rem;
	max-width: 14.5rem;
	position: absolute;
	right: -3.125rem;
	width: 100%;
}

.chikusha-roof__benefit-text {
	font-size: 1.75rem;
}

.chikusha-roof__benefit-accent {
	font-size: 2.125rem;
}

.chikusha-roof__benefit-animals {
	display: flex;
}

.chikusha-roof__comparison {
	align-items: center;
	flex-direction: row;
	gap: 0rem;
	justify-content: space-between;
	margin-top: 2.8125rem;
}

.chikusha-roof__card {
	flex: 0 0 31.25rem;
	padding: 1.5rem 2.5rem;
}

.chikusha-roof__card-title {
	font-size: 1.5rem;
}

.chikusha-roof__card-desc {
	font-size: 1rem;
}

.chikusha-roof__comp-arrow {
	margin: 0 1.8125rem;
	transform: none;
}

.chikusha-roof__btn {
	max-width: 22.6875rem;
}

.chikusha-roof__cta .example-btn {
	font-size: 1.125rem;
	max-width: 22.6875rem;
}

.column-article {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.column-article__body {
	align-items: flex-start;
	flex-direction: row;
	gap: 4.9375rem;
}

.column-article__title {
	font-size: 1.875rem;
}

.column-article__content h2 {
	font-size: 1.5rem;
	margin-top: 4.5rem;
}

.column-article__content h3 {
	font-size: 1.25rem;
}

.column-article__content h4 {
	font-size: 1.125rem;
}

.column-article__content tbody th {
	width: 12.375rem;
}

.column-article__content thead th:first-child {
	width: 12.375rem;
}

.column-article__bullet-box {
	padding: 2rem 1.5rem;
}

.column-article__ref {
	gap: 1.5rem;
	margin-top: 4.5rem;
}

.column-article__ref-thumb {
	width: 11.875rem;
}

.column-article__related {
	margin-top: 4.5rem;
}

.column-article__related-ja {
	font-size: 1.5rem;
}

.column-list {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.column-list__body {
	align-items: flex-start;
	flex-direction: row;
	gap: 4.9375rem;
}

.column-sidebar {
	width: 18.8125rem;
}

.column-sidebar__keyword {
	font-size: 1rem;
}

.column-sidebar__cta-tel {
	cursor: default;
	pointer-events: none;
}

.column_pagenation.works-pagination {
	padding-bottom: 5rem;
	padding-top: 3.875rem;
}

.company-intro.page-intro {
	padding-bottom: 5rem;
	padding-top: 5.625rem;
}

.company-intro .page-intro__logo {
	bottom: -1.5625rem;
	max-width: 10.875rem;
	right: -1.25rem;
}

.company-intro .page-intro__card-wrap {
	flex: 0 0 38.4375rem;
	margin-top: 0;
	order: -1;
	z-index: auto;
}

.company-intro .page-intro__content {
	padding-top: 9.0625rem;
}

.company-philosophy {
	padding-bottom: 6.25rem;
	padding-top: 1.875rem;
}

.company-philosophy__inner.inner {
	gap: 3.125rem;
}

.company-philosophy__ko {
	font-size: 1.875rem;
}

.company-philosophy__phrase-text {
	font-size: 1.875rem;
}

.company-philosophy__no {
	font-size: 1.5rem;
}

.company-philosophy__text {
	font-size: 1.125rem;
}

.company-greeting {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.company-greeting__inner.inner {
	gap: 3.125rem;
	max-width: 70.625rem;
}

.company-greeting__body {
	align-items: flex-start;
	flex-direction: row;
	gap: 4.9375rem;
}

.company-greeting__photo {
	width: 26.25rem;
}

.company-greeting__text-block {
	flex: 1;
}

.company-profile {
	padding-bottom: 6.25rem;
	padding-top: 5.625rem;
}

.company-profile__row {
	align-items: center;
	flex-direction: row;
	padding: 1.5rem 0;
}

.company-profile__label {
	width: 11.25rem;
}

.company-profile__map {
	aspect-ratio: 880/320;
	max-width: 55rem;
}

.company-staff {
	padding-bottom: 6.5625rem;
	padding-top: 5rem;
}

.company-staff__inner.inner {
	gap: 3.125rem;
	max-width: 70.625rem;
}

.company-staff__grid {
	flex-direction: row;
	gap: 2rem;
}

.company-staff__card {
	align-items: flex-start;
	flex-direction: row;
	gap: 1rem;
}

.company-staff__photo {
	height: 10rem;
	width: 10rem;
}

.company-service {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.company-service__inner.inner {
	gap: 3.125rem;
	max-width: 70.625rem;
}

.company-service__body {
	align-items: center;
	flex-direction: row;
	gap: 4.75rem;
}

.company-service__text-block {
	flex: 1;
}

.company-service__buttons {
	flex-direction: row;
}

.contact__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.125rem;
}

.contact__wrap {
	padding-bottom: 3.75rem;
	padding-top: 3.625rem;
}

.contact__card {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 3.75rem 6.25rem;
}

.contact__card .section-title {
	align-items: baseline;
}

.contact__card .section-title__en {
	font-size: 1rem;
	letter-spacing: 0.13em;
	text-align: left;
}

.contact__left {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 29rem;
}

.contact__card .section-title__text {
	align-items: flex-start;
	gap: 0.625rem;
}

.contact__card .section-title__ja {
	font-size: 2.5rem;
}

.contact__body {
	font-size: 1rem;
	padding-top: 0;
}

.contact__buttons {
	gap: 1rem;
	padding-top: 0;
	width: 27.5rem;
}

.contact__illust--bird-black {
	height: 4.0625rem;
	left: -1.25rem;
	top: 1.875rem;
	width: 5.4375rem;
}

.contact__illust--bird-white {
	height: 3.0625rem;
	left: 4.5625rem;
	width: 3.625rem;
}

.contact__illust--pig {
	bottom: 2.0625rem;
	height: 5.5rem;
	right: -1.375rem;
	width: 7.625rem;
}

.detail-related {
	padding-bottom: 4.375rem;
	padding-top: 1.25rem;
}

.detail-related__heading {
	gap: 1rem;
}

.detail-related__heading-text {
	font-size: 1.5rem;
}

.detail-related__btn-wrap a {
	font-size: 18px;
	max-width: 19.6875rem;
	padding-bottom: 14px;
	padding-left: 40px;
	padding-top: 14px;
	width: 100%;
}

.detail-related__btn-wrap .link-btn__label--wrapper {
	justify-content: flex-start;
}

.detail {
	padding-bottom: 3.4375rem;
	padding-top: 5rem;
}

.detail__heading {
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.detail__heading-text {
	font-size: 1.5rem;
}

.detail__body {
	align-items: flex-start;
	flex-direction: row;
	gap: 2.5rem;
}

.detail__photo-col {
	width: 32.625rem;
}

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

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

.emphasis-badge {
	height: 7.5rem;
	right: 0rem;
	top: 0rem;
	width: 7.5rem;
}

.emphasis-badge-small {
	font-size: 1rem;
}

.emphasis-badge-num {
	font-size: 1.375rem;
}

.emphasis-badge-digit {
	font-size: 2.5rem;
}

.emphasis-badge-large {
	font-size: 1.625rem;
}

.emphasis-badge-title {
	font-size: 1.1875rem;
}

.emphasis-badge-sub {
	font-size: 1rem;
}

.emphasis-badge-num {
	font-size: 1.5rem;
}

.emphasis-badge-digit {
	font-size: 2.0625rem;
}

.emphasis-badge-unit {
	font-size: 1.625rem;
}

.error404 {
	padding-bottom: 10rem;
	padding-top: 7.5rem;
}

.error404__btn {
	max-width: 22.5rem;
}

.example-btn {
	padding-left: 1.5625rem;
	padding-right: 3rem;
}

.example-btn__label--wrapper {
	gap: 1.875rem;
}

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

.example-btn__icon--left img {
	height: 1.5625rem;
	width: 1.5625rem;
}

.example-btn__icon--right::after {
	height: 1.25rem;
	right: 1.25rem;
	width: 1.25rem;
}

.explanation-btn {
	padding-left: 1.25rem;
	padding-right: 3rem;
}

.explanation-btn__label--wrapper {
	gap: 0.625rem;
	justify-content: flex-start;
}

.explanation-btn__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.explanation-btn__icon--right::after {
	height: 1.25rem;
	right: 1.25rem;
	width: 1.25rem;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
	font-size: 1rem;
}

.footer {
	padding-bottom: 1.5625rem;
	padding-top: 2.5rem;
}

.footer__inner {
	padding-left: 5rem;
	padding-right: 5rem;
}

.footer__top {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
}

.footer__brand {
	max-width: 22.5rem;
}

.footer__logo {
	display: block;
	max-width: 13.3125rem;
}

.footer__logo img {
	aspect-ratio: 217/53;
}

.footer__address {
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.footer__insta {
	padding-top: 2.5rem;
}

.footer__nav {
	border-top: none;
	justify-content: flex-end;
	padding-top: 0;
}

.footer__nav-list {
	-moz-column-gap: 1.0625rem;
	column-gap: 1.0625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: 10px;
	text-align: right;
	width: auto;
}

.footer__nav-list::after {
	content: "";
	display: block;
	order: 4;
	width: 100%;
}

.footer__nav-item:nth-child(1) {
	order: 1;
}

.footer__nav-item:nth-child(2) {
	order: 2;
}

.footer__nav-item:nth-child(3) {
	order: 3;
}

.footer__nav-item:nth-child(4) {
	order: 5;
}

.footer__nav-item:nth-child(5) {
	order: 6;
}

.footer__nav-item:nth-child(6) {
	order: 7;
}

.footer__nav-link {
	display: inline;
	font-size: 1rem;
	min-height: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.footer__bottom {
	align-items: center;
	flex-direction: row;
	gap: 0.5rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding-top: 1.5625rem;
}

.footer__bottom-links {
	gap: 0.75rem;
}

.back-to-top {
	bottom: 2rem;
	height: 3.25rem;
	right: 2rem;
	width: 3.25rem;
}

.footer__copy {
	font-size: 0.75rem;
}

.fv {
	min-height: 49.6875rem;
}

.fv__inner.inner {
	max-width: none;
	max-width: initial;
	padding-bottom: 0rem;
	padding-right: 0rem;
	padding-top: 6.625rem;
}

.fv::after {
	aspect-ratio: 457.1/146;
	background-image: url("../images/common/mv_wave-pc.png");
	bottom: auto;
	top: calc(2.125rem + min(43.5vw, 39.25rem));
}

.fv__content {
	align-items: flex-start;
	flex-direction: row;
	gap: 1.25rem;
	justify-content: flex-end;
}

.fv__copy {
	flex: 1;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	max-width: 35rem;
	min-width: 0;
	padding-top: 1.25rem;
	text-align: left;
}

.fv__catch-top {
	font-size: max(1.75rem, min(4vw, 3.25rem));
}

.fv__catch-middle {
	font-size: max(1.375rem, min(2.9230769231vw, 2.375rem));
	margin-top: 1.125rem;
}

.fv__catch-middle-main {
	font-size: max(2.125rem, min(4.6153846154vw, 3.75rem));
}

.fv__catch-bottom {
	font-size: max(2.125rem, min(4.6153846154vw, 3.75rem));
	margin-top: 1.875rem;
}

.fv__lead {
	font-size: max(0.875rem, min(1.5384615385vw, 1.25rem));
	margin-top: 2.375rem;
}

.fv__lead-label--28 {
	font-size: max(1.125rem, min(2.1538461538vw, 1.75rem));
}

.fv__lead-label--30 {
	font-size: max(1.25rem, min(2.3076923077vw, 1.875rem));
}

.fv__lead-label--orange {
	align-items: center;
	display: inline-flex;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
}

.fv__buttons {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2.8125rem;
	max-width: none;
}

.fv__buttons .fv__illust--bird {
	bottom: 0.4375rem;
	bottom: -8.4375rem;
	display: none;
	display: block;
	left: -18.75rem;
	left: 50%;
	max-width: 5.20625rem;
	position: absolute;
	z-index: 2;
}

.fv__buttons .explanation-btn,
.fv__buttons .example-btn {
	font-size: max(0.8125rem, min(1.3846153846vw, 1.125rem));
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.fv__buttons .explanation-btn__icon,
.fv__buttons .example-btn__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.fv__example-btn,
.fv__explanation-btn {
	flex: 1 1 12.5rem;
	max-width: 16.875rem;
	min-width: 12.5rem;
}

.fv__photo {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000' preserveAspectRatio='none'%3E%3Cpath d='M 0 1000 L 0 193 Q 0 180 10 177 L 758 3 Q 770 0 782 3 L 1000 50 L 1000 1000 Z' fill='black'/%3E%3C/svg%3E");
	border-radius: 0 0 0.4775rem 0.4775rem;
	bottom: 3.75rem;
	margin-left: auto;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000' preserveAspectRatio='none'%3E%3Cpath d='M 0 1000 L 0 193 Q 0 180 10 177 L 758 3 Q 770 0 782 3 L 1000 50 L 1000 1000 Z' fill='black'/%3E%3C/svg%3E");
	max-width: 48.75rem;
	right: 0;
	top: 11.25rem;
	width: 100%;
}

.fv__photo--wrapper {
	flex: 0 0 48vw;
	margin-right: 0;
	margin-right: initial;
}

.fv__illust.fv__illust--animals {
	bottom: -5rem;
	max-width: 25.9375rem;
	right: 2rem;
}

.fv__illust.fv__illust--bird {
	bottom: 0.4375rem;
	display: none;
	left: -18.75rem;
	max-width: 5.20625rem;
}

.fv__catch--sm {
	font-size: max(1.5rem, min(3.2307692308vw, 2.625rem));
}

.fv__buttons.explanation-btn,
.fv__buttons.explanation-btn {
	max-width: 20rem;
}

.header {
	padding-top: 0.9375rem;
}

.header__inner {
	align-items: center;
	gap: clamp(6px, 6px + 0.0078125 * (100vw - 768px), 8px);
	padding-left: clamp(16px, 16px + 0.03125 * (100vw - 768px), 24px);
	padding-right: clamp(16px, 16px + 0.03125 * (100vw - 768px), 24px);
}

.header__logo {
	max-width: clamp(110px, 110px + 0.15625 * (100vw - 768px), 150px);
}

.header__menu-button {
	display: none;
}

.header-nav {
	display: flex;
	gap: 0rem;
}

.header-nav__list {
	display: flex;
}

.header-nav__link {
	font-size: clamp(10px, 10px + 0.01172 * (100vw - 768px), 13px);
}

.header__actions {
	display: flex;
}

.header__tel {
	cursor: default;
	font-size: clamp(12px, 12px + 0.015625 * (100vw - 768px), 16px);
	pointer-events: none;
}

.header__tel .tel-btn__note {
	display: block;
	font-size: clamp(8px, 8px + 0.0078125 * (100vw - 768px), 10px);
}

.header__contact {
	align-self: stretch;
}

.header__contact.contact-btn {
	font-size: clamp(11px, 11px + 0.01172 * (100vw - 768px), 14px);
	padding-bottom: 0;
	padding-top: 0;
}

.header__contact .contact-btn__icon {
	height: clamp(13px, 13px + 0.01172 * (100vw - 768px), 16px);
	width: clamp(13px, 13px + 0.01172 * (100vw - 768px), 16px);
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.link-btn {
	justify-content: flex-start;
}

.p-contact {
	padding-bottom: 7.5rem;
	padding-top: 4.375rem;
}

.p-contact__inner.inner {
	max-width: 58.125rem;
}

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

.p-contact__form .wpcf7-form {
	margin-top: 3.125rem;
}

.p-contact__row {
	align-items: flex-start;
	flex-direction: row;
	gap: 1.25rem;
	padding-bottom: 2rem;
}

.p-contact__row + .p-contact__row {
	margin-top: 0;
}

.p-contact__row:first-child {
	margin-top: 0;
}

.p-contact__label {
	justify-content: space-between;
	padding-top: 0.9375rem;
	width: 13.75rem;
}

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

.p-contact__required {
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
}

.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel] {
	font-size: 1rem;
	height: 3.4375rem;
	padding: 0.75rem 1.5rem;
}

.p-contact__form textarea {
	font-size: 1rem;
	min-height: 12.5rem;
	padding: 0.75rem 1.5rem;
}

.p-contact__form .wpcf7-radio {
	flex-direction: row;
	gap: 2rem;
	padding-top: 0.9375rem;
}

.p-contact__form .wpcf7-radio .wpcf7-list-item label {
	font-size: 1rem;
}

.p-contact__privacy {
	margin-top: 0;
}

.p-contact__form .wpcf7-acceptance input[type=checkbox] {
	background-size: 14px 14px;
	height: 1.5rem;
	width: 1.5rem;
}

.p-contact__submit {
	margin-top: 2.5rem;
}

.p-contact__form .wpcf7-submit {
	background-position: right 1.25rem center;
	background-size: 1.25rem 1.25rem;
	font-size: 1.125rem;
	min-width: 15rem;
	padding: 1rem 3.125rem 1rem 3.125rem;
}

.page-fv {
	margin-top: 5rem;
}

.page-fv::after {
	bottom: -8.75rem;
}

.page-fv__content {
	flex-direction: row;
	gap: 1.75rem;
}

.page-fv__inner.inner {
	padding-bottom: 5.125rem;
	padding-left: 9.5625rem;
	padding-right: 9.5625rem;
	padding-right: 0rem;
	padding-top: 3.125rem;
}

.page-fv__left {
	display: block;
	flex: 0 0 40%;
	max-width: 25rem;
}

.page-fv__right {
	display: block;
	flex: 1;
	max-width: 52.75rem;
	position: relative;
}

.page-fv__title {
	font-size: 2.5rem;
}

.page-fv__subtitle {
	text-align: left;
}

.page-intro {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.page-intro__inner {
	align-items: flex-start;
	display: flex;
}

.page-intro__photo-wrap {
	border-radius: 0.5rem;
	flex: 0 0 31.4375rem;
	margin-left: -1.25rem;
	margin-top: 4.1875rem;
	z-index: auto;
}

.page-intro__photo-wrap > img:first-child {
	aspect-ratio: 436/291;
	border-radius: 0.5rem;
	max-width: 27.25rem;
}

.page-intro__logo {
	bottom: -2.0625rem;
	right: -0.1875rem;
}

.page-intro__card-wrap {
	flex: 0 0 42.1875rem;
	margin-top: 0;
	min-height: 23.375rem;
	order: -1;
	z-index: auto;
}

.page-intro__card-bg {
	-o-object-fit: fill;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: fill;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.page-intro__card-bg-sp {
	display: none;
}

.page-intro__content {
	padding: 5rem 3.75rem 2.5rem 2.5rem;
	padding-top: 8.125rem;
}

.page-intro__heading {
	font-size: 2rem;
}

.page-intro__text {
	font-size: 1rem;
}

.price {
	padding: 5rem 0 6.25rem;
	padding-bottom: 4.375rem;
}

.price__inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.price__title {
	font-size: 2.25rem;
}

.price__desc {
	font-size: 1rem;
	margin-bottom: 3.125rem;
}

.price__table thead th {
	font-size: 1.125rem;
	padding: 0.75rem 1rem;
}

.price__table-group-row th {
	font-size: 1.125rem;
}

.price__table tbody td {
	font-size: 1.125rem;
	height: 3.625rem;
	padding: 0.5625rem 1rem;
}

.price__note {
	font-size: 0.875rem;
}

.price__example {
	padding: 2rem 3.4375rem;
}

.price__example p {
	font-size: 1.125rem;
	white-space: nowrap;
}

.price__closing {
	font-size: 1.25rem;
}

.privacy-policy {
	padding-bottom: 5rem;
	padding-top: 10.9375rem;
}

.privacy-policy__heading {
	font-size: 1.5rem;
}

.record {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.record__inner.inner {
	max-width: 70.625rem;
}

.record__heading-text {
	flex-direction: row;
	gap: 1rem;
	padding: 0 3.125rem;
}

.record__heading-text::before,
.record__heading-text::after {
	height: 5.5625rem;
	width: 2.125rem;
}

.record__sub-text {
	font-size: 1.125rem;
}

.record__sub-num {
	font-size: 2.1875rem;
}

.record__main {
	font-size: 2.375rem;
}

.record__main-num {
	font-size: 4.875rem;
}

.record__desc {
	font-size: 1.125rem;
}

.record__desc strong {
	font-size: 1.5rem;
}

.record__photos {
	align-items: flex-start;
	flex-direction: row;
	gap: 0.625rem;
	justify-content: center;
}

.record__photo-item {
	width: 21.125rem;
}

.record__photo-img {
	border-radius: 1rem;
}

.record__photo-title {
	font-size: 1.125rem;
}

.record__photo-note {
	font-size: 1rem;
}

.record__arrow {
	margin-top: 6.3125rem;
	transform: none;
}

.section-title--service .section-title__ja {
	font-size: 1.875rem;
}

.section-title__ja {
	font-size: 2.25rem;
}

.sitemap {
	padding-bottom: 7.5rem;
	padding-top: 10.9375rem;
}

.sitemap__link {
	font-size: 1.125rem;
	padding: 1.25rem 0.75rem;
}

.sitemap__link:hover {
	padding-left: 1.25rem;
}

.tank-cta {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.tank-cta__card {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	padding: 2rem 2.375rem;
}

.tank-cta__img-wrap {
	aspect-ratio: 270/174;
	width: 16.875rem;
}

.tank-cta__body {
	flex: 1;
	gap: 1.5rem;
}

.tank-cta__text {
	font-size: 1.25rem;
}

.tank-cta__accent {
	font-size: 1.5625rem;
}

.tank-cta__btn.example-btn {
	font-size: 1.125rem;
	margin-left: 1rem;
	max-width: 22.625rem;
	max-width: 22.625rem;
	padding-left: 0.625rem;
}

.tank-flow {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.tank-flow__header {
	margin-bottom: 3.125rem;
}

.tank-flow__list {
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
}

.tank-flow__item {
	align-items: center;
	flex: 1;
	flex-direction: row;
}

.tank-flow__item::after {
	align-self: center;
	margin: 0 0.375rem;
	margin-bottom: 3.25rem;
	transform: none;
}

.tank-flow__step-wrap {
	flex: 1;
}

.tank-flow__img-wrap {
	max-width: 15.0625rem;
	width: 100%;
}

.tank-flow__label {
	font-size: 1.125rem;
}

.tank-flow__arrow {
	align-self: center;
	margin: 0 0.375rem;
	margin-bottom: 3.25rem;
	transform: none;
}

.tank-intro .page-intro__logo {
	max-width: 12.25rem;
	width: 100%;
}

.tank-intro .page-intro__content {
	padding: 2.5rem 3.75rem 1.25rem 3.125rem;
	padding-top: 8.75rem;
}

.tank-merit {
	padding-bottom: 0rem;
	padding-top: 1.25rem;
}

.tank-merit__list {
	align-items: flex-start;
	flex-direction: row;
	gap: 0rem;
	margin-top: 3.125rem;
}

.tank-merit__item {
	flex: 1;
}

.tank-merit__heading {
	font-size: 1.5rem;
}

.tank-merit__text {
	font-size: 1rem;
}

.tank {
	padding: 5rem 0 6.25rem;
	padding-top: 6.25rem;
}

.tank__inner.inner {
	max-width: 70.625rem;
}

.tank__lead {
	font-size: 1.375rem;
	margin-bottom: 3.5rem;
	text-align: center;
}

.tank__lead-highlight {
	font-size: 1.75rem;
}

.tank__comparison {
	align-items: center;
	flex-direction: row;
	gap: 0;
	justify-content: center;
}

.tank__card {
	height: 24.625rem;
	overflow: visible;
	width: 31.25rem;
}

.tank__card-img {
	border-radius: 0.5rem;
	height: 17.1875rem;
	margin: 1.25rem auto 0;
	width: 28.1875rem;
}

.tank__card--after .tank__card-img {
	height: 22.3125rem;
	margin: 1.1875rem auto 0;
	width: 20.5rem;
}

.tank__card-caption {
	gap: 1.25rem;
	padding: 0.75rem 1.5625rem;
}

.tank__caption-highlight {
	font-size: 1rem;
}

.tank__arrow {
	margin: 0 1.8125rem;
	transform: none;
}

.tank__badge {
	height: 9.375rem;
	right: -2.8125rem;
	top: -3.125rem;
	width: 9.375rem;
}

.tank__badge-title {
	font-size: 1.1875rem;
}

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

.tank__badge-num {
	font-size: 1.5rem;
}

.tank__badge-digit {
	font-size: 2.0625rem;
}

.tank__badge-unit {
	font-size: 1.625rem;
}

.tank__btn {
	max-width: 23.75rem;
	padding-left: 1.4375rem;
	width: 100%;
}

.tank__btn.link-btn {
	font-size: 1.125rem;
}

.tel-btn {
	cursor: default;
	pointer-events: none;
}

.thanks {
	padding-bottom: 10rem;
	padding-top: 7.5rem;
}

.thanks__title {
	font-size: 1.5rem;
}

.thanks__text {
	font-size: 1rem;
}

.thanks__btn {
	width: 50%;
}

.top-column {
	padding-bottom: 5.625rem;
	padding-top: 2.5rem;
}

.top-column__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 76.875rem;
}

.top-column__layout {
	grid-gap: 2.5rem 6.25rem;
	align-items: start;
	display: grid;
	gap: 2.5rem 6.25rem;
	grid-template-columns: 11.25rem 1fr;
}

.top-column__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.top-column__btn.link-btn {
	align-self: auto;
	order: 0;
	padding-left: 2.8125rem;
}

.top-column__right {
	order: 0;
}

.top-column__item {
	gap: 2rem;
}

.top-column__item + .top-column__item {
	padding-top: 2.625rem;
}

.top-column__item-content {
	align-items: center;
	flex-direction: row;
	gap: 3.5rem;
	justify-content: space-between;
}

.top-column__item-info {
	gap: 1rem;
}

.top-column__date {
	font-size: 1rem;
}

.top-column__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 1rem;
	overflow: hidden;
}

.top-column__read-more {
	align-self: auto;
}

.top-service {
	padding-bottom: 8.3125rem;
	padding-top: 9.875rem;
}

.top-service__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 76.875rem;
	position: relative;
	z-index: 2;
}

.top-service__list {
	align-items: flex-start;
	flex-direction: row;
	gap: 2.5625rem;
	margin-top: 3.75rem;
}

.top-service__item--1 {
	flex: 0 1 40.9375rem;
}

.top-service__item--2 {
	flex: 0 1 30.1875rem;
	margin-top: 6.25rem;
}

.top-service__img-wrap {
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}

.top-service__item--1 .top-service__img-wrap img {
	height: 27.25rem;
}

.top-service__item--2 .top-service__img-wrap img {
	height: 20.125rem;
}

.top-service__card {
	margin-top: -4.625rem;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.top-service__item--1 .top-service__card {
	max-width: 38.375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 1.5rem;
}

.top-service__item--2 .top-service__card {
	margin-top: -2.8125rem;
	max-width: 27.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 1.5625rem;
}

.top-service__item--1 .top-service__img-wrap {
	max-width: 40.9375rem;
	width: 100%;
}

.top-service__item--1 .top-service__img-wrap img {
	aspect-ratio: 655/534.47;
}

.top-service__item--2 .top-service__img-wrap {
	max-width: 30.1875rem;
	width: 100%;
}

.top-service__item--2 .top-service__img-wrap img {
	aspect-ratio: 483/322;
}

.top-service__heading {
	font-size: 1.75rem;
	text-align: left;
}

.top-service__item--2 .top-service__heading {
	font-size: 1.375rem;
}

.top-service__item--1 .top-service__heading {
	font-size: 1.75rem;
	padding-top: 0px;
}

.top-service__body {
	font-size: 1rem;
	padding-top: 1.125rem;
}

.top-service__btn-wrap {
	justify-content: left;
	margin-top: 40px;
}

.top-service__btn {
	max-width: 11.25rem;
}

.top-service__btn-wrap .link-btn {
	padding-left: 2.8125rem;
}

.top-strength {
	padding-bottom: 5.3125rem;
	padding-top: 8.375rem;
}

.top-strength__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 70.625rem;
}

.top-strength::before {
	aspect-ratio: 1440/172;
}

.top-strength__list {
	margin-top: 3.75rem;
}

.top-strength__item {
	align-items: flex-start;
	display: flex;
}

.top-strength__item--1 .top-strength__card-wrap,
.top-strength__item--3 .top-strength__card-wrap {
	flex: 0 0 38.4375rem;
	margin-top: 0;
	min-height: 23.375rem;
	order: -1;
}

.top-strength__item--1 .top-strength__photo-wrap,
.top-strength__item--3 .top-strength__photo-wrap {
	margin-left: -1.875rem;
	margin-top: 4.1875rem;
}

.top-strength__item--1 .top-strength__photo-wrap {
	max-width: 30.901875rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-strength__item--1 .top-strength__photo-wrap img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 494.43/330.15;
	object-fit: cover;
	object-position: center;
}

.top-strength__item--2 {
	margin-top: 6.625rem;
}

.top-strength__item--2 .top-strength__content {
	margin-top: 0rem;
	padding: 5.625rem 2.8125rem 3.125rem 4.6875rem;
	text-align: left;
}

.top-strength__item--2 .top-strength__photo-wrap {
	flex: 1 1 31.4375rem;
	margin-right: -1.875rem;
	margin-top: 4.1875rem;
	max-width: 31.4375rem;
	min-width: 0;
	z-index: 2;
}

.top-strength__item--2 .top-strength__card-wrap {
	flex: 0 0 38.4375rem;
	margin-top: 0;
	min-height: 21.5rem;
}

.top-strength__item--2 .top-strength__card-bg {
	transform: scaleX(-1);
}

.top-strength__item--3 {
	margin-top: 5.3125rem;
}

.top-strength__item--3 .top-strength__content {
	margin-top: 1.6875rem;
}

.top-strength__card-wrap {
	margin-top: 0;
	z-index: auto;
}

.top-strength__card-bg {
	-o-object-fit: fill;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: fill;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.top-strength__card-bg-sp {
	display: none;
}

.top-strength__content {
	margin-top: 0rem;
	padding: 6.875rem 3.75rem 1.875rem 3.125rem;
	text-align: left;
}

.top-strength__badge {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
	padding: 0.125rem 0.75rem;
}

.top-strength__heading {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
	text-align: left;
}

.top-strength__body {
	font-size: 1.125rem;
}

.top-strength__photo-wrap {
	border-radius: 0.5rem;
	z-index: auto;
}

.top-strength__photo-wrap img:not(.top-strength__logo) {
	aspect-ratio: 494/330;
	border-radius: 0.5rem;
}

.top-strength__item.top-strength__item--1 .top-strength__logo {
	aspect-ratio: 224/80;
	bottom: -1.75rem;
	max-width: 15.3125rem;
	right: -2.1875rem;
	width: 100%;
}

.top-strength__item.top-strength__item--2 .top-strength__illust {
	aspect-ratio: 195/105.02;
	bottom: -2.75rem;
	left: -2.1875rem;
	max-width: 12.1875rem;
	width: 100%;
}

.top-strength__item.top-strength__item--3 .top-strength__cow {
	aspect-ratio: 181/123;
	bottom: -2rem;
	max-width: 11.3125rem;
	right: -2.125rem;
}

.top-works {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.top-works__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 70.625rem;
}

.top-works__tags {
	left: 0.75rem;
	top: 0.75rem;
}

.top-works__tag {
	height: 2.5rem;
	width: 2.5rem;
}

.top-works__pref {
	font-size: 1rem;
	padding: 0.375rem 1.5rem;
}

.top-works__name {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.top-works__btn-wrap {
	margin-top: 3.125rem;
}

.top-works__btn-wrap .link-btn {
	max-width: 13.75rem;
	padding-left: 3.125rem;
}

.top-works__btn-wrap .link-btn__label--wrapper {
	justify-content: flex-start;
}

.trouble {
	padding-bottom: 2.8125rem;
	padding-top: 5.3125rem;
}

.trouble__inner.inner {
	max-width: 67.5rem;
}

.trouble__title {
	font-size: 2.25rem;
}

.trouble__body {
	padding-top: 5.875rem;
}

.trouble__bubble {
	border-radius: 0.5rem;
	max-width: 20rem;
	padding: 1rem 1.25rem;
}

.trouble__bubble-text {
	font-size: 1.125rem;
}

.trouble__bubble-text strong {
	font-size: 1.25rem;
}

.trouble__bubble--top::after {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -1.25rem;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	display: block;
	height: 1.875rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.875rem;
}

.trouble__middle {
	grid-column-gap: 1.75rem;
	-moz-column-gap: 1.75rem;
	align-items: center;
	align-items: center;
	column-gap: 1.75rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 54%) minmax(0, 1fr);
	margin-top: 2.25rem;
}

.trouble__bubble--left {
	justify-self: end;
	position: relative;
	transform: translateX(43%) translateY(-60px);
	width: max(240px, min(21.4vw, 420px));
	z-index: 2;
}

.trouble__bubble--left,
.trouble__bubble--right {
	align-self: start;
}

.trouble__bubble--left::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	bottom: -2.5rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	display: block;
	height: 1.875rem;
	left: auto;
	right: 8%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.trouble__bubble--right {
	justify-self: start;
	margin-left: -1.25rem;
	position: relative;
	transform: translate(-40px, -65px);
	width: max(240px, min(13vw, 420px));
	z-index: 2;
}

.trouble__bubble--right::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	bottom: -1.5625rem;
	bottom: -1.5625rem;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	display: block;
	height: 1.875rem;
	left: 8%;
	width: 1.875rem;
}

.trouble__image {
	max-width: 34.625rem;
}

.trouble__arrows {
	margin-top: 3rem;
}

.trouble__lead {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 3rem;
	max-width: 38.125rem;
}

.trouble__lead::before {
	left: -2.5rem;
}

.trouble__lead::after {
	right: -2.5rem;
}

.trouble__lead span {
	margin-left: 0;
	margin-right: 0;
}

.trouble__lead-text {
	font-size: 1.375rem;
}

.trouble__lead-highlight {
	border-radius: 0.5rem;
	font-size: 2rem;
	padding: 0rem 0.625rem;
}

.trouble__lead-decoration {
	aspect-ratio: 41.93/47.91;
	max-width: 2.620625rem;
}

.voice {
	padding-bottom: 4.6875rem;
	padding-top: 5.625rem;
}

.voice__title {
	font-size: 2rem;
}

.voice__list {
	gap: 6.875rem;
	margin-top: 3.125rem;
}

.voice__bubble {
	align-self: flex-start;
	padding: 1.5rem;
}

.voice__avatar {
	height: 3.625rem;
	width: 3.625rem;
}

.voice__text {
	font-size: 1.125rem;
	white-space: nowrap;
}

.voice__text strong {
	font-size: 1.5rem;
}

.voice__photos {
	align-items: center;
	flex-direction: row;
	gap: 0.625rem;
}

.voice__photo--before {
	max-width: 21.125rem;
	width: 100%;
}

.voice__photo-label {
	font-size: 0.875rem;
	padding: 0.25rem 1.5rem;
}

.voice__arrow {
	-o-object-fit: cover;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	max-width: 1.25rem;
	object-fit: cover;
	transform: rotate(0deg);
	width: 100%;
}

.voice__badge {
	right: -1.875rem;
	top: -2.5rem;
}

.works-filter {
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
}

.works-filter__card {
	align-items: flex-start;
	gap: 1.125rem;
	padding: 2.5rem 0rem;
}

.works-filter__region {
	align-items: center;
	gap: 2rem;
}

.works-filter__region-label {
	padding-top: 0;
	width: 2rem;
}

.works-filter__tag {
	font-size: 1rem;
	min-width: 8.75rem;
	padding: 0.25rem 1.25rem;
	text-align: center;
}

.works-filter__btn-wrap {
	align-self: flex-start;
	padding-top: 0.125rem;
}

.works-filter__btn-wrap .link-btn {
	font-size: 1.125rem;
	max-width: 8.5rem;
	padding-bottom: 0.3125rem;
	padding-left: 1.5625rem;
	padding-top: 0.3125rem;
}

.works-filter__btn-wrap .link-btn__label--wrapper {
	justify-content: flex-start;
}

.works-list {
	padding-bottom: 2.5rem;
	padding-top: 0.625rem;
}

.works-list__heading {
	gap: 1rem;
}

.works-list__heading-text {
	font-size: 1.5rem;
}

.works-pagination {
	padding-bottom: 5rem;
	padding-top: 0.5rem;
}

.works_pagination {
	padding-bottom: 5rem;
	padding-top: 1.5625rem;
}

}

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

.fv__photo--wrapper {
	flex: 0 0 51vw;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.fv__catch-middle {
	white-space: nowrap;
}

.fv__catch-bottom {
	white-space: nowrap;
}

.fv__example-btn,
.fv__explanation-btn {
	flex: 1 1 16.875rem;
	min-width: 16.875rem;
}

.fv__photo--wrapper {
	flex: 0 0 54vw;
}

.header__inner {
	gap: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.header__logo {
	max-width: 10.875rem;
}

.header__logo img {
	aspect-ratio: 174/43;
}

.header-nav__list {
	gap: 1.0625rem;
}

.header-nav__link {
	font-size: 1rem;
}

.header__actions {
	gap: 0.75rem;
	margin-left: 1.5rem;
}

.header__tel {
	font-size: 1.25rem;
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
}

.header__tel .tel-btn__note {
	font-size: 0.75rem;
}

.header__contact {
	max-width: 12.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.header__contact.contact-btn {
	font-size: 1.125rem;
	padding-bottom: 0;
	padding-top: 0;
}

.header__contact .contact-btn__icon {
	height: 1.5625rem;
	width: 1.5625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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

.fv__content h1 {
  font-size: .75rem;
  color: #ff7a27;
  margin-top: 30px;
}

.fv__lead {
  margin-top: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .fv__content h1 {
    font-size: 1rem;
  }
  .fv__lead {
    margin-top: 1.875rem;
  }
}

.p-contact__recaptcha {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  color: #818181;
}

.grecaptcha-badge { 
  visibility: hidden; 
}