body {
	font-family: "Zen Kaku Gothic Antique", 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: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

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

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

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

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

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

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

.l-recruit {
	margin-top: 3.125rem;
	padding-bottom: 3.125rem;
}

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

.p-appeal__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: left;
}

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

.p-appeal__text p {
	line-height: 2.3;
	text-align: left;
}

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

.p-business__text p {
	letter-spacing: 0.13em;
	line-height: 2;
	text-align: center;
}

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

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

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

.p-business__description {
	width: 100%;
}

.p-business__description-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1rem;
}

.p-business__title {
	font-size: 1.75rem;
	padding-left: 1.75rem;
	position: relative;
}

.p-business__title::before {
	content: "〇";
	left: 0rem;
	position: absolute;
	top: 0;
}

.p-business__img-wrapper {
	display: flex;
	flex-direction: row;
	gap: 1.1875rem;
	width: 100%;
}

.p-business__img {
	aspect-ratio: 376/348;
	position: relative;
	width: 50%;
}

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

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

.p-common-contact {
	background-color: #dddddd;
	padding: 4.125rem 0 8.0625rem 0;
	position: relative;
}

.p-common-contact::before {
	background-image: url(../images/common/town-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-common-contact__img {
	height: 5rem;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(20%);
	transition: opacity 0.5s ease, transform 0.5s ease;
	width: 5rem;
}

.p-common-contact__img.scrollin {
	animation: blink 0.5s ease-in-out 2;
	height: 5rem;
	opacity: 1;
	transform: translateY(0);
	width: 5rem;
}

.p-common-contact h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 3.125rem;
	font-weight: 700;
	margin-top: 1.3125rem;
	text-align: center;
}

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

.p-common-contact__text p {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.p-common-contact__btn-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4.625rem;
	justify-content: center;
	margin-top: 3.4375rem;
}

.p-common-contact__tel {
	background-color: #ffe400;
	border: solid 0.0625rem #ffe400;
	border-radius: 100vh;
	display: inline-block;
	font-size: clamp(1rem, -3.25rem + 21.25vw, 3.125rem);
	font-weight: 700;
	line-height: 1;
	padding: 0.625rem 2.5625rem 0.75rem 5.5rem;
	position: relative;
	text-align: right;
	transition: 0.4s;
	z-index: 10;
}

.p-common-contact__tel::before {
	background-image: url(../images/common/tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.3125rem;
	left: 2.5rem;
	position: absolute;
	top: calc(50% - 1.125rem);
	width: 2.3125rem;
}

.p-common-contact__btn {
	background-color: #ffe400;
	border: solid 0.0625rem #ffe400;
	border-radius: 100vh;
	display: inline-block;
	font-size: clamp(1rem, -3.25rem + 21.25vw, 3.125rem);
	font-weight: 700;
	line-height: 1;
	padding: 1.25rem 3.375rem;
	position: relative;
	text-align: right;
	transition: 0.4s;
	z-index: 10;
}

.p-common-contact__btn::before {
	background-image: url(../images/common/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.625rem;
	left: 2.5rem;
	position: absolute;
	top: calc(50% - 0.8125rem);
	width: 2.1875rem;
}

.p-common-contact__tel:hover,
.p-common-contact__btn:hover {
	background-color: #fff;
}

.p-common-map {
	height: 30.3125rem;
	position: relative;
	width: 100%;
}

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

.p-company {
	padding-bottom: 6.25rem;
}

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

.p-company__layout {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-company__outline {
	margin-top: 0rem;
}

.p-company__img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-company__title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left;
}

.p-company h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-company__outline-wrapper {
	margin-top: 1.875rem;
}

dl.p-company__list {
	margin-left: 0;
}

.p-company__item {
	border-bottom: solid 0.0625rem #333333;
	display: flex;
	flex-direction: row;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	gap: 1.125rem;
	padding: 1rem 0;
}

.p-company__name {
	width: 3.75rem;
}

.p-contact {
	background-color: #dddddd;
	padding-bottom: 12.5rem;
	padding-top: 3.125rem;
	position: relative;
}

.p-contact::before {
	background-image: url(../images/common/town-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

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

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

.p-contact__text-wrapper h2 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

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

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

.p-contact__tel {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-family: "Kaisei Tokumin", serif;
	font-size: 1.5rem;
	font-weight: 700;
	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;
	gap: 0.3125rem;
}

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

.p-contact__radio input[type=radio] {
	background-color: #fff;
	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: calc(50% - 0.4375rem);
	opacity: 1;
	position: absolute;
	top: calc(50% - 0.4375rem);
	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: 700;
}

.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: #ffe400;
	border: solid 0.0625rem #ffe400;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 3.125rem;
	padding: 1.5rem 0;
	width: 100%;
}

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

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

.p-footer {
	background-color: #dddddd;
	padding-top: 1.625rem;
}

.p-footer__js-scroll-top {
	height: 4.375rem;
	width: 4.375rem;
}

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

.p-footer__copy {
	background-color: #ffe400;
	margin-top: 8.375rem;
	padding: 1.875rem 0;
	text-align: center;
}

.p-footer__logo-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

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

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

.p-footer__tel {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75rem;
	margin-left: 2.6875rem;
	margin-right: 0rem;
	position: relative;
}

.p-footer__tel::before {
	background-image: url(../images/common/tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.6875rem;
	left: -2.5rem;
	position: absolute;
	top: 0.4375rem;
	width: 1.6875rem;
}

.p-footer__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
}

.p-footer__content-left {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	justify-content: center;
}

.p-footer__logo h1 {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.1875rem;
	font-weight: 700;
}

.p-footer__logo p {
	display: inline-block;
	font-size: 1rem;
}

.p-footer__list {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-weight: 700;
	row-gap: 0.4375rem;
}

.p-footer__item {
	height: inherit;
	padding: 0.75rem 0;
	position: relative;
}

.p-footer__item::before {
	background: #333333;
	bottom: 0.375rem;
	content: "";
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
	width: 100%;
}

.p-footer__item:hover::before {
	transform: scale(1, 1);
	transform-origin: center top;
}

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

#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 {
	background-color: #dddddd;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

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

.p-greeting__img {
	aspect-ratio: 853/565;
	height: 17.5625rem;
	position: relative;
	width: 100%;
}

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

.p-greeting__appeal-wrapper {
	background-color: #fff;
	height: -moz-fit-content;
	height: fit-content;
	padding: 1.875rem;
	z-index: 1;
}

.p-greeting__appeal-text {
	margin-top: 0rem;
}

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

.p-greeting__text-title {
	color: #ffe400;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.125rem;
	font-weight: 700;
}

.p-greeting__appeal-text p {
	line-height: 2.3;
}

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

.p-greeting__title p {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.p-greeting__title h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.p-greeting__title p {
	line-height: 1;
}

.p-greeting__text {
	background-color: #fff;
	border-radius: 4.6875rem;
	margin-top: 1.25rem;
	padding: 1.875rem 1.25rem;
}

.p-greeting__text p {
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 2.5;
}

.p-greeting__name {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 1rem;
	text-align: right;
}

.p-header {
	background-color: #dddddd;
	position: sticky;
	top: 0;
	z-index: 100;
}

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

.p-header__content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}

.p-header__logo-wrapper a {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
}

.p-header__logo {
	align-items: end;
	display: flex;
	flex-direction: column;
}

.p-header__logo h1 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.p-header__logo p {
	display: none;
}

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

.p-header__list {
	display: none;
}

.p-header__item {
	font-weight: 700;
	height: inherit;
	padding: 0.75rem 0;
	position: relative;
}

.p-header__item::before {
	background: #333333;
	bottom: 0.375rem;
	content: "";
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
	width: 100%;
}

.p-header__item:hover::before {
	transform: scale(1, 1);
	transform-origin: center top;
}

.p-header__contact-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-header__tel {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75rem;
	margin-left: 1.5rem;
	position: relative;
}

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

.p-header__contact {
	background-color: #ffe400;
	border: solid 0.0625rem #ffe400;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	padding: 0.75rem 1.625rem 0.75rem 4.75rem;
	position: relative;
	text-align: right;
	transition: 0.4s;
}

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

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

.p-header__hamburger {
	background-color: #ffe400;
	display: block;
	height: 1.875rem;
	margin-top: 0.75rem;
	position: relative;
	width: 1.875rem;
}

.p-header__hamburger span {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 0.375rem;
	position: absolute;
	transition: all 0.5s;
	width: 1.125rem;
}

.p-header__hamburger span:nth-child(1) {
	top: 0.4375rem;
}

.p-header__hamburger span:nth-child(2) {
	top: 0.875rem;
}

.p-header__hamburger span:nth-child(3) {
	top: 1.3125rem;
}

#js-hamburger.js-active span:nth-of-type(1) {
	left: 0.0625rem;
	top: 0.1875rem;
	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: 0rem;
	top: 1.5625rem;
	transform: translateY(-0.6875rem) rotate(-45deg);
	width: 1.875rem;
}

.p-header__drawer {
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-header__drawer-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 6.25rem;
}

.p-header__drawer-item {
	padding: 1.25rem;
}

.p-header__sp {
	display: block;
}

.p-lower-fv {
	align-items: center;
	background-image: url(../images/common/company-fv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	height: 25.3125rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-lower-fv::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-lower-fv h1 {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.875rem;
	font-weight: 700;
	z-index: 2;
}

.p-lower-fv--company {
	background-image: url(../images/common/company-fv.png);
}

.p-lower-fv--business {
	background-image: url(../images/common/business-fv.png);
}

.p-lower-fv--contact {
	background-image: url(../images/common/business-fv.png);
}

.p-lower-fv--recruit {
	background-image: url(../images/common/recruit.png);
}

.p-lower-fv--works {
	background-image: url(../images/common/case-fv.png);
}

.p-recruit__inner.l-inner {
	max-width: 53.125rem;
}

.p-recruit__img {
	height: 4.375rem;
	margin: 0 auto;
	width: 4.375rem;
}

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

.p-recruit__title {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	margin-top: 1.25rem;
	text-align: center;
}

.p-recruit__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-recruit__item:last-child {
	border-bottom: 0.0625rem solid #333333;
}

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

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

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

.p-recruit__btn {
	background-color: #ffe400;
	border: solid 0.0625rem #ffe400;
	border-radius: 100vh;
	font-size: 1.75rem;
	padding: 1.375rem 3.125rem;
	position: relative;
	transition: 0.4s;
}

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

.p-recruit__btn::after {
	background-image: url(../images/common/triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 2rem;
	top: 1.8125rem;
	width: 1.125rem;
}

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

.p-top-area {
	padding: 1.875rem 0;
}

.p-top-area__inner.l-inner {
	max-width: 27.5rem;
}

.p-top-area__content {
	display: block;
}

.p-top-area__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
	line-height: 1;
}

.p-top-area__title p {
	font-size: 3.75rem;
	font-weight: 700;
}

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

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

.p-top-area__img-wrapper {
	margin-top: 2rem;
}

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

.p-top-fv__text {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: left;
	text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.47);
	top: 56%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.p-top-fv__text h2 {
	word-wrap: break-word;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.6875rem;
	letter-spacing: 0.08em;
	word-break: keep-all;
}

.p-top-fv__text p {
	word-wrap: break-word;
	font-family: sawarabi;
	font-size: 1.625rem;
	word-break: keep-all;
}

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

.p-top-fv__slide::before {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 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-greeting {
	background-color: #dddddd;
	padding: 1.875rem 0;
}

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

.p-top-link {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.p-top-link__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.625rem 1.125rem;
	width: 100%;
}

.p-top-link__item--business {
	background-image: url(../images/common/top-business-sp.png);
}

.p-top-link__item--works {
	background-image: url(../images/common/top-works-sp.png);
}

.p-top-link__item--company {
	background-image: url(../images/common/top-company-sp.png);
}

.p-top-link__item--recruit {
	background-image: url(../images/common/top-recruit-sp.png);
}

.p-top-link__item-layout {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.75rem 0;
}

.p-top-link__item-jp {
	border-bottom: solid 0.0625rem #fff;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.875rem;
	padding-bottom: 0.375rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-link__item-en {
	color: #ffe400;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.p-works {
	padding-bottom: 3.125rem;
}

.p-works__inner.l-inner {
	max-width: 91.875rem;
}

.p-works__text {
	border: solid 0.0625rem #ffe400;
	margin: 0 auto;
	padding: 4.375rem 0;
	width: 100%;
}

.p-works__text h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	text-align: center;
}

.p-works__text p {
	font-size: 1rem;
	margin-top: 1rem;
	text-align: center;
}

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

.p-works__img-list {
	display: flex;
	flex-direction: column;
	gap: 2.625rem;
}

.p-works__img {
	aspect-ratio: 462/337;
	position: relative;
	width: 100%;
}

.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%;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

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

a:hover {
	opacity: 0.8;
}

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

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

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

.l-business {
	margin-top: 6.375rem;
}

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

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

.l-recruit {
	margin-top: 8.9375rem;
	padding-bottom: 28.125rem;
}

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

.p-appeal__title {
	font-size: 2.5rem;
	text-align: center;
}

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

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

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

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

.p-business__description {
	width: 50%;
}

.p-business__description-text {
	font-size: 1.125rem;
	margin-left: 1.875rem;
	margin-top: 3.125rem;
}

.p-business__title {
	align-self: 3.125rem;
	font-size: 3.125rem;
	justify-self: 3.125rem;
	place-self: 3.125rem;
}

.p-business__title::before {
	left: -1.75rem;
}

.p-business__img-wrapper {
	width: 50%;
}

.p-business__area {
	margin-top: 10.625rem;
}

.p-common-contact {
	padding: 6.25rem 0 5.8125rem 0;
}

.p-common-contact::before {
	background-image: url(../images/common/town.png);
	height: 17rem;
}

.p-common-contact__btn-wrapper {
	flex-direction: row;
	gap: 15.625rem;
	margin-top: 8.75rem;
}

.p-common-contact__btn {
	padding: 0.75rem 3.0625rem 0.625rem 7.6875rem;
}

.p-company {
	padding-bottom: 28.125rem;
}

.p-company__layout {
	flex-direction: row;
	gap: 8.375rem;
	justify-content: space-between;
}

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

.p-company__img {
	aspect-ratio: 940/570;
	margin: 0 0 0 calc(50% - 50vw);
	width: 50vw;
}

.p-company__title {
	font-size: 2.5rem;
	text-align: center;
}

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

.p-company__outline-wrapper {
	margin-top: 1.6875rem;
}

dl.p-company__list {
	margin-left: 0.8125rem;
}

.p-company__item {
	font-size: 1.125rem;
	gap: 2.625rem;
	padding: 1rem 3.125rem 1rem 1rem;
}

.p-contact {
	padding-bottom: 25rem;
	padding-top: 18.125rem;
}

.p-contact::before {
	background-image: url(../images/common/town.png);
	height: 17rem;
}

.p-contact__text-wrapper h2 {
	font-size: 1.875rem;
}

.p-contact__text {
	font-size: 1.125rem;
	margin-top: 3rem;
}

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

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

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

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

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

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

.p-contact__item label {
	border-right: solid 0.0625rem #cfcfcf;
	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: 3rem;
}

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

.p-footer__copy {
	margin-top: 2.125rem;
}

.p-footer__logo-wrapper {
	flex-direction: row;
	gap: 1rem;
}

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

.p-footer__tel {
	margin-left: 0;
	margin-right: 5.1875rem;
}

.p-footer__content {
	flex-direction: row;
	gap: 8.125rem;
}

.p-footer__content-left {
	align-items: end;
	gap: 0;
}

.p-footer__logo h1 {
	font-size: 2.5rem;
}

.p-footer__list {
	align-items: self-end;
	display: flex;
	gap: clamp(1rem, 0.65rem + 1.75vw, 2.75rem);
}

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

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

.p-greeting {
	padding-bottom: 13.75rem;
	padding-top: 14.6875rem;
}

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

.p-greeting__inner02.l-inner {
	max-width: 83.125rem;
}

.p-greeting__img-wrapper {
	flex-direction: row;
}

.p-greeting__img {
	height: auto;
	margin-right: -5.625rem;
	width: 114%;
}

.p-greeting__appeal-wrapper {
	margin-bottom: 1.875rem;
	margin-left: -3.75rem;
	margin-top: 1.4375rem;
	padding: 1.875rem 3.125rem;
}

.p-greeting__appeal-text {
	margin-top: 1.0625rem;
}

.p-greeting__text-wrapper {
	margin-top: 12.625rem;
}

.p-greeting__title p {
	font-size: 4.0625rem;
}

.p-greeting__title h2 {
	font-size: 1.875rem;
}

.p-greeting__text {
	padding: 4.75rem 5rem 0.8125rem 6.5rem;
}

.p-greeting__name {
	font-size: 1.875rem;
	margin-top: 1.5625rem;
}

.p-header__content {
	padding: 0.625rem 0;
}

.p-header__logo h1 {
	font-size: 2.5rem;
}

.p-header__logo p {
	display: inline-block;
	font-size: 1rem;
}

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

.p-header__list {
	align-items: self-end;
	display: flex;
	flex-direction: row;
	gap: clamp(1rem, 0.65rem + 1.75vw, 2.75rem);
}

.p-header__hamburger {
	display: none;
}

.p-header__sp {
	display: none;
}

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

.p-recruit__wrapper {
	margin-top: 4.8125rem;
}

.p-recruit__title {
	font-size: 2.5rem;
	margin-top: 3.125rem;
}

.p-recruit__item {
	font-size: 1.25rem;
	gap: 3.125rem;
}

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

.p-recruit__description {
	width: 80%;
}

.p-recruit__btn-wrapper {
	margin-top: 5.5rem;
}

.p-recruit__btn {
	padding: 1.375rem 9.625rem 1.375rem 4.8125rem;
}

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

.p-top-area__inner.l-inner {
	max-width: 93.75rem;
}

.p-top-area__content {
	display: none;
}

.p-top-area__img-wrapper {
	margin-top: 0;
}

.p-top-fv__text {
	top: 75%;
}

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

.p-top-fv__text p {
	font-size: 2.8125rem;
	margin-top: 1.4375rem;
}

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

.p-top-greeting {
	padding: 8.625rem 0;
}

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

.p-top-link__item {
	padding: 1.875rem;
	width: 50vw;
}

.p-top-link__item--business {
	background-image: url(../images/common/business-fv.png);
}

.p-top-link__item--works {
	background-image: url(../images/common/case-fv.png);
}

.p-top-link__item--company {
	background-image: url(../images/common/company-fv.png);
}

.p-top-link__item--recruit {
	background-image: url(../images/common/recruit.png);
}

.p-top-link__item-layout {
	padding: 6.875rem 0;
}

.p-top-link__item-jp {
	font-size: 3.75rem;
}

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

.p-works {
	padding-bottom: 6.25rem;
}

.p-works__text {
	width: 52.3125rem;
}

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

.p-works__text p {
	font-size: 1.875rem;
}

.p-works__img-wrapper {
	margin-top: 10rem;
}

.p-works__img-list {
	flex-direction: row;
}

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

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes blink {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0.5;
}

}

@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 */
