body {
	font-family: " Zen Old Mincho", 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;
}

.c-btn {
	background-color: #ff0000;
	border-radius: 100vh;
	color: #fff;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.625rem 5.375rem 1.625rem 2.6875rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.2s;
}

.c-btn::before {
	background-image: url(../images/common/triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.1875rem;
	position: absolute;
	right: 1.25rem;
	top: 40%;
	width: 1rem;
}

.c-btn:hover {
	background-color: #fff;
	border: solid 0.0625rem #ff0000;
	color: #ff0000;
	opacity: 1;
}

.c-btn:hover::before {
	background-image: url(/assets/images/common/triangle-red.png);
}

.c-link {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Sawarabi Gothic", serif;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1;
	position: relative;
}

.c-link::before {
	background: #ff0000;
	bottom: -0.25rem;
	content: "";
	height: 0.25rem;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
	width: 100%;
}

.c-link:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.c-link__en {
	color: #ff0000;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1rem;
	text-transform: uppercase;
}

.c-link--white {
	color: #fff;
	font-family: " Zen Old Mincho", serif;
}

.c-link--pointer {
	color: #fff;
	font-family: " Zen Old Mincho", serif;
}

.c-link--pointer::after {
	background-color: #ff0000;
	border-radius: 100vh;
	bottom: -1.625rem;
	content: "";
	height: 0.625rem;
	left: calc(50% - 0.3125rem);
	position: absolute;
	width: 0.625rem;
}

.c-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.8125rem;
	justify-content: center;
}

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

.c-section-title--black {
	color: #333333;
}

.c-section-title__jp {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.c-section-title__en {
	border-bottom: solid 0.125rem #ff0000;
	color: #ff0000;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

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

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

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

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

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

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

.p-business__inner.l-inner {
	max-width: 80rem;
}

.p-business__text {
	font-weight: 900;
	line-height: 2;
	margin-top: 3.125rem;
	text-align: center;
}

.p-business__content {
	background-image: url(../images/common/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2.5rem;
	padding: 3.125rem 0;
}

.p-business__title {
	background-color: #fff;
	margin: 0 auto;
	padding: 3.5rem 0;
	width: 14.75rem;
}

.p-business__list-wrapper {
	margin-top: 2.5rem;
}

.p-business__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-business__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: center;
}

.p-business__name {
	align-items: center;
	background-color: #ff0000;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 900;
	justify-content: center;
	min-height: 12.5rem;
	padding: 0 0.625rem;
	width: 12.5rem;
}

.p-business__name span {
	font-size: 0.875rem;
}

.p-business__description {
	border-bottom: solid 0.0625rem #333333;
	border-top: solid 0.0625rem #333333;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 900;
	justify-content: center;
	line-height: 2.5;
	width: 100%;
}

.p-common-contact {
	background-image: url(/assets/images/common/contact01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 4.125rem;
	padding-top: 3.4375rem;
}

.p-common-contact--432 {
	margin-top: 3.125rem;
}

.p-common-contact--300 {
	margin-top: 3.125rem;
}

.p-common-contact--480 {
	margin-top: 3.125rem;
}

.p-common-contact--580 {
	margin-top: 3.125rem;
}

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

.p-common-contact__text {
	word-wrap: break-word;
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-top: 2.5rem;
	text-align: center;
	word-break: keep-all;
}

.p-common-contact__button-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.25rem;
	margin-top: 3.4375rem;
}

.p-common-contact__button {
	background-color: #ff0000;
	border-radius: 100vh;
	color: #fff;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	min-width: 21.3125rem;
	padding: 1.25rem 0rem 1.25rem 0rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: 0.2s;
}

.p-common-contact__button--jp {
	font-family: " Zen Old Mincho", serif;
}

.p-common-contact__button--tel {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-common-contact__button::after {
	background-image: url(/assets/images/common/triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.125rem;
	top: 45%;
	width: 0.8125rem;
}

.p-common-contact__button--tel::before {
	background-image: url(/assets/images/common/tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5rem;
	left: 1.25rem;
	position: absolute;
	top: 38%;
	width: 1.5rem;
}

.p-common-contact__button--mail::before {
	background-image: url(/assets/images/common/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.3125rem;
	left: 2.0625rem;
	position: absolute;
	top: 40%;
	width: 1.75rem;
}

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

.p-common-contact__button:hover {
	opacity: 0.7;
}

.p-company {
	background-color: #e6e8ef;
	padding: 3.125rem 0;
}

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

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

.p-company__content--lower {
	margin-top: 4.0625rem;
}

.p-company__item {
	border-top: solid 0.0625rem #333333;
	display: flex;
	flex-direction: column;
	gap: 5%;
	padding: 0.9375rem 0;
}

.p-company__item--lower {
	border-top: solid 0.0625rem #333333;
	display: flex;
	flex-direction: column;
	gap: 5%;
	padding: 0.9375rem 0;
}

.p-company__item:first-child {
	border-top: none;
}

.p-company__item:last-child {
	border-bottom: solid 0.0625rem #333333;
}

.p-company__name {
	border-bottom: solid 0.0625rem #333333;
	font-weight: 700;
	padding-bottom: 0.9375rem;
	width: 100%;
}

.p-company__description {
	font-weight: 700;
	line-height: 2;
	padding-top: 0.9375rem;
	width: 100%;
}

.p-company__description p {
	line-height: 2;
}

.p-contact__inner.l-inner {
	max-width: 52.125rem;
}

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

.p-contact__text-wrapper h2 {
	color: #ff0000;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.p-contact__text {
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 1.875rem;
}

.p-contact__text p span {
	color: #ff0000;
}

.p-contact__tel {
	align-items: center;
	color: #ff0000;
	display: flex;
	flex-direction: row;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.5rem;
	gap: 2.0625rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-contact__tel img {
	height: 2.1875rem;
	width: 2.1875rem;
}

.p-contact__form-inner.l-inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-contact__form-wrapper {
	margin-top: 3.125rem;
}

.p-contact__radio-layout {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	margin-left: 1rem;
}

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

.p-contact__radio p {
	font-weight: 900;
}

.p-contact__radio input[type=radio] {
	background-color: #f4f3f3;
	border: solid 0.0625rem #333333;
	border-radius: 100vh;
	display: inline-block;
	height: 1.125rem;
	padding: 0;
	position: relative;
	width: 1.125rem;
}

.p-contact__radio input[type=radio]:checked::before {
	background-color: #333333;
	border-radius: 100vh;
	content: "";
	height: 0.875rem;
	left: 0.0625rem;
	opacity: 1;
	position: absolute;
	top: 0.0625rem;
	width: 0.875rem;
}

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

.p-contact__item label:not(.p-contact__radio) {
	display: flex;
	flex-direction: row;
	font-weight: 900;
}

.p-contact__item label {
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	gap: 1.5rem;
	min-width: 18.75rem;
	padding: 1rem;
}

.p-contact__item label span {
	color: #ff0000;
}

.p-contact__item input {
	background-color: #f4f3f3;
	border: solid 0.0625rem #333333;
	border-radius: 0.5625rem;
	margin: 0rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	width: 100%;
}

.p-contact__item textarea {
	background-color: #f4f3f3;
	border: solid 0.0625rem #333333;
	border-radius: 0.5625rem;
	height: 11.375rem;
	margin: 0;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	width: 100%;
}

.p-contact__btn {
	background-color: #ff0000;
	color: #fff;
	font-family: " Zen Old Mincho", serif;
	font-size: 1.5rem;
	margin-top: 3.125rem;
	padding: 1.5rem 0;
	width: 100%;
}

.p-contact__btn:hover {
	background-color: #fff;
	border: solid 0.0625rem #ff0000;
	color: #ff0000;
}

.p-contact__btn-wrapper {
	text-align: center;
}

.fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s;
}

.fadein.fadein-left {
	transform: translate(-30px, 0);
}

.fadein.fadein-right {
	transform: translate(30px, 0);
}

.fadein.fadein-up {
	transform: translate(0, -30px);
}

.fadein.fadein-down {
	transform: translate(0, 30px);
}

.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.p-footer {
	background-color: #e6e8ef;
	padding-top: 1.75rem;
}

.p-footer__inner.l-inner {
	max-width: 112.5rem;
}

.p-footer__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5.3125rem;
	justify-content: center;
	padding-bottom: 9.8125rem;
}

.p-footer__logo {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
}

.p-footer__logo-img {
	height: 5.4375rem;
	width: 5.4375rem;
}

.p-footer__nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
}

.p-footer__title {
	text-align: center;
}

.p-footer__title p {
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.3125rem;
	letter-spacing: 0.14em;
	line-height: 1;
}

.p-footer__list {
	display: flex;
	flex-direction: row;
	gap: 2.875rem;
}

.p-footer__copy {
	background-color: #000;
	color: #fff;
	padding: 2.4375rem 0;
	text-align: center;
}

#js-scroll-top a {
	align-items: center;
	background-color: transparent;
	display: flex;
	height: 5.25rem;
	justify-content: center;
	transition: all 0.3s;
	width: 5.25rem;
}

#js-scroll-top a:hover {
	background: transparent;
}

/*リンクを右下に固定*/

#js-scroll-top { /*はじめは非表示*/
	opacity: 0;
	position: fixed;
	right: 1.25rem;
	transform: translateY(6.25rem);
	z-index: 2;
}

/*上に上がる動き*/

#js-scroll-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

/*下に下がる動き*/

#js-scroll-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

.p-greeting__inner.l-inner {
	max-width: 112.5rem;
}

.p-header {
	background-color: #fff;
	padding: 0.375rem 0;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.p-header.js-active {
	background-color: rgba(0, 0, 0, 0.7);
}

.p-header__inner.l-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-header__content {
	display: flex;
	flex-direction: column;
	gap: 14.4375rem;
	justify-content: space-between;
	width: 70%;
}

.p-header__logo {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.625rem;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__logo-img {
	height: 3.75rem;
	width: 3.75rem;
}

.p-header__title {
	color: #333333;
	text-align: center;
}

.p-header__title h1 {
	font-size: 1.5rem;
}

.p-header__title p {
	font-family: "Sawarabi Gothic", serif;
}

.p-header__nav {
	display: none;
}

.p-header__list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
}

.p-header__link {
	position: relative;
}

.p-header__link--contact {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	justify-content: center;
}

.p-header__tel {
	color: #ff0000;
	cursor: pointer;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.25rem;
	position: relative;
	text-transform: uppercase;
}

.p-header__tel::before {
	background-image: url(../images/common/tel-red.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.1875rem;
	left: -1.75rem;
	position: absolute;
	top: 32%;
	width: 1.1875rem;
}

.p-header__contact-btn {
	background-color: #ff0000;
	border-radius: 100vh;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	padding: 0.75rem 2.6875rem 0.75rem 5.375rem;
	position: relative;
	text-transform: uppercase;
	transition-duration: 0.4s;
}

.p-header__contact-btn::before {
	background-image: url(../images/common/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.9375rem;
	left: 1.5rem;
	position: absolute;
	top: 40%;
	width: 1.375rem;
}

.p-header__hamburger-nav-wrapper {
	display: none;
	margin-top: -7.9375rem;
}

.p-header__hamburger {
	cursor: pointer;
	display: block;
	position: relative;
	transition: all 0.5s;
}

.p-header__hamburger p {
	color: #ff0000;
	font-family: "Sawarabi Gothic", serif;
	font-size: 0.5625rem;
	font-weight: 700;
	margin-top: 1.1875rem;
	text-transform: uppercase;
}

.p-header__hamburger span {
	background-color: #ff0000;
	content: "";
	height: 0.125rem;
	position: absolute;
	transition: all 0.5s;
}

.p-header__hamburger span:nth-child(1) {
	left: 0;
	top: 0;
	width: 1.5rem;
}

.p-header__hamburger span:nth-child(2) {
	left: 0;
	top: 0.4375rem;
	width: 1.25rem;
}

.p-header__hamburger span:nth-child(3) {
	left: 0;
	top: 0.875rem;
	width: 1rem;
}

#js-hamburger.js-active span:nth-of-type(1) {
	left: -0.1875rem;
	top: -0.375rem;
	transform: translateY(0.6875rem) rotate(45deg);
	width: 1.875rem;
}

#js-hamburger.js-active span:nth-of-type(2) {
	opacity: 0;
}

#js-hamburger.js-active span:nth-of-type(3) {
	left: -0.1875rem;
	top: 1rem;
	transform: translateY(-0.6875rem) rotate(-45deg);
	width: 1.875rem;
}

.p-header__hamburger-nav {
	height: calc(100vh + 56px);
	padding-bottom: 3.75rem;
	padding-top: 11.25rem;
}

.p-header__hamburger-nav-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-lower-fv {
	align-items: center;
	background-image: url(../images/common/lower-fv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	height: 21.875rem;
	justify-content: end;
	line-height: 1;
	padding-bottom: 3.75rem;
}

.p-lower-fv h1 {
	color: #fff;
	font-size: 2.8125rem;
}

.p-lower-fv p {
	color: #fff;
	font-family: "Sawarabi Gothic", serif;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.p-map__wrapper {
	height: 30rem;
	position: relative;
}

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

.p-partner {
	background-color: #ffebeb;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.p-partner__inner.l-inner {
	max-width: 72.5rem;
}

.p-partner__title {
	font-size: 1.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-partner__title-wrapper {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	gap: 0.625rem;
	justify-content: center;
}

.p-partner__title-deco {
	height: 2.5rem;
	width: 2.5rem;
}

.p-partner__title::before {
	background-image: url(../images/common/pick-up.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 2.5rem;
	content: "";
	height: 5rem;
	position: absolute;
	right: -1.875rem;
	width: 5rem;
}

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

.p-partner__text p {
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 2;
}

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

.p-product__inner.l-inner {
	max-width: 107.5rem;
}

.p-product__content {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

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

.p-product__content-wrapper {
	margin-top: 3.125rem;
}

.p-product__item-head {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-left: 2rem;
}

.p-product__item-title {
	font-size: 1.875rem;
	position: relative;
}

.p-product__item-title::before {
	background-color: #ff0000;
	bottom: 0;
	content: "";
	height: 100%;
	left: -2rem;
	position: absolute;
	width: 0.75rem;
}

.p-product__item-number {
	font-size: 1.25rem;
}

.p-product__img {
	aspect-ratio: 535/466;
	margin-top: 1.625rem;
	position: relative;
	width: 100%;
}

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

.p-product__text {
	margin-top: 1.25rem;
}

.p-recruit {
	background-image: url(../images/common/recruit-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0;
}

.p-recruit__text p {
	color: #fff;
}

.p-recruit__text {
	font-size: 1rem;
	line-height: 2;
	padding-top: 3.75rem;
	text-align: left;
}

.p-recruit__red,
.p-recruit__text p.p-recruit__red {
	color: #ff0000;
	font-size: 1.25rem;
}

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

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

.p-requirements__inner.l-inner {
	max-width: 67.9375rem;
}

.p-requirements__wrapper {
	margin-top: 1.25rem;
}

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

.p-requirements__item {
	border-left: 0.0625rem solid #333333;
	border-right: 0.0625rem solid #333333;
	border-top: 0.0625rem solid #333333;
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

.p-requirements__item:last-child {
	border-bottom: 0.0625rem solid #333333;
}

.p-requirements__name {
	background-color: #ffebeb;
	border-right: 0.0625rem solid #333333;
	font-size: 1rem;
	padding: 1.125rem 0;
	padding-left: 1.125rem;
	width: 30%;
}

.p-requirements__description {
	padding: 1.125rem 0;
	width: 70%;
}

.p-top-company {
	background-color: #e6e8ef;
	padding: 3.125rem 0;
}

.p-top-company__content {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-top-company__img-wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 6rem;
	order: 1;
}

.p-top-company__img {
	width: 100%;
}

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

.p-top-fv {
	position: relative;
}

.p-top-fv__text {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: left;
	top: 65%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.p-top-fv__text h2 {
	word-wrap: break-word;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	word-break: keep-all;
}

.p-top-fv__text p {
	word-wrap: break-word;
	font-family: sawarabi;
	font-size: 1rem;
	letter-spacing: 0.15em;
	word-break: keep-all;
}

.p-top-fv__slide {
	height: 100vh;
	position: relative;
	width: 100%;
}

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

.p-top-introduction {
	overflow: hidden;
}

.p-top-introduction__inner.l-inner {
	max-width: 112.5rem;
}

.p-top-introduction__layout {
	display: flex;
	flex-direction: column;
}

.p-top-introduction__content-wrapper {
	display: flex;
	flex-direction: column;
}

.p-top-introduction__content-wrapper:nth-of-type(even) {
	display: flex;
	flex-direction: column;
}

.p-top-introduction__content {
	background-color: #fff;
	border: solid 0.0625rem #333333;
	border-width: 0.0625rem;
	margin-top: -2.8125rem;
	opacity: 1;
	padding: 1.4375rem;
	width: 100%;
	z-index: 1;
}

.p-top-introduction__content--greeting {
	padding-bottom: 1.125rem;
	padding-top: 2.125rem;
	width: 100%;
}

.p-top-introduction__content--business {
	padding-bottom: 4.1875rem;
	padding-top: 2.8125rem;
}

.p-top-introduction__content--product {
	padding-bottom: 6.25rem;
	padding-top: 3.625rem;
}

.p-top-company__img-wrapper {
	order: 1;
}

.p-top-introduction__img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	z-index: -1;
}

.p-top-introduction__btn {
	margin-top: 7rem;
	text-align: center;
}

.p-top-introduction__title--left {
	display: none;
}

.p-top-introduction__title--in {
	display: block;
}

.p-top-introduction__btn--mt {
	margin-top: 10.9375rem;
}

.p-top-introduction__text {
	margin-top: 2.5rem;
}

.p-top-introduction__list-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 3.6875rem;
}

.p-top-introduction__list {
	display: flex;
	flex-direction: column;
	font-weight: 900;
	gap: 0.25rem;
	list-style: disc outside none;
	list-style: initial;
	margin-left: 1.0625rem;
}

.p-top-introduction__text p {
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 2.5;
}

.p-top-introduction__text p.p-top-introduction__name {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	margin-top: 2.125rem;
	text-align: right;
}

.p-top-news {
	background-color: #e6e8ef;
	padding: 3.125rem 0;
}

.p-top-news__inner.l-inner {
	max-width: 52.5rem;
}

.p-top-news__list {
	margin-top: 2.1875rem;
}

.p-top-news__item {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	letter-spacing: 0.2em;
	padding: 1rem 0;
	position: relative;
}

.p-top-news__item::before {
	background-image: url(../images/common/line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-news__item:last-child::before {
	display: none;
}

.p-top-recruit__inner.l-inner {
	align-items: left;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-top-recruit__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.p-top-recruit__content {
	background-color: #000;
	color: #fff;
}

.p-top-recruit__img {
	height: 22rem;
	margin-top: -3.75rem;
	position: relative;
	width: 88%;
}

.p-top-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-top-recruit__btn {
	margin-top: 4.375rem;
	text-align: center;
}

.p-top-recruit__appeal {
	font-size: 1.75rem;
	letter-spacing: 0.09em;
	margin-top: 6rem;
	position: relative;
	text-align: left;
}

.p-top-recruit__appeal::before {
	background-image: url(../images/common/pick-up.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9.6875rem;
	position: absolute;
	right: -2.125rem;
	top: -10.25rem;
	width: 9.6875rem;
	z-index: 10;
}

.p-top-recruit__text {
	margin-top: 1.1875rem;
	text-align: left;
}

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

.p-top-recruit__text2 {
	line-height: 1.7;
	margin-top: 2.125rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.0666666667vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	font-size: 1.625rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

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

.l-greeting {
	margin-top: 5.625rem;
}

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

.l-partner {
	margin-top: 25rem;
}

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

.l-top-introduction {
	margin-top: 7.5rem;
}

.p-business__text {
	font-size: 1.875rem;
	margin-top: 6.5625rem;
}

.p-business__content {
	margin-top: 5.25rem;
	padding-bottom: 7.9375rem;
	padding-top: 2.875rem;
}

.p-business__list-wrapper {
	margin-top: 5rem;
}

.p-business__list {
	gap: 3.4375rem;
}

.p-business__item {
	align-items: normal;
	flex-direction: row;
	gap: 2.875rem;
}

.p-business__name {
	font-size: 1.875rem;
	min-height: 17.8125rem;
	padding: 0 1.5625rem;
	width: 17.8125rem;
}

.p-business__name span {
	font-size: 1rem;
}

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

.p-common-contact {
	padding-bottom: 6.6875rem;
	padding-top: 6.625rem;
}

.p-common-contact--432 {
	margin-top: 27rem;
}

.p-common-contact--300 {
	margin-top: 18.75rem;
}

.p-common-contact--480 {
	margin-top: 30rem;
}

.p-common-contact--580 {
	margin-top: 36.25rem;
}

.p-common-contact__text {
	margin-top: 3.125rem;
}

.p-common-contact__button-wrapper {
	flex-direction: row;
	gap: 3.625rem;
	justify-content: center;
	margin-top: 5.5rem;
}

.p-common-contact__button {
	font-size: 1.625rem;
}

.p-common-contact__button--tel {
	font-size: 1.875rem;
}

.p-company {
	padding-bottom: 21.9375rem;
	padding-top: 9.8125rem;
}

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

.p-company__item {
	flex-direction: row;
	gap: 10%;
}

.p-company__item--lower {
	flex-direction: row;
	gap: 20%;
}

.p-company__name {
	border-bottom: none;
	padding-bottom: 0;
	width: 40%;
}

.p-company__description {
	padding-top: 0;
	width: 50%;
}

.p-contact__text-wrapper {
	margin-top: 10.5rem;
}

.p-contact__text {
	margin-top: 3.375rem;
}

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

.p-contact__form-inner.l-inner {
	gap: 0;
}

.p-contact__form-wrapper {
	margin-top: 9.375rem;
}

.p-contact__radio-layout {
	gap: 3rem;
	margin-left: 0;
}

.p-contact__item {
	border-bottom: solid 0.0625rem #87dbff;
	flex-direction: row;
}

.p-contact__item:nth-child(6) {
	border-bottom: none;
}

.p-contact__item label {
	border-right: solid 0.0625rem #87dbff;
	font-size: 1.125rem;
	padding: 1.5625rem 0rem 1.5625rem 0.9375rem;
}

.p-contact__item input {
	margin: 1rem;
}

.p-contact__item textarea {
	margin: 1rem;
}

.p-contact__btn {
	cursor: pointer;
	margin-top: 6.25rem;
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 18.75rem;
}

.p-footer {
	padding-top: 3.5rem;
}

.p-footer__content {
	flex-direction: row;
	gap: 15.375rem;
	justify-content: start;
	padding-bottom: 3.75rem;
}

.p-footer__logo {
	flex-direction: row;
}

.p-footer__nav {
	flex-direction: row;
}

.p-footer__title {
	text-align: right;
}

#js-scroll-top {
	right: 2.5rem;
}

#js-scroll-top a {
	height: 9.375rem;
	width: 5rem;
}

.p-header {
	background-color: transparent;
}

.p-header::before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-header.scrolled {
	background-color: rgba(0, 0, 0, 0.7);
	color: #333333;
}

.p-header.scrolled::before {
	opacity: 1;
}

.p-header__inner.l-inner {
	max-width: 118.75rem;
}

.p-header__content {
	align-items: center;
	flex-direction: row;
	gap: 5.75rem;
	width: 100%;
}

.p-header__logo {
	flex-direction: column;
	flex-direction: row;
	gap: 1.5625rem;
}

.p-header__logo-img {
	height: 5.4375rem;
	width: 5.4375rem;
}

.p-header__title {
	color: #fff;
	text-align: right;
}

.p-header__title h1 {
	font-size: 1.875rem;
}

.p-header__nav {
	display: block;
}

.p-header__tel {
	font-size: 1.75rem;
}

.p-header__contact-btn {
	font-size: 1.5rem;
}

.p-header__hamburger {
	display: none;
}

.p-lower-fv {
	height: 31.25rem;
	padding-bottom: 7.125rem;
}

.p-lower-fv h1 {
	font-size: 3.75rem;
}

.p-lower-fv p {
	font-size: 1.875rem;
}

.p-partner {
	padding-bottom: 3.75rem;
	padding-top: 6.875rem;
}

.p-partner__title {
	font-size: 2.5rem;
}

.p-partner__title-wrapper {
	gap: 1.875rem;
}

.p-partner__title::before {
	bottom: 0;
	height: 12.375rem;
	right: -18.75rem;
	width: 12.5rem;
}

.p-partner__text {
	margin-top: 4.375rem;
}

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

.p-product__content {
	gap: 3.5625rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.p-product__title {
	margin-top: 8.875rem;
}

.p-product__content-wrapper {
	margin-top: 10.625rem;
}

.p-product__item-head {
	gap: 1.625rem;
}

.p-product__item-title {
	font-size: 2.5rem;
}

.p-product__item-number {
	font-size: 1.875rem;
}

.p-product__text {
	margin-top: 2.5rem;
}

.p-recruit {
	padding-bottom: 5.1875rem;
	padding-top: 6.8125rem;
}

.p-recruit__text {
	font-size: 1.125rem;
	line-height: 2.5;
	padding-top: 6.625rem;
	text-align: center;
}

.p-recruit__red,
.p-recruit__text p.p-recruit__red {
	font-size: 1.5rem;
}

.p-recruit__btn {
	margin-top: 5.375rem;
}

.p-requirements {
	margin-top: 11.125rem;
}

.p-requirements__wrapper {
	margin-top: 2.5625rem;
}

.p-requirements__title {
	font-size: 2.5rem;
}

.p-requirements__item {
	gap: 2.25rem;
}

.p-requirements__name {
	font-size: 1.125rem;
	padding-left: 1.8125rem;
	width: 20%;
}

.p-requirements__description {
	width: 80%;
}

.p-top-company {
	padding: 3.125rem 0 6.25rem 0;
}

.p-top-company__content {
	gap: 6.875rem;
	grid-template-columns: 50rem 1fr;
	margin-top: 5rem;
}

.p-top-company__img-wrapper {
	flex-direction: column;
}

.p-top-company__img {
	width: 46.875rem;
}

.p-top-company__btn {
	margin-top: 11.25rem;
}

.p-top-fv__text {
	text-align: center;
}

.p-top-fv__text h2 {
	font-size: 3.75rem;
}

.p-top-fv__text p {
	font-size: 1.875rem;
}

.p-top-fv__slide {
	height: 56.25rem;
}

.p-top-introduction__content-wrapper {
	flex-direction: row;
}

.p-top-introduction__content-wrapper:nth-of-type(even) {
	flex-direction: row-reverse;
	margin-top: 10.625rem;
}

.p-top-introduction__content {
	margin-left: -6.25rem;
	margin-top: 3.75rem;
	padding: 3.75rem;
}

.p-top-introduction__content--greeting {
	width: 56.25rem;
}

.p-top-introduction__content--business {
	margin-bottom: 12.5rem;
	margin-left: 0;
	margin-right: -6.25rem;
	margin-top: -6.25rem;
}

.p-top-company__img-wrapper {
	order: initial;
}

.p-top-introduction__img {
	aspect-ratio: 10/7;
	width: 100%;
}

.p-top-introduction__btn {
	margin-top: 6.25rem;
}

.p-top-introduction__title--left {
	display: flex;
	flex-direction: row;
	margin-left: 9.375rem;
}

.p-top-introduction__title--in {
	display: none;
}

.p-top-introduction__btn--mt {
	margin-top: 9.375rem;
}

.p-top-news {
	padding-bottom: 6.25rem;
	padding-top: 3.375rem;
}

.p-top-news__list {
	margin-top: 5rem;
}

.p-top-news__item {
	flex-direction: row;
	gap: 6.25rem;
	padding: 1rem 3.3125rem;
}

.p-top-recruit__inner.l-inner {
	align-items: center;
	max-width: 47.75rem;
}

.p-top-recruit__wrapper {
	flex-direction: row;
}

.p-top-recruit__content {
	gap: 3.125rem;
	margin: 0 calc(50% - 50vw);
	padding: 6.25rem 0;
	width: 100vw;
}

.p-top-recruit__img {
	height: 43.75rem;
	margin-left: -9.375rem;
	margin-top: 0;
	width: 69%;
}

.p-top-recruit__btn {
	margin-top: 7.5rem;
}

.p-top-recruit__appeal {
	font-size: 1.875rem;
	margin-top: 2.0625rem;
	text-align: center;
}

.p-top-recruit__appeal::before {
	height: 12.5rem;
	position: absolute;
	right: -13.75rem;
	top: -10.75rem;
	width: 12.5rem;
}

.p-top-recruit__text {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.p-top-recruit__text2 {
	letter-spacing: 0.1em;
}

}

@media (min-width: 1500px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 0;
	transform: translateY(trm(100));
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes DownAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 1;
	transform: translateY(6.25rem);
}

}


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