@font-face {
	src: url(../font/din1451alt.ttf);
	font-family: "din";
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

.js-scroll-fade {
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
	-webkit-transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.is-scroll-fade {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

main {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

/* ホバー */

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

picture {
	display: block;
}

button {
	display: block;
}

html.is-fixed {
	overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

.c-blackTitle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	border-radius: 1.25rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border-radius: 1.5625rem;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12.5px;
	font-size: 0.78125rem;
	font-weight: bold;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-btn::before {
	background: url(../images/common/arrow_black.png) center center/contain no-repeat;
	content: "";
	height: 14px;
	height: 0.875rem;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 8px;
	width: 0.5rem;
}

.c-btn:hover {
	background-color: #000;
	color: #f6ea04;
}

.c-btn:hover::before {
	background: url(../images/common/arrow_yellow.png) center center/contain no-repeat;
}

.c-btn--yellow {
	background-color: #f6ea04;
}

.c-btn--shadow {
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(81, 81, 79, .75);
	box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(81, 81, 79, .75);
}

.c-entryBtn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6ea04;
	border-radius: 1.40625rem;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.c-entryBtn img {
	width: 18px;
	width: 1.125rem;
}

.c-entryBtn p {
	color: #000;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-left: 12px;
	margin-left: 0.75rem;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.c-entryBtn2 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #f6ea04;
	color: #000;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	padding: 25px 0;
	padding: 1.5625rem 0;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	width: 100vw;
}

.c-entryBtn2 img {
	width: 35px;
	width: 2.1875rem;
}

.c-entryBtn2 p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 24px;
	line-height: 1.5rem;
	margin-left: 20px;
	margin-left: 1.25rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.c-entryBtn2 p span {
	font-size: 12px;
	font-size: 0.75rem;
}

.c-subtitle {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	position: relative;
	text-align: center;
}

.c-subtitle::before {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	width: 9.375rem;
}

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

.c-text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 3;
}

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

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

.c-title__ja {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}

.c-title--center .c-title__ja {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.c-title--small .c-title__ja {
	font-size: 12px;
	font-size: 0.75rem;
}

.c-title__en {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 600;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-title--center .c-title__en {
	font-size: 45px;
	font-size: 2.8125rem;
}

.c-title--small .c-title__en {
	font-size: 35px;
	font-size: 2.1875rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.c-title__en span {
	color: #FFCC00;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.c-title__en span.is-show {
	color: #000;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: 0.3s opacity 0s linear, 0.2s color 0.4s linear, 0.3s -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.3s opacity 0s linear, 0.2s color 0.4s linear, 0.3s -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.3s opacity 0s linear, 0.2s color 0.4s linear, 0.3s transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.3s opacity 0s linear, 0.2s color 0.4s linear, 0.3s transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.3s -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.c-title2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2608695652;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-title2::before {
	background-color: #f6ea04;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

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

.l-application {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.l-banners {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.l-company {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.l-concept {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.l-conceptTop {
	margin-top: 82px;
	margin-top: 5.125rem;
}

.l-content {
	margin-top: 74px;
	margin-top: 4.625rem;
}

.l-drivers {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-driversTop {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.l-entry {
	margin-top: 91px;
	margin-top: 5.6875rem;
}

.l-environment {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-environmentLinks {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.l-environmentMmerit {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-footer {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-footer--none {
	margin-top: 0;
}

.l-form {
	margin-top: 73px;
	margin-top: 4.5625rem;
}

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

.l-message {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.l-period {
	margin-top: 80px;
	margin-top: 5rem;
}

.l-point {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.l-privacy {
	margin-top: 76px;
	margin-top: 4.75rem;
}

.l-senior {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-strong {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.l-subMv {
	margin-top: 67.5px;
	margin-top: 4.21875rem;
}

.l-thanks {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.l-training {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-worklife {
	margin-top: 48px;
	margin-top: 3rem;
}

.l-workStyle {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.l-workStyle + .l-workStyle {
	margin-top: 85px;
	margin-top: 5.3125rem;
}

.p-about__inner.l-inner {
	position: relative;
}

.p-about__title {
	margin: 0 auto;
	max-width: 272px;
	max-width: 17rem;
}

.p-about__img {
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100%;
}

.p-about__subtitle {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-about__text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.25;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-about__btn {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 187px;
	max-width: 11.6875rem;
}

.p-application__title {
	font-size: 27px;
	font-size: 1.6875rem;
	text-align: center;
}

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

.p-application__table dl {
	padding: 25px 0;
	padding: 1.5625rem 0;
	position: relative;
}

.p-application__table dl::before {
	background-color: #adadad;
	content: "";
	height: 1px;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
}

.p-application__table dt {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}

.p-application__table dd {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-application__table dd strong {
	display: inline-block;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-banners__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 375px;
	height: 23.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-banners__subtitle {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 13px;
	margin-top: 0.8125rem;
	text-align: center;
}

.p-banners__text {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.25;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 286px;
	max-width: 17.875rem;
}

.p-banners__btn {
	display: block;
	margin: 0 auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.p-banners__btn .c-btn {
	height: 42px;
	height: 2.625rem;
}

.p-banners__news {
	width: 100%;
}

.p-banners__lists {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 320px;
	max-width: 20rem;
}

.p-banners__img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.p-banners__img::before {
	background: rgba(35, 24, 21, .7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-breadcrumb {
	background-color: #eeeeef;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-breadcrumb li {
	display: inline;
	font-weight: 500;
}

.p-breadcrumb li:after {
	color: #231815;
	content: ">";
	padding: 0 0.2em; /* >を表示*/
}

.p-breadcrumb li:last-child:after {
	content: "";
}

.p-breadcrumb li a {
	color: #231815;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-breadcrumb li span {
	color: #231815;
	font-size: 14px;
	font-size: 0.875rem;
}

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

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

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

.p-calendar__calendarImg img {
	height: 100%;
	width: 100%;
}

.p-calendar__description {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-calendar__description-icon {
	background-color: #02B5FD;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	height: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 2px;
	margin-right: 0.125rem;
	width: 30px;
	width: 1.875rem;
}

.p-calendar__description-icon img {
	fill: #fff;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
}

.p-calendar__description-term {
	color: #02B5FD;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.60714;
	min-width: 56.8px;
	min-width: 3.55rem;
}

.p-calendar__description-term::after {
	content: "‥";
}

.p-calendar__description-text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}

.p-coming {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 250px;
	min-height: 15.625rem;
}

.p-coming__text {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.p-company__info {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
}

.p-company__info dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #acacac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 22px;
	padding: 1.25rem 1.375rem;
}

.p-company__info dl:first-child {
	border-top: none;
}

.p-company__info dt {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 2;
	width: 75px;
	width: 4.6875rem;
}

.p-company__info dd {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	width: calc(100% - 4.6875rem);
}

.p-company__map {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.p-company__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-concept__subtitle {
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: bold;
	line-height: 1.4666666667;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-concept__img {
	-webkit-animation: conceptImg 3s linear infinite;
	animation: conceptImg 3s linear infinite;
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100%;
}

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

.p-concept__text.c-text {
	font-size: 13.5px;
	font-size: 0.84375rem;
}

.p-concept__text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(20%, #f6ea04), color-stop(80%, #f6ea04), color-stop(80%, white));
	background: linear-gradient(to bottom, white 20%, #f6ea04 20%, #f6ea04 80%, white 80%);
	display: inline-block;
	font-weight: bold;
}

.p-concept__btn {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 187.5px;
	max-width: 11.71875rem;
	width: 100%;
}

.p-conceptTop__inner.l-inner {
	max-width: 1350px;
}

.p-conceptTop__title {
	font-size: 44px;
	font-size: 2.75rem;
	line-height: 1.2065217391;
	text-align: center;
}

.p-conceptTop__wrap {
	gap: 48px;
	gap: 3rem;
	display: grid;
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-conceptTop__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 3;
}

.p-content__bigText {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	text-align: center;
}

.p-content__text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-drawer {
	background: #000;
	height: 100%;
	overflow: scroll;
	padding: 0 16px 20px 25px;
	padding: 0 1rem 1.25rem 1.5625rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 100%;
}

.p-drawer.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-drawer__logo {
	height: 67.5px;
	height: 4.21875rem;
	width: 214px;
	width: 13.375rem;
}

.p-drawer__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-drawer__links {
	gap: 35px;
	gap: 2.1875rem;
	display: grid;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 295px;
	max-width: 18.4375rem;
}

.p-drawer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	padding-left: 0.5em;
}

.p-drawer__entry {
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-top: 48px;
	margin-top: 3rem;
	max-width: 225px;
	max-width: 14.0625rem;
}

.p-drivers {
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(23.4375rem, white), color-stop(23.4375rem, #f6ea04), color-stop(#f6ea04), to(white));
	background: linear-gradient(to bottom, white 0%, white 23.4375rem, #f6ea04 23.4375rem, #f6ea04 calc(100% - 1.5625rem), white calc(100% - 1.5625rem));
	overflow: hidden;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.p-drivers__subtitle {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-drivers__text {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-drivers__slider {
	margin: 0 auto;
	max-width: 289px;
	max-width: 18.0625rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-drivers__slider .slick-list {
	overflow: unset;
}

.p-drivers__item-img {
	position: relative;
	width: 100%;
}

.p-drivers__item-img::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.p-drivers__item-img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: bottom;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-drivers__item-img--center img {
	object-position: center;
}

.p-drivers__content {
	background-color: white;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(212, 212, 212, .75);
	box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(212, 212, 212, .75);
	margin: 0 auto;
	margin-top: -20px;
	margin-top: -1.25rem;
	max-width: 255px;
	max-width: 15.9375rem;
	padding: 18px 25px 20px;
	padding: 1.125rem 1.5625rem 1.25rem;
	position: relative;
	z-index: 1;
}

.p-drivrs__year {
	color: #666666;
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-drivers__position {
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-drivers__name {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-drivers__name-en {
	color: #939393;
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-drivers__btn {
	margin: 0 auto;
	margin-top: 55px;
	margin-top: 3.4375rem;
	max-width: 187.5px;
	max-width: 11.71875rem;
	width: 100%;
}

.p-drivers__slider .slide-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-drivers__slider .slide-dots li {
	background-color: #c3c2c2;
	border-radius: 50%;
	height: 8px;
	height: 0.5rem;
	list-style: none;
	margin: 0 6px;
	margin: 0 0.375rem;
	width: 8px;
	width: 0.5rem;
}

.p-drivers__slider .slide-dots li.slick-active {
	background-color: #fff;
}

.p-drivers__slider .slide-dots button {
	display: none;
}

.p-driversTop__btns {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
}

.p-driversTop__btn {
	border: 2px solid #000;
	border: 0.125rem solid #000;
	width: 100%;
}

.p-driversTop__btn a {
	display: block;
	height: 100%;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-driversTop__btn a:before {
	background: url(../images/common/arrow_bottom_black.png) center center/contain no-repeat;
	content: "";
	height: 13px;
	height: 0.8125rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
}

.p-driversTop__btn-year {
	color: #666666;
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-driversTop__btn-position {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-driversTop__btn-name {
	font-size: 23px;
	font-size: 1.4375rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-driversTop__btn-en {
	color: #666666;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-entry__btn {
	margin: 0 auto;
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-environment {
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(10.625rem, white), color-stop(10.625rem, #f6ea04), color-stop(42.5rem, #f6ea04), color-stop(42.5rem, white), to(white));
	background: linear-gradient(to bottom, white 0%, white 10.625rem, #f6ea04 10.625rem, #f6ea04 42.5rem, white 42.5rem, white 100%);
}

.p-environment__inner.l-inner {
	position: relative;
}

.p-environment__img {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-environment__subtitle {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-environment__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-environment__btn {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 187px;
	max-width: 11.6875rem;
}

.p-environmentLinks__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.p-environmentMerit__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 47.5px;
	padding-right: 47.5px;
	width: 100%;
}

.p-environmentMerit__yellowLineCards {
	margin-top: 71px;
	margin-top: 4.4375rem;
}

.p-footer {
	background-color: #000;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-footer a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.p-footer__bigText {
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.p-footer__bigText span {
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	text-align: center;
}

.p-footer__external {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-footer__btns {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
}

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

.p-footer__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 2.3125rem;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "din", sans-serif;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	height: 75px;
	height: 4.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	width: 100%;
}

.p-footer__btn:nth-child(1) a {
	font-size: 37px;
	font-size: 2.3125rem;
}

.p-footer__btn img {
	margin-right: 20px;
	margin-right: 1.25rem;
	width: 29px;
	width: 1.8125rem;
}

.p-footer__btn span {
	color: #fff;
	line-height: 25px;
	line-height: 1.5625rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
	white-space: nowrap;
}

.p-footer__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-footer__sns-link {
	width: 60px;
	width: 3.75rem;
}

.p-footer__sns-link + .p-footer__sns-link {
	margin-left: 50px;
	margin-left: 3.125rem;
}

.p-footer__sns-link a {
	display: block;
}

.p-footer__links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-footer__link {
	height: inherit;
}

.p-footer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__link + .p-footer__link {
	margin-left: 38px;
	margin-left: 2.375rem;
}

.p-footer__logo {
	margin: 0 auto;
	max-width: 278px;
	max-width: 17.375rem;
}

.p-footer__address {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-footer__copy {
	color: #fff;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-top: 47px;
	margin-top: 2.9375rem;
	text-align: center;
}

.p-form__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.p-form__main {
	margin-top: 70px;
	margin-top: 4.375rem;
}

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

.p-form__main dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}

.p-form__main dt .hissu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ff0000;
	border-radius: 0.125rem;
	color: #ff0000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 15px;
	height: 0.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 30px;
	width: 1.875rem;
}

.p-form__main dt .ninni {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #868686;
	border-radius: 0.125rem;
	color: #868686;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 15px;
	height: 0.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 30px;
	width: 1.875rem;
}

.p-form__main dd {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-form__main dd input {
	background-color: #fafafa;
	border: 1px solid #868686;
	border-radius: 0.125rem;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

.p-form__main dd input::-moz-placeholder {
	color: #d2d2d2;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

.p-form__main dd input::-webkit-input-placeholder {
	color: #d2d2d2;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

.p-form__main dd input::-ms-input-placeholder {
	color: #d2d2d2;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

.p-form__main dd input::placeholder {
	color: #d2d2d2;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

.p-form__main dd input + input {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-form__main dd select {
	background: url(../images/common/select_arrow.png) 96% 50%/8px no-repeat;
	background: url(../images/common/select_arrow.png) 96% 50%/0.5rem no-repeat;
	background-color: #fafafa;
	border: 1px solid #868686;
	border-radius: 0.125rem;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

.p-form__main dd textarea {
	background-color: #fafafa;
	border: 1px solid #868686;
	border-radius: 0.125rem;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	height: 160px;
	height: 10rem;
	line-height: 1.25;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

.p-form__main dl.harf dd input,
.p-form__main dl.harf dd select {
	max-width: 350px;
	max-width: 21.875rem;
}

.p-form__check {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-form__input span {
	font-size: 12px;
	font-size: 0.75rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	position: relative;
}

.p-form__input span::before {
	border: 1px solid #868686;
	border-radius: 0.125rem;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.p-form__input span::after {
	background-color: #868686;
	border-radius: 0.125rem;
	content: "";
	display: none;
	height: 8px;
	height: 0.5rem;
	left: 2px;
	left: 0.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.p-form__input input:checked + span::after {
	display: block;
}

.p-form__input span a {
	color: #2ca3dd;
	text-decoration: underline;
}

#form_submit {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 210px;
	max-width: 13.125rem;
	position: relative;
}

#form_submit::before {
	background: url(../images/common/arrow_black.png) center center/contain no-repeat;
	content: "";
	height: 14px;
	height: 0.875rem;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 8px;
	width: 0.5rem;
	z-index: 1;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

/* -- error message -------------------------------------------------------------------------------- */

.error_blank,
.error_format,
.error_match {
	color: #ff0000;
	display: block;
	margin-top: 5px;
}

.p-fullTitle {
	background-color: #F4F4E2;
	margin: 0 calc(50% - 50vw);
	padding: 11.5px 25px;
	padding: 0.71875rem 1.5625rem;
	text-align: center;
	width: 100vw;
}

.p-fullTitle__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.75;
}

.p-fullTitle__main::after {
	background-color: #000;
	content: "";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 1.795px;
	height: 0.1121875rem;
	width: 269.289px;
	width: 16.83059375rem;
}

.p-fullTitle__sub {
	font-size: 17.5px;
	font-size: 1.09375rem;
	line-height: 1.75;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.p-hamburger {
	background-color: #000;
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 50%;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-hamburger.is-active {
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-hamburger span {
	background-color: #fff;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 13px;
	width: 0.8125rem;
}

.p-hamburger.is-active span:nth-child(1) {
	background-color: #000;
	top: 18px;
	top: 1.125rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.p-hamburger.is-active span:nth-child(2) {
	background-color: #000;
	top: 18px;
	top: 1.125rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.p-hamburger span:nth-child(1) {
	top: 14px;
	top: 0.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-hamburger span:nth-child(2) {
	top: 22px;
	top: 1.375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-header {
	background-color: #fff;
	height: 67.5px;
	height: 4.21875rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.l-header--top .p-header {
	background-color: transparent;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: unset;
	padding: 0 16px 0 25px;
	padding: 0 1rem 0 1.5625rem;
}

.p-header__logo {
	pointer-events: visible;
	position: relative;
	width: 214px;
	width: 13.375rem;
	z-index: 1;
}

.p-header__logo a {
	display: block;
}

.p-header__hamburger {
	cursor: pointer;
	height: 42.5px;
	height: 2.65625rem;
	margin-left: auto;
	pointer-events: initial;
	width: 42.5px;
	width: 2.65625rem;
	z-index: 1000;
}

.p-header__drawer {
	pointer-events: initial;
	z-index: 999;
}

.p-list {
	color: #fff;
}

.p-list__time {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-list__title {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	line-height: 1.6153846154;
	margin-top: 5px;
	margin-top: 0.3125rem;
	overflow: hidden;
}

.p-list__title p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.p-message__bigText {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 2;
	text-align: center;
}

.p-message__units {
	gap: 47px;
	gap: 2.9375rem;
	display: grid;
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-message__unit {
	counter-increment: number;
}

.p-message__unit::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6ea04;
	border-radius: 0.3125rem;
	color: #000;
	content: counter(number, decimal-leading-zero);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "din", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	height: 42px;
	height: 2.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 42px;
	width: 2.625rem;
}

.p-message__unit-text {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	line-height: 2.1052631579;
	margin-top: 27px;
	margin-top: 1.6875rem;
	text-align: center;
}

.p-message__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 3;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-message__text span {
	display: block;
	font-weight: bold;
	text-align: right;
}

.p-message__text strong {
	font-size: 23px;
	font-size: 1.4375rem;
}

.p-mv {
	background-color: #c8d5da;
	overflow: hidden;
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
	padding-top: 67.5px;
	padding-top: 4.21875rem;
}

.p-mv__inner.l-inner {
	max-width: unset;
}

.p-mv__title {
	color: #f6ea04;
	font-family: "Oswald", sans-serif;
	font-size: 24vw;
	margin-left: calc(50% - 51vw);
	width: 102vw;
}

.p-mv__subtitle {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 7.46vw;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 25px;
	margin-top: 1.5625rem;
	position: relative;
	z-index: 5;
}

.p-mv__subtitle span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 3.73vw;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-mv__middle {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -18px;
	margin-top: -1.125rem;
}

.p-mv__img {
	-webkit-animation: bu-bu- 5s infinite linear 0.8s;
	animation: bu-bu- 5s infinite linear 0.8s;
	margin-left: 25px;
	margin-left: 1.5625rem;
	max-width: 53vw;
}

.c-big-entryBtn {
	-webkit-animation: fuwafuwa 3s infinite linear 0.8s alternate;
	animation: fuwafuwa 3s infinite linear 0.8s alternate;
	bottom: 20px;
	bottom: 1.25rem;
	position: fixed;
	right: 20px;
	right: 1.25rem;
	width: 37.33vw;
	z-index: 50;
}

.p-mv__scroll {
	cursor: default;
	margin: 0 auto;
	margin-top: 70px;
	margin-top: 4.375rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-mv__scroll span {
	color: #000;
	display: inline-block;
	font-family: "Oswald", sans-serif;
}

.p-mv__scroll::before {
	background-color: #f6ea04;
	border-radius: 50%;
	content: "";
	height: 49px;
	height: 3.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 49px;
	width: 3.0625rem;
	z-index: -1;
}

.p-mv__scroll::after {
	-webkit-animation: scroll 1s ease-in-out infinite;
	animation: scroll 1s ease-in-out infinite;
	background: url(../images/common/scrolldown.png) center center/contain no-repeat;
	content: "";
	height: 28px;
	height: 1.75rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9px;
	width: 0.5625rem;
	z-index: 1;
}

.p-mv__entry {
	display: none !important;
}

.l-newsSingle {
	margin-top: 2.875rem;
	margin-bottom: 4.56rem;
}

.p-newsSingle {

}

.p-newsSingle__time {
	font-weight: bold;
	font-size: 0.875rem;
}

.p-newsSingle__title {
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.p-newsSingle__text {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.p-newsSingle__btn {
	max-width: 200px;
	margin: 0 auto;
	margin-top: 2.6875rem;
}

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

.p-news__title {
	text-align: center;
	font-weight: bold;
	font-size: 1.875rem;
}

.p-news__lists {
	border-top: 1px solid #a7a7a7;
	margin-top: 3.125rem;
}

.p-news__list {
	border-bottom: 1px solid #a7a7a7;
}

.p-news__list a {
	display: block;
	padding: 1.25rem 0;
}

.p-news__time {
	font-weight: bold;
	font-size: 0.875rem;
}

.p-news__list-title {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.5rem;
	font-weight: 500;
}

.p-period__units {
	gap: 90px;
	gap: 5.625rem;
	display: grid;
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-period__unit {
	margin: 0 auto;
	max-width: 300px;
	max-width: 18.75rem;
	position: relative;
}

.p-period__unit::before {
	background: url(../images/common/arrow_bottom.png) center center/contain no-repeat;
	bottom: -55px;
	bottom: -3.4375rem;
	content: "";
	height: 23px;
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 44px;
	width: 2.75rem;
}

.p-period__unit:last-child::before {
	display: none;
}

.p-period__number {
	color: #f6ea04;
	font-family: "din", sans-serif;
	font-size: 75px;
	font-size: 4.6875rem;
	text-align: center;
}

.p-period__unit-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 25px;
	margin-top: 1.5625rem;
	position: relative;
	text-align: center;
}

.p-period__unit-title::before {
	background-color: #f6ea04;
	bottom: -25px;
	bottom: -1.5625rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 125px;
	width: 7.8125rem;
}

.p-period__unit-text {
	line-height: 1.5;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-period__unit-text p + p {
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}

.p-period__unit-text strong {
	display: inline-block;
	margin: 15px 0;
	margin: 0.9375rem 0;
}

.p-period__unit-text span {
	font-weight: 400;
}

.p-period__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-point {
	background-color: #f6ea04;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-point__inner.l-inner {
	padding: 0px 34px;
	padding: 0rem 2.125rem;
}

.p-point__items {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
}

.p-point__item {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 15px;
	padding: 0.9375rem;
}

.p-point__item-title {
	height: 20px;
	height: 1.25rem;
	margin: 0 auto;
	width: 100px;
	width: 6.25rem;
}

.p-point__item-img {
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 140px;
	width: 8.75rem;
}

.p-point__item-text {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-privacy__textTop {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 2;
}

.p-privacy__items {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-privacy__item {
	border-top: 1px solid #9e9e9f;
	padding: 30px 0;
	padding: 1.875rem 0;
}

.p-privacy__item-title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
}

.p-privacy__item-text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-privacy__item-text a {
	color: #2ca3dd;
	word-break: break-all;
}

.p-senior__items {

}

.p-senior__item + .p-senior__item {
	margin-top: 5.625rem;
}

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

.p-seniorItem__content {
	background-color: #f6ea04;
	padding: 25px 25px;
	padding: 1.5625rem 1.5625rem;
}

.p-seniorItem__bigText {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.3333333333;
}

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

.p-seniorItem__year {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}

.p-seniorItem__position {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-seniorItem__name {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-seniorItem__name span {
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 20px;
	margin-left: 1.25rem;
	vertical-align: middle;
}

.p-seniorItem__old {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-seniorItem__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-seniorItem__lists {
	gap: 56px;
	gap: 3.5rem;
	display: grid;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-seniorItem__list {
	counter-increment: listNumber;
}

.p-seniorItem__list-title {
	font-weight: bold;
	line-height: 1.3684210526;
	padding-left: 100px;
	padding-left: 6.25rem;
	position: relative;
}

.p-seniorItem__list-title::before {
	background-color: #fff;
	color: #f6ea04;
	content: "Q" counter(listNumber);
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	left: 40px;
	left: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 0;
}

.p-seniorItem__list-title::after {
	background: -webkit-gradient(linear, left top, right top, from(#f6ea04), color-stop(1.875rem, #f6ea04), color-stop(1.875rem, transparent), color-stop(transparent), to(#f6ea04));
	background: linear-gradient(to right, #f6ea04, #f6ea04 1.875rem, transparent 1.875rem, transparent calc(100% - 0.5rem), #f6ea04 calc(100% - 0.5rem));
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 15px;
	top: 0.9375rem;
	width: 95px;
	width: 5.9375rem;
}

.p-seniorItem__list-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-strong__subtitle {
	height: 23px;
	height: 1.4375rem;
	margin: 0 auto;
	width: 150px;
	width: 9.375rem;
}

.p-strong__title {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-strong__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-strong__content {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-strong__content-title {
	font-size: 37px;
	font-size: 2.3125rem;
	text-align: center;
}

.p-strong__content-title span {
	-webkit-text-stroke: 1px #000;
	color: #f6ea04;
	font-size: 67px;
	font-size: 4.1875rem;
}

.p-strong__items {
	display: grid;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-strong__item {
	border-bottom: 8px solid #000;
	border-bottom: 0.5rem solid #000;
	border-top: 8px solid #000;
	border-top: 0.5rem solid #000;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-strong__item + .p-strong__item {
	margin-top: -8px;
	margin-top: -0.5rem;
}

.p-strong__item-number {
	font-family: "din", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	text-align: center;
}

.p-strong__item-title {
	font-family: "din", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	margin-top: 17px;
	margin-top: 1.0625rem;
	text-align: center;
}

.p-strong__item-subtitle {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.25;
	margin: 0 auto;
	margin-top: 3px;
	margin-top: 0.1875rem;
	max-width: 225px;
	max-width: 14.0625rem;
	text-align: center;
}

.p-strong__item-bigText {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-strong__item-text {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 2.2058823529;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-strong__bottom {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.p-subContets__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-subMv {
	height: 312.5px;
	height: 19.53125rem;
	position: relative;
	width: 100%;
}

.p-subMv::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-subMv__text {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 45px;
	font-size: 2.8125rem;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 38%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.p-subMv__text::before {
	color: #fff;
	content: attr(data-ja);
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	width: 100%;
}

.p-subMv__img {
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-subMv__img img {
	-o-object-fit: cover;
	-o-object-position: top center;
	height: 100%;
	max-width: unset;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.p-thanks__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
}

.p-thanks__btn {
	margin: 0 auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 250px;
	max-width: 15.625rem;
}

.p-thanks__img {
	-webkit-animation: carMotion 5s linear infinite;
	animation: carMotion 5s linear infinite;
	margin: 0 auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	width: 120px;
	width: 7.5rem;
}

.p-training__inner.l-inner {
	position: relative;
}

.p-training__img {
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100%;
}

.p-training__img2 {
	display: none;
}

.p-training__content {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-training__text {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-training__btn {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 187.5px;
	max-width: 11.71875rem;
	width: 100%;
}

.p-worklife__subtitle {
	height: 23px;
	height: 1.4375rem;
	margin: 0 auto;
	width: 150px;
	width: 9.375rem;
}

.p-worklife__title {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-worklife__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
}

.p-workelife__content {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-worklife__units {
	gap: 15px;
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-worklife__unit {
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 0.3125rem;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	text-align: center;
}

.p-worklife__img {
	-webkit-animation: carMotion 3s linear infinite;
	animation: carMotion 3s linear infinite;
	margin: 0 auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	width: 120px;
	width: 7.5rem;
}

.p-workStyle__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-workStyle__units {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
}

.p-workStyle__unit {
	margin-left: auto;
	min-height: 96px;
	min-height: 6rem;
	position: relative;
	width: 100%;
}

.p-workStyle__units::before {
	background-color: #f6ea04;
	content: "";
	height: calc(100% - 2.1875rem);
	left: 36px;
	left: 2.25rem;
	position: absolute;
	top: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 1.44px;
	width: 0.09rem;
}

.p-workStyle__unit + .p-workStyle__unit {
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-workStyle__unit + .p-workStyle__unit.u-marginTop0 {
	margin-top: 0px;
	margin-top: 0rem;
}

.p-workStyle__unit img {
	background-color: #f6ea04;
	border-radius: 50%;
	height: 72px;
	height: 4.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 72px;
	width: 4.5rem;
}

.p-workStyle__unitTitle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	line-height: 1.23529;
	margin: 0;
	padding: 27.5px 0 0 78px;
	padding: 1.71875rem 0 0 4.875rem;
}

.p-workStyle__unitTitle::before {
	background: url(../images/environment/workStyle_dotline.png) no-repeat center;
	background-size: cover;
	content: "";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 2px;
	height: 0.125rem;
	margin-right: 7.35px;
	margin-right: 0.459375rem;
	width: 15px;
	width: 0.9375rem;
}

.p-workStyle__unitText {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	padding: 0 0 0 99.5px;
	padding: 0 0 0 6.21875rem;
}

.p-workStyle__unitText span {
	background-color: #f6ea04;
}

.p-workStyle__calendar {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.p-workStyle__points {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.p-workStyle__pointsText {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-workStyleLink {
	background-color: #f6ea04;
	display: block;
	max-width: 100%;
	padding: 50px 5px 24.25px;
	padding: 3.125rem 0.3125rem 1.515625rem;
	position: relative;
}

.p-workStyleLink::before {
	border: 0.88px solid #000;
	content: "";
	height: calc(100% - 0.625rem);
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: calc(100% - 0.625rem);
}

.p-workStyleLink__text {
	gap: 8.5px;
	gap: 0.53125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.p-workStyleLink__text::after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1.69px;
	height: 0.105625rem;
	width: calc(100% - 0.9375rem);
}

.p-workStyleLink__subText {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.75;
	text-align: center;
}

.p-workStyleLink__arrow {
	border: 0;
	border-right: solid 2px #000;
	border-top: solid 2px #000;
	display: block;
	height: 11px;
	height: 0.6875rem;
	margin: 0 auto;
	margin-top: 19.5px;
	margin-top: 1.21875rem;
	text-align: center;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 11px;
	width: 0.6875rem;
}

.p-workStyleLinks {
	gap: 15px;
	gap: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-workStyleLinks__link {
	width: calc(49.99999% - 0.46875rem);
}

.p-yellowLineCard__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	font-size: 1.5rem;
	height: 2.5em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
}

.p-yellowLineCard__title::after {
	background-color: #f6ea04;
	bottom: -21px;
	bottom: -1.3125rem;
	content: "";
	display: inline-block;
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 250px;
	width: 15.625rem;
}

.p-yellowLineCard__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.86666;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-yellowLinecards__card {
	width: 100%;
}

.p-yellowLinecards__card + .p-yellowLinecards__card {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-yellowTitle {
	background-color: #f6ea04;
	display: inline-block;
	font-size: 18.72px;
	font-size: 1.17rem;
	line-height: 1;
	padding: 0 17.4px;
	padding: 0 1.0875rem;
}

.p-yellowTitle--en {
	text-transform: uppercase;
}

.u-yellow {
	background-color: #f6ea04;
	font-weight: bold;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.8333333333vw;
}

html.is-fixed {
	overflow: scroll;
}

.c-blackTitle {
	font-size: 1.375rem;
}

.c-btn {
	border-radius: 2.5rem;
	font-size: 1.25rem;
	height: 5rem;
}

.c-btn::before {
	right: 1.25rem;
}

.c-entryBtn a {
	border-radius: 2.5rem;
	height: 5rem;
}

.c-entryBtn a:hover {
	background-color: #000;
}

.c-entryBtn img {
	width: 1.9375rem;
}

.c-entryBtn p {
	font-size: 2rem;
}

.c-entryBtn a:hover p {
	color: #f6ea04;
}

.c-entryBtn2 {
	margin: 0;
	margin: initial;
	padding: 2.5rem 0;
	position: relative;
	width: 100%;
}

.c-entryBtn2:hover {
	background-color: #000;
	color: #f6ea04;
}

.c-entryBtn2 img {
	left: 4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4.375rem;
}

.c-entryBtn2 p {
	font-size: 4.4375rem;
	line-height: 3.5rem;
	margin-top: 1.25rem;
}

.c-entryBtn2 p span {
	font-size: 1.875rem;
}

.c-subtitle {
	font-size: 3.125rem;
	padding-bottom: 2.5rem;
	text-align: left;
}

.c-subtitle::before {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

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

.c-text {
	font-size: 1.375rem;
	line-height: 2;
}

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

.c-title__ja {
	font-size: 1.625rem;
	text-align: left;
}

.c-title--small .c-title__ja {
	font-size: 1.125rem;
}

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

.c-title--center .c-title__en {
	font-size: 5rem;
	text-align: center;
}

.c-title--small .c-title__en {
	font-size: 3.125rem;
}

.c-title2 {
	font-size: 3.125rem;
}

.c-title2::before {
	height: 1.5rem;
	left: -0.5em;
	width: calc(100% + 1em);
}

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

.l-application {
	margin-top: 9.6875rem;
}

.l-banners {
	margin-top: 12.5rem;
}

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

.l-concept {
	margin-top: 12.5rem;
}

.l-conceptTop {
	margin-top: 13.125rem;
}

.l-content {
	margin-top: 9.0625rem;
}

.l-driversTop {
	margin-top: 9.0625rem;
}

.l-entry {
	margin-top: 12.5rem;
}

.l-environment {
	margin-top: 12.5rem;
}

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

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

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

.l-footer--none {
	margin-top: 0;
}

.l-form {
	margin-top: 8.4375rem;
}

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

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

.l-period {
	margin-top: 9.125rem;
}

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

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

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

.l-subMv {
	margin-top: 0;
}

.l-thanks {
	margin-top: 12.5rem;
}

.l-training {
	margin-top: 12.5rem;
}

.l-worklife {
	margin-top: 12.5rem;
}

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

.l-workStyle + .l-workStyle {
	margin-top: 8rem;
}

.p-about__inner.l-inner {
	max-width: 110.625rem;
}

.p-about__content {
	padding-left: 5.625rem;
	padding-right: 2.8125rem;
	width: 50%;
}

.p-about__title {
	margin: 0;
	margin: initial;
	max-width: 31.25rem;
}

.p-about__img {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-about__text {
	font-size: 1.5rem;
	margin-top: 2.5rem;
}

.p-about__btn {
	margin: 0;
	margin: initial;
	margin-top: 4.6875rem;
	max-width: 18.75rem;
}

.p-application__inner.l-inner {
	max-width: 96.875rem;
}

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

.p-application__table {
	border-bottom: 1px solid #adadad;
	margin-top: 2.8125rem;
}

.p-application__table dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.1875rem 6.25rem;
}

.p-application__table dl::before {
	margin-left: 0;
	margin-left: initial;
	width: 100%;
}

.p-application__table dt {
	font-size: 1.25rem;
	line-height: 1.5;
	width: 17.5rem;
}

.p-application__table dd {
	font-size: 1.25rem;
	margin-top: 0;
	width: calc(100% - 17.5rem);
}

.p-application__table dd strong {
	margin-top: 0.625rem;
	width: 10rem;
}

.p-banners__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	height: 60rem;
}

.p-banners__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
	padding: 0 6.25rem 0 6.25rem;
}

.p-banners__item:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-banners__item:nth-child(2) .c-title__ja,
.p-banners__item:nth-child(3) .c-title__ja {
	font-size: 1.375rem;
}

.p-banners__item:nth-child(2) .c-title__en,
.p-banners__item:nth-child(3) .c-title__en {
	font-size: 4.375rem;
}

.p-banners__subtitle {
	font-size: 3.125rem;
	margin-top: 3.4375rem;
}

.p-banners__text {
	font-size: 1.375rem;
	margin: 0;
	margin: initial;
	margin-top: 4.0625rem;
	max-width: 36.875rem;
}

.p-banners__item:nth-child(3) .p-banners__text {
	max-width: unset;
}

.p-banners__btn {
	margin: 0;
	margin: initial;
	margin-top: 2.875rem;
	max-width: 15.625rem;
}

.p-banners__item:nth-child(1) .p-banners__btn {
	margin-top: 6.25rem;
}

.p-banners__btn .c-btn {
	height: 3.75rem;
}

.p-banners__lists {
	margin-top: 2.1875rem;
	max-width: unset;
}

.p-breadcrumb {
	padding: 1.5625rem 0;
}

.p-breadcrumb__inner.l-inner {
	max-width: 96.875rem;
}

.p-breadcrumb li a {
	font-size: 1.25rem;
}

.p-breadcrumb li span {
	font-size: 1.25rem;
}

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

.p-calendar__calendarImg {
	margin: 0;
	margin: initial;
	width: 100%;
}

.p-calendar__description {
	margin-left: 2.25rem;
}

.p-calendar__description-icon {
	padding: 0.4375rem 0.4375rem;
}

.p-calendar__description-icon img {
	height: 1.09863125rem;
	width: 1.23156875rem;
}

.p-calendar__description-term {
	font-size: 1rem;
	min-width: 4rem;
}

.p-calendar__description-text {
	font-size: 0.875rem;
}

.p-coming {
	min-height: 31.25rem;
}

.p-coming__text {
	font-size: 2.5rem;
}

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

.p-company__info {
	position: relative;
}

.p-company__info dl {
	padding: 2.1875rem 0rem 2.1875rem 6.25rem;
	width: calc(50% - 5rem);
}

.p-company__info dt {
	font-size: 1.25rem;
	width: 11.25rem;
}

.p-company__info dd {
	font-size: 1.25rem;
	width: calc(100% - 11.25rem);
}

.p-company__map {
	padding-top: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}

.p-company__map-inner {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.p-concept__inner.l-inner {
	padding-left: 11.875rem;
	position: relative;
}

.p-concept__title {
	width: 50%;
}

.p-concept__subtitle {
	font-size: 4.6875rem;
	line-height: 1.4666666667;
	text-align: left;
	width: 50%;
}

.p-concept__img {
	bottom: 3.75rem;
	max-width: 50.125rem;
	position: absolute;
	right: calc(50% - 50rem);
	width: 50%;
}

.p-concept__content {
	width: 50%;
}

.p-concept__text.c-text {
	font-size: 1.375rem;
	max-width: 43.4375rem;
}

.p-concept__btn {
	margin: 0;
	margin: initial;
	margin-top: 6.25rem;
	max-width: 19.375rem;
}

.p-conceptTop__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 6.875rem;
}

.p-conceptTop__wrap {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 11rem;
}

.p-conceptTop__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 1.5rem;
	padding-right: 9rem;
}

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

.p-content__bigText {
	font-size: 3.75rem;
}

.p-content__text {
	font-size: 1.625rem;
	margin-top: 2.9375rem;
}

.p-drawer {
	max-width: 43.75rem;
	padding-bottom: 3.125rem;
	padding-top: 10.625rem;
}

.p-drawer__logo {
	height: auto;
	margin: 0 auto;
	width: 21.5625rem;
}

.p-drawer__links {
	gap: 2.9375rem;
	margin-top: 3rem;
	max-width: 24.5rem;
}

.p-drawer__link a {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-drawer__link a:hover {
	background-color: #f6ea04;
	color: #000;
}

.p-drawer__link span {
	font-size: 1.125rem;
}

.p-drawer__entry {
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 21.125rem;
}

.p-drawer__entry.c-entryBtn p {
	font-size: 1.625rem;
}

.p-drawer__entry.c-entryBtn a {
	height: 3.75rem;
	max-width: 18.75rem;
}

.p-drivers {
	background: -webkit-gradient(linear, right top, left top, color-stop(18.75rem, white), color-stop(18.75rem, transparent)), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(6.25rem, white), color-stop(6.25rem, #f6ea04), color-stop(#f6ea04), to(white));
	background: linear-gradient(to left, white 18.75rem, transparent 18.75rem), linear-gradient(to bottom, white 0%, white 6.25rem, #f6ea04 6.25rem, #f6ea04 calc(100% - 2.5rem), white calc(100% - 2.5rem));
}

.p-drivers__inner.l-inner {
	padding: 0 11.875rem;
}

.p-drivers__text {
	margin-top: 2.5rem;
	width: 52%;
}

.p-drivers__slider {
	margin-left: calc(50% - 50vw);
	margin-top: 5rem;
	max-width: unset;
	padding: 0;
	width: 100vw;
}

.p-drivers__item-img::before {
	padding-top: 100%;
}

.p-drivers__content {
	/* margin: 0 0.9375rem; */
	margin-top: -3.125rem;
	max-width: 26.875rem;
	padding: 1.6875rem 2.3125rem 1.875rem;
}

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

.p-drivers__position {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.p-drivers__name {
	font-size: 1.8125rem;
	margin-top: 1.25rem;
}

.p-drivers__name-en {
	font-size: 0.875rem;
	margin-top: 0.875rem;
}

.p-drivers__btn {
	max-width: 18.75rem;
}

.p-driversTop__inner.l-inner {
	max-width: 92.5rem;
}

.p-driversTop__btns {
	gap: 3.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-driversTop__btn a {
	padding: 2.1875rem 2.8125rem;
}

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

.p-driversTop__btn a:before {
	height: 1.125rem;
	right: 2.8125rem;
	width: 1.9375rem;
}

.p-driversTop__btn-year {
	font-size: 1.25rem;
}

.p-driversTop__btn-position {
	font-size: 1.25rem;
	margin-top: 2.25rem;
}

.p-driversTop__btn-name {
	font-size: 1.875rem;
	margin-top: 1.5rem;
}

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

.p-entry__inner {
	margin: 0 auto;
	max-width: 1550px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-environment {
	background: -webkit-gradient(linear, right top, left top, color-stop(18.75rem, white), color-stop(18.75rem, transparent)), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(6.25rem, white), color-stop(6.25rem, #f6ea04), color-stop(#f6ea04), color-stop(white), to(white));
	background: linear-gradient(to left, white 18.75rem, transparent 18.75rem), linear-gradient(to bottom, white 0%, white 6.25rem, #f6ea04 6.25rem, #f6ea04 calc(100% - 6.25rem), white calc(100% - 6.25rem), white 100%);
	padding-bottom: 18.4375rem;
}

.p-environment__inner.l-inner {
	padding-left: 11.875rem;
}

.p-environment__img {
	position: absolute;
	right: 0;
	top: 12.5rem;
	width: 50.85%;
}

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

.p-environment__text {
	margin-top: 2.3125rem;
	max-width: 34.9375rem;
}

.p-environment__btn {
	margin: 0;
	margin: initial;
	margin-top: 3.75rem;
	max-width: 18.75rem;
}

.p-environmentLinks__inner {
	max-width: 1550px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-environmentMerit__inner {
	max-width: 1550px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-environmentMerit__yellowLineCards {
	margin-top: 9.1875rem;
}

.p-footer {
	padding-bottom: 0;
	padding-top: 4.1875rem;
}

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

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

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

.p-footer__bigText span {
	font-size: 3.125rem;
}

.p-footer__external {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin-top: 3.75rem;
	max-width: 47.5rem;
}

.p-footer__btns {
	gap: 1.25rem;
	/* grid-template-columns: repeat(2, 1fr); */
	width: 76.315%;
	width: 100%;
}

.p-footer__btn {
	margin: 0 auto;
	max-width: 17.5rem;
	width: 100%;
}

.p-footer__btn a {
	font-size: 1.25rem;
	height: 4.375rem;
}

.p-footer__btn:nth-child(1) a {
	font-size: 2rem;
}

.p-footer__btn img {
	margin-right: 1.0625rem;
}

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

.p-footer__sns {
	margin-left: 1.25rem;
	margin-top: -1.5625rem;
	width: calc(23.685% - 1.25rem);
}

.p-footer__sns-link {
	width: 4.375rem;
}

.p-footer__sns-link + .p-footer__sns-link {
	margin-left: 1.25rem;
}

.p-footer__links {
	height: 4.25rem;
	margin-top: 2.8125rem;
	position: relative;
}

.p-footer__links::before,
.p-footer__links::after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	width: 100vw;
}

.p-footer__links::before {
	top: 0;
}

.p-footer__links::after {
	bottom: 0;
}

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

.p-footer__link + .p-footer__link {
	margin-left: rem855;
}

.p-footer__bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-footer__bottom-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__logo {
	max-width: 14.0625rem;
}

.p-footer__address {
	font-size: 1.125rem;
	margin-left: 1.5625rem;
	margin-top: 0;
}

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

.p-form__title {
	font-size: 2.5rem;
}

.p-form__main {
	margin: 8.75rem auto 0;
	max-width: 59.375rem;
}

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

.p-form__main dl:first-child dd,
.p-form__main dl:nth-child(2) dd {
	gap: 0 3.125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-form__main dt {
	font-size: 1.125rem;
}

.p-form__main dt .hissu {
	height: 14px;
	width: 24px;
}

.p-form__main dt .ninni {
	height: 1.25rem;
	width: 2.75rem;
}

.p-form__main dd {
	margin-top: 0.875rem;
}

.p-form__main dd input {
	font-size: 0.9375rem;
	padding: 1.25rem;
}

.p-form__main dd input::-moz-placeholder {
	font-size: 0.9375rem;
}

.p-form__main dd input::-webkit-input-placeholder {
	font-size: 0.9375rem;
}

.p-form__main dd input::-ms-input-placeholder {
	font-size: 0.9375rem;
}

.p-form__main dd input::placeholder {
	font-size: 0.9375rem;
}

.p-form__main dd input + input {
	margin-top: 0;
}

.p-form__main dd select {
	font-size: 0.9375rem;
	padding: 1.25rem;
}

.p-form__main dd textarea {
	font-size: 0.9375rem;
	height: 11.25rem;
	padding: 1.25rem;
}

.p-form__check {
	margin-top: 4.0625rem;
}

.p-form__input span {
	font-size: 1.25rem;
	padding-left: 1.5rem;
}

.p-form__input span::before {
	height: 1.25rem;
	width: 1.25rem;
}

.p-form__input span::after {
	height: 0.875rem;
	left: 0.1875rem;
	width: 0.875rem;
}

#form_submit {
	margin-top: 4.0625rem;
	max-width: 18.75rem;
}

#form_submit::before {
	right: 1.25rem;
}

.p-fullTitle {
	margin: 0 auto;
	max-width: calc(93.75rem + 50);
	padding: 2rem 1.5625rem;
	width: 100%;
}

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

.p-fullTitle__main::after {
	height: 0.125rem;
	width: 21.25rem;
}

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

.p-hamburger span {
	height: 0.3125rem;
	width: 1.875rem;
}

.p-hamburger.is-active span:nth-child(1) {
	top: 2.9375rem;
}

.p-hamburger.is-active span:nth-child(2) {
	top: 2.9375rem;
}

.p-hamburger span:nth-child(1) {
	top: 2.375rem;
}

.p-hamburger span:nth-child(2) {
	top: 3.5rem;
}

.p-header {
	background-color: transparent;
	height: 12.5rem;
	pointer-events: none;
}

.p-header__inner.l-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 3.125rem;
	padding-top: 3.125rem;
}

.p-header__logo {
	width: 20rem;
}

.p-header__hamburger {
	height: 6.25rem;
	width: 6.25rem;
}

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

.p-list__time {
	font-size: 1.25rem;
	width: 9.0625rem;
}

.p-list__title {
	font-size: 1.25rem;
	margin-top: 0;
	width: calc(100% - 9.0625rem);
}

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

.p-message__bigText {
	font-size: 4.375rem;
}

.p-message__units {
	margin-top: 9.375rem;
}

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

.p-message__unit::before {
	border-radius: 0.625rem;
	font-size: 3.125rem;
	height: 4.375rem;
	width: 4.375rem;
}

.p-message__unit-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 2.125rem;
	margin-top: 0;
	padding-left: 2.1875rem;
	text-align: left;
	width: calc(100% - 4.375rem);
}

.p-message__text {
	font-size: 1.5rem;
	margin-top: 9.375rem;
}

.p-message__text span {
	font-size: 1.3125rem;
	margin-top: 6.25rem;
}

.p-message__text strong {
	font-size: 1.875rem;
}

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

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

.p-mv__title {
	font-size: 9.375rem;
	margin-left: 0;
	margin-left: initial;
	width: auto;
}

.p-mv__subtitle {
	font-size: 4.375rem;
	line-height: 1.5;
	margin-top: 5.1875rem;
}

.p-mv__subtitle span {
	font-size: 1.5rem;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.p-mv__middle {
	margin-top: 0;
	position: absolute;
	right: 2.1875rem;
	top: 28.125rem;
	width: 50%;
}

.p-mv__img {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	max-width: 31.25rem;
	width: 31.25rem;
}

.c-big-entryBtn {
	margin-left: 0.9375rem;
	margin-right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20.625rem;
}

.c-big-entryBtn:hover {
	opacity: 0.9;
}

.p-mv__scroll {
	margin: 0;
	margin: initial;
	margin-left: 17.5rem;
	margin-top: 9.6875rem;
	margin-top: 10rem;
}

.p-mv__scroll span {
	font-size: 1.125rem;
}

.p-mv__scroll::before {
	height: 5rem;
	width: 5rem;
}

.p-mv__scroll::after {
	height: 2.5rem;
	width: 0.8125rem;
}

.p-mv__entry {
	bottom: 6.25rem;
	max-width: 23.75rem;
	position: fixed;
	right: 6.25rem;
	width: 100%;
	z-index: 999;
}


.l-newsSingle {
	margin-top: 8.9375rem;
	margin-bottom: 9.125rem;
}

.p-newsSingle {
	max-width: 950px;
	margin: 0 auto;
}

.p-newsSingle__time {
	font-weight: bold;
	font-size: 1.1875rem;
}

.p-newsSingle__title {
	line-height: 1.5;
	font-weight: bold;
	font-size: 2.5rem;
	margin-top: 1.25rem;
}

.p-newsSingle__text {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 5rem;
}

.p-newsSingle__btn {
	max-width: 18.75rem;
	margin: 0 auto;
	margin-top: 6rem;
}

.l-news {
	margin-top: 5.75rem;
	padding-bottom: 5.625rem;
}

.p-news {
	max-width: 920px;
	margin: 0 auto;
}

.p-news__title {
	text-align: center;
	font-weight: bold;
	font-size: 3.75rem;
}

.p-news__lists {
	border-top: 1px solid #a7a7a7;
	margin-top: 5.625rem;
}

.p-news__list {
	border-bottom: 1px solid #a7a7a7;
}

.p-news__list a {
	display: grid;
	align-items: center;
	grid-template-columns: 12.875rem 1fr;
	padding: 1.75rem 0;
}

.p-news__time {
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
}

.p-news__list-title {
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 0;
}


.p-period__inner.l-inner {
	max-width: 90.625rem;
}

.p-period__units {
	gap: 17.75rem;
	margin-top: 6.25rem;
}

.p-period__unit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 81.25rem;
	width: 100%;
}

.p-period__unit::before {
	bottom: -10.3125rem;
	height: 3.125rem;
	width: 6.875rem;
}

.p-period__number {
	font-size: 7.25rem;
	width: 12.5rem;
}

.p-period__unit-title {
	font-size: 1.75rem;
	margin-top: 0;
	text-align: left;
	width: 20.9375rem;
}

.p-period__unit-title::before {
	bottom: auto;
	bottom: initial;
	height: 7.5rem;
	left: auto;
	left: initial;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.1875rem;
}

.p-period__unit-text {
	font-size: 1.375rem;
	line-height: 2.0909090909;
	margin-top: 0;
	padding-left: 3.125rem;
	width: calc(100% - 33.4375rem);
}

.p-period__unit-text strong {
	margin: 0;
}

.p-period__text {
	font-size: 1.625rem;
	margin: 0 auto;
	margin-top: 10.3125rem;
	max-width: 81.25rem;
}

.p-point {
	padding: 6rem 0;
}

.p-point__inner.l-inner {
	max-width: 88.125rem;
	padding: 0 1.5625rem;
}

.p-point__items {
	gap: 4.0625rem 9.0625rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-point__item {
	border-radius: 1.875rem;
	padding: 1.875rem;
}

.p-point__item-title {
	height: 2.5rem;
	width: 12.5rem;
}

.p-point__item-img {
	height: 15rem;
	width: auto;
}

.p-point__item-img img {
	height: 100%;
	margin: 0 auto;
	max-width: unset;
	width: auto;
}

.p-point__item-text {
	font-size: 2.125rem;
	margin-top: 2.5rem;
}

.p-privacy__inner.l-inner {
	max-width: 96.875rem;
}

.p-privacy__textTop {
	font-size: 1.375rem;
}

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

.p-privacy__item {
	padding: 3.125rem 0;
}

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

.p-privacy__item-text {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-senior__items {
	
}

.p-senior__item + .p-senior__item {
	margin-top: 12.5rem;
}

.p-seniorItem__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12.5rem, transparent), color-stop(12.5rem, #f6ea04));
	background: linear-gradient(to bottom, transparent 12.5rem, #f6ea04 12.5rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 13.125rem 3.125rem;
}

.p-seniorItem__top-img {
	width: 31.25rem;
}

.p-seniorItem__content {
	background-color: transparent;
	margin-left: 6.875rem;
	padding: 0;
	width: calc(100% - 31.25rem);
}

.p-seniorItem__bigText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 3.125rem;
	height: 2.66666em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-seniorItem__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6.875rem;
}

.p-seniorItem__info {
	width: 15.3125rem;
}

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

.p-seniorItem__position {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
}

.p-seniorItem__name {
	font-size: 1.75rem;
	margin-top: 1.75rem;
}

.p-seniorItem__name span {
	font-size: 1.125rem;
	margin-left: 0;
}

.p-seniorItem__old {
	font-size: 1.125rem;
	margin-top: 1.4375rem;
}

.p-seniorItem__text {
	font-size: 1.3125rem;
	margin-top: 0;
	width: calc(100% - 15.3125rem);
}

.p-seniorItem__lists {
	gap: 5.1875rem;
	margin: 0 auto;
	margin-top: 6.25rem;
	max-width: 81.25rem;
}

.p-seniorItem__list-title {
	font-size: 1.75rem;
	padding-left: 10rem;
}

.p-seniorItem__list-title::before {
	font-size: 2.5rem;
	left: 5.625rem;
}

.p-seniorItem__list-title::after {
	background: -webkit-gradient(linear, left top, right top, from(#f6ea04), color-stop(4.375rem, #f6ea04), color-stop(4.375rem, transparent), color-stop(transparent), to(#f6ea04));
	background: linear-gradient(to right, #f6ea04, #f6ea04 4.375rem, transparent 4.375rem, transparent calc(100% - 0.625rem), #f6ea04 calc(100% - 0.625rem));
	top: 1.25rem;
	width: 9.6875rem;
}

.p-seniorItem__list-text {
	font-size: 1.25rem;
	margin-top: rme(50);
}

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

.p-strong__subtitle {
	height: 2.25rem;
	width: 15.625rem;
}

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

.p-strong__content {
	margin-top: 5.3125rem;
}

.p-strong__content-title {
	font-size: 4.6875rem;
}

.p-strong__content-title span {
	font-size: 8.4375rem;
}

.p-strong__items {
	gap: 8.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.3125rem;
}

.p-strong__item {
	padding: 4.1875rem 0;
}

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

.p-strong__item-number {
	font-size: 2.5rem;
}

.p-strong__item-title {
	font-size: 3.75rem;
	margin-top: 1.625rem;
}

.p-strong__item-subtitle {
	font-size: 1.25rem;
	max-width: 16.25rem;
}

.p-strong__item-bigText {
	font-size: 1.5rem;
	margin-top: 2.875rem;
}

.p-strong__item-text {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-strong__bottom {
	font-size: 5rem;
	margin-top: 12.1875rem;
}

.p-subContets__inner {
	max-width: 1550px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-subMv {
	height: 37.5rem;
}

.p-subMv__text {
	font-size: 5rem;
	top: 42%;
}

.p-subMv__text::before {
	font-size: 1.375rem;
}

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

.p-thanks__btn {
	max-width: 21.875rem;
}

.p-thanks__img {
	margin-top: 3.75rem;
	width: 13.125rem;
}

.p-training {
	background: -webkit-gradient(linear, left top, right top, color-stop(18.75rem, white), color-stop(18.75rem, transparent)), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(6.25rem, white), color-stop(6.25rem, #f6ea04), color-stop(#f6ea04), to(white));
	background: linear-gradient(to right, white 18.75rem, transparent 18.75rem), linear-gradient(to bottom, white 0%, white 6.25rem, #f6ea04 6.25rem, #f6ea04 calc(100% - 6.25rem), white calc(100% - 6.25rem));
	padding-bottom: 18.4375rem;
}

.p-training__img {
	margin-top: 0;
	position: absolute;
	width: 51%;
}

.p-training__img2 {
	bottom: -16.75rem;
	display: block;
	left: 25rem;
	position: absolute;
	width: 34%;
}

.p-training__content {
	margin-left: auto;
	margin-right: 8rem;
	margin-top: 0;
	margin-top: 0;
	width: 27%;
}

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

.p-training__text {
	margin-top: 2.25rem;
}

.p-training__btn {
	margin: 0;
	margin: initial;
	margin-top: 6.25rem;
	max-width: 19.375rem;
}

.p-worklife__inner.l-inner {
	max-width: 96.875rem;
}

.p-worklife__subtitle {
	height: 2.25rem;
	width: 15.625rem;
}

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

.p-workelife__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0.3125rem solid #000;
	border-radius: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35rem;
	margin-top: 6.25rem;
	padding: 0 1.875rem;
	position: relative;
}

.p-worklife__figure {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48%;
}

.p-worklife__units {
	gap: 52.25rem;
	width: 100%;
}

.p-worklife__unit {
	border-radius: 0.625rem;
	border-width: 2px;
	font-size: 1.25rem;
	padding: 1.5rem 0.3125rem;
}

.p-worklife__img {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	margin-top: 5.3125rem;
	width: 13.125rem;
}

.p-workStyle__inner {
	max-width: 1550px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-workStyle__contents {
	margin: 0 auto;
	max-width: 1200px;
}

.p-workStyle__units {
	margin-top: 6.25rem;
	width: 100%;
}

.p-workStyle__unit {
	min-height: 7.125rem;
	width: 50%;
}

.p-workStyle__units::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-workStyle__unit + .p-workStyle__unit {
	margin-top: 1.3125rem;
}

.p-workStyle__unit:nth-child(even) {
	margin-left: 0;
}

.p-workStyle__unit img {
	height: 6.25rem;
	left: -3.125rem;
	width: 6.25rem;
}

.p-workStyle__unit:nth-child(even) img {
	left: auto;
	left: initial;
	right: -3.125rem;
}

.p-workStyle__unitTitle {
	font-size: 1.5rem;
	line-height: 1.75;
	padding: 1.375rem 0 0 5.125rem;
}

.p-workStyle__unit:nth-child(even) .p-workStyle__unitTitle {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding: 1.3125rem 5.25rem 0 0;
}

.p-workStyle__unit:nth-child(even) .p-workStyle__unitTitle::before {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-workStyle__unitTitle::before {
	background-image: url(../images/environment/workStyle_dotline_pc.png);
	height: 0.125rem;
	width: 6.25rem;
}

.p-workStyle__unitText {
	font-size: 1.125rem;
	padding: 0 0 0 12.0625rem;
}

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

.p-workStyle__unit:nth-child(even) .p-workStyle__unitText {
	padding: 0 11.25rem 0 0;
}

.p-workStyle__points {
	margin: 4.375rem auto 0;
	max-width: 50rem;
}

.p-workStyle__pointsText {
	font-size: 1.115625rem;
}

.p-workStyleLink {
	padding: 6.5rem 0.625rem 2.9375rem;
}

.p-workStyleLink::before {
	height: calc(100% - 1.25rem);
	width: calc(100% - 1.25rem);
}

.p-workStyleLink__text {
	gap: 0.8125rem;
	font-size: 2rem;
}

.p-workStyleLink__text::after {
	height: 0.21125rem;
	width: calc(100% - 2.875rem);
}

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

.p-workStyleLink__arrow {
	height: 1.5625rem;
	margin-top: 2.3125rem;
	width: 1.5625rem;
}

.p-workStyleLinks {
	gap: 2.75rem;
	margin-top: 0;
}

.p-workStyleLinks__link {
	width: calc(24.99999% - 2.0625rem);
}

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

.p-yellowLineCard__title::after {
	bottom: -1.5rem;
	width: 19.375rem;
}

.p-yellowLineCard__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 3.25rem;
}

.p-yellowLineCards {
	gap: 7.625rem 4.999999375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-yellowLinecards__card {
	max-width: 100%;
	width: calc(24.99999% - 3.75rem);
}

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

.p-yellowTitle {
	font-size: 1.625rem;
}

}

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

.p-form__main dt .hissu {
	height: 1.25rem;
	width: 2.75rem;
}

}

@media (min-width: 1920px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes conceptImg {

0% {
	opacity: 0;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
}

10% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
}

}

@keyframes conceptImg {

0% {
	opacity: 0;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
}

10% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
}

}

@-webkit-keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes fuwafuwa {

0% {
	-webkit-transform: translate(0, 0) rotate(-10deg);
	transform: translate(0, 0) rotate(-10deg);
}

50% {
	-webkit-transform: translate(0, -0.4375rem) rotate(2deg);
	transform: translate(0, -0.4375rem) rotate(2deg);
}

100% {
	-webkit-transform: translate(0, 0) rotate(10deg);
	transform: translate(0, 0) rotate(10deg);
}

}

@keyframes fuwafuwa {

0% {
	-webkit-transform: translate(0, 0) rotate(-10deg);
	transform: translate(0, 0) rotate(-10deg);
}

50% {
	-webkit-transform: translate(0, -0.4375rem) rotate(2deg);
	transform: translate(0, -0.4375rem) rotate(2deg);
}

100% {
	-webkit-transform: translate(0, 0) rotate(10deg);
	transform: translate(0, 0) rotate(10deg);
}

}

@-webkit-keyframes bu-bu- {

0% {
	opacity: 0;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

5% {
	opacity: 1;
}

95% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

}

@keyframes bu-bu- {

0% {
	opacity: 0;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

5% {
	opacity: 1;
}

95% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

}

@-webkit-keyframes scroll {

0% {
	top: 1.875rem;
}

50% {
	top: 1.375rem;
}

100% {
	top: 1.875rem;
}

}

@keyframes scroll {

0% {
	top: 1.875rem;
}

50% {
	top: 1.375rem;
}

100% {
	top: 1.875rem;
}

}

@-webkit-keyframes carMotion {

0% {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

3% {
	opacity: 1;
}

97% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes carMotion {

0% {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

3% {
	opacity: 1;
}

97% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}


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