.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	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-bg {
	position: relative;
}

.c-bg::before {
	aspect-ratio: 2880/1682;
	background-image: url(../../assets/images/top/top_company_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.c-breadcrumb {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.c-breadcrumb .c-breadcrumb__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-breadcrumb__home {
	color: #55C5AA;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
}

.c-breadcrumb__arrow {
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	position: relative;
	width: 37px;
	width: 2.3125rem;
}

.c-breadcrumb__arrow::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	border-right: 2px solid #55C5AA;
	border-top: 2px solid #55C5AA;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
}

.c-breadcrumb__current,
.c-breadcrumb__link {
	color: #888888;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
}

.c-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 16px;
	gap: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.c-button__icon {
	-webkit-transition: all 0.3s ease;
	aspect-ratio: 1/1;
	background-color: #55C5AA;
	border: 1px solid #55C5AA;
	border-radius: 6.25rem;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
	width: 44px;
	width: 2.75rem;
}

.c-button__icon::before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-mask-image: url(../../assets/images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 12/11;
	background-color: #fff;
	content: "";
	left: 50%;
	mask-image: url(../../assets/images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	width: 0.8125rem;
}

.c-info-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	border-bottom: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 16px 0;
	padding: 1rem 0;
}

.c-info-list.c-info-list--flex {
	padding: 16px 0 0;
	padding: 1rem 0 0;
}

.c-info-list:first-child {
	border-top: 1px solid #D9D9D9;
}

.c-info-list__title {
	color: #888888;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.c-info-list__description {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.12em;
	line-height: 1.6;
	padding-top: 10px;
	padding-top: 0.625rem;
	width: 100%;
}

.c-info-list__description p {
	margin-top: 16px;
	margin-top: 1rem;
}

.c-info-list__description span {
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.07em;
	line-height: 1.6;
	white-space: nowrap;
}

.c-officer-list {
	width: 100%;
}

.c-officer-list__item {
	border-bottom: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.c-officer-list__item:not(:first-child) {
	padding-top: 16px;
	padding-top: 1rem;
}

.c-officer-list__item:last-child {
	border-bottom: none;
}

.c-officer-list__position {
	font-weight: 500;
	min-width: 182px;
	min-width: 11.375rem;
}

.c-page-top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	align-items: center;
	background-color: #55C5AA;
	border: 2px solid #55C5AA;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	height: 3.5rem;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	width: 56px;
	width: 3.5rem;
}

.c-page-top.is-show {
	opacity: 1;
}

.c-page-top::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: border-color 0.3s;
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	border-top: 2px solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: border-color 0.3s;
	width: 11px;
	width: 0.6875rem;
}

.c-recruit-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-webkit-box-shadow: 8px 8px 20px rgba(26, 70, 59, .1);
	align-items: center;
	background-color: #E60012;
	border: 2px solid #E60012;
	border-radius: 50%;
	box-shadow: 8px 8px 20px rgba(26, 70, 59, .1);
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100px;
	height: 6.25rem;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	position: relative;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	width: 100px;
	width: 6.25rem;
}

.c-recruit-button::before {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/common/plane.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	transform: translateX(-50%);
	width: 36px;
	width: 2.25rem;
}

.c-recruit-button.is-show {
	opacity: 1;
	pointer-events: auto;
}

.c-recruit-button__ja {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4583333333;
}

.c-recruit-button__en {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.4285714286;
	text-transform: uppercase;
}

.c-title {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	position: relative;
}

.c-title::before {
	background-color: #55C5AA;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
	width: 6.25rem;
}

.c-title::after {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50px;
	left: 3.125rem;
	position: absolute;
	width: 50px;
	width: 3.125rem;
}

.c-title__en {
	color: #55C5AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-size: 3.375rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.c-title__ja {
	color: #111111;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

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

.l-page-top {
	bottom: 10px;
	bottom: 0.625rem;
	position: fixed;
	right: 10px;
	right: 0.625rem;
	z-index: 100;
}

.l-recruit-button {
	bottom: 10px;
	bottom: 0.625rem;
	left: 10px;
	left: 0.625rem;
	position: fixed;
	z-index: 100;
}

.p-access {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
}

.p-access::before {
	aspect-ratio: 500/808;
	background-image: url(../../assets/images/lower/company_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 27%;
	z-index: -1;
}

.p-access::after {
	aspect-ratio: 660/2530;
	background-image: url(../../assets/images/lower/access_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -145px;
	top: -9.0625rem;
	width: 50%;
	z-index: -1;
}

.p-access__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-access__address {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-access__map {
	aspect-ratio: 375/280;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.p-access__map iframe {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-access__bottom {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-access__bottom-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 20px;
	gap: 1.25rem;
}

.p-access__bottom-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	padding-left: 43px;
	padding-left: 2.6875rem;
	position: relative;
}

.p-access__bottom-title::before {
	-webkit-transform: translateY(-50%);
	-webkit-clip-path: polygon(73% 0%, 97% 0, 23% 100%, 0% 100%);
	aspect-ratio: 27/33;
	background-color: #55C5AA;
	clip-path: polygon(73% 0%, 97% 0, 23% 100%, 0% 100%);
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	width: 1.6875rem;
}

.p-access__bottom-map {
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.p-access__bottom-map img {
	-o-object-fit: cover;
	aspect-ratio: 530/328;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-access__bottom-textWrap {
	max-width: 491px;
	max-width: 30.6875rem;
	width: 100%;
}

.p-access__bottom-top {
	border-bottom: 1px solid #D9D9D9;
	color: #888888;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-access__bottom-top:not(:first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-access__bottom-text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-top: 16px;
	padding-top: 1rem;
}

.p-business {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
}

.p-business::before {
	aspect-ratio: 292/688;
	background-image: url(../../assets/images/lower/service_left_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -40px;
	bottom: -2.5rem;
	content: "";
	left: 0;
	position: absolute;
	width: 28%;
	z-index: -1;
}

.p-business::after {
	aspect-ratio: 550/524;
	background-image: url(../../assets/images/lower/service_right_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: -64px;
	top: -4rem;
	width: 50%;
	z-index: -1;
}

.p-business__item + .p-business__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-business__item-enTitle {
	border-bottom: 1px solid #D9D9D9;
	color: #55C5AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 23px;
	padding-left: 1.4375rem;
	position: relative;
}

.p-business__item-enTitle::before {
	-webkit-transform: translateY(-50%);
	-webkit-clip-path: polygon(73% 0%, 97% 0, 23% 100%, 0% 100%);
	aspect-ratio: 15/18;
	background-color: #55C5AA;
	clip-path: polygon(73% 0%, 97% 0, 23% 100%, 0% 100%);
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

.p-business__itemWrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-business__item-jaTitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0, 5em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-business__item-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	max-width: 506px;
	max-width: 31.625rem;
	width: 100%;
}

.p-business__item-img {
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 450px;
	max-width: 28.125rem;
	width: 100%;
}

.p-business__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 450/278;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-cautions {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-cautions::before {
	aspect-ratio: 356/2480;
	background-image: url(../../assets/images/lower/privacy_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: min(120px, 28%);
	width: min(7.5rem, 28%);
	z-index: -1;
}

.p-cautions::after {
	aspect-ratio: 632/4470;
	background-image: url(../../assets/images/lower/privacy_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: min(160px, 40%);
	width: min(10rem, 40%);
	z-index: -1;
}

.p-contact {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
}

.p-contact::before {
	aspect-ratio: 530/818;
	background-image: url(../../assets/images/lower/contact_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 28%;
	z-index: -1;
}

.p-contact::after {
	aspect-ratio: 550/524;
	background-image: url(../../assets/images/lower/contact_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -140px;
	top: -8.75rem;
	width: min(160px, 40%);
	width: min(10rem, 40%);
	z-index: -1;
}

.p-contact__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-contact__text a {
	text-decoration: underline;
}

.p-contact__button {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__button a {
	-webkit-transition: all 0.3s ease;
	background-color: #55C5AA;
	border: 2px solid #55C5AA;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0, 5em;
	line-height: 1.6;
	max-width: 340px;
	max-width: 21.25rem;
	padding: 20px 60px;
	padding: 1.25rem 3.75rem;
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
}

.p-contact__button a::before {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../../assets/images/lower/contact_mail.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 19/14;
	background-color: #fff;
	content: "";
	left: 30px;
	left: 1.875rem;
	mask-image: url(../../assets/images/lower/contact_mail.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-contact__button a::after {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../../assets/images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 11/10;
	background-color: #fff;
	content: "";
	mask-image: url(../../assets/images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-contact__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 40px;
	gap: 2.5rem;
	margin-top: 48px;
	margin-top: 3rem;
}

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

.p-contact__item-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0, 5em;
	line-height: 1.6;
}

.p-contact__item-link {
	color: #55C5AA;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.59375;
	margin: auto;
	margin-top: 14px;
	margin-top: 0.875rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__item-link::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/lower/contact_tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -50px;
	left: -3.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	width: 2.375rem;
}

.p-contact__item-link.p-contact__item-linkFax::before {
	background-image: url(../../assets/images/lower/contact_fax.svg);
}

.p-contact__item-text {
	color: #888888;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-content {
	background-image: url(../../assets/images/lower/contents_bg_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-content__title {
	border-bottom: 2px solid #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.p-content__container {
	-moz-column-gap: 0.625rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 24px;
	margin-top: 1.5rem;
	row-gap: 20px;
	row-gap: 1.25rem;
}

.p-content__item {
	position: relative;
}

.p-content__thumb {
	width: 100%;
}

.p-content__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 340/288;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-content__label {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background-color: #55C5AA;
	bottom: 0;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 9px 0 9px 10px;
	padding: 0.5625rem 0 0.5625rem 0.625rem;
	position: absolute;
	right: 0;
	width: 71.4%;
}

.p-content__label::before {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #55C5AA;
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 100%;
	left: -24px;
	left: -1.5rem;
	position: absolute;
	width: 24px;
	width: 1.5rem;
}

.p-content__text {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-content__arrow {
	border-left: 1px solid #EFEFEF;
	display: inline-block;
	position: relative;
	width: 40px;
	width: 2.5rem;
}

.p-content__arrow::before {
	-webkit-transform: translate(-50%, -50%);
	aspect-ratio: 12/11;
	background-image: url(../../assets/images/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	width: 0.625rem;
}

.p-corporate {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	position: relative;
}

.p-corporate::before {
	aspect-ratio: 1818/2980;
	background-image: url(../../assets/images/lower/information_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: -50px;
	top: -3.125rem;
	width: 63%;
	z-index: -1;
}

.p-corporate::after {
	aspect-ratio: 746/3536;
	background-image: url(../../assets/images/lower/information_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 26%;
	z-index: -1;
}

.p-corporate__container {
	position: relative;
	z-index: 10;
}

.p-corporate__item + .p-corporate__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-corporate-item a {
	-webkit-box-shadow: 4px 4px 10px rgba(222, 222, 222, .7);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(222, 222, 222, .7);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 20px;
	gap: 1.25rem;
	padding: 20px 15px;
	padding: 1.25rem 0.9375rem;
}

.p-corporate-item__img {
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.p-corporate-item__img img {
	-o-object-fit: cover;
	aspect-ratio: 400/247;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-corporate-item__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
	width: 100%;
}

.p-corporate-item__en {
	color: #55C5AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.p-corporate-item__title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-corporate-item__textWrap {
	max-width: 489px;
	max-width: 30.5625rem;
	width: 100%;
}

.p-corporate-item__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-corporate-item__button {
	-webkit-transition: all 0.3s ease;
	aspect-ratio: 1/1;
	background-color: #55C5AA;
	border: 1px solid #55C5AA;
	border-radius: 6.25rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin-left: auto;
	position: relative;
	transition: all 0.3s ease;
	width: 40px;
	width: 2.5rem;
}

.p-corporate-item__button::before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-mask-image: url(../../assets/images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 12/11;
	background-color: #fff;
	content: "";
	left: 50%;
	mask-image: url(../../assets/images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	width: 1rem;
}

.p-footer {
	background-color: #231F20;
	color: #fff;
	padding-bottom: 132px;
	padding-bottom: 8.25rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-footer .p-footer__inner {
	max-width: 1422px;
	max-width: 88.875rem;
}

.p-footer__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-footer__name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-footer__address {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-footer__address,
.p-footer__tel,
.p-footer__fax {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-transform: uppercase;
}

.p-footer__nav {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-footer__nav-link {
	padding-left: 26px;
	padding-left: 1.625rem;
	position: relative;
}

.p-footer__nav-link::before {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.p-footer__nav-block {
	width: 50%;
}

.p-footer__nav > .p-footer__nav-block:last-child {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.p-footer__nav-title a,
.p-footer__nav-title-page a,
.p-footer__nav-link a {
	display: block;
	padding: 6px;
	padding: 0.375rem;
}

.p-footer__nav-title-tab {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-footer__nav-title-page + .p-footer__nav-title-page {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-footer__nav-title-tab a {
	display: block;
	padding: 6px 20px 6px 6px;
	padding: 0.375rem 1.25rem 0.375rem 0.375rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__nav-title-tab a::before {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../../assets/images/common/tabu_icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 12/10;
	background-color: #fff;
	content: "";
	mask-image: url(../../assets/images/common/tabu_icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.p-footer__bottom {
	border-top: 1px solid #E4E4E4;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.p-footer__links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
}

.p-footer__bottom-link a {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 6px 18px 6px 6px;
	padding: 0.375rem 1.125rem 0.375rem 0.375rem;
	position: relative;
}

.p-footer__bottom-link a::before {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../../assets/images/common/tabu_icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 12/10;
	background-color: #fff;
	content: "";
	mask-image: url(../../assets/images/common/tabu_icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.p-footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-greeting {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
}

.p-greeting::before {
	aspect-ratio: 370/1754;
	background-image: url(../../assets/images/lower/message_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -280px;
	bottom: -17.5rem;
	content: "";
	left: 0;
	position: absolute;
	width: 25%;
	z-index: -1;
}

.p-greeting::after {
	aspect-ratio: 482/1762;
	background-image: url(../../assets/images/lower/message_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: -160px;
	top: -10rem;
	width: 40%;
	z-index: -1;
}

.p-greeting__container {
	gap: 24px;
	gap: 1.5rem;
	position: relative;
	z-index: 10;
}

.p-greeting__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-greeting__img {
	width: 100%;
}

.p-greeting__img img {
	-o-object-fit: cover;
	aspect-ratio: 1000/631;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-greeting__head {
	background: -webkit-gradient(linear, left top, right top, from(#dde0d9), color-stop(50%, #f2f3f0), to(#dde0d9));
	background: linear-gradient(90deg, #dde0d9 0%, #f2f3f0 50%, #dde0d9 100%);
	min-height: 150px;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 100%;
}

.p-greeting__copy {
	-webkit-transform: translate(-50%, -50%);
	color: #222222;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-greeting__name {
	bottom: 15px;
	bottom: 0.9375rem;
	color: #222222;
	content: "";
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
}

.p-greeting__name span {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-greeting__textWrap {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-greeting__textHead {
	color: #222222;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.p-greeting__text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-greeting__text:first-of-type {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-greeting__text + .p-greeting__text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-header {
	background-color: #fff;
	height: 64px;
	height: 4rem;
}

.p-header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 0 0 15px;
	padding: 0 0 0 0.9375rem;
}

.p-header__logo {
	height: inherit;
	max-width: 260px;
	max-width: 16.25rem;
	width: 100%;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 900/58;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__nav-item,
.p-header__nav-modal-wrap {
	height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__nav-item > a,
.p-header__nav-modal-wrap > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0 1.1vw;
}

.p-header__nav-modal-wrap > a {
	-webkit-transition: 0.3s;
	position: relative;
	transition: 0.3s;
}

.p-header__nav-modal-wrap > a,
.p-header__nav-item.p-header__nav-item--tab > a {
	margin-right: 1.1vw;
	padding-right: 1.4vw;
}

.p-header__nav-item.p-header__nav-item--tab > a,
.p-header__drawer-item.p-header__drawer-item--tab span {
	position: relative;
}

.p-header__drawer-item.p-header__drawer-item--tab span::before,
.p-header__nav-item.p-header__nav-item--tab > a::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 12/11;
	background-image: url(../../assets/images/common/tabu_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -40px;
	right: -2.5rem;
	top: 52%;
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-header__nav-modal {
	-webkit-transform: rotateX(90deg);
	-webkit-transition: 0.5s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 92px;
	height: 5.75rem;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 10px 0;
	padding: 0.625rem 0;
	position: absolute;
	top: 92px;
	top: 5.75rem;
	transform: rotateX(90deg);
	transition: 0.5s;
	visibility: hidden;
	width: 100%;
}

.p-header__nav-modal-wrap:hover > .p-header__nav-modal {
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	transform: rotateX(0deg);
	visibility: visible;
}

.p-header__nav-modal-item a {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	padding: 15px 78px 15px 0;
	padding: 0.9375rem 4.875rem 0.9375rem 0;
	position: relative;
}

.p-header__nav-modal-item a::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	border-right: 2px solid #55C5AA;
	border-right: 0.125rem solid #55C5AA;
	border-top: 2px solid #55C5AA;
	border-top: 0.125rem solid #55C5AA;
	content: "";
	height: 8px;
	height: 0.5rem;
	position: absolute;
	right: 48px;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 8px;
	width: 0.5rem;
}

.p-header__nav-modal-wrap > a::before {
	-webkit-transform: translateY(-50%) rotate(135deg);
	-webkit-transition: 0.3s;
	border-right: 2px solid #55C5AA;
	border-right: 0.125rem solid #55C5AA;
	border-top: 2px solid #55C5AA;
	border-top: 0.125rem solid #55C5AA;
	content: "";
	height: 8px;
	height: 0.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 8px;
	width: 0.5rem;
}

.p-header__nav-item.p-header__nav-item--contact a {
	-webkit-transition: all 0.3s;
	background-color: #55C5AA;
	border: 2px solid #55C5AA;
	border-radius: 6.25rem;
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	height: 54px;
	height: 3.375rem;
	padding: 0 36px;
	padding: 0 2.25rem;
	position: relative;
	text-align: center;
	transition: all 0.3s;
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	background-color: #55C5AA;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 64px;
	width: 4rem;
	z-index: 999;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #fff;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 25px;
	width: 1.5625rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -6px;
	top: -0.375rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 6px;
	top: 0.375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	top: -4px;
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	background-color: #EFEFEF;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	margin-top: 64px;
	margin-top: 4rem;
	overflow-y: scroll;
	padding-bottom: 110px;
	padding-bottom: 6.875rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-item {
	border-bottom: 1px solid #fff;
}

.p-header__drawer-item.p-header__drawer-item--contact {
	border-bottom: none;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
}

.p-header__drawer-item > a,
.p-header__drawer-accordion-title {
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 32px;
	padding: 1.25rem 2rem;
}

.p-header__drawer-item.p-header__drawer-item--contact a {
	background-color: #55C5AA;
	border-radius: 6.25rem;
	color: #fff;
	margin: auto;
	max-width: 260px;
	max-width: 16.25rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-header__drawer-accordion-title {
	position: relative;
}

.p-header__drawer-accordion-list {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-header__drawer-accordion-list a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 15px 48px;
	padding: 0.9375rem 3rem;
	position: relative;
}

.p-history {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
}

.p-history::before {
	aspect-ratio: 548/818;
	background-image: url(../../assets/images/lower/contact_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 28%;
	z-index: -1;
}

.p-history::after {
	aspect-ratio: 550/524;
	background-image: url(../../assets/images/lower/contact_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -140px;
	top: -8.75rem;
	width: min(160px, 40%);
	width: min(10rem, 40%);
	z-index: -1;
}

.p-history__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-history__text + .p-history__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-lower-mv {
	aspect-ratio: 750/600;
	height: 100%;
	margin-top: 64px;
	margin-top: 4rem;
	position: relative;
	width: 100%;
}

.p-lower-mv::before {
	aspect-ratio: 1024/1200;
	background-image: url(../../assets/images/lower/lower_mv_line_sp.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
	width: 60%;
	z-index: 1;
}

.p-lower-mv::after {
	aspect-ratio: 912/850;
	background-image: url(../../assets/images/lower/lower_mv_bg_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 70%;
	z-index: 1;
}

.p-lower-mv::after img {
	-o-object-fit: contain;
	aspect-ratio: 1442/1536;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-lower-mv__inner {
	height: inherit;
}

.p-lower-mv__container {
	height: inherit;
	position: relative;
}

.p-lower-mv__img {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-lower-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 750/600;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-lower-mv__title {
	-webkit-transform: translateY(-50%);
	color: #fff;
	content: "";
	left: 5%;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-lower-mv__title-en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: capitalize;
}

.p-greeting-page .p-lower-mv__title-en {
	text-transform: unset;
}

.p-lower-mv__title-en span {
	text-transform: lowercase;
}

.p-lower-mv__title-ja {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0, 5em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-lower-mv__title-line {
	display: inline-block;
	margin-top: 32px;
	margin-top: 2rem;
	position: relative;
}

.p-lower-mv__title-line::before {
	background-color: #55C5AA;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
	width: 6.25rem;
}

.p-lower-mv__title-line::after {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50px;
	left: 3.125rem;
	position: absolute;
	width: 50px;
	width: 3.125rem;
}

/* メインビジュアル全体 */

.p-mv {
	height: calc(100vh - 4rem);
	margin-top: 64px;
	margin-top: 4rem;
	min-height: 400px;
	min-height: 25rem;
	overflow: hidden;
	position: relative;
}

.p-mv::before {
	aspect-ratio: 1500/2668;
	background-image: url(../../assets/images/top/mv_line_sp.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 10;
}

.p-mv::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 101, 159, 0)), to(rgba(0, 101, 159, .7)));
	background: linear-gradient(to bottom, rgba(0, 101, 159, 0) 0%, rgba(0, 101, 159, .7) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-mv__inner {
	height: inherit;
	min-height: inherit;
}

/* Swiper本体 */

.p-mv__swiper {
	height: calc(100vh - 4rem);
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__swiper,
.p-mv__swiper .swiper-img,
.p-mv__swiper .swiper-img img {
	height: inherit;
	min-height: inherit;
}

.p-mv__swiper .swiper-img {
	height: 100%;
	min-height: inherit;
}

.p-mv__swiper .swiper-img img {
	-o-object-fit: cover;
	-webkit-animation: none;
	-webkit-transition: -webkit-transform 5s ease;
	animation: none;
	height: 100%;
	object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform 5s ease;
	transition: transform 5s ease;
	transition: transform 5s ease, -webkit-transform 5s ease;
	width: 100%;
}

.p-mv__swiper .swiper-slide.swiper-slide-active .swiper-img,
.p-mv__swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.p-mv__swiper .swiper-slide.swiper-slide-prev .swiper-img {
	-webkit-animation: scale 8s linear 0s normal both;
	animation: scale 8s linear 0s normal both;
}

.p-mv__title-wrap {
	color: #fff;
	left: 10%;
	position: absolute;
	top: 20%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 20;
}

.p-mv__main-title {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.p-mv__sub-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-mv__decoration {
	aspect-ratio: 1442/1536;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 70%;
	z-index: 10;
}

.p-mv__decoration img {
	-o-object-fit: contain;
	aspect-ratio: 1442/1536;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-outline {
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 170px;
	padding-bottom: 10.625rem;
	position: relative;
}

.p-outline::before {
	aspect-ratio: 500/808;
	background-image: url(../../assets/images/lower/company_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 27%;
	z-index: -1;
}

.p-outline::after {
	aspect-ratio: 504/428;
	background-image: url(../../assets/images/lower/company_right_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -120px;
	top: -7.5rem;
	width: 45%;
	z-index: -1;
}

.p-outline__container {
	margin: 0 auto;
	width: 100%;
}

.p-precaution-box {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #eef9f7), to(#cdede6));
	background: linear-gradient(to bottom right, #eef9f7 1%, #cdede6 100%);
	padding: 40px 15px;
	padding: 2.5rem 0.9375rem;
}

.p-precaution-box__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.p-precaution-box__head-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-privacy .p-precaution-box__item:first-of-type {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-precaution-box__item + .p-precaution-box__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-precaution-box__in-title {
	border-bottom: 1px solid #55C5AA;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-precaution-box__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-precaution-box__text a {
	text-decoration: underline;
}

.p-privacy {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-privacy::before {
	aspect-ratio: 356/2480;
	background-image: url(../../assets/images/lower/privacy_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: min(120px, 28%);
	width: min(7.5rem, 28%);
	z-index: -1;
}

.p-privacy::after {
	aspect-ratio: 632/4470;
	background-image: url(../../assets/images/lower/privacy_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: min(160px, 40%);
	width: min(10rem, 40%);
	z-index: -1;
}

.p-privacy__container + .p-privacy__container {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-report {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
	position: relative;
}

.p-report:before {
	aspect-ratio: 500/808;
	background-image: url(../../assets/images/lower/company_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 27%;
	z-index: -1;
}

.p-report:after {
	aspect-ratio: 504/428;
	background-image: url(../../assets/images/lower/company_right_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -120px;
	top: -7.5rem;
	width: 45%;
	z-index: -1;
}

.p-report__container {
	margin: 0 auto;
	width: 100%;
}

.p-report__item a {
	border-bottom: 1px solid #D9D9D9;
	display: inline-block;
	padding: 16px 0 16px 40px;
	padding: 1rem 0 1rem 2.5rem;
	position: relative;
	width: 100%;
}

.p-report__item a::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-color: #55C5AA;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-report__item a::after {
	-webkit-transform: translateY(-50%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	aspect-ratio: 8/10;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	left: 4px;
	left: 0.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.p-top-company {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	position: relative;
}

.p-top-company::after {
	aspect-ratio: 556/532;
	background-image: url(../../assets/images/top/top_company_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 140px;
	width: 8.75rem;
	z-index: -1;
}

.p-top-company .p-top-company__inner {
	max-width: 1410px;
	max-width: 88.125rem;
}

.p-top-company__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	gap: 48px;
	gap: 3rem;
}

.p-top-company__img {
	max-width: 712px;
	max-width: 44.5rem;
	width: 100%;
}

.p-top-company__img img {
	-o-object-fit: cover;
	aspect-ratio: 1342/1295;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-company__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-company__link {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-link {
	background-color: #EFEFEF;
}

.p-top-link__recruit-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-top-link__recruit-item {
	aspect-ratio: 480/443;
	display: block;
	height: inherit;
	width: 100%;
}

.p-top-link__recruit-item a {
	display: block;
	height: 100%;
	position: relative;
}

.p-top-link__recruit-img {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-link__recruit-img::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 121, 100, 0)), to(rgba(34, 121, 100, .9)));
	background: linear-gradient(to bottom, rgba(34, 121, 100, 0) 0%, rgba(34, 121, 100, .9) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-link__recruit-img img {
	-o-object-fit: cover;
	aspect-ratio: 480/443;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-link__recruit-textWrap {
	bottom: 40px;
	bottom: 2.5rem;
	color: #fff;
	content: "";
	left: 20px;
	left: 1.25rem;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-link__recruit-title-en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.1;
	text-transform: uppercase;
}

.p-top-link__recruit-title-ja {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-link__inner {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-top-link__related-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.p-top-link__related-wrap {
	-moz-column-gap: 0.625rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 48px auto 0;
	margin: 3rem auto 0;
	row-gap: 14px;
	row-gap: 0.875rem;
}

.p-top-link__related-item {
	width: 100%;
}

.p-top-link__related-item img {
	-o-object-fit: cover;
	aspect-ratio: 514/188;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-news {
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-top-news::before {
	aspect-ratio: 294/534;
	background-image: url(../../assets/images/top/top_news_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -40px;
	bottom: -2.5rem;
	content: "";
	left: 0;
	position: absolute;
	width: 100px;
	width: 6.25rem;
	z-index: -1;
}

.p-top-news::after {
	aspect-ratio: 382/628;
	background-image: url(../../assets/images/top/top_news_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: -20px;
	top: -1.25rem;
	width: 140px;
	width: 8.75rem;
	z-index: -1;
}

.p-top-news .p-top-news__inner {
	max-width: 1177px;
	max-width: 73.5625rem;
}

.p-top-news__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-top-news__list {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-news__item a {
	border-bottom: 1px solid #D9D9D9;
	display: block;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-top-news__item:not(:first-child) a {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-top-news__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	gap: 1.5rem;
}

.p-top-news__date {
	color: #888888;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.p-top-news__label {
	background-color: #EFEFEF;
	border-radius: 0.1875rem;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 2px 12px;
	padding: 0.125rem 0.75rem;
}

.p-top-news__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-service {
	padding-bottom: 48px;
	padding-bottom: 3rem;
	padding-top: 140px;
	padding-top: 8.75rem;
	position: relative;
}

.p-top-service::before {
	aspect-ratio: 332/738;
	background-image: url(../../assets/images/top/top_service_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
	width: 6.25rem;
	z-index: -1;
}

.p-top-service::after {
	aspect-ratio: 2867/2840;
	background-image: url(../../assets/images/top/top_service_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -200px;
	bottom: -12.5rem;
	content: "";
	max-width: 1434px;
	max-width: 89.625rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.p-top-service__inner {
	height: inherit;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-top-service__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-top-service__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-service__link {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-service__img {
	margin-right: calc(50% - 50vw);
}

.p-top-service__img img {
	-o-object-fit: cover;
	aspect-ratio: 1638/1433;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

}

@media (hover: none) {

a:active {
	opacity: 0.7;
}

}

@media (any-hover: hover) {

.c-button:hover .c-button__icon {
	-webkit-transform: translateX(0.3125rem);
	background-color: #fff;
	transform: translateX(0.3125rem);
}

.c-button:hover {
	opacity: 1;
}

.c-button:hover .c-button__icon::before {
	background-color: #55C5AA;
}

.c-page-top:hover {
	background-color: #fff;
	color: #55C5AA;
}

.c-page-top:hover::before {
	border-color: #55C5AA;
}

.c-recruit-button:hover {
	background-color: #fff;
	color: #E60012;
	opacity: 1;
}

.c-recruit-button:hover::before {
	border-color: #E60012;
}

.p-contact__button a:hover {
	background-color: #fff;
	color: #55C5AA;
	opacity: 1;
}

.p-contact__button a:hover::before,
.p-contact__button a:hover::after {
	background-color: #55C5AA;
}

.p-corporate-item a:hover .p-corporate-item__button {
	-webkit-transform: translateX(0.9375rem);
	background-color: #fff;
	transform: translateX(0.9375rem);
}

.p-corporate-item a:hover {
	opacity: 1;
}

.p-corporate-item a:hover .p-corporate-item__button::before {
	background-color: #55C5AA;
}

.p-header__nav-item.p-header__nav-item--contact a:hover {
	background-color: #fff;
	color: #55C5AA;
	opacity: 1;
}

}

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

.p-content__container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-content__label {
	width: 78%;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

html {
	scroll-padding-top: 6.25rem;
}

.c-breadcrumb {
	margin-top: 2.5rem;
}

.c-breadcrumb .c-breadcrumb__inner {
	max-width: 71.875rem;
}

.c-breadcrumb__home {
	font-size: 1rem;
}

.c-breadcrumb__current,
.c-breadcrumb__link {
	font-size: 1rem;
}

.c-info-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 2.5rem;
	padding: 2.0625rem 0;
}

.c-info-list.c-info-list--flex {
	padding: 2.0625rem 0;
}

.p-outline .c-info-list:first-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-info-list__title {
	min-width: 11.25rem;
	text-align: center;
}

.c-info-list__description {
	font-size: 1rem;
	padding-top: 0;
	padding-top: initial;
}

.c-info-list__description p {
	margin-top: 1.875rem;
}

.c-info-list__description span {
	font-size: 0.9375rem;
}

.c-officer-list__item {
	padding-bottom: 1.5rem;
}

.c-officer-list__item:not(:first-child) {
	padding-top: 1.5rem;
}

.c-officer-list__item:last-child {
	padding-bottom: 0;
}

.c-page-top {
	height: 4.1875rem;
	width: 4.1875rem;
}

.c-page-top::before {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	height: 0.8125rem;
	width: 0.8125rem;
}

.c-recruit-button {
	height: 10rem;
	width: 10rem;
}

.c-recruit-button::before {
	top: -1.875rem;
	width: 4.5rem;
}

.c-recruit-button__ja {
	font-size: 1.5rem;
}

.c-recruit-button__en {
	font-size: 0.875rem;
}

.c-title__en {
	font-size: 5rem;
}

.c-title__ja {
	font-size: 1.5rem;
	margin-top: 1rem;
}

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

.l-page-top {
	right: 1.25rem;
}

.l-recruit-button {
	bottom: 1.25rem;
	left: 1.25rem;
}

.p-access {
	margin-top: 6.25rem;
	padding-bottom: 7.5rem;
}

.p-access::before {
	aspect-ratio: 546/1356;
	background-image: url(../../assets/images/lower/access_left.png);
	bottom: 10.375rem;
	width: 19%;
}

.p-access::after {
	right: 0.625rem;
	top: 0;
	width: 23%;
}

.p-access .p-access__inner {
	max-width: 71.875rem;
}

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

.p-access__address {
	font-size: 1.0625rem;
	margin-top: 2rem;
}

.p-access__map {
	aspect-ratio: 1100/450;
	margin-top: 3rem;
}

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

.p-access__bottom-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 5.6vw;
}

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

.p-access__bottom-map {
	margin-top: 1.6875rem;
	max-width: 33.125rem;
}

.p-access__bottom-top {
	font-size: 1.25rem;
}

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

.p-access__bottom-text {
	font-size: 1.0625rem;
	padding-top: 1.5rem;
}

.p-business {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.p-business::before {
	aspect-ratio: 400/6886;
	background-image: url(../../assets/images/lower/service_left.png);
	bottom: 10rem;
	width: 14%;
}

.p-business::after {
	aspect-ratio: 602/6760;
	background-image: url(../../assets/images/lower/service_right.png);
	bottom: 5.3125rem;
	top: 6.25rem;
	width: 21%;
}

.p-business .p-business__inner {
	max-width: 71.875rem;
}

.p-business__item + .p-business__item {
	margin-top: 6.25rem;
}

.p-business__itemWrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2rem;
}

.p-business__item-jaTitle {
	font-size: 1.75rem;
	margin-top: 2rem;
}

.p-business__item-text {
	font-size: 1.125rem;
}

.p-business__item-img {
	margin-top: 0;
	margin-top: initial;
}

.p-cautions {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.p-cautions::before {
	bottom: 23.125rem;
	top: auto;
	top: initial;
	width: 13%;
}

.p-cautions::after {
	bottom: -2.5rem;
	right: 0.625rem;
	width: 22%;
}

.p-cautions .p-cautions__inner {
	max-width: 71.875rem;
}

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

.p-contact::before {
	width: 18.4%;
}

.p-contact::after {
	right: 0.625rem;
	top: 0;
	width: 19.1%;
}

.p-contact__text {
	font-size: 1.0625rem;
	text-align: center;
}

.p-contact__button {
	margin: 4rem auto 0;
}

.p-contact__button a {
	font-size: 1.125rem;
	max-width: none;
	max-width: initial;
	padding: 1.25rem 4.5625rem 1.25rem 6.3125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__button a::before {
	left: 4.5625rem;
}

.p-contact__button a::after {
	right: 1.5rem;
}

.p-contact__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-direction: row;
	gap: initial;
	justify-content: center;
}

.p-contact__item:first-of-type {
	border-right: 1px solid #D9D9D9;
	padding-right: 4rem;
}

.p-contact__item:nth-child(2) {
	padding-left: 4rem;
}

.p-contact__item-link {
	padding-left: 3.375rem;
}

.p-contact__item-link::before {
	left: 0;
}

.p-content {
	background-image: url(../../assets/images/lower/contents_bg.png);
}

.p-content .p-content__inner {
	max-width: 71.875rem;
}

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

.p-content__container {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3rem;
	row-gap: 3rem;
}

.p-content__label {
	padding: 0.625rem 0 0.625rem 1rem;
	width: 71.4%;
}

.p-content__label::before {
	left: -1.875rem;
	width: 1.875rem;
}

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

.p-content__arrow {
	width: 3.875rem;
}

.p-corporate {
	margin-top: 6.25rem;
	padding-bottom: 8.75rem;
}

.p-corporate::before {
	top: 9.8125rem;
}

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

.p-corporate-item a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 3rem;
	padding: 3rem 2.5rem;
}

.p-corporate-item__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
	gap: 2.125rem;
}

.p-corporate-item__en {
	font-size: 1.25rem;
}

.p-corporate-item__title {
	font-size: 1.75rem;
}

.p-corporate-item__text {
	font-size: 1.0625rem;
	margin-top: 2rem;
}

.p-corporate-item__button {
	margin-left: 0;
	margin-left: initial;
	width: 3.25rem;
}

.p-footer {
	padding-bottom: 2.5rem;
}

.p-footer .p-footer__inner {
	padding-left: 35px;
}

.p-footer__top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
}

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

.p-footer__nav {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 3.6vw;
	margin-top: 0;
	margin-top: initial;
}

.p-footer__nav-link {
	margin-top: 0.375rem;
}

.p-footer__nav-block {
	width: auto;
	width: initial;
}

.p-footer__nav > .p-footer__nav-block:last-child {
	margin-top: 0;
	margin-top: initial;
	width: auto;
	width: initial;
}

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

.p-footer__links {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-moz-column-gap: 1.125rem;
	-webkit-column-gap: 1.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	column-gap: 1.125rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	max-width: 68.75rem;
	row-gap: 1.25rem;
}

.p-footer__copyright {
	font-size: 0.8125rem;
	margin-top: 4.375rem;
}

.p-greeting {
	margin-top: 6.25rem;
	padding-bottom: 7.5rem;
}

.p-greeting .p-greeting__inner {
	max-width: 71.875rem;
}

.p-greeting::before {
	bottom: -1.875rem;
	width: 12.8%;
}

.p-greeting::after {
	top: -5rem;
	width: 16.8%;
}

.p-greeting__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-greeting__img {
	max-width: 31.25rem;
}

.p-greeting__copy {
	font-size: 2.25rem;
	top: 50%;
}

.p-greeting__name {
	bottom: 2rem;
	font-size: 1.25rem;
	margin-top: 1.3125rem;
	right: 2rem;
}

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

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

.p-greeting__textHead {
	font-size: 1.625rem;
	text-align: left;
}

.p-greeting__text {
	font-size: 1.0625rem;
}

.p-greeting__text:first-of-type {
	margin-top: 1.5rem;
}

.p-greeting__text + .p-greeting__text {
	margin-top: 3rem;
}

.p-header__logo {
	max-width: 32.2vw;
}

.p-header__nav-modal-item a:hover::before {
	opacity: 0.7;
}

.p-header__drawer-item > a,
.p-header__drawer-accordion-title {
	font-size: 16px;
}

.p-header__drawer-accordion-list a {
	font-size: 14px;
}

.p-history {
	margin-top: 6.25rem;
	padding-bottom: 8.75rem;
}

.p-history::before {
	width: 18.4%;
}

.p-history::after {
	right: 0.625rem;
	top: 0;
	width: 19.1%;
}

.p-history__container {
	margin: auto;
	max-width: 50rem;
}

.p-history__text {
	font-size: 1.0625rem;
	line-height: 2.2;
}

.p-history__text + .p-history__text {
	margin-top: 2rem;
}

.p-lower-mv {
	aspect-ratio: 1440/400;
}

.p-lower-mv::before {
	aspect-ratio: 1044/800;
	background-image: url(../../assets/images/lower/lower_mv_line.png);
	left: 1%;
	width: 38%;
}

.p-lower-mv::after {
	aspect-ratio: 510/400;
	background-image: url(../../assets/images/lower/lower_mv_bg.png);
	width: 35.5%;
}

.p-lower-mv__img img {
	aspect-ratio: 1440/400;
}

.p-lower-mv__title {
	left: 10.5rem;
}

.p-lower-mv__title-en {
	font-size: 5rem;
}

.p-lower-mv__title-ja {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.p-mv::before {
	aspect-ratio: 1919/1536;
	background-image: url(../../assets/images/top/mv_line.png);
	left: -13%;
	width: 73%;
}

.p-mv__title-wrap {
	-webkit-transform: translateY(-50%);
	left: calc(50% - 38vw);
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.p-mv__main-title {
	font-size: 4rem;
}

.p-mv__sub-title {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.p-mv__decoration {
	width: 50%;
}

.p-outline {
	margin-top: 6.25rem;
	padding-bottom: 7.5rem;
}

.p-outline::before {
	bottom: auto;
	bottom: initial;
	top: 25rem;
	width: 19%;
}

.p-outline::after {
	aspect-ratio: 504/2384;
	background-image: url(../../assets/images/lower/company_right.png);
	right: 0.625rem;
	top: 0;
	width: 21.9%;
}

.p-outline__container {
	max-width: 56.25rem;
}

.p-precaution-box {
	padding: 5rem 4rem;
}

.p-precaution-box__title {
	font-size: 1.875rem;
}

.p-precaution-box__head-text {
	font-size: 1.0625rem;
	margin-top: 4rem;
}

.p-privacy .p-precaution-box__item:first-of-type {
	margin-top: 3rem;
}

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

.p-precaution-box__in-title {
	font-size: 1.25rem;
	padding-bottom: 1rem;
}

.p-precaution-box__text {
	font-size: 1.0625rem;
	margin-top: 1.5rem;
}

.p-privacy {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.p-privacy::before {
	bottom: 23.125rem;
	top: auto;
	top: initial;
	width: 13%;
}

.p-privacy::after {
	bottom: -2.5rem;
	right: 0.625rem;
	width: 22%;
}

.p-privacy .p-privacy__inner {
	max-width: 71.875rem;
}

.p-privacy__container + .p-privacy__container {
	margin-top: 5rem;
}

.p-report {
	margin-top: 6.25rem;
	padding-bottom: 8.75rem;
}

.p-report:before {
	bottom: 7.5rem;
	width: 19%;
}

.p-report:after {
	aspect-ratio: 504/2384;
	background-image: url(../../assets/images/lower/company_right.png);
	right: 0.625rem;
	top: 0;
	width: 21.9%;
}

.p-report .p-report__inner {
	max-width: 71.875rem;
}

.p-report__container {
	max-width: 56.25rem;
}

.p-report__item a {
	padding: 2.0625rem 0 2.0625rem 2.5rem;
}

.p-top-company::after {
	bottom: 2.5rem;
	width: 18.5625rem;
}

.p-top-company__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-top-company__content {
	margin-top: 1.875rem;
	max-width: 29.375rem;
	width: 100%;
}

.p-top-company__text {
	margin-top: 3rem;
}

.p-top-company__link {
	margin-top: 3rem;
}

.p-top-link__recruit-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	aspect-ratio: 1440/443;
	flex-direction: row;
}

.p-top-link__recruit-item {
	aspect-ratio: initial;
}

.p-top-link__recruit-item {
	border-right: 4px solid #fff;
}

.p-top-link__recruit-textWrap {
	left: 2.5rem;
}

.p-top-link__recruit-title-en {
	font-size: 3rem;
}

.p-top-link__recruit-title-ja {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.p-top-link__inner {
	padding-bottom: 7.5rem;
	padding-top: 6.25rem;
}

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

.p-top-link__related-wrap {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 51.25rem;
	row-gap: 1.5rem;
}

.p-top-news {
	padding-bottom: 4.875rem;
	padding-top: 7.5rem;
}

.p-top-news::before {
	bottom: 3.75rem;
	width: 9.375rem;
}

.p-top-news::after {
	width: 12.875rem;
}

.p-top-news__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-top-news__list {
	margin-top: 0;
	margin-top: initial;
	max-width: 41.9375rem;
	width: 100%;
}

.p-top-news__item a {
	padding-bottom: 2rem;
}

.p-top-news__item:not(:first-child) a {
	padding-top: 2rem;
}

.p-top-news__date {
	font-size: 1rem;
}

.p-top-news__text {
	font-size: 1.0625rem;
}

.p-top-service {
	padding-top: 8.75rem;
}

.p-top-service::before {
	top: 8.75rem;
	width: 10.375rem;
}

.p-top-service__inner {
	max-width: initial;
	max-width: 80.9375rem;
	padding-left: 25px;
	padding-right: 0;
}

.p-top-service__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

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

.p-top-service__text {
	margin-top: 3rem;
}

.p-top-service__link {
	margin-top: 3rem;
}

.p-top-service__img {
	margin-right: 0;
	margin-right: initial;
	max-width: 51.1875rem;
	width: 100%;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.p-header {
	height: 5.75rem;
}

.p-header__inner {
	padding: 0 2.8vw;
}

.p-header__nav {
	display: block;
}

.p-header__drawer-item.p-header__drawer-item--tab span::before,
.p-header__nav-item.p-header__nav-item--tab > a::before {
	right: 0;
	width: 0.875rem;
}

.p-header__hamburger {
	display: none;
}

.p-lower-mv {
	margin-top: 5.75rem;
}

.p-mv {
	height: calc(100vh - 5.75rem);
	margin-top: 5.75rem;
}

.p-mv__swiper {
	height: calc(100vh - 5.75rem);
}

}

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

.p-header__nav-item.p-header__nav-item--contact a {
	margin-left: 1.2vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes scale {

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

100% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

}

@keyframes scale {

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

100% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

}


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