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

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

body {
	color: #231815;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

/* ホバー */

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

main {
	overflow: hidden;
}

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

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	align-items: center;
	background-color: #373f44;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-flex;
	display: inline flex;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 3.0625rem;
	justify-content: center;
	letter-spacing: 0.06em;
	width: 13.125rem;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #000;
	display: inline-block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.375rem);
}

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

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.375rem);
}

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

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

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

.c-title {
	position: relative;
}

.c-title h2 {
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 6.5625rem;
	position: relative;
	z-index: 1;
}

.c-title p {
	color: #57ed00;
	font-size: 3.75rem;
	font-weight: bold;
	left: 0.5rem;
	letter-spacing: 0.03em;
	line-height: 0.875;
	position: absolute;
	top: 1.5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

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

.fadeIn {
	opacity: 0;
	transform: translateY(5%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.is-fade {
	opacity: 1;
	transform: translateY(0);
}

.p-contact {
	background-color: #57ed00;
	padding-bottom: 2.8125rem;
	padding-top: 5.625rem;
}

.p-contact__title .c-title p {
	color: #fff;
}

.p-contact__wrap {
	margin-top: 1.5625rem;
}

.p-contact_box {
	border: 1px solid;
	border-radius: 0.3125rem;
	padding: 1.1875rem 1.125rem;
}

.p-contact__text {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.005em;
	line-height: 1.9090909091;
}

.p-contact__tel {
	font-size: 1.3125rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.p-contact__form {
	margin-top: 1.625rem;
}

.p-contact__privacy {
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.5714285714;
	margin-top: 1.875rem;
}

.p-drawer {
	background-color: #57ed00;
	display: none;
	height: 100%;
	left: 0;
	min-height: 100dvh;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
}

html.is-fixed {
	overflow: hidden;
}

.p-drawer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 34.375rem;
}

.p-drawer__nav {
	max-width: 17.1875rem;
	width: 100%;
}

.p-drawer__link a {
	border-bottom: 1px solid #000;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-drawer__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 13.125rem;
}

.p-footer {
	background-color: #373f44;
	color: #fff;
	padding-bottom: 0.6875rem;
	padding-top: 2.1875rem;
}

.p-footer__inner {
	max-width: calc(15.625rem + 20px + 20px);
}

.p-footer__logo {
	filter: brightness(0) invert(1);
}

.p-footer__text {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.6666666667;
	margin-top: 1.3125rem;
}

.p-footer__copy {
	font-size: 0.65625rem;
	margin-top: 2rem;
	text-align: center;
}

.p-form__row + .p-form__row {
	margin-top: 0.875rem;
}

.p-form__title {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
}

.p-form__title .hissu {
	align-items: center;
	background-color: #000;
	color: #fff;
	display: flex;
	font-size: 0.625rem;
	height: 1.125rem;
	justify-content: center;
	margin-left: 0.625rem;
	width: 1.875rem;
}

.p-form__input {
	margin-top: 0.375rem;
}

.p-form__input.grid-2 {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-form__address {
	margin-top: 0.9375rem;
}

.p-form input:not([type=submit]),
.p-form textarea {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: inline-block;
	height: 2.8125rem;
	line-height: 1.5;
	max-width: 100%;
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.9375rem;
	width: 100%;
}

.p-form input:not([type=submit])::-moz-placeholder,
.p-form textarea::-moz-placeholder {
	color: #c7c8c8;
}

.p-form input:not([type=submit])::placeholder,
.p-form textarea::placeholder {
	color: #c7c8c8;
}

.p-form__input textarea {
	height: 11.25rem;
}

.p-form__zip {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	margin-top: 0.375rem;
}

.p-form__zip input:not([type=submit]) {
	max-width: 6.875rem;
}

.p-form__zip span {
	background-color: #000;
	display: inline-block;
	height: 0.125rem;
	width: 0.625rem;
}

.p-form__tel {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.375rem;
}

.p-form__tel input:not([type=submit]) {
	max-width: 5.1875rem;
}

.p-form__tel span {
	background-color: #000;
	display: inline-block;
	height: 0.125rem;
	width: 0.625rem;
}

.p-form__submit {
	margin-top: 1.5rem;
	text-align: center;
}

.p-form__submit input {
	background-color: #373f44;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: bold;
	height: 1.875rem;
	transition: all 0.45s;
	width: 7.1875rem;
}

.p-form__submit input:hover {
	opacity: 0.8;
}

.p-form .error {
	color: red;
	display: block;
	margin-top: 0.5em;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-globalNav__link a {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
}

.p-globalNav__link a::before {
	background-color: #000;
	bottom: -0.3125rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.45s;
	width: 0%;
}

.p-globalNav__link a:hover::before {
	width: 100%;
}

.p-header {
	background-color: #fff;
	height: 3.125rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	align-items: center;
	display: flex;
}

.p-header__logo {
	width: 7.5rem;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	position: relative;
	width: 1.375rem;
	z-index: 1;
}

.p-mv {
	margin-top: 3.125rem;
	position: relative;
}

.p-mv__scroll {
	bottom: 2.8125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-mv__scroll span {
	display: block;
	font-family: "D-DIN", sans-serif;
	font-size: 0.625rem;
	font-weight: bold;
}

.p-mv__bar {
	background-color: #000;
	height: 1.3125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25rem;
	position: relative;
	width: 0.1875rem;
}

.p-mv__bar::before {
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	background-color: #00a4df;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-outline__info {
	margin-top: 0.5rem;
}

.p-outline__row {
	align-items: center;
	border-bottom: 1px solid #c7c8c8;
	display: grid;
	grid-template-columns: 5.3125rem 1fr;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.p-outline__row dt {
	font-size: 0.75rem;
	font-weight: bold;
}

.p-outline__row dd {
	font-size: 0.75rem;
	font-weight: 500;
}

.p-philosophy {
	padding-bottom: 5.625rem;
	padding-top: 2rem;
	position: relative;
}

.p-philosophy::before {
	background: url(../images/bg_philosophy.webp) center center/contain no-repeat;
	content: "";
	height: 36.1875rem;
	position: absolute;
	right: calc(50% - 13.125rem);
	top: 0;
	width: 22.0625rem;
}

.p-philosophy__inner {
	position: relative;
}

.p-philosophy__title {
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.p-philosophy__lead {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 1.4375rem;
}

.p-philosophy__text {
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2.9166666667;
	margin-top: 1.3125rem;
}

.p-recruit {
	padding-left: 20px;
	position: relative;
}

.p-recruit__inner {
	background: url(../images/bg_recruit.webp) center center/cover no-repeat;
	border-top-left-radius: 0.625rem;
	max-width: none;
	max-width: initial;
	padding-bottom: 2.375rem;
	padding-right: 0;
}

.p-recruit__title {
	position: relative;
	z-index: 1;
}

.p-recruit__title .c-title p {
	left: 0;
	margin-top: -0.625rem;
	position: relative;
}

.p-recruit__img {
	margin-left: auto;
	margin-top: -3.125rem;
	width: 84vw;
}

.p-recruit__subTitle {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.36;
	margin-top: 0.75rem;
}

.p-recruit__text {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 0.6875rem;
}

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

.p-service__blocks {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.p-service__blocks + .p-service__blocks {
	margin-top: 3.4375rem;
}

.p-service__block {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-service__block.--content {
	background: #037755 url(../images/bg_service.webp) right top/100% auto no-repeat;
	color: #fff;
	padding: 2rem 1.5625rem 1.5625rem;
}

.p-service__subTitle {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-service__text {
	font-size: 0.625rem;
	line-height: 1.6;
	margin-top: 0.875rem;
}

.p-service__info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.3125rem;
}

.p-service__info p {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.25;
}

.p-service__info p img {
	display: inline-block;
	width: 1.125rem;
}

.p-service__info p a {
	font-family: "D-DIN", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-service__btn a {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	color: #000;
	display: inline-flex;
	font-size: 0.625rem;
	font-weight: bold;
	height: 2rem;
	justify-content: center;
	width: 7.1875rem;
}

.p-service__lists {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	margin-top: 0.8125rem;
}

.p-service__list {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0.3125rem;
	display: flex;
	font-size: 0.6875rem;
	font-size: 0.6875rem;
	font-weight: bold;
	font-weight: bold;
	height: 2.5rem;
	max-width: 18.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.9756097561vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	border-radius: 2.1875rem;
	font-size: 1.125rem;
	height: 4.375rem;
	width: 18.75rem;
}

.c-title h2 {
	font-size: 2rem;
}

.c-title p {
	font-size: 10rem;
	left: 1.3125rem;
	top: 50%;
	transform: translateY(-50%);
}

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

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

.l-outline {
	margin-top: 9.375rem;
}

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

.p-contact {
	padding-bottom: 6.25rem;
	padding-top: 9.375rem;
}

.p-contact__wrap {
	grid-gap: 5.75rem;
	align-items: flex-start;
	display: grid;
	gap: 5.75rem;
	grid-template-columns: 22.8125rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.5rem;
	max-width: 75rem;
}

.p-contact_box {
	border-radius: 0.625rem;
	margin-top: 1em;
	padding: 2.1875rem;
}

.p-contact__text {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 2;
}

.p-contact__tel {
	font-size: 1.375rem;
}

.p-contact__form {
	margin-top: 0;
}

.p-contact__privacy {
	font-size: 0.875rem;
	grid-column: 2/3;
	line-height: 1.5714285714;
	margin-top: 0;
}

.p-footer {
	padding-bottom: 1.25rem;
	padding-top: 6.25rem;
}

.p-footer__inner {
	max-width: none;
	max-width: initial;
}

.p-footer__wrap {
	align-items: flex-start;
	display: flex;
	gap: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(67.5rem + 25px + 25px);
}

.p-footer__logo {
	width: 18.125rem;
}

.p-footer__text {
	font-size: 1rem;
	line-height: 1.6875;
}

.p-footer__links {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.3125rem;
}

.p-footer__link a {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6875;
}

.p-footer__copy {
	font-size: 0.875rem;
	margin-top: 4.0625rem;
	text-align: right;
}

.p-form {
	grid-gap: 1.25rem 3.125rem;
	display: grid;
	gap: 1.25rem 3.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-form__row.wide {
	grid-column: span 2;
}

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

.p-form__title {
	font-size: 1.125rem;
}

.p-form__title .hissu {
	font-size: 0.75rem;
	width: 2.5rem;
}

.p-form__input {
	margin-top: 0.625rem;
}

.p-form__address {
	margin-top: 0.625rem;
}

.p-form input:not([type=submit]),
.p-form textarea {
	border-radius: 0.625rem;
}

.p-form__zip {
	gap: 0.875rem;
	margin-top: 0.625rem;
}

.p-form__tel {
	gap: 0.875rem;
	margin-top: 0.625rem;
}

.p-form__tel input:not([type=submit]) {
	max-width: 11.25rem;
}

.p-form__submit {
	grid-column: span 2;
}

.p-form__submit input {
	border-radius: 0.625rem;
	font-size: 1rem;
	height: 2.5rem;
	width: 9.375rem;
}

.p-header {
	height: 6.25rem;
}

.p-header__inner {
	max-width: none;
	max-width: initial;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.p-header__logo {
	width: 15rem;
}

.p-header__globalNav {
	margin-left: auto;
}

.p-mv__scroll {
	bottom: 8.125rem;
}

.p-mv__scroll span {
	font-size: 1.25rem;
}

.p-mv__bar {
	height: 2.5rem;
}

.p-outline__info {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 75rem;
}

.p-outline__row {
	grid-template-columns: 9.375rem 1fr;
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
}

.p-outline__row dt {
	font-size: 1.25rem;
}

.p-outline__row dd {
	font: 1.25rem sans-serif;
}

.p-philosophy {
	padding-bottom: 11.875rem;
	padding-top: 0rem;
}

.p-philosophy::before {
	height: 64.375rem;
	right: calc(50% - 48.125rem);
	top: 8.25rem;
	width: 54.875rem;
}

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

.p-philosophy__lead {
	font-size: 4.0625rem;
	letter-spacing: 0.1em;
	line-height: 1.6923076923;
}

.p-philosophy__text {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 4;
	margin-top: 3.75rem;
}

.p-recruit__inner {
	border-top-left-radius: 1.25rem;
	margin-right: 0;
	padding-bottom: 10rem;
	padding-left: 6.875rem;
	padding-top: 10rem;
}

.p-recruit__title .c-title p {
	font-size: 6.25rem;
	left: 11.25rem;
	margin: 0;
	position: absolute;
}

.p-recruit__img {
	margin: 0;
	position: absolute;
	right: calc(50% - 50vw);
	top: 50%;
	transform: translateY(-50%);
	width: min(60vw, 67.5rem);
}

.p-recruit__subTitle {
	font-size: 3.375rem;
	line-height: 1.56;
	margin-top: 3.125rem;
}

.p-recruit__text {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-recruit__btn {
	margin-top: 2.5rem;
	text-align: left;
}

.p-service__blocks {
	grid-gap: 2.625rem;
	display: grid;
	gap: 2.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0;
	position: relative;
}

.p-service__blocks + .p-service__blocks {
	margin-top: 4.8125rem;
}

.p-service__block {
	border-radius: 1.25rem;
}

.p-service__block.--content {
	padding: 3.75rem 1.875rem 1.25rem 3.125rem;
}

.p-service__subTitle {
	font-size: 2.125rem;
}

.p-service__text {
	font-feature-settings: "palt";
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2.5rem;
}

.p-service__info {
	margin-top: 1.5rem;
	margin-top: 2rem;
}

.p-service__info p {
	font-size: 1.125rem;
}

.p-service__info p img {
	width: 1.75rem;
}

.p-service__info p a {
	display: inline-block;
	font-size: 1.875rem;
	margin-top: 0.625rem;
}

.p-service__btn a {
	border-radius: 1.5625rem;
	font-size: 0.875rem;
	height: 3.125rem;
	margin-right: 2.0625rem;
	width: 11.25rem;
}

.p-service__lists {
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5rem;
}

.p-service__list {
	font-size: 1rem;
	font-weight: bold;
	height: 5.5rem;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.p-service__blocks:nth-child(3) .p-service__block:nth-child(1) {
	order: 1;
}

}

@media (min-width: 1640px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scrolldown {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}


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