@font-face {
	font-family: "ZenKakuGothicNew-Medium";
	font-weight: 500;
	src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "ZenKakuGothicNew-Bold";
	font-weight: 700;
	src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "ZenKakuGothicNew-Black";
	font-weight: 900;
	src: url("../fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
}

@font-face {
	font-family: "ZenKakuGothicAntique-Bold";
	font-weight: 700;
	src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "ZenKakuGothicAntique-Black";
	font-weight: 900;
	src: url("../fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansJP-Medium";
	font-weight: 500;
	src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansJP-Black";
	font-weight: 900;
	src: url("../fonts/NotoSansJP-Black.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansJP-Bold";
	font-weight: 500;
	src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

body {
	font-family: "ZenKakuGothicNew-Bold";
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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 body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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;
}

/* ホバー */

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

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

.l-corporate {
	margin-top: 9.75rem;
}

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

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

.l-message {
	margin-top: 11rem;
}

.l-philosophy {
	margin-top: 7.9375rem;
}

.c-button {
	text-align: center;
}

.c-button a {
	background-color: #3C7EC7;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.018em;
	line-height: 1.4444444444;
	padding: 1.125rem 2.625rem;
	transition: 0.3s;
}

.c-button a:hover {
	opacity: 0.7;
}

.c-imgClick {
	position: relative;
}

.c-imgClick img {
	transition: 0.5s opacity;
}

.c-imgClick img:nth-of-type(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.5s opacity;
}

.c-table {
	border-collapse: collapse;
	width: 100%;
}

.c-table__data,
.c-table__head {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4705882353;
	padding: 0.9375rem 0;
}

.c-table__head {
	text-align: left;
	width: 25%;
}

.c-table__data {
	width: 75%;
}

.c-title {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 2.0625rem;
	font-weight: 900;
	letter-spacing: 0.027em;
	line-height: 1.4545454545;
	position: relative;
	text-align: center;
}

.c-title::before {
	background: url(../images/common/section-finger.svg) no-repeat center center/contain;
	content: "";
	height: 4.6875rem;
	left: 54%;
	position: absolute;
	top: -5.75rem;
	transform: translateX(-50%);
	width: 5.1875rem;
}

.c-title span {
	color: #333;
	display: block;
	font-family: "NotoSansJP-Medium";
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.4166666667;
	margin-top: 0.4375rem;
}

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

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

.c-title.c-title--noImg::before {
	display: none;
}

.c-title.c-title--left {
	text-align: left;
}

.c-title.c-title--left::before {
	display: none;
}

.p-about {
	background-color: rgba(216, 216, 216, 0.1);
	margin-top: 9.25rem;
	padding-bottom: 7.6875rem;
	padding-top: 12.6875rem;
	position: relative;
}

.p-about::before {
	background: url(../images/common/arrow_blue.png) no-repeat center center/contain;
	bottom: 11.5rem;
	content: "";
	height: 8.125rem;
	left: 0;
	position: absolute;
	width: 11.25rem;
}

.p-about__inner.l-inner {
	padding-left: 5.5rem;
	padding-right: 6.4375rem;
}

.p-about__summary {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.027em;
	line-height: 1.6818181818;
	margin-top: 3.4375rem;
	text-align: center;
}

.p-about__body {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-about__img {
	width: 44.8%;
}

.p-about__text {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.1176470588;
	width: 49.43%;
}

.p-about__buttons {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 4.8125rem;
}

.p-about__button a {
	align-items: center;
	border: 0.0625rem solid #5C5C5C;
	border-radius: 1.5rem;
	color: #5C5C5C;
	display: flex;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 1.7222222222;
	min-width: 15.625rem;
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
	transition: 0.3s;
}

.p-about__button a:hover {
	opacity: 0.7;
}

.p-company {
	background-color: #FCE233;
	padding-bottom: 11.75rem;
	padding-top: 12.5rem;
}

.p-company__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.3125rem;
	max-width: 25.125rem;
}

.p-company__companyName {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.45;
}

.p-company__table.c-table {
	margin-top: 1.375rem;
}

.p-company__map {
	border-radius: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.3125rem;
	max-width: 67.5rem;
}

.p-company__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 1080/420;
	border-radius: 3.75rem;
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.p-company__map iframe::before {
	border: 2px solid #FCE233;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-contact {
	padding-bottom: 6rem;
	padding-top: 13.4375rem;
	position: relative;
}

.p-contact__text {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.4666666667;
	text-align: center;
}

.p-contact__button.c-button {
	margin-top: 4.1875rem;
}

.p-contact__img {
	bottom: -0.625rem;
	left: calc(50% - 19vw);
	position: absolute;
	transform: translateX(-50%);
	width: 17rem;
}

.p-contact__img img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-content {
	padding-bottom: 8.75rem;
	padding-top: 12.5rem;
	position: relative;
}

.p-content__stroke {
	position: absolute;
	right: 2.5rem;
	top: -20%;
}

.p-content__strokeText {
	color: #fff;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 2.6875rem;
	font-weight: 700;
	letter-spacing: 0.027em;
	line-height: 2.0930232558;
	text-shadow: 0.5px 0.5px 0px #5C5C5C, -0.5px 0.5px 0px #5C5C5C, 0.5px -0.5px 0px #5C5C5C, -0.5px -0.5px 0px #5C5C5C, 0.5px 0px 0px #5C5C5C, 0px 0.5px 0px #5C5C5C, -0.5px 0px 0px #5C5C5C, 0px -0.5px 0px #5C5C5C;
}

.p-content__text {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.027em;
	line-height: 1.6818181818;
	margin-top: 3.75rem;
	text-align: center;
}

.p-content__headline {
	color: #333;
	display: inline-block;
	font-family: "NotoSansJP-Black";
	font-size: 1.4375rem;
	font-weight: 900;
	letter-spacing: 0.027em;
	line-height: 1.2592592593;
	margin-top: 9.4375rem;
	position: relative;
}

.p-content__headline::after {
	background-color: #3C7EC7;
	bottom: -1.5rem;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	width: 75rem;
}

.p-content__description {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 2.5rem;
}

.p-content__body {
	margin-top: 6.5rem;
}

.p-content__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
}

.p-content__cardItems {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(16.1875rem, 1fr));
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 51.625rem;
}

.p-content__card {
	background-color: #3C7EC7;
	border-radius: 1.875rem;
	display: block;
	padding-bottom: 2.625rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.875rem;
	transition: 0.3s;
}

.p-content__card:hover {
	opacity: 0.7;
}

.p-content__cardImg img {
	-o-object-fit: cover;
	aspect-ratio: 200/210;
	border-radius: 0.75rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-content__cardText {
	color: #fff;
	font-family: "NotoSansJP-Black";
	font-size: 1.4375rem;
	font-weight: 900;
	letter-spacing: 0.027em;
	line-height: 1.4782608696;
	margin-top: 1.875rem;
}

.p-corporate {
	padding-top: 9.625rem;
}

.p-corporate__meaning {
	margin-top: 7rem;
}

.p-corporate__meaningItem {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 34.375rem;
}

.p-corporate__meaningItem + .p-corporate__meaningItem {
	margin-top: 0.625rem;
}

.p-corporate__part {
	background-color: #3C7EC7;
	border-radius: 2.0625rem;
	color: #fff;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.5625rem;
	font-weight: 900;
	line-height: 1.44;
	padding: 0.4375rem 2.5rem;
	width: 29%;
}

.p-corporate__en {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.45;
	margin-left: 2.25rem;
	width: 39%;
}

.p-corporate__jp {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.44;
	margin-left: 1.6875rem;
	width: 20%;
}

.p-footer__wrapper {
	background-color: #3C7EC7;
	padding-bottom: 3.375rem;
	padding-top: 5.375rem;
}

.p-footer__inner {
	padding-left: 7.5rem;
	padding-right: 3.125rem;
}

.p-footer__company {
	color: #fff;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.3125rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.4285714286;
}

.p-footer__text {
	color: #fff;
	font-family: "ZenKakuGothicNew-Medium";
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1.125rem;
}

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

.p-footer__navItems {
	grid-column-gap: 3.125rem;
	-moz-column-gap: 3.125rem;
	grid-row-gap: 0.5625rem;
	column-gap: 3.125rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-left: auto;
	max-width: 43.75rem;
	row-gap: 0.5625rem;
}

.p-footer__navItem a {
	color: #fff;
	display: block;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.1176470588;
	text-align: center;
	transition: 0.3s;
}

.p-footer__navItem a:hover {
	opacity: 0.7;
}

.p-footer__bottom {
	background-color: #FCE233;
	padding-bottom: 2.1875rem;
	padding-top: 2.1875rem;
	text-align: center;
}

.p-footer__copyright {
	-webkit-font-smoothing: antialiased;
	color: #5C5C5C;
	font-family: "ZenKakuGothicNew-Medium";
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.4166666667;
}

.p-header {
	background-color: rgba(255, 255, 255, 0.95);
	height: 9.75rem;
	transition: 0.3s;
}

.p-header a:hover {
	opacity: 0.7;
}

.p-header__inner {
	display: flex;
	height: inherit;
	justify-content: flex-end;
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
}

.p-header__logo {
	height: inherit;
	left: 4.0625rem;
	max-width: 21.375rem;
	position: fixed;
	top: 0;
	z-index: 999;
}

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

.p-header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	height: inherit;
	margin-left: 0.625rem;
}

.p-header__navItems {
	display: flex;
	gap: 1vw;
	height: inherit;
}

.p-header__navItem {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__navItem a {
	align-items: center;
	border: 0.0625rem solid #5C5C5C;
	border-radius: 1rem;
	color: #333;
	display: flex;
	font-family: "ZenKakuGothicNew-Black";
	font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
	font-weight: 900;
	height: clamp(2.5rem, 1.357rem + 1.79vw, 3.5rem);
	justify-content: center;
	line-height: 1.5;
	width: clamp(7.5rem, 5.643rem + 2.9vw, 9.125rem);
}

.p-header__navItem:nth-child(4) a,
.p-header__navItem:nth-child(5) a,
.p-header__navItem:nth-child(6) a,
.p-header__navItem:nth-child(7) a {
	letter-spacing: 0.2em;
}

.p-header__hamburger {
	display: none;
}

.p-header__hamburger span {
	background-color: #5C5C5C;
	display: block;
	height: 3px;
	left: calc(50% - 10px);
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 26px;
}

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

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

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

.p-header__hamburger.is-open span:nth-of-type(1) {
	background-color: #fff;
	top: 4px;
	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) {
	background-color: #fff;
	top: -2px;
	transform: translateX(-50%) rotate(-45deg);
}

.js-body.is-open {
	overflow: hidden;
}

.p-header__drawer {
	background-color: #3C7EC7;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 4.375rem 2.5rem 6.25rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

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

.p-header__drawerLogo {
	max-width: 14.125rem;
}

.p-header__drawerMenu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 5.625rem;
}

.p-header__drawerNav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 31.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

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

.p-header__drawerItem a {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #5C5C5C;
	border-radius: 1.25rem;
	color: #5C5C5C;
	display: flex;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.25rem;
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	width: 100%;
}

::-webkit-full-page-media,
:future,
:root .p-header__drawerItem a {
	font-family: "NotoSansJP-Medium";
	font-weight: 500;
}

.p-header__drawerImg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 31.25rem;
}

/* ===============================================
ヘッダースクロールアニメーション
=============================================== */

header.UpMove {
	animation: UpAnime 0.5s forwards;
}

header.DownMove {
	animation: DownAnime 0.5s forwards;
	background-color: rgba(255, 255, 255, 0.95);
	top: 0px;
}

.p-loader {
	background: #FCE233;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.p-loader__logo {
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
	left: 50%;
	max-width: 21.875rem;
	min-width: 15.625rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40vw;
	z-index: 1005;
}

.p-message__inner.l-inner {
	max-width: 1288px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-message__wrapper {
	margin-left: auto;
	margin-right: -2.5rem;
	max-width: 75.625rem;
}

.p-message__body {
	display: flex;
	gap: 4.375rem;
	justify-content: center;
	margin-top: 4.0625rem;
}

.p-message__img {
	padding-left: 2.5rem;
	width: 42%;
}

.p-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 455/570;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-message__ceo {
	margin-top: 1.75rem;
}

.p-message__name {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.0625rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.5294117647;
}

.p-message__name + .p-message__name {
	margin-top: 0.75rem;
}

.p-message__content {
	width: 51.2%;
}

.p-message__contentTitle {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 2.0625rem;
	font-weight: 900;
	line-height: 1.5757575758;
	margin-left: -1em;
	padding-left: 1em;
	text-indent: -1em;
}

.p-message__text {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: clamp(0.875rem, 0.576rem + 0.62vw, 1.063rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.1176470588;
	margin-top: 2.8125rem;
}

.p-message__text.p-message__text--gray {
	color: #919191;
}

.p-message__text:first-child {
	margin-top: 4.0625rem;
}

.p-message__text.p-message__text--large {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-message__text.p-message__text--small {
	color: #919191;
	font-size: 0.75rem;
	line-height: 2.1666666667;
	margin-top: 4rem;
	padding-left: 3em;
	text-indent: -3em;
}

.u-small {
	display: none;
}

.p-mv {
	margin-left: auto;
	margin-right: auto;
	max-height: 1100px;
	padding-top: 9.75rem;
	position: relative;
}

.p-mv::before {
	background: url(../images/common/mv_hand.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 8.75rem;
	left: 0;
	position: absolute;
	width: 8.9583333333vw;
	z-index: 1;
}

.p-mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 98.75rem;
}

.p-mv__scroll {
	bottom: 3.3692722372vh;
	bottom: 3.3692722372svh;
	height: 4.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.875rem;
}

.p-mv__scroll img {
	height: auto;
}

.p-mv__content {
	background-color: #3C7EC7;
	border-radius: 3.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 92.625rem;
	padding-bottom: 36rem;
	padding-left: 7.9375rem;
	padding-top: 6rem;
	position: relative;
}

.p-mv__title {
	max-width: 48.5625rem;
}

.p-mv__logo {
	margin-top: 2rem;
	max-width: 38.75rem;
}

.p-mv__mainImg {
	bottom: 2.75rem;
	height: -moz-fit-content;
	height: fit-content;
	left: 5rem;
	position: absolute;
	width: 100%;
}

.p-mv__mainImg img {
	-o-object-fit: contain;
	aspect-ratio: 1476/734;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-mv__optimization {
	margin-left: calc(50% - 50vw);
	width: 85.15%;
}

.p-mv__links {
	-webkit-backdrop-filter: blur(0.3125rem);
	backdrop-filter: blur(0.3125rem);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.625rem;
	bottom: 11.25rem;
	padding: 0.9375rem;
	position: fixed;
	right: 3.125rem;
	z-index: 1;
}

.p-mv__link a {
	color: #13120E;
	display: block;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 0.8125rem;
	padding-left: 1rem;
	padding-top: 0.8125rem;
	position: relative;
	transition: 0.3s;
}

.p-mv__link a:hover {
	opacity: 0.7;
}

.p-mv__link a::before {
	aspect-ratio: 1;
	border: 0.0625rem solid #13120E;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

::-webkit-full-page-media,
:future,
:root .p-mv__link a {
	font-family: "NotoSansJP-Medium";
	font-weight: 500;
}

/* ===============================================
アンカーリンクアニメーション
=============================================== */

.p-mv__links.UpMove {
	animation: UpLinks 0.5s forwards;
}

.p-mv__links.DownMove {
	animation: DownLinks 0.5s forwards;
}

.p-pageTop {
	bottom: 2.5rem;
	cursor: pointer;
	height: 5.75rem;
	position: fixed;
	right: 1.875rem;
	width: 5.75rem;
	z-index: 800;
}

.p-philosophy__text {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.027em;
	line-height: 1.7272727273;
	margin-top: 3.75rem;
	text-align: center;
}

.p-philosophy__text:nth-of-type(2),
.p-philosophy__text:nth-of-type(3) {
	margin-top: 2.5625rem;
}

.p-philosophy__largeText {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 2.0625rem;
	font-weight: 900;
	letter-spacing: 0.027em;
	line-height: 1.1515151515;
	margin-top: 2.625rem;
	text-align: center;
}

.p-philosophy__company {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.027em;
	line-height: 1.652173913;
	margin-top: 2.6875rem;
	text-align: center;
}

.p-philosophy__policy {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.875rem;
	max-width: 32.75rem;
}

.p-philosophy__small {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 2.1875rem;
	font-weight: 700;
	letter-spacing: 0.297em;
	line-height: 1.4;
	width: 44.62%;
}

.p-philosophy__large {
	color: #333;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 5.5rem;
	font-weight: 900;
	line-height: 1;
	width: 50.41%;
}

.p-philosophy__policyContent {
	background-color: #F7F7F7;
	border: 0.0625rem solid #5C5C5C;
	box-shadow: 0.9375rem 0.9375rem 1.875rem rgba(0, 0, 0, 0.16);
	margin-left: auto;
	margin-right: auto;
	margin-top: 11.1875rem;
	max-width: 51.875rem;
	padding-bottom: 7.375rem;
	padding-top: 6.5rem;
}

.p-philosophy__policyText {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.027em;
	line-height: 2.7857142857;
	position: relative;
	text-align: center;
}

.p-philosophy__policyText .p-philosophy__yellow {
	background-color: #FCE233;
	display: inline-block;
	line-height: 1;
}

.p-philosophy__policyText .p-philosophy__blue {
	background-color: rgba(60, 126, 199, 0.5);
	display: inline-block;
	line-height: 1;
}

.p-philosophy__policyText:first-child {
	position: relative;
}

.p-philosophy__policyText:first-child::before {
	background: url(../images/common/policy_img01_pc.svg) no-repeat center center/contain;
	content: "";
	height: 12.8125rem;
	left: calc(50% - 10.5625rem);
	position: absolute;
	top: -13.1875rem;
	transform: translateX(-50%);
	width: 23.5625rem;
}

.p-philosophy__policyText:nth-child(2) {
	position: relative;
}

.p-philosophy__policyText:nth-child(2)::before {
	background: url(../images/common/policy_img02_pc.svg) no-repeat center center/contain;
	content: "";
	height: 11.8125rem;
	left: calc(50% + 21.625rem);
	position: absolute;
	top: -12.25rem;
	transform: translateX(-50%);
	width: 23.5625rem;
}

.p-philosophy__policyText:nth-child(3) {
	position: relative;
}

.p-philosophy__policyText:nth-child(3)::before {
	background: url(../images/common/policy_img03_pc.svg) no-repeat center center/contain;
	content: "";
	height: 12.1875rem;
	left: calc(50% - 21.875rem);
	position: absolute;
	top: -12.5rem;
	transform: translateX(-50%);
	width: 23.5625rem;
}

.p-philosophy__policyText:nth-child(3)::after {
	background: url(../images/common/policy_img04_pc.svg) no-repeat center center/contain;
	content: "";
	height: 11.8125rem;
	left: calc(50% + 21.5625rem);
	position: absolute;
	top: calc(50% - 3.9375rem);
	transform: translate(-50%, -50%);
	width: 23.5625rem;
}

.p-philosophy__policyText:nth-child(4) {
	position: relative;
}

.p-philosophy__policyText:nth-child(4)::before {
	background: url(../images/common/policy_img05_pc.svg) no-repeat center center/contain;
	content: "";
	height: 12.1875rem;
	left: calc(50% - 21.875rem);
	position: absolute;
	top: -10.25rem;
	transform: translateX(-50%);
	width: 23.5625rem;
}

.p-philosophy__policyText + .p-philosophy__policyText {
	margin-top: 2.4375rem;
}

.p-philosophy__policyTextLarge {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.027em;
	line-height: 1.625;
	margin-top: 2.3125rem;
	position: relative;
	text-align: center;
}

.p-philosophy__policyTextLarge::before {
	background: url(../images/common/policy_img06_pc.svg) no-repeat center center/contain;
	content: "";
	height: 11.8125rem;
	left: calc(50% + 21.875rem);
	position: absolute;
	top: -10.25rem;
	transform: translateX(-50%);
	width: 23.5625rem;
}

.p-philosophy__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 18.125rem;
}

.p-philosophy__img img {
	-o-object-fit: contain;
	aspect-ratio: 290/50;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-philosophy__feature {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
}

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

.p-philosophy__featureItem img {
	-o-object-fit: contain;
	aspect-ratio: 198/104;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-recruit {
	padding-top: 12.5rem;
}

.p-recruit__summary {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.027em;
	line-height: 1.6818181818;
	margin-top: 3.75rem;
	text-align: center;
}

.p-recruit__cards {
	display: flex;
	gap: 4.0625rem;
	justify-content: center;
	margin-top: 6.5625rem;
}

.p-recruit__card {
	background-color: #FCE233;
	border-radius: 1.875rem;
	display: flex;
	flex-direction: column;
	min-height: 25rem;
	padding: 3.125rem 2.875rem;
	width: 33.3333333333%;
}

.p-recruit__cardtTitle {
	color: #333;
	font-family: "ZenKakuGothicAntique-Black";
	font-size: 1.5625rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.44;
}

.p-recruit__listItems {
	border-top: 0.0625rem solid #333;
	margin-top: 1.25rem;
}

.p-recruit__listItem {
	color: #333;
	font-family: "ZenKakuGothicAntique-Bold";
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 1.375rem;
}

.p-recruit__cardButton {
	margin-top: auto;
	text-align: center;
}

.p-recruit__cardButton a {
	background-color: #fff;
	border: 0.0625rem solid #333;
	border-radius: 2.8125rem;
	color: #333;
	display: inline-block;
	font-family: "ZenKakuGothicAntique-Bold";
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding: 0.75rem 2.75rem 0.9375rem;
	transition: 0.3s;
}

.p-recruit__cardButton a:hover {
	opacity: 0.7;
}

.p-recruit__button.c-button {
	margin-top: 6.875rem;
}

.p-recruit__note {
	color: #333;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.027em;
	line-height: 1.7222222222;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-workstyle {
	background-color: #3C7EC7;
	padding-bottom: 11.5625rem;
	padding-top: 13rem;
	position: relative;
}

.p-workstyle::before {
	background: url(../images/common/arrow_yellow.png) no-repeat center center/contain;
	content: "";
	height: 10.9375rem;
	left: 0;
	position: absolute;
	top: -6.25rem;
	width: 15.625rem;
}

.p-workstyle__inner.l-inner {
	max-width: 95.625rem;
}

.p-workstyle__title.c-title::before {
	left: 53%;
}

.p-workstyle__summary {
	color: #fff;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.027em;
	line-height: 1.6363636364;
	margin-top: 3.125rem;
	text-align: center;
}

.p-workstyle__featureItems {
	margin-top: 4.6875rem;
}

.p-workstyle__featureItem {
	background-color: #4590E2;
	border: 0.375rem solid #fff;
	border-radius: 3.75rem;
	padding-bottom: 5.125rem;
	padding-top: 4.1875rem;
}

.p-workstyle__bottom {
	display: flex;
	gap: 2.875rem;
	justify-content: center;
	margin-top: 3rem;
}

.p-workstyle__bottom > .p-workstyle__featureItem {
	padding-bottom: 7rem;
	padding-left: 6.4375rem;
	padding-right: 5.3125rem;
	padding-top: 5.0625rem;
	width: 50%;
}

.p-workstyle__featureContent {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.p-workstyle__order {
	min-width: 8.125rem;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
	width: 21.35%;
}

.p-workstyle__heading {
	background-color: #fff;
	border-radius: 0.625rem;
	color: #4590E2;
	display: inline-block;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.4782608696;
	padding-bottom: 0.25rem;
	padding-left: 0.875rem;
	padding-right: 0.5rem;
	padding-top: 0.125rem;
}

.p-workstyle__number {
	margin-top: 1.25rem;
	position: relative;
}

.p-workstyle__number img {
	-o-object-fit: contain;
	aspect-ratio: 95/57;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-workstyle__body {
	padding-left: 2.5rem;
	position: relative;
	width: 79.43%;
}

.p-workstyle__body::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 90%;
	left: 0;
	position: absolute;
	width: 0.0625rem;
}

.p-workstyle__headline {
	color: #fff;
	font-family: "ZenKakuGothicNew-Black";
	font-size: clamp(1.625rem, 0.334rem + 2.69vw, 2.688rem);
	font-weight: 900;
	line-height: 1.4418604651;
}

.p-workstyle__headline br {
	display: none;
}

.p-workstyle__text {
	color: #fff;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.1176470588;
	margin-top: 1.5625rem;
}

.p-workstyle__cards {
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 62.5rem;
}

.p-workstyle__card {
	border-radius: 3.75rem;
}

.p-workstyle__cardTitle {
	background-color: #FCE233;
	border-top-left-radius: 3.75rem;
	border-top-right-radius: 3.75rem;
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.6875rem;
	font-weight: 900;
	line-height: 1.3333333333;
	padding-bottom: 1.25rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 1.6875rem;
}

.p-workstyle__card:first-child {
	width: 50%;
}

.p-workstyle__card:nth-child(2) {
	width: 43.88%;
}

.p-workstyle__cardBody {
	background-color: #fff;
	border-bottom-left-radius: 3.75rem;
	border-bottom-right-radius: 3.75rem;
	min-height: 17.5rem;
	padding: 1.8125rem 3.75rem 2.5rem;
}

.p-workstyle__cardText {
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.1176470588;
	padding-left: 4em;
	text-indent: -4em;
}

.p-workstyle__smallText {
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.9166666667;
	margin-top: 3.5625rem;
}

.p-workstyle__note {
	color: #fff;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.1176470588;
	margin-top: 1.375rem;
	text-align: center;
}

.p-workstyle__intervew {
	background-color: #fff;
	border-radius: 3.75rem;
	margin-top: 7.5rem;
	padding-bottom: 10.4375rem;
	padding-top: 8.75rem;
}

.p-workstyle__interviewWrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 52.625rem;
}

.p-workstyle__interviewTitle {
	color: #4590E2;
	display: inline-block;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 2.0625rem;
	font-weight: 900;
	line-height: 1.4545454545;
	position: relative;
}

.p-workstyle__interviewTitle::before {
	background-color: #3C7EC7;
	bottom: -0.3125rem;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0;
	width: 37.5rem;
}

.p-workstyle__interviewTitle::after {
	bottom: -2.0625rem;
	color: #4590E2;
	content: "interview";
	font-family: "ZenKakuGothicNew-Black";
	font-size: 0.9375rem;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 1.4;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.p-workstyle__person {
	background-color: #EAEAEA;
	border-radius: 2.5rem;
	display: flex;
	gap: 1.75rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.9375rem;
	max-width: 31.4375rem;
	padding: 1.375rem 1.5rem;
}

.p-workstyle__outline {
	background-color: #fff;
	border-radius: 1.875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 3.375rem;
	width: 39.56%;
}

.p-workstyle__place {
	color: #4590E2;
	display: inline-block;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 1.4444444444;
	position: relative;
}

.p-workstyle__place::before {
	background-color: #4590E2;
	bottom: -0.4375rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-workstyle__position {
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 1.4444444444;
	margin-top: 1.75rem;
}

.p-workstyle__name {
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.5625rem;
	font-weight: 900;
	letter-spacing: 0.3em;
	line-height: 1.44;
}

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

.p-workstyle__interviewIllust img {
	-o-object-fit: contain;
	aspect-ratio: 60/100;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 3.75rem;
	object-fit: contain;
	width: 100%;
}

.p-workstyle__interviewImg {
	width: 54.28%;
}

.p-workstyle__interviewImg img {
	-o-object-fit: cover;
	aspect-ratio: 247/336;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-workstyle__questionItems {
	grid-column-gap: 5rem;
	-moz-column-gap: 5rem;
	grid-row-gap: 3.5rem;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 7.5625rem;
	row-gap: 3.5rem;
}

.p-workstyle__questionItem.p-workstyle__questionItem--bottom {
	margin-top: 3.4375rem;
}

.p-workstyle__questionNumber {
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

.p-workstyle__question {
	color: #4590E2;
	font-family: "ZenKakuGothicNew-Black";
	font-size: 1.375rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.8181818182;
}

.p-workstyle__answer {
	color: #6F7070;
	font-family: "ZenKakuGothicNew-Bold";
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.1176470588;
	margin-top: 2.1875rem;
}

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

.p-mv__optimization {
	display: none;
}

}

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

.p-mv::before {
	display: none;
}

}

@media (max-width: 1920px) {

html {
	font-size: 0.8333333333vw;
}

}

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

.p-content__stroke {
	display: none;
}

.p-message__wrapper {
	margin-left: auto;
	margin-right: auto;
	transform: translateX(40px);
}

}

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

.p-workstyle__bottom > .p-workstyle__featureItem {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

}

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

.p-header__navItems {
	gap: 0.7vw;
}

}

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

.p-message__text.p-message__text--small {
	font-size: 1rem;
}

.p-mv__link a {
	font-size: 1.1875rem;
	padding-left: 1.625rem;
}

.p-mv__link a::before {
	width: 1rem;
}

}

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

.p-workstyle__headline br {
	display: block;
}

}

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

.p-about::before {
	bottom: 6.25rem;
}

}

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

.p-about {
	margin-top: 6.75rem;
}

.p-mv::before {
	display: none;
}

.p-mv__content {
	display: none;
}

.p-mv__links {
	bottom: 1.875rem;
	right: 4.375rem;
}

.p-pageTop {
	bottom: 1.25rem;
	height: 3.75rem;
	width: 3.75rem;
}

}

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

.p-header__drawerLogo {
	padding-top: 0.625rem;
}

}

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

.c-imgClick.is-open img:nth-of-type(1) {
	opacity: 0;
	transition: 0.5s opacity;
}

.c-imgClick.is-open img:nth-of-type(2) {
	opacity: 1;
	transition: 0.5s opacity;
}

.p-header__nav {
	display: none;
}

.p-header__hamburger {
	cursor: pointer;
	display: block;
	height: inherit;
	position: relative;
	transition: 0.3s;
	width: 1.875rem;
	z-index: 999;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

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

.l-corporate {
	margin-top: 5.5rem;
}

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

.l-message {
	margin-top: 5rem;
}

.l-philosophy {
	margin-top: 5rem;
}

.c-button a {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.4285714286;
	padding: 0.625rem 1.875rem;
}

.c-table__data,
.c-table__head {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	padding: 0.75rem 0;
}

.c-table__head {
	width: 28%;
}

.c-table__data {
	width: 72%;
}

.c-title {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.c-title::before {
	height: 2.1875rem;
	top: -2.625rem;
	width: 2.375rem;
}

.c-title span {
	font-size: 0.625rem;
	letter-spacing: 0.008em;
	line-height: 1.375;
	margin-top: -0.0625rem;
}

.c-title.c-title--left {
	text-align: center;
}

.p-about {
	margin-top: 1.25rem;
	padding-bottom: 4.0625rem;
	padding-top: 5.875rem;
}

.p-about::before {
	background: url(../images/common/arrow_blue_sp.png) no-repeat center center/contain;
	height: 3.75rem;
	left: -0.125rem;
	top: 20.9375rem;
	width: 5.625rem;
}

.p-about__inner.l-inner {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-about__summary {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 1.5rem;
}

.p-about__body {
	flex-direction: column;
	gap: 1.625rem;
	margin-top: 1.875rem;
}

.p-about__img {
	left: 1.25rem;
	margin-left: -2.1875rem;
	max-width: 12.5rem;
	position: relative;
	width: 100%;
}

.p-about__text {
	font-size: 0.875rem;
	line-height: 2.5714285714;
	width: 100%;
}

.p-about__buttons {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.p-about__button a {
	font-size: 0.75rem;
	line-height: 1.5833333333;
	min-width: 8.75rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.p-company {
	padding-bottom: 2.8125rem;
	padding-top: 5.875rem;
}

.p-company__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-company__body {
	margin-top: 3.25rem;
}

.p-company__companyName {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.p-company__table.c-table {
	margin-top: 0.8125rem;
}

.p-company__map {
	border-radius: 1.6875rem;
	margin-top: 2.6875rem;
}

.p-company__map iframe {
	aspect-ratio: 352/152;
	border-radius: 1.6875rem;
}

.p-contact {
	padding-bottom: 3.75rem;
	padding-top: 3.875rem;
}

.p-contact__inner.p-contact__inner--lower {
	padding-left: 6.25rem;
}

.p-contact__text {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.p-contact__button.c-button {
	margin-top: 1.125rem;
}

.p-contact__img {
	bottom: -0.3125rem;
	left: calc(50% - 9.0625rem);
	width: 4.5625rem;
}

.p-contact__img img {
	aspect-ratio: 73/126;
}

.p-contact__img.p-contact__img--lower {
	width: 5.25rem;
}

.p-content {
	padding-bottom: 4.375rem;
	padding-top: 5rem;
}

.p-content__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-content__text {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1.6666666667;
	margin-top: 1.875rem;
}

.p-content__headline {
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-top: 4.625rem;
	padding-left: 1.1875rem;
}

.p-content__headline::after {
	bottom: -0.875rem;
	height: 0.5rem;
}

.p-content__description {
	font-size: 0.75rem;
	margin-top: 1.5rem;
	padding-left: 1.1875rem;
}

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

.p-content__logo {
	max-width: 10.9375rem;
}

.p-content__cardItems {
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(10.3125rem, 1fr));
	margin-top: 2.1875rem;
}

.p-content__card {
	border-radius: 1.1875rem;
	padding-bottom: 1.0625rem;
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
	padding-top: 1.0625rem;
}

.p-content__cardImg img {
	border-radius: 1rem;
}

.p-content__cardText {
	font-size: 0.75rem;
	line-height: 1.4166666667;
	margin-top: 0.75rem;
	text-align: center;
}

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

.p-corporate__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

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

.p-corporate__meaningItem {
	max-width: 25rem;
}

.p-corporate__meaningItem + .p-corporate__meaningItem {
	margin-top: 0.4375rem;
}

.p-corporate__part {
	font-size: 0.9375rem;
	line-height: 1.4;
	padding-bottom: 0.4375rem;
	padding-left: 1rem;
	padding-right: 0;
	padding-top: 0.4375rem;
	width: 21%;
}

.p-corporate__en {
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-left: 1.5625rem;
	width: 46%;
}

.p-corporate__jp {
	font-size: 0.9375rem;
	line-height: 1.4;
	width: 18%;
}

.p-footer__wrapper {
	padding-bottom: 4.1875rem;
	padding-top: 4.0625rem;
}

.p-footer__inner {
	padding-left: 3.75rem;
	padding-right: 1.875rem;
}

.p-footer__company {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.p-footer__text {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1.25rem;
}

.p-footer__text + .p-footer__text {
	margin-top: 0.625rem;
}

.p-footer__nav {
	margin-top: 1.375rem;
}

.p-footer__navItems {
	grid-template-columns: 1fr;
	margin-left: 0;
	row-gap: 0.25rem;
}

.p-footer__navItem a {
	font-size: 0.875rem;
	line-height: 2.5714285714;
	text-align: left;
}

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

.p-footer__copyright {
	font-size: 0.625rem;
	line-height: 1.5;
}

.p-header {
	height: 4.375rem;
}

.p-header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-header__logo {
	left: 1.25rem;
	max-width: 11.125rem;
}

.p-header__hamburger span {
	left: 50%;
	width: 1.4375rem;
}

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

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

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

.p-header__drawerLogo {
	padding-top: 0;
}

.p-header__drawerMenu {
	margin-top: 1.25rem;
	max-width: 4.375rem;
}

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

.p-header__drawerItem + .p-header__drawerItem {
	margin-top: 1rem;
}

.p-header__drawerItem a {
	font-size: 0.875rem;
	height: 2.8125rem;
}

.p-header__drawerImg {
	margin-top: 1.25rem;
	max-width: 18.75rem;
}

.p-message__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-message__wrapper {
	transform: none;
}

.p-message__body {
	flex-direction: column;
	gap: 2.1875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 31.25rem;
}

.p-message__img {
	padding-left: 0;
	width: 100%;
}

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

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

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

.p-message__content {
	width: 100%;
}

.p-message__contentTitle {
	font-size: 1.4375rem;
}

.p-message__text {
	font-size: clamp(0.75rem, 0.442rem + 1.54vw, 0.875rem);
	letter-spacing: 0;
	line-height: 1.9285714286;
	margin-top: 2.5rem;
}

.p-message__text:first-child {
	margin-top: 1.875rem;
}

.p-message__text.p-message__text--large {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

.p-message__text.p-message__text--small {
	font-size: 0.875rem;
	line-height: 1.9285714286;
	margin-top: 4.0625rem;
	padding-left: 0;
	text-indent: 0;
	text-indent: initial;
}

.p-mv {
	height: 100vh;
	height: 100svh;
	padding-bottom: 2.5rem;
	padding-top: 5rem;
	padding-top: 13svh;
}

.p-mv::before {
	display: none;
}

.p-mv__inner {
	height: calc(100vh - 5rem);
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-mv__content {
	border-radius: 1.375rem;
	display: revert;
	height: 68.3288409704vh;
	height: 68.3288409704svh;
	padding: 3.125rem 1.875rem;
	padding-bottom: 18.75rem;
}

.p-mv__logo {
	max-width: 10.625rem;
}

.p-mv__mainImg {
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.p-mv__mainImg img {
	aspect-ratio: 416/250;
	width: 98vw;
}

.p-mv__optimization {
	display: none;
}

.p-pageTop {
	height: 2.625rem;
	right: 1.25rem;
	width: 2.625rem;
}

.p-philosophy__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-philosophy__text {
	font-size: 0.875rem;
	letter-spacing: -0.025em;
	line-height: 1.9285714286;
	margin-top: 1.875rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-philosophy__text:first-of-type {
	margin-top: 2.5rem;
}

.p-philosophy__text:nth-of-type(2),
.p-philosophy__text:nth-of-type(3) {
	margin-top: 1.75rem;
}

.p-philosophy__largeText {
	font-size: 1.125rem;
	line-height: 2.1111111111;
	margin-top: 0.75rem;
}

.p-philosophy__company {
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 0.75rem;
}

.p-philosophy__policy {
	gap: 0;
	margin-top: 5rem;
	max-width: 14.375rem;
}

.p-philosophy__small {
	font-size: 0.875rem;
	line-height: 1.7857142857;
}

.p-philosophy__large {
	font-size: 2.1875rem;
	line-height: 1.1142857143;
}

.p-philosophy__policyContent {
	margin-top: 2.5rem;
	padding-bottom: 3rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 2.875rem;
}

.p-philosophy__policyText {
	font-size: clamp(0.75rem, 0.442rem + 1.54vw, 0.875rem);
	letter-spacing: 0;
	line-height: 2.1428571429;
}

.p-philosophy__yellow.p-philosophy__yellowSp {
	background: linear-gradient(180deg, transparent 0%, transparent 30%, #FCE233 30%, #FCE233 80%, transparent 80%, transparent 100%);
	line-height: 2.1428571429;
}

.p-philosophy__policyText:nth-child(2) {
	margin-top: 0;
}

.p-philosophy__policyText:nth-child(3) {
	margin-top: 1.875rem;
}

.p-philosophy__policyText:nth-child(4) {
	margin-top: 1.875rem;
}

.p-philosophy__policyText::before,
.p-philosophy__policyText::after {
	display: none;
}

.p-philosophy__policyTextLarge {
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 2.1428571429;
	margin-top: 1.875rem;
}

.p-philosophy__policyTextLarge::before {
	display: none;
}

.p-philosophy__img {
	margin-top: 2.0625rem;
	max-width: 12.5rem;
}

.p-philosophy__featureItems {
	row-gap: 2.5625rem;
}

.p-recruit {
	padding-top: 10.625rem;
	position: relative;
}

.p-recruit::before {
	background: url(../images/common/arrow_recruit_sp.png) no-repeat center center/contain;
	content: "";
	height: 5.875rem;
	left: -1.25rem;
	position: absolute;
	top: -2.8125rem;
	width: 8.125rem;
}

.p-recruit__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-recruit__summary {
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 1.5rem;
}

.p-recruit__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
	margin-top: 1.875rem;
}

.p-recruit__card {
	min-height: 16.25rem;
	padding-bottom: 2.25rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 2rem;
	width: auto;
}

.p-recruit__cardtTitle {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.p-recruit__listItems {
	margin-bottom: 1rem;
}

.p-recruit__listItem {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 2.4166666667;
	margin-top: -0.0625rem;
}

.p-recruit__listItem:first-child {
	margin-top: 0.625rem;
}

.p-recruit__cardButton a {
	border-radius: 1.75rem;
	font-size: 0.75rem;
	line-height: 1.4166666667;
	padding: 0.75rem;
}

.p-recruit__button.c-button {
	margin-top: 4.375rem;
}

.p-recruit__button.c-button a {
	padding-bottom: 1.4375rem;
	padding-left: 4rem;
	padding-right: 3.875rem;
	padding-top: 1.25rem;
}

.p-recruit__note {
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin-top: 0.8125rem;
}

.p-workstyle {
	border-bottom-left-radius: 2.5rem;
	border-bottom-right-radius: 2.5rem;
	padding-bottom: 1.25rem;
	padding-top: 6.0625rem;
}

.p-workstyle::before {
	background: url(../images/common/arrow_yellow_sp.png) no-repeat center center/contain;
	height: 5rem;
	left: -0.3125rem;
	top: -2.625rem;
	width: 6.75rem;
}

.p-workstyle__title.c-title::before {
	left: 54%;
}

.p-workstyle__summary {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 1.5625rem;
}

.p-workstyle__featureItems {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5625rem;
	max-width: 28.125rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-workstyle__featureItem {
	border: 0.25rem solid #fff;
	border-radius: 2.5rem;
	padding: 2.875rem;
}

.p-workstyle__bottom {
	flex-direction: column;
	gap: 2.125rem;
	margin-top: 1.5625rem;
}

.p-workstyle__bottom > .p-workstyle__featureItem {
	padding: 2.625rem;
	width: 100%;
}

.p-workstyle__featureContent {
	flex-direction: column;
}

.p-workstyle__order {
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.p-workstyle__heading {
	font-size: 0.8125rem;
	line-height: 1.4615384615;
	padding-bottom: 0.1875rem;
	padding-left: 0.625rem;
	padding-right: 0.4375rem;
	padding-top: 0.125rem;
}

.p-workstyle__number {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-width: 5rem;
}

.p-workstyle__body {
	margin-top: 0.625rem;
	padding-left: 0;
	width: 100%;
}

.p-workstyle__body::before {
	display: none;
}

.p-workstyle__headline br {
	display: none;
}

.p-workstyle__headline {
	font-size: 1.0625rem;
	line-height: 1.4705882353;
}

.p-workstyle__text {
	font-family: "ZenKakuGothicNew-Medium";
	font-size: 0.75rem;
	line-height: 2.5;
	margin-top: 0.625rem;
}

.p-workstyle__cards {
	flex-direction: column;
	gap: 2.1875rem;
	margin-top: 1.6875rem;
}

.p-workstyle__card {
	border-radius: 1.6875rem;
}

.p-workstyle__cardTitle {
	border-top-left-radius: 1.6875rem;
	border-top-right-radius: 1.6875rem;
	font-size: 1.125rem;
	line-height: 2;
	padding-bottom: 0.5rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
	padding-top: 0.875rem;
}

.p-workstyle__card:first-child {
	width: 100%;
}

.p-workstyle__card:nth-child(2) {
	width: 100%;
}

.p-workstyle__cardBody {
	border-bottom-left-radius: 1.6875rem;
	border-bottom-right-radius: 1.6875rem;
	min-height: 0;
	min-height: initial;
	padding-bottom: 1.5625rem;
	padding-left: 1.375rem;
	padding-right: 0.9375rem;
	padding-top: 1.5625rem;
}

.p-workstyle__cardText {
	font-size: 0.875rem;
	line-height: 2.1428571429;
}

.p-workstyle__smallText {
	margin-top: 1.3125rem;
	padding-left: 2em;
	text-indent: -2em;
}

.p-workstyle__note {
	font-size: 0.75rem;
	line-height: 3;
}

.p-workstyle__intervew {
	border-radius: 1.5rem;
	margin-top: 4.375rem;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 4.375rem;
	position: relative;
}

.p-workstyle__intervew::before {
	background: url(../images/common/arrow_yellow_sp.png) no-repeat center center/contain;
	content: "";
	height: 5rem;
	left: -1.5rem;
	position: absolute;
	top: -1.875rem;
	width: 6.75rem;
}

.p-workstyle__interviewTitle {
	font-size: 0.9375rem;
	line-height: 1.4;
	padding-left: 2.6875rem;
}

.p-workstyle__interviewTitle::after {
	bottom: -1.625rem;
	font-size: 0.75rem;
	line-height: 1.5;
}

.p-workstyle__person {
	border-radius: 1.6875rem;
	gap: 1.25rem;
	margin-top: 3.4375rem;
	max-width: 25rem;
	padding: 1rem;
}

.p-workstyle__outline {
	border-radius: 1rem;
	padding-bottom: 1.6875rem;
	padding-left: 1.25rem;
	padding-right: 0;
	padding-top: 1.875rem;
}

.p-workstyle__place {
	font-size: 0.75rem;
	line-height: 1.4545454545;
}

.p-workstyle__position {
	font-size: 0.75rem;
	line-height: 1.4545454545;
	margin-top: 1.125rem;
}

.p-workstyle__name {
	font-size: 1rem;
	line-height: 1.5;
}

.p-workstyle__interviewImg img {
	aspect-ratio: 172/234;
	border-radius: 1.25rem;
}

.p-workstyle__questionItems {
	gap: 2.0625rem;
	grid-template-columns: 1fr;
	margin-top: 2.375rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.p-workstyle__questionItem.p-workstyle__questionItem--bottom {
	margin-top: 2.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-workstyle__questionNumber {
	font-size: 1.0625rem;
	line-height: 1.4705882353;
}

.p-workstyle__question {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-workstyle__answer {
	font-size: 0.75rem;
	line-height: 2.5;
	margin-top: 0.625rem;
}

}

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

.p-philosophy__text {
	font-size: 0.75rem;
	padding-left: 0;
	padding-right: 0;
}

}

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

.c-table__head {
	width: 25%;
}

.c-table__data {
	width: 75%;
}

.p-company__inner.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-header__drawerImg {
	max-width: 13.75rem;
}

.p-workstyle__featureItems {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.p-workstyle__featureItem {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

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

.p-corporate__part {
	padding-left: 0.5rem;
}

.p-corporate__en {
	font-size: 0.8125rem;
	margin-left: 0.625rem;
	width: 40%;
}

.p-corporate__jp {
	width: 24%;
}

.p-philosophy__policyContent {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

}

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

.u-small {
	display: block;
}

}

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

.p-philosophy__inner.l-inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-workstyle__outline {
	padding-left: 0.625rem;
}

}

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

.p-message__inner.l-inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

}

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

.p-message__text.p-message__text--large {
	font-size: 1.0625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

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

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

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

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

}

@keyframes UpLinks {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes DownLinks {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


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