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

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

body.is-active {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.btn {
	align-items: center;
	color: #1A84CF;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1.4375rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
}

.btn > span {
	border: 0.0625rem solid #1A84CF;
	border-radius: 50%;
	display: inline-block;
	height: 2.625rem;
	position: relative;
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 2.625rem;
}

.btn > span::before {
	border-top: 0.0625rem solid #1A84CF;
	content: "";
	display: inline-block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.9375rem;
}

.btn > span::after {
	border-right: 0.0625rem solid #1A84CF;
	border-top: 0.0625rem solid #1A84CF;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	left: 0.875rem;
	position: absolute;
	top: 1.375rem;
	transform: rotate(45deg) translate(-50%, -50%);
	width: 0.6875rem;
}

.btn > span::before,
.btn > span::after {
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.entry-btn {
	align-items: center;
	background-color: #1A84CF;
	color: #fff;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1.25rem;
	height: inherit;
	line-height: 1.5;
	position: relative;
	width: 100%;
	z-index: 1000;
	height: 4.0625rem;
    margin: 1.75rem auto 0;
    text-align: center;
   	width: 20.9375rem;
}

.entry-btn::before {
	border-top: 0.125rem solid #fff;
	content: "";
	display: inline-block;
	height: 0.125rem;
	position: absolute;
	right: 5.1875rem;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.4375rem;
}

.entry-btn::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	display: inline-block;
	height: 1.3125rem;
	position: absolute;
	right: 4.25rem;
	top: 3.6875rem;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: all 0.5s;
	width: 1.3125rem;
}

.entry-btn.is-active {
	background-color: #FDFF7E;
	color: #1A84CF;
	transition: all 0.5s;
}

.entry-btn.is-active::before {
	border-top: 0.125rem solid #1A84CF;
}

.entry-btn.is-active::after {
	border-right: 0.125rem solid #1A84CF;
	border-top: 0.125rem solid #1A84CF;
	transition: all 0.5s;
}

/* ヘッダー用スタイル */

/* SP FV用スタイル */

.entry-btn--fv {
	padding-left: 4.5625rem;
}

.entry-btn--fv::before {
	height: 0.125rem;
	right: 3.9375rem;
	width: 1.125rem;
}

.entry-btn--fv::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	display: inline-block;
	height: 0.625rem;
	position: absolute;
	right: 4.5rem;
	top: 2.1875rem;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: all 0.5s;
	width: 0.625rem;
}

/* SP ナビ用スタイル */

.entry-btn--nav {
	background-color: #FDFF7E;
	color: #1A84CF;
	padding-left: 5.4375rem;
}

.entry-btn--nav::before {
	border-top: 0.125rem solid #1A84CF;
	height: 0.125rem;
	width: 1.125rem;
}

.entry-btn--nav::after {
	border-right: 0.125rem solid #1A84CF;
	border-top: 0.125rem solid #1A84CF;
	content: "";
	display: inline-block;
	height: 0.625rem;
	position: absolute;
	right: 5.75rem;
	top: 2.17rem;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: all 0.5s;
	width: 0.625rem;
}

/* フォーム用スタイル */

.entry-btn--form {
	padding-left: 6.375rem;
}

.entry-btn--form::after {
	height: 0.75rem;
	right: 5.9375rem;
	top: 2.1875rem;
	width: 0.75rem;
}

.entry-form__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.entry-form__list {
	display: flex;
	flex-direction: column;
	margin-top: 0.5rem;
}

.entry-form__list-question {
	color: #262626;
	font-size: clamp(12px, 1rem, 20px);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
	padding-right: 1rem;
}

.entry-form__list-question .required {
	font-size: clamp(12px, 10rem, 14px);
	color: #fff;
	background-color: #90A9BA;
	padding: clamp(2px, 0.15rem, 3px) clamp(4px, 0.3rem, 8px);
	border-radius: 0.25rem;
}

.entry-form__list-question .required-text {
	background-color: #F86565;
}

.entry-form__list-answer {
	margin-top: 0.1875rem;
	width: 100%;
}

.entry-form__list-answer input[type=text],
.entry-form__list-answer input[type=email],
.entry-form__list-answer input[type=tel],
.entry-form__list-answer select,
.entry-form__list-answer textarea {
	background-color: #fff;
	border: 0.0625rem solid #BCB9B9;
	color: #262626;
	font-size: 0.75rem;
	padding: 0.3125rem 0.625rem;
	width: 100%;
}

.entry-form__list-answer input[type=text]::-moz-placeholder,
.entry-form__list-answer input[type=email]::-moz-placeholder,
.entry-form__list-answer input[type=tel]::-moz-placeholder,
.entry-form__list-answer select::-moz-placeholder,
.entry-form__list-answer textarea::-moz-placeholder {
	color: #BCB9B9;
}

.entry-form__list-answer input[type=text]::placeholder,
.entry-form__list-answer input[type=email]::placeholder,
.entry-form__list-answer input[type=tel]::placeholder,
.entry-form__list-answer select::placeholder,
.entry-form__list-answer textarea::placeholder {
	color: #BCB9B9;
}

.entry-form__list-answer input[type=text]:focus,
.entry-form__list-answer input[type=email]:focus,
.entry-form__list-answer input[type=tel]:focus,
.entry-form__list-answer select:focus,
.entry-form__list-answer textarea:focus {
	border-color: #1A84CF;
	outline: none;
}

.entry-form__list-answer textarea {
	min-height: 5.8125rem;
	resize: vertical;
}

.entry-form__agree {
	margin: 1.8125rem auto 0;
	max-width: 16.875rem;
	text-align: center;
}

.entry-form__agree label {
	color: #262626;
	cursor: pointer;
	font-size: 1rem;
}

.entry-form__agree span:not(.error-message) {
	border: 0.0625rem solid #BCB9B9;
	display: inline-block;
	flex-shrink: 0;
	height: 1.3125rem;
	margin-right: 0.3125rem;
	position: relative;
	transform: translateY(20%);
	transition: all 0.3s;
	width: 1.3125rem;
}

.entry-form__agree span::after {
	border-bottom: 0.125rem solid #fff;
	border-left: 0.125rem solid #fff;
	content: "";
	height: 0.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center;
	transition: transform 0.2s;
	width: 0.625rem;
}

.entry-form__agree a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.entry-form__agree input[type=checkbox] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.entry-form__agree span:has(input[type=checkbox]:checked) {
	background-color: #1A84CF;
	border-color: #1A84CF;
}

.entry-form__agree span:has(input[type=checkbox]:checked)::after {
	transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}

.entry-form__agree label:has(input[type=checkbox]:focus) span {
	outline: 0.125rem solid #C8E3F6;
	outline-offset: 0.125rem;
}

.entry-form__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer {
	background-color: #1A84CF;
	padding-bottom: 1.5625rem;
	padding-top: 1.875rem;
}

.footer__logo {
	position: relative;
	z-index: 1000;
}

.footer__logo-img {
	height: 1.4375rem;
	margin-left: -0.5rem;
	width: 9.0625rem;
}

.footer__logo-text {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.footer__nav {
	margin-top: 1.4375rem;
}

.footer__nav-lists {
	display: grid;
	grid-template-areas: "company voice" "jobs contact" "environment privacy" "environment corporate";
	grid-template-columns: 6.25rem auto;
}

.footer__nav-list a {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.625rem 0;
	transition: all 0.3s;
}

.footer__nav-list a[target=_blank] {
	padding-right: 1.5rem;
}

.footer__nav-list a[target=_blank] span {
	position: relative;
}

.footer__nav-list a[target=_blank] span::after {
	background-image: url("../../img/top2026/cmn_icon_window.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	right: -1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
	z-index: 1000;
}

.footer__nav-company {
	grid-area: company;
}

.footer__nav-jobs {
	grid-area: jobs;
}

.footer__nav-environment {
	grid-area: environment;
}

.footer__nav-voice {
	grid-area: voice;
}

.footer__nav-contact {
	grid-area: contact;
}

.footer__nav-privacy {
	grid-area: privacy;
}

.footer__nav-corporate {
	grid-area: corporate;
}

.footer__copyright {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 2.5rem;
}

.hamburger-btn {
	align-items: center;
	background-color: #FDFF7E;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: all 0.5s;
	width: 4.5rem;
	z-index: 1000;
}

.hamburger-btn__text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.5;
}

.hamburger-btn__lines {
	height: 0.8125rem;
	position: relative;
	width: 1.75rem;
}

.hamburger-btn__lines span {
	transition: 0.5s;
}

.hamburger-btn__lines span:first-child {
	background-color: #262626;
	height: 0.0625rem;
	position: absolute;
	top: 0.25rem;
	width: 100%;
}

.hamburger-btn__lines span:nth-child(2) {
	background-color: #262626;
	bottom: 0.25rem;
	height: 0.0625rem;
	position: absolute;
	width: 100%;
}

.hamburger-btn__text.is-active {
	opacity: 0;
}

.hamburger-btn.is-active {
	background-color: #fff;
}

.hamburger-btn__lines.is-active span:first-child {
	transform: translateY(-0.2375rem) rotate(-145deg);
}

.hamburger-btn__lines.is-active span:nth-child(2) {
	transform: translateY(-0.4875rem) rotate(145deg);
}

.header {
	height: 4.0625rem;
	left: 0;
	position: fixed;
	transition: 0.5s;
	width: 100%;
	z-index: 1000;
}

.header.is-active {
	position: fixed;
	top: 0;
}

.header.is-scrolled {
	background-color: rgba(255, 255, 255, 0.7);
}

.header__inner {
	align-items: end;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 0 0 0.8125rem;
}

.header__logo {
	position: relative;
	z-index: 1000;
}

.header__logo.is-active {
	opacity: 0;
}

.header__logo-img {
	height: 1.4375rem;
	width: 9.0625rem;
}

.header__logo-text {
	color: #262626;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin-left: 0.5em;
	text-align: center;
}

.header__navi {
	height: inherit;
}

.header__btns {
	display: block;
	height: inherit;
}

.header__btn {
	display: none;
	margin-top: 0;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem; /*追加*/
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.jobs-cards {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.jobs-card {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.3125rem 0 0 0;
	box-shadow: 0px 0.134648125rem 0.67324375rem rgba(118, 118, 118, 0.25);
	min-height: 9.25rem;
	padding: 1.875rem 0.9375rem 1.6875rem 1.375rem;
	position: relative;
}

.jobs-card:nth-of-type(1) {
	order: 1;
}

.jobs-card:nth-of-type(2) {
	order: 3;
}

.jobs-card:nth-of-type(3) {
	order: 2;
}

.jobs-card:nth-of-type(4) {
	order: 4;
}

.jobs-card:nth-of-type(5) {
	order: 5;
}


.jobs-card:nth-of-type(6) {
	order: 6;
}

.jobs-card::after {
	border-color: transparent transparent #1A84CF transparent; /* 直角三角形 */
	border-style: solid;
	border-width: 0 0 0.875rem 0.875rem;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.jobs-card__header {
	align-items: center;
	display: flex;
}

.jobs-card__title {
	color: #152653;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
}

.jobs-card__title span {
	font-size: 0.875rem;
}

.jobs-card__cat {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	margin-left: 0.75rem;
}

.jobs-card__cat span {
	background-color: #fff;
	border: 0.0625rem solid #1A84CF;
	color: #1A84CF;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.1875rem 0.3125rem;
}

.jobs-card__text {
	color: #777272;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 1.0625rem;
}

/* Scroll Fade In: 下からフェードイン */

.js-fadein {
	opacity: 0;
	transform: translateY(3.125rem);
	transition: opacity 1s ease, transform 1s ease;
	will-change: opacity, transform;
}

.js-fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.nav {
	background: rgba(26, 132, 207, 0.9);
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.5s ease;
	width: 100%;
	z-index: 100;
}

.nav.is-active {
	transform: translateX(0);
}

.nav__inner {
	padding: 1.0625rem 0.625rem 3.75rem;
}

.nav__logo {
	display: flex;
	flex-direction: column;
	width: 9.0625rem;
}

.nav__logo-text {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	line-height: 1.3;
	margin-left: 0.5em;
	text-align: center;
}

.nav__lists {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 1.75rem;
	padding-left: 1.25rem;
}

.nav__list {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.nav__entry-btn-sp {
	height: 4.0625rem;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
	width: 20.75rem;
}

.nav__list a {
	display: inline-block;
	padding: 1.125rem 0;
	width: 100%;
}

.nav__list a:hover {
	opacity: 0.5;
}

.nav__links {
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.nav__link a {
	padding: 0.625rem 0;
}

.nav__link:hover {
	opacity: 0.5;
}

.nav__link a:hover {
	opacity: 0.5;
}

.nav__link img {
	display: none;
}

.nav__link-text {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.625rem 0;
	position: relative;
}

.nav__link-text::after {
	background-image: url("../../img/top2026/cmn_icon_window.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.75rem;
	position: absolute;
	right: -0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
	z-index: 1000;
}

.section-title {
	color: #1A84CF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.3;
}

/* 左右ボタン　丸あり */

.swiper-btn-prev,
.swiper-btn-next {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #1A84CF;
	border-radius: 50%;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	width: 2.625rem;
	z-index: 10;
}

.swiper-btn-prev::after {
	border-right: 0.0625rem solid #1A84CF;
	border-top: 0.0625rem solid #1A84CF;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	position: absolute;
	right: 0.8125rem;
	top: 0.875rem;
	transform: rotate(-135deg) translate(0%, 10%);
	width: 0.6875rem;
}

.swiper-btn-next::after {
	border-right: 0.0625rem solid #1A84CF;
	border-top: 0.0625rem solid #1A84CF;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	left: 0.6875rem;
	position: absolute;
	top: 0.75rem;
	transform: rotate(45deg) translate(0%, 10%);
	width: 0.6875rem;
}

/* 左右ボタン　丸なし */

.swiper-btn-prev-no-circle,
.swiper-btn-next-no-circle {
	align-items: center;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	margin-top: 0;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	width: 2.625rem;
	z-index: 10;
}

.swiper-btn-prev-no-circle::after {
	border-right: 0.0625rem solid #575757;
	border-top: 0.0625rem solid #575757;
	content: "";
	display: inline-block;
	height: 1.25rem;
	position: absolute;
	right: 0.8125rem;
	top: 0.875rem;
	transform: rotate(-135deg) translate(0%, 10%);
	width: 1.25rem;
}

.swiper-btn-next-no-circle::after {
	border-right: 0.0625rem solid #575757;
	border-top: 0.0625rem solid #575757;
	content: "";
	display: inline-block;
	height: 1.25rem;
	left: 0.6875rem;
	position: absolute;
	top: 0.75rem;
	transform: rotate(45deg) translate(0%, 10%);
	width: 1.25rem;
}

/* ページネーション */

.customer-card__swiper-pagination.swiper-pagination {
	bottom: 1.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.customer-card__swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	border: 0.0625rem solid #777272;
	border-radius: 50%;
	height: 0.625rem;
	width: 0.625rem;
}

.customer-card__swiper-pagination .swiper-pagination-bullet-active {
	background-color: #777272;
}

.text-only-pc {
	display: none !important;
}

.voice-cards-swiper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding-bottom: 6.25rem;
	width: 100vw;
}

.voice-cards-swiper .swiper-slide {
	height: auto;
	width: auto;
}

.voice-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	width: 100%;
}

.voice-card__img {
	align-items: center;
	aspect-ratio: 195/259;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.voice-card__img-text:has(span:only-child) {
	bottom: 2.415625rem;
}

.voice-card__img-text span {
	display: block;
}

.voice-card__text-area {
	bottom: -5.625rem;
	position: absolute;
}

.voice-card__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: -0.625rem;
}

.voice-card__title span {
	background: linear-gradient(99.92deg, #FDFF7E -15.19%, #1A84CF 64.74%, #152653 97.14%);
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.3125rem 0.8125rem;
}

.voice-card__description {
	color: #777272;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.voice-card__description span {
	display: block;
}

.voice-card__name {
	font-size: 0.875rem;
	font-weight: 500;
}

.voice-card__year {
	color: #777272;
	font-size: 0.75rem;
	font-weight: 400;
}

.voice-cards-swiper {
	position: relative;
}

.voice-cards-swiper .voice-card__swiper-prev,
.voice-cards-swiper .voice-card__swiper-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.voice-cards-swiper .voice-card__swiper-prev {
	left: calc(50% - 27.8vw - 1.5625rem);
	transform: translateY(-50%);
}

.voice-cards-swiper .voice-card__swiper-next {
	right: calc(50% - 27.8vw - 1.5625rem);
	transform: translateY(-50%);
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.8333333333vw;
}

.btn {
	font-size: 1.5625rem;
	gap: 1.625rem;
}

.btn > span {
	height: 6.5625rem;
	width: 6.5625rem;
}

.btn > span::before {
	border-top: 0.125rem solid #1A84CF;
	height: 0.125rem;
	width: 1.875rem;
}

.btn > span::after {
	border-right: 0.125rem solid #1A84CF;
	border-top: 0.125rem solid #1A84CF;
	height: 1.3125rem;
	left: 2.625rem;
	top: 3.4375rem;
	width: 1.3125rem;
}

.entry-btn {
	background-color: #1A84CF;
	border: none;
	cursor: pointer;
	font-size: 1.75rem;
	gap: 1.375rem;
	transition: all 0.5s;
}

.entry-btn::before {
	border-top: 0.1875rem solid #fff;
	height: 0.125rem;
	right: 2.3125rem;
	transition: all 0.5s;
	width: 1.875rem;
}

.entry-btn::after {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	height: 1.3125rem;
	right: 3.3125rem;
	top: 3.6875rem;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: all 0.5s;
	width: 1.3125rem;
}

.entry-btn:hover {
	background-color: #fff;
	color: #1A84CF;
}

.entry-btn:hover::before {
	border-top: 0.1875rem solid #1A84CF;
}

.entry-btn:hover::after {
	border-right: 0.1875rem solid #1A84CF;
	border-top: 0.1875rem solid #1A84CF;
}

.entry-btn:hover {
	opacity: 0.8;
}

.entry-btn.is-active::before {
	border-top: 0.1875rem solid #1A84CF;
	transition: all 0.5s;
}

.entry-btn.is-active::after {
	border-right: 0.1875rem solid #1A84CF;
	border-top: 0.1875rem solid #1A84CF;
	transition: all 0.5s;
}

.entry-btn--header {
	padding-left: 3.1875rem;
}

.entry-btn--form {
	padding-left: 4.375rem;
	height: 4.875rem;
    margin: 4.5rem auto 0;
    width: 18.3125rem;
}

.entry-btn--form::after {
	top: 2.6875rem;
}

.entry-form__title {
	font-size: 1.25rem;
	padding-left: 12.5rem;
}

.entry-form__list {
	align-items: flex-start;
	flex-direction: row;
	margin-top: 1.875rem;
}

.entry-form__list:first-of-type {
	margin-top: 1.0625rem;
}

.entry-form__list-question {
	flex-shrink: 0;
	font-size: clamp(12px, 1.25rem, 20px);
	margin-top: clamp(8px, 0.8rem, 16px);
	width: clamp(140px, 18rem, 250px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 1rem;
}

.entry-form__list-question .required {
	font-size: 1.2rem;
	color: #fff;
	background-color: #90A9BA;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}

.entry-form__list-question .required-text {
	background-color: #F86565;
}



.entry-form__list-answer {
	flex: 1;
}

.entry-form__list-answer input[type=text],
.entry-form__list-answer input[type=email],
.entry-form__list-answer input[type=tel],
.entry-form__list-answer select,
.entry-form__list-answer textarea {
	font-size: clamp(14px, 1.4375rem, 20px);
	padding: 0.5rem 1.125rem;
}

.entry-form__list-answer textarea {
	min-height: 20.0625rem;
}

.entry-form__agree {
	margin: 5.625rem auto 0;
	max-width: 100%;
}

.entry-form__agree label {
	font-size: 1.25rem;
	gap: 0.3125rem;
}

.entry-form__agree span:not(.error-message) {
	height: 1.375rem;
	width: 1.375rem;
}

.entry-form__agree span::after {
	border-bottom: 0.1875rem solid #fff;
	border-left: 0.1875rem solid #fff;
	height: 0.4375rem;
	width: 0.75rem;
}

/* .entry-form__btn {
	height: 4.875rem;
	margin: 4.5rem auto 0;
	width: 18.3125rem;
} */

.footer {
	padding-bottom: 5rem;
	padding-top: 6.3125rem;
}

.footer__contents {
	display: flex;
}

.footer__logo {
	margin-top: 0.625rem;
}

.footer__logo-img {
	height: 2.4375rem;
	margin-bottom: 0.5625rem;
	width: 15.5rem;
}

.footer__logo-text {
	font-size: 1.5625rem;
	margin-left: 0;
}

.footer__nav {
	margin-left: 16.0625rem;
	margin-top: 0;
}

.footer__nav-lists {
	-moz-column-gap: 7.4375rem;
	column-gap: 7.4375rem;
	grid-template-areas: "company voice corporate" "jobs contact corporate" "environment privacy corporate";
}

.footer__nav-list a {
	font-size: 1.25rem;
	padding: 1rem 0;
	transition: all 0.5s;
}

.footer__nav-list a:hover {
	opacity: 0.7;
}

.footer__nav-list a[target=_blank] {
	padding-right: 1.875rem;
}

.footer__nav-list a[target=_blank] span::after {
	height: 1.125rem;
	right: -1.5rem;
	width: 1.125rem;
}

.footer__copyright {
	font-size: 1.25rem;
	margin-top: 2.125rem;
}

.hamburger-btn {
	transition: all 0.5s;
	width: 7.5rem;
}

.hamburger-btn:hover {
	opacity: 0.7;
}

.hamburger-btn__text {
	font-size: 1.375rem;
}

.hamburger-btn__lines {
	height: 1.6875rem;
	width: 3.75rem;
}

.hamburger-btn__lines span:first-child {
	height: 0.1875rem;
	top: 0.5rem;
}

.hamburger-btn__lines span:nth-child(2) {
	bottom: 0.5rem;
	height: 0.1875rem;
}

.hamburger-btn__lines.is-active span:first-child {
	transform: translateY(-0.2375rem) rotate(-145deg);
}

.hamburger-btn__lines.is-active span:nth-child(2) {
	transform: translateY(-0.8625rem) rotate(145deg);
}

.header {
	height: 6.875rem;
}

.header__inner {
	align-items: center;
	padding: 0 0 0 3.75rem;
}

.header__logo {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.header__logo-img {
	height: 2.125rem;
	width: 13.375rem;
}

.header__logo-text {
	font-size: 1.25rem;
	margin-left: 0;
}

.header__btns {
	align-items: center;
	display: flex;
}

.header__btn {
	display: flex;
	width: 16.625rem;
	height: 100%;
}

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

.jobs-cards {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.375rem;
}

.jobs-card {
	align-items: center;
	display: flex;
	min-height: 11.375rem;
	padding: 1.4375rem 1.375rem 0.9375rem 2.375rem;
	transition: all 0.5s;
	width: calc(50% - 0.6875rem);
}

.jobs-card:nth-of-type(1) {
	order: 1;
}

.jobs-card:nth-of-type(2) {
	order: 2;
}

.jobs-card:nth-of-type(3) {
	order: 3;
}

.jobs-card:nth-of-type(4) {
	order: 4;
}

.jobs-card:nth-of-type(5) {
	order: 5;
}


.jobs-card:nth-of-type(6) {
	order: 6;
}

.jobs-card:hover {
	opacity: 0.7;
}

.jobs-card::after {
	border-width: 0 0 1.875rem 1.875rem;
}

.jobs-card__header {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.625rem;
	width: 55%;
}

.jobs-card__title {
	font-size: 2rem;
	order: 2;
}

.jobs-card__title span {
	display: block;
	font-size: 1.5625rem;
	margin-top: 0.625rem;
}

.jobs-card__cat {
	gap: 0.6875rem;
	margin-left: 0;
	order: 1;
}

.jobs-card__cat span {
	font-size: 1rem;
	padding: 0.3125rem 0.5rem;
}

.jobs-card__text {
	font-size: 1.0625rem;
	margin-top: 0;
	width: 50%;
}

.js-fadein {
	transform: translateY(6.25rem);
}

.nav {
	height: 56.25vw;
	top: 0;
	width: 82%;
}

.nav__inner {
	padding: 12.0625rem 12.375rem 13.25rem;
}

.nav__logo {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 9.0625rem;
	width: 23.25rem;
}

.nav__logo-img {
	height: 3.625rem;
	margin-bottom: 1.25rem;
	width: 23.25rem;
}

.nav__logo-text {
	font-size: 1.25rem;
	font-size: 1.9375rem;
	font-weight: 500;
	margin-left: 0;
	padding-left: 0.5em;
}

.nav__lists {
	-moz-column-gap: 4.875rem;
	column-gap: 4.875rem;
	grid-template-areas: "top environment privacy" "company voice privacy" "jobs contact privacy";
	margin-top: 2.3125rem;
	max-width: 45.25rem;
}

.nav__list {
	font-size: 1.5625rem;
	line-height: 2.6;
}

.nav__list--top {
	grid-area: top;
}

.nav__list--company {
	grid-area: company;
}

.nav__list--jobs {
	grid-area: jobs;
}

.nav__list--environment {
	grid-area: environment;
}

.nav__list--voice {
	grid-area: voice;
}

.nav__list--contact {
	grid-area: contact;
}

.nav__list--privacy {
	grid-area: privacy;
}

.nav__entry-btn-sp {
	display: none;
}

.nav__list a {
	padding: 0;
	transition: all 0.3s;
}

.nav__links {
	display: flex;
	gap: 6.4375rem;
	margin-top: 5.25rem;
	max-width: 62.0625rem;
	padding-left: 0;
}

.nav__link a {
	transition: all 0.3s;
}

.nav__link img {
	display: block;
}

.nav__link-text {
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.nav__link-text::after {
	height: 1.25rem;
	right: -1.875rem;
	top: 50%;
	width: 1.25rem;
}

.section-title {
	font-size: 2.8125rem;
}

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

.swiper-btn-prev-no-circle,
.swiper-btn-next-no-circle {
	display: none;
}

.text-only-sp {
	display: none !important;
}

.text-only-pc {
	display: inline-block !important;
}

.voice-cards {
	width: 100%;
}

.voice-cards-swiper {
	margin-left: 0;
	margin-right: 0;
	overflow: visible;
	padding-bottom: 0;
	width: 100%;
}

.voice-cards-swiper .swiper-wrapper {
	transform: none !important;
}

.voice-cards-swiper .swiper-wrapper {
	-moz-column-gap: 3.4375rem;
	column-gap: 3.4375rem;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.voice-cards-swiper .swiper-slide {
	flex: 1 1 0;
}

.voice-card {
	transition: all 0.5s;
}

.voice-card:hover {
	opacity: 0.8;
}

.voice-card__img {
	width: 100%;
}

.voice-card__text-area {
	bottom: -10rem;
}

.voice-card__title span {
	font-size: 1.625rem;
	letter-spacing: 0.05em;
	padding: 0.6875rem 1.625rem;
}

.voice-card__description {
	font-size: 0.875rem;
	line-height: 1.5;
}

.voice-card__name {
	font-size: 1.8125rem;
}

.voice-card__year {
	font-size: 1.4375rem;
}

.voice-cards-swiper .voice-card__swiper-prev,
.voice-cards-swiper .voice-card__swiper-next {
	display: none;
}

}

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

.btn:hover > span {
	background-color: #1A84CF;
}

.btn:hover > span::before {
	border-top: 0.125rem solid #fff;
}

.btn:hover > span::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
}

}

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

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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