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

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

*,
*::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.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]) {
	-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;
}

/* ホバー */

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

.layout-ceo-message {
	margin-top: 1.875rem;
}

.layout-company-details {
	margin-top: 2.8125rem;
}

.layout-company-wrap {
	background-color: #1a1a1a;
	padding-bottom: 2.4375rem;
	padding-top: 3.5rem;
	position: relative;
	z-index: 0;
}

.layout-environment {
	padding: 5rem 0 4.5625rem;
}

.layout-features {
	background: #fff;
	padding: 5.625rem 0 3.125rem;
}

.layout-message-cta {
	background: url(../images/top/tiktok-bg@2x.png) no-repeat center center/cover;
	padding: 3.9375rem 0 4.75rem;
}

.layout-page-contact-mv {
	background-image: url(../images/common/underpage-mv-sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 6.25rem;
}

.layout-page-interview-mv {
	background-image: url(../images/common/underpage-mv-sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 6.25rem;
}

.layout-page-message-mv {
	background-image: url(../images/common/underpage-mv-sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 6.25rem;
}

.company-philosophy__container {
	margin-inline: auto;
	max-width: 37.5rem;
	width: 100%;
}

.layout-philosophy {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.company-vision__big-title,
.middle-vision__big-title,
.vision-guidelines__big-title {
	border: 1px solid #000000;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 0.7883333333;
	padding: 17px;
	text-align: center;
	width: 100%;
}

.company-vision__top-heading,
.company-vision__bottom-heading {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

.company-vision__text,
.middle-vision__text {
	font-size: 1rem;
	font-weight: 700;
}

.company-vision__text-mt {
	margin-top: 1.5rem;
}

.company-vision__textarea {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.company-vision__images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.1875rem;
	margin-top: 6.25rem;
	width: 100%;
}

.company-vision__image img,
.middle-vision__image img {
	-o-object-fit: cover;
	aspect-ratio: 345/207;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vision-guidelines__lists {
	list-style: none; /* デフォルトのドットを消す */
	margin: 0;
	padding-left: 0;
}

.vision-guidelines__lists li {
	font-size: 0.875rem;
	font-weight: 700;
	padding-left: 1.2em; /* テキストとドットの間の余白 */
	position: relative;
}

.vision-guidelines__lists li::before {
	color: #000000; /* お好みのカラーに変更OK！ */
	content: "・"; /* ← ここがポイント！半角ドット文字 */
	font-size: 1em; /* サイズも調整可能 */
	left: 0;
	line-height: 1.6;
	position: absolute;
	top: 0;
}

.layout-recruit-flow {
	margin-top: 4.75rem;
}

.layout-recruit {
	background: #f2f2f2;
	overflow-x: clip;
	padding: 5.5rem 0 4.0625rem;
}

.recruit__section-title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.recruit__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.recruit__inner {
	margin-inline: auto;
	max-width: 76.4285714286vw !important;
}

.recruit__top .swiper {
	height: 100%;
	overflow: visible !important;
	overflow: initial !important;
	width: 100%;
}

.recruit__top .swiper .swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.1428571429vw;
}

.recruit__top .swiper .swiper-slide {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: auto;
	width: initial;
}

.recruit__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	flex-direction: row;
	gap: 1.875rem;
	margin-right: calc(50% - 50vw);
	margin-top: 3.75rem;
	overflow-x: scroll;
	padding-bottom: 1.25rem;
}

.recruit__bottom .swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.752293578vw;
}

.recruit__bottom .swiper-wrapper .swiper-slide {
	width: 47.7064220183vw;
}

.recruit__bottom-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.1428571429vw;
	padding-right: 1rem;
	width: 137.25rem;
}

.recruit-card {
	background: #fff;
	margin-inline: auto;
	max-width: 36.25rem;
	padding: 1rem;
	width: 100%;
}

.recruit-card__scroll-container {
	max-height: 13.75rem;
}

.recruit-card__item + .recruit-card__item {
	margin-top: 1.5625rem;
}

.recruit-card__title {
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.5238095238;
	text-align: center;
}

.recruit-card__label {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.75;
}

.recruit-card__text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.75;
}

.recruit-card__scroll-container .simplebar-track.simplebar-vertical {
	right: -0.75rem;
	top: 0.9375rem;
}

.recruit-card__scroll-container .simplebar-scrollbar.simplebar-visible::before,
.recruit-card__scroll-container .simplebar-scrollbar::before {
	background-color: #B3B3B3 !important;
	opacity: 1 !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.recruit .simplebar-track.simplebar-horizontal {
	display: none !important;
}

.layout-recruit__bottom {
	background: url(../images/top/tiktok-bg@2x.png) no-repeat center center/cover;
	padding-block: 3.75rem;
}

.layout-recruit__bottom-img-wrap {
	margin-inline: auto;
	margin-top: 2.875rem;
	position: relative;
}

.layout-recruit__bottom-img-wrap::before {
	background: url("/assets/images/common/footer-logo-u@2x.png") no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 20vw;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	width: 95vw;
}

.layout-recruit__bottom-img {
	height: 32.5vw;
	margin-inline: auto;
	position: relative;
	width: 78.25vw;
	z-index: 2;
}

.layout-recruit__bottom-box {
	margin-inline: auto;
	margin-top: 2.625rem;
	text-align: center;
}

.layout-tiktok {
	background: url("../images/top/tiktok-bg@2x.png") no-repeat center center/cover;
	padding: 3.125rem 0 3.75rem;
}

.layout-top-about {
	overflow-x: hidden;
	position: relative;
}

.layout-top-environment {
	background-image: url("../images/top/company-features-bg-img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 3.5625rem 0 6.25rem;
	position: relative;
	z-index: 0;
}

.layout-top-environment::before {
	background: #b3b3b3; /* ← 乗算を掛ける色 */
	content: "";
	inset: 0;
	mix-blend-mode: multiply; /* ← ブレンドモードを multiply に */
	position: absolute;
	z-index: 1;
}

/* 中のコンテンツが上に表示されるように */

.layout-top-environment {
	position: relative;
	z-index: 2;
}

.layout-top-interview {
	background-color: #320000;
	overflow: hidden;
	padding-bottom: 3.75rem;
	padding-top: 7.0625rem;
	position: relative;
}

.layout-top-interview::after {
	background-color: #1a1a1a;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	        clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 2.75rem;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
	z-index: 1;
}

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

.p-top-recruit__top-item {
	background-color: #fff;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 1.875rem;
	padding-right: 0.625rem;
}

.p-top-recruit__top-item-inner-content {
	height: 15rem;
	overflow-y: auto;
}

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

.p-top-recruit__top .swiper {
	height: 100%;
	overflow: visible !important;
	overflow: initial !important;
	width: 100%;
}

.p-top-recruit__top .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}

.p-top-recruit__top-title {
	font-size: 1.3125rem;
	font-weight: 500;
	margin-bottom: 1.25rem;
}

.p-top-recruit__top-list {
	margin-top: 1.25rem;
}

.p-top-recruit__bottom {
	margin-top: 5rem;
	position: relative;
}

.p-top-recruit__bottom .mySwiper2 {
	height: 100%;
	width: 100%;
}

.p-top-recruit__top-content {
	font-size: 0.875rem;
	font-weight: 500;
}

.swiper-pagination {
	bottom: -40px !important;
}

.swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid #666; /* 外枠の色 */
	border-radius: 50%;
	height: 12px;
	margin: 0 6px;
	opacity: 1;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 12px;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #666; /* アクティブ時の塗りつぶし */
}

.btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: 1.22px solid #B81912;
	color: #C1272D;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	max-width: 100%;
	padding: 0.5rem 3.75rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 100%;
}

.btn::before {
	border-right: 0.0625rem solid #C1272D;
	border-top: 0.0625rem solid #C1272D;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.5rem;
}

.btn:hover {
	background-color: #B81912;
	color: #fff;
}

.btn:hover::before {
	border-right: 0.0625rem solid #fff;
	border-top: 0.0625rem solid #fff;
}

.btn.btn--red {
	background-color: #840517;
	border: none;
	color: #fff;
	outline: 1px solid #840517;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn.btn--red::before {
	border-right: 0.0625rem solid #fff;
	border-top: 0.0625rem solid #fff;
}

.btn.btn--red:hover {
	background-color: #fff;
	color: #840517;
}

.btn.btn--red:hover::before {
	border-right: 0.0625rem solid #840517;
	border-top: 0.0625rem solid #840517;
}

/*エントリーページのボタン*/

.ceo-message__img img {
	width: 100%;
}

.ceo-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 380/366;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ceo-message__text-area {
	margin-top: 1.5625rem;
	width: 100%;
}

.ceo-message__title {
	color: #B81912;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
	text-align: left;
	text-transform: uppercase;
}

.ceo-message__title-sub {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1.5rem;
}

.ceo-message__message {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.8125rem;
	text-align: left;
}

.ceo-message__personal-info {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.8125rem;
	text-align: left;
}

.company-vision__top-heading + p,
.company-vision__bottom-heading + p {
	margin-top: 0.625rem;
}

.ceo-message__personal-info {
	margin-top: 0.8125rem;
}

.inner.ceo-message__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.middle-vision__textarea {
	margin-top: 4rem;
}

.circle-block {
	grid-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 10;
}

.circle-block__item {
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 15.6875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	outline: 1px solid #ED1C24;
	outline-offset: -5px;
	padding: 1.875rem 0.625rem;
	text-align: center;
	width: 15.6875rem;
}

.circle-block__title {
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1;
}

.circle-block__title--line-height {
	line-height: 1.3333333333;
}

.circle-block__title span {
	color: #ED1C24;
}

.circle-block__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 1.875rem;
	text-align: left;
	width: 85%;
}

.company-features__logo-area {
	margin-inline: auto;
	max-width: 23.75rem;
	width: 100%;
}

.company-features__entry-btn {
	margin-top: 2.3125rem;
	text-align: center;
}

.company-features__text {
	color: #fff;
	color: #000000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.75rem;
	text-align: center;
}

.company-features__splide-container {
	margin-top: 2.8125rem;
}

.company-features__slide {
	max-width: 21.625rem;
	width: 100%;
}

.company-features__slide img {
	-o-object-fit: cover;
	aspect-ratio: 346/210;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-features__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.company-details__inner {
	margin: 0 auto;
	padding-inline: 1.25rem;
}

.company-profile__lists {
	margin-top: 1.875rem;
}

.company-profile__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0.5rem;
}

.company-profile__term {
	color: #fff;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
	max-width: 6.875rem;
	width: 100%;
}

.company-profile__title {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.5rem;
}

.company-profile__description {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
}

.company-features__profile--history {
	margin-top: 4.125rem;
}

.p-cta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.p-cta__box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #b81912;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 23.75rem;
}

.p-cta {
	bottom: 0;
	height: 70px;
	left: 0;
	position: fixed;
	right: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	z-index: 999;
}

.p-cta.is-show {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.footer {
	background-color: #222222;
	padding: 1.625rem 0;
	padding-bottom: 5.625rem;
}

.entry {
	padding-bottom: 1.25rem;
}

.footer__inner {
	margin: auto;
	max-width: 39.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.footer__logo {
	max-width: 16.25rem;
	width: 100%;
}

.footer__logo a {
	display: block;
	padding: 0.625rem 0;
}

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

.footer__nav {
	margin-top: 5.625rem;
}

.footer__nav-items {
	-moz-column-gap: 1.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 1.75rem;
	        column-gap: 1.75rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.footer__nav-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.footer__nav-item--contact {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	margin-top: 2.8125rem;
	text-align: center;
}

.footer__nav-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: inherit;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer__nav-item--contact a {
	background-color: #960517;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	height: inherit;
	line-height: 1.2;
	max-width: 23.75rem;
	padding: 1.125rem 0.875rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 100%;
}

.footer__nav-item:not(.footer__nav-item--contact) a {
	position: relative;
}

.footer__nav-item:not(.footer__nav-item--contact) a::after {
	background-color: #fff;
	bottom: -6px;
	content: "";
	height: 0.0625rem;
	left: 5%;
	margin-inline: auto;
	position: absolute;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 89%;
}

.footer__nav-item:not(.footer__nav-item--contact) a:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.footer__nav-item--contact a:hover {
	background-color: #fff;
	color: #B81912;
}

.footer__address p {
	color: #fff;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
}

.footer__copyright {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.625rem;
	text-align: center;
}

.footer__copyright span {
	text-transform: uppercase;
}

.header {
	background: white;
	height: 3.125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: color background 0.4s ease-out;
	transition: color background 0.4s ease-out;
	width: 100%;
	z-index: 900;
}

/* スクロールしたらヘッダーメニューのフォントカラー変更 */

.header.headerColorScroll {
	background: #FFF;
	-webkit-transition: color background 0.4s ease-out;
	transition: color background 0.4s ease-out;
}

.header.headerColorScroll .header__nav-item a {
	color: #FFF;
}

.header.headerColorScroll .header__logo .default {
	display: none;
}

.header.headerColorScroll .header__logo .change {
	display: block;
}

.header.headerColorScroll .p-header__hamburger-line,
.header.headerColorScroll .p-header__hamburger-line::before,
.header.headerColorScroll .p-header__hamburger-line::after {
	background-color: #000000;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.75rem;
	z-index: 100;
}

.header.headerColorScroll .p-header__hamburger--top .p-header__hamburger-line,
.header.headerColorScroll .p-header__hamburger--top .p-header__hamburger-line::before,
.header.headerColorScroll .p-header__hamburger--top .p-header__hamburger-line::after {
	background-color: #000000;
}

.header__logo .default {
	display: block;
}

.header__logo .change {
	display: none;
}

/* MVセクション用のヘッダースタイル */

.header-mv {
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.header-mv .logo,
.header-mv .nav a {
	color: #fff;
}

.header--under-page {
	background-color: #fff;
}

.header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 0.6875rem;
	padding-right: 0.1875rem;
}

.header__logo {
	height: inherit;
	max-width: 9.25rem;
	width: 100%;
	z-index: 1000;
}

.header__logo a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

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

.header__nav-item--underpage a {
	color: #000000;
}

.header__nav-item:not(.header__nav-item--contact) a:hover::after {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.header__nav-item--contact a {
	display: none;
}

.p-header__nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url("/assets/images/common/header-nav-bg.png") no-repeat center center/cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100svh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 100%;
	margin-left: auto;
	padding-inline: 1.25rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	z-index: 990;
}

.p-header__nav.is-active {
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	width: 100%;
}

.p-header__nav-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-block: 2rem;
	width: 100%;
}

.p-header__nav-button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 10px;
	height: 40px;
	width: 40px;
	z-index: 1001;
}

.p-header__hamburger {
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 40px;
}

.p-header__hamburger-line {
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: inherit;
	transition: inherit;
	width: 28px;
	z-index: 1002;
}

.p-header__hamburger-line {
	font-size: 0;
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.75rem;
	z-index: 100;
}

.p-header__hamburger--top .p-header__hamburger-line,
.p-header__hamburger--top .p-header__hamburger-line::before,
.p-header__hamburger--top .p-header__hamburger-line::after {
	background-color: #fff;
}

.header--under .p-header__hamburger-line,
.header--under .p-header__hamburger-line::before,
.header--under .p-header__hamburger-line::after {
	background-color: #000;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.75rem;
	z-index: 100;
}

.header--under .is-active .p-header__hamburger-line,
.header--under .is-active .p-header__hamburger-line::before,
.header--under .is-active .p-header__hamburger-line::after {
	background-color: #FFF !important;
}

.p-header__hamburger-line::after {
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::before {
	bottom: 0.375rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::after {
	top: 0.375rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-menu-txt {
	bottom: 0.5625rem;
	font-size: 0.625rem;
	position: absolute;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line {
	background-color: transparent;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 1.875rem;
}

.visuallyHidden {
	clip: rect(0 0 0 0);
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

html.is-drawerActive .header.headerColorScroll .p-header__hamburger-line::before,
html.is-drawerActive .header.headerColorScroll .p-header__hamburger-line::after {
	background-color: #FFF !important;
}

html.is-drawerActive .header.headerColorScroll .header__nav-item a {
	color: #FFF !important;
}

html.is-drawerActive .logo-white {
	display: block;
}

html.is-drawerActive .logo-black {
	display: none;
}

html.is-drawerActive .change {
	display: none !important;
}

html.is-drawerActive .default {
	display: block !important;
}

html.is-drawerActive .header--under .p-header__hamburger-line::before,
html.is-drawerActive .header--under .p-header__hamburger-line::after {
	background: #FFF;
}

html.is-drawerActive .header--under .p-header__nav-link {
	color: #FFF;
}

.logo-black {
	display: block;
}

.logo-white {
	display: none;
}

.header--under {
	background: white;
}

.header--under .p-header__nav-link {
	color: #000;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.message-cta__message {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
	margin-inline: auto;
	max-width: 37.5rem;
	text-align: left;
	width: 100%;
}

.message-cta__logo-area {
	margin-inline: auto;
	margin-top: 5.625rem;
	max-width: 23.75rem;
	width: 100%;
}

.message-cta__entry-btn {
	margin-top: 1.75rem;
	text-align: center;
}

.mv {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mv::before {
	background: #999; /* オーバーレイ色 */
	content: "";
	height: 100%;
	left: 50%;
	mix-blend-mode: multiply; /* 乗算ブレンド */
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

.mv__inner {
	display: inline;
	display: initial;
	height: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv__inner::before {
	background: url("../images/top/message@2x.png") no-repeat center center/contain;
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 50%;
	mix-blend-mode: screen; /* ← ブレンドモードを screen に */
	position: absolute;
	top: 30%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 10;
}

.mv__title-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	left: 50%;
	position: absolute;
	top: 30%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	z-index: 500;
}

.mv__vertical-title {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 500;
	gap: 1.25rem;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: center;
}

.mv__text-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	align-items: center;
	bottom: 2%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	position: absolute;
	text-orientation: mixed;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	z-index: 50;
}

.mv__text-block {
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
	        column-gap: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.mv__text {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5833333333;
}

.mv__text-group--top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
}

.mv__text-group--bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.375rem;
}

.mv__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mv__list {
	height: 100svh;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.mv__image {
	-webkit-animation: slider-2img 12s linear infinite 0s;
	        animation: slider-2img 12s linear infinite 0s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 0;
}

.mv__image:first-of-type {
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	background-image: url("../images/top/fv-sp.jpg");
	opacity: 1;
}

.mv__image:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	        animation-delay: 6s;
	background-image: url("../images/top/fv-sp-02.jpg");
}

.mv__image:nth-of-type(3) {
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

.mv-3 {
	display: none;
}

/* 基本設定（モバイル用） */

.js-company-features__slider {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Splide初期化前の表示を制御（モバイルファースト） */

.js-company-features__slider:not(.is-initialized) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.js-company-features__slider:not(.is-initialized) .splide__slide {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto; /* モバイル基準: 1.5表示 */
	margin-right: 28px;
	width: 66.6666666667%;
}

/* タブレット以上 (501px~) */

/* PC以上 (768px~) */

/* アニメーション無効化（初期化時） */

.splide--fade .splide__slide {
	-webkit-transition: none !important;
	transition: none !important;
}

/* 初期化完了後のスムーズな遷移 */

.js-company-features__slider.is-initialized .splide__slide {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

/* オプション: スケルトンローディング効果 */

.js-company-features__slider:not(.is-initialized) .splide__slide {
	-webkit-animation: loading 1.5s ease-in-out infinite;
	        animation: loading 1.5s ease-in-out infinite;
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
}

/* 画像が読み込まれたらスケルトンを非表示 */

.js-company-features__slider:not(.is-initialized) .splide__slide img {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.js-company-features__slider:not(.is-initialized) .splide__slide img.loaded {
	opacity: 1;
}

.contact__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0;
	width: 100%;
}

.contact__wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact__info {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
	color: #000000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7653571429;
	padding: 6rem 0 5rem;
	text-align: center;
}

.contact__info-txt {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-family: "Zen Old Mincho", serif;
	font-size: 2.0625rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.7105263158;
}

.contact__info span {
	display: block;
}

.contact__tel-number {
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1.25rem;
	text-align: center;
}

.contact__business-hours {
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 0.625rem;
	text-align: center;
}

.contact__img {
	margin: 2.5rem auto 0;
	width: 70%;
}

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

.contact__form {
	background: #f2f2f2;
	margin-top: 1.375rem;
	padding: 3.125rem 0.625rem;
	width: 100%;
}

.contact__form-wrap + .contact__form-wrap {
	margin-top: 3.1875rem;
}

.contact__form-label {
	color: #000000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.contact__form-label--spacing {
	letter-spacing: -0.01em;
}

.contact__form-label span {
	background-color: #840517;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.75;
	line-height: 1;
	margin-left: 0.75rem;
	padding: 0.3125rem 0.5rem;
}

.contact__form-label span.contact__form-label-name {
	margin-left: 1.125rem;
}

.contact__form-input {
	margin-top: 0.625rem;
}

.contact__form-input input {
	background-color: #fbfbfb;
	border-radius: 21px;
	color: #999999;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.875rem 1.25rem 0.75rem 1.1875rem;
	width: 100%;
}

.contact__form-input input:focus {
	outline: none;
}

.contact__form-input input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-input input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-input input:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-input input::-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-input input::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-textarea textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-textarea textarea::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-textarea textarea:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-textarea textarea::-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-textarea textarea::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-submit {
	margin: 0.8125rem auto 0;
	max-width: 23.75rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.contact__form-submit input {
	background-color: transparent;
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 1.25rem 0;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.contact__form-submit input:hover,
.contact__form-submit input:focus {
	outline: none;
}

.contact__form-submit::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.contact__form-input input:focus {
	border: 1px solid #840517;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
}

input[type=submit].btn {
	background-color: #fff;
	border: 1.22px solid #b81912;
	color: #c1272d;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	max-width: 23.75rem;
	padding: 1rem 3.75rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 100%;
}

input[type=submit].btn:hover {
	background-color: #b81912;
	color: #fff;
}

.contact__form-select {
	margin-top: 0.625rem;
	width: 100%;
}

.contact__form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../images/entry/select-img.png);
	background-position: right 1.125rem top 0.9375rem;
	background-repeat: no-repeat;
	background-size: 0.9375rem;
	border-radius: 21px;
	color: #999999;
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.9375rem 2.0625rem;
	width: 100%;
}

.contact__form-select select option {
	color: #000000;
	font-size: 0.9375rem;
}

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

.form-select select:focus {
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
}

.contact__form-input--file {
	margin-top: 0.625rem;
}

.contact__form-input--file .file-label {
	background-color: #fff;
	border-radius: 21px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #999999;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.9375rem 1.25rem;
	position: relative;
	text-align: left;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.contact__form-input--file .file-label input[type=file] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact__privacy-container {
	background-color: #fff;
	border-radius: 20.7317px;
	height: 12.625rem;
	margin-inline: auto;
	margin-top: 3.6875rem;
	max-width: 35.6875rem;
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.contact__privacy-content {
	padding: 0.9375rem 1.125rem 1.25rem 1.25rem;
}

.contact__privacy-content * {
	font-size: 0.75rem;
}

/* ルート：数字付きリスト全体 -------------------------------- */

.contact__privacy-content ol {
	counter-reset: item; /* ★ ① カウンターを 1 から開始 */
	list-style: none; /* 既定マーカーを消す */
	margin: 1.25em 0;
	padding-left: 0em; /* 数字ぶんだけ左へ余白 */
}

/* 各 <li> ---------------------------------------------------- */

.contact__privacy-content ol > li {
	margin-left: 1rem;
	position: relative;
}

/* 数字部分（疑似要素）---------------------------------------- */

.contact__privacy-content ol > li::before {
	content: "（" counter(item, fullwidth-decimal) "） "; /*       └─────── ② 正しい名前 item を呼ぶ               │
   * 全角数字未対応ブラウザは自動フォールバックで半角数字になります
   * 半角数字でよければ `counter(item)` だけでも OK          */
	counter-increment: item; /* 1,2,3… を進める */
	font-weight: 700;
	left: -1.7rem;
	line-height: 1;
	position: absolute; /* インデント起点 */
	top: 0.25em;
}

.mt24 {
	margin-top: 1.5rem;
}

.contact__privacy-container .simplebar-track.simplebar-vertical {
	right: 0.1875rem;
	top: 0.9375rem;
}

.contact__privacy-container .simplebar-scrollbar.simplebar-visible::before,
.contact__privacy-container .simplebar-scrollbar::before {
	background-color: #808080 !important;
	opacity: 1 !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.contact__privacy-text,
.contact__privacy-heading,
.contact__privacy-lists li {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.75;
}

.contact__privacy-heading {
	margin-top: 0;
}

.contact__privacy-lists li {
	margin-top: 1.25rem;
}

.contact__privacy-check {
	margin-top: 2.5rem;
	text-align: center;
}

.contact__privacy-check input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	padding-left: 1.625rem;
	position: relative;
}

.contact__privacy-check input + span::before {
	background: #fff;
	content: "";
	display: block;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 10%;
	width: 1rem;
}

.contact__privacy-check input + span::after {
	border-bottom: 0.125rem solid #840517;
	border-left: 0.125rem solid #840517;
	content: "";
	display: block;
	height: 0.5625rem;
	left: 0;
	margin-left: 0.25rem;
	margin-top: -0.0625rem;
	opacity: 0;
	position: absolute;
	top: 36%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.875rem;
}

.contact__privacy-check input:checked + span::after {
	opacity: 1;
}

.contact__logo-area {
	margin-inline: auto;
	max-width: 21.5625rem;
	padding-bottom: 5rem;
	width: 100%;
}

.recruit-flow__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.recruit-flow__content {
	background-color: #fff;
	padding: 3.75rem 1.25rem 2.5rem;
}

.recruit-flow__title {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.recruit-flow__step-number {
	color: #840517;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.5238095238;
}

.recruit-flow__step-text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.recruit-flow__steps {
	border-bottom: 1px solid white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.3125rem;
	list-style: none;
	margin-top: 1.5rem;
	padding-bottom: 1.875rem;
}

.recruit-flow__step:nth-child(1) {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}

.recruit-flow__step:nth-child(2) {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
}

.recruit-flow__step:nth-child(3) {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 3;
	grid-row: 3;
}

.recruit-flow__step:nth-child(4) {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
}

.recruit-flow__step:nth-child(5) {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 2;
	grid-row: 2;
}

.recruit-flow__step:nth-child(6) {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 3;
	grid-row: 3;
}

.recruit-flow__step {
	border: 1px solid #a40000;
	border-radius: 10px;
	padding: 1.3125rem 0.9375rem;
	position: relative;
}

.recruit-flow__step::after {
	border-color: #840517 transparent transparent transparent;
	border-style: solid;
	border-width: 0.9375rem 0.9375rem 0 0.9375rem;
	bottom: -15%;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
}

.recruit-flow__step:last-child::after {
	content: none;
}

.recruit-flow__note {
	border-top: 1px solid #840517;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.5625rem;
	text-align: center;
	text-align: left;
}

.sub-mv {
	margin-top: 3.125rem;
	position: relative;
}

.sub-mv__page-header {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 30;
}

.sub-mv__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.5;
	position: relative;
	width: 16.625rem;
}

.sub-mv__title::before {
	background: #4d4d4d;
	content: "";
	inset: 0;
	mix-blend-mode: multiply; /* 背景とだけ乗算 */
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sub-mv__title span {
	white-space: nowrap;
}

.tiktok-section__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tiktok-section__logo {
	display: block;
	height: auto;
	width: 12.5rem;
}

.tiktok-section__status {
	color: #fff;
	font-size: 2.25rem;
	line-height: 1;
	margin-top: 0.8125rem;
}

.tiktok-section__framed {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 100%;
	width: 90%;
}

.tiktok-embed iframe {
	max-height: 30.3125rem !important;
}

iframe {
	height: 30.3125rem !important;
}

.top-about__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.top-about__image-wrapper {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.top-about__image {
	max-width: 100%;
	width: 97.5%;
}

.top-about__image img {
	-o-object-fit: cover;
	aspect-ratio: 390/250;
	object-fit: cover;
	width: 100%;
}

.top-about__content-wrapper {
	margin: -0.75rem auto 0;
	margin-right: calc(50% - 50vw);
	padding: 2.25rem 1.25rem 2.0625rem;
	position: relative;
}

.top-about__blend-layer {
	background-color: #B81912;
	inset: 0;
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.top-about__content {
	color: #fff;
	position: relative;
	z-index: 2;
}

.top-about__title {
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
}

.top-about__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1.1875rem;
}

.top-interview__inner {
	margin: auto;
	max-width: 37.5rem;
	overflow: hidden;
	width: 100%;
}

.top-interview__item {
	background: #FFF;
	margin-bottom: 3.75rem;
	max-width: 68.75rem;
}

.top-interview__item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.top-interview__item-img {
	height: auto;
	width: 100%;
}

.top-interview__item-img img {
	height: auto;
}

.interview-wrapper__inner.inner {
	padding: 0 0.625rem;
	width: 100%;
}

main .layout-staff-interview:first-child .interview-wrapper__item {
	margin-top: 0;
}

.interview-wrapper__item {
	margin-top: 6.875rem;
}

.staff-interview__content-wrapper {
	background-color: #fff;
	padding: 3.375rem 0.625rem 1.6875rem;
	position: relative;
}

.staff-interview__content-wrapper--red {
	background-color: #320000;
	margin-bottom: -0.625rem;
	margin-right: 0.625rem;
	margin-top: 1.25rem;
	padding: 0.9375rem 0.625rem 1.25rem;
	width: auto;
	width: initial;
}

.staff-interview__content {
	color: #840517;
	position: relative;
	width: 100%;
	z-index: 2;
}

.staff-interview__content.staff-interview__content--single {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.staff-interview__content-right {
	padding: 3.125rem 0.9375rem 3.75rem;
}

.staff-interview__small-title {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2.2857142857;
}

.staff-interview__image-wrapper {
	width: 100%;
}

.staff-interview__image-wrapper img {
	-o-object-fit: cover;
	aspect-ratio: 400/261;
	aspect-ratio: 935/525;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.staff-interview__title {
	border-bottom: 1px solid #840517;
	color: #840517;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.5238095238;
}

.staff-interview__title--white {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.staff-interview__title--white span {
	color: #ffffff;
}

.staff-interview__text {
	color: #840517;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1.1875rem;
}

.staff-interview__text--pink {
	color: #ffffff;
	margin-top: 1.625rem;
}

.staff-interview__link {
	background-color: #B81912;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 1.25rem;
	padding: 0.625rem 1.25rem;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.staff-interview__btn {
	margin-top: 1.5rem;
}

.interview-details__list {
	grid-gap: 1.1875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.1875rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.interview-details__item {
	background-color: #fff;
	border: 1px solid #000000;
	min-height: 18.5rem;
	padding: 1.875rem 1rem;
}

.interview-details__question {
	color: #B81912;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 2;
}

.interview-details__answer {
	color: #000000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 1rem;
}

.layout-staff-interview {
	background: #fafafa;
	overflow: hidden;
}

.layout-staff-interview-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 1.875rem;
	margin-inline: auto;
	margin-top: 1.375rem;
	width: 100%;
}

.schedule-section {
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 6.25rem;
	position: relative;
}

.schedule-section__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	padding: 0 0.625rem;
	width: 100%;
}

.schedule-section__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.schedule-section__image-wrapper {
	-webkit-flex-shrink: initial;
	    -ms-flex-negative: initial;
	        flex-shrink: initial;
	margin-top: 2.375rem;
	max-width: 100%;
	width: 100%;
}

.schedule-section__image-wrapper img {
	-o-object-fit: cover;
	aspect-ratio: 400/252 !important;
	height: auto !important;
	object-fit: cover;
}

.schedule-section__image-wrapper-img {
	margin-left: calc(50% - 50vw);
}

.schedule-section__title {
	border-bottom: 1px solid #B81912;
	display: inline-block;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.5238095238;
	width: 100%;
}

.schedule-section__timeline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin-left: 0;
	margin-top: 1.0714285714vw;
	width: 100%;
	z-index: 1;
}

.schedule-section__row {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	padding-block: 1.75rem;
}

.schedule-section__row + .schedule-section__row {
	border-top: 1px solid #666666;
}

.schedule-section__left {
	color: #b81912;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-size: 1rem !important;
	font-weight: 500;
	gap: 1rem;
	text-align: left;
	width: 11.25rem;
}

.schedule-section__right {
	width: 100%;
}

.schedule-section__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2;
}

.work-environment__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1666666667;
	position: relative;
	text-align: center;
	text-shadow: 0 4px 6.7px rgba(0, 0, 0, 0.75); /* ぼかし 6.7 px */
	z-index: 10;
}

.work-environment__title--white {
	color: #fff;
}

.work-environment__title span {
	color: #B81912;
}

.work-environment__circle-list {
	margin-top: 2.875rem;
}

.work-environment__circle-list--bg {
	position: relative;
}

@media (min-width: 501px) {

.js-company-features__slider:not(.is-initialized) .splide__slide {
	margin-right: 28px;
	width: 50%; /* タブレット: 2表示 */
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.layout-ceo-message {
	margin-top: 4rem;
}

.layout-company-details {
	margin-top: 6.375rem;
}

.layout-company-wrap {
	padding-bottom: 6.5625rem;
	padding-top: 7.6875rem;
}

.layout-environment {
	padding: 11.25rem 0 6.625rem;
}

.layout-features {
	padding: 5rem 0 3.125rem;
}

.layout-message-cta {
	padding: 6.4375rem 0 4.3125rem;
}

.layout-page-contact-mv {
	background-image: url(../images/common/underpage-mv.jpg);
	height: 15.9375rem;
}

.layout-page-interview-mv {
	background-image: url(../images/common/underpage-mv.jpg);
	height: 15.9375rem;
}

.layout-page-message-mv {
	background-image: url(../images/common/underpage-mv.jpg);
	height: 15.9375rem;
}

.company-philosophy__container {
	max-width: 100%;
}

.company-vision {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
}

.company-vision__big-title,
.middle-vision__big-title,
.vision-guidelines__big-title {
	font-size: 2.25rem;
	line-height: 1;
	padding: 0.6875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.company-vision__images {
	gap: 1.875rem;
	width: 21.625rem;
}

.company-vision__image img,
.middle-vision__image img {
	aspect-ratio: 380/230;
}

.layout-recruit-flow {
	margin-top: 6.6875rem;
}

.layout-recruit {
	padding: 5.4375rem 0 6.375rem;
}

.recruit__top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-top: 3.75rem;
}

.recruit-card {
	height: 21.375rem;
	margin-inline: 0;
	max-width: 520px;
	padding: 1.875rem 1.875rem 1.875rem 1.875rem;
	white-space: normal;
}

.recruit__bottom .recruit-card {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32.4375rem;
	    -ms-flex: 0 0 32.4375rem;
	        flex: 0 0 32.4375rem;
	width: 32.4375rem;
}

.recruit-card__scroll-container .simplebar-track.simplebar-vertical {
	right: -1.5rem;
}

.layout-recruit__bottom-img-wrap::before {
	height: 8.5714285714vw;
	width: 40.7142857143vw;
}

.layout-recruit__bottom-img {
	height: 13.8571428571vw;
	width: 33.5714285714vw;
}

.layout-tiktok {
	padding: 7.5rem 0 6.25rem;
}

.layout-top-environment {
	padding: 5.375rem 0 7rem;
}

.layout-top-interview {
	padding-bottom: 5rem;
	padding-top: 8.875rem;
}

.layout-top-interview::after {
	height: 50px;
}

.p-top-recruit__top .swiper .swiper-wrapper {
	grid-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-top-recruit__bottom {
	margin-right: calc(50% - 50vw);
	overflow-x: auto;
	padding-bottom: 30px;
	padding-right: 30px;
}

.p-top-recruit__bottom .mySwiper2 {
	max-width: 2240px;
	width: 193.1034482759vw;
}

.p-top-recruit__bottom .mySwiper2 .swiper-wrapper {
	grid-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.p-top-recruit__bottom .mySwiper2 .swiper-wrapper .swiper-slide {
	width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	opacity: 0;
}

.btn {
	max-width: 21.625rem;
	padding: 0.5rem 3.75rem 0.5rem;
}

.btn:hover {
	opacity: 1;
}

.btn:hover::before {
	right: 0.9375rem;
}

.ceo-message__container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ceo-message__img img {
	max-width: 34.375rem;
}

.ceo-message__img img {
	aspect-ratio: 550/530;
}

.ceo-message__text-area {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-top: 0;
}

.ceo-message__personal-info {
	margin-top: 2.625rem;
}

.inner.ceo-message__inner {
	max-width: 1100px;
	padding: 0 1.5625rem;
}

.circle-block {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.company-features__logo-area {
	max-width: 35.625rem;
}

.company-features__entry-btn {
	margin-top: 1.4375rem;
}

.company-features__text {
	margin-top: 2.5rem;
}

.company-features__splide-container {
	margin-top: 5rem;
}

.company-features__inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.company-details__inner {
	max-width: 1140px;
}

.company__details-flex {
	grid-gap: 7.75rem;
	display: -ms-grid;
	display: grid;
	gap: 7.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.company-profile__term {
	max-width: 10.8125rem;
}

.company-features__profile--history {
	margin-top: 0;
}

.p-cta {
	display: none;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.footer {
	height: 18.125rem;
	padding: 2.625rem 0 1.25rem;
}

.footer__inner {
	max-width: 83.125rem;
	padding: 0 1.5625rem;
}

.footer__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer__logo {
	margin: 0;
	margin: initial;
}

.footer__logo a {
	padding: 0.9375rem 0;
}

.footer__nav {
	margin-top: 0;
}

.footer__nav-items {
	gap: 2.5625rem;
	margin-top: 1rem;
}

.footer__nav-item {
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
}

.footer__nav-item--contact {
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	margin-top: 0rem;
}

.footer__copyright {
	margin-top: 3.125rem;
}

.header {
	background: transparent;
	height: 4.375rem;
}

.header.headerColorScroll .header__nav-item a {
	color: #000000;
}

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

.header__logo {
	max-width: 15.375rem;
}

.header__nav-item--contact a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #960517;
	color: #fff !important;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: inherit;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.2;
	margin-left: 1.375rem;
	padding: 1.125rem 0.875rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.p-header__nav {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
	background: initial !important;
	display: inline !important;
	display: initial !important;
	height: auto !important;
	height: initial !important;
	left: auto !important;
	left: initial !important;
	margin-left: auto;
	position: static !important;
	position: initial !important;
	top: auto !important;
	top: initial !important;
}

.p-header__nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-header__nav-link {
	border-radius: 5px;
	color: #000;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	height: inherit;
	line-height: 1.2;
	padding: 0 1.375rem;
	padding-block: initial;
	text-transform: uppercase;
	width: 100%;
}

.p-header__nav-button {
	display: none;
}

.header--under {
	background: white;
}

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

.message-cta__message {
	line-height: 2.31;
	max-width: 100%;
	text-align: center;
}

.message-cta__logo-area {
	margin-top: 7.75rem;
	max-width: 35.625rem;
}

.message-cta__entry-btn {
	margin-top: 0;
}

.mv__inner::before {
	height: 56.875rem;
	top: 50%;
	width: 72.5rem;
}

.mv__title-wrap {
	top: 50%;
}

.mv__vertical-title {
	font-size: 4.40875rem;
	gap: 3.1875rem;
	line-height: 1;
}

.mv__text-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4.4375rem;
}

.mv__text {
	font-size: 0.875rem;
	line-height: 1.9742857143;
}

.mv__text-group--top,
.mv__text-group--bottom {
	display: contents;
}

.mv__text-block[data-block=D] {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
}

.mv__text-block[data-block=E] {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
}

.mv__text-block[data-block=F] {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
}

.mv__text-block[data-block=G] {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
}

.mv__image img {
	aspect-ratio: 1400/766;
	height: 100%;
}

.mv__image {
	-webkit-animation: slider-3img 18s linear infinite 0s;
	        animation: slider-3img 18s linear infinite 0s;
}

.mv__image:first-of-type {
	background-image: url("../images/top/fv-pc.jpg");
}

.mv__image:nth-of-type(2) {
	background-image: url("../images/top/fv-pc-02.jpg");
}

.mv__image:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	        animation-delay: 12s;
	background-image: url("../images/top/fv-pc-03.jpg");
}

.mv-3 {
	display: inline;
	display: initial;
}

.contact {
	padding: 8.125rem 0;
}

.contact__inner {
	max-width: 71.4375rem;
	padding: 0 1.5625rem;
}

.contact__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 1.875rem;
}

.contact__info {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
	font-size: 3.9675rem;
	font-size: 3.9675rem;
	gap: 2.9375rem;
	line-height: 1;
	margin-top: 2.0625rem;
	padding: 0;
	width: 22.5rem;
}

.contact__info-txt {
	font-size: 2.2857142857vw;
}

.contact__tel-number {
	font-size: 3.125rem;
}

.contact__business-hours {
	font-size: 1rem;
}

.contact__img {
	margin-top: 3.75rem;
	max-width: 28.125rem;
	width: 100%;
}

.contact__form {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-top: 0;
	margin-top: initial;
	max-width: 45.1875rem;
	padding: 4.375rem 4.75rem 3.125rem 4.5rem;
	width: 100%;
}

.contact__form-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact__form-wrap.contact__form-wrap--textarea {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.contact__form-wrap + .contact__form-wrap {
	margin-top: 1.75rem;
}

.contact__form-wrap.contact__form-wrap--textarea .contact__form-label {
	padding-top: 0.9375rem;
}

.contact__form-input {
	margin-top: 0;
	margin-top: initial;
	max-width: 18.75rem;
	width: 100%;
}

.contact__form-input input {
	padding: 0.875rem 1.25rem 0.75rem 2.0625rem;
}

.contact__form-submit {
	margin: 1rem auto 0;
	max-width: 21.625rem;
}

.contact__form-submit:hover {
	opacity: 0.8;
}

input[type=submit].btn {
	max-width: 21.625rem;
	padding: 0.9375rem 3.75rem 0.6875rem;
}

.contact__form-select {
	margin-top: 0;
	max-width: 18.75rem;
}

.contact__form-select select {
	background-position: right 1.75rem top 0.9375rem;
}

.contact__form-input--file {
	margin-top: 0;
	margin-top: initial;
	max-width: 18.75rem;
	width: 100%;
}

.contact__privacy-container {
	margin-top: 2.3125rem;
}

.contact__privacy-heading {
	margin-top: 1.25rem;
}

.contact__privacy-check {
	margin-top: 2.4375rem;
}

.contact__privacy-check input + span::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.contact__privacy-check input + span::after {
	top: 50%;
}

.recruit-flow__inner {
	max-width: 75.625rem;
	padding: 0 1.5625rem;
}

.recruit-flow__content {
	padding: 2.5rem 2.875rem 4.375rem 2.875rem;
}

.recruit-flow__step-text {
	margin-top: 0;
}

.recruit-flow__steps {
	grid-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	grid-row-gap: 2.3125rem;
	-webkit-column-gap: 1.875rem;
	        column-gap: 1.875rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.5rem;
	row-gap: 2.3125rem;
}

.recruit-flow__step {
	padding: 0.625rem 1rem;
}

.recruit-flow__step::after {
	bottom: -26%;
}

.recruit-flow__step:nth-child(3)::after {
	content: none;
}

.recruit-flow__note {
	font-size: 1.3125rem;
	line-height: 1.5238095238;
}

.sub-mv {
	margin-top: 4.375rem;
}

.sub-mv__title {
	font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);
	height: 3.75rem;
	line-height: 1;
	width: 31.25rem;
}

.tiktok-section__framed {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin-top: 1.6875rem;
	max-width: 38.75rem;
	width: 100%;
}

.tiktok-embed iframe {
	height: 26.4375rem !important;
}

.top-about__inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.top-about__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.top-about__image-wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: -3.125rem;
	max-width: 58.4375rem;
	width: 100vw;
}

.top-about__image {
	max-width: 58.4375rem;
	width: 100%;
}

.top-about__image img {
	aspect-ratio: 935/626;
}

.top-about__content-wrapper {
	margin-left: -3.125rem;
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	max-width: 34.875rem;
	padding: 3.75rem 1.25rem 3.875rem 3.75rem;
	width: 100vw;
}

.top-about__blend-layer {
	background-color: rgba(184, 25, 18, 0.8);
	mix-blend-mode: multiply;
	opacity: 1;
}

.top-about__content {
	width: 21.5625rem;
}

.top-about__text {
	margin-top: 1.5625rem;
}

.top-interview__inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.top-interview__item {
	margin-bottom: 6.25rem;
}

.top-interview__item-inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.top-interview__item-img {
	width: 21.625rem;
}

.top-interview__item-img img {
	height: 100%;
	width: auto;
}

.interview-wrapper__inner.inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.interview-wrapper__item {
	padding-top: 8.75rem;
}

.staff-interview {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.staff-interview__content-wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: -6.7142857143vw !important;
	margin-top: 0;
	max-width: 39.8571428571vw;
	padding: 6.8571428571vw 4vw 6.7857142857vw 7.1428571429vw !important;
	width: 100vw;
}

.staff-interview__content-wrapper--red {
	margin: 0;
	margin: initial;
	padding: 0.9375rem 0.625rem 1.25rem;
	width: 92.5%;
}

.staff-interview__content {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.staff-interview__content-right {
	width: 21.625rem;
}

.staff-interview__image-wrapper {
	margin-right: calc(50% - 50vw);
	margin-top: -0.6875rem;
	margin-top: 0;
	width: 66.7857142857vw !important;
}

.staff-interview__image-wrapper img {
	aspect-ratio: 935/525;
	width: 66.7857142857vw !important;
}

.staff-interview__text {
	margin-top: 1.5625rem;
}

.staff-interview__text--pink {
	margin-top: 0.875rem;
}

.interview-details__list {
	gap: 1.875rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.interview-details__item {
	min-height: 0;
	min-height: initial;
	padding: 2.25rem 0.9375rem;
}

.layout-staff-interview-btn {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 1.875rem;
	margin-bottom: 5rem;
	margin-top: 8.75rem;
}

.schedule-section {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.schedule-section__inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.schedule-section__flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.schedule-section__image-wrapper {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 50%;
}

.schedule-section__image-wrapper img {
	aspect-ratio: 700/441 !important;
}

.schedule-section__title {
	width: 21.625rem;
}

.schedule-section__timeline {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #000000;
	margin-left: -12.5vw;
	padding: 1rem 2.25rem;
}

.schedule-section__row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 1.25rem;
}

.schedule-section__right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 71%;
}

.work-environment__title {
	font-size: 2.25rem;
	line-height: 1.3888888889;
}

.work-environment__circle-list {
	margin-top: 3.75rem;
}

.work-environment__circle-list--bg::before {
	background-image: url("../images/common/english-bg-title.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15.125rem;
	left: 50%;
	position: absolute;
	top: 21%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 89%;
	z-index: 30;
}

}

@media (min-width: 768px) {

.js-company-features__slider:not(.is-initialized) .splide__slide {
	margin-right: 30px;
	width: 28.5714285714%; /* PC: 3.5表示 */
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1400px) {

.contact__info-txt {
	font-size: 32px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes slider-2img {

0% {
	opacity: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

8% {
	opacity: 1;
}

42% {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

100% {
	opacity: 0;
}

}

@keyframes slider-2img {

0% {
	opacity: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

8% {
	opacity: 1;
}

42% {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes slider-3img {

0% {
	opacity: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

5% {
	opacity: 1;
}

30% {
	opacity: 1;
}

35% {
	opacity: 0;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

100% {
	opacity: 0;
}

}

@keyframes slider-3img {

0% {
	opacity: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

5% {
	opacity: 1;
}

30% {
	opacity: 1;
}

35% {
	opacity: 0;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes loading {

0% {
	background-position: 200% 0;
}

100% {
	background-position: -200% 0;
}

}

@keyframes loading {

0% {
	background-position: 200% 0;
}

100% {
	background-position: -200% 0;
}

}

