fieldset,
legend,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 0;
	outline: none;
	padding: 4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="week"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 0;
	font-size: 1.25rem;
	margin-left: 0;
	margin-right: 0;
	outline: none;
	padding: 1em;
}

textarea {
	height: 100px;
	overflow: auto;
	width: 100%;
}

select {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	padding-right: 30px;
}

.select {
	background: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.select select {
	background: none;
	border: 1px solid #ccc;
	cursor: pointer;
	padding-right: 24px;
	text-overflow: "";
	width: 100%;
}

.select::before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666;
	content: "";
	height: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 13px;
	width: 0;
}

/* radio & checkbox */

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	margin-left: 8px;
	padding: 10px 20px;
	position: relative;
	text-align: center;
}

input[type="radio"] + span {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	margin-left: 8px;
	padding: 0 0 0  20px;
	position: relative;
	text-align: center;
}

input[type="radio"] + span {
	font-size: 1rem;
}

input[type="checkbox"] + span::before {
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	height: 16px;
	left: -1%;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

input[type="radio"] + span::before {
	background: #fff;
	border: 1px solid #D8D8D8;
	content: "";
	height: 20px;
	left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 38%;
	width: 20px;
}

input[type="checkbox"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	background: #fff;
	border: 1px solid #D8D8D8;
	content: "";
	display: block;
	height: 1.25rem;
	left: -1%;
	position: absolute;
	top: 68%;
	transform: translateY(-50%);
	width: 1.25rem;
}

input[type="checkbox"] + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #555;
	border-left: 3px solid #555;
	content: "";
	display: block;
	height: 0.5em;
	left: -1%;
	margin-top: -0.2em;
	opacity: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 0.9em;
}

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

/* fieldset */

fieldset {
	border: 1px solid #ccc;
	padding: 8px 16px;
}

legend {
	padding: 0 8px;
}

/* button */

/* ブラウザ対策
---------------------------------------------------------------------------- */

/* Firefox */

/* IE */

select::-ms-expand {
	display: none;
}

/* webkit */

/* iOS */

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

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	-moz-appearance: none;
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	margin: 0;
	outline: none;
	padding: 0;
}

/* 挙動
---------------------------------------------------------------------------- */

/* hover */

input:hover,
textarea:hover,
select:hover {
	border-color: #666;
}

/* checked */

input[type="radio"]:checked + span {
	color: #333;
}

input[type="radio"]:checked + span::after {
	background: #333;
	content: "";
	height: 11px;
	left: -2%;
	margin-top: -4px;
	position: absolute;
	top: 42%;
	width: 11px;
}

/* radio */

input[type="radio"] + span::before,
input[type="radio"] + span:hover::after,
input[type="radio"]:checked + span::after {
	border-radius: 50%;
}

/* button */

/* focus */

input:focus,
textarea:focus {
	border-color: #D8D8D8;
}

input[type="submit"]:focus,
input[type=reset]:focus,
input[type="button"]:focus,
input[type="search"]:focus {
	outline-offset: -2px;
}

/* disabled */

input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
	background: #eee;
	border-color: #ccc;
	cursor: not-allowed;
}

input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span {
	color: #ccc;
	cursor: not-allowed;
}

input[type="radio"]:disabled + span::before,
input[type="checkbox"]:disabled + span::before {
	border-color: #ccc;
	cursor: not-allowed;
}

/* バリデーション */

/* placeholder */

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

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

html {
	font-size: 4.26667vw;
	height: -webkit-fill-available;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #333;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.6;
	line-height: 1.5;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	overflow-wrap: break-word;
	position: relative;
	z-index: -9999;
}

/* Box sizing rules */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video,
iframe,
object {
	border: none;
	height: auto;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

table {
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

form {
	margin: 0;
	padding: 0;
}

label {
	display: inline-block;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
select {
	text-transform: none;
}

select {
	cursor: pointer;
}

textarea {
	-ms-overflow-style: scrollbar;
	overflow: auto;
	resize: vertical;
}

dialog {
	background-color: inherit;
	border: solid;
	color: inherit;
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
}

dialog:not([is-open]) {
	display: none;
}

summary {
	cursor: pointer;
	display: list-item;
}

/* Remove all animations and transitions for people that prefer not to see them */

@use "global" as *;
.l-404 {
	margin-top: 12.5rem;
}

@use "global" as *;
.l-about-message {
	margin-top: 5rem;
}

@use "global" as *;
.l-about-outline {
	margin-top: 10rem;
}

@use "global" as *;
.l-about {
	margin-top: 11.625rem;
}

@use "global" as *;
.l-contact-banner-personal {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-contact-banner {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-contact-form {
	margin-top: 10rem;
}

@use "global" as *;
.l-contact-thanks {
	margin-top: 12.5rem;
}

@use "global" as *;
.l-footer-recruit {
	margin-top: 5rem;
}

@use "global" as *;
.l-footer {
	margin-top: 5rem;
}

@use "global" as *;
.l-front-about {
	margin-top: 13.125rem;
}

@use "global" as *;
.l-front-fv {
	margin-top: 6.625rem;
}

@use "global" as *;
.l-front-news {
	margin-top: 10rem;
}

@use "global" as *;
.l-front-service {
	margin-top: 10rem;
}

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

@use "global" as *;
.l-member-slider {
	margin-top: 10rem;
}

@use "global" as *;
.l-member {
	margin-top: 11.625rem;
}

@use "global" as *;
.l-archive-news {
	margin-top: 10rem;
}

@use "global" as *;
.l-privacy {
	margin-top: 16.3125rem;
}

@use "global" as *;
.l-recruit-flow {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-recruit-info {
	margin-top: 11.625rem;
}

@use "global" as *;
.l-service-feature {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-service-flow {
	margin-top: 8rem;
}

.l-service-message {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-service-personal-top {
	margin-top: 11.625rem;
}

@use "global" as *;
.l-service-reason {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-service-recommend {
	margin-top: 7.5rem;
}

@use "global" as *;
.l-service-top {
	margin-top: 11.625rem;
}

@use "global" as *;
.l-single-news {
	margin-top: 10rem;
}

@use "global" as *;
.l-policy {
	margin-top: 10rem;
}

.c-button {
	align-items: center;
	background-color: #263772;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: 3.625rem;
	justify-content: center;
	text-align: center;
	transition: all 0.3s;
	width: 100%;
}

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

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

@use "global" as *;
.c-title {
	font-size: 1.25rem;
}

.c-title__en {
	color: #263772;
	display: block;
	font-family: "futura-pt", sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

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

.c-title--horizontal .c-title__en {
	display: inline-block;
}

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

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

.c-view-more {
	font-family: "futura-pt", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding-right: 2rem;
	padding-right: 2.375rem;
	position: relative;
	transition: all .3s;
}

.c-view-more--trial {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
}

.c-view-more--text-large {
	font-size: 1.25rem;
}

.c-view-more::after {
	background-image: url(../img/view-more-allow.svg);
	background-size: cover;
	content: '';
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: -11%;
	transition: right .3s;
	width: 1.5rem;
}

.c-view-more--text-large::after {
	top: 2%;
}

.c-view-more--trial::after {
	background-image: url(../img/view-more-allow.svg);
	background-size: cover;
	content: '';
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: -9%;
	transition: right .3s;
	width: 1.5rem;
}

.c-view-more--default:hover {
	color: #263772;
}

.c-view-more--default:hover::after {
	right: -1rem;
}

.c-view-more--white {
	color: #fff;
}

.c-view-more--white::after {
	background-image: url(../img/view-more-allow-white.svg);
}

.c-view-more--text-blue {
	color: #263772;
}

.c-view-more--text-blue:hover::after {
	right: -1rem;
}

.c-view-more--text-blue:hover {
	color: #263772;
}

.c-view-more--blue:hover::after {
	right: -1rem;
}

@use "global" as *;
.p-404 {
	padding: 3.125rem 0;
}

.p-404__title {
	font-family: "futura-pt", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
}

.p-404__text02 {
	margin-top: 0.625rem;
}

@use "global" as *;
.p-about-message__content {
	gap: 3rem;
	gap: calc(48 / 1280 * 100vw);
	display: grid;
	grid-template-columns: 35% 60%;
	margin-top: 1.25rem;
}

.p-about-message__texts {
	margin-top: 0.5rem;
}

.p-about-message__position {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
}

.p-about-message__position-en {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

.p-about-message__name {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 1rem;
}

.p-about-message__name-en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
}

.p-about-message__paragraphs {
	margin-top: 0.9375rem;
}

.p-about-message__paragraph {
	font-size: 1rem;
	letter-spacing: 0.001em;
	line-height: 1.7;
	margin-top: 1.25rem;
}

@use "global" as *;
.p-about-outline {
	padding-bottom: 0;
}

.p-about-outline__content {
	gap: 2.625rem;
	gap: calc(42 / 1280 * 100vw);
	display: grid;
	grid-template-columns: 30% 66%;
}

.p-about-outline__list {
	margin-top: 2.9375rem;
}

.p-about-outline__item {
	display: grid;
	font-size: 1.125rem;
	grid-template-columns: 34% 66%;
	padding-top: 1.6875rem;
}

.p-about-outline__term {
	border-bottom: 1px solid #263772;
	line-height: 1;
	padding-bottom: 1rem;
}

.p-about-outline__description {
	border-bottom: 1px solid #C0C0C0;
	letter-spacing: 0.01em;
	line-height: 1;
}

@use "global" as *;
.p-about {
	position: relative;
}

.p-about__bg {
	height: 100%;
	position: absolute;
	right: 0;
	top: 30%;
	width: 25.1875rem;
}

.p-about__content {
	gap: 4rem;
	display: grid;
	grid-template-columns: 19.8% 73.4%;
	margin-top: 4rem;
}

.p-about__lists {
	gap: 2.5rem 6.25rem;
	margin-inline: auto;
	display: grid;
	grid-auto-rows: auto;
	grid-template-columns: 27% 30% 21%;
	max-width: 46.375rem;
	width: 100%;
}

.p-about__list--header {
	grid-column: 1 / -1;
}

.p-about__concept-label {
	color: #263772;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1;
}

.p-about__list--header .p-about__concept-label {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
}

.p-about__concept-text {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.p-about__list--header .p-about__concept-text {
	font-size: 3.5rem;
}

.p-about__concept-highlight-wrapper {
	display: inline-block;
	letter-spacing: -0.2em;
}

.p-about__concept-highlight {
	background-image: url(../img/concept-highlight-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-flex;
	justify-content: center;
	letter-spacing: 0.01em;
	text-align: center;
	width: 4.1875rem;
}

.p-about__value-label {
	color: #263772;
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.p-about__value-text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

@use "global" as *;
.p-archive-news {
	padding-bottom: 2.5rem;
}

.p-archive-news__tags {
	gap: 1.5rem;
	display: flex;
	margin-left: auto;
	margin-top: 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-archive-news__tags-current {
	background-color: #263772;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.625rem 1.5rem;
}

.p-archive-news__tags-link a {
	border: 1px solid #263772;
	color: #263772;
	display: inline-block;
	font-weight: 500;
	padding: 0.625rem 1.5rem;
	transition: all ,3s;
}

.p-archive-news__tags-link a:hover {
	opacity: .7;
}

.p-archive-news__to-archive {
	border: 1px solid #263772;
	color: #263772;
	display: inline-block;
	font-weight: 500;
	padding: 0.625rem 1.5rem;
	transition: all ,3s;
}

.p-archive-news__to-archive.is-active {
	background-color: #263772;
	color: #fff;
}

.p-archive-news__tag {
	color: #263772;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-left: 0.1875rem;
}

.p-archive-news__content {
	margin-top: 1.5rem;
}

.p-archive-news__lists {
	gap: 3.5rem 3.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.p-archive-news__list a {
	display: block;
}

.p-archive-news__list-image {
	overflow: hidden;
}

.p-archive-news__list-image img {
	transition: all 0.3s;
}

.p-archive-news__list a:hover .p-archive-news__list-image img {
	transform: scale(1.1);
}

.p-archive-news__list-content {
	margin-top: 1rem;
}

.p-archive-news__time {
	font-family: "futura-pt", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}

.p-archive-news__title {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-archive-news__number {
	gap: 1rem;
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
}

.p-archive-news__number li span {
	align-items: center;
	background-color: #263772;
	color: #fff;
	display: inline-block;
	display: inline-flex;
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.p-archive-news__number li a:not(.next):not(.prev) {
	align-items: center;
	background: #fff;
	border: 1px solid #263772;
	color: #263772;
	display: inline-block;
	display: inline-flex;
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
	width: 2.5rem;
}

.p-archive-news__number li a:not(.next):not(.prev):hover {
	opacity: 0.7;
}

@use "global" as *;
.p-contact-banner-personal {
	color: #fff;
}

.p-contact-banner-personal__link {
	display: block;
	transition: all 0.3s;
}

.p-contact-banner-personal__content {
	background-color: #263772;
	padding: 2.5rem 0;
}

.p-contact-banner-personal__title {
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-banner-personal__text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.625rem;
	text-align: center;
}

.p-contact-banner-personal__text-small {
	font-size: 0.75rem;
	margin-top: 0.625rem;
	text-align: center;
}

.p-contact-banner-personal__button {
	margin-inline: auto;
	margin-inline: auto;
	background-image: url(../img/view-more-allow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 1.5rem;
	margin-top: 1rem;
	margin-top: 1rem;
	transition: all 0.3s;
	width: 1.5rem;
}

/* ホバー時のスタイル */

.p-contact-banner-personal__link:hover {
	opacity: 0.8;
}

.p-contact-banner-personal__link:hover .p-contact-banner-personal__button {
	transform: translateX(16px);
}

@use "global" as *;
.p-contact-banner {
	color: #fff;
}

.p-contact-banner__link {
	display: block;
	transition: all 0.3s;
}

.p-contact-banner__content {
	background-color: #263772;
	padding: 2.5rem 0;
}

.p-contact-banner__title {
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-banner__text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.625rem;
	text-align: center;
}

.p-contact-banner__button {
	margin-inline: auto;
	margin-inline: auto;
	background-image: url(../img/view-more-allow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 1.5rem;
	margin-top: 1rem;
	margin-top: 1rem;
	transition: all 0.3s;
	width: 1.5rem;
}

/* ホバー時のスタイル */

.p-contact-banner__link:hover {
	opacity: 0.8;
}

.p-contact-banner__link:hover .p-contact-banner__button {
	transform: translateX(16px);
}

@use "global" as *;
.p-contact-form__inner {
	max-width: 62.5rem;
}

.p-contact-form__wrap {
	background-color: #f7fbff;
	margin-top: 1.5625rem;
	padding: 3.5rem 6.25rem;
}

.p-contact-form__contents {
	gap: 2rem;
	display: grid;
	grid-template-columns: 1fr;
}

.p-contact-form__content {
	align-items: center;
	display: grid;
	grid-template-columns: 16.25rem 31.25rem;
	grid-template-columns: 36% 64%;
}

.p-contact-form__content-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.contact-form__required {
	align-items: center;
	background-color: #333;
	border-radius: 0.75rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	height: 1.4375rem;
	justify-content: center;
	margin-left: 0.5rem;
	width: 3.5rem;
}

/* 入力欄 テキスト */

.p-contact-form__input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 0.25rem;
	color: inherit;
	font-family: inherit;
	font-size: 1.25rem;
	height: 3.125rem;
	padding: 1em 0.8em;
	width: 100%;
}

.p-contact-form__input:focus,
.p-contact-form__textarea:focus {
	border: 1px solid #666;
	box-shadow: none;
	outline: none;
}

.p-contact-form__input:hover {
	border-color: #666;
}

/* 入力欄 テキストエリア */

.p-contact-form__textarea {
	height: 15rem;
}

.p-contact-form__content--checkbox {
	margin-top: -0.75rem;
	text-align: center;
}

.contact-form__checkbox-label span {
	font-size: 1.25rem;
	font-weight: 500;
}

.contact-form__radio-group {
	gap: 1rem;
	display: flex;
	justify-content: right;
}

.contact-form__submit {
	margin-inline: auto;
	max-width: 18.75rem;
	width: 100%;
}

.contact-form__button {
	align-items: center;
	background-color: #263772;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 4.5rem;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
}

.p-contact-form__privacy-link a {
	text-decoration: underline;
}

.contact-form__button:hover {
	opacity: 0.8;
}

.contact-form__captcha-note {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: -1.75rem;
	text-align: center;
}

@use "global" as *;
.p-contact-thanks {
	padding: 6.25rem 0;
}

.p-contact-thanks__text01 {
	font-size: 2rem;
	font-weight: 500;
}

.p-contact-thanks__text02 {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

@use "global" as *;
.drawer-menu {
	-webkit-transition: all .5s;
	background-color: #263772;
	display: none;
	height: 100vh;
	padding: 7.5rem 0 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
	width: 77%;
}

.drawer-menu__list--service {
	color: #fff;
}

.drawer-menu__list a {
	color: #fff;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.drawer-menu__list--logo {
	width: 6.125rem;
}

.drawer-menu__list--bold {
	position: relative;
}

.drawer-menu__list--bold::after {
	background-image: url(../img/view-more-allow-white.svg);
	background-size: cover;
	content: '';
	height: 1.25rem;
	position: absolute;
	right: 17%;
	top: 7%;
	width: 1.25rem;
}

.drawer-menu__list:nth-child(n + 2) {
	margin-top: 0.6875rem;
}

.drawer-menu__button-text {
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	line-height: 1.3;
}

.drawer-menu__nav--bottom {
	margin-top: 3.25rem;
	position: relative;
}

.drawer-menu__nav--bottom::before {
	background: #fff;
	content: '';
	height: 0.5px;
	left: 0;
	position: absolute;
	top: -59%;
	width: 100%;
}

.drawer-menu__nav--bottom .drawer-menu__list a {
	font-size: 0.75rem;
	letter-spacing: 0.01em;
}

@use "global" as *;
.p-footer-recruit {
	overflow: hidden;
	position: relative;
}

.p-footer-recruit__link {
	display: block;
	height: 100%;
	padding: 5rem 0;
	width: 100%;
}

.p-footer-recruit::before {
	background-image: url(../img/footer-recruit-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: -1;
}

.p-footer-recruit__title .c-title__en {
	margin-bottom: 0.625rem;
}

.p-footer-recruit__text {
	color: #fff;
	font-size: 1rem;
	margin-top: 0.625rem;
}

.p-footer-recruit__button {
	margin-top: 1.25rem;
	text-align: right;
}

.p-footer-recruit:hover::before {
	transform: scale(1.1);
}

.p-footer-recruit:hover .c-view-more--white::after {
	right: -1rem;
}

@use "global" as *;
.p-footer {
	background-color: #000;
	color: #fff;
	padding: 5rem 0 2rem;
}

.p-footer__inner.p-inner {
	margin: 0 auto;
	max-width: 71.875rem;
	min-width: 56.25rem;
	padding: 0 2.5rem;
	width: calc(1000 / 1280 * 100vw);
}

.p-footer__nav-area {
	display: flex;
	justify-content: space-between;
}

.p-footer__logo-area {
	max-width: 8.625rem;
	width: 100%;
}

.p-footer__nav-list {
	display: flex;
	height: inherit;
	justify-content: space-between;
	max-width: 39.625rem;
	width: 100%;
}

.p-footer__nav-item--service {
	font-size: 1.125rem;
}

.p-footer__nav-sub-list li a {
	font-size: 0.875rem;
}

.p-footer__nav-item {
	height: inherit;
}

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

.p-footer__nav-item a {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	position: relative;
	transition: all 0.3s;
}

.p-footer__nav-item a:hover {
	opacity: 0.5;
}

.p-footer__button {
	margin-top: 1.5rem;
	text-align: right;
}

.p-footer__button-text {
	font-size: 0.75rem;
	text-align: right;
}

.p-footer__button a {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding-right: 1.875rem;
	position: relative;
	text-align: right;
}

.p-footer__button a::after {
	background-image: url(../img/view-more-allow-white.svg);
	background-size: cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 6%;
	transition: right 0.3s;
	width: 1.5rem;
}

.p-footer__button a:hover::after {
	right: -1rem;
}

.footer__policy {
	margin-top: 4rem;
	position: relative;
}

.footer__policy::after {
	background-color: #fff;
	content: "";
	height: 0.5px;
	left: 0;
	position: absolute;
	top: -113%;
	width: 100%;
}

.footer__policy-list {
	gap: 1.5rem;
	display: flex;
	justify-content: right;
	margin-left: auto;
	max-width: 25.75rem;
	width: 100%;
}

.footer__policy-item a {
	display: block;
	font-size: 0.875rem;
	line-height: 2;
	position: relative;
	transition: all 0.3s;
}

.footer__policy-item a::after {
	background-color: #fff;
	bottom: 10%;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 0;
}

.footer__policy-item a:hover {
	opacity: 0.5;
}

.footer__copyright {
	margin-top: 5rem;
	text-align: center;
}

.footer__copyright-text {
	font-size: 0.625rem;
	letter-spacing: 0.01em;
	line-height: 1;
}

@use "global" as *;
.p-front-about__wrap {
	gap: 5rem;
	display: flex;
}

.p-front-about__left {
	height: calc(320 / 1280 * 100vw);
	max-width: calc(384 / 1280 * 100vw);
	position: relative;
	width: 100%;
}

.p-front-about__image {
	height: 100%;
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50vw - 4.7rem);
}

.p-front-about__image img {
	height: 100%;
}

.p-front-about__content {
	max-width: calc(487 / 1280 * 100vw);
	width: 100%;
}

.p-front-about__title {
	color: #263772;
	font-family: "futura-pt", sans-serif;
	font-size: 3.5rem;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

.p-front-about__text {
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 2rem;
}

.p-front-about__link {
	margin-top: 2.125rem;
	text-align: right;
}

@use "global" as *;
.p-front-fv {
	background-color: #f7fbff;
	padding-bottom: 2.8125rem;
	position: relative;
}

.p-front-fv::after {
	background-image: url(../img/fv-bg-pc.png);
	background-position: center;
	background-size: cover;
	bottom: -3.3125rem;
	content: "";
	height: calc(294 / 1280 * 100vw);
	left: 0;
	position: absolute;
	width: 100vw;
	z-index: 0;
}

.p-front-fv__img {
	margin: 0 auto;
	max-width: calc(1150 / 1280 * 100vw);
	padding-top: 1.25rem;
	position: relative;
	width: 100%;
	z-index: 3;
}

.p-front-fv__scroll {
	bottom: 9.5%;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 1rem;
	position: absolute;
	right: 0;
	writing-mode: vertical-rl;
}

.p-front-fv__scroll span {
	position: relative;
}

.p-front-fv__scroll span::after {
	animation: scroll-hint 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	background-image: url(../img/view-more-allow-white.svg);
	bottom: -84%;
	content: "";
	font-weight: 500;
	height: 1.5rem;
	left: -8%;
	position: absolute;
	transform: rotate(90deg);
	width: 1.5rem;
}

.p-front-fv__title {
	bottom: 4%;
	color: #fff;
	font-size: calc(56 / 1280 * 100vw);
	font-weight: 400;
	left: 4%;
	position: absolute;
	transform: skewY(-4deg);
	z-index: 4;
}

#slider-top {
	z-index: 5;
}

@use "global" as *;
.p-front-news__wrap {
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 35.5% 55%;
}

.p-front-news__lists {
	gap: 1rem;
	display: flex;
	flex-direction: column;
}

.p-front-news__list-link {
	gap: 1.5rem;
	display: grid;
	grid-template-columns: 11.375rem 73%;
	padding-right: 4.375rem;
	position: relative;
	transition: all 0.3s;
}

.p-front-news__list-link:hover {
	opacity: 0.7;
}

.p-front-news__list-link::after {
	background-image: url(../img/news-arrow.svg);
	background-size: cover;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: -2.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right .3s;
	width: 0.75rem;
}

.p-front-news__list-link:hover:after {
	right: -3.5rem;
}

.p-front-news__list-left time {
	font-family: "futura-pt", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}

.p-front-news__tag {
	color: #263772;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-left: 1.125rem;
}

.p-front-news__list-right {
	font-size: 1.0625rem;
	font-weight: 500;
}

@use "global" as *;
.p-front-service__wrap {
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}

.p-front-service__item {
	display: block;
	height: 15rem;
	overflow: hidden;
	position: relative;
}

.p-front-service__item--job-seeker::before {
	background-image: url(../img/front-service01-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: 0;
}

.p-front-service__content {
	left: 0;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.p-front-service__heading {
	font-family: "futura-pt", sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0.001em;
	line-height: 1.1;
}

.p-front-service__heading span {
	font-size: 1.5rem;
}

.p-front-service__link {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
}

.p-front-service__link::after {
	background-image: url(../img/view-more-allow.svg);
	background-size: cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: -25%;
	top: -18%;
	transition: right 0.3s;
	width: 1.5rem;
}

.p-front-service__item--recruiter::before {
	background-image: url(../img/front-service02-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: 0;
}

.p-front-service__item:hover .p-front-service__heading,
.p-front-service__item:hover .p-front-service__link {
	color: #263772;
}

.p-front-service__item:hover .p-front-service__link::after {
	right: -3rem;
}

.p-front-service__item--job-seeker:hover::before,
.p-front-service__item--recruiter:hover::before {
	transform: scale(1.15);
}

@use "global" as *;
.header {
	background-color: #fff;
	height: 6.625rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: auto;
	padding: 0 2.5rem;
	position: relative;
	width: 100%;
}

.header__title {
	align-items: center;
	display: flex;
	height: inherit;
	width: 8.75rem;
}

.header__logo {
	align-items: center;
	display: flex;
	height: inherit;
	transition: all 0.3s;
	width: 100%;
}

.header__logo:hover {
	opacity: 0.5;
}

.header__nav {
	display: flex;
	height: inherit;
	justify-content: space-between;
	max-width: 48rem;
	width: 100%;
}

.header__list {
	align-items: center;
	display: flex;
	height: inherit;
	width: -moz-fit-content;
	width: fit-content;
}

.header__button {
	width: 9rem;
}

.header__list:last-child {
	margin-right: 0;
}

.header__link {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	height: inherit;
	letter-spacing: 0.1em;
	position: relative;
	position: relative;
	transition: all 0.3s;
}

.header__link:hover {
	opacity: 0.5;
}

.header__list a:hover::before {
	opacity: 1;
}

.header__list:last-child a::before {
	width: 60%;
}

.header__hamburger {
	display: none;
	z-index: 9999;
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 1px;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 16px;
}

.header__hamburger span:nth-child(1) {
	top: 28%;
}

.header__hamburger span:nth-child(2) {
	top: 50%;
}

.header__hamburger span:nth-child(3) {
	top: 72%;
}

.header__overlay {
	background-color: #111;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100vw;
}

.header__overlay.open {
	display: block;
}

.header__hamburger.open {
	background-color: #fff;
	top: 49%;
}

.header__hamburger.open span {
	background-color: #263772;
}

.header__hamburger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	left: 20%;
	top: 47%;
	transform: rotate(45deg);
	width: 18px;
}

.header__hamburger.open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.header__hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	left: 21%;
	top: 47%;
	transform: rotate(-45deg);
	width: 18px;
}

.p-front-service__item:hover .p-front-service__heading,
.p-front-service__item:hover .p-front-service__link {
	color: #263772;
}

.p-front-service__item:hover .p-front-service__link::after {
	right: -3rem;
}

.p-front-service__item--job-seeker:hover::before,
.p-front-service__item--recruiter:hover::before {
	transform: scale(1.15);
}

.header__list--service {
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
}

.header__sub-nav-list {
	gap: 2.5rem;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	left: 50%;
	opacity: 0;
	padding: 2rem;
	pointer-events: none;
	position: absolute;
	top: 6.625rem;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 50rem;
}

.header__list--service:hover .header__sub-nav-list {
	opacity: 1;
	pointer-events: auto;
}

.header__sub-nav-list li a {
	display: flex;
	display: block;
	height: 9.375rem;
	overflow: hidden;
	position: relative;
	transition: opacity 0.3s;
}

.header__sub-nav-list--jobseeker a::before {
	background-image: url(../img/front-service01-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: 0;
}

.header__sub-nav-list--recruiter a::after {
	background-image: url(../img/front-service02-bg-pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: -1;
}

.header__sub-nav-content {
	left: 3%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.header__sub-nav-heading {
	font-family: "futura-pt", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.001em;
	line-height: 1.1;
}

.header__sub-nav-heading span {
	font-size: 1.5rem;
}

.header__sub-nav-link {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
}

.header__sub-nav-link::after {
	background-image: url(../img/view-more-allow.svg);
	background-size: cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: -25%;
	top: -18%;
	transition: right 0.3s;
	width: 1.5rem;
}

.header__sub-nav-list li a:hover .header__sub-nav-heading {
	color: #263772;
}

.header__sub-nav-list li a:hover .header__sub-nav-link {
	color: #263772;
}

.header__sub-nav-list li a:hover .header__sub-nav-link::after {
	right: -3rem;
}

.header__sub-nav-list li a:hover::before,
.header__sub-nav-list li a:hover::after {
	transform: scale(1.15);
}

@use "global" as *;
.p-inner {
	margin: 0 auto;
	max-width: 71.875rem;
	min-width: 56.25rem;
	padding: 0 2.5rem;
	width: calc(1000 / 1280 * 100vw);
}

@use "global" as *;
.p-member-slider {
	overflow: hidden;
}

.p-member-slider__inner {
	position: relative;
}

.p-member-slider__button {
	position: absolute;
	right: 3%;
	top: 17%;
}

.p-member-slider .swiper-slide {
	margin-right: 2.5rem;
	max-width: 20rem;
	width: 100%;
}

.p-member-slider__slider {
	margin-left: calc(50% - 50vw) !important;
	margin-top: 2rem;
	width: 100vw;
}

.splide__slide {
	backface-visibility: hidden;
	overflow: hidden;
	transform-style: preserve-3d;
	will-change: transform;
}

.splide__slide.is-active,
.splide__slide.is-prev,
.splide__slide.is-next {
	animation: none !important;
	transition: none !important;
}

/* スライドの動き等速 */

.swiper-wrapper {
	transition-timing-function: linear;
}

/* 画像のサイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

/* ドラッグさせない */

@use "global" as *;
.p-member__content {
	margin-top: 2.5rem;
}

.p-member__lists {
	gap: 2rem 2.8125rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
}

.p-member__list {
	position: relative;
}

.member__list-image {
	overflow: hidden;
}

.member__list-image img {
	transition: transform 0.3s;
}

.member__list-content {
	margin-top: 1rem;
}

.member__list-content--ceo {
	text-align: left;
}

.member__list-tag {
	color: #263772;
	font-size: 0.875rem;
	font-weight: 600;
}

.member__list-name {
	display: inline-block;
	font-size: 1.25rem;
	position: relative;
}

.member__list-name--en {
	font-family: "futura-pt", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 0.625rem;
}

.member__list-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	top: 0;
	width: 100%;
	width: 100%;
	z-index: 10001;
	z-index: 1;
}

.member__list-button:hover {
	background-color: transparent;
}

.p-member-modal-list__body-cover.is-active {
	background-color: #111;
	display: block;
}

.p-member-modal-list__body-cover {
	background-color: #111;
	height: 100vh;
	left: 0;
	opacity: 0.3;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s;
	width: 100vw;
	z-index: 10000;
}

.p-member-modal-list__body-cover.is-active {
	opacity: 0.4;
	pointer-events: auto;
}

.p-member-modal-list__close {
	display: inline-block;
	display: none;
	position: absolute;
	right: 10%;
	top: 3%;
	z-index: 9999;
}

.p-member-modal-list__close--member {
	right: 5%;
}

.p-member-modal-list.is-active .p-member-modal-list__close {
	display: block;
}

.p-member-modal-list__close button {
	background-color: #263772;
	border: none;
	cursor: pointer;
	height: 2.5rem;
	padding: 0;
	width: 2.5rem;
}

.p-member-modal-list__close::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1rem;
}

.p-member-modal-list__close::after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1rem;
}

.p-member-modal-list {
	background-color: white;
	height: 100vh;
	overflow: hidden;
	padding-right: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.5s, width 0.5s, padding 0.5s;
	width: 0;
	z-index: 10001;
}

.p-member-modal-list.is-active {
	max-width: 100%;
	opacity: 1;
	padding: 8rem 4rem 5rem;
	pointer-events: auto;
	width: 84%;
}

:root {
	--vh: 100%;
}

.p-member-modal-list__item {
	gap: 4rem;
	display: grid;
	grid-template-columns: 21.25rem 34.5625rem;
	height: 100%;
	left: 50%;
	padding-bottom: 7rem;
	padding-top: 7rem;
	pointer-events: none;
	position: relative;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: opacity 0.3s;
	visibility: hidden;
	width: 60rem;
}

.p-member-modal-list__item--recruit {
	gap: 4rem;
	grid-template-columns: 21.25rem 34.5625rem;
	padding-bottom: 7rem;
	padding-top: 7rem;
	width: 60rem;
}

.p-member-modal-list__item.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-member-modal-list__item-image {
	-webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 50%, black 50%, black 100%);
	-webkit-mask-size: 200%;
	-webkit-mask-position: 0 0;
	flex-shrink: 0;
	mask-image: linear-gradient(to right, transparent 0%, transparent 50%, black 50%, black 100%);
	mask-position: 0 0;
	mask-size: 200%;
	transition: -webkit-mask-position 0.3s;
	transition: mask-position 0.3s;
	transition: mask-position 0.3s, -webkit-mask-position 0.3s;
	transition-delay: 0.5s;
}

.p-member-modal-list__item-image img {
	width: 100%;
}

.p-member-modal-list__item.is-active .p-member-modal-list__item-image {
	-webkit-mask-position: -100% 0;
	mask-position: -100% 0;
}

.p-member-modal-list__item-image-button {
	margin-top: 1.5rem;
	width: 100%;
}

.p-member-modal-list__item-image-button a {
	align-items: center;
	background-color: #263772;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	height: 3.5rem;
	justify-content: center;
	padding-right: 30px;
	position: relative;
	transition: all .3s;
	width: 100%;
}

.p-member-modal-list__item-image-button a:after {
	background-image: url(../img/view-more-allow-white.svg);
	background-size: cover;
	content: '';
	height: 1.5rem;
	position: absolute;
	right: 3.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	width: 1.5rem;
}

.p-member-modal-list__item-image-button a:hover {
	opacity: .7;
}

.p-member-modal-list__item-image-button a:hover::after {
	right: 2.25rem;
}

.p-member-modal-list__item-image-text {
	font-size: 0.75rem;
	margin-top: 0.3125rem;
	text-align: right;
}

.p-member-modal-list__item-desc-wrap {
	scrollbar-width: none;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 50%, black 50%, black 100%);
	-webkit-mask-size: 200%;
	-webkit-mask-position: 0 0;
	flex-grow: 1;
	mask-image: linear-gradient(to right, transparent 0%, transparent 50%, black 50%, black 100%);
	mask-position: 0 0;
	mask-size: 200%;
	max-height: calc(100vh - 6rem);
	overflow-y: scroll;
	transition: -webkit-mask-position 0.3s;
	transition: mask-position 0.3s;
	transition: mask-position 0.3s, -webkit-mask-position 0.3s;
	transition-delay: 0.5s;
}

.p-member-modal-list__item-desc-wrap::-webkit-scrollbar {
	background: #fff;
}

.p-member-modal-list__item-desc-wrap::-webkit-scrollbar-thumb {
	background: #000;
}

.p-member-modal-list__item.is-active .p-member-modal-list__item-desc-wrap {
	-webkit-mask-position: -100% 0;
	mask-position: -100% 0;
}

.member__list-modal-tag {
	color: #263772;
	font-size: 1.125rem;
	font-weight: 600;
}

.member__list-modal-tag span {
	font-family: "futura-pt", sans-serif;
}

.p-member-modal-list__item-name {
	font-size: 1.75rem;
}

.p-member-modal-list__item-name--recruit {
	color: #263772;
	margin-top: 0.625rem;
}

.p-member-modal-list__item-english-name {
	font-family: "futura-pt", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-member-modal-list__item-intro-wrap {
	margin-top: 0.3125rem;
	padding-right: 1.25rem;
}

.p-member-modal-list__item-link {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1rem;
	padding-right: 0.8125rem;
	text-align: right;
}

.p-member-modal-list__item-link-text {
	display: block;
	font-size: 0.6875rem;
	font-weight: 500;
	margin-top: 0.3125rem;
}

.p-member-modal-list__item-scroll-bar-wrap {
	background-color: #eeeeee;
	border-radius: 1rem;
	height: calc(100% - 30rem);
	overflow: hidden;
	position: absolute;
	right: -4rem;
	top: 8rem;
	width: 0.2rem;
}

.p-member-modal-list__item-scroll-bar {
	background-color: #333;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-member__list:hover .member__list-image img {
	transform: scale(1.1);
}

.p-member__list:hover .member__list-name::after {
	right: -3rem;
}

@use "global" as *;
.p-policy {
	padding-bottom: 11.25rem;
}

.p-policy__lists {
	gap: 1.875rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 3rem;
}

.p-policy__list {
	border-bottom: .5px solid #333;
}

.p-policy__list a {
	display: block;
	font-size: 1.25rem;
	padding: 0.9375rem 0;
	transition: all .3s;
}

.p-policy__list a:hover {
	opacity: .7;
}

.p-policy__list a:after {
	background: url(../img/icon-pdf.svg) center center no-repeat;
	content: "";
	display: inline-block;
	height: 1.375rem;
	margin-left: 1rem;
	vertical-align: middle;
	width: 1.375rem;
}

@use "global" as *;
.p-privacy {
	padding-bottom: 6.25rem;
}

.p-privacy__title {
	font-size: 3.5rem;
}

.p-privacy__title-english {
	display: block;
	font-size: 1.5rem;
}

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

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

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

.p-privacy__item li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-privacy__sub-title {
	font-size: 2.25rem;
	margin-bottom: 1.875rem;
}

@use "global" as *;
.p-recruit-flow__title {
	text-align: left;
}

.p-recruit-flow__content {
	margin-top: 2.5rem;
}

@use "global" as *;
.p-recruit-info__contents {
	gap: 4rem;
	display: grid;
	grid-template-columns: 19.8% 73.4%;
	margin-top: 4rem;
}

.p-recruit-info__content-lists {
	gap: 2.5rem 6.25rem;
	margin-inline: auto;
	display: grid;
	grid-auto-rows: auto;
	grid-template-columns: 27% 30% 21%;
	max-width: 46.375rem;
	width: 100%;
}

.p-recruit-info__content-list--header {
	grid-column: 1 / -1;
}

.p-recruit-info__content-label {
	color: #263772;
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1;
}

.p-recruit-info__content-list--header .p-recruit-info__content-label {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
}

.p-recruit-info__content-text {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.p-recruit-info__content-list--header .p-recruit-info__content-text {
	font-size: 3.5rem;
}

.p-recruit-info__catchcopy-wrapper {
	letter-spacing: -0.2em;
}

.p-recruit-info__catchcopy {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 4rem;
	text-align: center;
}

.p-recruit-info__catchcopy--highlight {
	background-image: url(../img/concept-highlight-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-flex;
	justify-content: center;
	letter-spacing: 0.01em;
	text-align: center;
	width: 4.1875rem;
}

.p-recruit-info__lists {
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 5rem;
}

.p-recruit-info__list {
	gap: 1.5rem;
	display: grid;
	grid-template-columns: 20% 74%;
	position: relative;
}

.p-recruit-info__image {
	overflow: hidden;
}

.p-recruit-info__image img {
	transition: transform 0.3s;
}

.p-recruit-info__tag {
	align-items: center;
	background-color: #a3adcd;
	border-radius: 5rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.875rem;
	justify-content: center;
	line-height: 1.5;
	width: 6.8125rem;
}

.p-recruit-info__position {
	color: #263772;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0.5rem;
}

.p-recruit-info__position-en {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

.p-recruit-info__description {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.p-recruit-info__link {
	font-size: 1.25rem;
	margin-top: 1rem;
	padding-right: 0.8125rem;
	text-align: right;
}

.p-recruit-info__button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	position: absolute;
	right: 0;
	top: 0;
	top: 0;
	width: 100%;
	width: 100%;
	z-index: 10001;
	z-index: 1;
}

.p-recruit-info__list:hover .p-recruit-info__image img {
	transform: scale(1.05);
}

.p-recruit-info__list:hover .p-recruit-info__link .c-view-more:after {
	right: -1rem;
}

@use "global" as *;
.p-service-feature__title {
	color: #263772;
	font-size: 1.75rem;
}

.p-service-feature__lists {
	gap: 2.875rem;
	display: grid;
	grid-template-columns: 25% 37% 28%;
	margin-top: 4.0625rem;
}

.p-service-feature__list {
	gap: 1rem;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
}

.p-service-feature__icon {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service-feature__heading {
	color: #263772;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.p-service-feature__text {
	font-size: 1rem;
}

@use "global" as *;
.p-service-flow__title {
	color: #263772;
	font-size: 1.75rem;
	font-weight: 600;
}

.p-service-flow__content {
	gap: calc(40 / 1280 * 100vw);
	display: grid;
	grid-template-columns: calc(610 / 1280 * 100vw) calc(337 / 1280 * 100vw);
	grid-template-columns: 65% 41%;
	margin-top: 2.0625rem;
}

.p-service-flow__lists {
	display: grid;
	grid-template-columns: 1fr;
}

.p-service-flow__list {
	gap: 1rem;
	align-items: center;
	display: grid;
	grid-template-columns: 4.5rem 31.625rem;
}

.p-service-flow__heading {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	margin-right: 0.6875rem;
}

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

.p-service-flow__right {
	height: calc(456 / 1280 * 100vw);
	position: relative;
}

.p-service-flow__image {
	height: 100%;
	left: 0;
	margin-right: calc(50vw - 50%);
	position: absolute;
	top: 0;
	width: calc(50vw - 9rem);
}

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

@use "global" as *;
.p-service-message__title {
	color: #263772;
	font-size: 1.75rem;
	font-weight: 600;
}

.p-service-message__content {
	gap: calc(48 / 1280 * 100vw);
	display: grid;
	grid-template-columns: 35% 59.5%;
	margin-top: 2.5rem;
}

.p-service-message__texts {
	margin-top: 0.5rem;
}

.p-service-message__position {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
}

.p-service-message__position-en {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}

.p-service-message__name {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 0.5rem;
}

.p-service-message__name-en {
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
}

.p-service-message__paragraphs {
	margin-top: 1rem;
}

.p-service-message__paragraph {
	font-size: 1rem;
	letter-spacing: 0.001em;
	line-height: 1.6;
}

@use "global" as *;
.p-service-personal-top__attention {
	align-items: flex-end;
	display: flex;
}

.p-service-personal-top__attention-text01 {
	align-items: center;
	background-color: #263772;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 2.5rem;
	justify-content: center;
	margin-right: 1rem;
	width: 11.0625rem;
}

.p-service-personal-top__attention-text02 {
	display: inline-block;
	font-size: 0.875rem;
}

.p-service-personal-top__title .c-title__en {
	margin-bottom: 0;
	vertical-align: sub;
}

.p-service-personal-top__title .c-title__en img {
	vertical-align: initial;
}

.p-service-personal-top__wrap {
	gap: 2rem;
	gap: calc(32 / 1280 * 100vw);
	display: grid;
	grid-template-columns: 41% 55%;
	margin-top: 2.5rem;
}

.p-service-personal-top__heading {
	font-size: 2.5rem;
	font-weight: 600;
}

.p-service-personal-top__description {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-service-personal-top__link {
	margin-top: 0.5rem;
}

.p-service-personal-top__link .c-view-more::after {
	top: -20%;
}

.p-service-personal-top__link .c-view-more {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
}

.p-service-personal-top__link-text {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

@use "global" as *;
.p-service-reason__title {
	color: #263772;
	font-size: 1.75rem;
}

.p-service-reason__lists {
	gap: 1.5rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 1rem;
}

.p-service-reason__list {
	gap: calc(24 / 1280 * 100vw);
	align-items: center;
	background-color: #f7fbff;
	display: grid;
	grid-template-columns: 30% 66%;
	padding: 1.5rem;
}

.p-service-reason__number {
	font-family: "futura-pt", sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.p-service-reason__heading {
	color: #263772;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.25rem;
}

.p-service-reason__text {
	font-size: 1rem;
	margin-top: 0.3125rem;
}

@use "global" as *;
.p-service-recommend__title {
	color: #263772;
	font-size: 1.75rem;
}

.p-service-recommend__lists {
	gap: 3.625rem;
	display: grid;
	grid-template-columns: 28% 30% 29%;
	margin-top: 4.0625rem;
}

.p-service-recommend__list {
	gap: 1rem;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
}

.p-service-recommend__icon {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service-recommend__heading {
	color: #263772;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.p-service-recommend__text {
	font-size: 1rem;
	letter-spacing: 0.005em;
	text-align: justify;
}

@use "global" as *;
.p-service-top__attention {
	align-items: flex-end;
	display: flex;
}

.p-service-top__attention-text01 {
	align-items: center;
	background-color: #263772;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 2.5rem;
	justify-content: center;
	margin-right: 1rem;
	width: 11.0625rem;
}

.p-service-top__attention-text02 {
	display: inline-block;
	font-size: 0.875rem;
}

.p-service-top__title .c-title__en {
	margin-bottom: 0;
	vertical-align: sub;
}

.p-service-top__title .c-title__en img {
	vertical-align: initial;
}

.p-service-top__wrap {
	gap: 2rem;
	display: grid;
	grid-template-columns: 40% 55%;
	margin-top: 2.5rem;
}

.p-service-top__heading {
	font-size: 2.5rem;
	font-weight: 600;
}

.p-service-top__description {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-service-top__link {
	margin-top: 0.5rem;
}

.p-service-top__link .c-view-more {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
}

.p-service-top__link .c-view-more::after {
	top: -18%;
}

@use "global" as *;
.p-single-news__article {
	padding-bottom: 7.5rem;
	position: relative;
}

.p-single-news__time {
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.p-single-news__title {
	font-size: 2rem;
	font-weight: 500;
	margin-top: 0.75rem;
}

.p-single-news__img {
	margin-inline: auto;
	margin-top: 3.5rem;
	width: 90%;
}

.p-single-news__content {
	margin-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.p-single-news__back {
	bottom: 7.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-single-news__back a {
	color: #263772;
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	transition: all .3s;
}

.p-single-news__back a:hover {
	opacity: .7;
}

.p-single-news__navigation {
	display: flex;
	justify-content: space-between;
}

.p-single-news__navigation a {
	color: #263772;
	color: #263772;
	font-family: "futura-pt", sans-serif;
	font-size: 1.25rem;
	position: relative;
	transition: all 0.3s;
}

.p-single-news__navigation a:hover {
	opacity: 0.7;
}

.p-single-news__navigation__prev a {
	padding-left: 2.5rem;
	position: relative;
}

.p-single-news__navigation__next a {
	padding-right: 2.5rem;
	position: relative;
}

.p-single-news__navigation__prev a::after,
.p-single-news__navigation__next a::after {
	background-size: cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	transition: all .3s;
	width: 1.5rem;
}

.p-single-news__navigation__prev a::after {
	background-image: url(../img/view-more-allow.svg);
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
}

.p-single-news__navigation__next a::after {
	background-image: url(../img/view-more-allow.svg);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-single-news__navigation__prev a:hover:after {
	left: -1rem;
}

.p-single-news__navigation__next a:hover:after {
	right: -1rem;
}

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

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

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

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

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

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

html {
	font-size: 1.6vw;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

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

}

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

input[type="checkbox"] + span {
	font-size: 0.875rem;
}

input[type="checkbox"] + span::before {
	height: 0.75rem;
	left: -1%;
	top: 74%;
	width: 0.75rem;
}

html {
	font-size: 16px;
}

.l-404 {
	margin-top: 6.25rem;
}

.l-about-outline {
	margin-top: 5rem;
}

.l-about {
	margin-top: 6.25rem;
}

.l-contact-banner-personal {
	margin-top: 3.5rem;
}

.l-contact-banner {
	margin-top: 3.5rem;
}

.l-contact-form {
	margin-top: 6.25rem;
}

.l-contact-thanks {
	margin-top: 6.25rem;
}

.l-footer-recruit {
	margin-top: 2.5rem;
}

.l-footer {
	margin-top: 2.5rem;
}

.l-front-about {
	margin-top: 5.875rem;
}

.l-front-fv {
	margin-top: 4rem;
}

.l-front-news {
	margin-top: 5rem;
}

.l-front-service {
	margin-top: 5rem;
}

.l-member-slider {
	margin-top: 5rem;
}

.l-member {
	margin-top: 6.25rem;
}

.l-archive-news {
	margin-top: 7.5rem;
}

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

.l-recruit-flow {
	margin-top: 5rem;
}

.l-recruit-info {
	margin-top: 6.25rem;
}

.l-service-feature {
	margin-top: 6.375rem;
}

.l-service-flow {
	margin-top: 4.625rem;
}

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

.l-service-personal-top {
	margin-top: 6.25rem;
}

.l-service-reason {
	margin-top: 5rem;
}

.l-service-recommend {
	margin-top: 6.375rem;
}

.l-service-top {
	margin-top: 6.25rem;
}

.l-single-news {
	margin-top: 7.5rem;
}

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

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

.c-title__en {
	font-size: 2.5rem;
	margin-bottom: 0.25rem;
}

.c-title--horizontal .c-title__en {
	display: block;
	margin-bottom: 0.25rem;
}

.c-view-more {
	letter-spacing: 0.05em;
	padding-right: 2.6875rem;
}

.c-view-more--text-large {
	font-size: 1rem;
}

.c-view-more::after {
	right: 3%;
	top: -15%;
}

.c-view-more--trial::after {
	right: 3%;
	top: -15%;
}

.p-404 {
	padding: 4.375rem 0;
}

.p-404__title {
	font-size: 2rem;
}

.p-404__text01 {
	margin-top: 1.875rem;
}

.p-about-message__content {
	gap: 1.1875rem;
	grid-template-columns: 1fr;
	margin-top: 1.4375rem;
}

.p-about-message__image {
	margin: 0.625rem auto 0;
	width: 15rem;
}

.p-about-message__position {
	font-size: 0.875rem;
}

.p-about-message__position-en {
	font-size: 0.9375rem;
}

.p-about-message__name {
	font-size: 1.25rem;
}

.p-about-message__name-en {
	font-size: 1.1875rem;
}

.p-about-message__paragraphs {
	margin-top: 1rem;
}

.p-about-message__paragraph {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-about-outline {
	padding-bottom: 2.3125rem;
}

.p-about-outline__content {
	gap: 0rem;
	grid-template-columns: 1fr;
}

.p-about-outline__list {
	margin-top: 0rem;
}

.p-about-outline__item {
	font-size: 0.875rem;
	grid-template-columns: 22% 78%;
	padding-top: 1.5rem;
}

.p-about-outline__item:nth-child(2) .p-about-outline__description {
	padding-bottom: 0.625rem;
}

.p-about-outline__item:nth-child(3) .p-about-outline__description {
	padding-bottom: 1.25rem;
}

.p-about-outline__item:nth-child(4) .p-about-outline__description {
	padding-bottom: 0.625rem;
}

.p-about-outline__item:nth-child(5) .p-about-outline__description {
	padding-bottom: 1.25rem;
}

.p-about-outline__term {
	padding-bottom: 0.625rem;
}

.p-about__bg {
	top: 57%;
	width: calc(150 / 390 * 100vw);
}

.p-about__content {
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-about__lists {
	gap: 0.625rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0rem;
	max-width: initial;
}

.p-about__list--header {
	margin-bottom: 1.0625rem;
}

.p-about__list--header .p-about__concept-label {
	font-size: 1rem;
	line-height: 1.3;
}

.p-about__concept-text {
	font-size: 1rem;
}

.p-about__list--header .p-about__concept-text {
	font-size: 2.875rem;
}

.p-about__concept-highlight {
	height: 3.25rem;
	line-height: 3.25rem;
	width: 3.25rem;
}

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

.p-archive-news {
	padding-bottom: 2.5rem;
}

.p-archive-news__tags {
	gap: 0.75rem;
	margin-left: initial;
	margin-right: auto;
	margin-top: 1.5rem;
}

.p-archive-news__tags-current {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.p-archive-news__tags-link a {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.p-archive-news__to-archive {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.p-archive-news__tag {
	font-size: 0.875rem;
}

.p-archive-news__content {
	margin-top: 1.5rem;
}

.p-archive-news__lists {
	gap: 2rem;
	grid-template-columns: 1fr;
}

.p-archive-news__list a {
	gap: 0.5rem;
	display: grid;
	grid-template-columns: 35% 62%;
}

.p-archive-news__list-content {
	margin-top: 0.125rem;
}

.p-archive-news__list-content p {
	line-height: 1;
}

.p-archive-news__time {
	font-size: 1rem;
	line-height: 1;
}

.p-archive-news__title {
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 0.4375rem;
}

.p-archive-news__number {
	gap: 1rem;
	margin-top: 1.5rem;
}

.p-archive-news__number li span {
	font-size: 1.125rem;
	height: 2rem;
	width: 2rem;
}

.p-archive-news__number li a:not(.next):not(.prev) {
	font-size: 1.125rem;
	height: 2rem;
	width: 2rem;
}

.p-contact-banner-personal__content {
	padding: 1.75rem 0;
}

.p-contact-banner-personal__title {
	font-size: 1.5rem;
}

.p-contact-banner-personal__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-contact-banner-personal__text-small {
	font-size: 0.625rem;
	margin-top: 0.3125rem;
}

.p-contact-banner-personal__button {
	margin-top: 1.25rem;
}

.p-contact-banner__content {
	padding: 1.75rem 0;
}

.p-contact-banner__title {
	font-size: 1.5rem;
}

.p-contact-banner__text {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.p-contact-banner__button {
	margin-top: 0.5rem;
}

.p-contact-form__wrap {
	margin-top: 2.375rem;
	padding: 2.5rem 1.8125rem;
}

.p-contact-form__contents {
	gap: 1.25rem;
}

.p-contact-form__content {
	gap: 0.4375rem;
	grid-template-columns: 1fr;
}

.p-contact-form__content-title {
	font-size: 1rem;
}

.contact-form__required {
	font-size: 0.875rem;
	height: 1.3125rem;
	width: 3.25rem;
}

.p-contact-form__input {
	border-radius: 0.25rem;
	font-size: 1rem;
	height: 2.5rem;
}

.p-contact-form__textarea {
	height: 10rem;
}

.p-contact-form__content--checkbox {
	margin-top: -0.375rem;
}

.contact-form__checkbox-label span {
	font-size: 0.875rem;
}

.contact-form__submit {
	max-width: 16rem;
}

.contact-form__button {
	font-size: 1rem;
	height: 3.1875rem;
}

.p-contact-form__privacy-link {
	font-size: 0.75rem;
}

.contact-form__captcha-note {
	font-size: 0.625rem;
	margin-top: -1.3125rem;
}

.p-contact-thanks__text01 {
	font-size: 1.75rem;
}

.p-contact-thanks__text02 {
	font-size: 1rem;
}

.p-footer-recruit__link {
	padding: 3.4375rem 0 2.5rem;
}

.p-footer-recruit::before {
	background-image: url(../img/footer-recruit-bg-sp.jpg);
}

.p-footer-recruit__title .c-title__en {
	margin-bottom: 0.3125rem;
}

.p-footer-recruit__text {
	font-size: 0.875rem;
}

.p-footer-recruit__button {
	margin-top: 2.75rem;
}

.p-footer {
	padding: 2.5rem 0 1.5rem;
}

.p-footer__inner.p-inner {
	max-width: initial;
	min-width: initial;
	padding: 0 1.5rem;
	width: 100%;
}

.p-footer__nav-area {
	gap: 1rem;
	flex-direction: column;
	height: auto;
}

.p-footer__nav-list {
	gap: 0.6875rem;
	flex-direction: column;
}

.p-footer__nav-item--service {
	font-size: 0.875rem;
	margin-top: 0rem;
}

.p-footer__nav-sub-list li {
	margin-top: 0.3125rem;
}

.p-footer__nav-item a {
	font-size: 0.875rem;
}

.p-footer__button {
	margin-top: 0.75rem;
	text-align: initial;
}

.p-footer__button-text {
	font-size: 0.625rem;
	margin-top: 0.125rem;
	text-align: initial;
}

.p-footer__button a {
	font-size: 0.875rem;
}

.p-footer__button a::after {
	height: 1.25rem;
	width: 1.25rem;
}

.footer__policy {
	margin-top: 3rem;
}

.footer__policy::after {
	top: -56%;
}

.footer__policy-list {
	gap: 0.5rem;
	flex-direction: column;
	max-width: initial;
}

.footer__policy-item a {
	font-size: 0.75rem;
	line-height: 1.7;
}

.footer__copyright {
	margin-top: 2.5rem;
}

.p-front-about__wrap {
	gap: 0rem;
}

.p-front-about__image {
	height: initial;
	margin-left: 0;
	margin-top: 1.1875rem;
	position: initial;
	width: 100%;
}

.p-front-about__image img {
	height: initial;
}

.p-front-about__content {
	max-width: initial;
}

.p-front-about__title {
	font-size: 3rem;
}

.p-front-about__text {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.p-front-about__link {
	margin-top: 0.9375rem;
}

.p-front-fv {
	padding-bottom: 0;
	padding-top: 4.8125rem;
}

.p-front-fv::after {
	background-image: url(../img/fv-bg-sp.png);
	bottom: -3.5625rem;
	height: 28.4375rem;
}

.p-front-fv__img {
	max-width: initial;
	padding-top: 0rem;
}

.p-front-fv__scroll {
	bottom: -25.0625rem;
	color: #333;
	right: 1.5rem;
}

.p-front-fv__scroll span::after {
	background-image: url(../img/view-more-allow.svg);
	left: -28%;
}

.p-front-fv__title {
	bottom: 1.8125rem;
	font-size: 2.25rem;
	left: 4.5%;
	position: relative;
	width: 22.875rem;
	z-index: 5;
}

.p-front-news__wrap {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-front-news__list-link {
	gap: 0.1875rem;
	grid-template-columns: 1fr;
	padding-right: 1.875rem;
}

.p-front-news__list-link::after {
	right: 0;
	top: 74%;
}

.p-front-news__list-link:hover:after {
	right: -1rem;
}

.p-front-news__list-left time {
	font-size: 0.875rem;
}

.p-front-news__tag {
	font-size: 0.875rem;
	margin-left: 0.5rem;
}

.p-front-news__list-right {
	font-size: 0.9375rem;
	line-height: 1.2;
}

.p-front-service__wrap {
	margin-top: 2rem;
}

.p-front-service__item {
	height: 10rem;
}

.p-front-service__item--job-seeker::before {
	background-image: url(../img/front-service01-bg-sp.jpg);
}

.p-front-service__content {
	top: 46%;
}

.p-front-service__heading {
	font-size: 1.5rem;
}

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

.p-front-service__link {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.p-front-service__link::after {
	right: -32%;
}

.p-front-service__item--recruiter::before {
	background-image: url(../img/front-service02-bg-sp.jpg);
}

.header {
	height: 4rem;
}

.header__inner {
	max-width: initial;
	padding: 0 1.5rem;
	position: relative;
}

.header__title {
	width: 4.6875rem;
}

.header__logo {
	padding-top: 0.3125rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	background-color: #263772;
	display: block;
	height: 2rem;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.p-inner {
	max-width: initial;
	min-width: initial;
	padding: 0 1.5rem;
	width: 100%;
}

.p-member-slider__button {
	margin-top: 1.25rem;
	padding-right: 1.25rem;
	position: initial;
	text-align: right;
}

.p-member__content {
	margin-top: 1.5rem;
}

.p-member__lists {
	gap: 0.9375rem 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-member__list:nth-child(1) {
	margin-inline: auto;
	grid-column: span 2;
	width: 69.5%;
}

.p-member__list:nth-child(n + 2) {
	grid-column: span 1;
}

.member__list-content {
	margin-top: 0.5rem;
	position: relative;
}

.member__list-content--ceo::after {
	right: 1.25rem;
	top: 0rem;
}

.member__list-content--ceo {
	text-align: center;
}

.member__list-content--ceo .member__list-tag {
	display: inline-block;
}

.member__list-tag {
	font-size: 0.75rem;
}

.member__list-name {
	font-size: 1rem;
}

.member__list-name--en {
	display: block;
	font-size: 0.875rem;
	margin-left: 0;
}

.member__list-content--ceo .member__list-name--en {
	display: inline-block;
	margin-left: 0.625rem;
}

.p-member-modal-list__close {
	right: 5%;
	top: 1%;
}

.p-member-modal-list {
	height: calc(100vh + 10vh);
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}

.p-member-modal-list.is-active {
	width: 100vw;
}

.p-member-modal-list__item {
	gap: 2rem;
	display: flex;
	flex-direction: column;
	grid-template-columns: 1fr;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	padding: 5rem 1.5rem 3rem;
	width: 100%;
}

.p-member-modal-list__item.is-active {
	position: fixed;
	top: 0;
}

.p-member-modal-list__item.is-active .p-member-modal-list__item-image img {
	margin-inline: auto;
	display: block;
	width: 15rem;
}

.p-member-modal-list__item.is-active .p-member-modal-list__item-image--recruit {
	width: 100%;
}

.p-member-modal-list__item.is-active .p-member-modal-list__item-image--recruit img {
	width: 100%;
}

.p-member-modal-list__item-image-button a {
	font-size: 0.875rem;
}

.p-member-modal-list__item-image-button a:after {
	right: 3.6875rem;
}

.p-member-modal-list__item-image-text {
	font-size: 0.625rem;
}

.p-member-modal-list__item-name--recruit {
	font-size: 1.125rem;
}

.p-member-modal-list__item-intro-wrap {
	font-size: 0.875rem;
}

.p-member-modal-list__item-link {
	padding-right: 0;
}

.p-member-modal-list__item-link-text {
	font-size: 0.625rem;
}

.p-member-modal-list__item-scroll-bar-wrap {
	height: calc(100vh - 37rem);
	right: 1rem;
	top: 16rem;
	transform: none;
}

.p-member-modal-list__item-scroll-bar-wrap.member {
	top: 31rem;
}

.p-policy__lists {
	gap: 0.9375rem;
	margin-top: 1.5rem;
}

.p-policy__list a {
	font-size: 1rem;
}

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

.p-privacy__title-english {
	font-size: 1.125rem;
}

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

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

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

.p-recruit-flow__title {
	text-align: center;
}

.p-recruit-flow__content {
	margin-top: 2rem;
}

.p-recruit-info__contents {
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-recruit-info__content-lists {
	gap: 0.625rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0rem;
	max-width: initial;
}

.p-recruit-info__content-list--header {
	margin-bottom: 1.0625rem;
}

.p-recruit-info__content-list--header .p-recruit-info__content-label {
	font-size: 1rem;
	line-height: 1.3;
}

.p-recruit-info__content-text {
	font-size: 1rem;
}

.p-recruit-info__content-list--header .p-recruit-info__content-text {
	font-size: 2.875rem;
}

.p-recruit-info__catchcopy {
	font-size: 2.875rem;
	line-height: 1.25;
	margin-top: 2.5rem;
	text-align: left;
}

.p-recruit-info__catchcopy--highlight {
	height: 3.25rem;
	line-height: 3.25rem;
	width: 3.25rem;
}

.p-recruit-info__lists {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-recruit-info__list {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-recruit-info__tag {
	height: 1.5625rem;
	width: 4.375rem;
}

.p-recruit-info__position {
	font-size: 1.25rem;
	margin-top: 0.25rem;
}

.p-recruit-info__description {
	font-size: 0.875rem;
}

.p-recruit-info__link {
	margin-top: 0rem;
	padding-right: 0;
}

.p-service-feature__title {
	font-size: 1.5rem;
	text-align: center;
}

.p-service-feature__lists {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 0.3125rem;
}

.p-service-feature__list {
	padding: 1rem;
}

.p-service-feature__icon--01 {
	width: 5.25rem;
}

.p-service-feature__icon--02 {
	width: 6.0625rem;
}

.p-service-feature__icon--03 {
	width: 5.125rem;
}

.p-service-feature__heading {
	font-size: 1.125rem;
}

.p-service-feature__text {
	font-size: 0.875rem;
	margin-top: -0.75rem;
}

.p-service-flow__title {
	font-size: 1.5rem;
	text-align: center;
}

.p-service-flow__content {
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.p-service-flow__lists {
	gap: 1.25rem;
}

.p-service-flow__list {
	gap: 1.5rem;
	grid-template-columns: 4rem 15.6875rem;
}

.p-service-flow__heading {
	font-size: 1.125rem;
}

.p-service-flow__description {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.p-service-message__title {
	text-align: center;
}

.p-service-message__content {
	gap: 1.1875rem;
	grid-template-columns: 1fr;
	margin-top: 1.4375rem;
}

.p-service-message__image {
	margin: 0 auto 0;
	width: 15rem;
}

.p-service-message__position {
	font-size: 0.875rem;
}

.p-service-message__position-en {
	font-size: 0.9375rem;
}

.p-service-message__name {
	font-size: 1.25rem;
}

.p-service-message__name-en {
	font-size: 1.1875rem;
}

.p-service-message__paragraphs {
	margin-top: 1rem;
}

.p-service-message__paragraph {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-service-personal-top__attention {
	align-items: initial;
	flex-direction: column;
	text-align: right;
}

.p-service-personal-top__attention-text01 {
	font-size: 1.125rem;
	height: 2.125rem;
	margin-right: 0;
	width: 100%;
}

.p-service-personal-top__attention-text02 {
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 0.4375rem;
}

.p-service-personal-top__title .c-title__en {
	width: 12.5rem;
}

.p-service-personal-top__wrap {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-service-personal-top__heading {
	font-size: 2rem;
}

.p-service-personal-top__description {
	font-size: 0.875rem;
}

.p-service-personal-top__link {
	text-align: right;
}

.p-service-personal-top__link .c-view-more::after {
	top: -27%;
}

.p-service-personal-top__link .c-view-more {
	font-size: 0.875rem;
}

.p-service-personal-top__link-text {
	font-size: 0.625rem;
}

.p-service-reason__title {
	font-size: 1.5rem;
	text-align: center;
}

.p-service-reason__lists {
	gap: 1rem;
	margin-top: 1.5rem;
}

.p-service-reason__list {
	grid-template-columns: 1fr;
}

.p-service-reason__heading {
	font-size: 1.125rem;
}

.p-service-reason__text {
	font-size: 0.875rem;
}

.p-service-recommend__title {
	font-size: 1.5rem;
	text-align: center;
}

.p-service-recommend__lists {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 0.3125rem;
}

.p-service-recommend__list {
	padding: 1rem;
}

.p-service-recommend__icon--01 {
	width: 5.25rem;
}

.p-service-recommend__icon--02 {
	width: 6.0625rem;
}

.p-service-recommend__icon--03 {
	width: 5.125rem;
}

.p-service-recommend__heading {
	font-size: 1.125rem;
}

.p-service-recommend__text {
	font-size: 0.875rem;
	margin-top: -0.75rem;
}

.p-service-top__attention {
	align-items: initial;
	flex-direction: column;
	text-align: right;
}

.p-service-top__attention-text01 {
	font-size: 1.125rem;
	height: 2.125rem;
	margin-right: 0;
	width: 100%;
}

.p-service-top__attention-text02 {
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 0.4375rem;
}

.p-service-top__title .c-title__en {
	width: 12.5rem;
}

.p-service-top__wrap {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-service-top__heading {
	font-size: 2rem;
}

.p-service-top__description {
	font-size: 0.875rem;
}

.p-service-top__link {
	text-align: right;
}

.p-service-top__link .c-view-more {
	font-size: 0.875rem;
}

.p-service-top__link .c-view-more::after {
	top: -27%;
}

.p-single-news__article {
	padding-bottom: 5rem;
}

.p-single-news__time {
	font-size: 1rem;
}

.p-single-news__title {
	font-size: 1.125rem;
	margin-top: 0rem;
}

.p-single-news__img {
	margin-top: 1.5rem;
	width: 100%;
}

.p-single-news__content {
	margin-top: 1.5rem;
}

.p-single-news__content p {
	font-size: 0.875rem;
}

.p-single-news__back {
	bottom: 5rem;
}

.p-single-news__back a {
	font-size: 1.125rem;
}

.p-single-news__navigation a {
	font-size: 1.125rem;
}

.p-single-news__navigation__prev a {
	padding-left: 2rem;
}

.p-single-news__navigation__next a {
	padding-right: 2rem;
}

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

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

}

@keyframes scroll-hint {

0% {
	transform: translateY(0) rotate(90deg);
}

50% {
	transform: translateY(0.3125rem) rotate(90deg);
}

100% {
	transform: translateY(0) rotate(90deg);
}

}

