.c-header__icon--bar {
	background: #205295;
	border-radius: 100vmax;
	display: block;
	height: 2px;
	transition: all 0.3s ease;
	width: 100%;
}

.c-header__icon-text {
	color: #0a2647;
	display: none;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.c-header__icon-wrap.js-show {
	right: 38px;
}

.c-screen-bg {
	background: rgba(86, 89, 86, 0.56);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.c-screen-bg.is-show {
	opacity: 1;
	visibility: visible;
}

.c-entry-btn {
	align-items: center;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(11, 41, 76, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3px 30px;
	position: relative;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.c-entry-btn::after {
	aspect-ratio: 12/12;
	background: url(../img/button-triangle-icon-blue.svg) no-repeat center center/contain;
	bottom: 3px;
	content: "";
	height: auto;
	position: absolute;
	right: 3px;
	width: 12px;
}

.c-entry-btn.--rev {
	background: #0b294c;
}

.c-entry-btn.--rev::after {
	background: url(../img/button-triangle-icon.svg) no-repeat center center/contain;
}

.c-entry-btn.--rev .c-entry-btn__en {
	color: #fff;
}

.c-entry-btn.--rev .c-entry-btn__ja {
	color: #fff;
}

.c-entry-btn__en {
	color: #2c74b3;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s ease;
}

.c-entry-btn__ja {
	color: #0a2647;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: -6px;
	text-align: center;
	transition: all 0.3s ease;
}

.c-entry-btn__ja span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.c-section-title-wrap {
	align-items: center;
	background: linear-gradient(90deg, #144272 0%, #2c74b3 100%);
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
	display: flex;
	gap: 21px;
	height: 120px;
	overflow-y: hidden;
	width: max(720px + (100vw - 1440px) / 2, 720px);
}

.c-section-title-wrap.--interview {
	background: #fff;
}

.c-section-title-wrap.--interview .c-section-title__en {
	color: #144272;
}

.c-section-title-wrap.--interview .c-section-title__ja {
	color: #144272;
}

.c-section-title__en {
	color: #fff;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 64px;
	font-weight: 600;
	line-height: 2;
	margin-left: max(155px + (100vw - 1440px) / 2, 155px);
	position: relative;
	z-index: 1;
}

.c-section-title__ja {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	position: relative;
	z-index: 1;
}

.animated-colorBox {
	clip-path: inset(0 100% 0 0);
	position: relative;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.animated-colorBox::after {
	background-color: #205295;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	z-index: 2;
}

.animated-colorBox.js-show {
	animation: 1.2s forwards ease-in-out textView;
}

.animated-colorBox.js-show::after {
	animation: 1.2s forwards ease-in-out colorBox;
}

.animated__clipView {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.8s ease;
}

.animated__clipView.js-show {
	clip-path: inset(0 0 0 0);
}

.animated__fadeIn {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

.animated__fadeIn--fv {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.7s ease;
	translate: 0 70px;
}

.animated__fadeIn--fv.js-show {
	opacity: 1;
	translate: 0 0;
}

.animated__fadeIn--style {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn--style.js-show {
	opacity: 1;
	translate: 0 0;
}

.animated__fadeIn.--flow {
	opacity: 0;
	transition: opacity 0.6s ease, translate 0.3s ease-in-out;
	translate: 0 -50px;
}

.animated__fadeIn.--flow.js-show {
	opacity: 1;
	translate: 0 0;
}

.animated__fadeIn.--mask {
	opacity: 1;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 -50px;
}

.animated__fadeIn.--mask.js-show {
	opacity: 1;
	translate: 0 0;
}

*,
::before,
::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
button,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

summary {
	display: block;
	list-style: none;
}

body {
	background-color: #fff;
	color: #0c0c0c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.l-wrapper {
	min-width: 375px;
}

.l-inner {
	margin-inline: auto;
	padding-inline: 20px;
	width: min(1180px, 100%);
}

.l-container {
	background: #fff;
	margin-top: 799px;
	width: 100%;
}

.p-header {
	background: #fff;
	left: 0;
	padding-block: 11.4px 8px;
	padding-inline: 33px;
	position: fixed;
	top: 0;
	transition: box-shadow 0.3s ease;
	width: 100%;
	z-index: 100;
}

.p-header.is-scrolled {
	box-shadow: 0px 4px 4px 0px rgba(20, 66, 114, 0.2);
}

.p-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 410.175px 1fr;
}

.p-header__logo-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 410.175px;
}

.p-header__logo {
	aspect-ratio: 194.175/40;
	height: auto;
	width: 194.175px;
}

.p-header__logo img {
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-header__logo-text {
	color: #205295;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 13px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: end;
}

.p-header__list {
	align-items: center;
	display: flex;
	gap: 42px;
}

.p-header__link-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: -3px;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__link-en {
	color: #205295;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__link-en.--interview {
	font-size: 16px;
}

.p-header__link-ja {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__link-ja.--arrow {
	padding-right: 28px;
	position: relative;
}

.p-header__link-ja.--arrow::after {
	aspect-ratio: 1;
	background: url(../img/header-arrow-icon.svg) no-repeat center center/contain;
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 24px;
}

.p-header__item--sub {
	position: relative;
}

.p-header__sublist {
	background: #fff;
	display: none;
	height: auto;
	height: auto;
	left: 50%;
	padding: 19px 38px;
	position: absolute;
	top: 100%;
	translate: -50%;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 100;
}

.p-header__sublist li:not(:last-of-type) {
	margin-bottom: 24px;
}

.p-header__sublist li a {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.p-header__btn {
	background: #0a2647;
	border: 1px solid #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 20px;
	text-align: center;
	transition: all 0.3s ease;
	width: 153px;
}

.p-drawer {
	background: #fff;
	height: 100vh;
	height: 100svh;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 101;
}

.p-drawer.js-show {
	opacity: 1;
	visibility: visible;
}

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

.p-drawer__link-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-drawer__link-en {
	color: #205295;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.p-drawer__link-ja {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.p-drawer__btn-wrap {
	align-items: center;
	background: #0b294c;
	border: 1px solid #0b294c;
	box-shadow: 0px 4px 4px 0px rgba(11, 41, 76, 0.3);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2px 10px;
	position: relative;
	transition: all 0.3s ease;
}

.p-drawer__btn-wrap::after {
	aspect-ratio: 12/12;
	background: url(../img/button-triangle-icon.svg) no-repeat center center/contain;
	bottom: 2.5px;
	content: "";
	height: auto;
	position: absolute;
	right: 2px;
	width: 12px;
}

.p-drawer__btn-en {
	color: #fff;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 1.5;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-drawer__btn-ja {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: -6px;
	width: -moz-fit-content;
	width: fit-content;
}

.l-fv__container {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-fv {
	background: url(../img/fv-bg.webp) no-repeat center center/cover;
	height: 800px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-fv__swipers-wrap {
	display: flex;
	position: absolute;
	right: 50%;
	top: 0;
	translate: 46% 0;
}

.p-fv__item-wrap {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-top: 249px;
	position: relative;
	z-index: 10;
}

.p-fv__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.p-fv__title-wrap {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.p-fv__sub-title {
	color: #fff;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1.3;
}

.p-fv__title {
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 5.6px;
	line-height: 1.3;
}

.p-fv__text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.306px;
	line-height: 1.5;
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
	position: relative;
}

.p-fv__swiper-container + .p-fv__swiper-container {
	margin-top: -450px;
}

.p-fv__swiper {
	height: 100%;
	overflow: visible;
	transform: rotate(27.25deg);
	transform-origin: center center; /* 回転の基準点 */
	width: 100%;
}

.p-fv__swiper-wrapper {
	overflow: visible;
	transition-timing-function: linear;
}

.p-fv__swiper-slide {
	aspect-ratio: 511/252;
	flex-shrink: 0;
	height: auto;
	width: 511px;
}

.p-fv__swiper-slide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: rotate(-27.25deg);
}

.p-lead {
	background: linear-gradient(178deg, #0a2647 2.27%, #0f396b 36.32%, #144c8d 69.02%, #185dad 99.11%);
	overflow: hidden;
	padding-block: 202px;
	position: relative;
}

.p-lead__sidetext {
	color: rgba(255, 255, 255, 0.3);
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 150px;
	font-weight: 600;
	line-height: 1.3;
	position: absolute;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lead__sidetext.--left {
	right: calc(100% - 401px);
	top: 197px;
	transform: rotate(90deg);
}

.p-lead__sidetext.--right {
	bottom: 199px;
	left: calc(100% - 405px);
	position: absolute;
	transform: rotate(90deg);
}

.p-lead__text-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-content: center;
	padding-inline: 173px;
}

.p-lead__title {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -1.1px;
	line-height: 2;
	text-align: center;
}

.p-lead__text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

.p-about {
	overflow-x: hidden;
	padding-block: 176px 102px;
}

.p-about__title-container {
	width: max(720px + (100vw - 1440px) / 2, 720px);
}

.p-about__contents {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 35px;
}

.p-about__content {
	display: flex;
	flex-direction: column;
	gap: 42px;
	width: 44.0350877193%;
}

.p-about__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 41px;
}

.p-about__subtitle {
	color: #0a2647;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.5;
}

.p-about__text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.306px;
	line-height: 2;
}

.p-about__img {
	aspect-ratio: 1140/568;
	display: block;
	height: auto;
	width: 49.8245614035%;
}

.p-about__img img {
	width: 100%;
}

.p-working {
	background: #fff;
	padding-block: 100px;
}

.p-working__inner {
	padding-inline: 20px;
}

.p-working__card-wrap {
	aspect-ratio: 1400/800;
	background: linear-gradient(71deg, #2c74b3 2.44%, #296bab 26.03%, #2561a2 52.3%, #22579a 79.35%, #205295 93.67%);
	display: flex;
	flex-direction: row-reverse;
	gap: 19px;
	height: auto;
	margin-inline: auto;
	padding-block: 150px;
	padding-inline: 130px;
	position: relative;
	width: 100%;
}

.p-working__card-wrap.--even {
	background: linear-gradient(71deg, #e6e6e6 6.98%, #dfdfdf 57.1%, rgba(200, 200, 204, 0.93) 71.59%, #b0b0b0 97.59%);
}

.p-working__card-wrap.--card1 {
	z-index: 1;
}

.p-working__card-wrap.--card2 {
	z-index: 2;
}

.p-working__card-wrap.--card3 {
	z-index: 3;
}

.p-working-card__text-wrap {
	display: grid;
	grid-template-columns: 1fr;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: -14px;
	position: relative;
	width: 48.3333333333%;
}

.p-working-card__title {
	color: rgba(255, 255, 255, 0.3);
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 128px;
	font-weight: 400;
	line-height: 1.6;
	width: -moz-fit-content;
	width: fit-content;
}

.--even .p-working-card__title {
	color: #8c8c8c;
}

.p-working-card__subtitle {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.306px;
	line-height: 1.5;
}

.--even .p-working-card__subtitle {
	color: #0c0c0c;
}

.p-working-card__subtitle.--02 {
	font-size: 36px;
}

.p-working-card__subtitle.--03 {
	font-size: 36px;
	letter-spacing: normal;
}

.p-working-card__text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.306px;
	line-height: 1.5;
	margin-top: 4px;
}

.--even .p-working-card__text {
	color: #0c0c0c;
}

.p-working-card__number {
	color: rgba(255, 255, 255, 0.3);
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 150px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	position: absolute;
}

.p-working-card__number.--01 {
	bottom: -276px;
}

.p-working-card__number.--02 {
	bottom: -235px;
	color: #8c8c8c;
}

.p-working-card__number.--03 {
	bottom: -274px;
}

.p-working-card__img {
	aspect-ratio: 570/500;
	height: auto;
	width: 50%;
}

.p-working-card__img img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-working__swiper-container,
.p-working__swiper,
.p-working__swiper-wrapper,
.p-working__swiper-slide {
	position: relative;
}

.p-working__swiper-slide {
	width: 100%;
}

.p-style {
	overflow-x: hidden;
	padding-block: 53px 67px;
}

.p-style__title-container {
	width: max(714px + (100vw - 1440px) / 2, 714px);
}

.p-style__title-wrap {
	aspect-ratio: 714/120;
	height: 120px;
	width: max(714px + (100vw - 1440px) / 2, 714px);
}

.p-style__title-wrap .c-section-title__en {
	margin-left: max(149px + (100vw - 1440px) / 2, 149px);
}

.p-style__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 80px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.p-style__card {
	background: linear-gradient(22deg, #a7c5df -3.84%, #2c74b3 19.37%, #2c74b3 54.1%, #205295 102.9%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 13px 15px;
	position: relative;
}

.p-style__card-img {
	aspect-ratio: 330/300;
	height: 100%;
	width: 100%;
}

.p-style__card-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-style__card-text-wrap {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 11px;
	min-height: 158px;
	padding: 24px 23px 7px 23px;
}

.p-style__card-title {
	color: #0a2647;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-style__card-text {
	color: #0c0c0c;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.306px;
	line-height: 1.5;
}

.p-interview {
	background: linear-gradient(232deg, #295ea5 8.35%, #2c74b3 28.78%, #2c74b3 87.12%, #2c74b3 97.18%);
	clip-path: polygon(0 9.7%, 100% 0%, 100% 88.3%, 0% 100%);
	height: 1182px;
	margin-inline: auto;
	overflow: hidden;
	overflow-x: hidden;
	padding-block: 200px 196px;
	width: 100%;
}

.p-interview__inner {
	margin-inline: 0;
	padding-inline: 20px 150px;
	position: relative;
}

.p-interview__title-container {
	width: max(720px + (100vw - 1440px) / 2, 720px);
}

.p-interview__title-wrap {
	background: #fff;
	color: #144272;
}

.p-interview__title-wrap .c-section-title__ja {
	font-size: 20px;
}

.p-interview__card {
	background-color: #2c74b3;
	cursor: pointer;
	display: grid;
	grid-template-columns: 1fr;
	height: auto;
	row-gap: 24px;
	width: 400px;
}

.p-interview-card__img {
	aspect-ratio: 400/395;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.p-interview-card__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.p-interview-card__text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.p-interview-card__name-wrap {
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.p-interview-card__name {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.p-interview-card__role {
	background: #fff;
	border-radius: 18px;
	color: #2c74b3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 4px 21px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-interview-card__position {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

.p-interview-card__comment {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.34px;
	text-align: left;
}

.p-interview__swiper-container,
.p-interview__swiper,
.p-interview__swiper-wrapper,
.p-interview__swiper-slide {
	position: relative;
}

.p-interview__swiper-container {
	margin-top: 47px;
}

.p-interview__swiper {
	overflow: visible;
}

.p-interview__swiper-wrapper {
	justify-content: flex-start;
}

.p-interview__swiper-slide {
	height: auto;
	width: 400px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: unset;
	left: unset;
	margin: 0;
	padding: 0;
	right: unset;
	top: unset;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
}

.swiper-button-prev,
.swiper-button-next {
	height: 48px;
	top: calc(100% + 32px);
	width: 48px;
}

.swiper-button-prev img,
.swiper-button-next img {
	height: 100%;
	width: 100%;
}

.swiper-button-prev {
	right: 63px;
	transition: opacity 0.3s ease;
}

.swiper-button-next {
	right: 0px;
	transition: opacity 0.3s ease;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	background: #fff;
	height: 6px;
	left: 130px;
	top: calc(100% + 54px);
	width: 768px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #144272;
}

button {
	background: none;
}

:where(dialog) {
	background-color: unset;
	border: unset;
	color: unset;
	height: unset;
	max-height: unset;
	max-width: unset;
	overflow: unset;
	padding: unset;
	width: unset;
}

body:has(dialog[open]) {
	display: block;
	overflow: hidden;
}

.wrapper:has(dialog[open]) {
	display: block;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

dialog::backdrop {
	opacity: 0;
	transition: background 0.3s ease-in-out;
}

dialog.js-show.p-interview-modal__content {
	opacity: 1;
}

dialog.js-show::backdrop {
	background: rgba(12, 12, 12, 0.3);
	opacity: 1;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.p-interview-modal__content {
	background: #fff;
	max-height: 65vh;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out;
	width: min(1140px, 95%);
}

.p-interview-modal__inner {
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

.p-interview-modal__body {
	display: flex;
	gap: 25px;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: space-between;
	padding: 70px 46px 78px 38px;
}

.p-interview-modal__img {
	aspect-ratio: 551/452;
	height: auto;
	max-width: 551px;
	width: 100%;
}

.p-interview-modal__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-interview-modal__text-wrap {
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
	max-width: 480px;
	width: 100%;
}

.p-interview-modal__head {
	color: #144272;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}

.p-interview-modal__head.--02 {
	margin-right: 46px;
}

.p-interview-modal__head.--03 {
	margin-top: 32px;
}

.p-interview-modal__head.--04 {
	margin-right: 42px;
}

.p-interview-modal__text {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.272px;
	line-height: 1.6;
	margin-right: 13px;
	margin-top: 26px;
}

.p-interview-modal__profile-wrap {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 33px;
}

.p-interview-modal__name {
	color: #144272;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-interview-modal__role {
	color: #144272;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 500;
	gap: 12px;
	line-height: 1.5;
}

.p-interview-modal__close-btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 28px;
	top: 0px;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.p-interview-modal__close-btn:focus:not(:focus-visible) {
	outline: none;
}

.p-interview-modal__close-icon {
	color: #0b294c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.6;
}

.p-interview-modal__close-text {
	color: #0b294c;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: -11px;
}

.p-flow {
	overflow-x: hidden;
	padding-block: 121px 0;
}

.p-flow__title-container {
	width: max(720px + (100vw - 1440px) / 2, 720px);
}

.p-flow__title-wrap .c-section-title__en {
	margin-left: max(154px + (100vw - 1440px) / 2, 154px);
}

.p-flow__content {
	display: flex;
	flex-direction: column;
	margin-top: 55px;
	position: relative;
}

.p-flow__card {
	display: flex;
	-moz-column-gap: 22px;
	align-items: center;
	column-gap: 22px;
}

.p-flow-card__number {
	aspect-ratio: 131.5/100;
	background: #144272;
	clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
	color: #fff;
	display: block;
	display: grid;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 64px;
	font-weight: 400;
	height: 100px;
	line-height: 1.5;
	margin: 10px;
	padding: 1px 40.5px 3px 35px;
	place-content: center;
	width: 131.5px;
}

.p-flow-card__line-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	padding: 0 9px 0 9px;
	position: relative;
}

.p-flow-card__overlay-mask {
	background: #fff;
	bottom: 0px;
	height: calc(100% + 0px);
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 30px;
	z-index: 5;
}

.p-flow-card__line {
	background: #144272;
	height: 180.5px;
	width: 3px;
}

.p-flow-card__ball {
	background: #144272;
	border-radius: 50%;
	height: 14px;
	width: 14px;
}

.p-flow__item {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 49px;
	justify-content: space-between;
}

.p-flow__img {
	aspect-ratio: 358/250;
	display: block;
	height: auto;
	margin-bottom: 10px;
	margin-right: 29.5px;
	position: relative;
	width: 40.0895856663%;
}

.p-flow__img::after {
	background: #2c74b3;
	content: "";
	display: block;
	height: 100%;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 1;
}

.p-flow__img img {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
}

.p-flow__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-top: 3px;
	width: 53.3034714446%;
}

.p-flow__title {
	color: #144272;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}

.p-flow__text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.306px;
	line-height: 1.5;
}

.p-requirement {
	overflow-x: hidden;
	padding-block: 85px 83px;
}

.p-requirement__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-requirement__title-en {
	color: #144272;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}

.p-requirement__title-ja {
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
}

.p-requirement__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 28px;
	-moz-column-gap: 26px;
	column-gap: 26px;
}

.p-requirement__card {
	background: #f5f5f5;
	box-shadow: 0px 4px 4px 0px rgba(20, 66, 114, 0.2);
	display: flex;
	flex-direction: column;
	gap: 9px;
	justify-content: center;
	padding: 20px 13px 19px 13px;
}

.p-requirement-card__text-wrap {
	display: flex;
	flex-direction: column;
	padding-left: 7px;
	row-gap: 4px;
}

.p-requirement-card__title-en {
	color: #205295;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.p-requirement-card__title-ja {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}

.p-requirement-card__title-ja span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.p-requirement-card__lists {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

button {
	background: none;
}

:where(dialog) {
	background-color: unset;
	border: unset;
	color: unset;
	max-width: unset;
	overflow: unset;
	padding: unset;
	width: unset;
}

body:has(dialog[open]) {
	overflow: hidden;
}

.wrapper:has(dialog[open]) {
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.p-requirement-modal__open-btn {
	color: #144272;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-left: auto;
	padding-right: 22px;
	position: relative;
}

.p-requirement-modal__open-btn::after {
	aspect-ratio: 1/1;
	background: url(../img/arrow-icon.svg) no-repeat center center/contain;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -1px;
	top: 50%;
	translate: 0 -50%;
	width: 24px;
}

dialog::backdrop {
	opacity: 0;
	transition: background 0.3s ease-in-out;
}

dialog.js-show.p-requirement-modal__content {
	opacity: 1;
}

dialog.js-show::backdrop {
	background: rgba(12, 12, 12, 0.3);
	opacity: 1;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.p-requirement-modal__content {
	background: #fff;
	max-height: 67vh;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out;
	width: min(1140px, 95%);
}

.p-requirement-modal__inner {
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

.p-requirement-modal__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: -moz-fit-content;
	height: fit-content;
	padding: 38px 61px;
}

.p-requirement-modal__title-wrap {
	display: flex;
	flex-direction: column;
}

.p-requirement-modal__title-en {
	color: #2c74b3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.p-requirement-modal__title-ja {
	color: #0c0c0c;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}

.p-requirement-modal__title-ja span {
	font-size: 18px;
}

.p-requirement-modal__item {
	margin-top: 20px;
}

.p-requirement-modal__text-wrap {
	display: flex;
	padding-block: 15px;
	-moz-column-gap: 34px;
	border-bottom: 1px solid #666;
	column-gap: 34px;
}

.p-requirement-modal__text-wrap:first-child {
	border-top: 1px solid #666;
}

.p-requirement-modal__text-head {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.p-requirement-modal__text-body {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.p-requirement-modal__text-body.--salary {
	padding-left: 47px;
}

.p-requirement-modal__close-btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 28px;
	top: 9px;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.p-requirement-modal__close-icon {
	color: #0b294c;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.6;
}

.p-requirement-modal__close-text {
	color: #0b294c;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: -11px;
}

.p-faq {
	overflow-x: hidden;
	padding-block: 24px 140px;
}

.p-faq__title-container {
	width: max(546px + (100vw - 1440px) / 2, 546px);
}

.p-faq__title-wrap {
	align-items: center;
	background: linear-gradient(90deg, #144272 0%, #2c74b3 100%);
	display: flex;
	gap: 19px;
	height: 120px;
	overflow: hidden;
	width: max(546px + (100vw - 1440px) / 2, 546px);
}

.p-faq__title-wrap .c-section-title__en {
	color: #fff;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 64px;
	font-weight: 600;
	line-height: 2;
	margin-left: max(150px + (100vw - 1440px) / 2, 150px);
	margin-top: 5px;
}

.p-faq__title-wrap .c-section-title__ja {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	margin-top: 14px;
}

.p-faq__wrap {
	display: grid;
	gap: 34px;
	grid-template-columns: 202px 1fr;
	margin-top: 68px;
}

.p-faq__tablist {
	border-right: 1px solid #666;
	display: flex;
	flex-direction: column;
	gap: 22.5px;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0 32px 41px 0;
}

.p-faq__tab {
	background: #fff;
	border: 1px solid #666;
	border-radius: 25.5px;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	min-width: 169px;
	padding-block: 14px 10px;
}

.p-faq__tab[aria-selected=true] {
	background: #144272;
	border-radius: 25.5px;
	color: #fff;
	font-weight: 700;
	pointer-events: none;
}

.p-faq__content-wrap {
	display: none;
	height: 0;
}

.p-faq__content-wrap.js-show {
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	translate: 0;
}

.p-faq__open-btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-inline: auto;
	margin-top: 50px;
	overflow: hidden;
	row-gap: 2px;
}

.p-faq__open-btn.is-open .p-faq__open-btn-text span {
	translate: 0 -23.4px;
}

.p-faq__open-btn.is-open .p-faq__open-btn-icon-wrap svg {
	transform: rotate(180deg);
}

.p-faq__open-btn-text {
	color: #144272;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 23.4px;
	line-height: 1.3;
	overflow: hidden;
}

.p-faq__open-btn-text span {
	transition: all 0.3s ease;
}

.p-faq__open-btn-icon-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-faq__open-btn-icon-wrap svg {
	height: 32px;
	transition: all 0.3s ease;
	width: 32px;
}

.p-faq__open-btn-icon-wrap svg:nth-child(2) {
	margin-top: -14px;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.P-faq__items {
	padding-left: 20px;
}

.p-faq__item {
	border: 1px solid #144272;
	cursor: pointer;
	padding-inline: 20px;
	width: 100%;
}

.p-faq__item + .p-faq__item {
	margin-top: 21px;
}

.p-faq__item.is-hidden {
	display: none;
}

.p-faq__question {
	display: block;
	padding-block: 19px 13px;
	position: relative;
}

.p-faq__question::after {
	aspect-ratio: 32/32;
	background: url(../img/arrow-icon-down.svg) no-repeat center center/contain;
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transition: rotate 0.3s ease;
	translate: 0 -50%;
	width: 32px;
}

details[open] .p-faq__question::after {
	rotate: 180deg;
	translate: 0 -35%;
}

.p-faq__question-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}

.p-faq__answer {
	display: block;
	padding-block: 11px 22px;
}

.p-faq__answer-text {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.306px;
	line-height: 1.3;
}

.js-content {
	overflow: hidden;
	transition: opacity 0.4s ease;
}

.p-partly-bg {
	overflow-x: hidden;
	position: sticky;
	top: 70.5px;
	z-index: 1;
}

.p-partly-bg__img {
	height: 100%;
	width: 100%;
}

.p-partly-bg__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-entry {
	background: linear-gradient(71deg, #2c74b3 2.44%, #296bab 26.03%, #2561a2 52.3%, #22579a 79.35%, #205295 93.67%);
	overflow: hidden;
	padding-block: 58px 59px;
	position: relative;
	z-index: 2;
}

.p-entry__sidetext {
	color: rgba(255, 255, 255, 0.3);
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 150px;
	font-weight: 600;
	line-height: 1.3;
	position: absolute;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 5;
}

.p-entry__sidetext.--left {
	right: calc(100% - 401px);
	top: 195px;
	transform: rotate(90deg);
}

.p-entry__sidetext.--right {
	bottom: 199px;
	left: calc(100% - 405px);
	position: absolute;
	transform: rotate(90deg);
}

.p-entry__inner {
	background: linear-gradient(71deg, #2c74b3 2.44%, #296bab 26.03%, #2561a2 52.3%, #22579a 79.35%, #205295 93.67%);
	margin-inline: auto;
	padding-inline: 150px;
	width: min(1440px, 100%);
}

.p-entry__content {
	background: #fff;
	padding-block: 43px 43.5px;
}

.p-entry__content--inner {
	margin-inline: auto;
	max-width: 808px;
	padding-inline: 20px;
}

.p-entry__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-entry__title-en {
	color: #144272;
	font-family: "Saira Semi Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

.p-entry__title-ja {
	color: #144272;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.p-entry__lead-text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.306px;
	line-height: 1.5;
	margin-top: 24px;
	text-align: center;
}

.p-entry__sheet {
	margin-top: 33.5px;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	border: 1px solid #144272;
	border-radius: 0;
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12px 12px;
	width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #144272;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #144272;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=tel],
select {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 400;
	height: 49.8px;
	line-height: 1.5;
	padding: 14px 12px;
	width: 100%;
}

textarea {
	height: 182px;
	resize: vertical;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.p-entry__select-wrap {
	position: relative;
}

.p-entry__select-wrap svg {
	height: 24px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	translate: 0 -50%;
	width: 24px;
}

.p-entry__select-wrap.is-selected select {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

input[type=checkbox] {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-entry__data-checkbox span {
	color: #000;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 26px;
	position: relative;
}

.p-entry__data-checkbox span::before {
	background: #fff;
	border: 1px solid #000;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -60%;
	width: 18px;
}

.p-entry__data-checkbox span::after {
	bottom: 12px;
	color: #c81e07;
	content: "✔";
	font-size: 18px;
	height: 14px;
	left: 2px;
	opacity: 0;
	position: absolute;
	width: 14px;
}

input[type=radio] {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
	opacity: 1;
}

.p-entry__data-radio {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-moz-column-gap: 24px;
	column-gap: 24px;
	row-gap: 14px;
}

.p-entry__data-radio span {
	color: #144272;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

.p-entry__data-radio span::before {
	background: #fff;
	border: 1px solid #0c0c0c;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 18px;
}

.p-entry__data-radio span::after {
	background: #c81e07;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 12px;
}

input[type=submit],
input[type=button] {
	border-radius: 0px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: transparent;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

.row.jc-center {
	justify-content: center;
}

.p-entry__submit {
	grid-column: 1/3;
	grid-row: 8/9;
	text-align: center;
}

.p-entry__submit input[type=submit] {
	background: #144272;
	border: 1px solid #144272;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
	font-weight: 500;
	height: 67px;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 16px;
	padding: 12px 24px;
	transition: all 0.3s ease;
	width: 256px;
}

.p-entry__form {
	align-items: center;
	display: grid;
	gap: 23px;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
}

.p-entry__row {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-entry__row.--occupation {
	grid-column: 1/3;
	grid-row: 3/4;
}

.p-entry__row.--role {
	grid-column: 1/3;
	grid-row: 4/5;
	padding-block: 16px 16px;
}

.p-entry__row.--role .p-entry__data {
	margin-top: 8px;
}

.p-entry__row.--message {
	grid-column: 1/3;
	grid-row: 5/6;
}

.p-entry__row.--policy {
	border: 1px solid #144272;
	grid-column: 1/3;
	grid-row: 6/7;
	height: 128px;
	margin-top: -22px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 12px;
}

.p-entry__acceptance {
	grid-column: 1/3;
	grid-row: 7/8;
	margin-top: -2px;
}

.p-entry__head {
	color: #144272;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-entry__head span {
	color: #c81e07;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-entry__data.--textarea:has(textarea.invalid) {
	margin-bottom: 26px;
}

.p-entry__policy-title {
	color: #c81e07;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.p-entry__policy-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-entry__policy-text {
	color: #666;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 15px;
}

.p-entry__policy-text ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.p-entry__error-message {
	color: #c81e07;
	font-size: 16px;
	font-weight: 700;
}

.p-entry__data,
.p-entry__acceptance {
	position: relative;
}

.p-entry__error-message {
	bottom: -21px;
	left: 0;
	position: absolute;
}

.invalid.--textarea .p-entry__row.--policy {
	padding-top: 15px;
}

.invalid {
	background-color: #fff5f5;
	border: 1px solid #c81e07 !important;
}

.invalid + span::before {
	border: 1.5px solid #c81e07;
}

.p-footer {
	overflow-x: hidden;
	position: relative;
	z-index: 10;
}

.p-footer__wrapper {
	background: #fff;
	padding-block: 21px 21px;
}

.p-footer__content {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.p-footer__logo {
	aspect-ratio: 342/76;
	height: auto;
	margin-top: 2px;
	width: 342px;
}

.p-footer__logo img {
	width: 100%;
}

.p-footer__nav-list-wrap {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	margin-top: 24px;
	width: 485px;
}

.p-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.p-footer__nav-list li {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.p-footer-nav__link {
	padding-block: 8px;
	transition: opacity 0.3s ease;
}

.p-footer-nav__link.--x svg {
	height: 16px;
	width: 18px;
}

.p-footer-nav__link.--instagram svg {
	height: 18px;
	width: 18px;
}

.p-footer-nav__link-wrap.--sns {
	display: flex;
	gap: 14px;
}

.p-footer-nav__link-wrap.--nav {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.p-footer__copyright-area {
	background: #144272;
	padding-block: 24px 21px;
}

.p-footer__copyright-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-footer__copyright {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.p-footer__other-link {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
}

.p-footer__other-link a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: opacity 0.3s ease;
}

.p-popup__button-wrap {
	align-items: center;
	background: linear-gradient(268deg, rgba(20, 66, 114, 0.8) -2.29%, rgba(24, 78, 135, 0.8) 19.24%, rgba(31, 104, 179, 0.8) 63.81%, rgba(35, 115, 199, 0.8) 83.68%, rgba(38, 125, 216, 0.8) 101.41%);
	bottom: 0;
	display: grid;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 10px 20px 11px 20px;
	pointer-events: none;
	position: fixed;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 110;
}

.p-popup__button-wrap.js-show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.u-no-scroll {
	overflow: hidden;
}

@media (any-hover: hover) {

.c-entry-btn:hover {
	background: #0b294c;
}

.c-entry-btn:hover::after {
	background: url(../img/button-triangle-icon.svg) no-repeat center;
}

.c-entry-btn:hover .c-entry-btn__en {
	color: #fff;
}

.c-entry-btn:hover .c-entry-btn__ja {
	color: #fff;
}

.c-entry-btn.--rev:hover {
	background: #fff;
}

.c-entry-btn.--rev:hover::after {
	background: url(../img/button-triangle-icon-blue.svg) no-repeat center;
}

.c-entry-btn.--rev:hover .c-entry-btn__en {
	color: #2c74b3;
}

.c-entry-btn.--rev:hover .c-entry-btn__ja {
	color: #0a2647;
}

.p-header__logo img:hover {
	opacity: 0.7;
}

.p-header__link-wrap:hover .p-header__link-ja {
	color: #2c74b3;
}

.p-header__sublist li a:hover {
	color: #2c74b3;
}

.p-header__btn:hover {
	background: #fff;
	color: #0a2647;
}

.p-drawer__btn-wrap:hover {
	background: #fff;
}

.p-drawer__btn-wrap:hover::after {
	background: url(../img/button-triangle-icon-blue.svg) no-repeat center;
}

.p-drawer__btn-wrap:hover .p-drawer__btn-en {
	color: #2c74b3;
}

.p-drawer__btn-wrap:hover .p-drawer__btn-ja {
	color: #0b294c;
}

.p-drawer__btn-en:hover {
	color: #2c74b3;
}

.p-interview__card:hover .p-interview-card__img img {
	transform: scale(1.1);
}

.swiper-button-prev:hover {
	opacity: 0.5;
}

.swiper-button-next:hover {
	opacity: 0.5;
}

.p-interview-modal__close-btn:hover {
	opacity: 0.5;
}

.p-requirement-modal__close-btn:hover {
	opacity: 0.5;
}

.p-faq__question:hover {
	cursor: pointer;
}

.p-entry__submit input[type=submit]:hover {
	background: #fff;
	color: #144272;
}

.p-footer-nav__link:hover {
	opacity: 0.4;
}

.p-footer__other-link a:hover {
	opacity: 0.4;
}

}

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

.c-header__icon-wrap.js-show .c-header__icon {
	width: 30px;
}

.c-header__icon-wrap.js-show .c-header__icon--bar:nth-of-type(1) {
	background: #0a2647;
	rotate: 45deg;
	translate: 1px 5px;
}

.c-header__icon-wrap.js-show .c-header__icon--bar:nth-of-type(2) {
	background: #0a2647;
	rotate: -45deg;
	translate: 0.5px -7.5px;
}

.c-header__icon-wrap.js-show .c-header__icon-text {
	display: block;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pcl {
	display: none;
}

}

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

.u-hidden-pcl {
	display: block;
}

}

@media (min-width: 1001px) {

.c-screen-bg {
	display: none;
}

}

@media (min-width: 1031px) {

.c-header__icon-wrap {
	display: none;
}

}

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

html {
	font-size: calc(16 / 1140 * 100vw);
}

}

@media (max-width: 1399px) {

.p-working__card-wrap {
	padding-block: 120px;
	padding-inline: 80px;
}

.p-working-card__title {
	font-size: 100px;
}

.p-working-card__number {
	font-size: 110px;
}

.p-working-card__number.--01 {
	bottom: -190px;
}

.p-working-card__number.--02 {
	bottom: -165px;
	color: #8c8c8c;
}

.p-working-card__number.--03 {
	bottom: -180px;
}

}

@media (max-width: 1250px) {

.p-working-card__subtitle.--02 {
	font-size: 28px;
}

.p-working-card__subtitle.--03 {
	font-size: 28px;
}

.p-working-card__subtitle {
	font-size: 28px;
}

}

@media (max-width: 1200px) {

.p-header {
	padding-block: 11.5px;
	padding-inline: 20px;
}

.p-header__inner {
	grid-template-columns: 350px 1fr;
}

.p-header__logo-wrap {
	width: 350px;
}

.p-header__logo {
	aspect-ratio: 170/36;
	width: 170px;
}

.p-header__logo-text {
	font-size: 14px;
}

.p-header__nav {
	gap: 18px;
}

.p-header__list {
	gap: 28px;
}

.p-header__link-en {
	font-size: 13px;
}

.p-header__link-ja {
	font-size: 16px;
}

.p-header__sublist {
	padding: 16px 34px;
}

.p-header__sublist li:not(:last-of-type) {
	margin-bottom: 20px;
}

.p-header__sublist li a {
	font-size: 14px;
}

.p-about__contents {
	margin-top: 30px;
}

.p-about__content {
	gap: 36px;
	width: 44.4444444444%;
}

.p-about__text-wrap {
	gap: 34px;
}

.p-about__subtitle {
	font-size: 32px;
}

.p-about__text {
	font-size: 16px;
}

.p-about__img {
	width: 57.7777777778%;
}

.p-working__card-wrap {
	padding-block: 100px;
	padding-inline: 60px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 540px;
}

.p-partly-bg {
	top: 66.5px;
}

.p-entry__sidetext {
	font-size: 120px;
}

.p-entry__sidetext.--left {
	right: calc(100% - 321px);
	top: 157px;
	transform: rotate(90deg);
}

.p-entry__sidetext.--right {
	bottom: 161px;
	left: calc(100% - 324px);
	transform: rotate(90deg);
}

.p-entry__inner {
	padding-inline: 120px;
	width: min(1140px, 100%);
}

.p-entry__content--inner {
	max-width: 640px;
	padding-inline: 20px;
}

}

@media (max-width: 1030px) {

.c-header__icon-wrap {
	background: transparent;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 31.67px;
	top: 23px;
	transition: all 0.3s ease;
	z-index: 102;
}

.c-header__icon {
	display: flex;
	flex-direction: column;
	height: 15px;
	justify-content: space-between;
	width: 36px;
}

.p-header__nav {
	display: none;
}

.p-drawer {
	width: 500px;
}

.p-drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	margin-inline: auto;
	padding-block: 90px 20px;
	width: 210px;
}

.p-drawer__list {
	row-gap: 40px;
}

.p-drawer__link-en {
	font-size: 18px;
}

.p-drawer__link-ja {
	font-size: 20px;
}

.p-drawer__btn-wrap {
	margin-top: 40px;
}

.p-partly-bg {
	top: 59px;
}

}

@media (max-width: 1000px) {

.c-header__icon-wrap {
	top: 28px;
}

.l-inner {
	width: min(840px, 100%);
}

.p-header {
	padding-block: 10px;
	padding-inline: 15px;
}

.p-header__inner {
	grid-template-columns: 410.175px 1fr;
}

.p-header__logo-wrap {
	justify-content: flex-start;
	width: 410.175px;
}

.p-header__logo {
	aspect-ratio: 250/40;
	width: 250px;
}

.p-header__logo-text {
	display: none;
}

.p-working__card-wrap {
	aspect-ratio: 510/780;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	height: auto;
	padding-block: 30px;
	padding-inline: 30px;
	width: 510px;
}

.p-working-card__text-wrap {
	grid-row: span 4;
	grid-template-rows: subgrid;
	height: auto;
	margin-top: 0;
	width: 100%;
}

.p-working-card__title {
	font-size: 74px;
}

.p-working-card__number {
	font-size: 78px;
	position: static;
}

.p-working-card__number.--01 {
	bottom: -276px;
}

.p-working-card__number.--02 {
	bottom: -235px;
	color: #8c8c8c;
}

.p-working-card__number.--03 {
	bottom: -307px;
}

.p-working-card__img {
	aspect-ratio: 1.15;
	width: 100%;
}

.p-style__inner {
	margin-inline: auto;
	padding-inline: 20px;
	width: min(740px, 100%);
}

.p-style__content {
	grid-template-columns: repeat(1, 1fr);
}

.p-style__card + .p-style__card {
	margin-top: 30px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: 110px;
	width: 450px;
}

.p-partly-bg {
	top: 71px;
}

}

@media (max-width: 900px) {

.c-section-title-wrap {
	height: 100px;
	width: 500px;
}

.c-section-title__en {
	font-size: 52px;
	margin-left: 50px;
}

.c-section-title__ja {
	font-size: 16px;
}

.l-inner {
	width: min(820px, 100%);
}

.p-about__title-container {
	height: 100px;
	width: 500px;
}

.p-about__content {
	gap: 30px;
	width: 47.7777777778%;
}

.p-about__text-wrap {
	gap: 28px;
}

.p-about__subtitle {
	font-size: 24px;
}

.p-about__text {
	font-size: 14px;
}

.p-about__img {
	width: 48.8888888889%;
}

.p-style__inner {
	width: min(640px, 100%);
}

.p-style__title-container {
	height: 100px;
	width: 500px;
}

.p-style__title-wrap .c-section-title__en {
	font-size: 52px;
	margin-left: 50px;
}

.p-interview__title-container {
	height: 100px;
	width: 500px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: 90px;
	width: 360px;
}

.p-interview-modal__content {
	max-height: 80vh;
}

.p-flow {
	padding-block: 70px 40px;
}

.p-flow__title-wrap .c-section-title__en {
	font-size: 52px;
	margin-left: 50px;
}

.p-flow__inner {
	padding-inline: 37.5px;
	width: min(675px, 100%);
}

.p-flow__content {
	margin-top: 46px;
}

.p-flow__card {
	grid-template-columns: 1fr;
	-moz-column-gap: 0;
	column-gap: 0;
	display: grid;
	grid-template-areas: "number" "item" "line";
}

.p-flow-card__number {
	font-size: 50px;
	grid-area: number;
	height: 85px;
	margin-inline: auto;
	width: 110px;
}

.p-flow-card__line-wrap {
	grid-area: line;
	margin-block: 14px 11px;
	padding: 0 8px;
}

.p-flow-card__line-wrap.--line4 {
	display: none;
}

.p-flow-card__overlay-mask {
	bottom: -1px;
	height: 102%;
}

.p-flow-card__line {
	height: 180px;
}

.p-flow-card__line.--line2 {
	display: none;
}

.p-flow-card__ball {
	display: none;
}

.p-flow__item {
	align-items: center;
	flex-direction: column;
	gap: 32px;
	grid-area: item;
	justify-content: center;
}

.p-flow__img {
	aspect-ratio: 272.391/229.808;
	height: auto;
	margin-right: 0;
	margin-top: 38px;
	width: max(272.391px, 100%);
}

.p-flow__img::after {
	background: #2c74b3;
	content: "";
	display: block;
	height: 100%;
	left: 9px;
	position: absolute;
	top: 9.5px;
	width: 100%;
	z-index: 1;
}

.p-flow__text-wrap {
	margin-left: 20px;
	margin-top: 0;
	width: 100%;
}

.p-flow__title {
	font-size: 26px;
}

.p-flow__text {
	font-size: 17px;
	font-weight: 500;
}

.p-flow__btn {
	margin-inline: auto;
}

}

@media (max-width: 768px) {

.p-entry__inner {
	padding-inline: 120px;
	width: min(2540px, 100%);
}

.p-entry__content {
	padding-block: 8px 61px;
}

.p-entry__title-ja {
	font-size: 24px;
}

.p-entry__lead-text {
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 8px;
	padding-inline: 10px;
}

.p-entry__sheet {
	margin-top: 8px;
}

input[type=text],
input[type=email],
input[type=tel],
select {
	height: 41.5px;
	padding: 9px 10px;
}

textarea {
	height: 182.5px;
}

.p-entry__data-radio {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 18px;
	column-gap: 18px;
	row-gap: 14px;
}

.p-entry__form {
	align-items: normal;
	display: flex;
	flex-direction: column;
	gap: 23.8px;
}

.p-entry__row.--policy {
	height: 229px;
}

.p-entry__policy-text-wrap {
	gap: 18px;
}

.p-entry__error-message {
	font-size: 14px;
}

.p-entry__error-message {
	bottom: -19px;
}

.p-footer__wrapper {
	padding-block: 22px 20px;
}

.p-footer__inner {
	padding-inline: 30px;
	width: min(375px, 100%);
}

.p-footer__content {
	align-items: center;
	flex-direction: column;
	gap: 18px;
	justify-content: center;
	padding: 6px 13px 12px 0;
}

.p-footer__nav-list-wrap {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 14px;
	justify-content: center;
	margin-top: -2px;
	width: 100%;
}

.p-footer-nav__link {
	padding-block: 8px;
	text-align: center;
}

.p-footer-nav__link-wrap.--sns {
	align-self: end;
	margin-right: -4px;
	margin-top: -2px;
}

.p-footer__copyright-area {
	padding-block: 18px 18px;
}

.p-footer__copyright-inner {
	align-items: center;
	flex-direction: column-reverse;
	gap: 14px;
	justify-content: center;
}

.p-footer__other-link {
	align-items: flex-start;
	flex-direction: column;
	gap: 14px;
	justify-content: center;
	margin-left: -9px;
}

}

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

.c-header__icon-wrap {
	right: 31.67px;
	top: 19px;
}

.c-header__icon {
	display: flex;
	flex-direction: column;
	height: 14px;
	justify-content: space-between;
	width: 32px;
}

.c-header__icon-wrap.js-show .c-header__icon {
	width: 28px;
}

.c-header__icon-wrap.js-show .c-header__icon--bar:nth-of-type(1) {
	background: #0a2647;
	rotate: 45deg;
	translate: 1px 5px;
}

.c-header__icon-wrap.js-show .c-header__icon--bar:nth-of-type(2) {
	background: #0a2647;
	rotate: -45deg;
	translate: 1.5px -6.5px;
}

.c-header__icon-wrap.js-show .c-header__icon-text {
	display: block;
}

.c-section-title-wrap {
	height: 92px;
	width: 440px;
}

.c-section-title__en {
	font-size: 44px;
	margin-left: 30px;
}

.c-section-title__ja {
	font-size: 16px;
}

html {
	font-size: calc(16 / 375 * 100vw);
}

.l-inner {
	width: min(540px, 100%);
}

.p-header {
	padding-block: 6px 6px;
	padding-inline: 12px;
}

.p-header__inner {
	grid-template-columns: 250px 1fr;
}

.p-header__logo-wrap {
	width: 250px;
}

.p-header__logo {
	aspect-ratio: 200/36;
	width: 200px;
}

.p-header__logo-text {
	display: none;
}

.p-header__nav {
	display: none;
}

.p-drawer {
	width: 380px;
}

.p-drawer__list {
	row-gap: 30px;
}

.p-drawer__link-en {
	font-size: 16px;
}

.p-drawer__link-ja {
	font-size: 18px;
}

.p-drawer__btn-wrap {
	margin-top: 30px;
}

.p-fv__swipers-wrap {
	right: 50%;
	top: 0;
	translate: 35% 0;
}

.p-fv__item-wrap {
	gap: 40px;
	padding-top: 280px;
}

.p-fv__title-wrap {
	gap: 13px;
}

.p-fv__sub-title {
	font-size: 30px;
	letter-spacing: 3px;
}

.p-fv__title {
	font-size: 40px;
	letter-spacing: 4px;
}

.p-fv__text {
	font-size: 17px;
	letter-spacing: 0.272px;
}

.p-fv__btn-wrap {
	margin-inline: auto;
	padding-right: 1px;
}

.p-fv__btn-wrap .c-entry-btn {
	padding: 5px 34px;
}

.p-fv__btn .c-entry-btn__en {
	font-size: 14px;
}

.p-fv__swiper-container {
	margin-top: -250px;
}

.p-fv__swiper {
	transform: rotate(28.5deg);
}

.p-fv__swiper-slide img {
	transform: rotate(-28.5deg);
}

.p-fv__swiper-slide {
	aspect-ratio: 390/190;
	height: auto;
	width: 390px;
}

.p-lead {
	padding-block: 147px 233px;
}

.p-lead__sidetext {
	font-size: 100px;
}

.p-lead__sidetext.--left {
	right: calc(100% - 268px);
	top: 131px;
	transform: rotate(90deg);
}

.p-lead__sidetext.--right {
	bottom: 138px;
	left: calc(100% - 278px);
	transform: rotate(90deg);
}

.p-lead__inner {
	padding-inline: 0;
}

.p-lead__text-wrap {
	padding-inline: 45px 20px;
}

.p-lead__title {
	font-size: 38px;
	line-height: 1.5;
}

.p-lead__text {
	font-size: 18px;
}

.p-about {
	padding-block: 63px 46px;
}

.p-about__title-container {
	height: 92px;
	width: 440px;
}

.p-about__contents {
	flex-direction: column-reverse;
	gap: 30px;
	margin-top: 51px;
}

.p-about__content {
	gap: 20px;
	width: 100%;
}

.p-about__text-wrap {
	gap: 20px;
}

.p-about__subtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.p-about__text {
	font-size: 16px;
	letter-spacing: normal;
}

.p-about__btn-wrap {
	margin-inline: auto;
	margin-top: 1px;
}

.p-about__img {
	width: 100%;
}

.p-working {
	padding-block: 23px;
}

.p-working__inner {
	padding-inline: 20px;
}

.p-working__card-wrap {
	aspect-ratio: 420/620;
	height: auto;
	padding-block: 56px;
	padding-inline: 28px;
	width: 420px;
}

.p-working-card__title {
	font-size: 74px;
}

.p-working-card__text {
	font-size: 16px;
	letter-spacing: normal;
}

.p-working-card__number {
	font-size: 78px;
}

.p-working-card__number.--01 {
	bottom: -276px;
}

.p-working-card__number.--02 {
	bottom: -235px;
	color: #8c8c8c;
}

.p-working-card__number.--03 {
	bottom: -307px;
}

.p-working-card__img {
	aspect-ratio: 1.14;
	width: 100%;
}

.p-style__title-wrap .c-section-title__en {
	font-size: 44px;
	margin-left: 30px;
}

.p-interview__inner {
	padding-inline: 20px;
}

.p-interview__title-container {
	height: 92px;
	width: 440px;
}

.p-interview__card {
	width: 257px;
}

.p-interview-card__img {
	aspect-ratio: 257/250;
}

.p-interview-card__role {
	font-size: 16px;
	padding: 7px 21px 2px 21px;
}

.p-interview-card__comment {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: -3px;
}

.p-interview__swiper-slide {
	width: 257px;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: 50%;
	top: calc(100% + 68px);
	translate: -50%;
	width: max(335px, 100%);
}

.p-interview-modal__content {
	max-height: 80vh;
}

.p-interview-modal__body {
	align-items: center;
	flex-direction: column;
	gap: 11px;
	height: 600px;
	padding: 68px 24px 30px 24px;
}

.p-interview-modal__img {
	aspect-ratio: 350/260;
	height: 260px;
	width: 350px;
}

.p-interview-modal__text-wrap {
	max-width: 100%;
	padding-bottom: 30px;
}

.p-interview-modal__head.--02 {
	margin-right: 0;
}

.p-interview-modal__head.--04 {
	margin-right: 0;
}

.p-interview-modal__head {
	font-size: 20px;
}

.p-interview-modal__text {
	letter-spacing: normal;
	line-height: 1.5;
	margin-top: 17px;
}

.p-interview-modal__profile-wrap {
	margin-top: 17px;
}

.p-flow__title-wrap .c-section-title__en {
	font-size: 44px;
	margin-left: 30px;
}

.p-requirement__content {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 28px;
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 28px;
}

.p-requirement-card__text-wrap {
	padding-left: 10px;
	row-gap: 9.9px;
}

.p-requirement-card__title-ja {
	font-size: 20px;
	margin-top: 1px;
}

.p-requirement-card__title-ja span {
	font-size: 18px;
}

.p-requirement-modal__open-btn {
	font-weight: 700;
}

.p-requirement-modal__content {
	max-height: 80vh;
	width: min(600px, 95%);
}

.p-requirement-modal__body {
	height: 520px;
	padding: 58px 22px;
}

.p-requirement-modal__title-ja {
	font-size: 20px;
}

.p-requirement-modal__title-ja span {
	font-size: 16px;
}

.p-requirement-modal__item {
	padding-bottom: 58px;
}

.p-requirement-modal__text-wrap {
	flex-direction: column;
	row-gap: 6px;
	-moz-column-gap: 0;
	column-gap: 0;
}

.p-requirement-modal__text-body {
	padding-right: 15px;
}

.p-requirement-modal__text-body.--salary {
	padding-left: 0;
}

.p-faq {
	padding-block: 18px 58px;
}

.p-faq__title-container {
	height: 101px;
	width: 332px;
}

.p-faq__title-wrap {
	height: 101px;
	width: 332px;
}

.p-faq__title-wrap .c-section-title__en {
	font-size: 36px;
	margin-left: 20px;
}

.p-faq__title-wrap .c-section-title__ja {
	font-size: 18px;
	margin-left: -2px;
	margin-top: 2px;
}

.p-faq__wrap {
	gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 37px;
}

.p-faq__tablist {
	border-bottom: 1px solid #666;
	border-right: none;
	flex-direction: row;
	flex-wrap: wrap;
	margin-inline: auto;
	-moz-column-gap: 12px;
	column-gap: 12px;
	padding: 4px 10px 20px 14px;
	row-gap: 11px;
}

.p-faq__tab {
	font-size: 16px;
	min-width: auto;
	padding-block: 9px 6.5px;
}

.p-faq__tab.--all {
	width: 101px;
}

.p-faq__tab.--job {
	width: 173px;
}

.p-faq__tab.--interview {
	height: 37px;
	width: 143px;
}

.p-faq__tab.--company {
	height: 37px;
	width: 148px;
}

.p-faq__open-btn {
	margin-top: 25px;
}

.p-faq__item {
	padding-inline: 18px 20px;
}

.p-faq__question {
	align-items: center;
	display: flex;
	min-height: 59px;
	padding-block: 0px;
	padding-right: 56px;
}

.p-faq__question-text {
	line-height: 1.2;
}

.p-partly-bg {
	top: 53.1px;
}

.p-entry__sidetext {
	font-size: 100px;
}

.p-entry__sidetext.--left {
	right: calc(100% - 282px);
	top: 131px;
	transform: rotate(90deg);
}

.p-entry__sidetext.--right {
	bottom: 138px;
	left: calc(100% - 290px);
	transform: rotate(90deg);
}

.p-entry__data-checkbox span {
	margin-top: 4px;
}

.p-entry__data-checkbox span::before {
	height: 20px;
	translate: 0 -50%;
	width: 20px;
}

.p-entry__data-radio span {
	padding-left: 22.5px;
}

.p-entry__data-radio span::before {
	height: 20px;
	width: 20px;
}

.p-entry__data-radio span::after {
	height: 12px;
	left: 3px;
	width: 12px;
}

.p-entry__row.--role {
	padding-block: 14px 16px;
}

.p-entry__row {
	gap: 7px;
}

.p-footer__logo {
	aspect-ratio: 243/54;
	height: auto;
	width: 243px;
}

.p-footer__copyright {
	margin-left: -16px;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pcl {
	display: none;
}

}

@media (max-width: 600px) {

.c-header__icon-wrap {
	background: transparent;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 31.67px;
	top: 17px;
	transition: all 0.3s ease;
	z-index: 102;
}

.c-header__icon {
	display: flex;
	flex-direction: column;
	height: 10px;
	justify-content: space-between;
	width: 23px;
}

.c-header__icon-wrap.js-show .c-header__icon {
	width: 19px;
}

.c-header__icon-wrap.js-show .c-header__icon--bar:nth-of-type(1) {
	background: #0a2647;
	rotate: 45deg;
	translate: 6px 2px;
}

.c-header__icon-wrap.js-show .c-header__icon--bar:nth-of-type(2) {
	background: #0a2647;
	rotate: -45deg;
	translate: 6.5px -5.5px;
}

.c-header__icon-wrap.js-show .c-header__icon-text {
	display: block;
}

.c-entry-btn {
	padding: 3px 34px;
}

.c-entry-btn:after {
	bottom: 4px;
	right: 7px;
}

.c-entry-btn.--entry {
	margin-top: -3px;
	padding: 3px 33.5px 3px 33.5px;
}

.c-entry-btn.--entry:after {
	bottom: 2.5px;
	right: 4.5px;
}

.c-entry-btn__en {
	margin-left: 2px;
}

.c-entry-btn__ja {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-left: -4px;
}

.c-entry-btn__ja span:nth-child(1) {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.c-section-title-wrap {
	gap: 24px;
	height: 85px;
	width: 356px;
}

.c-section-title__en {
	font-size: 36px;
	margin-left: 13.2px;
	margin-top: 2px;
}

.c-section-title__ja {
	font-size: 14px;
}

.l-inner {
	width: min(375px, 100%);
}

.l-container {
	margin-top: 741px;
}

.p-header__inner {
	grid-template-columns: 135px 1fr;
}

.p-header__logo-wrap {
	width: 135px;
}

.p-header__logo {
	aspect-ratio: 135/32;
	width: 135px;
}

.p-drawer {
	height: 100vh;
	height: 100svh;
	width: 235px;
}

.p-drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	margin-inline: auto;
	padding-block: 46px 20px;
	width: 159px;
}

.p-drawer__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.p-drawer__link-en {
	font-size: 14px;
}

.p-drawer__link-ja {
	font-size: 16px;
}

.p-drawer__btn-wrap {
	margin-top: 29px;
}

.p-fv {
	background: url(../img/sp/fv-bg-sp.webp) no-repeat center center/cover;
	height: 741px;
	width: 100%;
}

.p-fv__swipers-wrap {
	right: 50%;
	top: 180px;
	translate: 47.4% 0;
}

.p-fv__item-wrap {
	gap: 47px;
	padding-top: 337.5px;
}

.p-fv__text-wrap {
	margin-left: -2px;
}

.p-fv__title-wrap {
	gap: 11px;
}

.p-fv__sub-title {
	font-size: 24px;
	letter-spacing: 2.4px;
}

.p-fv__title {
	font-size: 24px;
	letter-spacing: 2.4px;
}

.p-fv__text {
	font-size: 16px;
	letter-spacing: 0.272px;
}

.p-fv__swiper-container {
	margin-top: -600px;
}

.p-fv__swiper {
	transform: rotate(28.63deg);
}

.p-fv__swiper-slide img {
	transform: rotate(-28.63deg);
}

.p-fv__swiper-slide {
	aspect-ratio: 307/146;
	height: auto;
	width: 307px;
}

.p-lead {
	padding-block: 147px 233px;
}

.p-lead__sidetext {
	font-size: 64px;
}

.p-lead__sidetext.--left {
	right: calc(100% - 173px);
	top: 84px;
	transform: rotate(90deg);
}

.p-lead__sidetext.--right {
	bottom: 89px;
	left: calc(100% - 173px);
	transform: rotate(90deg);
}

.p-lead__text-wrap {
	padding-inline: 45px 20px;
}

.p-lead__title {
	font-size: 32px;
	letter-spacing: normal;
	line-height: 1.5;
}

.p-lead__text {
	font-size: 16px;
}

.p-about {
	padding-block: 63px 46px;
}

.p-about__title-container {
	gap: 24px;
	height: 85px;
	width: 356px;
}

.p-about__contents {
	flex-direction: column-reverse;
	gap: 32px;
	margin-top: 51px;
}

.p-about__content {
	gap: 19px;
	width: 100%;
}

.p-about__text-wrap {
	gap: 19px;
}

.p-about__subtitle {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 1.4;
}

.p-about__text {
	font-size: 16px;
	letter-spacing: normal;
}

.p-about__btn .c-entry-btn__en {
	margin-left: 7px;
}

.p-about__btn .c-entry-btn__ja {
	margin-left: 1px;
}

.p-about__img {
	width: 100%;
}

.p-working {
	padding-block: 19px;
}

.p-working__inner {
	padding-inline: 13px;
}

.p-working__card-wrap {
	aspect-ratio: 350/635;
	height: 635px;
	padding-block: 49px;
	padding-inline: 23px;
	width: 350px;
}

.p-working-card__title {
	font-size: 64px;
}

.p-working-card__subtitle.--02 {
	font-size: 20px;
}

.p-working-card__subtitle.--03 {
	font-size: 20px;
}

.p-working-card__subtitle {
	font-size: 20px;
}

.p-working-card__text {
	font-size: 16px;
	letter-spacing: 0.1px;
}

.p-working-card__number {
	font-size: 64px;
	margin-top: 15px;
	position: static;
}

.p-working-card__number.--01 {
	margin-top: 16px;
}

.p-working-card__number.--02 {
	color: #8c8c8c;
	margin-top: -1px;
}

.p-working-card__number.--03 {
	margin-top: 7px;
}

.p-working-card__img {
	aspect-ratio: 302/260;
	width: 100%;
}

.p-style {
	padding-block: 48px 48px;
}

.p-style__title-container {
	height: 101px;
	width: 356px;
}

.p-style__title-wrap {
	aspect-ratio: 356/101;
	height: 101px;
	width: 356px;
}

.p-style__title-wrap .c-section-title__en {
	font-size: 36px;
	margin-left: 20px;
	margin-top: 8px;
}

.p-style__title-wrap .c-section-title__ja {
	font-size: 18px;
	margin-left: -2px;
	margin-top: 6px;
}

.p-style__content {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 62px;
	-moz-column-gap: 0;
	column-gap: 0;
}

.p-style__card + .p-style__card {
	margin-top: 25px;
}

.p-style__card-img {
	aspect-ratio: 305/258;
}

.p-style__card-text-wrap {
	gap: 12px;
	min-height: 119px;
	padding: 15.5px 16px;
}

.p-style__card-text-wrap.--03 {
	padding: 5px 15px 3px 15px;
}

.p-style__card-title {
	font-size: 20px;
}

.p-style__card-text {
	font-size: 16px;
	letter-spacing: normal;
}

.--03 .p-style__card-text {
	margin-top: -1px;
}

.p-interview {
	height: 988px;
	padding-block: 175px 196px;
}

.p-interview__title-container {
	gap: 24px;
	height: 85px;
	width: 356px;
}

.p-interview__title-wrap {
	gap: 17px;
	height: 82px;
	width: 356px;
}

.p-interview__title-wrap .c-section-title__en {
	margin-left: 17px;
}

.p-interview__title-wrap .c-section-title__ja {
	font-size: 14px;
}

.p-interview-card__text-wrap {
	gap: 2px;
	justify-content: center;
}

.p-interview-card__name-wrap {
	align-items: center;
}

.p-interview-card__name {
	margin-top: 4px;
}

.p-interview-card__position {
	margin-top: 1px;
}

.p-interview__swiper-container {
	margin-top: 61px;
}

.p-interview-modal__content {
	max-height: 80vh;
	width: 335px;
}

.p-interview-modal__img {
	aspect-ratio: 287/211;
	height: 211px;
	width: 287px;
}

.p-flow {
	padding-block: 57px 22.5px;
}

.p-flow__title-wrap {
	aspect-ratio: 320/101;
	gap: 24px;
	height: 101px;
	width: 320px;
}

.p-flow__title-wrap .c-section-title__en {
	font-size: 36px;
	font-weight: 600;
	line-height: 2;
	margin-left: 20px;
	margin-top: 9px;
}

.p-flow__title-wrap .c-section-title__ja {
	font-size: 18px;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	margin-left: -2px;
	margin-top: 7px;
}

.p-flow__inner {
	padding-inline: 37.5px;
	width: min(555px, 100%);
}

.p-flow__content {
	margin-top: 29px;
}

.p-flow-card__number {
	font-size: 64px;
	grid-area: number;
	height: 100px;
	margin-inline: auto;
	width: 131.5px;
}

.p-flow-card__number.--02 {
	margin-block: 0 10px;
}

.p-flow-card__number.--03 {
	margin-block: -5px 10px;
}

.p-flow-card__line {
	height: 100px;
}

.p-flow-card__line.--line2 {
	display: none;
}

.p-flow__item {
	gap: 19.5px;
}

.p-flow__img {
	aspect-ratio: 272.391/229.808;
	height: auto;
	margin-right: 5px;
	margin-top: 23px;
	width: min(272.391px, 100%);
}

.p-flow__img::after {
	background: #2c74b3;
	content: "";
	display: block;
	height: 100%;
	left: 7.61px;
	position: absolute;
	top: 9.19px;
	width: 100%;
	z-index: 1;
}

.p-flow__title {
	font-size: 20px;
}

.p-flow__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	padding-inline: 5px 10px;
}

.p-flow__text.--03,
.p-flow__text.--04 {
	margin-top: -2px;
}

.p-requirement {
	padding-block: 45px 82px;
}

.p-requirement__title-ja {
	font-size: 18px;
}

.p-requirement__card {
	gap: 8.3px;
	padding: 18px 0px 18px 7px;
}

.p-requirement-modal__content {
	width: 335px;
}

.p-requirement-modal__body {
	gap: 0px;
	height: 372px;
	padding: 60px 22px;
}

.p-faq__title-container {
	height: 101px;
	width: 328px;
}

.p-faq__title-wrap {
	height: 101px;
	width: 328px;
}

.p-partly-bg {
	top: 53.1px;
}

.p-entry {
	padding-block: 87px 87px;
}

.p-entry__sidetext {
	font-size: 64px;
}

.p-entry__sidetext.--left {
	right: calc(100% - 270px);
	top: 0px;
	transform: rotate(0deg);
}

.p-entry__sidetext.--right {
	bottom: 0px;
	left: calc(100% - 272px);
	transform: rotate(0deg);
}

.p-entry__inner {
	padding-inline: 10px;
	width: min(450px, 100%);
}

.p-entry__content--inner {
	max-width: 100%;
	padding-inline: 10px;
}

.p-entry__submit input[type=submit] {
	font-size: 20px;
	height: 51px;
	width: 192px;
}

.p-entry__head {
	font-size: 16px;
}

.p-entry__head span {
	font-size: 16px;
}

}

@keyframes textView {

from {
	clip-path: inset(0 100% 0 0);
}

to {
	clip-path: inset(0 0 0 0);
}

}

@keyframes colorBox {

0%,50% {
	transform-origin: 0 50%;
}

60%,100% {
	transform-origin: 100% 50%;
}

60% {
	transform: scaleX(1);
}

100% {
	transform: scaleX(0);
}

}

