* {
	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 {
	border: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

a {
	text-decoration: none;
}

html {
	font-size: 16px;
}

body {
	color: #3a3838;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 400;
	line-height: 1.448;
}

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

a {
	color: inherit;
}

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

.l-header {
	background: #fff;
	left: 0;
	opacity: 0.9;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-header__left a {
	align-items: center;
	display: flex;
}

.l-header__left img {
	width: 110px;
}

.l-header__left span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.l-section {
	padding-bottom: 90px;
	padding-top: 90px;
	position: relative;
	z-index: 0;
}

.l-section__title {
	padding-bottom: 22px;
	position: relative;
	text-align: center;
}

.l-section__title:before {
	background: #3a3838;
	bottom: 0;
	content: "";
	height: 0.5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.8194vw;
}

.l-section__title-en {
	color: #2a814d;
	display: block;
	font-size: 1.0625rem;
}

.l-section__title-ja {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.02em;
	margin-top: 10px;
}

.l-mv {
	margin-top: 112px;
}

.l-page-section {
	margin-bottom: 9.7222vw;
	margin-top: 12.0833vw;
	overflow: hidden;
}

.l-page-section__header {
	margin-top: 32px;
	padding: 0 50px;
}

.l-page-section__title {
	position: relative;
}

.l-page-section__title-en {
	color: #2a814d;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.2em;
}

.l-page-section__title-ja {
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-top: 8px;
}

.l-page-section__img {
	padding-top: 22px;
}

.l-page-section__img-wrap {
	padding-top: 17.7456%;
	position: relative;
	width: 100vw;
}

.l-page-section__img-wrap img {
	-o-object-fit: cover;
	-o-object-position: 50% 54%;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 54%;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-page-section__border {
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}

.l-page-inner {
	margin: 0 auto;
	width: 80%;
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.l-slide-in {
	display: inline-block;
	overflow: hidden;
}

.l-slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/

.rightAnime {
	opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-name: slideTextX100;
	opacity: 0;
}

.slideAnimeRightLeft {
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-name: slideTextX-100;
	opacity: 0;
}

body.l-preload .wow.fadeInUp {
	opacity: 0 !important;
}

.c-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	border: 2px solid #2a814d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 16px;
	position: relative;
	text-align: center;
	transition: all 0.3s;
	user-select: none;
	vertical-align: middle;
	width: 278px;
}

.c-btn--border {
	background: #2a814d;
}

.c-btn--border:hover {
	background: #fff;
	color: #2a814d;
}

.c-btn-mail {
	align-items: center;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	display: flex;
	font-size: 1.2rem;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 20px;
	transition: all 0.3s;
	width: 400px;
}

.c-btn-mail:hover {
	background: #fff;
	color: #678997;
}

.c-btn-mail i.fa {
	font-size: 22px;
	margin-right: 0.5rem;
}

/*ボタン外側*/

.p-openbtn {
	background: transparent;
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 22px;
	width: 34px;
}

/*ボタン内側*/

.p-openbtn span {
	background: #3a3838;
	display: inline-block;
	height: 1px;
	position: absolute;
	transition: all 0.4s; /*アニメーションの設定*/
	width: 100%;
}

.p-openbtn span:nth-of-type(1) {
	top: 0px;
}

.p-openbtn span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.p-openbtn span:nth-of-type(3) {
	bottom: 0;
}

/*activeクラスが付与されると線が回転して×に変更*/

.p-openbtn.active span:nth-of-type(1) {
	left: 0px;
	top: 5px;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
}

.p-openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.p-openbtn.active span:nth-of-type(3) {
	right: -2px;
	top: 17px;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
}

.p-concept__container {
	display: flex;
}

.p-concept__img {
	width: 50%;
}

.p-concept__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 32px;
	width: 50%;
}

.p-concept__title {
	font-size: 1.5rem;
	font-weight: bold;
}

.p-concept__text {
	margin-top: 23px;
}

.p-concept__text span {
	display: inline-block;
}

.p-drawer-menu {
	display: none;
	height: 100vh;
}

.p-drawer-menu__list:not(:first-child) {
	margin-top: 24px;
}

.p-drawer-menu__tel {
	font-weight: bold;
	margin-top: 60px;
}

.p-drawer-menu__tel-left {
	font-size: 1.25rem;
}

.p-drawer-menu__tel-right {
	font-size: 1.875rem;
	margin-left: 10px;
}

.p-drawer-menu__mail {
	margin-top: 16px;
}

.p-menu__tel {
	font-weight: bold;
	text-align: right;
}

.p-menu__tel-left {
	font-size: 1.25rem;
}

.p-menu__tel-right {
	font-size: 1.875rem;
	margin-left: 10px;
}

.p-menu__lists {
	display: flex;
	margin-top: 10px;
}

.p-menu__list {
	font-size: 0.875rem;
}

.p-menu__list:not(:first-child) {
	margin-left: 24px;
}

.p-menu__list a {
	transition: all 0.3s ease;
}

.p-menu__list a:hover {
	color: #2a814d;
}

.p-mv {
	position: relative;
}

.p-mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	width: 1200px;
}

.p-mv__text {
	bottom: 8.5%;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	left: 9.5%;
	position: absolute;
	z-index: 1;
}

.p-business__items {
	margin-top: 45px;
}

.p-business__item {
	position: relative;
}

.p-business__item:not(:first-child) {
	margin-top: 7.8472vw;
}

.p-business__img {
	aspect-ratio: 1122/430;
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 80%;
}

.p-business__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-business__body {
	background: rgba(84, 146, 85, 0.8);
	bottom: -50px;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 25px 60px;
	position: absolute;
	width: 59%;
}

.p-business__body .p-business__title {
	display: block;
	font-size: 1.625rem;
}

.p-business__body .p-business__text {
	display: block;
	font-size: 0.9375rem;
	margin-top: 14px;
}

.p-business__body .p-business__text span {
	display: inline-block;
}

.p-business__body--left {
	left: 0px;
}

.p-business__body--right {
	right: 0px;
}

.p-construction__items {
	display: grid;
	gap: 2.7778vw;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin-top: 84px;
}

.p-construction__item {
	font-size: 1.2rem;
}

.p-construction__text {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 10px;
}

.p-construction__img-wrap {
	overflow: hidden;
	transition: 1s all;
}

.p-construction__img-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.p-construction__img-wrap img:hover {
	transform: scale(1.1, 1.1);
	transition: 1s all;
}

.p-recruit {
	background: #eeeeee;
	padding-bottom: 82px;
	padding-top: 82px;
}

.p-recruit__title {
	color: #2a814d;
	text-align: center;
}

.p-recruit__text {
	margin: 10px auto 0;
	text-align: center;
}

.p-recruit__text span {
	display: block;
}

.p-recruit__text span:nth-of-type(1) {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-recruit__text span:nth-of-type(2) {
	margin-top: 6px;
}

.p-recruit__btn {
	margin: 20px auto 0;
	text-align: center;
}

.p-inquiry {
	background: url(../img/cta.jpg) no-repeat center bottom/cover;
	color: #fff;
	padding: 80px 20.8333% 16.875vw;
	position: relative;
	text-align: center;
	z-index: 0;
}

.p-inquiry:before {
	background: inherit;
	bottom: 0;
	content: "";
	filter: brightness(60%);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-inquiry__text {
	font-size: 1.25rem;
}

.p-inquiry__text span {
	display: inline-block;
}

.p-inquiry__tel {
	font-weight: bold;
	margin-top: 16px;
}

.p-inquiry__tel-wrap {
	display: inline-block;
	margin-right: 20px;
}

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

.p-inquiry__right {
	font-size: 2.5rem;
	margin-left: 10px;
}

.p-inquiry__time {
	font-size: 1.25rem;
}

.p-inquiry__time span {
	margin-left: 10px;
	margin-right: 10px;
}

.p-inquiry__mail {
	margin-top: 50px;
	text-align: center;
}

.p-footer {
	background: #2a814d;
	color: #fff;
	padding-bottom: 38px;
	padding-top: 34px;
}

.p-footer__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.p-footer__copy {
	font-size: 0.8rem;
	text-align: right;
}

.p-footer-right__lists {
	display: flex;
}

.p-footer-right__list {
	font-size: 14px;
}

.p-footer-right__list:not(:first-child) {
	margin-left: 26px;
}

.p-footer-right__list a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.p-footer-left {
	font-weight: bold;
	letter-spacing: 0.04em;
}

.p-footer-left__title {
	font-size: 1.25rem;
}

.p-footer-left__post {
	margin-top: 30px;
}

.p-footer-left__tel span:nth-of-type(3) {
	margin-left: 10px;
}

.p-company-table {
	border-collapse: collapse;
	letter-spacing: 0.06em;
	line-height: 2.15;
	table-layout: fixed;
	width: 100%;
}

.p-company-table th {
	border-bottom: 1px solid #15a438;
	border-top: 1px solid #15a438;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: left;
	width: 18%;
}

.p-company-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

.p-company-table td:nth-of-type(1) {
	width: 2%;
}

.p-company-table td:nth-of-type(2) {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	width: 80%;
}

.p-company__table {
	margin-top: 84px;
}

.p-contact {
	margin-bottom: 8vw;
}

.p-contact__wrap {
	margin: 0 auto;
	width: 80%;
}

.p-contact__lead {
	margin-top: 20px;
}

.p-contact__lead span {
	display: inline-block;
}

.p-contact__tel {
	background: #eee;
	margin: 0 auto;
	margin-top: 22px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

.p-contact__section {
	margin: 0 auto;
	margin-top: 60px;
	width: 100%;
}

.p-contact-tel {
	font-weight: bold;
	margin-top: 16px;
}

.p-contact-tel__wrap {
	display: inline-block;
	margin-right: 20px;
}

.p-contact-tel__left {
	font-size: 1.5rem;
}

.p-contact-tel__right {
	font-size: 2.5rem;
	margin-left: 10px;
}

.p-contact-tel__time {
	font-size: 1.25rem;
}

.p-contact-tel__time span {
	margin-left: 10px;
	margin-right: 10px;
}

.p-contact-form__text {
	margin-bottom: 2.0833vw;
}

.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form textarea {
	background: #eee;
	border: 1px solid #eee;
	font-size: 1rem;
	padding: 0.2em 0.5em;
	width: 100%;
}

.p-contact-form input[type=checkbox] {
	display: none;
}

.p-contact-form input[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.6em 0;
	padding: 0 0 0 1.4em;
	position: relative;
}

.p-contact-form input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

.p-contact-form input[type=checkbox] + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #2a814d;
	border-left: 3px solid #2a814d;
	content: "";
	display: block;
	height: 0.6em;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 1em;
}

.p-contact-form input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact-form input[type=text],
.p-contact-form input[type=email] {
	height: 50px;
}

.p-contact-form textarea {
	display: block;
	min-height: 250px;
	resize: vertical;
}

.p-contact-form__form {
	margin-top: 56px;
}

.p-contact-form__text {
	font-size: 1rem;
}

.p-contact-form__item {
	display: flex;
	margin-bottom: 2.0833vw;
}

.p-contact-form__item-title {
	color: #000000;
	flex: 0 1 25%;
	font-size: 1rem;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.p-contact-form__item-input {
	align-items: center;
	display: flex;
	flex: 0 1 75%;
	flex-wrap: wrap;
}

.p-contact-form__item-input::-ms-expand {
	display: none;
}

.p-contact-form__item-input:focus {
	border: 3px solid #d9d9d9;
	box-shadow: none;
	outline: none;
}

.p-contact-form__radio-wrap {
	border: solid 1px #fff;
	border-radius: 1px;
	display: inline-flex;
}

.p-contact-form__radio {
	position: relative;
}

.p-contact-form__radio-input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.p-contact-form__radio-input:checked + .p-contact-form__radio-part {
	background-color: #2a814d;
	border-radius: 1px;
	color: #fff;
}

.p-contact-form__radio-input:focus-visible + .p-contact-form__radio-part {
	outline: -webkit-focus-ring-color auto 1px;
}

.p-contact-form__radio-part {
	background: #fff;
	color: #2a814d;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	transition: background-color 0.4s, color 0.4s;
	width: 80px;
}

.p-contact-form__footer-text {
	font-size: 1rem;
	margin-bottom: 40px;
}

.p-contact-form__privacy {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	position: relative;
	vertical-align: sub;
	width: 30px;
}

.p-contact-form__privacy-part {
	background: #fff;
	border: 2px solid #3a3838;
	display: inline-block;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s;
	width: 30px;
}

.p-contact-form__privacy-input {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-contact-form__privacy-input:checked + .p-contact-form__privacy-part {
	background-color: transparent;
	border-left: 0;
	border-top: 0;
	left: 5px;
	top: -5px;
	transform: rotate(45deg);
	width: 10px;
}

.p-contact-form__privacy-input:focus-visible + .p-contact-form__privacy-part {
	outline: -webkit-focus-ring-color auto 1px;
}

.p-contact-form__privacy-input:checked:focus-visible + .p-contact-form__privacy-part {
	display: none;
}

.p-contact-form__privacy-link {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: underline;
	text-underline-offset: 0.3ex;
}

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

.p-contact-form__footer-submit button {
	background: #2a814d;
	border: 2px solid #2a814d;
	color: #fff;
	cursor: not-allowed;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 1rem;
	opacity: 30%;
	padding: 13px;
	width: 22%;
}

.p-contact-form__footer-submit button.-active {
	cursor: pointer;
	opacity: 100%;
}

.p-contact-form__message {
	display: none;
	margin-top: 60px;
	text-align: center;
}

.p-contact-form__message.-error {
	color: #f00;
}

.p-contact-form__required {
	color: red;
}

.p-page-construction {
	margin-top: 60px;
}

.p-page-construction__title {
	font-size: 24px;
}

.p-page-construction__content {
	margin-top: 30px;
}

.p-page-construction__btn {
	margin-top: 74px;
	text-align: center;
}

.p-page-construction__btn a {
	border-bottom: 1px solid #2a814d;
	display: inline-block;
	letter-spacing: 0.04em;
	padding-bottom: 8px;
	position: relative;
	transition: all 0.3s;
}

.p-page-construction__btn a::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	transform: translateX(-50%);
}

.p-page-construction__btn a:hover {
	color: #2a814d;
}

.p-page-recruit img {
	-o-object-position: 100% 64%;
	object-position: 100% 64%;
}

.p-page-recruit__text {
	margin-top: 84px;
}

.p-page-recruit__table {
	margin-top: 40px;
}

.p-page-recruit__btn {
	margin: 84px auto 0;
	text-align: center;
}

.p-page-recruit__btn a {
	width: auto;
}

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

.card01 .swiper-button-next,
.card01 .swiper-button-prev {
	color: #fff;
}

.card01 .swiper-slide img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.card01 .swiper-button-next:after,
.card01 .swiper-button-prev:after {
	font-size: 1.2rem;
}

.card01 :root {
	--swiper-theme-color: #f8f8f8;
}

.card01 :root {
	--swiper-navigation-size: 24px;
}

.swiper-pagination-bullet-active {
	background: #2a814d;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -26px;
}

.card02 .slide-media img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.card02 .slide-media video {
	width: 100%;
}

.card02 .thumb-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.card02 .thumb-media {
	cursor: pointer;
	width: calc(33.3333333333% - 13.3333333333px);
}

.card02 .thumb-media video {
	width: 100%;
}

.card02 .thumb-media-active {
	opacity: 0.3;
}

.u-is-sp {
	display: none;
}

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

html {
	font-size: 16px;
}

}

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

.p-mv {
	height: calc(100vh - 112px);
}

.p-mv__inner {
	height: 100%;
}

.card01 .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

}

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

.l-inner {
	padding-left: 24px;
	padding-right: 24px;
}

.l-page-inner {
	padding-left: 24px;
	padding-right: 24px;
}

}

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

html {
	font-size: 16px;
}

.l-header__left img {
	width: 90px;
}

.l-section {
	padding-bottom: 58px;
	padding-top: 80px;
}

.l-mv {
	margin-top: 90px;
}

.p-drawer-menu {
	background: #2a814d;
	color: #fff;
	display: block;
	font-size: 1rem;
	margin-left: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	position: absolute;
	text-align: center;
	transform: translateX(100%);
	transition: transform 0.5s ease 0s;
	width: 100%;
}

.p-drawer-menu.active {
	transform: translateX(0%);
	transition: transform 0.5s ease 0s;
}

.p-business__body {
	bottom: 0;
	margin: 0 auto;
	margin-top: 1px;
	position: static;
	width: 80%;
}

.p-construction__items {
	display: block;
	margin-top: 46px;
}

.p-construction__item:not(:first-child) {
	display: block;
	margin-top: 20px;
}

.p-footer__copy {
	margin-top: 50px;
}

.p-footer__copy span {
	display: none;
}

.p-footer__right {
	width: 200px;
}

.p-footer-right__lists {
	flex-wrap: wrap;
}

.p-footer-right__list {
	margin-bottom: 20px;
	width: 50%;
}

.p-footer-right__list:not(:first-child) {
	margin-left: 0px;
}

.p-contact-form input[type=checkbox] + span {
	margin-top: 16px;
}

.p-contact-form__item {
	display: block;
	margin-bottom: 30px;
}

.p-contact-form__privacy {
	height: 25px;
	vertical-align: top;
	width: 25px;
}

.p-contact-form__privacy-part {
	height: 25px;
	width: 25px;
}

}

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

html {
	font-size: 18px;
}

.l-inner {
	padding-left: 16px;
	padding-right: 16px;
}

.l-header__left img {
	width: 65px;
}

.l-section {
	padding-top: 20px;
}

.l-section__title:before {
	width: 4rem;
}

.l-section__title-en {
	font-size: 1rem;
}

.l-section__title-ja {
	font-size: 1.5rem;
}

.l-mv {
	margin-top: 65px;
}

.l-page-section {
	margin-bottom: 6rem;
	margin-top: 5rem;
}

.l-page-section__header {
	padding: 0;
}

.l-page-section__title-ja {
	font-size: 1.8rem;
}

.l-page-section__img-wrap {
	padding-top: 45%;
}

.l-page-inner {
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.c-btn-mail {
	font-size: 1rem;
	width: 100%;
}

.p-openbtn {
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.p-concept {
	margin-top: 60px;
}

.p-concept__container {
	display: block;
}

.p-concept__img {
	width: 100%;
}

.p-concept__body {
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
}

.p-concept__title {
	font-size: 1.3rem;
}

.p-menu {
	display: none;
}

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

.p-business__img {
	aspect-ratio: 3/2;
	width: 100%;
}

.p-business__body {
	padding: 20px;
	width: 100%;
}

.p-business__body .p-business__title {
	font-size: 1.3rem;
}

.p-construction__items {
	margin-top: 50px;
}

.p-recruit__text span:nth-of-type(1) {
	font-size: 1rem;
}

.p-recruit__text span:nth-of-type(2) {
	margin-top: 16px;
}

.p-inquiry {
	padding: 80px 20px 16.875vw;
}

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

.p-inquiry__right {
	font-size: 2rem;
}

.p-inquiry__time {
	font-size: 0.8333rem;
	margin-top: 36px;
	text-align: left;
	text-align: center;
}

.p-footer__wrap {
	display: block;
	margin-top: 0;
}

.p-footer__copy {
	font-size: 12px;
	margin-top: 20px;
	text-align: left;
}

.p-footer__right {
	margin-top: 36px;
}

.p-footer__left {
	margin-top: 20px;
}

.p-footer-left__title {
	font-size: 1rem;
}

.p-footer-left__post {
	font-size: 0.8rem;
	margin-top: 14px;
}

.p-footer-left__address {
	font-size: 0.8rem;
}

.p-footer-left__tel {
	font-size: 0.8rem;
}

.p-company-table tr {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	display: flex;
	flex-direction: column;
}

.p-company-table th {
	border: none;
	width: 100%;
}

.p-company-table td {
	padding-top: 0;
}

.p-company-table td:nth-of-type(1) {
	display: none;
}

.p-company-table td:nth-of-type(2) {
	border: none;
	width: 100%;
}

.p-company__table {
	margin-top: 50px;
}

.p-contact__wrap {
	width: 100%;
}

.p-contact__lead {
	margin-bottom: 40px;
}

.p-contact__tel {
	padding-left: 8px;
	padding-right: 8px;
}

.p-contact-tel__wrap {
	margin-right: 0;
}

.p-contact-tel__left {
	font-size: 1rem;
}

.p-contact-tel__right {
	font-size: 1.8rem;
}

.p-contact-tel__time {
	font-size: 0.8333rem;
	margin-top: 18px;
	text-align: center;
}

.p-contact-form__text {
	margin-bottom: 30px;
}

.p-contact-form__form {
	margin-top: 26px;
}

.p-contact-form__item-title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
}

.p-contact-form__item-input {
	display: block;
}

.p-contact-form__footer-submit button {
	width: 100%;
}

.p-contact-form__required {
	font-size: 0.9rem;
}

.p-page-recruit__text {
	margin-top: 50px;
}

.p-page-recruit__btn {
	margin-top: 50px;
}

.u-is-sp {
	display: block;
}

}

@keyframes slideTextX100 {

from {
	opacity: 0;
	transform: translateX(-100%); /*要素を左の枠外に移動*/
}

to {
	opacity: 1;
	transform: translateX(0); /*要素を元の位置に移動*/
}

}

@keyframes slideTextX-100 {

from {
	opacity: 0;
	transform: translateX(100%); /*要素を右の枠外に移動*/
}

to {
	opacity: 1;
	transform: translateX(0); /*要素を元の位置に移動*/
}

}

