body {
	font-family: "Zen Old Mincho", "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 */

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]) {
	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;
}

#about {
	scroll-padding-top: 37.5rem;
}

.layout-about {
	padding-top: 6.1875rem;
}

.about {
	overflow: hidden;
}

.about__title {
	margin-top: 10rem;
}

.about__large-text {
	color: #4B4B4B;
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 1.75;
	margin-top: 2.125rem;
}

.about__small-text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	line-height: 2.23;
	margin-top: 1.8125rem;
}

.about__gray-box {
	background-color: #EFEFEF;
	height: 15.3125rem;
	margin-top: 2.9375rem;
	padding: 3.0625rem 0;
	text-align: center;
	width: 100%;
}

.about__img1,
.about__img2,
.about__img3 {
	margin: 0 auto;
	max-width: 12.5rem;
	width: 100%;
}

.about__img1 img {
	-o-object-fit: cover;
	aspect-ratio: 200/30;
	object-fit: cover;
	width: 100%;
}

.about__img2 img {
	-o-object-fit: cover;
	aspect-ratio: 200/15;
	object-fit: cover;
	width: 100%;
}

.about__img3 img {
	-o-object-fit: cover;
	aspect-ratio: 200/21;
	object-fit: cover;
	width: 100%;
}

.about__img2 {
	margin-top: 2.375rem;
}

.about__img3 {
	margin-top: 2.75rem;
}

.about-scroll-wrap {
	margin-top: 1.875rem;
}

.swiper-slide {
	margin-left: 0.625rem;
	width: 100%;
}

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

.about-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

#career-path {
	scroll-margin-top: 5rem;
}

.layout-career-path {
	margin-top: 6.1875rem;
}

.career-path__inner {
	overflow: hidden;
}

.career-path__list {
	display: flex;
	margin: 0 calc(50% - 50vw);
	margin-top: 2.6875rem;
}

.career-path__item {
	height: 28.125rem;
	position: relative;
	width: 100%;
}

.career-path__item-meta-wrap {
	display: inline-block;
	text-align: center;
}

.career-path-pagination__prev {
	position: relative;
}

.career-path-pagination__prev::after {
	border-left: 2px solid black;
	border-top: 2px solid black;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 0.6875rem;
	left: -1.9375rem;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 0.6875rem;
}

.career-path-pagination__next {
	position: relative;
}

.career-path-pagination__next::after {
	border-left: 2px solid black;
	border-top: 2px solid black;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 0.6875rem;
	left: 2.125rem;
	position: absolute;
	top: 0;
	transform: rotate(135deg);
	width: 0.6875rem;
}

.career-path-pagination {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1rem;
}

.career-path__item-meta {
	border: 0.75px solid white;
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-family: "Aboreto";
	font-size: 1.25rem;
	padding: 0.75rem 1.25rem;
	text-align: center;
	text-transform: capitalize;
}

.career-path__item-text {
	background-color: white;
	color: #4B4B4B;
	font-size: 0.875rem;
	font-weight: 500;
	margin: 0 auto;
	margin-top: 2.5rem;
	padding: 2.4375rem 0;
	text-align: center;
	width: 15rem;
}

.career-path__item-title {
	color: white;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 2.625rem;
	position: relative;
}

.career-path__item-title::before {
	/*background-image: url(../images/common/career-path__arrows.img1.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.75rem;
	left: -1.5625rem;
	position: absolute;
	top: -0.1875rem;
	width: 0.875rem;
}

.career-path__item-title::after {
	/*background-image: url(../images/common/career-path__arrows.img2.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0.1875rem;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: -1.5625rem;
	width: 0.875rem;
}

.career-path-slick {
	margin-top: 2.9375rem;
	position: relative;
}

.career-path-slick.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.career-path-slick__number-wrap {
	bottom: -2.125rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
}

.career-path-slick__number-current {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 0.6875rem;
}

.career-path-slick__number-total {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 0.6875rem;
}

.career-path-pagination {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}

.career-path-pagination__dot.slick-active {
	background-color: transparent;
}

.career-path__item-img {
	overflow: hidden;
	position: relative;
}

.career-path__item-img img {
	display: block;
	transform: scale(1.2);
	transition: transform 7s ease;
	width: 100%;
}

.career-path__item-img.zoom-out img {
	transform: scale(1);
}

.career-path__item-text-wrap {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.common-title {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 1.125rem;
	position: relative;
	text-transform: uppercase;
}

.common-title.common-title--white {
	color: white;
}

.common-title::before {
	background-color: #4B4B4B;
	content: "";
	height: 0.375rem;
	left: -1.5625rem;
	position: absolute;
	top: 0.5625rem;
	width: 0.9375rem;
}

.common-title.common-title--white::before {
	background-color: white;
}

.common-japan-title {
	color: #4B4B4B;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
}

.common-japan-text {
	border-top: 1px solid #B5B5B5;
	color: #4B4B4B;
	font-size: 0.8125rem;
	line-height: 2.23;
	margin-top: 1.5rem;
	padding-top: 1.3125rem;
}

.common-box__bg {
	background-image: url(../images/common/bg-img.black.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 10.9375rem;
	margin: 0 auto;
	max-width: 20.3125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.common-box__small-text {
	color: white;
	font-size: 0.8125rem;
	letter-spacing: 2px;
	letter-spacing: 0.01em;
	padding-top: 2.875rem;
	text-align: center;
}

.common-box__text {
	border-bottom: 1px solid white;
	color: white;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin: 0 auto;
	margin-top: 0.3125rem;
	text-align: center;
}

.common-box__note {
	color: white;
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	margin-top: 1.5625rem;
	padding-right: 0.125rem;
	text-align: right;
}

.common-box__img {
	animation: 8s linear infinite rotation1;
	left: 8%;
	max-width: 17.3125rem;
	position: absolute;
	top: -29%;
	width: 100%;
}

.common-box__img img {
	-o-object-fit: cover;
	aspect-ratio: 285/281;
	object-fit: cover;
	width: 100%;
}

.st-FadeIn {
	opacity: 0;
	transform: translateY(2rem);
}

.st-FadeIn.Inview,
.Inview .st-FadeIn {
	animation: fadeIn 1s ease-in-out;
	animation-fill-mode: forwards;
}

.bg {
	display: none;
}

.left-mv {
	background-color: #AEAEAE;
	display: block;
	height: 100vh;
	padding: 4rem 0;
	width: 100%;
}

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

.left-mv__title {
	max-width: 11.25rem;
	position: relative;
	width: 100%;
}

.left-mv__title::after {
	background-color: white;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 313%;
	width: 2.5rem;
}

.left-mv__link a {
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 0.8625rem 0;
	transition: 0.3s;
	width: 100%;
}

.left-mv__link a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.left-mv__small-link {
	color: white;
	font-size: 1rem;
	font-weight: 500;
	font-weight: 500;
	padding: 0.8125rem 0;
	padding-left: 2.5rem;
	transition: 0.3s;
	width: 100%;
}

.left-mv__small-link:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.left-mv__title-container {
	display: inline-block;
}

.left-mv__link-wrap {
	margin-top: 5.4375rem;
}

@media screen and (min-width: 1900px) {
	.left-mv {
		padding: 6.7rem 0;
	}
}

.center-mv {
	background-color: #AEAEAE;
	max-width: 39.375rem;
	width: 100%;
}

.right-mv {
	display: none;
}

.right-mv__title {
	color: white;
	font-size: 1.875rem;
	left: 30%;
	position: absolute;
	top: 30%;
}

.products-used-box-wrap {
	overflow: hidden;
	padding-bottom: 6.25rem;
}

body {
	position: relative;
	z-index: -2;
}

.cta {
	background-color: #3C3C3C;
	bottom: 0;
	left: 50%;
	opacity: 0;
	padding: 0 1.875rem 0.625rem 1.875rem;
	position: fixed;
	transform: translate(-50%, 20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.cta.fade-in {
	opacity: 1;
	transform: translate(-50%, 0);
	visibility: visible;
}

.modal-open-wrap.modal-open-wrap--cta {
	margin-top: 0;
}

.entry__button.entry__button--cta {
	margin-top: 0.625rem;
}

#company {
	scroll-margin-top: 3.125rem;
}

.layout-company {
	margin-top: 6.1875rem;
}

.company__sub-title {
	color: #4B4B4B;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	margin-top: 2.375rem;
}

.company__sub-text {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin-top: 2.3125rem;
	text-transform: uppercase;
}

.company__text {
	color: #4B4B4B;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2.6;
	margin-left: -0.4375rem;
	margin-top: 0.875rem;
}

.company-overview__content {
	display: flex;
	margin-top: 3.25rem;
}

.company-overview__sub-text {
	color: #B5B5B5;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	margin-left: -2.625rem;
	margin-top: 5.6875rem;
	text-transform: uppercase;
	transform: rotate(270deg);
}

.company-overview__content-left {
	width: 15%;
}

.company-overview__content-right {
	border-left: 0.75px solid #B5B5B5;
	padding-left: 1.25rem;
	width: 85%;
}

.company-overview__content-wrap:not(:first-child) {
	margin-top: 1.875rem;
}

.company-overview__content-title {
	color: #828282;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
}

.company-overview__content-text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 0.1875rem;
}

.company-overview__about-wrap {
	margin-top: 1.875rem;
}

.company-overview__box {
	margin-top: 11.125rem;
}

.company__img-wrap {
	background-image: url(../images/common/company__img2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15.625rem;
	margin-top: 2.4375rem;
	position: relative;
}

.company__img {
	left: 20%;
	max-width: 12.5rem;
	position: absolute;
	top: 44%;
	width: 100%;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 200/30;
	object-fit: cover;
	width: 100%;
}

.entry {
	background-image: url(../images/common/entry_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 0 6.5rem;
}

.entry2 {
	background-image: url(../images/common/entry_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 0 6.5rem;
}

.entry__text {
	color: white;
	font-size: 1rem;
	letter-spacing: 0.14em;
	line-height: 1.75;
	margin-top: 2.0625rem;
}

.entry__button {
	margin-top: 3rem;
}

.entry__button a::after {
	background-image: url(../images/common/entry-button.arrow2.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 1.1875rem;
	top: 0.8125rem;
	width: 3.125rem;
}

.entry__button a {
	-webkit-text-decoration: none;
	background-color: #828282;
	color: white;
	cursor: not-allowed;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	padding: 1.6875rem 1.8125rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	z-index: 100;
}

.entry__button a:not(.disabled) {
	background-color: white;
	color: #4B4B4B;
	cursor: pointer;
	pointer-events: auto;
}

.modal__inner {
	margin: auto;
	width: 100%;
}

.entry-list__item {
	display: flex;
	margin-top: 2.5rem;
}

.entry-list__item-text-link {
	border-bottom: 1px solid white;
	color: white;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 500;
}

.entry-list__item-text {
	color: white;
	font-size: 0.8125rem;
	font-weight: 500;
	margin-left: 1px;
	margin-top: 0.5625rem;
}

.modal__title {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 1.125rem;
	padding-top: 1.625rem;
	text-align: center;
	text-transform: uppercase;
}

.modal__sub-title {
	color: #4B4B4B;
	font-size: 0.75rem;
	margin-top: -0.1875rem;
	text-align: center;
}

.modal__text {
	color: #828282;
	font-size: 0.75rem;
}

.modal__content {
	background-color: white;
	border: 1px solid #828282;
	height: 15.625rem;
	margin: 1.1875rem auto 0;
	overflow: scroll;
	padding: 0.9375rem 1.125rem;
	width: 19.375rem;
}

.modal__wrap {
	background-color: white;
}

.js-modal {
	display: none;
}

.js-modal.show {
	display: block;
}

.modal-open a {
	border-bottom: 1px solid white;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 500;
	margin-left: -0.5625rem;
	margin-top: 0.5rem;
}

.modal {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

.modal-open {
	display: flex;
}

.modal-open-wrap {
	display: flex;
	margin-top: 2rem;
}

.modal:not(:target) {
	opacity: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
}

.modal:target {
	opacity: 1;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: visible;
}

.modal .overlay {
	background-color: #000;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.modal-wrapper {
	background-color: #fff;
	height: 100%;
	left: 50%;
	max-height: 350px;
	max-width: 400px;
	min-width: 300px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.modal-contents {
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
	position: relative;
	width: 100%;
}

.modal-content {
	margin: 25px;
}

.modal-close {
	-webkit-text-decoration: none;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 5px;
}

.form-checkbox input {
	display: none;
}

.form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	height: 0.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.8125rem;
}

.form-checkbox input + span::after {
	border-bottom: 0.0625rem solid white;
	border-left: 0.0625rem solid white;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.form-checkbox input:checked + span::after {
	opacity: 1;
}

.form-checkbox input + span:hover {
	color: #828282;
}

.form-checkbox input + span:hover::before {
	background-color: #828282;
	border-color: #828282;
	transition: 0.3s;
}

.form-checkbox input:checked + span::before {
	background-color: #828282;
	border-color: #828282;
	transition: 0.3s;
}

.layout-faq {
	margin-top: 4.9375rem;
}

.faq {
	background-color: #EFEFEF;
	padding: 4.4375rem 0 6.625rem;
}

.faq__title {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 2.5rem;
	text-align: center;
	text-transform: uppercase;
}

.faq__text {
	color: #4B4B4B;
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-top: 0.1875rem;
	text-align: center;
}

.faq__sub-title-wrap {
	display: flex;
	justify-content: center;
}

.faq__sub-title {
	background-color: #B5B5B5;
	border-radius: 0.8125rem;
	color: white;
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	padding: 0.125rem 2rem;
	text-align: center;
}

.faq__content:first-of-type {
	margin-top: 2.25rem;
}

.faq__content:not(:first-of-type) {
	margin-top: 3.25rem;
}

.faq-list {
	margin-top: 1.3125rem;
}

.faq-list__item {
	background-color: #fff;
	margin-top: 0.625rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 0.625rem;
}

.faq-list__item-question {
	color: #4B4B4B;
	cursor: pointer;
	font-size: 0.875rem;
	padding: 0.75rem;
	padding-left: 1.9375rem;
	position: relative;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #B5B5B5;
	content: "";
	height: 0.5px;
	position: absolute;
	right: 1.1875rem;
	top: 50%;
	transition: 0.3s;
	width: 0.5625rem;
}

.faq-list__item-question::after {
	transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-question span {
	color: #B5B5B5;
	display: inline-block;
	font-family: "Aboreto";
	font-size: 1.5rem;
	left: -0.375rem;
	position: absolute;
	top: 13%;
}

.faq-list__item-answer {
	border-top: 0.5px solid #EFEFEF;
	color: #4B4B4B;
	display: none;
	font-size: 0.75rem;
	line-height: 1.673;
	padding: 1.0625rem;
	padding-left: 1.9375rem;
	position: relative;
}

.faq-list__item-answer span {
	color: #CDCDCD;
	display: inline-block;
	font-family: "Aboreto";
	font-size: 1.5rem;
	left: -0.1875rem;
	position: absolute;
	top: 0.375rem;
}

.footer {
	background-color: #4B4B4B;
	padding: 4.625rem 0 11rem 0;
}

.footer__inner {
	text-align: center;
}

.footer__copyrigth {
	color: white;
	font-size: 0.75rem;
	letter-spacing: 0.07em;
	text-align: center;
	display: inline-block;
	margin-top: 1.875rem;
}

.footer__text {
	color: white;
	font-size: 0.625rem;
	line-height: 1.6;
	margin-top: 4.75rem;
	text-align: left;
}


.footer__logo-img {
    margin: 0 auto;
    width: 100%;
    max-width: 12.5rem;
}

.footer__logo-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 100/15;
}

.footer__link {
    margin-top: 1.875rem;
}

.footer__link a {
    color: white;
    font-size: 1rem;
    padding: 0.625rem;
    transition: .3s;
    border: 1px solid white;
    letter-spacing: 0.14em;
}

.footer__link a:hover {
    transition: .3s;
    background-color: white;
    color: #4B4B4B;
    border: 1px solid white;
}

.header {
	background-color: transparent;
	height: 6.25rem;
}

.header__logo {
	left: 1.5rem;
	max-width: 7.75rem;
	position: absolute;
	top: 2.25rem;
	z-index: 900;
}

.header__inner {
	margin: 0 auto;
	max-width: 39.375rem;
	padding: 0 1.5625rem;
	position: relative;
}

.interview {
	background-color: #EFEFEF;
	padding: 6.25rem 0 5.3125rem;
}

.interview__text {
	color: #4B4B4B;
	font-size: 1rem;
	letter-spacing: 0.06em;
	margin-top: 2.25rem;
}

.interview__list {
	display: flex;
	height: 100%;
	margin-left: 0.625rem;
	margin-top: 3.75rem;
}

.interview__content {
	overflow-x: scroll;
	padding: 2.5rem 1.5625rem;
}

.interview__content {
	cursor: grab;
	overflow-x: scroll;
	padding: 2.5rem 1.5625rem;
}

.interview__content:active {
	cursor: grabbing;
}

.interview__content::-webkit-scrollbar {
	display: none;
}

.interview__item {
	flex-shrink: 0;
}

.interview__item + .interview__item {
	margin: 0 2.6875rem;
}

.interview__item-img-wrap {
	position: relative;
}

.interview__item-img {
	max-width: 16.625rem;
	width: 100%;
}

.interview__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 266/330;
	object-fit: cover;
	width: 100%;
}

.interview__item-name {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 2.25rem;
	letter-spacing: 0.05em;
	position: absolute;
	right: -26%;
	text-transform: capitalize;
	top: 3.1875rem;
	transform: rotate(90deg);
}

.interview__item-title {
	bottom: 1.3125rem;
	color: white;
	font-family: "Aboreto";
	font-size: 1.875rem;
	left: -1.3125rem;
	line-height: 1.5;
	position: absolute;
}

.interview__item-text {
	color: #4B4B4B;
	font-size: 0.9375rem;
	line-height: 1.9;
	margin-top: 1.5rem;
}

.interview__item-small-text {
	color: #4B4B4B;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 0.6875rem;
}

.interview__item-button-wrap {
	margin-top: 1.5625rem;
	padding-left: 3.25rem;
}

.interview__item-button {
	color: #828282;
	font-size: 0.75rem;
	position: relative;
	transition: 0.3s;
}

.interview__item-button::before {
	background-image: url(../images/common/interview__item-button.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.5rem;
	left: -82%;
	position: absolute;
	top: -0.3125rem;
	width: 2.5rem;
}

.interview__item-button:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.interview-modal-container {
	margin-top: 0.625rem;
}

.interview-modal {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

.interview-modal:not(:target) {
	opacity: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
}

.interview-modal:target {
	opacity: 1;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: visible;
}

.interview-modal .overlay {
	background-color: #000;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.interview-modal-wrapper {
	background-color: #fff;
	height: 100%;
	left: 50%;
	overflow-y: scroll;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.interview-modal-contents {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	width: 100%;
}

.interview-modal-content {
	padding: 1.5625rem;
	width: 100%;
}

.interview-modal-close {
	-webkit-text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	color: #B5B5B5;
	font-size: 0.875rem;
	padding: 0.3125rem;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

.interview-modal-close-wrap {
	margin: 0;
	padding: 0 1.25rem 1.25rem 0;
	text-align: right;
}

.interview-modal-wrap {
	display: flex;
	justify-content: space-between;
}

.interview-modal__sub-title {
	color: #B5B5B5;
	font-family: "Aboreto";
	font-size: 0.75rem;
	text-transform: uppercase;
}

.interview-modal__name {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 1.375rem;
	margin-top: 2.25rem;
	text-transform: capitalize;
}

.interview-modal__title {
	color: #4B4B4B;
	font-size: 0.75rem;
}

.interview-modal__img {
	margin-left: 1.3125rem;
	margin-top: 1rem;
	max-width: 9.375rem;
	width: 100%;
}

.interview-modal__img img {
	-o-object-fit: cover;
	aspect-ratio: 150/186;
	object-fit: cover;
	width: 100%;
}

.interview-modal__sub-text {
	color: #4B4B4B;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.interview-modal__text {
	color: #4B4B4B;
	font-size: 0.75rem;
	margin-top: 0.6875rem;
	word-break: break-all;
}

.interview-modal__text-wrap {
	width: 100%;
}

.progress-bar-container {
	display: flex;
	gap: 0.3125rem;
}

.progress-bar {
	background-color: #CDCDCD;
	height: 1px;
	transition: background-color 0.3s ease;
	width: 1.5625rem;
}

.progress-bar.active {
	background-color: #4B4B4B;
}

#job-information {
	scroll-margin-top: 1.875rem;
}

.layout-job-information {
	margin-top: 6.125rem;
}

.job-information__title {
	line-height: 1.4;
}

.job-information__text {
	color: #4B4B4B;
	font-size: 1rem;
	letter-spacing: 0.2em;
	margin-top: 2.75rem;
}

.job-information__content {
	margin-top: 2.625rem;
}

.job-information-list__item {
	background-color: #B5B5B5;
}

.job-information-list__item + .job-information-list__item {
	margin-top: 0.5625rem;
}

.job-information-list__item-question {
	color: white;
	cursor: pointer;
	font-size: 0.875rem;
	letter-spacing: 0.12em;
	padding: 1.25rem;
	position: relative;
}

.job-information-list__item-question::before {
	border-right: 0.0625rem solid white;
	border-top: 0.0625rem solid white;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.625rem;
	top: 46%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 0.5rem;
}

.job-information-list__item-answer {
	background-color: white;
	display: none;
}

.job-information-list__item-question.is-open::before {
	transform: translateY(-50%) rotate(315deg);
}

.job-information-list__title {
	color: #828282;
	font-size: 0.8125rem;
	padding-left: 1.125rem;
	position: relative;
}

.job-information-list__title::before {
	background-color: #828282;
	content: "";
	height: 0.5px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 0.8125rem;
}

.job-information-list__text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 0.1875rem;
}

.job-information-list__text span {
	font-size: 0.5rem;
}

.job-information-list-wrap {
	border-bottom: 0.5px solid #B5B5B5;
	padding: 1rem 0.625rem 0.9375rem;
}

.job-information-list__small-text {
	color: #4B4B4B;
	font-size: 0.625rem;
}

.job-information-list__small-text-wrap {
	display: flex;
}

.job-information-list__small-text-wrap:first-child {
	margin-top: 0.625rem;
}

.job-information-list__small-note {
	color: #4B4B4B;
	font-size: 0.625rem;
	max-width: 2.3125rem;
	width: 100%;
}

.job-information-list-button {
	margin-top: 1.5625rem;
}

.job-information-list-button a {
	border-bottom: 0.5px solid #B5B5B5;
	color: #B5B5B5;
	font-size: 0.8125rem;
	font-weight: 700;
	position: relative;
	transition: 0.3s;
}

.job-information-list-button a::after {
	background-image: url(../images/common/job-information-list-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	left: 6.5625rem;
	position: absolute;
	top: 0.25rem;
	transition: 0.3s;
	width: 0.9375rem;
}

.job-information-list-button a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.job-information-list__text.job-information-list__text--indent {
	padding-left: 0.8125rem;
	text-indent: -1rem;
}

.layout-job-style {
	margin-top: 7.25rem;
}

.job-style {
	background-color: #EFEFEF;
	padding: 5.875rem 0 6.4375rem;
}

.job-style__text {
	color: #4B4B4B;
	font-size: 1rem;
	letter-spacing: 0.08em;
	margin-top: 2.25rem;
}

.job-style__button-wrap {
	margin-top: 2.1875rem;
}

.job-style__button:not(:first-child) {
	margin-top: 1.25rem;
}

.job-style__button {
	width: 95%;
}

.job-style__button a {
	background-color: #B5B5B5;
	border-radius: 1.375rem;
	color: white;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	padding: 0.75rem 1.8125rem;
	position: relative;
}

.job-style__button a::before {
	background-image: url(../images/common/arrow.svg);
	content: "";
	height: 0.5rem;
	position: absolute;
	right: -0.625rem;
	top: 43%;
	transform: scaleX(1);
	transform-origin: 0 0;
	transition: 0.3s;
	transition-property: transform;
	width: 3.125rem;
}

.job-style__button a:hover {
	opacity: 1;
}

.job-style__button a:hover::before {
	transform: scaleX(0);
	transform-origin: 100% 0;
}

.mv__inner {
	background-image: url(../images/common/mv__img.sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 37.5rem;
	margin-top: -6.25rem;
	position: relative;
}

.mv__title-wrap {
	left: 5%;
	position: absolute;
	top: 39.5%;
}

.mv__sub-main-title {
	color: white;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	margin-left: 0.875rem;
}

.mv__main-title-wrap {
	margin-top: 5.875rem;
}

.mv__main-title {
	color: white;
	font-family: "Aboreto";
	font-size: 3.125rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.mv__sub-title {
	color: white;
	font-size: 0.875rem;
	margin-left: 0.1875rem;
	margin-top: 0.5625rem;
}

.mv__sub-text {
	color: white;
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
	margin-top: 1.0625rem;
}

.mv.Inview {
	animation-delay: 0s;
}

.header__logo.Inview {
	animation-delay: 0.6s;
}

.mv__sub-main-title.Inview {
	animation-delay: 0.2s;
}

.mv__main-title.Inview {
	animation-delay: 0.4s;
}

.mv__main-title.mv__main-title--2.Inview {
	animation-delay: 0.6s;
}

.mv__sub-title.Inview {
	animation-delay: 0.8s;
}

.mv__sub-text.Inview {
	animation-delay: 0.8s;
}

.layout-onboarding-training {
	margin-top: 6.125rem;
}

.onboarding-training__title-wrap {
	text-align: center;
}

.onboarding-training__title {
	border-bottom: 0.5px solid #B5B5B5;
	color: #B5B5B5;
	display: inline-block;
	font-family: "Aboreto";
	font-size: 1.5rem;
	line-height: 1.2;
	padding-bottom: 0.5rem;
	text-align: center;
	text-transform: capitalize;
}

.onboarding-training__text {
	color: #4B4B4B;
	font-size: 1.125rem;
	letter-spacing: 0.2em;
	margin-top: 0.625rem;
	text-align: center;
}

.onboarding-training__small-text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2.23;
	margin-top: 1.375rem;
}

.onboarding-training__item {
	max-width: 14.125rem;
}

.onboarding-training__img {
	margin: 1.875rem auto 0;
	max-width: 13.4375rem;
	width: 100%;
}

.onboarding-training__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.onboarding-training__text {
	margin-top: 0.625rem;
}

.onboarding-training__small-text span {
	font-size: 0.625rem;
}

.onboarding-training__item-img {
	max-width: 14.0625rem;
	width: 100%;
}

.onboarding-training__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 225/135;
	object-fit: cover;
	width: 100%;
}

.onboarding-training__item-title {
	color: #4B4B4B;
	font-size: 0.9375rem;
	letter-spacing: 0.17em;
	padding-left: 2.4375rem;
	position: relative;
}

.onboarding-training__item-title::before {
	background-color: #B5B5B5;
	content: "";
	height: 0.5px;
	left: 0;
	position: absolute;
	top: 0.75rem;
	width: 1.875rem;
}

.onboarding-training__item-text {
	color: #4B4B4B;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 1.63;
	margin-top: 1.0625rem;
}

.onboarding-training__list {
	margin-top: 4.3125rem;
}

.onboarding-training__item-title {
	margin-top: 1.625rem;
}

.layout-products-used {
	margin-top: 6.8125rem;
}

.products-used__inner {
	overflow: hidden;
}

.products-used {
	background-color: #EFEFEF;
	padding: 6.1875rem 0 6.5rem;
}

.products-used__content {
	align-items: center;
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	height: 15.3125rem;
	justify-content: center;
	margin: 3rem auto 0;
	max-width: 19.0625rem;
}

.products-used__content-small-text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	text-align: center;
}

.products-used__content-large-text {
	color: #4B4B4B;
	font-size: 1.125rem;
	text-align: center;
}

.products-used__content-img {
	margin-top: 1.875rem;
	max-width: 17.125rem;
	width: 100%;
}

.products-used__content-img img {
	-o-object-fit: cover;
	aspect-ratio: 274/83;
	object-fit: cover;
	width: 100%;
}

.products-used__text {
	border-top: none;
	margin-top: 1.25rem;
}

.products-used__img {
	margin: 0 calc(50% - 50vw);
	margin-top: 2.625rem;
	width: 100vw;
}

.products-used__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/215;
	object-fit: cover;
	width: 100%;
}

.products-used-box__wrap {
	margin-top: 6.1875rem;
}

.onboarding-training__list {
	display: flex;
	overflow-x: scroll;
}

.onboarding-training__list::-webkit-scrollbar {
	display: none;
}

.onboarding-training__item {
	flex-shrink: 0;
}

.onboarding-training__item + .onboarding-training__item {
	margin: 0 2.375rem;
}

#salary {
	scroll-margin-top: 2.5rem;
}

.layout-salary {
	margin-top: 6.1875rem;
}

.salary__text {
	color: #4B4B4B;
	letter-spacing: 0.08em;
	margin-top: 1.5rem;
}

.salary__box {
	background-color: #EFEFEF;
	margin-top: 1.875rem;
}

.salary__text.salary__text--after {
	border-top: none;
	margin-top: 1rem;
}

.salary__list {
	background-color: #EFEFEF;
	margin: 1.25rem auto 0;
	padding: 1.8125rem 0 1.1875rem;
	width: 94%;
}

.salary__item {
	display: flex;
	margin: 0 auto;
	padding: 0.75rem 0;
	padding-left: 0.9375rem;
	width: 90%;
}

.salary__item:first-child {
	flex-direction: column;
}

.salary__item:not(:first-child) {
	border-top: 0.5px solid #B5B5B5;
}

.salary__item-img1 {
	max-width: 1.625rem;
	width: 100%;
}

.salary__item-img1 img {
	aspect-ratio: 26/31;
}

.salary__item-img2 {
	max-width: 1.4375rem;
	width: 100%;
}

.salary__item-img2 img {
	aspect-ratio: 23/25;
}

.salary__item-img1,
.salary__item-img2,
.salary__item-img3,
.salary__item-img4,
.salary__item-img5 {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.salary__item-img3 {
	max-width: 1.4375rem;
	width: 100%;
}

.salary__item-img3 img {
	aspect-ratio: 23/25;
}

.salary__item-img4 {
	max-width: 1.125rem;
	width: 100%;
}

.salary__item-img4 img {
	aspect-ratio: 18/32;
}

.salary__item-img5 {
	max-width: 1.75rem;
	width: 100%;
}

.salary__item-img5 img {
	aspect-ratio: 28/19;
}

.salary__item-text {
	color: #4B4B4B;
	font-size: 1rem;
	margin-left: 1.125rem;
}

.salary__item-text-after {
	color: #4B4B4B;
	font-size: 0.8125rem;
	margin-left: 0.5rem;
	margin-top: -0.1875rem;
	white-space: nowrap;
}

.salary__item-text-wrap {
	display: flex;
}

.salary__item-text {
	color: #4B4B4B;
	font-size: 1rem;
}

.salary__item-large-text {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 3.125rem;
	margin-left: -0.1875rem;
	margin-top: -1.0625rem;
}

.salary__item-large-text-after {
	color: #4B4B4B;
	font-size: 1.5rem;
	margin-top: 0.625rem;
	white-space: nowrap;
}

.salary__item-small-text {
	color: #4B4B4B;
	font-size: 0.75rem;
	line-height: 1.416;
	margin-top: -0.5rem;
	text-align: center;
}

.salary__item-text-container {
	display: flex;
	flex-direction: column;
}

.salary__list .salary__item:nth-child(4) .salary__item-text {
	margin-left: 1.375rem;
}

.salary__list .salary__item:nth-child(5) .salary__item-text {
	margin-left: 0.875rem;
}

.salon {
	position: relative;
}

.salon-bg__img {
	left: 0;
	position: absolute;
	top: 0;
}

.salon__title {
	color: #4B4B4B;
	font-family: "Aboreto";
	font-size: 1.75rem;
	margin-top: -5rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
}

.salon__text {
	color: #4B4B4B;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: -0.25rem;
	position: relative;
	text-align: center;
	z-index: 99;
}

.salon__content {
	margin-top: 1.4375rem;
}

.salon-list__item-sub-title {
	border-top: 0.5px solid #B5B5B5;
	color: #4B4B4B;
	cursor: pointer;
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	padding: 1.1875rem 0;
	padding-left: 1.375rem;
	position: relative;
	width: 100%;
}

.salon-list__item-sub-title:last-child {
	border-bottom: 0.5px solid #B5B5B5;
}

.salon-list__item-sub-title::before {
	border-right: 0.5px solid #B5B5B5;
	border-top: 0.5px solid #B5B5B5;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 0.625rem;
}

.salon-list__item-sub-title.is-open::before {
	transform: translateY(-50%) rotate(315deg);
}

.salon-list__item-detail {
	border-top: 0.5px solid #B5B5B5;
	display: none;
	padding: 1.625rem;
}

.salon-list__item-text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	line-height: 1.55;
}

.salon-list__item-text-df:first-child {
	display: flex;
}

.salon-list__item-text:nth-child(2) {
	margin-left: 1.5625rem;
}

.onboarding-training__list {
	padding-left: 1.5625rem;
}

.salon__inner {
	position: relative;
	transform: translateY(100); /* 初期状態で下に配置 */
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.layout-training-by-level {
	background-color: #EFEFEF;
	margin-top: 6.125rem;
	padding: 6.25rem 0;
}

.training-by-level__title-wrap {
	text-align: center;
}

.training-by-level__title {
	border-bottom: 0.5px solid #B5B5B5;
	color: #B5B5B5;
	display: inline-block;
	font-family: "Aboreto";
	font-size: 1.5rem;
	line-height: 1.2;
	padding-bottom: 0.5rem;
	text-align: center;
	text-transform: capitalize;
}

.training-by-level__text {
	color: #4B4B4B;
	font-size: 1.125rem;
	letter-spacing: 0.2em;
	margin-top: 0.9375rem;
	text-align: center;
}

.training-by-level__small-text {
	color: #4B4B4B;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2.23;
	margin-top: 1.375rem;
}

.training-by-level__img {
	margin: 1.875rem auto 0;
	max-width: 13.4375rem;
	width: 100%;
}

.training-by-level__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.training-by-level__text {
	margin-top: 0.625rem;
}

.training-by-level__small-text span {
	font-size: 0.625rem;
}

.training-by-level__item-img {
	max-width: 14.0625rem;
	width: 100%;
}

.training-by-level__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 225/135;
	object-fit: cover;
	width: 100%;
}

.training-by-level__item-title {
	color: #4B4B4B;
	font-size: 0.9375rem;
	letter-spacing: 0.17em;
	padding-left: 2.4375rem;
	position: relative;
}

.training-by-level__item-title::before {
	background-color: #B5B5B5;
	content: "";
	height: 0.5px;
	left: 0;
	position: absolute;
	top: 0.75rem;
	width: 1.875rem;
}

.training-by-level__item-text {
	color: #4B4B4B;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 1.63;
	margin-top: 0.625rem;
}

.training-by-level__list {
	display: flex;
	margin-top: 4.3125rem;
	overflow-x: scroll;
}

.training-by-level__item-title {
	margin-top: 1.625rem;
}

.training-by-level__item {
	flex-shrink: 0;
	max-width: 14.0625rem;
}

.training-by-level__item + .training-by-level__item {
	margin: 0 2.4375rem;
}

.training-by-level__list::-webkit-scrollbar {
	display: none;
}

.training-by-level__list {
	padding-left: 1.5625rem;
}

.training {
	background-color: #EFEFEF;
	padding: 6.375rem 0;
}

.training__circle-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.375rem;
}

.training__circle:nth-child(1)::after {
	background-color: #B5B5B5;
	content: "";
	height: 1px;
	left: 3.75rem;
	position: absolute;
	top: 0;
	width: 11.5rem;
}

.training__circle:nth-child(1)::before {
	background-color: #B5B5B5;
	bottom: 0;
	content: "";
	height: 1px;
	left: 3.75rem;
	position: absolute;
	width: 11.5rem;
}

.training__circle {
	align-items: center;
	background-color: #B5B5B5;
	border-radius: 50%;
	display: flex;
	height: 9.375rem;
	justify-content: center;
	position: relative;
	width: 9.375rem;
}

.training__circle:nth-child(2) {
	margin-left: 1.8125rem;
}

.training__circle-text {
	color: white;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	text-align: center;
}

.training__circle-text span {
	color: white;
	font-size: 1.75rem;
}

.layout-work-place {
	margin-top: 5.875rem;
}

.work-place {
	background-attachment: fixed;
	background-image: url(../images/common/work-place-img.sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 32rem;
	padding: 5.9375rem 0;
	width: 100%;
}

.work-place__title {
	color: white;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.work-place__text {
	border-top: 1px solid white;
	color: white;
	font-size: 0.8125rem;
	line-height: 2.23;
	margin-top: 1.5rem;
	padding-top: 1.3125rem;
}

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

.inner {
	max-width: 39.375rem;
	padding: 0 1.5625rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.layout-about {
	padding-top: 13.75rem;
}

.about__large-text {
	font-size: 1.125rem;
}

.about__small-text {
	font-size: 1rem;
}

.career-path__item-text {
	font-size: 1rem;
}

.career-path__item-title {
	font-size: 1.375rem;
}

.career-path-slick__number-current {
	font-size: 1rem;
}

.career-path-slick__number-total {
	font-size: 1rem;
}

.common-title {
	font-size: 1.5rem;
}

.common-title::before {
	height: 0.4375rem;
	top: 1rem;
}

.common-japan-title {
	font-size: 1.125rem;
}

.common-japan-text {
	font-size: 1rem;
}

.common-box__bg {
	height: 14.375rem;
	max-width: 36.25rem;
}

.common-box__small-text {
	font-size: 1.25rem;
}

.common-box__text {
	font-size: 1.875rem;
}

.common-box__note {
	font-size: 0.8125rem;
}

.common-box__img {
	left: 20%;
	max-width: 21.875rem;
}

.bg {
	display: flex;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}

.inner-pc {
	padding: 0 1.5625rem;
}

.pc {
	background-color: white;
	margin-left: auto;
	max-width: 39.375rem;
}

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

.company__sub-text {
	font-size: 1rem;
}

.company-overview__sub-text {
	font-size: 1rem;
	margin-top: 7.625rem;
}

.company-overview__content-title {
	font-size: 1rem;
}

.company-overview__content-text {
	font-size: 1rem;
}

.entry__text {
	font-size: 1.125rem;
}

.entry__button a {
	font-size: 1rem;
}

.entry-list__item-text-link {
	font-size: 1rem;
}

.entry-list__item-text {
	font-size: 1rem;
}

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

.modal__text {
	font-size: 1rem;
}

.modal-open a {
	font-size: 1rem;
}

.faq__title {
	font-size: 2.625rem;
}

.faq__text {
	font-size: 1.125rem;
}

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

.faq-list__item-question {
	font-size: 1rem;
}

.faq-list__item-answer {
	font-size: 1rem;
}

.footer__copyrigth {
	font-size: 1rem;
}

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

.footer__text {
	font-size: 1rem;
}

.header__logo {
	max-width: 12.5rem;
}

.interview__text {
	font-size: 1.125rem;
}

.interview__item-text {
	font-size: 1rem;
}

.interview__item-small-text {
	font-size: 1rem;
}

.interview__item-button {
	font-size: 1rem;
}

.interview-modal__sub-title {
	font-size: 1rem;
}

.interview-modal__name {
	font-size: 1.5rem;
}

.interview-modal__title {
	font-size: 1rem;
}

.interview-modal__sub-text {
	font-size: 1rem;
}

.interview-modal__text {
	font-size: 1rem;
}

.job-information__text {
	font-size: 1.125rem;
}

.job-information-list__item-question {
	font-size: 1.125rem;
}

.job-information-list__text span {
	font-size: 0.625rem;
}

.job-information-list__small-text {
	font-size: 0.8125rem;
}

.job-information-list__small-note {
	font-size: 0.8125rem;
	max-width: 3.6875rem;
}

.job-information-list-button a {
	font-size: 1rem;
}

.job-information-list-button a::after {
	left: 8.125rem;
}

.job-style__text {
	font-size: 1.125rem;
}

.job-style__button a {
	font-size: 1.125rem;
}

.mv__inner {
	display: flex;
	height: 62.9375rem;
	margin: -6.25rem auto;
	max-width: 39.375rem;
	padding: 0 1.5625rem;
}

.mv__sub-main-title {
	font-size: 1.25rem;
}

.mv__main-title {
	font-size: 3.75rem;
}

.mv__sub-title {
	font-size: 1.125rem;
}

.mv__sub-text {
	font-size: 1rem;
}

.onboarding-training__title {
	font-size: 1.75rem;
}

.onboarding-training__text {
	font-size: 1.25rem;
}

.onboarding-training__small-text {
	font-size: 1rem;
}

.onboarding-training__img {
	max-width: 18.75rem;
}

.onboarding-training__small-text span {
	font-size: 1rem;
}

.onboarding-training__item-title {
	font-size: 1.0625rem;
}

.onboarding-training__item-text {
	font-size: 1rem;
}

.products-used__content {
	max-width: 31.25rem;
}

.products-used__content-small-text {
	font-size: 1rem;
}

.products-used__content-img {
	max-width: 25rem;
}

.products-used__img {
	margin: 2.625rem auto 0;
	max-width: 39.375rem;
	width: 100%;
}

.salary__item-text-after {
	font-size: 1rem;
}

.salary__item-small-text {
	font-size: 1rem;
}

.salon__title {
	font-size: 2rem;
}

.salon__text {
	font-size: 1rem;
}

.salon-list__item-sub-title {
	font-size: 1rem;
}

.training-by-level__title {
	font-size: 1.75rem;
}

.training-by-level__text {
	font-size: 1.25rem;
}

.training-by-level__small-text {
	font-size: 1rem;
}

.training-by-level__img {
	max-width: 18.75rem;
}

.training-by-level__small-text span {
	font-size: 1rem;
}

.training-by-level__item-title {
	font-size: 1.0625rem;
}

.training-by-level__item-text {
	font-size: 1rem;
}

.training__circle:nth-child(1)::after {
	left: 6.4375rem;
	width: 13.75rem;
}

.training__circle:nth-child(1)::before {
	left: 6.4375rem;
	width: 13.75rem;
}

.training__circle {
	height: 12.5rem;
	width: 12.5rem;
}

.training__circle-text {
	font-size: 1rem;
}

.training__circle-text span {
	font-size: 1.875rem;
}

.work-place {
	background-image: url(../images/common/work-place-img.jpg);
}

.work-place__title {
	font-size: 1rem;
}

.work-place__text {
	font-size: 1rem;
}

}

@media (min-width: 768px) {

.cta {
	max-width: 630px;
}

}

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

.cta {
	left: auto;
	max-width: 39.375rem;
	right: 0;
	transform: translateX(0) translateY(20px);
}

.cta.fade-in {
	transform: translateX(0) translateY(0);
}

.interview-modal-wrapper {
	left: 0;
	right: -100%;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.left-mv__title-container {
	margin-left: -5.625rem;
}

.right-mv {
	background-image: url(../images/common/right-mv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100vh;
	position: relative;
	width: 100%;
}

.pc {
	margin: 0 auto;
}

}

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

.left-mv__title-container {
	margin-left: 0;
}

}

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

.right-mv__title {
	left: 11%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes rotation1 {

0% {
	transform: rotate(0);
}

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

}

@keyframes fadeIn {

0% {
	opacity: 0;
	transform: translateY(1rem);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


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