body {
	background-color: #E5E9D4;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a:hover,
button:hover {
	opacity: 0.6;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.l-btn-nav-bg-white {
	background-color: #fff;
	padding-bottom: 5.125rem;
}

.l-btn-nav-wrap {
	margin-bottom: 10.75rem;
}

.l-btn-nav {
	margin-bottom: 5.125rem;
}

.l-form {
	padding-bottom: 2.75rem;
}

.l-greeting {
	margin-bottom: 4.375rem;
}

.l-news-list {
	margin-bottom: 1.75rem;
}

.l-page-bottom-btn-business {
	background-color: #fff;
	padding-bottom: 3.375rem;
}

.l-page-bottom-btn-contact {
	margin-bottom: 3.75rem;
}

.l-page-fv-recruit {
	margin-bottom: 3.5rem;
}

.l-page-fv {
	margin-bottom: 3.5rem;
}

.l-pagination-news {
	margin-bottom: 4rem;
}

.l-pagination-work {
	background-color: #fff;
	padding-bottom: 4rem;
}

.l-privacy-policy {
	margin-bottom: 3rem;
}

.l-recruit-card-section {
	margin-bottom: 2.75rem;
}

.l-section-intro-business {
	margin-bottom: 2.25rem;
}

.l-section-intro-contact {
	margin-bottom: 2.375rem;
}

.l-section-intro-privacy {
	margin-bottom: 2.6875rem;
}

.l-section-intro-recruit {
	margin-bottom: 4.0625rem;
}

.l-section-intro-work {
	margin-bottom: 1.5rem;
}

.l-single-post {
	margin-bottom: 3.0625rem;
}

.btn-nav-wrap__inner {
	display: flex;
	justify-content: space-between;
}

.btn-nav {
	text-align: center;
}

.btn-nav--bg-white {
	background-color: #F5F5F5;
	padding-bottom: 5.125rem;
}

.btn-nav__link {
	align-items: center;
	color: #21713E;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.875rem;
	justify-content: center;
	text-transform: uppercase;
}

.btn-nav__link--next {
	flex-direction: row-reverse;
}

.btn-nav__icon {
	border-color: transparent #21713E transparent transparent;
	border-style: solid;
	border-width: 0.625rem 0.875rem 0.625rem 0;
	height: 0;
	width: 0;
}

.btn-nav__icon--next {
	transform: rotate(180deg);
}

.btn-nav__text {
	line-height: 1;
}

.btn {
	display: inline-block;
}

.btn--recruit-card {
	display: block;
}

.btn__link {
	align-items: center;
	background-color: #21713E;
	border-radius: 3rem;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	padding: 1rem;
	width: 12.1875rem;
}

.btn__link--white {
	background-color: #fff;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn__link--drawer {
	box-shadow: none;
	max-width: 11.625rem;
	min-width: 0;
}

.btn__link--footer {
	box-shadow: none;
	min-width: 13.625rem;
	padding: 1.1875rem 1.125rem;
}

.btn__link--page-bottom {
	background-color: #113675;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
	max-width: 25rem;
	padding: 1.5rem 3rem;
	width: 100%;
}

.btn__link--recruit-card {
	background-color: #113675;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.25);
	margin: auto;
	max-width: 25rem;
	padding: 1rem 0;
	width: 100%;
}

.btn__link:hover {
	opacity: 1;
}

.btn__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 0.3s;
}

.btn__text--green {
	color: #21713E;
}

.btn__text--fz16 {
	font-size: 1rem;
}

.btn__icon {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 0.75rem;
	transition: 0.3s;
}

.btn__icon--green {
	border-color: transparent transparent transparent #21713E;
}

.btn__link:hover .btn__icon {
	transform: translateX(10px);
}

.btn__link:not(:has(.btn__icon)):hover .btn__text {
	transform: scale(1.1);
}

.card-list {
	background-color: #fff;
	padding: 4rem 0 5.5rem;
}

.card-list__inner {
	grid-gap: 4rem;
	display: grid;
	gap: 4rem;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 25rem;
}

.card-list__item {
	margin: 0 auto;
	width: 83.6%;
}

.card__img-wrap {
	margin-bottom: 1rem;
	position: relative;
}

.card__img {
	-o-object-fit: cover;
	aspect-ratio: 280/180;
	object-fit: cover;
	vertical-align: top;
}

.card__new-icon {
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 3.375rem;
}

.card__title {
	border-bottom: 1px solid #21713E;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 0.75rem;
	margin-top: 0;
	padding: 0 0.4375rem 0.625rem;
	position: relative;
	text-align: center;
}

.card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 0.75rem;
	margin-top: 0;
}

.card__category {
	background-color: #21713E;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.75rem 1rem;
}

.card__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	text-align: justify;
}

.company-overview {
	background-color: #F5F5F5;
	padding: 6.5rem 0 5.3125rem;
}

.company-overview__inner {
	margin: 0 auto;
	width: 73.6%;
}

.company-overview__header {
	margin-bottom: 2rem;
}

.company-overview__row {
	align-items: flex-start;
	border-bottom: 1px solid #21713E;
	display: flex;
	flex-wrap: wrap;
	padding: 0.625rem;
}

.company-overview__term {
	color: #333;
	flex: 0 0 34%;
	font-size: min(3.98vw, 16px);
	font-weight: 500;
	line-height: 1.6;
}

.company-overview__desc {
	color: #333;
	flex: 1;
	font-size: min(3.98vw, 16px);
	line-height: 1.6;
	margin: 0;
}

.content-section {
	padding: 2.5rem 0;
}

.content-section--bg-off-white {
	background-color: #F5F5F5;
}

.content-section--bg-white {
	background-color: #fff;
}

.content-section--business {
	padding: 3.125rem 0;
}

.content-section--business:last-of-type {
	padding-bottom: 6.25rem;
}

.content-section__body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	width: 86%;
}

.content-section__media {
	margin: 0 auto;
	order: 2;
	width: 94%;
}

.content-section__media--skew {
	width: 90%;
}

.content-section__img {
	-o-object-fit: cover;
	aspect-ratio: 293/167;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.content-section__header {
	order: 1;
}

.content-section__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin: 0 auto;
	order: 3;
	width: 94%;
}

.content-section__content--small {
	width: 85%;
}

.content-section__text {
	color: #333;
	font-size: 0.875rem;
	line-height: 2;
	text-align: left;
}

.content-section__btn {
	text-align: center;
}

.content-section__media-inner--skew {
	-webkit-clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
	clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
	overflow: hidden;
	width: 100%;
}

.content-section__img--skew {
	-o-object-fit: cover;
	aspect-ratio: 278/168;
	object-fit: cover;
}

.content-section__services {
	color: #21713E;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2;
}

.drawer {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: visibility 0.3s;
	visibility: hidden;
	z-index: 9999;
}

.drawer.is-open {
	pointer-events: auto;
	visibility: visible;
}

.drawer.is-open .drawer__overlay {
	opacity: 1;
}

.drawer.is-open .drawer__panel {
	transform: translateX(0);
}

.drawer__overlay {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
}

.drawer__panel {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(33, 113, 62, 0.9490196078);
	border-radius: 0 0 0 0.5rem;
	box-sizing: border-box;
	max-height: 100vh;
	max-height: 100dvh;
	max-width: 20.25rem;
	min-height: 38.3125rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3.75rem 1.375rem 2rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 80.6%;
}

.drawer__close {
	align-items: center;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 1.625rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 1.125rem;
	top: 1rem;
	transition: opacity 0.3s;
	width: 1.625rem;
	z-index: 9999;
}

.drawer__close:hover {
	opacity: 0.9;
}

.drawer__close-icon {
	height: 1rem;
	position: relative;
	width: 1rem;
}

.drawer__close-icon::before,
.drawer__close-icon::after {
	background-color: #21713E;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 100%;
}

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

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

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

.drawer__link {
	-webkit-text-decoration: none;
	border-radius: 0.5rem;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding: 0.5rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s;
}

.drawer__btn {
	justify-content: center;
	margin-left: 1rem;
}

.drawer__sns {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	margin-left: 1rem;
	padding: 0;
}

.drawer__sns-item {
	width: 2.5rem;
}

.drawer__sns-link {
	align-items: center;
	display: flex;
	justify-content: center;
	transition: opacity 0.3s;
}

.drawer__sns-link:hover {
	opacity: 0.8;
}

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

.footer {
	background-color: #21713E;
	color: #fff;
	padding: 4.3125rem 0 1rem;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 0.625rem;
	text-align: center;
}

.footer__company {
	margin-bottom: 2rem;
}

.footer__logo {
	display: inline-block;
	margin-bottom: 0.75rem;
	width: 14.5625rem;
}

.footer__logo-link {
	display: inline-block;
}

.footer__company-name {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}

.footer__address {
	-webkit-text-decoration: none;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 1.375rem;
	text-decoration: none;
}

.footer__address a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.footer__contact-info {
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 1.6875rem;
}

.footer__tel,
.footer__fax {
	line-height: 1.6;
}

.footer__btn {
	display: flex;
	justify-content: center;
}

.footer__sns {
	margin-bottom: 2rem;
}

.footer__sns-list {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__sns-link {
	display: block;
	transition: opacity 0.3s ease;
}

.footer__sns-link:hover {
	opacity: 0.8;
}

.footer__sns-icon {
	-o-object-fit: contain;
	display: block;
	height: 2.5rem;
	object-fit: contain;
	width: 2.5rem;
}

.footer__divider {
	background-color: #fff;
	height: 1px;
	margin: 0 auto 2.75rem;
	width: 69%;
}

.footer__nav {
	margin-bottom: 2rem;
}

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

.footer__nav-link {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1rem;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__copyright {
	color: #fff;
	font-size: 0.625rem;
	line-height: 1;
}

.footer__copyright span {
	text-transform: uppercase;
}

.form__container {
	background-color: #fff;
	border-radius: 1rem;
	margin-bottom: 1.5rem;
	padding: 3rem 1.5rem 2.3125rem;
}

.form__item {
	margin-bottom: 1.5rem;
}

.form__item:last-child {
	margin-bottom: 0;
}

.form__label {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.form__label-required {
	color: #D32929;
}

.form__input,
.form__textarea {
	border: 1px solid #B3B3B3;
	border-radius: 0.5rem;
	display: block;
	font-size: 16px;
	padding: 0.6875rem;
	width: 100%;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	color: #B3B3B3;
}

.form__input::placeholder,
.form__textarea::placeholder {
	color: #B3B3B3;
}

.form__textarea {
	max-height: 25rem;
	min-height: 7.5rem;
	overflow-y: auto;
	resize: none;
}

.form__checkbox-group {
	margin: 0 2rem;
}

.form__checkbox-group .wpcf7-list-item {
	display: block;
	margin-bottom: 0.75rem;
}

.form__checkbox-group .wpcf7-list-item:last-child {
	margin-bottom: 0;
}

.form__checkbox .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.5rem;
}

.form input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #B3B3B3;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	height: 1.5rem;
	margin: 0;
	width: 1.5rem;
}

.form input[type=checkbox]:checked {
	background-color: #113675;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 10 8 14 16 6'%3E%3C/polyline%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-color: #113675;
}

.form__checkbox-label {
	font-size: 1rem;
}

.form__agree {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: 0.5rem;
}

.form__agree-text {
	color: #333;
	font-size: 1rem;
}

.form__agree-link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.form__agree-link:hover {
	opacity: 0.6;
}

.form__required-error {
	color: #D32929;
	font-size: 1rem;
	margin: 0 0 1rem;
}

.form__agree-error {
	color: #c00;
	font-size: 0.875rem;
	margin: 0.5rem 0 0;
}

.form__submit-wrap {
	text-align: center;
}

.form__submit {
	background-color: #113675;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.875rem 3rem;
	transition: opacity 0.3s;
}

.form__submit:hover {
	opacity: 0.8;
}

.wpcf7-spinner {
	display: none;
}

.fv {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

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

.fv__swiper .swiper-wrapper,
.fv__swiper .swiper-slide {
	height: 100%;
}

.fv__slide-inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.fv__img {
	-o-object-fit: cover;
	-o-object-position: center center;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.fv__img--first {
	-o-object-position: right center;
	object-position: right center;
}

.fv .swiper-pagination,
.fv .swiper-button-next,
.fv .swiper-button-prev {
	display: none !important;
}

.fv__copy {
	left: 50%;
	max-width: 7.5rem;
	position: absolute;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 20%;
	z-index: 2;
}

.fv__scroll-link {
	bottom: 2.25rem;
	height: 2.5rem;
	position: absolute;
	right: 2.25rem;
	width: 2.5rem;
	z-index: 2;
}

.fv__scroll-link:hover {
	opacity: 0.8;
}

.fv__scroll-icon {
	background-color: #FAFAFA;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.fv__scroll-icon::after {
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 0.75rem 0.5rem 0 0.5rem;
	content: "";
	left: 50%;
	margin-top: 0.1em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.greeting__inner {
	margin: 0 auto;
	width: 69.7%;
}

.greeting__header {
	margin-bottom: 2.3125rem;
}

.greeting__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.greeting__media-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
	width: 73.2%;
}

.greeting__img {
	-o-object-fit: cover;
	aspect-ratio: 205/250;
	object-fit: cover;
}

.greeting__content {
	text-align: center;
	width: 100%;
}

.greeting__signature {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
}

.greeting__signature-position {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}

.greeting__signature-name {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5555555556;
}

.greeting__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 2em;
	text-align: justify;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease;
	z-index: 1000;
}

.header[data-scrolled=false] {
	background-color: transparent;
}

.header[data-scrolled=true] {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header__inner {
	align-items: center;
	display: flex;
	height: 3.75rem;
	justify-content: space-between;
	padding: 0.5rem 1.875rem;
}

.header__inner--sub {
	padding: 0.5rem 1.125rem;
}

.header__logo {
	width: 9.9375rem;
}

.header__logo--sub {
	width: 11.3125rem;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 1.625rem;
}

.header__nav-list {
	align-items: center;
	background-color: #F5F5F5;
	border-radius: 1rem;
	display: flex;
	gap: 0.5rem;
	padding: 0.5rem 1.25rem;
}

.header__nav-link {
	text-wrap: nowrap;
	-webkit-text-decoration: none;
	border-radius: 0.5rem;
	color: #333;
	display: block;
	font-size: max(12px, min(1.11vw, 1rem));
	font-weight: 600;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.header__nav-link:hover,
.header__nav-link--current {
	background-color: #21713E;
	color: #fff;
	opacity: 1;
}

.header__sns {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__sns-item {
	width: 2.5rem;
}

.header__sns-link {
	align-items: center;
	color: #333;
	display: flex;
	justify-content: center;
	transition: opacity 0.3s;
}

.header__sns-link:hover {
	opacity: 0.8;
}

.header__sns-link svg {
	height: 24px;
	width: 24px;
}

.header__btn-pc {
	background-color: #113675;
	border-radius: 2.25rem;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header__btn-pc-link {
	color: #fff;
	display: block;
	font-size: max(12px, min(1.11vw, 1rem));
	font-weight: 600;
	line-height: 1;
	padding: 1.1875rem 3rem;
	white-space: nowrap;
}

.header__btn-pc-link:hover {
	opacity: 1;
}

.header__btn-pc-text {
	display: inline-block;
	transition: 0.3s;
}

.header__btn-pc-link:hover .header__btn-pc-text {
	transform: scale(1.1);
}

.header__sp {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.header__hamburger {
	align-items: center;
	background-color: #21713E;
	border: none;
	border-radius: 0 0 0 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 60px;
	justify-content: center;
	padding: 0;
	transition: opacity 0.3s;
	width: 60px;
}

.header__hamburger:hover {
	opacity: 0.9;
}

.header__hamburger-line {
	background-color: currentColor;
	display: block;
	height: 3px;
	transition: transform 0.25s, opacity 0.3s;
	width: 24px;
}

.header__btn-sp {
	background-color: #113675;
	border-radius: 8px;
	width: 50px;
}

.header__btn-sp-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.22em;
	padding: 13px 0;
	text-decoration: none;
	text-orientation: mixed;
	width: 100%;
	writing-mode: vertical-rl;
}

.header__btn-sp-text {
	display: block;
	margin-bottom: 6px;
}

.header__btn-sp-icon {
	display: inline-block;
	height: 22px;
	margin-left: 4px;
	width: 22px;
}

body.is-drawer-open .header__hamburger,
body.is-drawer-open .header__btn-sp {
	display: none;
}

.header .header__nav-wrap.u-desktop {
	display: none;
}

.header .header__sp.u-mobile {
	display: flex;
}

.header.header--sub-white {
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header.header--sub-white[data-scrolled=false],
.header.header--sub-white[data-scrolled=true] {
	background-color: #fff;
}

.header--sub-white .header__btn-sp {
	display: none;
}

.header--sub-white .header__sp {
	position: static;
}

.header--sub-white .header__hamburger {
	background-color: transparent;
	border-radius: 8px;
	color: #21713E;
	height: 44px;
	width: 44px;
}

.header--sub-white .header__hamburger:hover {
	background-color: rgba(33, 113, 62, 0.08);
}

.header.header--sub-green {
	background-color: #21713E;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header.header--sub-green[data-scrolled=false],
.header.header--sub-green[data-scrolled=true] {
	background-color: #21713E;
}

.header--sub-green .header__btn-sp {
	display: none;
}

.header--sub-green .header__sp {
	position: static;
}

.header--sub-green .header__hamburger {
	background-color: transparent;
	border-radius: 8px;
	color: #fff;
	height: 44px;
	width: 44px;
}

.header--sub-green .header__hamburger:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.news-list__inner {
	background-color: #fff;
	border-radius: 1rem;
	margin: auto;
	padding: 1.5rem 1.875rem 2.9375rem;
}

.news-list__list {
	margin: 0;
	padding: 0;
}

.news-list__item {
	border-bottom: 1px solid #8F8F8F;
}

.news-list__link {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: flex-start;
	padding: 0.875rem 0;
}

.news-list__link:hover {
	color: #21713E;
	opacity: 1;
}

.news-list__meta {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	flex-wrap: nowrap;
	gap: 0.75rem;
	white-space: nowrap;
}

.news-list__date {
	color: #333;
	font-size: max(10px, min(2.487vw, 12px));
}

.news-list__category {
	align-items: center;
	background-color: #21713E;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-flex;
	font-size: max(10px, min(2.487vw, 12px));
	font-weight: 600;
	justify-content: center;
	padding: 0.1875rem 0.375rem;
	text-align: center;
}

.news-list__category--navy {
	background-color: #113675;
}

.news-list__title {
	display: block;
	font-size: 0.875rem;
	transition: color 0.3s;
}

.news-list__link:hover .news-list__title {
	color: #4F8F68;
}

.news-section {
	background-color: #21713E;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	width: 100%;
}

.news-section__card {
	background-color: #fff;
	border-radius: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding: 1.75rem 2.0625rem 1.625rem;
}

.news-section__heading {
	color: #333;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.news-section__item {
	border-bottom: 1px solid #8F8F8F;
}

.news-section__link {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: flex-start;
	padding: 0.875rem 0;
}

.news-section__link:hover {
	opacity: 1;
}

.news-section__meta {
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
}

.news-section__date {
	flex-shrink: 0;
	font-size: max(10px, min(2.487vw, 12px));
}

.news-section__category {
	background-color: #21713E;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-size: max(10px, min(2.487vw, 12px));
	padding: 0.125rem 0.375rem;
}

.news-section__category--navy {
	background-color: #113675;
}

.news-section__title {
	display: block;
	font-size: 0.875rem;
	transition: color 0.3s;
}

.news-section__link:hover .news-section__title {
	color: #4F8F68;
}

.news-section__more {
	text-align: right;
}

.news-section__more-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #333;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 400;
	gap: 0.375rem;
	padding: 1.25rem 0 0.25rem 1.25rem;
	text-decoration: none;
	transition: color 0.3s;
}

.news-section__more-link:hover {
	color: #4F8F68;
	opacity: 1;
}

.news-section__more-icon {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 0.75rem;
	height: 0;
	transition: border-color 0.3s;
	width: 0;
}

.news-section__more-link:hover .news-section__more-icon {
	border-color: transparent transparent transparent #4F8F68;
}

.news-title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.39;
	margin-bottom: 0;
	margin-bottom: 1.75rem;
	padding-top: 2.5rem;
	text-align: center;
}

.page-bottom-btn {
	text-align: center;
}

.page-fv {
	height: 10rem;
	position: relative;
}

.page-fv__img-wrap picture {
	display: block;
	height: 100%;
	width: 100%;
}

.page-fv__img {
	-o-object-fit: cover;
	-o-object-position: center center;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.page-fv__overlay {
	background-color: rgba(17, 54, 117, 0.31);
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.page-fv__inner {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.page-fv__title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

/* nav.pagination（あなたのラッパー）配下でWP-PageNaviをデザインに寄せる */

.pagination { /* 省略の ... */ /* 出てたら消す（今回は出てないけど保険） */
}

.pagination .wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	-webkit-text-decoration: none;
	align-items: center;
	color: #8F8F8F;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	min-width: 2rem;
	text-decoration: none;
}

.pagination .wp-pagenavi span.current {
	color: #21713E;
}

.pagination .wp-pagenavi span.extend {
	color: #8F8F8F;
	display: inline-block;
}

.pagination .wp-pagenavi span.pages {
	display: none;
}

.privacy-policy__inner {
	background-color: #fff;
	border-radius: 1rem;
	padding: 3rem 1.5rem;
}

.privacy-policy__inner h2,
.privacy-policy__inner p {
	font-size: 0.875rem;
	line-height: 2;
}

.privacy-policy__inner h2 {
	font-weight: 700;
	margin-bottom: 1em;
}

.privacy-policy__inner p {
	margin-bottom: 2em;
}

.privacy-policy__inner p:last-of-type {
	margin-bottom: 0;
}

.recruit-card-section__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.recruit-card {
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
	padding: 3.25rem 2.5625rem 3.5rem;
	position: relative;
}

.recruit-card.is-closed::after {
	background-color: rgba(51, 51, 51, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.recruit-card.is-closed .recruit-card__btn {
	opacity: 0.6;
	pointer-events: none;
}

.recruit-card__title {
	border-bottom: 1px solid #333;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 2.375rem;
	padding-bottom: 1.125rem;
}

.recruit-card__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 2.625rem;
}

.recruit-card__closed-overlay {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	left: 50%;
	padding: 1.25rem 0.625rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 2;
}

.recruit-card__closed-overlay span {
	color: #333;
	font-size: 1rem;
	font-weight: 700;
}

.section-intro--recruit {
	padding: 0;
}

.section-intro--privacy {
	padding: 2.125rem 0 0;
}

.section-intro--contact {
	padding: 2.125rem 0 0;
}

.section-intro__inner {
	margin: 0 auto;
	width: 69.7%;
}

.section-intro__header {
	margin-bottom: 2.3125rem;
}

.section-intro__header--recruit {
	margin-bottom: 3.25rem;
}

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

.section-intro__content {
	width: 100%;
}

.section-intro__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 1.25rem;
	text-align: justify;
}

.section-intro__text--center {
	text-align: center;
}

.section-intro__text--recruit {
	margin-bottom: 0;
}

.section-title__text {
	display: block;
	margin-bottom: 0.625rem;
}

.section-title__text-en,
.section-title__text-ja {
	display: block;
	text-align: center;
}

.section-title__text-en {
	color: #21713E;
	font-family: "Playfair", serif;
	font-size: 0.75rem;
}

.section-title__text-en::first-letter {
	text-transform: capitalize;
}

.section-title__text-ja {
	font-size: 1.125rem;
	font-weight: 400;
}

.section-title__line {
	background-color: #21713E;
	display: block;
	height: 1px;
	position: relative;
}

.section-title__line::after {
	background-color: #F5F5F5;
	border: 1px solid #21713E;
	border-radius: 50%;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.section-title__line--bg-green::after {
	background-color: #E5E9D4;
}

.section-title__line--green::after {
	background-color: #21713E;
}

.section-title__line--white::after {
	background-color: #fff;
}

.single-post__card {
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.875rem 2.25rem 2.875rem;
}

.single-post__date {
	color: #21713E;
	display: block;
	font-size: 0.875rem;
	line-height: 1.21;
	margin-bottom: 0.625rem;
}

.single-post__title {
	border-bottom: 1px solid #4F8F68;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.875rem;
	padding: 0 0.75rem 0.625rem;
}

/* the_content() 出力部分（クラスなし） */

.single-post__content p {
	font-size: 1rem;
	line-height: 2;
}

.single-post__content figure {
	margin-top: 2.125rem;
}

.single-post__content figure:nth-of-type(2) {
	margin-top: 1rem;
}

.single-post__content img {
	-o-object-fit: cover;
	aspect-ratio: 260/160;
	object-fit: cover;
}

/* PC: figureが1つのとき中央寄せ */

/* PC: figureが2つのとき横並び */

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

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.l-btn-nav-wrap {
	margin-bottom: 6.5rem;
}

.l-form {
	padding-bottom: 4rem;
}

.l-greeting {
	margin-bottom: 7.1875rem;
}

.l-news-list {
	margin-bottom: 2.375rem;
}

.l-page-bottom-btn-business {
	padding-bottom: 2.625rem;
}

.l-page-fv-recruit {
	margin-bottom: 6.8125rem;
}

.l-page-fv {
	margin-bottom: 4rem;
}

.l-pagination-news {
	margin-bottom: 5rem;
}

.l-pagination-work {
	padding-bottom: 5rem;
}

.l-privacy-policy {
	margin-bottom: 2.5rem;
}

.l-recruit-card-section {
	margin-bottom: 3rem;
}

.l-section-intro-business {
	margin-bottom: 6.25rem;
}

.l-section-intro-contact {
	margin-bottom: 4rem;
}

.l-section-intro-privacy {
	margin-bottom: 2.0625rem;
}

.l-section-intro-recruit {
	margin-bottom: 3rem;
}

.l-section-intro-work {
	margin-bottom: 2.5rem;
}

.l-single-post {
	margin-bottom: 2.875rem;
}

.btn-nav-wrap__inner {
	margin: auto;
	max-width: 45rem;
}

.btn-nav__link {
	font-size: 1rem;
	gap: 1.125rem;
}

.btn__link {
	gap: 0.625rem;
	padding: 1.1875rem 3rem;
	width: auto;
}

.btn__link--drawer {
	max-width: 15.625rem;
}

.btn__link--page-bottom {
	padding: 1.5rem 3rem;
}

.btn__link--recruit-card {
	max-width: 19rem;
}

.btn__text {
	font-size: 1rem;
}

.card-list {
	padding: 6rem 0 7.375rem;
}

.card-list__inner {
	gap: 5.4375rem 8.375rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 58.375rem;
}

.card-list__item {
	align-self: start;
	width: 100%;
}

.card__img {
	aspect-ratio: 400/320;
}

.card__title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	margin-top: 0;
	padding: 0 0.5rem 1rem;
}

.card__categories {
	margin-bottom: 1rem;
	padding: 0 2.5rem;
}

.card__text {
	padding: 0 1.625rem 1.125rem;
}

.company-overview {
	padding: 4.25rem 0 4.6875rem;
}

.company-overview__inner {
	max-width: 68.75rem;
	width: 61.1%;
}

.company-overview__header {
	margin-bottom: 3.75rem;
}

.company-overview__list {
	border-top: 1px solid #21713E;
}

.company-overview__row {
	padding: 0.625rem 1.6875rem;
}

.company-overview__term {
	flex: 0 0 27.8%;
	font-size: 1rem;
	font-weight: 400;
}

.company-overview__desc {
	font-size: 1rem;
}

.content-section {
	padding: 6.75rem 0;
}

.content-section--business {
	padding: 6.25rem 0;
}

.content-section__body {
	grid-gap: 3rem 4rem;
	align-items: start;
	display: grid;
	gap: 3rem 4rem;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	width: 100%;
}

.content-section__body--business {
	gap: 1.5rem 5.625rem;
	grid-template-columns: 1.2fr 1fr;
}

.content-section__media {
	grid-column: 1;
	grid-row: 1/-1;
	width: min(40.76vw, 36.6875rem);
}

.content-section__media--reverse {
	grid-column: 2;
	grid-row: 1/-1;
}

.content-section__media--skew {
	width: 100%;
}

.content-section__img {
	aspect-ratio: 587/433;
}

.content-section__header {
	grid-column: 2;
	grid-row: 1;
	margin-top: auto;
	width: 20rem;
}

.content-section__header--reverse {
	grid-column: 1;
	grid-row: 1;
	margin-left: auto;
}

.content-section__header--business {
	width: 76%;
}

.content-section__content {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
	grid-column: 2;
	grid-row: 2;
	margin-left: 0;
	margin-right: auto;
	width: 20rem;
}

.content-section__content--reverse {
	grid-column: 1;
	grid-row: 2;
	margin-left: auto;
	margin-right: 0;
}

.content-section__content--small {
	gap: 1.5rem;
	width: 76%;
}

.content-section__text {
	font-size: 1rem;
	text-align: left;
}

.content-section__img--skew {
	aspect-ratio: 554/401;
}

.content-section__services {
	font-size: 0.75rem;
}

.drawer__panel {
	max-width: 28.75rem;
}

.footer {
	padding: 4.3125rem 0 1.625rem;
}

.footer__inner {
	grid-gap: 2.5rem;
	align-items: start;
	display: grid;
	gap: 2.5rem;
	grid-template-areas: "company divider nav" "copyright copyright copyright";
	grid-template-columns: 1.5fr 0.4fr 0.5fr;
	grid-template-rows: auto auto;
	padding: 0 1.875rem;
}

.footer__company {
	grid-area: company;
	margin-bottom: 0;
	text-align: left;
}

.footer__logo {
	margin-bottom: 1rem;
}

.footer__logo-img {
	height: 2.5rem;
}

.footer__company-name {
	font-weight: 400;
}

.footer__address {
	font-weight: 400;
	margin-bottom: 0.875rem;
}

.footer__contact-info {
	margin-bottom: 1.5rem;
}

.footer__btn {
	justify-content: flex-start;
}

.footer__divider {
	align-self: stretch;
	grid-area: divider;
	height: 100%;
	justify-self: end;
	margin: 0;
	min-height: 12.5rem;
	width: 1px;
}

.footer__nav {
	align-self: start;
	grid-area: nav;
	margin: auto 0;
	text-align: left;
}

.footer__nav-link {
	line-height: 2;
}

.footer__copyright {
	font-size: 0.75rem;
	grid-area: copyright;
	text-align: center;
}

.form__inner {
	margin: auto;
	max-width: 40rem;
}

.form__container {
	margin-bottom: 2.25rem;
	padding: 4rem 4rem 2.9375rem;
}

.form__required-error {
	margin-bottom: 1.25rem;
}

.form__agree-error {
	font-size: 0.875rem;
}

.form__submit {
	border-radius: 0.5rem;
	font-size: 1.125rem;
	padding: 0.5rem 3rem;
}

.fv__img--first {
	-o-object-position: center center;
	object-position: center center;
}

.fv__copy {
	left: auto;
	max-width: 100%;
	right: calc(50% - min(30.55vw, 440px));
	transform: translate(0, -50%);
	width: 80px;
}

.fv__scroll-link {
	bottom: 2.125rem;
	height: 4.375rem;
	right: calc(50% - min(29.86vw, 430px));
	width: 4.375rem;
}

.fv__scroll-icon::after {
	border-width: 1.125rem 0.625rem 0 0.625rem;
}

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

.greeting__header {
	margin-bottom: 5.5625rem;
}

.greeting__body {
	align-items: flex-start;
	flex-direction: row;
	gap: 4rem;
	margin: 0 auto;
	width: 85.7%;
}

.greeting__media-wrap {
	gap: 1.25rem;
	width: 31.5%;
}

.greeting__img {
	aspect-ratio: 297/381;
}

.greeting__content {
	flex: 1;
	text-align: left;
}

.greeting__signature-position {
	font-size: 1.125rem;
	line-height: 2;
}

.greeting__signature-name {
	font-size: 1.5rem;
	line-height: 1.5;
}

.greeting__text {
	font-size: 1rem;
	line-height: 2.25;
	margin-bottom: 0;
}

.header__inner {
	height: 6.25rem;
}

.header__logo {
	flex-shrink: 0;
	width: 15rem;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.news-list__inner {
	max-width: 57.0625rem;
	padding: 1.9375rem 3.5rem 2.1875rem;
}

.news-list__link {
	align-items: center;
	flex-direction: row;
	gap: 1.875rem;
	padding: 1rem 0;
}

.news-list__date {
	font-size: 1rem;
}

.news-list__category {
	font-size: 10px;
	padding: 0.375rem 0.75rem;
}

.news-list__title {
	-webkit-line-clamp: 2;
	font-size: 1rem;
}

.news-section {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.news-section__card {
	padding: 1.875rem 6.75rem 2.875rem;
}

.news-section__heading {
	font-size: 1.375rem;
}

.news-section__link {
	align-items: center;
	flex-direction: row;
	gap: 1.875rem;
	padding: 1rem 0;
}

.news-section__meta {
	gap: 0.75rem;
}

.news-section__date {
	font-size: 1rem;
}

.news-section__category {
	font-size: max(10px, min(0.695vw, 12px));
	padding: 0.375rem 0.75rem;
}

.news-section__title {
	font-size: 1rem;
}

.news-section__more-link {
	font-size: 1rem;
	gap: 0.5625rem;
	padding: 1.5rem 0 0.25rem 2.5rem;
}

.news-title {
	font-size: 1.75rem;
	line-height: 1.36;
	margin-bottom: 2.4375rem;
	padding-top: 3.4375rem;
}

.page-fv {
	height: 15rem;
}

.page-fv--height {
	height: 24.125rem;
}

.page-fv__title {
	font-size: 1.75rem;
}

.privacy-policy__inner {
	margin: auto;
	max-width: 40rem;
	padding: 4rem 4rem 3.5625rem;
}

.privacy-policy__inner h2,
.privacy-policy__inner p {
	font-size: 1rem;
}

.recruit-card-section__list {
	gap: 2rem;
	margin: auto;
	max-width: 45rem;
}

.recruit-card {
	padding: 3.875rem 5.625rem 3.0625rem;
}

.recruit-card__title {
	font-size: 1.25rem;
	margin-bottom: 1.4375rem;
	padding-bottom: 0.875rem;
}

.recruit-card__text {
	font-size: 1.125rem;
	line-height: 1.39;
	margin-bottom: 2.75rem;
}

.recruit-card__closed-overlay span {
	font-size: 1.25rem;
}

.section-intro--recruit {
	padding: 0;
}

.section-intro--privacy {
	padding: 4.5625rem 0 0;
}

.section-intro--contact {
	padding: 4.5rem 0 0;
}

.section-intro__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.section-intro__header {
	margin-bottom: 5.5625rem;
}

.section-intro__header--recruit {
	margin-bottom: 2.5rem;
}

.section-intro__body {
	margin: 0 auto;
	width: 85.7%;
}

.section-intro__text {
	font-size: 1rem;
	line-height: 2.25;
	margin-bottom: 0;
	text-align: center;
}

.section-title__text {
	margin-bottom: 3rem;
}

.section-title__text--mb {
	margin-bottom: 1.25rem;
}

.section-title__text-en,
.section-title__text-ja {
	text-align: left;
}

.section-title__text-en {
	font-size: 1rem;
}

.section-title__text-ja {
	font-size: 1.5rem;
}

.section-title__text-ja--sub {
	font-weight: 500;
	text-align: center;
}

.section-title__text-ja--business {
	font-size: 1.75rem;
}

.section-title--no-line-pc .section-title__line {
	display: none;
}

.single-post__card {
	border-radius: 0.5rem;
	margin: auto;
	max-width: 45rem;
	padding: 4rem 2.5rem 3.125rem;
}

.single-post__date {
	font-size: 1rem;
	line-height: 1.19;
}

.single-post__title {
	font-size: 1.5rem;
	margin-bottom: 1.6875rem;
	padding: 0 2.0625rem 0.625rem;
}

.single-post__content p {
	flex: 1 1 100%;
	font-size: 1rem;
}

.single-post__content figure {
	margin-top: 0;
}

.single-post__content figure:nth-of-type(2) {
	margin-top: 0;
}

.single-post__content figure:first-of-type:nth-last-of-type(1) {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.single-post__content {
	display: flex;
	flex-wrap: wrap;
	gap: 2.625rem 1.5rem;
}

.single-post__content figure:first-of-type:nth-last-of-type(2),
.single-post__content figure:first-of-type:nth-last-of-type(2) ~ figure {
	flex: 1 1 calc(50% - 0.75rem);
	max-width: calc(50% - 0.75rem);
}

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

}

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

.header[data-scrolled=true] {
	background-color: #21713E;
}

.header__inner {
	gap: 2.125rem;
	justify-content: center;
}

.header__logo {
	width: 17%;
}

.header .header__nav-wrap.u-desktop {
	display: block;
}

.header .header__sp.u-mobile {
	display: none;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.header__logo {
	width: 14.5625rem;
}

}

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

body.home .header[data-scrolled=true] {
	box-shadow: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media (max-height: 500px) {

.drawer__panel {
	height: 100vh;
	height: 100dvh;
	min-height: 0;
}

}


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