body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::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: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: 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;
}

.l-archive-home {
	margin-top: 2.5rem;
}

.l-archive-works {
	margin-top: 2.5rem;
}

.l-company-info {
	margin-top: 5rem;
}

.l-company {
	margin-top: 3.125rem;
}

.l-contact {
	margin-top: 5rem;
}

.l-contact--mt0 {
	margin-top: 0;
}

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

.l-lower-contact {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.l-lower-frame {
	margin-top: 2.5rem;
}

.l-page-contact {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.l-page-service {
	margin-top: 2.5rem;
}

.l-paginavi {
	margin-top: 2.5rem;
}

.l-recruit {
	margin-top: 2.5rem;
}

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

.l-single-body {
	margin-top: 2.5rem;
}

.l-topNews {
	margin-top: 2.5rem;
}

.l-works {
	margin-top: 5rem;
}

.c-breadcrumb {
	background-color: #f7faef;
	font-size: 0.6875rem;
	padding: 0.3125rem 0;
	position: relative;
}

.c-breadcrumb__link-top {
	color: #119800;
	display: inline-block;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

.c-breadcrumb__link,
.c-breadcrumb__arrow {
	display: inline-block;
	margin-left: 0.3125rem;
}

.c-breadcrumb__link {
	letter-spacing: 0.05em;
	vertical-align: middle;
}

.c-breadcrumb .home {
	color: #119800;
	display: inline-block;
	margin-right: 0.3125rem;
	vertical-align: middle;
}

.c-breadcrumb .post {
	display: inline-block;
	margin-left: 0.3125rem;
	vertical-align: middle;
}

.c-button {
	background: transparent linear-gradient(90deg, #b7df55 0%, #119800 100%) 0% 0% no-repeat padding-box;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.4375rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 12.5rem;
}

.c-contact-form {
	background-color: #f7faef;
	padding: 1.875rem;
}

.c-contact-form__item {
	padding-bottom: 2rem;
}

.c-contact-form__title {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-contact-form__title--radio {
	padding-bottom: 0.375rem;
}

.c-contact-form__danger-label {
	color: #119800;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 0.625rem;
}

.c-contact-form__radios {
	display: flex;
	flex-direction: column;
}

.c-contact-form__radios label:not(:first-child) {
	margin-top: 0.3125rem;
}

.c-contact-form__limit-text {
	font-size: 0.75rem;
	font-weight: 400;
}

.c-contact-form__textarea {
	resize: none;
}

.c-hamburger {
	height: 1.875rem;
	position: relative;
	width: 1.875rem;
	z-index: 100;
}

.c-hamburger span {
	background-color: #fff;
	height: 0.125rem;
	position: absolute;
	transition: 0.3s;
	width: inherit;
}

.c-hamburger span:nth-child(1) {
	top: 15%;
}

.c-hamburger span:nth-child(2) {
	opacity: 1;
	top: 51%;
}

.c-hamburger span:nth-child(3) {
	top: 85%;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 60%;
	transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
	top: 51%;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 60%;
	transform: rotate(-45deg);
}

.c-mv-btn {
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.3125rem 4.375rem;
}

.c-page-link {
	color: #391E88;
	margin-top: 2.5rem;
}

.c-page-link__flex {
	align-items: center;
	border-bottom: 1px solid #B8AED5;
	border-top: 1px solid #B8AED5;
	display: flex;
	padding: 0.9375rem 0;
}

.c-page-link__prev,
.c-page-link__next {
	font-size: 0.75rem;
	line-height: 1.5714285714;
	padding: 0 1.25rem;
	position: relative;
	width: 50%;
}

.c-page-link__prev {
	margin-right: auto;
}

.c-page-link__prev::after {
	background-color: #B8AED5;
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.c-page-link__next {
	margin-left: auto;
}

.c-page-link__archive {
	font-size: 0.875rem;
	margin-top: 1.25rem;
	text-align: center;
}

.c-section-header,
.c-section-header--white {
	color: #119800;
	text-align: center;
}

.c-section-header__jatitle {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.c-section-header__engtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2333333333;
	text-transform: uppercase;
}

.c-section-header__lower {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2333333333;
}

.c-section-header--white {
	color: #fff;
}

.c-section-header__subpage {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-table__line {
	border-bottom: 0.0625rem solid #CDD6DD;
	padding: 1.25rem 0;
}

.c-table__item {
	font-size: 1rem;
	font-weight: 700;
}

.c-table__content {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.c-to-top {
	border: 1px solid;
	border-radius: 50%;
	bottom: 0.625rem;
	overflow: hidden;
	position: fixed;
	right: 0.625rem;
}

.c-to-top a {
	background-color: #fff;
	display: block;
	height: 3.125rem;
	position: relative;
	width: 3.125rem;
}

.c-to-top a span {
	background-color: transparent;
	border-right: 2px solid;
	border-top: 2px solid;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
	width: 1.25rem;
}

.p-archive-home__inner.l-inner {
	max-width: 60.3125rem;
}

.p-archive-home__item:not(:first-child) {
	margin-top: 2rem;
}

.p-archive-works__inner.l-inner {
	padding: 0 0.9375rem;
}

.p-archive-works__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-archive-works__img {
	aspect-ratio: 345/235;
	overflow: hidden;
}

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

.p-archive-works__title {
	margin-top: 0.9375rem;
}

.p-archive-works__name {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-card__img {
	position: relative;
}

.p-card__img::before {
	content: "";
	display: block;
	padding-top: 62.686567%;
}

.p-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-card__body {
	margin-top: 0.875rem;
}

.p-card__title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-card__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	margin-top: 0.625rem;
}

.p-common-lists__list {
	border-bottom: 1px solid #ddd;
	padding: 1.25rem 0;
}

.p-common-lists__list dt {
	font-weight: bold;
}

.p-common-lists__list dd {
	margin-top: 0.625rem;
}

.p-company-info__items {
	margin-top: 1.875rem;
}

.p-compnay-info__map {
	aspect-ratio: 335/240;
	margin-top: 2.5rem;
}

.p-compnay-info__map iframe {
	height: 100%;
	width: 100%;
}

.p-company-info__map-link {
	margin-top: 0.625rem;
}

.p-company-info__map-link a {
	color: #240C6A;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-company {
	background-image: url(../images/common/company-bg.png);
	background-position: -0.9375rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6rem;
	padding-top: 2rem;
}

.p-company--subPage {
	background-image: url(../images/common/page-company-bg.png);
	background-position: -0.8125rem -2.875rem;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 0;
	padding-top: 2rem;
}

.p-company__inner.inner {
	max-width: 81.25rem;
}

.p-company__contents {
	margin-top: 1.875rem;
}

.p-company__subtitle {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.p-company__yellow {
	background: linear-gradient(180deg, transparent 0%, transparent 75%, #b7df55 75%, #b7df55 90%, transparent 90%, transparent 100%);
}

.p-company__content {
	margin-top: 2.6875rem;
}

.p-company__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	text-align: center;
}

.p-company__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-company__message {
	margin-top: 3.75rem;
}

.p-company__message-image {
	aspect-ratio: 335/248;
}

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

.p-company__message-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
}

.p-company__message-text p:not(:first-child) {
	margin-top: 1.5rem;
}

.p-contact {
	background-color: #f7faef;
	padding: 3.75rem 0;
}

.p-contact__text-block {
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	text-align: center;
}

.p-footer-nav__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.p-footer-nav__item a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.25;
}

.p-footer {
	background-color: #119800;
	padding-bottom: 1.25rem;
	padding-top: 3.75rem;
}

.p-footer__inner {
	margin: auto;
	padding: 0 1.875rem;
}

.p-footer__copyright {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.5rem;
	text-align: center;
}

.p-form {
	letter-spacing: 0.05em;
}

.p-form__radio {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 0.3125rem;
}

.p-form dl:not(:first-child) {
	margin-top: 1.875rem;
}

.p-form__item dt {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 2;
}

.p-form__item dt span {
	color: #391E88;
	font-size: 0.75rem;
	margin-left: 0.625rem;
}

.p-form__item dt span.p-form__tel-info {
	color: #333333;
	font-size: 0.75rem;
	margin-left: 0;
}

.p-form__btn {
	margin-top: 3.125rem;
	text-align: center;
}

.p-header {
	background-color: transparent;
	height: 4rem;
	position: fixed;
	transition: 0.3s;
	width: 100%;
	z-index: 1000;
}

.p-header.is-color {
	background-color: #119800;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 0.9375rem;
}

.p-header__pc-nav {
	display: none;
	height: inherit;
}

.p-header__logoLink {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-lower-about__message {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.p-lower-about__message-wrapper {
	margin-top: 3.75rem;
	max-width: 37.5rem;
}

.p-lower-about__message-img {
	aspect-ratio: 335/248;
	width: 100%;
}

.p-lower-about__message-text {
	background-color: #fff;
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

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

.p-lower-about__access-table {
	margin-top: 1.25rem;
}

.p-lower-about__access-img {
	aspect-ratio: 335/240;
	margin-top: 1.875rem;
}

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

.p-lower-contact__header {
	font-size: 0.875rem;
	font-size: 500;
	text-align: center;
}

.p-lower-contact__form {
	margin-top: 1.875rem;
	width: 100%;
}

.p-lower-mv {
	background-image: url(../../assets/images/common/lower-fv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11.875rem;
	position: relative;
}

.p-lower-mv__header {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-lower-mv__title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 3.125rem;
}

.p-lower-mv__subtitle {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.3125rem;
}

.p-lower-service__card {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	width: 100%;
}

.p-lower-service__card:not(:first-child) {
	margin-top: 3.125rem;
}

.p-lower-service__card-img {
	aspect-ratio: 335/211;
	width: 100%;
}

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

.p-lower-service__card-body {
	margin-top: 1.25rem;
}

.p-lower-service__card-title {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-lower-service__card-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7143;
	margin-top: 0.9375rem;
}

.p-lower-service__card-text span {
	padding-left: 1em;
	text-indent: -1em;
}

.p-lower-works__header {
	font-size: 0.875rem;
	font-size: 500;
}

.p-lower-works__header span {
	color: red;
}

.p-lower-works__wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 37.5rem;
	width: 100%;
}

.p-lower-works__card {
	display: block;
}

.p-lower-works__card:not(:first-child) {
	margin-top: 2.5rem;
}

.p-mv {
	background-image: url(../images/common/trees-fv2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.p-mv__header {
	color: #fff;
	left: 3.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-mv__title {
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2916667;
}

.p-mv__subtitle {
	font-size: 1rem;
	letter-spacing: 0.108em;
	line-height: 1.8125;
	margin-top: 1.25rem;
}

.p-mv__btn {
	margin-top: 3.125rem;
}

.p-mv__scroll {
	bottom: 78px;
	color: #fff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	position: absolute;
	right: 0px;
	transform: rotate(90deg);
}

.p-mv__scroll span {
	position: relative;
}

.p-mv__scroll span::after {
	background-color: #fff;
	bottom: -17px;
	content: "";
	height: 50px;
	position: absolute;
	position: absolute;
	right: -35px;
	transform: rotate(90deg);
	width: 1px;
}

.p-news__items {
	margin-top: 2rem;
}

.p-news__item + .p-news__item {
	margin-top: 2.5rem;
}

.p-news-content__meta {
	align-items: center;
	display: flex;
	font-family: "Montserrat", sans-serif;
}

.p-news-content__date {
	color: #333;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-news-content__category {
	background-color: #E8E8E8;
	border-radius: 50px;
	flex-shrink: 0;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.9375rem;
	padding: 0.25rem 1.125rem;
}

.p-news-content__text {
	font-size: 0.875rem;
}

.p-page-contact__text {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-page-contact__content {
	background-color: #F7F7F7;
	margin-top: 1.875rem;
	padding: 1.875rem;
}

.p-page-recruit {
	background-image: url(../images/common/bg-recruit.png);
	background-repeat: repeat;
	padding-bottom: 6.875rem;
	padding-top: 2.5rem;
}

.p-page-recruit__title {
	color: #391E88;
	text-align: center;
}

.p-page-recruit__main {
	font-size: 3rem;
	letter-spacing: 0.01em;
	line-height: 1.1666666667;
}

.p-page-recruit__sub {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	margin-top: 0.9375rem;
}

.p-page-recruit__text {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-page-recruit__image {
	margin-left: calc(50% - 50vw);
	margin-top: 2.5rem;
	width: 100vw;
}

.p-page-recruit__recruit {
	margin-top: 2.5rem;
}

.p-page-recruit__items {
	margin-top: 1.875rem;
}

.p-page-recruit__item {
	background-color: #FFFFFF;
	border: 1px solid #B8AED5;
	border-radius: 10px;
	padding: 1.875rem 1.25rem;
}

.p-page-recruit__item:not(:first-child) {
	margin-top: 2.5rem;
}

.p-page-recruit__job-title {
	color: #391E88;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-page-recruit__lists {
	margin-top: 0.9375rem;
}

.p-page-recruit__apply {
	margin-top: 2.5rem;
	text-align: center;
}

.p-page-recruit__apply p {
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.p-page-recruit__movies {
	margin-top: 5rem;
}

.p-page-recruit__movie {
	margin-top: 1.875rem;
	position: relative;
}

.p-page-recruit__movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.p-page-recruit__movie iframe {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-page-service__item:not(:first-child) {
	margin-top: 3.125rem;
}

.p-page-service__image {
	aspect-ratio: 335/211;
}

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

.p-page-service__text-block {
	margin-top: 1.25rem;
}

.p-page-service__title {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.p-page-service__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.p-recruit__inner.l-inner {
	padding: 0;
}

.p-recruit__text-block {
	margin-top: 1.875rem;
	text-align: center;
}

.p-recruit__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	text-align: center;
}

.p-recruit__img {
	position: relative;
}

.p-recruit__img::before {
	content: "";
	display: block;
	padding-top: 37.3333333%;
}

.p-recruit__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-recruit__contents {
	background-color: #f7f7f7;
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

.p-recruit__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-service__items {
	margin-top: 2rem;
}

.p-service__item + .p-service__item {
	margin-top: 2.5rem;
}

.p-service__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-single-body__inner.l-inner {
	max-width: 50rem;
}

.p-single-body__title h1 {
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 1.4375;
}

.p-single-body__meta {
	margin-top: 1.25rem;
}

.p-single-body__image {
	margin-top: 0.875rem;
	position: relative;
}

.p-single-body__image::before {
	content: "";
	display: block;
	padding-top: 55.8%;
}

.p-single-body__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-body__content p {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
}

.p-single-body__content h2 {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding-left: 0.9375rem;
	position: relative;
}

.p-single-body__content h2::before {
	background-color: #391E88;
	border-radius: 5px;
	content: "";
	height: 100%;
	left: -0.1875rem;
	position: absolute;
	width: 0.375rem;
}

.p-single-body__content h3 {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	position: relative;
}

.p-sub-mv {
	background-image: url(../images/common/sub-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11.875rem;
}

.p-sub-mv__title {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 5.875rem;
}

.p-works-card {
	box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}

.p-works-card__img {
	aspect-ratio: 350/238;
	overflow: hidden;
	width: 100%;
}

.p-works-card__img .wp-post-image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.p-works-card:hover .wp-post-image {
	transform: scale(1.1); /* 拡大 */
}

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

.p-works-card__body-top {
	margin-top: 0.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-works-card__title {
	border-bottom: 0.0625rem solid #119800;
	font-size: 1.125rem;
	padding-bottom: 0.625rem;
}

.p-works-card__limit {
	font-size: 0.9375rem;
	margin-top: 0.3125rem;
}

.p-works-card__limit {
	color: red;
	padding-top: 0.625rem;
}

.p-works-card__limit p {
	color: #333;
	display: inline-block;
	padding-left: 0.9375rem;
}

.p-works-card__limit span {
	font-weight: 700;
}

.p-works-card__body-bottom {
	padding: 0.625rem;
}

.p-words-card__number {
	display: flex;
	gap: 1.25rem;
}

.p-works-card__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-works__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	text-align: center;
}

.p-works__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-works__text-body {
	background-color: #F0F0F0;
	margin-left: calc(50% - 50vw);
	margin-top: -7.25rem;
	padding-bottom: 3.75rem;
	padding-top: 9.75rem;
	width: 100vw;
}

.p-works__images {
	position: relative;
}

.p-works__text-block {
	margin-top: 1.875rem;
}

.p-works__img {
	position: relative;
}

.p-works__img::before {
	content: "";
	display: block;
	padding-top: 68.955%;
}

.p-works__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

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

.pc-nav__item,
.pc-nav__item a {
	height: inherit;
}

.pc-nav__item a {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: serif;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	padding-left: 0.8125rem;
	padding-right: 0.75rem;
}

.pc-nav__item:first-child a {
	padding-left: 0;
}

.pc-nav__item:last-child a {
	padding-right: 0;
}

.sp-nav {
	background-color: #119800;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sp-nav.is-active {
	display: block;
}

.sp-nav__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	padding: 6.25rem 0;
}

.sp-nav__item {
	width: 100%;
}

.sp-nav__item a {
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 0;
	text-align: center;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0;
	border-radius: 0.375rem;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.625rem;
	max-width: 18.75rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

[type=tel] {
	max-width: 12.5rem;
	width: 100%;
}

button,
[type=button],
[type=submit] {
	-webkit-text-decoration: none;
	background: transparent linear-gradient(90deg, #7633a4 0%, #250d65 100%) 0% 0% no-repeat padding-box;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 3.125rem;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	padding: 1.25rem 4.5rem;
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #391E88;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #f00;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 4px solid #f00;
	border-left: 4px solid #f00;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 1.125rem;
}

select { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
	border: none;
	border: 1px solid #AAAAAA; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0.375rem;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.625rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

select:focus {
	border: 1px solid #391E88;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border-color: 1px solid #391E88;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 15.9375rem;
	max-width: 37.5rem;
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -1.5625rem;
	text-align: right;
}

.swiper-pagination-bullet-active {
	background: #391E88;
}

.wp-pagenavi {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #7633A4;
	border-radius: 50%;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 2.8125rem;
	justify-content: center;
	transition: 0.3s ease;
	width: 2.8125rem;
}

.wp-pagenavi a:hover {
	background-color: #F1EBF8;
	color: #4F31A5;
	opacity: 1;
}

.wp-pagenavi span.current {
	background-color: #F1EBF8;
	color: #4F31A5;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

div.wpcf7 [type=radio]:checked + span::after {
	background: #119800;
}

div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

div.wpcf7 [type=submit] {
	background: transparent linear-gradient(90deg, #b7df55 0%, #119800 100%) 0% 0% no-repeat padding-box;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4414414414vw;
}

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

a:hover {
	opacity: 0.8;
}

.l-archive-home {
	margin-top: 3.75rem;
}

.l-archive-works {
	margin-top: 4.375rem;
}

.l-company-info {
	margin-top: 8.75rem;
}

.l-company {
	margin-top: 2.5rem;
}

.l-contact {
	margin-top: 6.875rem;
}

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

.l-lower-contact {
	margin-top: 4.375rem;
	padding-bottom: 4.375rem;
}

.l-lower-frame {
	margin-top: 4.375rem;
}

.l-lower-frame--about {
	margin-top: -3.75rem;
}

.l-page-contact {
	margin-bottom: 4.375rem;
	margin-top: 4.375rem;
}

.l-page-service {
	margin-top: 4.375rem;
}

.l-recruit {
	margin-top: 4.375rem;
}

.l-service {
	margin-top: 8.75rem;
}

.l-single-body {
	margin-top: 4.375rem;
}

.l-topNews {
	margin-top: 4.375rem;
}

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

.c-contact-form {
	padding: 5.625rem;
}

.c-contact-form__title {
	font-size: 1rem;
}

.c-contact-form__radios {
	flex-direction: row;
}

.c-contact-form__radios label:not(:first-child) {
	margin-left: 2.5rem;
	margin-top: 0;
}

.c-page-link__prev,
.c-page-link__next {
	font-size: 0.875rem;
}

.c-section-header__jatitle {
	font-size: 0.875rem;
}

.c-section-header__engtitle {
	font-size: 2.25rem;
}

.c-section-header__lower {
	font-size: 2rem;
}

.c-section-header--left {
	text-align: left;
}

.c-section-header__subpage {
	font-size: 2rem;
}

.c-table__line {
	align-items: center;
	display: flex;
	padding: 1.875rem;
}

.c-table__item {
	max-width: 10.9375rem;
	width: 100%;
}

.c-table__content {
	margin-top: 0;
}

.p-archive-home__item:not(:first-child) {
	margin-top: 0.9375rem;
}

.p-archive-works__items {
	gap: 1.75rem 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-card {
	margin-right: 1.875rem;
	width: calc(33.33333333% - 1.25rem);
}

.p-card:nth-of-type(3n) {
	margin-right: 0;
}

.p-card__img {
	aspect-ratio: 350/220;
	max-width: 21.875rem;
	position: static;
	width: 100%;
}

.p-card__img::before {
	content: none;
}

.p-card__img img {
	position: static;
	transform: none;
}

.p-common-lists__list {
	display: flex;
	padding: 1.875rem 0;
}

.p-common-lists__list dt {
	width: 10.875rem;
}

.p-common-lists__list dd {
	margin-top: 0;
	width: calc(100% - 10.875rem);
}

.p-compnay-info__map {
	aspect-ratio: 1110/394;
	margin-top: 3.75rem;
}

.p-company-info__map-link a {
	font-size: 1rem;
}

.p-company {
	background-image: url(../images/common/company-bg-pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 8.5rem;
}

.p-company--subPage {
	background-image: url(../images/common/page-company-bg-pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 81.25rem;
	padding-top: 8.5rem;
}

.p-company__message {
	display: flex;
	gap: 3.125rem;
	margin-top: 10rem;
}

.p-company__message-image {
	max-width: 27.8125rem;
	width: 100%;
}

.p-company__message-text {
	font-size: 0.9375rem;
	margin-top: 0;
	max-width: 37.8125rem;
	width: 100%;
}

.p-contact {
	padding: 5rem 0;
}

.p-footer-nav__items {
	justify-content: center;
}

.p-footer {
	padding: 3.75rem 0;
}

.p-form__radio {
	display: block;
	gap: 0;
}

.p-header__inner {
	padding: 0 1.875rem;
}

.p-header__drawer {
	display: none;
}

.p-header__pc-nav {
	display: block;
}

.p-lower-about__message-wrapper {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	margin-top: 5rem;
}

.p-lower-about__message-img {
	aspect-ratio: 445/330;
	width: 40%;
}

.p-lower-about__message-text {
	font-size: 0.9375rem;
	margin-top: 0;
	width: 55%;
}

.p-lower-about__access {
	max-width: 100%;
}

.p-lower-about__access-table {
	margin-top: 1.875rem;
}

.p-lower-about__access-img {
	aspect-ratio: 1110/394;
	margin-top: 3.75rem;
}

.p-lower-contact__header {
	font-size: 1rem;
}

.p-lower-contact__form {
	margin-top: 2.5rem;
}

.p-lower-mv {
	height: 15rem;
}

.p-lower-mv__title {
	font-size: 2.25rem;
	margin-top: 1.5625rem;
}

.p-lower-mv__subtitle {
	font-size: 0.875rem;
}

.p-lower-service__card {
	display: flex;
	gap: 3.125rem;
	max-width: 100%;
}

.p-lower-service__card:not(:first-child) {
	margin-top: 3.75rem;
}

.p-lower-service__card-img {
	aspect-ratio: 445/280;
	width: 40%;
}

.p-lower-service__card-body {
	margin-top: 0;
	width: 55%;
}

.p-lower-service__card-title {
	font-size: 1.5rem;
	text-align: left;
}

.p-lower-service__card-text {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.p-lower-works__header {
	font-size: 1rem;
}

.p-lower-works__wrapper {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 2.5rem;
	max-width: 100%;
}

.p-lower-works__card:not(:first-child) {
	margin-top: 0;
}

.p-mv__header {
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-mv__title {
	font-size: 4.5rem;
}

.p-mv__subtitle {
	font-size: 1.5rem;
}

.p-news__inner {
	display: flex;
	justify-content: center;
}

.p-news-content {
	display: flex;
}

.p-news__items {
	margin-left: 3.125rem;
	margin-top: 0;
}

.p-news__item + .p-news__item {
	margin-top: 0.9375rem;
}

.p-news-content__link {
	margin-left: 1.25rem;
	max-width: 43.75rem;
}

.p-page-contact__text {
	font-size: 1rem;
}

.p-page-contact__content {
	margin-top: 2.5rem;
	padding: 5.625rem;
}

.p-page-recruit {
	padding-top: 7.25rem;
}

.p-page-recruit__main {
	font-size: 4.5rem;
}

.p-page-recruit__sub {
	font-size: 2rem;
}

.p-page-recruit__text {
	font-size: 1rem;
}

.p-page-recruit__recruit {
	margin-top: 4.375rem;
}

.p-page-recruit__job-title {
	font-size: 1.5rem;
}

.p-page-recruit__movies {
	margin-top: 8.75rem;
}

.p-page-service__item {
	display: flex;
	gap: 3.125rem;
}

.p-page-service__item:not(:first-child) {
	margin-top: 3.75rem;
}

.p-page-service__image {
	width: 40%;
}

.p-page-service__text-block {
	margin-top: 0;
	width: 55.4%;
}

.p-page-service__title {
	font-size: 1.5rem;
	text-align: left;
}

.p-page-service__text {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.p-recruit__inner.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-recruit__wrapper {
	display: flex;
	flex-direction: row-reverse;
}

.p-recruit__contents {
	width: 40%;
}

.p-recruit__img {
	width: 60%;
}

.p-service__items {
	display: flex;
	margin-top: 1.875rem;
}

.p-service__item + .p-service__item {
	margin-top: 0;
}

.p-single-body__title h1 {
	font-size: 2rem;
}

.p-single-body__meta {
	margin-top: 0.625rem;
}

.p-single-body__image {
	margin-top: 1.6875rem;
}

.p-single-body__content h2 {
	font-size: 1.5rem;
	margin-top: 3.75rem;
}

.p-single-body__content h3 {
	font-size: 1.125rem;
}

.p-sub-mv {
	height: 15rem;
}

.p-works-card__title {
	font-size: 1.25rem;
}

.p-works__cotnent {
	align-items: center;
	background: linear-gradient(90deg, transparent 0%, transparent 33%, #f0f0f0 33%, #f0f0f0 100%);
	display: flex;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.p-works__text-body {
	background-color: transparent;
	margin-left: 0;
	margin-left: initial;
	margin-top: 0;
	padding: 0;
	width: 40.5%;
}

.p-works__images {
	width: 59.5%;
}

.wpcf7-list-item.first {
	margin-left: 0;
}

.wpcf7-list-item {
	display: inline-block;
}

}

@media (min-width: 1110px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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