/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

html,
body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

a {
	color: #28573f;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

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

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

.l-inner {
	padding: 0 40px;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	margin-top: 30px;
}

.buttons--center {
	justify-content: center;
}

.buttons--right {
	justify-content: flex-end;
}

.c-page-header {
	background: #28573f;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 44px 24px;
	text-align: center;
}

.c-page-intro {
	background: #fff;
	padding: 40px 24px;
}

.c-page-intro__inner {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.c-page-intro__title {
	color: #28573f;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 0 0 17px;
}

.c-page-intro__text {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.c-page-mission {
	background: #28573f;
	color: #fff;
	overflow: hidden;
	padding: 70px 24px;
	position: relative;
}

.c-page-mission::before {
	background: rgba(255, 255, 255, 0.05);
	content: "";
	height: 140%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -20%;
	width: 100vw;
}

.c-page-mission__watermark {
	height: 320px;
	pointer-events: none;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 460px;
	z-index: 1;
}

.c-page-mission__watermark img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-page-mission__inner {
	margin: 0 auto;
	max-width: 760px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.c-page-mission__title {
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.7;
	margin: 0 0 27px;
}

.c-page-mission p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.c-page-mission p + p {
	margin-top: 28px;
}

.c-page-cta {
	background: #dcefe2;
	padding: 40px 24px;
	text-align: center;
}

.c-page-cta__title {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0 0 22px;
}

.c-page-cta p {
	font-size: 16px;
	line-height: 2;
	margin: 0;
}

.c-page-cta p + p {
	margin-top: 0;
}

.c-page-cta__lead {
	margin-bottom: 14px;
}

.c-page-cta__sub {
	margin-bottom: 36px;
}

.c-page-cta__buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 36px;
}

.c-page-cta__buttons .c-btn {
	justify-content: center;
	width: 300px;
}

.c-values-section {
	background: #28573f;
	color: #fff;
	overflow: hidden;
	padding: 70px 24px;
	position: relative;
}

.c-values-section::before {
	background: rgba(255, 255, 255, 0.05);
	content: "";
	height: 140%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -20%;
	width: 100vw;
}

.c-values-section__watermark {
	height: 320px;
	pointer-events: none;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 460px;
	z-index: 1;
}

.c-values-section__watermark img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-values-section__inner {
	margin: 0 auto;
	max-width: 760px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.c-values-section__title {
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 0 0 32px;
}

.c-values-section p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.c-values-section p + p {
	margin-top: 22px;
}

.p-header {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	height: 76px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.p-header__inner {
	align-items: stretch;
	display: flex;
	height: 100%;
	justify-content: space-between;
	max-width: 100%;
}

.p-header__logo {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 0 12px 0 20px;
}

.p-header__logo img {
	display: block;
	height: 46px;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-left: auto;
	padding: 0 29px;
}

.p-header__nav a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	transition: opacity 0.2s;
	white-space: nowrap;
}

.p-header__nav a:hover {
	opacity: 0.75;
}

.p-header__cta {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 160px;
}

.p-header__cta-btn {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	transition: opacity 0.2s;
	white-space: nowrap;
}

.p-header__cta-btn:hover {
	opacity: 0.8;
}

.p-header__cta-btn--primary {
	background: #28573f;
	color: #fff;
}

.p-header__cta-btn--secondary {
	background: #dcefe2;
	color: #28573f;
}

.drawer-icon {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 6px;
	height: 76px;
	justify-content: center;
	padding: 0;
	width: 60px;
}

.drawer-icon__bar {
	background: #333;
	display: block;
	height: 2px;
	transition: transform 0.3s, opacity 0.3s;
	width: 24px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
	opacity: 0;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.drawer-content {
	background: #fff;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 76px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	z-index: 40;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content__menu {
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
}

.drawer-content__link {
	border-bottom: 1px solid #eee;
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 0;
}

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

.drawer-content__cta-btn {
	align-items: center;
	border-radius: 4px;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	padding: 16px;
}

.drawer-content__cta-btn--primary {
	background: #28573f;
	color: #fff;
}

.drawer-content__cta-btn--secondary {
	background: #dcefe2;
	color: #28573f;
}

body {
	padding-top: 76px;
}

.p-hero {
	background: #3a5c4a;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.p-hero__bg {
	inset: 0;
	position: absolute;
}

.p-hero__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-hero__overlay {
	-webkit-clip-path: polygon(0 0, 60% 0, 31% 100%, 0 100%);
	background: rgba(26, 68, 35, 0.75);
	clip-path: polygon(0 0, 60% 0, 31% 100%, 0 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.p-hero__content {
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	max-width: 640px;
	padding: 0 0 0 72px;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.p-hero__title {
	color: #fff;
	font-size: 42px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.55;
	margin: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.p-hero__text {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin: 22px 0 30px;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.p-hero__buttons {
	display: flex;
	gap: 16px;
	pointer-events: auto;
}

.p-hero__btn {
	align-items: center;
	border-radius: 4px;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 16px;
	justify-content: center;
	min-width: 170px;
	padding: 14px 22px;
	position: relative;
	transition: opacity 0.2s;
}

.p-hero__btn span {
	font-size: 1.5em;
	position: absolute;
	right: 16px;
	top: 45%;
	transform: translateY(-50%);
}

.p-hero__btn:hover {
	opacity: 0.8;
}

.p-hero__btn--primary {
	background: #28573f;
	color: #fff;
}

.p-hero__btn--white {
	background: #fff;
	color: #28573f;
}

.p-hero__bar {
	color: #fff;
	font-size: 12px;
	line-height: 1.9;
	margin-top: 20px;
	text-align: left;
}

.skewed-badge {
	background: transparent;
	display: inline-block;
	padding: 0px 13px;
	transform: skewX(-12deg);
}

.skewed-badge > span,
.skewed-badge > div {
	color: #28573f;
	display: inline-block;
	font-size: 36px;
	font-style: italic;
	font-weight: 500;
	transform: skewX(12deg);
}

.skewed-badge--lg {
	background: #4bb019;
	padding: 2px 14px;
}

.skewed-badge--lg > span,
.skewed-badge--lg > div {
	color: #fff;
	font-size: 37px;
	letter-spacing: 0.04em;
}

.c-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	gap: 22px;
	justify-content: center;
	padding: 16px 41px;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s;
}

.c-btn span {
	font-size: 1.5em;
	position: absolute;
	right: 20px;
	top: 45%;
	transform: translateY(-50%);
}

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

.c-btn--primary {
	background: #28573f;
	border: 2px solid #28573f;
	border-radius: 5px;
	color: #fff;
}

.c-btn--outline {
	background: #fff;
	border: 2px solid #28573f;
	border-radius: 5px;
	color: #28573f;
}

.p-home-mission {
	background: #28573f;
	color: #fff;
	overflow: hidden;
	padding: 70px 24px;
	position: relative;
}

.p-home-mission::before {
	background: rgba(255, 255, 255, 0.05);
	content: "";
	height: 140%;
	pointer-events: none;
	position: absolute;
	right: -25.3vw;
	top: -20%;
	transform: skewX(34deg);
	width: 82vw;
}

.p-home-mission__watermark {
	height: 320px;
	pointer-events: none;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 460px;
	z-index: 1;
}

.p-home-mission__watermark img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-home-mission__inner {
	margin: 0 auto;
	max-width: 760px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-home-mission__title {
	font-size: 42px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0 0 23px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.p-home-mission p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.p-home-mission p + p {
	margin-top: 28px;
}

.p-home-values {
	background: #fff;
	padding: 60px 24px;
}

.p-home-values__inner {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

.p-home-values__badges {
	display: flex;
	gap: 14px;
	justify-content: center;
}

.p-home-values__badges .skewed-badge {
	background: #4bb019;
}

.p-home-values__badges .skewed-badge > span {
	color: #fff;
}

.p-home-values__title {
	color: #28573f;
	font-size: 28px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 18px 0 18px;
}

.p-home-values__lead {
	font-size: 13px;
	line-height: 2.1;
	margin: 0 0 48px;
}

.p-home-values__cards {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.p-home-values__card {
	background: #eef6f0;
	border-radius: 10px;
	padding: 30px 25px 15px;
	text-align: center;
	width: 280px;
}

.p-home-values__card-title {
	color: #28573f;
	font-size: 27px;
	font-weight: 500;
	margin-bottom: -5px;
}

.p-home-values__card img {
	-o-object-fit: contain;
	height: 150px;
	object-fit: contain;
	width: 150px;
}

.p-home-values__card p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

.p-home-service {
	background: url("../img/service_bg.png") center/cover no-repeat;
	padding: 90px 24px;
	position: relative;
}

.p-home-service::after {
	background: rgba(218, 238, 223, 0.85);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.p-home-service > * {
	position: relative;
	z-index: 1;
}

.p-home-service__inner {
	margin: 0 auto;
	max-width: 1060px;
	text-align: center;
}

.p-home-service__heading {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.p-home-service__heading .skewed-badge {
	margin-left: 4px;
	vertical-align: middle;
}

.p-home-service__lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 30px 0 30px;
}

.p-home-service__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.p-home-service__card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	padding: 28px 18px 24px;
}

.p-home-service__card-title {
	color: #28573f;
	font-size: 25px;
	font-weight: 500;
}

.p-home-service__card img {
	-o-object-fit: contain;
	height: 160px;
	object-fit: contain;
	width: 160px;
}

.p-home-service__card p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

.p-home-works {
	background: #fff;
	padding: 40px 24px;
}

.p-home-works__inner {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

.p-home-works__title {
	color: #28573f;
	font-size: 29px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 16px 0;
}

.p-home-works__lead {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 30px;
}

.p-home-works__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.p-home-works__card {
	background: #dcefe2;
	border-radius: 10px;
	padding: 22px 20px 26px;
	text-align: left;
}

.p-home-works__card-industry {
	background: #fff;
	border-radius: 999px;
	color: #000;
	font-size: 23px;
	font-weight: 500;
	padding: 6px;
	text-align: center;
}

.p-home-works__card-type {
	color: #285747;
	font-size: 26px;
	font-weight: 500;
	margin: 14px 0;
	text-align: center;
}

.p-home-works__card-img {
	aspect-ratio: 4/3;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 80%;
	overflow: hidden;
}

.p-home-works__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-home-works__card-text {
	font-size: 16px;
	line-height: 1.6;
	margin: 16px 0 0;
}

.p-home-works__more {
	margin-top: 44px;
}

.p-home-recruit {
	background: url("../img/recruit_bg.jpg") center/109% no-repeat;
	overflow: hidden;
	padding: 48px 24px;
	position: relative;
}

.p-home-recruit::before {
	background: rgba(255, 249, 234, 0.85);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.p-home-recruit > * {
	position: relative;
	z-index: 1;
}

.p-home-recruit__inner {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
	text-align: center;
}

.p-home-recruit__title {
	color: #28573f;
	font-size: 29px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 16px 0;
}

.p-home-recruit p {
	color: #2b3a31;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.p-home-recruit p + p {
	margin-top: 24px;
}

.p-home-recruit__tags {
	display: flex;
	gap: 18px;
	justify-content: center;
	margin: 36px 0;
}

.p-home-recruit__tags span {
	background: #fff;
	border-radius: 999px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 2px 62px;
}

.p-home-pride {
	background: #fff;
	padding: 60px 24px;
	text-align: center;
}

.p-home-pride p {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.p-home-pride p:first-of-type {
	color: #28573f;
	font-size: 20px;
	margin-top: 36px;
}

.p-home-pride p + p {
	margin-top: 26px;
}

.p-home-cta {
	background: #dcefe2;
	padding: 40px 24px;
	text-align: center;
}

.p-home-cta__title {
	color: #28573f;
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 22px;
}

.p-home-cta__lead {
	color: #28573f;
	font-size: 20px;
}

.p-home-cta__text {
	font-size: 13px;
	margin: 0 0 36px;
}

.p-home-cta__buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.p-home-cta__btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	gap: 22px;
	justify-content: center;
	max-width: 288px;
	padding: 16px 34px;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-home-cta__btn span {
	font-size: 1.5em;
	position: absolute;
	right: 16px;
	top: 45%;
	transform: translateY(-50%);
}

.p-home-cta__btn:hover {
	opacity: 0.8;
}

.p-home-cta__btn--primary {
	background: #28573f;
	color: #fff;
}

.p-home-cta__btn--outline {
	background: #fff;
	border: 2px solid #28573f;
	color: #28573f;
}

.p-about-values {
	background: #fff;
	padding: 60px 24px;
}

.p-about-values__inner {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

.p-about-values__title {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0 0 24px;
}

.p-about-values__lead {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 48px;
}

.p-about-service {
	background: url("../img/service_bg.png") center/cover no-repeat;
	padding: 35px 24px;
	position: relative;
}

.p-about-service::after {
	background: rgba(218, 238, 223, 0.85);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.p-about-service > * {
	position: relative;
	z-index: 1;
}

.p-about-service__inner {
	margin: 0 auto;
	max-width: 1060px;
	text-align: center;
}

.p-about-service__title {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 11px;
}

.p-about-service__lead {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 44px;
}

.p-about-cases {
	background: #fff;
	padding: 60px 24px;
}

.p-about-cases__inner {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

.p-about-cases__title {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 17px;
}

.p-about-cases__lead {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 44px;
}

.p-about-ceo {
	align-items: center;
	display: flex;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

.p-about-ceo__bg {
	-o-object-fit: cover;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.p-about-ceo__overlay {
	background: rgba(24, 66, 44, 0.75);
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 37%;
}

.p-about-ceo__content {
	color: #fff;
	margin-left: auto;
	max-width: 480px;
	padding: 60px 72px 60px 0;
	position: relative;
	z-index: 1;
}

.p-about-ceo__content h2 {
	color: #fff;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 24px;
}

.p-about-ceo__content p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.p-about-ceo__content p + p {
	margin-top: 22px;
}

.p-about-links {
	background: #fff;
	padding: 60px 24px;
	text-align: center;
}

.p-about-links h2 {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}

.p-about-links__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
}

.p-about-links__buttons .c-btn {
	font-size: 17px;
	justify-content: center;
	padding: 20px 20px;
	width: 266px;
}

.p-service-overview {
	background: #fff;
	padding: 60px 24px;
}

.p-service-overview__inner {
	margin: 0 auto;
	max-width: 1060px;
	text-align: center;
}

.p-service-overview__title {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}

.p-service-overview__lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 44px;
}

.p-service-overview__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.p-service-overview__card {
	background: #fff;
	border: 1px solid #d7e6dc;
	border-radius: 8px;
	padding: 26px 16px;
}

.p-service-overview__card img {
	-o-object-fit: contain;
	height: 150px;
	object-fit: contain;
	width: 150px;
}

.skewed-badge--sm {
	padding: 6px 14px;
}

.skewed-badge--sm > span,
.skewed-badge--sm > div {
	font-size: 23px;
	font-weight: 500;
}

.p-service-detail {
	padding: 80px 24px;
}

.p-service-detail--mint {
	background: #dcefe2;
}

.p-service-detail--warm {
	background: #faf3dd;
}

.p-service-detail__inner {
	align-items: stretch;
	display: grid;
	gap: 44px;
	grid-template-columns: 1.1fr 1fr;
	margin: 0 auto;
	max-width: 1000px;
}

.p-service-detail__text h2 {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 14px;
}

.p-service-detail__text p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.p-service-detail__text p + p {
	margin-top: 18px;
}

.p-service-detail__list {
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 24px;
	padding: 20px 24px;
}

.p-service-detail__list--mint {
	background: #dcefe2;
}

.p-service-detail__media {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.p-service-detail__media p {
	color: #28573f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: auto;
	padding-top: 18px;
}

.p-service-detail__bottom {
	align-items: end;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
	margin-top: 18px;
}

.p-service-detail__bottom p {
	color: #28573f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.p-service-detail__img {
	background: #ddd;
	height: 240px;
	overflow: hidden;
}

.p-service-detail__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service-detail__img--double {
	background: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: auto;
}

.p-service-detail__img--double img {
	aspect-ratio: 1/1;
	height: auto;
	width: 100%;
}

.p-case-tags {
	background: #fff;
	padding: 62px 24px;
}

.p-case-tags__inner {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.p-case-tags__title {
	color: #28573f;
	font-size: 34px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 11px;
}

.p-case-tags__lead {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 32px;
}

.p-case-tags__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.p-case-tags__item {
	background: #dcefe2;
	color: #28573f;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 6px;
}

.p-case-tags__note {
	font-size: 13px;
	line-height: 2;
	margin: 32px 0 0;
}

.p-case-list {
	background: #dcefe2;
	padding: 45px 24px;
}

.p-case-list__inner {
	margin: 0 auto;
	max-width: 1080px;
}

.p-case-list__title {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 13px;
	text-align: center;
}

.p-case-list__lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 40px;
	text-align: center;
}

.p-case-list__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.p-case-list__card {
	background: #fff;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.9;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 20px;
}

.p-case-list__card-tags {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.p-case-list__card-content {
	letter-spacing: 2px;
	line-height: 1.6;
}

.p-case-list__card-content p {
	margin: 0 0 14px;
}

.p-case-list__card-img {
	border-radius: 4px;
	margin: 14px 0;
	overflow: hidden;
}

.p-case-list__card-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-case-list__card-points {
	background: #28573f;
	border-radius: 4px;
	color: #fff;
	margin: 14px 0;
	padding: 14px 16px;
}

.p-case-list__card-points-title {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
	text-align: center;
}

.p-case-list__card-points-body {
	font-size: 12px;
	line-height: 1.8;
}

.p-case-list__card-section {
	font-size: 12px;
	line-height: 1.9;
	margin: 14px 0 0;
}

.p-case-list__card-section-title {
	align-items: center;
	color: #28573f;
	display: flex;
	font-weight: 700;
	gap: 6px;
	margin-bottom: 4px;
}

.p-case-list__card-section-title::before {
	background: #28573f;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 10px;
	width: 10px;
}

.p-case-list__card-section-body {
	color: #333;
	line-height: 1.4;
}

.p-case-list__tag {
	border-radius: 8px;
	display: inline-block;
	font-weight: 700;
	padding: 4px 12px;
}

.p-case-list__tag--filled {
	background: #28573f;
	color: #fff;
}

.p-case-list__tag--outline {
	border: 1px solid #28573f;
	color: #28573f;
}

.p-case-list .nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 40px;
}

.p-case-list .nav-links .page-numbers {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	color: #28573f;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.p-case-list .nav-links .page-numbers.current {
	background: #28573f;
	color: #fff;
}

.p-recruit-growth {
	background: #fff;
	padding: 52px 24px;
}

.p-recruit-growth__inner {
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}

.p-recruit-growth__inner > h2 {
	color: #28573f;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 34px;
}

.p-recruit-growth__cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
	text-align: left;
}

.p-recruit-growth__card {
	background: #dcefe2;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
}

.p-recruit-growth__card-img {
	overflow: hidden;
}

.p-recruit-growth__card-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-recruit-growth__card-title {
	color: #28573f;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 12px;
	padding: 20px 20px 0;
}

.p-recruit-growth__card p {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 0 20px 20px;
}

.p-recruit-fit {
	background: #dcefe2;
	padding: 50px 24px;
}

.p-recruit-fit__inner {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.p-recruit-fit__inner > h2 {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 32px;
}

.p-recruit-fit__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}

.p-recruit-fit__item {
	background: #fff;
	border-radius: 999px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 9px 20px;
	text-align: left;
}

.p-recruit-fit__item small {
	font-size: 16px;
	font-weight: 400;
}

.p-recruit-work {
	background: #fff;
	padding: 44px 24px;
}

.p-recruit-work__inner {
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}

.p-recruit-work__inner > h2 {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 24px;
}

.p-recruit-work__inner > p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 8px;
}

.p-recruit-work__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 40px;
}

.p-recruit-work__card-img {
	background: #ddd;
	overflow: hidden;
	width: 100%;
}

.p-recruit-work__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-recruit-work__card-label {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

.p-recruit-numbers {
	background: #dcefe2;
	padding: 40px 20px;
}

.p-recruit-numbers__inner {
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}

.p-recruit-numbers__inner > h2 {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}

.p-recruit-numbers__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, 1fr);
}

.p-recruit-numbers__card {
	background: #fff;
	border-radius: 8px;
	padding: 24px 14px 0;
}

.p-recruit-numbers__card img {
	height: auto;
	margin: 10px auto -10px;
	width: 82%;
}

.p-recruit-numbers__label {
	color: #28573f;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.p-recruit-numbers__value {
	color: #28573f;
	font-size: 44px;
	font-weight: 900;
	margin-top: 14px;
}

.p-recruit-numbers__value span {
	font-size: 16px;
}

.p-recruit-numbers__value strong {
	font-size: 40px;
}

.p-recruit-numbers__value--sm {
	font-size: 26px;
	margin-top: 20px;
}

.p-recruit-numbers__donut {
	align-items: center;
	background: conic-gradient(#28573f 0 80%, #bcd8c6 80% 100%);
	border-radius: 50%;
	display: flex;
	height: 76px;
	justify-content: center;
	margin: 14px auto 0;
	width: 76px;
}

.p-recruit-numbers__donut span {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #28573f;
	display: flex;
	font-size: 13px;
	font-weight: 900;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.p-recruit-numbers__sub {
	font-size: 10px;
	margin-top: 8px;
}

.p-recruit-numbers__text {
	color: #28573f;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	margin-top: 18px;
}

.p-recruit-numbers__note {
	font-size: 16px;
	line-height: 1.6;
	margin: 32px 0 0;
}

.p-recruit-benefits {
	background: #fff;
	padding: 90px 24px;
}

.p-recruit-benefits__inner {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.p-recruit-benefits__inner > h2 {
	color: #28573f;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 44px;
}

.p-recruit-benefits__inner > p {
	font-size: 15px;
	line-height: 1.6;
	margin: 40px 0 0;
}

.p-recruit-benefits__content {
	align-items: start;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.p-recruit-benefits__list {
	-moz-column-gap: 0;
	column-gap: 0;
	display: grid;
	font-size: 17px;
	grid-template-columns: auto auto;
	line-height: 2;
	text-align: left;
}

.p-recruit-benefits__images {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.p-recruit-benefits__images img {
	display: block;
	height: auto;
	width: 100%;
}

.p-recruit-voice {
	background: #eef2ee;
	padding: 80px 24px;
}

.p-recruit-voice__inner {
	margin: 0 auto;
	max-width: 900px;
}

.p-recruit-voice__inner > h2 {
	color: #28573f;
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	margin: 0 0 24px;
}

.p-recruit-voice__content {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: 280px 1fr;
}

.p-recruit-voice__img {
	aspect-ratio: 1/1;
	background: #ddd;
	overflow: hidden;
}

.p-recruit-voice__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-recruit-voice__text p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 24px;
}

.p-recruit-voice__q {
	color: #28573f;
	font-size: 23px;
	font-weight: 500;
}

.p-recruit-faq {
	background: #fff;
	padding: 90px 24px;
}

.p-recruit-faq__inner {
	margin: 0 auto;
	max-width: 900px;
}

.p-recruit-faq__inner > h2 {
	color: #28573f;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 44px;
	text-align: center;
}

.p-recruit-faq__grid {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
}

.p-recruit-faq__item {
	border-radius: 10px;
	overflow: hidden;
}

.p-recruit-faq__question {
	align-items: center;
	background: #28573f;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	padding: 14px 18px;
}

.p-recruit-faq__question::after {
	content: "›";
	font-size: 22px;
	font-weight: 700;
	margin-left: auto;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.p-recruit-faq__question.is-active {
	border-radius: 10px 10px 0 0;
}

.p-recruit-faq__question.is-active::after {
	transform: rotate(-90deg);
}

.p-recruit-faq__q-mark {
	font-weight: 900;
}

.p-recruit-faq__answer {
	background: #dcefe2;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	line-height: 1.8;
	max-height: 0;
	overflow: hidden;
	padding: 0 18px;
	transition: max-height 0.4s ease, padding 0.4s ease;
}

.p-recruit-faq__answer.is-open {
	max-height: 300px;
	padding: 14px 18px;
}

.p-recruit-requirements {
	background: #dcefe2;
	padding: 80px 24px;
}

.p-recruit-requirements__inner {
	align-items: start;
	display: grid;
	gap: 56px;
	grid-template-columns: 1.2fr 1fr;
	margin: 0 auto;
	max-width: 1000px;
}

.p-recruit-requirements__table h2 {
	color: #28573f;
	font-size: 29px;
	font-weight: 500;
	margin: 0 0 26px;
}

.p-recruit-requirements__table dl {
	border-top: 1px solid #d7e6dc;
	display: grid;
	font-size: 16px;
	gap: 0;
	grid-template-columns: 120px 1fr;
	line-height: 2;
}

.p-recruit-requirements__table dt {
	font-weight: 700;
}

.p-recruit-requirements__table dd {
	margin: 0;
}

.p-recruit-requirements__cta h2 {
	color: #28573f;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 22px;
}

.p-recruit-requirements__cta p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.p-recruit-requirements__cta p + p {
	margin-top: 16px;
}

.p-recruit-requirements__cta .c-btn {
	margin-top: 28px;
}

.p-company-info {
	background: #fff;
	padding: 40px 24px;
}

.p-company-info__inner {
	margin: 0 auto;
	max-width: 760px;
}

.p-company-info__inner > h2 {
	color: #28573f;
	font-size: 33px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
	text-align: center;
}

.p-company-info__data {
	font-size: 16px;
	line-height: 2.2;
}

.p-company-info__data p {
	margin: 0;
}

.p-company-info__data p + p {
	line-height: 1.6;
	margin-top: 20px;
}

.p-company-info__indent {
	padding-left: 5.5em;
}

.p-company-access {
	background: #dcefe2;
	padding: 60px 24px 0;
	text-align: center;
}

.p-company-access h2 {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}

.p-company-access p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 40px;
}

.p-company-access__map iframe {
	display: block;
	height: 380px;
	width: 100%;
}

.p-contact-tel {
	background: #fff;
	padding: 40px 24px;
}

.p-contact-tel__inner {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.p-contact-tel__inner > h2 {
	color: #28573f;
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

.p-contact-tel__lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 48px;
}

.p-contact-tel__badge {
	background: #dcefe2;
	border-radius: 10px;
	color: #28573f;
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	padding: 9px 28px;
}

.p-contact-tel__numbers {
	color: #28573f;
}

.p-contact-tel__numbers > div {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.p-contact-tel__label {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
}

.p-contact-tel__number {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.p-contact-tel__hours {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin: 17px 0 0;
}

.p-contact-tel__note {
	font-size: 15px;
	line-height: 1.7;
	margin: 24px 0 0;
}

.p-contact-types {
	background: #fff;
	padding: 0 24px 90px;
}

.p-contact-types__inner {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

.p-contact-types__badge {
	background: #dcefe2;
	border-radius: 10px;
	color: #28573f;
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 48px;
	padding: 10px 21px;
}

.p-contact-types__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, 1fr);
	text-align: left;
}

.p-contact-types__item-img {
	height: 200px;
	overflow: hidden;
}

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

.p-contact-types__item-title {
	color: #28573f;
	font-size: 23px;
	font-weight: 500;
	margin: 18px 0 12px;
}

.p-contact-types__item-list {
	font-size: 15px;
	line-height: 1.7;
}

.p-contact-form {
	background: #dcefe2;
	padding: 80px 24px;
}

.p-contact-form__inner {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.p-contact-form__badge {
	background: #fff;
	border-radius: 10px;
	color: #28573f;
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
	padding: 11px 23px;
}

.p-contact-form__lead {
	font-size: 16px;
	line-height: 1.87;
	margin: 0 0 12px;
}

.p-contact-form__note {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 44px;
}

.p-contact-form__fields {
	display: flex;
	flex-direction: column;
	gap: 26px;
	text-align: left;
}

.p-contact-form__field {
	display: block;
}

.p-contact-form__field-label {
	color: #28573f;
	font-size: 13px;
	font-weight: 700;
}

.p-contact-form__field input,
.p-contact-form__field select,
.p-contact-form__field textarea {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	padding: 14px;
	width: 100%;
}

.p-contact-form__field textarea {
	resize: vertical;
}

.p-contact-form__row {
	display: grid;
	gap: 26px;
	grid-template-columns: 1fr 1fr;
}

.p-contact-form__checkbox {
	align-items: center;
	color: #28573f;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
}

.p-contact-form__checkbox input {
	height: 16px;
	width: 16px;
}

.p-contact-form__submit {
	text-align: center;
}

.p-contact-form .cf7-form {
	text-align: left;
}

.p-contact-form .cf7-field {
	margin-bottom: 24px;
}

.p-contact-form .cf7-field label {
	color: #28573f;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.p-contact-form .cf7-field p {
	margin: 0;
}

.p-contact-form .cf7-field p br {
	display: none;
}

.p-contact-form .cf7-field input[type=text],
.p-contact-form .cf7-field input[type=email],
.p-contact-form .cf7-field input[type=tel],
.p-contact-form .cf7-field select,
.p-contact-form .cf7-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	padding: 14px 16px;
	width: 100%;
}

.p-contact-form .cf7-field input[type=text]:focus,
.p-contact-form .cf7-field input[type=email]:focus,
.p-contact-form .cf7-field input[type=tel]:focus,
.p-contact-form .cf7-field select:focus,
.p-contact-form .cf7-field textarea:focus {
	outline: 2px solid #28573f;
}

.p-contact-form .cf7-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2328573f' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.p-contact-form .cf7-field textarea {
	min-height: 180px;
	resize: vertical;
}

.p-contact-form .cf7-field .wpcf7-form-control-wrap[data-name=your-message] {
	margin-top: 10px;
}

.p-contact-form .cf7-row {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
}

.p-contact-form .cf7-row .cf7-field {
	margin-bottom: 0;
}

.p-contact-form .cf7-consent {
	color: #28573f;
	font-size: 13px;
	margin: 8px 0 24px;
	text-align: center;
}

.p-contact-form .cf7-consent .wpcf7-list-item {
	margin: 0;
}

.p-contact-form .cf7-consent input[type=checkbox] {
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	width: 16px;
}

.p-contact-form .cf7-submit {
	text-align: center;
}

.p-contact-form .cf7-submit p {
	margin: 0;
	text-align: center;
}

.p-contact-form .cf7-submit input[type=submit] {
	background: #28573f;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 60px;
	transition: opacity 0.2s;
}

.p-contact-form .cf7-submit input[type=submit]:hover {
	opacity: 0.8;
}

.p-contact-form .wpcf7-form .cf7-form {
	text-align: left;
}

.p-contact-form .wpcf7-response-output {
	font-size: 13px;
	margin-top: 16px;
	text-align: center;
}

.p-contact-form .wpcf7-not-valid-tip {
	color: #c0392b;
	font-size: 12px;
	margin-top: 6px;
}

.p-contact-form .cf7-form .cf7-field p {
	margin: 0;
	padding: 0;
}

.p-contact-form .cf7-form .cf7-field p br {
	display: none !important;
}

.p-contact-form .cf7-form .cf7-field .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

.p-contact-form .cf7-form .cf7-submit {
	text-align: center;
}

.p-contact-form .cf7-form .cf7-submit p {
	margin: 0;
	text-align: center;
}

.p-contact-form .cf7-form .cf7-submit input[type=submit] {
	display: inline-block;
	width: auto;
}

.wpcf7 .wpcf7-response-output {
	border: none;
	margin: 16px 0 0;
	padding: 0;
}

.p-thanks {
	background: #fff;
	padding: 80px 24px;
	text-align: center;
}

.p-thanks__inner {
	margin: 0 auto;
	max-width: 700px;
}

.p-thanks__title {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 32px;
}

.p-thanks p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 16px;
}

.p-thanks__buttons {
	margin-top: 40px;
}

.p-footer {
	background: #27503c;
	color: #fff;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.p-footer a {
	color: #fff;
	text-decoration: none;
}

.p-footer a:hover {
	opacity: 0.75;
}

.p-footer__tagline {
	padding: 56px 24px 40px;
	text-align: center;
}

.p-footer__tagline-title {
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.p-footer__tagline-text {
	font-size: 16px;
	margin-top: 14px;
}

.p-footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 28px 40px;
}

.p-footer__company {
	flex: 0 0 420px;
	font-size: 12px;
	line-height: 1.9;
}

.p-footer__logo {
	margin-bottom: 18px;
}

.p-footer__logo img {
	display: block;
	height: 47px;
}

.p-footer__info {
	font-size: 16px;
	padding-left: 74px;
	white-space: nowrap;
}

.p-footer__info p {
	margin: 0;
}

.p-footer__info p + p {
	line-height: 1.7;
	margin-top: 12px;
}

.p-footer__links {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 0 32px;
	line-height: 1.6;
	margin-top: 40px;
}

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

.p-footer__nav a {
	display: block;
}

.p-footer__consult,
.p-footer__recruit {
	flex-shrink: 0;
}

.p-footer__consult-title,
.p-footer__recruit-title {
	font-weight: 700;
	margin-bottom: 4px;
}

.p-footer__consult p,
.p-footer__recruit p {
	margin: 0;
	opacity: 0.9;
}

.p-footer__cta-links {
	display: flex;
	gap: 24px;
	justify-content: flex-end;
	width: 100%;
}

.p-footer__copyright {
	font-size: 11px;
	opacity: 0.8;
	padding: 20px;
	text-align: center;
}

.news {
	background: #fff;
	padding: 100px 120px 100px;
	position: relative;
}

.news .p-news-title {
	color: #28573f;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
}

.news .p-news-content {
	margin: 30px auto 0;
	max-width: 750px;
	position: relative;
}

.news .p-news-content .p-news-content__item {
	align-items: center;
	border-bottom: 1px solid #d7e6dc;
	display: flex;
	padding: 27px 10px 10px;
	position: relative;
	transition: all 0.5s;
	width: 100%;
}

.news .p-news-content .p-news-content__item:hover {
	opacity: 0.7;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text {
	display: flex;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-date {
	color: #28573f;
	font-size: 1.1rem;
	letter-spacing: 3px;
	margin-right: 30px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-right: 20px;
	white-space: nowrap;
	width: 110px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text a {
	background: #28573f;
	border-radius: 20px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 400;
	padding: 1px 15px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-tc {
	width: 100%;
}

.news .p-news-content .p-news-content__item .p-news-content__item-tc .p-news-content__item-tc-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 3px;
	white-space: nowrap;
	width: 100%;
}

.news-archive {
	margin: 110px auto 150px;
}

.news-archive .p-news-fv {
	position: relative;
}

.news-archive .p-news-fv .p-news-fv__img {
	width: 100%;
}

.news-archive .p-news-fv .p-news-fv__img img {
	width: 100%;
}

.news-archive .p-news-fv .p-news-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-archive .p-news-content-archive .p-news-content__item-archive {
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1050px;
	width: 100%;
}

.news-archive .p-news-content-archive .p-news-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-archive .p-news-content-archive .p-news-card__thumb {
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.news-archive .p-news-content-archive .p-news-card__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.news-archive .p-news-content-archive .p-news-card__thumb img:hover {
	transform: scale(1.05);
}

.news-archive .p-news-content-archive .p-news-card__meta {
	color: #929191;
	display: flex;
	gap: 20px;
}

.news-archive .p-news-content-archive .p-news-card__meta .p-news-card__date {
	font-size: 0.9rem;
	letter-spacing: 1px;
}

.news-archive .p-news-content-archive .p-news-card__meta .p-news-card__cats a {
	background: #28573f;
	border-radius: 20px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 400;
	margin-right: 8px;
	padding: 1px 15px;
}

.news-archive .p-news-content-archive .p-news-card__title a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.news-archive .p-news-content-archive .p-news-card__title a:hover {
	opacity: 0.7;
}

.news-single-content .p-news-fv {
	margin-top: 120px;
	position: relative;
}

.news-single-content .p-news-fv .p-news-fv__img img {
	-o-object-fit: cover;
	height: 255px;
	object-fit: cover;
	width: 100%;
}

.news-single-content .p-news-fv .p-news-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-single-content .news-single-message {
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 40px;
}

.news-single-content .news-single-message .news-single-data {
	color: #9e9d9d;
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 20px;
}

.news-single-content .news-single-message .news-single-category {
	font-size: 1.2rem;
	font-weight: 700;
}

.news-single-content .news-single-message .news-single-title {
	font-size: 2.1rem;
	font-weight: 900;
	letter-spacing: 3px;
	margin-top: 20px;
}

.news-single-content .buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	width: 100%;
}

.news-single-content-message {
	margin: 0 auto;
	padding: 60px 15% 30px;
}

.navigation {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.navigation .wp-pagenavi {
	display: flex;
	gap: 8px;
	padding: 0;
}

.navigation .wp-pagenavi .pages {
	display: none;
}

.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span {
	border: 1px solid #d7e6dc;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 16px;
	padding: 15px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.navigation .wp-pagenavi a:hover,
.navigation .wp-pagenavi span:hover {
	background: #28573f;
	border-color: #28573f;
	color: #fff;
}

.navigation .wp-pagenavi .current {
	background: #28573f;
	border-color: #28573f;
	color: #fff;
	pointer-events: none;
}

.navigation .wp-pagenavi .extend {
	display: none;
}

.page-title {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}

.category-filter {
	margin: 80px 0 100px;
	text-align: center;
}

.category-filter ul li {
	background-color: #eef6f0;
	padding: 5px 10px;
	width: 100%;
}

.category-filter ul li a {
	border-radius: 5px;
	color: #333;
	font-size: 1.1rem;
	letter-spacing: 3px;
}

.category-filter ul li a:hover {
	opacity: 0.7;
}

.m_404 {
	align-items: center;
	background-color: #eef6f0;
	display: flex;
	justify-content: center;
	min-height: 100vh;
}

.m_404 .inner {
	max-width: 960px;
	padding: 0 24px;
	width: 100%;
}

.m_404 .entry-404 {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
	padding: 80px 48px;
	text-align: center;
}

.m_404 .entry-404-head {
	color: #28573f;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 24px;
}

.m_404 .entry-404-head span {
	color: #d7e6dc;
	display: block;
	font-size: 96px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

.m_404 .entry-404-lead {
	color: #28573f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 16px;
}

.m_404 .entry-404-content {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.m_404 .entry-404-btn .btn {
	background-color: #28573f;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 36px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.m_404 .entry-404-btn .btn:hover {
	background-color: #28573f;
	transform: translateY(-2px);
}

.privacy {
	margin: 200px auto 200px;
	max-width: 880px;
}

.privacy .privacy-title {
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
}

.privacy .privacy-content {
	margin-top: 100px;
}

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

.privacy .btn {
	margin-top: 100px;
}

.thanks-content {
	margin: 200px auto 150px;
	max-width: 1000px;
	text-align: center;
}

.thanks-content .thanks-content-items .thanks-content-title {
	color: #28573f;
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 70px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
}

.flow-breadcrumb-wrap {
	padding: 90px 0 70px 6.25vw;
}

.flow-breadcrumb {
	align-items: center;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 12px;
	gap: 11px;
}

.flow-breadcrumb a {
	color: #333;
	text-decoration: none;
}

.flow-breadcrumb a:hover {
	text-decoration: underline;
}

.flow-breadcrumb__arrow {
	align-items: center;
	display: inline-flex;
}

.flow {
	background: #fff;
	padding: 0 20px 120px;
}

.flow__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin: 0 auto;
	max-width: 1000px;
}

.flow__intro {
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.flow__intro p + p {
	margin-top: 16px;
}

.flow__steps {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	width: 100%;
}

.flow__timeline {
	background: #28573f;
	height: 100%;
	left: 20px;
	position: absolute;
	top: 0;
	width: 3px;
}

.flow__step {
	padding-left: 60px;
	position: relative;
}

.flow__step-dot {
	background: #28573f;
	border-radius: 50%;
	height: 19px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
	z-index: 1;
}

.flow__step-dot::before,
.flow__step-dot::after {
	background: #fff;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7px;
}

.flow__step-dot::before {
	bottom: 100%;
	height: 7px;
}

.flow__step-dot::after {
	height: 7px;
	top: 100%;
}

.flow__step-content {
	align-items: flex-start;
	display: flex;
	gap: 40px;
}

.flow__step-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
}

.flow__step-number {
	color: #28573f;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.flow__step-title {
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.flow__step-desc {
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.flow__step-img {
	flex-shrink: 0;
	height: 208px;
	min-width: 247px;
	position: relative;
	width: 247px;
}

.flow__step-img img {
	-o-object-fit: cover;
	display: block;
	height: 208px;
	object-fit: cover;
	position: relative;
	width: 247px;
	z-index: 1;
}

.flow__step-img-accent {
	background: #28573f;
	height: 100%;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 0;
}

.faq {
	background: #eef2ee;
	padding: 80px 0;
}

.faq__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.faq__list {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 100%;
}

.faq__item {
	border-bottom: 1px solid #d7e6dc;
}

.faq__item:first-child {
	border-top: 1px solid #d7e6dc;
}

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

.faq__q-icon {
	align-items: center;
	background: #28573f;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	width: 40px;
}

.faq__q-text {
	color: #333;
	flex: 1;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.faq__toggle {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	position: relative;
	transition: transform 0.3s;
	width: 32px;
}

.faq__toggle::before,
.faq__toggle::after {
	background: #28573f;
	content: "";
	position: absolute;
	transition: transform 0.3s;
}

.faq__toggle::before {
	height: 2px;
	width: 16px;
}

.faq__toggle::after {
	height: 16px;
	width: 2px;
}

.faq__question[aria-expanded=true] .faq__toggle::after {
	transform: rotate(90deg);
}

.faq__answer {
	display: none;
	padding: 0 0 24px 56px;
}

.faq__answer.is-open {
	display: flex;
	gap: 12px;
}

.faq__a-icon {
	align-items: center;
	background: #28573f;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	width: 32px;
}

.faq__answer p {
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin: 4px 0 0;
}

.faq__answer p a {
	color: #28573f;
	text-decoration: underline;
}

.faq__answer p a:hover {
	opacity: 1;
	text-decoration: none;
}

.faq__cta {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
}

.faq__cta p {
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.single-case {
	background: #fff;
	padding: 0 0 100px;
}

.single-case__inner {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 40px;
}

.single-case__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 32px;
}

.single-case__cat {
	align-self: flex-start;
	border: 1px solid #28573f;
	border-radius: 2px;
	color: #28573f;
	display: inline-block;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 10px;
}

.single-case__date {
	color: #999;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
}

.single-case__title {
	border-bottom: 2px solid #28573f;
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	padding-bottom: 16px;
}

.single-case__thumbnail {
	border-radius: 8px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}

.single-case__thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.single-case__body {
	color: #333;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 48px;
}

.single-case__body h2 {
	border-left: 4px solid #28573f;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 40px;
	padding-left: 16px;
}

.single-case__body h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 32px;
}

.single-case__body p {
	margin: 0 0 16px;
}

.single-case__body p:last-child {
	margin-bottom: 0;
}

.single-case__body a {
	color: #28573f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-case__body a:hover {
	opacity: 1;
	text-decoration: none;
}

.single-case__body strong {
	font-weight: 700;
}

.single-case__body img {
	border-radius: 4px;
	height: auto;
	max-width: 100%;
}

.single-case__body ul,
.single-case__body ol {
	margin: 0 0 16px;
	padding-left: 24px;
}

.single-case__body ul li,
.single-case__body ol li {
	line-height: 1.7;
	margin-bottom: 8px;
}

.single-case__body ul {
	list-style: disc;
}

.single-case__body ol {
	list-style: decimal;
}

.single-case__body figure {
	margin: 0 0 24px;
}

.single-case__body hr,
.single-case__body .wp-block-separator {
	background: #d7e6dc;
	border: 0;
	height: 1px;
	margin: 32px 0;
	width: 100%;
}

.single-case__body table {
	border-collapse: collapse;
	line-height: 1.6;
	margin-bottom: 24px;
	width: 100%;
}

.single-case__body th,
.single-case__body td {
	border: 1px solid #d7e6dc;
	padding: 12px 16px;
	vertical-align: top;
}

.single-case__body th {
	background: #eef6f0;
	font-weight: 700;
	text-align: left;
}

.single-case__body .wp-block-table {
	overflow-x: auto;
}

.single-case__back {
	display: flex;
	justify-content: center;
}

.p-column-filter {
	background: #fff;
	padding: 40px 24px 0;
}

.p-column-filter__inner {
	margin: 0 auto;
	max-width: 900px;
}

.p-column-filter__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 28px;
}

.p-column-filter__tab {
	background: #348530;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 22px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-column-filter__tab:hover {
	opacity: 0.8;
}

.p-column-filter__tab.is-active {
	background: #28573f;
}

.p-column-filter__selects {
	align-items: flex-end;
	border: 1px solid #d7e6dc;
	border-radius: 8px;
	display: flex;
	gap: 20px;
	padding: 16px 20px;
}

.p-column-filter__select-wrap {
	flex: 1;
}

.p-column-filter__select-wrap label {
	color: #28573f;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}

.p-column-filter__select-wrap select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background: #fff;
	border: 1px solid #d7e6dc;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	width: 100%;
}

.p-column-list {
	background: #fff;
	padding: 40px 24px 60px;
}

.p-column-list__inner {
	margin: 0 auto;
	max-width: 1000px;
}

.p-column-list__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.p-column-list__card {
	color: #333;
	display: block;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-column-list__card:hover {
	opacity: 0.8;
}

.p-column-list__card-inner {
	border: 1px solid #d7e6dc;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.p-column-list__card-cat {
	align-self: flex-start;
	background: #28573f;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 16px 16px 0;
	padding: 4px 14px;
}

.p-column-list__card-img {
	aspect-ratio: 16/10;
	background: #ccc;
	overflow: hidden;
	width: 100%;
}

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

.p-column-list__card-title {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	padding: 0 16px;
}

.p-column-list__card-excerpt {
	color: #666;
	flex: 1;
	font-size: 12px;
	line-height: 1.8;
	margin: 8px 0 0;
	padding: 0 16px;
}

.p-column-list__card-date {
	color: #999;
	font-size: 11px;
	padding: 12px 16px 16px;
}

.p-column-list__empty {
	color: #999;
	font-size: 16px;
	grid-column: 1/-1;
	padding: 60px 0;
	text-align: center;
}

.p-column-list__pagination {
	margin-top: 40px;
}

.p-column-list__pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 4px;
	justify-content: center;
}

.p-column-list__pagination .page-numbers {
	align-items: center;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	min-width: 36px;
	padding: 0 8px;
	text-decoration: none;
}

.p-column-list__pagination .page-numbers.current {
	color: #28573f;
	text-decoration: underline;
}

.p-column-list__pagination .page-numbers.next,
.p-column-list__pagination .page-numbers.prev {
	color: #28573f;
}

.p-column-popular {
	background: #dcefe2;
	padding: 60px 24px;
}

.p-column-popular__inner {
	margin: 0 auto;
	max-width: 1000px;
}

.p-column-popular__title {
	color: #28573f;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 32px;
	text-align: center;
}

.p-column-popular__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.p-column-popular .p-column-list__card-inner {
	background: #fff;
}

.p-column-breadcrumb {
	background: #fff;
	padding: 20px 24px 0;
}

.p-column-breadcrumb__inner {
	color: #999;
	font-size: 12px;
	margin: 0 auto;
	max-width: 800px;
}

.p-column-breadcrumb__inner a {
	color: #999;
	text-decoration: none;
}

.p-column-breadcrumb__inner a:hover {
	color: #28573f;
}

.p-column-breadcrumb__inner span {
	margin: 0 6px;
}

.p-column-breadcrumb__inner span:last-child {
	color: #333;
	margin-left: 0;
}

.p-column-single {
	background: #fff;
	padding: 24px 24px 80px;
}

.p-column-single__inner {
	margin: 0 auto;
	max-width: 800px;
}

.p-column-single__header {
	margin-bottom: 32px;
}

.p-column-single__meta {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.p-column-single__meta-right {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.p-column-single__reading-time {
	background: #eef6f0;
	border-radius: 999px;
	color: #666;
	font-size: 12px;
	padding: 3px 10px;
}

.p-column-single__cat {
	background: #28573f;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 16px;
}

.p-column-single__date {
	color: #999;
	font-size: 13px;
}

.p-column-single__date--updated {
	color: #28573f;
	font-weight: 700;
}

.p-column-single__title {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.p-column-single__lead {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	margin: 16px 0 0;
}

.p-column-single__thumbnail {
	border-radius: 8px;
	margin-bottom: 32px;
	overflow: hidden;
}

.p-column-single__thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.p-column-single__toc {
	background: #dcefe2;
	border-left: 4px solid #28573f;
	border-radius: 0 8px 8px 0;
	margin: 40px 0;
	padding: 28px 32px;
}

.p-column-single__toc ol {
	counter-reset: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-column-single__toc li {
	border-bottom: 1px solid #d7e6dc;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 10px 0;
}

.p-column-single__toc li:last-child {
	border-bottom: none;
}

.p-column-single__toc li a {
	color: #333;
	text-decoration: none;
}

.p-column-single__toc li a:hover {
	color: #28573f;
}

.p-column-single__body {
	color: #333;
	font-size: 15px;
	line-height: 2;
}

.p-column-single__body h2 {
	border-bottom: 2px solid #28573f;
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin: 56px 0 20px;
	padding-bottom: 12px;
}

.p-column-single__body h2:first-child {
	margin-top: 0;
}

.p-column-single__body h3 {
	border-left: 4px solid #28573f;
	color: #28573f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin: 40px 0 16px;
	padding-left: 14px;
}

.p-column-single__body h4 {
	color: #333;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	margin: 32px 0 12px;
}

.p-column-single__body h5 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 28px 0 10px;
}

.p-column-single__body h6 {
	color: #666;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin: 24px 0 10px;
}

.p-column-single__body p {
	margin: 0 0 24px;
}

.p-column-single__body a {
	color: #28573f;
	text-decoration: underline;
}

.p-column-single__body a:hover {
	text-decoration: none;
}

.p-column-single__body strong {
	font-weight: 700;
}

.p-column-single__body em {
	font-style: italic;
}

.p-column-single__body img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

.p-column-single__body figure {
	margin: 32px 0;
}

.p-column-single__body figure img {
	display: block;
	width: 100%;
}

.p-column-single__body figcaption {
	color: #999;
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
}

.p-column-single__body .alignright {
	float: right;
	margin: 4px 0 20px 28px;
	max-width: 45%;
}

.p-column-single__body .alignleft {
	float: left;
	margin: 4px 28px 20px 0;
	max-width: 45%;
}

.p-column-single__body .aligncenter {
	display: block;
	margin: 32px auto;
}

.p-column-single__body .wp-block-image {
	margin: 32px 0;
}

.p-column-single__body .wp-block-image img {
	display: block;
}

.p-column-single__body ul,
.p-column-single__body ol {
	margin: 0 0 24px;
	padding-left: 24px;
}

.p-column-single__body ul li,
.p-column-single__body ol li {
	line-height: 1.8;
	margin-bottom: 8px;
}

.p-column-single__body ul li::marker,
.p-column-single__body ol li::marker {
	color: #28573f;
}

.p-column-single__body ul ul,
.p-column-single__body ul ol,
.p-column-single__body ol ul,
.p-column-single__body ol ol {
	margin: 8px 0 0;
}

.p-column-single__body ul {
	list-style: disc;
}

.p-column-single__body ol {
	list-style: decimal;
}

.p-column-single__body table {
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.6;
	margin: 32px 0;
	width: 100%;
}

.p-column-single__body table th,
.p-column-single__body table td {
	border: 1px solid #d7e6dc;
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}

.p-column-single__body table th {
	background: #dcefe2;
	color: #28573f;
	font-weight: 700;
}

.p-column-single__body table thead th {
	background: #28573f;
	color: #fff;
}

.p-column-single__body table tbody tr:nth-child(even) {
	background: #f9fcfa;
}

.p-column-single__body .wp-block-table {
	margin: 32px 0;
}

.p-column-single__body .wp-block-table table {
	margin: 0;
}

.p-column-single__body .wp-block-table figcaption {
	margin-top: 8px;
}

.p-column-single__body blockquote,
.p-column-single__body .wp-block-quote {
	background: #dcefe2;
	border-left: 4px solid #28573f;
	border-radius: 0 8px 8px 0;
	font-size: 15px;
	font-style: normal;
	line-height: 2;
	margin: 40px 0;
	padding: 28px 32px;
}

.p-column-single__body blockquote p,
.p-column-single__body .wp-block-quote p {
	margin: 0;
}

.p-column-single__body blockquote p + p,
.p-column-single__body .wp-block-quote p + p {
	margin-top: 16px;
}

.p-column-single__body blockquote cite,
.p-column-single__body .wp-block-quote cite {
	color: #999;
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-top: 12px;
}

.p-column-single__body hr,
.p-column-single__body .wp-block-separator {
	border: none;
	border-top: 1px solid #d7e6dc;
	margin: 48px 0;
}

.p-column-single__body hr.is-style-wide,
.p-column-single__body .wp-block-separator.is-style-wide {
	border-top-width: 2px;
}

.p-column-single__body hr.is-style-dots,
.p-column-single__body .wp-block-separator.is-style-dots {
	border: none;
	margin: 40px 0;
	text-align: center;
}

.p-column-single__body hr.is-style-dots::before,
.p-column-single__body .wp-block-separator.is-style-dots::before {
	color: #999;
	content: "・・・";
	font-size: 20px;
	letter-spacing: 8px;
}

.p-column-single__body code {
	background: #f4f4f4;
	border-radius: 3px;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
	font-size: 0.9em;
	padding: 2px 6px;
}

.p-column-single__body pre {
	background: #2d2d2d;
	border-radius: 8px;
	color: #f8f8f2;
	font-size: 13px;
	line-height: 1.7;
	margin: 32px 0;
	overflow-x: auto;
	padding: 24px;
}

.p-column-single__body pre code {
	background: none;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
}

.p-column-single__body .wp-block-columns {
	display: flex;
	gap: 24px;
	margin: 32px 0;
}

.p-column-single__body .wp-block-column {
	flex: 1;
}

.p-column-single__body .wp-block-group {
	margin: 32px 0;
}

.p-column-single__body .wp-block-group.has-background {
	border-radius: 8px;
	padding: 28px 32px;
}

.p-column-single__body .wp-block-gallery {
	display: grid;
	gap: 12px;
	margin: 32px 0;
}

.p-column-single__body .wp-block-gallery.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.p-column-single__body .wp-block-gallery.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.p-column-single__body .wp-block-gallery .wp-block-image {
	margin: 0;
}

.p-column-single__body .wp-block-gallery .wp-block-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-column-single__body .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 32px 0;
}

.p-column-single__body .wp-block-button__link {
	background: #28573f;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 12px 28px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-column-single__body .wp-block-button__link:hover {
	color: #fff;
	opacity: 0.8;
}

.p-column-single__body .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid #28573f;
	color: #28573f;
}

.p-column-single__body .wp-block-embed {
	margin: 32px 0;
}

.p-column-single__body .wp-block-embed__wrapper {
	position: relative;
}

.p-column-single__body .wp-block-embed__wrapper iframe {
	max-width: 100%;
}

.p-column-single__body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
	padding-top: 56.25%;
	position: relative;
}

.p-column-single__body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-column-single__body::after {
	clear: both;
	content: "";
	display: table;
}

.p-column-share {
	align-items: center;
	display: flex;
	gap: 16px;
	margin: 0 auto;
	max-width: 800px;
	padding: 20px 0;
}

.p-column-share__label {
	color: #666;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.p-column-share__buttons {
	display: flex;
	gap: 8px;
}

.p-column-share__btn {
	align-items: center;
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.2s;
	width: 40px;
}

.p-column-share__btn:hover {
	opacity: 0.8;
}

.p-column-share__btn--x {
	background: #000;
}

.p-column-share__btn--fb {
	background: #1877f2;
}

.p-column-share__btn--line {
	background: #06c755;
}

.p-column-share__btn--copy {
	background: #666;
	border-radius: 999px;
	font-size: 12px;
	gap: 4px;
	padding: 0 14px;
	position: relative;
	width: auto;
}

.p-column-share__copy-text {
	color: #fff;
	font-size: 12px;
}

.p-column-author {
	align-items: flex-start;
	background: #eef6f0;
	border-radius: 8px;
	display: flex;
	gap: 24px;
	margin: 0 auto;
	max-width: 800px;
	padding: 32px;
}

.p-column-author__logo {
	flex-shrink: 0;
	width: 80px;
}

.p-column-author__logo img {
	height: auto;
	width: 100%;
}

.p-column-author__info {
	flex: 1;
}

.p-column-author__name {
	color: #28573f;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
}

.p-column-author__desc {
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}

.p-column-postnav {
	display: flex;
	gap: 24px;
	margin: 32px auto 0;
	max-width: 800px;
	padding: 0 24px;
}

.p-column-postnav__item {
	border: 1px solid #d7e6dc;
	border-radius: 8px;
	color: #333;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
	text-decoration: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.p-column-postnav__item:hover {
	border-color: #28573f;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.p-column-postnav__item--next {
	text-align: right;
}

.p-column-postnav__item.is-empty {
	border: none;
	pointer-events: none;
}

.p-column-postnav__arrow {
	color: #28573f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.p-column-postnav__label {
	color: #999;
	font-size: 12px;
	margin-bottom: 4px;
}

.p-column-postnav__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
}

.p-column-related {
	background: #eef6f0;
	margin-top: 40px;
	padding: 60px 24px;
}

.p-column-related__inner {
	margin: 0 auto;
	max-width: 1000px;
}

.p-column-related__title {
	color: #28573f;
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 32px;
	text-align: center;
}

.p-column-related__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.p-column-related .p-column-list__card-inner {
	background: #fff;
}

.p-column-box {
	border-radius: 8px;
	margin: 32px 0;
	overflow: hidden;
}

.p-column-box__header {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	padding: 10px 20px;
}

.p-column-box__header svg {
	flex-shrink: 0;
}

.p-column-box__body {
	font-size: 14px;
	line-height: 1.8;
	padding: 20px;
}

.p-column-box__body p:last-child {
	margin-bottom: 0;
}

.p-column-box--info {
	border: 1px solid #cce5ff;
}

.p-column-box--info .p-column-box__header {
	background: #4a90d9;
}

.p-column-box--info .p-column-box__body {
	background: #f0f7ff;
}

.p-column-box--warning {
	border: 1px solid #ffeeba;
}

.p-column-box--warning .p-column-box__header {
	background: #e6a817;
}

.p-column-box--warning .p-column-box__body {
	background: #fff9e6;
}

.p-column-box--memo {
	border: 1px solid #d6d8db;
}

.p-column-box--memo .p-column-box__header {
	background: #6c757d;
}

.p-column-box--memo .p-column-box__body {
	background: #f8f9fa;
}

.p-column-box--point {
	border: 1px solid #d7e6dc;
}

.p-column-box--point .p-column-box__header {
	background: #28573f;
}

.p-column-box--point .p-column-box__body {
	background: #eef6f0;
}

.p-column-box--check {
	border: 1px solid #b7e1c8;
}

.p-column-box--check .p-column-box__header {
	background: #28a745;
}

.p-column-box--check .p-column-box__body {
	background: #f0faf4;
}

.p-column-box--attention {
	border: 1px solid #f5c6cb;
}

.p-column-box--attention .p-column-box__header {
	background: #dc3545;
}

.p-column-box--attention .p-column-box__body {
	background: #fff5f5;
}

.p-column-marker {
	font-weight: inherit;
	padding: 2px 0;
}

.p-column-marker--yellow {
	background: linear-gradient(transparent 60%, #fff9b1 60%);
}

.p-column-marker--red {
	background: linear-gradient(transparent 60%, #ffcdd2 60%);
}

.p-column-marker--blue {
	background: linear-gradient(transparent 60%, #bbdefb 60%);
}

.p-column-balloon {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	margin: 32px 0;
}

.p-column-balloon--right {
	flex-direction: row-reverse;
}

.p-column-balloon--right .p-column-balloon__body::before {
	border-left-color: #eef6f0;
	border-right-color: transparent;
	left: auto;
	right: -8px;
}

.p-column-balloon__avatar {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 4px;
}

.p-column-balloon__icon {
	align-items: center;
	background: #dcefe2;
	border-radius: 50%;
	color: #28573f;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.p-column-balloon__name {
	color: #999;
	font-size: 11px;
	line-height: 1.3;
	max-width: 60px;
	text-align: center;
}

.p-column-balloon__body {
	background: #eef6f0;
	border-radius: 8px;
	flex: 1;
	font-size: 14px;
	line-height: 1.8;
	padding: 16px 20px;
	position: relative;
}

.p-column-balloon__body::before {
	border-color: transparent #eef6f0 transparent transparent;
	border-style: solid;
	border-width: 6px 8px 6px 0;
	content: "";
	height: 0;
	left: -8px;
	position: absolute;
	top: 16px;
	width: 0;
}

.p-column-balloon__body p:last-child {
	margin-bottom: 0;
}

.p-column-btn-wrap {
	margin: 32px 0;
	text-align: center;
}

.p-column-btn {
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-column-btn:hover {
	opacity: 0.8;
}

.p-column-btn span {
	font-size: 1.2em;
}

.p-column-btn--primary {
	background: #28573f;
	color: #fff;
	font-size: 15px;
	padding: 14px 36px;
}

.p-column-btn--outline {
	background: transparent;
	border: 2px solid #28573f;
	color: #28573f;
	font-size: 15px;
	padding: 12px 34px;
}

.p-column-btn--large {
	background: #28573f;
	border-radius: 8px;
	color: #fff;
	font-size: 17px;
	padding: 18px 48px;
}

.p-column-search {
	display: flex;
	gap: 0;
	margin-bottom: 16px;
}

.p-column-search__input {
	background: #fff;
	border: 1px solid #d7e6dc;
	border-radius: 4px 0 0 4px;
	border-right: none;
	color: #333;
	flex: 1;
	font-size: 14px;
	outline: none;
	padding: 10px 16px;
}

.p-column-search__input::-moz-placeholder {
	color: #999;
}

.p-column-search__input::placeholder {
	color: #999;
}

.p-column-search__input:focus {
	border-color: #28573f;
}

.p-column-search__btn {
	align-items: center;
	background: #28573f;
	border: none;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 0 16px;
	transition: opacity 0.2s;
}

.p-column-search__btn:hover {
	opacity: 0.8;
}

.p-column-tags {
	background: #fff;
	padding: 60px 24px;
}

.p-column-tags__inner {
	margin: 0 auto;
	max-width: 900px;
}

.p-column-tags__title {
	color: #28573f;
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 28px;
	text-align: center;
}

.p-column-tags__cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.p-column-tags__item {
	background: #eef6f0;
	border: 1px solid #d7e6dc;
	border-radius: 999px;
	color: #28573f;
	display: inline-block;
	font-size: 13px;
	padding: 6px 16px;
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s;
}

.p-column-tags__item:hover {
	background: #dcefe2;
	border-color: #28573f;
}

.p-column-tags__count {
	color: #999;
	font-size: 11px;
	margin-left: 2px;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

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

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s, transform 1.5s;
}

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

.fade-in-up-t {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2s, transform 2s;
}

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

.fade-in-up-f {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2.5s, transform 2.5s;
}

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

.fade-in-up-h {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 3s, transform 3s;
}

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

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

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

.fade-in-slide-l {
	opacity: 0;
	transform: translateX(-300px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-l.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-r {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-r.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in {
	opacity: 0;
	transition: opacity 0.8s ease;
}

.fade-in.is-in-view {
	opacity: 1;
}

.js-section-animate > *:not(img):not(iframe) {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-section-animate.is-in-view > *:not(img):not(iframe) {
	opacity: 1;
	transform: translateY(0);
}

.js-section-animate.is-in-view > *:nth-child(1) {
	transition-delay: 0s;
}

.js-section-animate.is-in-view > *:nth-child(2) {
	transition-delay: 0.12s;
}

.js-section-animate.is-in-view > *:nth-child(3) {
	transition-delay: 0.24s;
}

.js-section-animate.is-in-view > *:nth-child(4) {
	transition-delay: 0.36s;
}

.js-section-animate.is-in-view > *:nth-child(5) {
	transition-delay: 0.48s;
}

.js-section-animate.is-in-view > *:nth-child(6) {
	transition-delay: 0.6s;
}

.js-section-animate.is-in-view > *:nth-child(7) {
	transition-delay: 0.72s;
}

.js-section-animate.is-in-view > *:nth-child(8) {
	transition-delay: 0.84s;
}

.js-section-animate.is-in-view > *:nth-child(9) {
	transition-delay: 0.96s;
}

.js-section-animate.is-in-view > *:nth-child(10) {
	transition-delay: 1.08s;
}

.js-stagger-children > * {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-stagger-children.is-in-view > * {
	opacity: 1;
	transform: translateY(0);
}

.js-stagger-children.is-in-view > *:nth-child(1) {
	transition-delay: 0s;
}

.js-stagger-children.is-in-view > *:nth-child(2) {
	transition-delay: 0.1s;
}

.js-stagger-children.is-in-view > *:nth-child(3) {
	transition-delay: 0.2s;
}

.js-stagger-children.is-in-view > *:nth-child(4) {
	transition-delay: 0.3s;
}

.js-stagger-children.is-in-view > *:nth-child(5) {
	transition-delay: 0.4s;
}

.js-stagger-children.is-in-view > *:nth-child(6) {
	transition-delay: 0.5s;
}

.js-stagger-children.is-in-view > *:nth-child(7) {
	transition-delay: 0.6s;
}

.js-stagger-children.is-in-view > *:nth-child(8) {
	transition-delay: 0.7s;
}

.js-stagger-children.is-in-view > *:nth-child(9) {
	transition-delay: 0.8s;
}

.js-stagger-children.is-in-view > *:nth-child(10) {
	transition-delay: 0.9s;
}

.js-stagger-children.is-in-view > *:nth-child(11) {
	transition-delay: 1s;
}

.js-stagger-children.is-in-view > *:nth-child(12) {
	transition-delay: 1.1s;
}

.p-hero .p-hero__bg img {
	transform: scale(1.1);
	transition: transform 6s ease-out;
}

.p-hero .p-hero__overlay {
	opacity: 0;
	transition: opacity 1s ease 0.3s;
}

.p-hero .p-hero__title,
.p-hero .p-hero__text,
.p-hero .p-hero__buttons,
.p-hero .p-hero__bar {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-hero.is-hero-loaded .p-hero__bg img {
	transform: scale(1);
}

.p-hero.is-hero-loaded .p-hero__overlay {
	opacity: 1;
}

.p-hero.is-hero-loaded .p-hero__title {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.p-hero.is-hero-loaded .p-hero__text {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.8s;
}

.p-hero.is-hero-loaded .p-hero__buttons {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.1s;
}

.p-hero.is-hero-loaded .p-hero__bar {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.4s;
}

.shrink-image {
	height: 100%;
	transform-origin: center;
	transition: transform 1s ease-in-out;
	width: 100%;
}

.shrink-image.shrink {
	transform: scale(1.3);
}

.scroll-down {
	bottom: 35%;
	padding-left: 140px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	transform: rotateZ(-90deg);
	transform-origin: right bottom;
	z-index: 201;
}

.scroll-down__line {
	height: 0px;
	position: absolute;
	right: 45%;
	top: 45%;
	width: 160px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	height: 0;
	opacity: 0;
	width: 100%;
}

.scroll-down__text {
	color: #fff;
	font-family: "Replica-Bold", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.scroll-down__text span {
	display: block;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
	transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
	animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
	opacity: 1;
	transform: none;
}

.is-body-touch .scroll-down {
	display: none;
}

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

.p-header__nav {
	display: none;
}

.p-header__cta {
	display: none;
}

.drawer-icon {
	display: flex;
}

.news-archive .p-news-content-archive .p-news-content__item-archive {
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}

.u-is-tab {
	display: none;
}

}

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

.category-filter ul {
	display: flex;
	gap: 15px;
	margin: 0 auto;
	max-width: 800px;
}

.u-is-sp {
	display: none;
}

}

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

.l-inner {
	padding: 0 20px;
}

.buttons {
	justify-content: center;
}

.c-page-header {
	font-size: 25px;
	padding: 32px 16px;
}

.c-page-intro {
	padding: 48px 16px;
}

.c-page-intro__title {
	font-size: 26px;
}

.c-page-intro__text {
	font-size: 13px;
}

.c-page-mission {
	padding: 60px 16px;
}

.c-page-mission::before {
	display: none;
}

.c-page-mission__watermark {
	height: 180px;
	right: -20px;
	width: 260px;
}

.c-page-mission__title {
	font-size: 22px;
	margin-bottom: 28px;
}

.c-page-mission p {
	font-size: 13px;
}

.c-page-cta {
	padding: 60px 16px;
}

.c-page-cta__title {
	font-size: 20px;
}

.c-page-cta p {
	font-size: 13px;
}

.c-page-cta__buttons {
	align-items: center;
	flex-direction: column;
	gap: 12px;
}

.c-page-cta__buttons .c-btn {
	max-width: 300px;
	width: 79%;
}

.c-values-section {
	padding: 60px 16px;
}

.c-values-section::before {
	display: none;
}

.c-values-section__watermark {
	height: 180px;
	right: -20px;
	width: 260px;
}

.c-values-section__watermark {
	height: 140px;
	width: 200px;
}

.c-values-section__title {
	font-size: 20px;
	margin-bottom: 24px;
}

.c-values-section p {
	font-size: 13px;
}

.p-header__logo img {
	height: 36px;
}

.p-header__nav {
	display: none;
}

.p-header__cta {
	display: none;
}

.drawer-icon {
	display: flex;
}

.p-hero__overlay {
	-webkit-clip-path: none;
	background: rgba(26, 68, 35, 0.75);
	clip-path: none;
}

.p-hero__content {
	max-width: 100%;
	padding: 80px 20px 80px;
}

.p-hero__title {
	font-size: 28px;
}

.p-hero__text {
	font-size: 13px;
}

.p-hero__buttons {
	flex-direction: column;
	gap: 10px;
}

.p-hero__bar {
	font-size: 11px;
	padding: 12px 0;
}

.skewed-badge > span,
.skewed-badge > div {
	font-size: 20px;
}

.skewed-badge--lg > span,
.skewed-badge--lg > div {
	font-size: 20px;
}

.c-btn {
	font-size: 14px;
	justify-content: center;
	padding: 14px 24px;
	width: 64%;
}

.p-home-mission {
	padding: 60px 16px;
}

.p-home-mission::before {
	display: none;
}

.p-home-mission__watermark {
	height: 180px;
	right: -20px;
	width: 260px;
}

.p-home-mission__title {
	font-size: 28px;
	margin-bottom: 28px;
}

.p-home-mission p {
	font-size: 13px;
}

.p-home-values {
	padding: 48px 16px;
}

.p-home-values__badges {
	gap: 8px;
}

.p-home-values__title {
	font-size: 22px;
}

.p-home-values__lead {
	margin-bottom: 32px;
}

.p-home-values__cards {
	align-items: center;
	flex-direction: column;
	gap: 16px;
}

.p-home-values__card {
	background: #eef6f0;
	border-radius: 10px;
	max-width: 344px;
	width: 100%;
}

.p-home-values__card-title {
	font-size: 20px;
}

.p-home-values__card img {
	height: 100px;
	width: 100px;
}

.p-home-service {
	padding: 60px 16px;
}

.p-home-service__heading {
	font-size: 22px;
}

.p-home-service__lead {
	font-size: 13px;
	margin: 20px 0 32px;
}

.p-home-service__cards {
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.p-home-service__card-title {
	font-size: 16px;
}

.p-home-service__card img {
	height: 80px;
	width: 80px;
}

.p-home-works {
	padding: 48px 16px;
}

.p-home-works__title {
	font-size: 20px;
}

.p-home-works__lead {
	font-size: 13px;
	margin-bottom: 32px;
}

.p-home-works__cards {
	gap: 16px;
	grid-template-columns: 1fr;
}

.p-home-works__card-industry {
	font-size: 16px;
}

.p-home-works__card-type {
	font-size: 18px;
	margin: 10px 0;
}

.p-home-works__card-text {
	font-size: 13px;
}

.p-home-recruit__title {
	font-size: 20px;
}

.p-home-recruit__tags {
	flex-wrap: wrap;
	gap: 10px;
}

.p-home-recruit__tags span {
	font-size: 12px;
	padding: 8px 18px;
}

.p-home-pride {
	padding: 48px 16px;
}

.p-home-pride p:first-of-type {
	font-size: 16px;
	margin-top: 24px;
}

.p-home-pride p + p {
	margin-top: 20px;
}

.p-home-cta {
	padding: 60px 16px;
}

.p-home-cta__title {
	font-size: 20px;
}

.p-home-cta__lead {
	font-size: 16px;
}

.p-home-cta__buttons {
	align-items: center;
	flex-direction: column;
	gap: 12px;
}

.p-home-cta__btn {
	font-size: 13px;
	padding: 14px 24px;
	width: 100%;
}

.p-about-values {
	padding: 48px 16px;
}

.p-about-values__title {
	font-size: 20px;
}

.p-about-values__lead {
	font-size: 13px;
	margin-bottom: 32px;
}

.p-about-service {
	padding: 48px 16px;
}

.p-about-service__title {
	font-size: 20px;
}

.p-about-service__lead {
	font-size: 13px;
	margin-bottom: 28px;
}

.p-about-cases {
	padding: 48px 16px;
}

.p-about-cases__title {
	font-size: 20px;
}

.p-about-cases__lead {
	font-size: 13px;
	margin-bottom: 28px;
}

.p-about-ceo {
	min-height: auto;
}

.p-about-ceo__overlay {
	background: rgba(24, 66, 44, 0.8);
	width: 100%;
}

.p-about-ceo__content {
	margin: 0;
	max-width: 100%;
	padding: 48px 20px;
}

.p-about-ceo__content h2 {
	font-size: 22px;
}

.p-about-ceo__content p {
	font-size: 13px;
}

.p-about-links {
	padding: 48px 16px;
}

.p-about-links h2 {
	font-size: 20px;
}

.p-about-links__buttons .c-btn {
	font-size: 16px;
	padding: 16px 20px;
	width: 80%;
}

.p-service-overview {
	padding: 48px 16px;
}

.p-service-overview__title {
	font-size: 20px;
}

.p-service-overview__lead {
	font-size: 13px;
	margin-bottom: 28px;
}

.p-service-overview__cards {
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.p-service-overview__card img {
	height: 60px;
	width: 60px;
}

.skewed-badge--sm > span,
.skewed-badge--sm > div {
	font-size: 16px;
}

.p-service-detail {
	padding: 48px 16px;
}

.p-service-detail__inner {
	gap: 0;
	grid-template-columns: 1fr;
}

.p-service-detail__text h2 {
	font-size: 20px;
}

.p-service-detail__text p {
	font-size: 13px;
}

.p-service-detail__list {
	font-size: 13px;
	padding: 16px 18px;
}

.p-service-detail__media p {
	font-size: 13px;
}

.p-service-detail__bottom {
	grid-template-columns: 1fr;
}

.p-service-detail__bottom p {
	font-size: 13px;
}

.p-case-tags {
	padding: 48px 16px;
}

.p-case-tags__title {
	font-size: 22px;
}

.p-case-tags__lead {
	font-size: 13px;
	margin-bottom: 24px;
}

.p-case-tags__grid {
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.p-case-tags__item {
	font-size: 13px;
	padding: 10px 6px;
}

.p-case-list {
	padding: 48px 16px;
}

.p-case-list__title {
	font-size: 20px;
}

.p-case-list__lead {
	font-size: 13px;
	margin-bottom: 28px;
}

.p-case-list__grid {
	gap: 16px;
	grid-template-columns: 1fr;
}

.p-recruit-growth {
	padding: 48px 16px;
}

.p-recruit-growth__inner > h2 {
	font-size: 20px;
	margin-bottom: 32px;
}

.p-recruit-growth__cards {
	gap: 16px;
	grid-template-columns: 1fr;
}

.p-recruit-growth__card-title {
	font-size: 18px;
	padding: 16px 16px 0;
}

.p-recruit-growth__card p {
	font-size: 13px;
	padding: 0 16px 16px;
}

.p-recruit-fit {
	padding: 48px 16px;
}

.p-recruit-fit__inner > h2 {
	font-size: 20px;
	margin-bottom: 24px;
}

.p-recruit-fit__grid {
	grid-template-columns: 1fr;
}

.p-recruit-fit__item {
	font-size: 16px;
	padding: 8px 16px;
}

.p-recruit-fit__item small {
	font-size: 13px;
}

.p-recruit-work {
	padding: 48px 16px;
}

.p-recruit-work__inner > h2 {
	font-size: 20px;
}

.p-recruit-work__inner > p {
	font-size: 13px;
	line-height: 1.8;
}

.p-recruit-work__grid {
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.p-recruit-work__card-label {
	font-size: 13px;
}

.p-recruit-numbers {
	padding: 45px 16px;
}

.p-recruit-numbers__inner > h2 {
	font-size: 20px;
	margin-bottom: 24px;
}

.p-recruit-numbers__grid {
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.p-recruit-numbers__card {
	padding: 16px 10px 0;
}

.p-recruit-numbers__label {
	font-size: 14px;
	margin-bottom: 16px;
}

.p-recruit-numbers__value {
	font-size: 32px;
}

.p-recruit-numbers__value span {
	font-size: 13px;
}

.p-recruit-numbers__value strong {
	font-size: 28px;
}

.p-recruit-numbers__value--sm {
	font-size: 20px;
}

.p-recruit-numbers__text {
	font-size: 13px;
}

.p-recruit-numbers__note {
	font-size: 13px;
	margin-top: 24px;
}

.p-recruit-benefits {
	padding: 60px 16px;
}

.p-recruit-benefits__inner > h2 {
	font-size: 20px;
	margin-bottom: 28px;
}

.p-recruit-benefits__inner > p {
	font-size: 13px;
	margin-top: 28px;
}

.p-recruit-benefits__content {
	gap: 24px;
	grid-template-columns: 1fr;
}

.p-recruit-benefits__list {
	-moz-column-gap: 8px;
	column-gap: 8px;
	font-size: 13px;
	grid-template-columns: 1fr 1fr;
	line-height: 1.8;
}

.p-recruit-voice {
	padding: 48px 16px;
}

.p-recruit-voice__inner > h2 {
	font-size: 20px;
}

.p-recruit-voice__content {
	gap: 24px;
	grid-template-columns: 1fr;
}

.p-recruit-voice__text p {
	font-size: 13px;
}

.p-recruit-voice__q {
	font-size: 18px;
}

.p-recruit-faq {
	padding: 60px 16px;
}

.p-recruit-faq__inner > h2 {
	font-size: 22px;
	margin: 0 0 28px;
}

.p-recruit-faq__grid {
	grid-template-columns: 1fr;
}

.p-recruit-faq__question {
	font-size: 14px;
	padding: 12px 14px;
}

.p-recruit-faq__answer {
	font-size: 14px;
	padding: 0 14px;
}

.p-recruit-faq__answer.is-open {
	padding: 12px 14px;
}

.p-recruit-requirements {
	padding: 48px 16px;
}

.p-recruit-requirements__inner {
	gap: 32px;
	grid-template-columns: 1fr;
}

.p-recruit-requirements__table h2 {
	font-size: 22px;
}

.p-recruit-requirements__table dl {
	font-size: 13px;
	grid-template-columns: 1fr;
}

.p-recruit-requirements__table dt {
	border-top: 1px solid #d7e6dc;
	padding-top: 12px;
}

.p-recruit-requirements__table dd {
	padding-bottom: 4px;
}

.p-recruit-requirements__cta {
	text-align: center;
}

.p-recruit-requirements__cta h2 {
	font-size: 18px;
}

.p-recruit-requirements__cta p {
	font-size: 13px;
}

.p-company-info {
	padding: 32px 16px;
}

.p-company-info__inner > h2 {
	font-size: 22px;
}

.p-company-info__data {
	font-size: 13px;
}

.p-company-info__indent {
	padding-left: 0;
}

.p-company-access {
	padding: 48px 16px 0;
}

.p-company-access h2 {
	font-size: 20px;
}

.p-company-access p {
	font-size: 13px;
	margin-bottom: 24px;
}

.p-company-access__map iframe {
	height: 280px;
}

.p-contact-tel {
	padding: 48px 16px;
}

.p-contact-tel__lead {
	font-size: 13px;
	margin-bottom: 32px;
}

.p-contact-tel__badge {
	font-size: 18px;
	padding: 8px 20px;
}

.p-contact-tel__number {
	font-size: 26px;
}

.p-contact-tel__hours {
	font-size: 13px;
}

.p-contact-tel__note {
	font-size: 13px;
}

.p-contact-types {
	padding: 0 16px 48px;
}

.p-contact-types__badge {
	font-size: 16px;
	margin-bottom: 28px;
	padding: 8px 16px;
}

.p-contact-types__grid {
	gap: 24px;
	grid-template-columns: 1fr;
}

.p-contact-types__item-title {
	font-size: 17px;
}

.p-contact-types__item-list {
	font-size: 13px;
}

.p-contact-form {
	padding: 48px 16px;
}

.p-contact-form__badge {
	font-size: 18px;
	margin-bottom: 24px;
	padding: 9px 18px;
}

.p-contact-form__lead {
	font-size: 13px;
}

.p-contact-form__note {
	font-size: 13px;
	margin-bottom: 32px;
}

.p-contact-form__row {
	grid-template-columns: 1fr;
}

.p-contact-form .cf7-field label {
	font-size: 14px;
}

.p-contact-form .cf7-row {
	grid-template-columns: 1fr;
}

.p-contact-form .cf7-submit input[type=submit] {
	font-size: 14px;
	padding: 14px 40px;
}

.p-thanks {
	padding: 60px 16px;
}

.p-thanks__title {
	font-size: 22px;
	margin-bottom: 24px;
}

.p-thanks p {
	font-size: 13px;
}

.p-thanks__buttons {
	margin-top: 32px;
}

.p-footer__tagline {
	padding: 40px 16px 28px;
}

.p-footer__tagline-title {
	font-size: 20px;
	letter-spacing: 0.03em;
}

.p-footer__tagline-text {
	font-size: 13px;
	margin-top: 10px;
}

.p-footer__tagline-text br {
	display: none;
}

.p-footer__inner {
	flex-direction: column;
	gap: 28px;
	padding: 0 20px 32px;
}

.p-footer__company {
	flex: none;
	width: 100%;
}

.p-footer__logo img {
	height: 38px;
}

.p-footer__info {
	font-size: 12px;
	overflow-wrap: break-word;
	padding-left: 0;
	white-space: normal;
	word-break: break-all;
}

.p-footer__links {
	display: grid;
	font-size: 13px;
	gap: 20px 16px;
	grid-template-columns: 1fr 1fr;
	margin-top: 0;
}

.p-footer__nav a {
	padding: 4px 0;
}

.p-footer__nav {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4px 16px;
	grid-column: 1/-1;
}

.p-footer__cta-links {
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	grid-column: 1/-1;
}

.p-footer__copyright {
	font-size: 10px;
	padding: 16px;
}

.news {
	padding: 150px 20px 0;
}

.news .p-news-title {
	font-size: 24px;
}

.news .p-news-content {
	margin: 10px auto 0;
}

.news .p-news-content .p-news-content__item {
	display: block;
	padding: 20px 10px 2px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text {
	display: block;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-date {
	font-size: 0.7rem;
	letter-spacing: 2px;
	margin-right: 10px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text {
	padding: 3px 0 1px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text a {
	font-size: 0.6rem;
}

.news .p-news-content .p-news-content__item .p-news-content__item-tc .p-news-content__item-tc-title {
	font-size: 0.8rem;
	margin-top: 5px;
}

.news-archive {
	margin: 80px auto 90px;
}

.news-archive .p-news-fv .p-news-fv__title {
	font-size: 1.2rem;
}

.news-archive .p-news-content-archive {
	margin-top: 70px;
	padding: 0 20px;
}

.news-archive .p-news-content-archive .p-news-content__item-archive {
	gap: 30px;
	grid-template-columns: 1fr;
	padding: 0 20px;
}

.news-archive .p-news-content-archive .p-news-card__meta .p-news-card__cats a {
	font-size: 0.6rem;
}

.news-archive .p-news-content-archive .p-news-card__title a {
	font-size: 1rem;
}

.news-single-content .p-news-fv {
	margin-top: 80px;
}

.news-single-content .p-news-fv .p-news-fv__img img {
	height: 100px;
}

.news-single-content {
	font-size: 1.2rem;
	line-height: 1.5;
}

.news-single-content .news-single-message {
	padding: 0 20px;
}

.news-single-content .news-single-message .news-single-data {
	font-size: 0.8rem;
}

.news-single-content .news-single-message .news-single-category {
	font-size: 0.9rem;
	margin-top: 10px;
}

.news-single-content .news-single-message .news-single-title {
	font-size: 1.2rem;
	margin-top: 15px;
}

.news-single-content-message {
	font-size: 0.9rem;
	padding: 40px 5% 30px;
}

.page-title {
	font-size: 24px;
	margin-bottom: 15px;
}

.category-filter {
	margin: 40px 0 60px;
}

.category-filter ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.category-filter ul li {
	padding: 0;
	text-align: center;
	width: calc(50% - 15px);
}

.category-filter ul li a {
	font-size: 0.8rem;
}

.m_404 .entry-404 {
	padding: 56px 24px;
}

.m_404 .entry-404-head {
	font-size: 22px;
}

.m_404 .entry-404-head span {
	font-size: 72px;
}

.m_404 .entry-404-lead {
	font-size: 18px;
}

.m_404 .entry-404-content {
	font-size: 16px;
}

.m_404 .entry-404-btn .btn {
	max-width: 280px;
	width: 100%;
}

.privacy {
	margin: 130px auto 100px;
}

.privacy .privacy-title {
	font-size: 1.3rem;
}

.privacy .privacy-content {
	margin-top: 40px;
	padding: 0 20px;
}

.privacy .privacy-content p {
	font-size: 0.9rem;
}

.privacy .btn {
	margin-top: 50px;
}

.thanks-content {
	margin: 150px auto 100px;
	padding: 0 20px;
}

.thanks-content .thanks-content-items .thanks-content-title {
	font-size: 2.2rem;
	margin-bottom: 80px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	font-size: 1rem;
	line-height: 1.8;
}

.flow-breadcrumb-wrap {
	margin-top: 50px;
	padding: 20px;
}

.flow {
	padding: 0 20px 60px;
}

.flow__inner {
	gap: 32px;
}

.flow__intro {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.flow__steps {
	gap: 80px;
}

.flow__timeline {
	display: none;
}

.flow__step {
	padding-left: 0;
}

.flow__step-dot {
	display: none;
}

.flow__step-content {
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.flow__step-img::after {
	background: #28573f;
	content: "";
	display: block;
	height: 40px;
	margin: 20px auto 0;
	width: 2px;
}

.flow__step:last-child .flow__step-img::after {
	display: none;
}

.flow__step-title {
	font-size: 20px;
}

.flow__step-desc {
	font-size: 16px;
	line-height: 24px;
}

.flow__step-img {
	height: 208px;
	min-width: 247px;
	width: 247px;
}

.flow__step-img-accent {
	left: 8px;
	top: 8px;
}

.faq {
	padding: 48px 0;
}

.faq__inner {
	gap: 32px;
}

.faq__question {
	gap: 12px;
	padding: 20px 0;
}

.faq__q-icon {
	font-size: 16px;
	height: 32px;
	min-width: 32px;
	width: 32px;
}

.faq__q-text {
	font-size: 16px;
}

.faq__answer {
	padding: 0 0 20px 44px;
}

.faq__a-icon {
	font-size: 16px;
	height: 28px;
	min-width: 28px;
	width: 28px;
}

.faq__answer p {
	font-size: 16px;
}

.faq__cta p {
	font-size: 16px;
}

.single-case {
	padding: 0 0 64px;
}

.single-case__inner {
	padding: 0 20px;
}

.single-case__header {
	margin-bottom: 24px;
}

.single-case__title {
	font-size: 22px;
}

.single-case__thumbnail {
	margin-bottom: 32px;
}

.single-case__body {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.single-case__body h2 {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 32px;
}

.single-case__body h3 {
	font-size: 16px;
	margin-top: 24px;
}

.p-column-filter {
	padding: 32px 16px 0;
}

.p-column-filter__tab {
	font-size: 12px;
	padding: 6px 14px;
}

.p-column-filter__selects {
	align-items: stretch;
	flex-direction: column;
	gap: 12px;
}

.p-column-list {
	padding: 32px 16px 48px;
}

.p-column-list__grid {
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.p-column-list__card-title {
	font-size: 15px;
}

.p-column-popular {
	padding: 48px 16px;
}

.p-column-popular__title {
	font-size: 22px;
	margin-bottom: 24px;
}

.p-column-popular__grid {
	gap: 16px;
	grid-template-columns: 1fr;
}

.p-column-breadcrumb {
	padding: 16px 16px 0;
}

.p-column-single {
	padding: 20px 16px 60px;
}

.p-column-single__meta {
	flex-direction: column;
	gap: 8px;
}

.p-column-single__meta-right {
	gap: 8px;
}

.p-column-single__title {
	font-size: 22px;
}

.p-column-single__toc {
	padding: 20px 20px;
}

.p-column-single__body h2 {
	font-size: 20px;
	margin: 40px 0 16px;
}

.p-column-single__body h3 {
	font-size: 17px;
	margin: 32px 0 12px;
}

.p-column-single__body h4 {
	font-size: 16px;
}

.p-column-single__body h5 {
	font-size: 15px;
}

.p-column-single__body h6 {
	font-size: 14px;
}

.p-column-single__body .alignright {
	float: none;
	margin: 24px 0;
	max-width: 100%;
}

.p-column-single__body .alignleft {
	float: none;
	margin: 24px 0;
	max-width: 100%;
}

.p-column-single__body .wp-block-image.alignright,
.p-column-single__body .wp-block-image.alignleft {
	float: none;
	margin: 24px 0;
	max-width: 100%;
}

.p-column-single__body table {
	display: block;
	font-size: 13px;
	overflow-x: auto;
	white-space: nowrap;
}

.p-column-single__body .wp-block-table {
	overflow-x: auto;
}

.p-column-single__body blockquote,
.p-column-single__body .wp-block-quote {
	padding: 20px 20px;
}

.p-column-single__body .wp-block-columns {
	flex-direction: column;
	gap: 16px;
}

.p-column-single__body .wp-block-group.has-background {
	padding: 20px 16px;
}

.p-column-single__body .wp-block-gallery.columns-3 {
	grid-template-columns: repeat(2, 1fr);
}

.p-column-share {
	padding: 16px 16px;
}

.p-column-author {
	align-items: center;
	flex-direction: column;
	gap: 16px;
	margin: 0 16px;
	padding: 24px 20px;
	text-align: center;
}

.p-column-postnav {
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
	padding: 0 16px;
}

.p-column-related {
	margin-top: 32px;
	padding: 48px 16px;
}

.p-column-related__title {
	font-size: 20px;
	margin-bottom: 24px;
}

.p-column-related__grid {
	gap: 16px;
	grid-template-columns: 1fr;
}

.p-column-balloon {
	gap: 12px;
}

.p-column-balloon__icon {
	height: 40px;
	width: 40px;
}

.p-column-balloon__icon svg {
	height: 20px;
	width: 20px;
}

.p-column-btn--large {
	font-size: 15px;
	padding: 16px 32px;
	width: 100%;
}

.p-column-tags {
	padding: 48px 16px;
}

.p-column-tags__title {
	font-size: 20px;
	margin-bottom: 20px;
}

.u-is-pc {
	display: none;
}

.p-hero.is-hero-loaded .p-hero__bar {
	font-size: 14px;
}

.scroll-down {
	bottom: -220px;
	right: 5%;
}

.scroll-down__line {
	width: 130px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #000;
	width: 80%;
}

.scroll-down__text {
	color: #000;
	font-size: 0.8rem;
}

}

@keyframes scroll-down-line {

0% {
	transform: scale(1, 1);
	transform-origin: 0% 40%;
}

20% {
	transform: scale(0.001, 1);
	transform-origin: 0% 40%;
}

20.01% {
	transform-origin: 100% 50%;
}

38% {
	transform: scale(1, 1);
	transform-origin: 100% 50%;
}

}

