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

.u-desktop {
	display: none;
}

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

h1 {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.white a:hover {
	background-color: #231815;
	color: #fff;
	opacity: 1;
}

.red a:hover {
	background-color: #fff;
	color: #C8102E;
	opacity: 1;
}

.bogo-language-switcher {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.bogoflags {
	display: none;
}

.bogoflags-us:before {
	display: none;
}

.bogoflags-jp:before {
	display: none;
}

.bogo-language-switcher {
	position: relative;
}

.bogo-language-switcher .current {
	font-weight: bold;
	text-decoration: underline;
}

.bogo-language-name > a {
	margin-left: 0 !important;
}

.bogo-language-switcher::before {
	color: #231815;
	content: "/";
	font-size: 14px;
	font-size: 0.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

html {
	font-size: 3.5555555556vw;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

*,
*::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: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

.a-vision__inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.a-vision__subtitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400 !important;
	text-align: center;
}

.a-vision__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.a-vision__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.a-vision__bottom {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.a-vision__info {
	gap: 28px;
	gap: 1.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 16px;
	padding-right: 1rem;
}

.a-vision__ceo {
	font-size: 15px;
	font-size: 0.9375rem;
}

.a-vision__name {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
}

.a-vision__kana {
	font-size: 13px;
	font-size: 0.8125rem;
}

.breadcrumb {
	color: #595757;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
}

.breadcrumb--single::before {
	display: none;
}

.breadcrumb--single {
	color: #595757 !important;
	margin-top: 80px;
	margin-top: 5rem;
}

.breadcrumb--single span {
	text-decoration: underline;
}

.breadcrumb span:nth-child(1) {
	text-decoration: underline;
}

.current-item {
	text-decoration: none !important;
}

.breadcrumb--solution::before {
	display: none;
}

.breadcrumb--solution {
	color: #595757 !important;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.breadcrumb--thanks {
	color: #595757 !important;
	margin-top: 80px;
	margin-top: 5rem;
}

.breadcrumb--thanks span {
	text-decoration: underline;
}

.breadcrumb--thanks span:last-child {
	text-decoration: none;
}

.chart {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.chart__title {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

.chart__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.company__inner {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.company__item {
	position: relative;
}

.company__item--story {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.company__item > a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding-top: 120px;
	padding-top: 7.5rem;
	-webkit-transition: background-size 0.4s ease;
	transition: background-size 0.4s ease;
}

.company__item:hover > a {
	background-size: 110%;
	opacity: 1;
}

.company__item--company > a {
	background-image: url("../images/common/company-bg.webp");
}

.company__item--story > a {
	background-image: url("../images/common/story-bg.webp");
}

.company__title {
	color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.company__item--story .company__title {
	font-family: "Roboto", sans-serif;
}

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

.concept__inner {
	margin-inline: auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding-bottom: 56px;
	padding-bottom: 3.5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.concept__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.concept__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.concept__btn {
	margin-top: 44px;
	margin-top: 2.75rem;
}

.contact__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.detail-btn {
	margin-inline: auto;
	max-width: 144px;
	max-width: 9rem;
	width: 100%;
}

.detail-btn a {
	background-image: url(../images/common/btn-bg.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	padding-bottom: 11px;
	padding-bottom: 0.6875rem;
	padding-top: 11px;
	padding-top: 0.6875rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.detail-btn--inverted a {
	background-image: url(../images/common/btn-bg-colored.svg);
}

.footer {
	background-color: #050505;
	color: #fff;
}

.footer__inner {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.footer__logo {
	max-width: 177px;
	max-width: 11.0625rem;
	width: 100%;
}

.footer__btn > a {
	border-radius: 1.875rem;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	padding-top: 12px;
	padding-top: 0.75rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer__btn--contact a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #231815;
}

.footer__btn--recruit a {
	background-color: #C8102E;
	border: 1px solid #C8102E;
	color: #fff;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

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

.footer__lists {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.footer__list {
	width: 50%;
}

.footer__link {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-top: 5px;
	margin-top: 0.3125rem;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.footer__link {
	color: #fff;
}

.footer__copyright {
	border-top: 0.5px solid #fff;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	text-align: center;
}

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

.form__item label {
	display: block;
	font-weight: 500;
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

.form__textarea label {
	font-weight: 500;
}

.form__title {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	max-width: 260px;
	max-width: 16.25rem;
	width: 100%;
}

.must {
	background-color: #FFE5E9;
	border-radius: 0.125rem;
	color: #C8102E;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	padding: 3px 5px;
	padding: 0.1875rem 0.3125rem;
}

.form__item .wpcf7-form-control-wrap {
	width: 100%;
}

.form__item input,
.form__item select {
	background-color: #fff;
	border: 1px solid #A7A7A7;
	border-radius: 0.3125rem;
	display: block;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: 100%;
}

.form__textarea .wpcf7-form-control-wrap {
	width: 100%;
}

.form__textarea textarea {
	background-color: #fff;
	border: 1px solid #A7A7A7;
	border-radius: 0.3125rem;
	display: block;
	font-weight: bold;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: 100%;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	bottom: -25px;
	bottom: -1.5625rem;
	left: 0;
	position: absolute;
}

.form__btn {
	margin-inline: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 260px;
	max-width: 16.25rem;
	width: 100%;
}

.form__btn input,
.form__btn button {
	background-color: #707070;
	border: 1px solid #707070;
	border-radius: 3.125rem;
	color: #fff;
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	padding-top: 12px;
	padding-top: 0.75rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.form__btn input:hover,
.form__btn button:hover {
	background-color: #fff;
	color: #707070;
}

.form__btn .wpcf7-form-control {
	color: white;
}

.wpcf7-spinner {
	display: none;
}

input[type=checkbox] {
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
	display: inline-block !important;
	opacity: 1 !important;
	position: relative !important;
}

.form__check {
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.form__check a {
	text-decoration: underline;
}

.form__radio {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.form__radio .wpcf7-list-item.first {
	margin: 0;
}

.form__radio .wpcf7-list-item-label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* デフォルトのボタン */

.form__radio input[type=radio] {
	opacity: 0; /* デフォルトのボタンを非表示 */
	position: absolute;
}

/* チェック前のボタン */

.form__radio .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 100%; /* ラジオボタンっぽく丸くする */
	content: "";
	height: 1.2em;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s; /* 色をじんわり変化させる */
	width: 1.2em;
}

/* チェック後のボタン */

.form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
	background-color: #C8102E; /* チェック後の中心の色 */
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.form__radio .wpcf7-form-control.wpcf7-radio {
	font-size: 18px;
	font-size: 1.125rem;
}

.guest-item {
	margin-inline: auto;
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.guest-item__img {
	max-width: 393px;
	max-width: 24.5625rem;
	position: relative;
}

.guest-item__img::before {
	content: "";
	display: block;
	padding-top: 64.6875%;
}

.guest-item__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.guest-item__head {
	background-image: url(../images/common/guest-title-bg.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -30px;
	margin-top: -1.875rem;
	padding: 6px 20px 10px 20px;
	padding: 0.375rem 1.25rem 0.625rem 1.25rem;
	position: relative;
	z-index: 10;
}

.guest-item__head p {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.guest-item__head p span {
	font-size: 16px;
	font-size: 1rem;
}

.guest-item__text {
	background-color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.14;
	margin-top: -36px;
	margin-top: -2.25rem;
	padding: 48px 12px 14px;
	padding: 3rem 0.75rem 0.875rem;
}

.guest {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.guest__img {
	overflow: hidden;
}

.guest__img img {
	margin-left: -50%;
	max-width: none;
	width: 200%;
}

.guest__inner {
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	position: relative;
}

.guest__inner::before {
	background-image: url(../images/common/guest-bg-sp.webp);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 102%;
	left: 5%;
	position: absolute;
	top: -110px;
	top: -6.875rem;
	width: 90%;
	z-index: -2;
}

.guest__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.guest__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 17px;
	padding-left: 1.0625rem;
	padding-right: 17px;
	padding-right: 1.0625rem;
}

.guest__text:first-child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.guest__logo {
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.guest__subtitle {
	margin-inline: auto;
	background-color: #fff;
	border: 2px solid #231815;
	margin-top: 14px;
	margin-top: 0.875rem;
	max-width: 280px;
	max-width: 17.5rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-align: center;
	width: 100%;
}

.guest__subtitle p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
}

.guest__subtitle p span {
	font-size: 26px;
	font-size: 1.625rem;
}

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

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

.guest__catch {
	color: #1E2082;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.hamburger {
	height: 60px;
	height: 3.75rem;
	position: relative;
	width: 60px;
	width: 3.75rem;
	z-index: 9999;
}

.hamburger span {
	background-color: #C8102E;
	height: 3px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 26px;
	width: 1.625rem;
}

.hamburger span:nth-child(1) {
	top: 22px;
	top: 1.375rem;
}

.hamburger span:nth-child(2) {
	top: 30px;
	top: 1.875rem;
}

.hamburger span:nth-child(3) {
	top: 38px;
	top: 2.375rem;
}

.hamburger.is-active span:nth-child(1) {
	left: 29%;
	top: 48%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	width: 1.5625rem;
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
	top: 51%;
}

.hamburger.is-active span:nth-child(3) {
	left: 29%;
	top: 48%;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	width: 25px;
	width: 1.5625rem;
}

.header {
	background-color: #fff;
	-webkit-box-shadow: 0rem 0.0625rem 0.375rem rgba(0, 0, 0, .1);
	box-shadow: 0rem 0.0625rem 0.375rem rgba(0, 0, 0, .1);
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
	z-index: 10;
	z-index: 1000;
}

.header__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 60px;
	padding-right: 3.75rem;
}

.header__logo {
	display: block;
	height: inherit;
	max-width: 132px;
	max-width: 8.25rem;
	position: relative;
	width: 100%;
	z-index: 5000;
}

.header__drawer {
	position: fixed;
	right: 0px;
	right: 0rem;
	top: 0px;
	top: 0rem;
}

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

.ss-inner {
	margin-inline: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.s-inner {
	margin-inline: auto;
	max-width: 1040px;
	max-width: 65rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.l-inner {
	margin-inline: auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

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

.mv__inner {
	margin-inline: auto;
	overflow: hidden;
	width: 100%;
}

.mv__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -50px;
	margin-left: -3.125rem;
	margin-right: -50px;
	margin-right: -3.125rem;
}

.mv__item {
	max-width: 90px;
	max-width: 5.625rem;
	overflow: hidden;
	width: 100%;
}

.mv-item .swiper-wrapper {
	height: auto;
	width: 100%;
}

.mv-item .swiper-slide {
	height: auto;
	width: 100% !important;
}

.mv-item .swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sort__list {
	gap: 12px;
	gap: 0.75rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
	width: 100%;
}

.sort__btn {
	background-color: #fff;
	border: 1px solid #C8102E;
	border-radius: 1.875rem;
	color: #C8102E;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: -0.038em;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-top: 9px;
	padding-top: 0.5625rem;
	width: 100%;
}

.sort__btn.active {
	background-color: #C8102E;
	color: #fff;
}

.news-archive__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.news-archive__list {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.news-item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.news-item__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.news-item__cate {
	background-color: #C8102E;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	max-width: 150px;
	max-width: 9.375rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-align: center;
	width: 100%;
}

.news-item__date {
	font-size: 14px;
	font-size: 0.875rem;
}

.news-item__title {
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.016em;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.news-item__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; /* 最大5行 */
	display: -webkit-box;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

.news-item__title.expanded {
	-webkit-line-clamp: unset;
	white-space: normal;
}

.news-item__thumbnail {
	position: relative;
}

.news-item__thumbnail::before {
	content: "";
	display: block;
	padding-top: 66.6667%;
}

.news-item__thumbnail img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.news {
	background-color: #EDF2F5;
}

.news__inner {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.news__title {
	font-family: "Roboto", sans-serif;
}

.news__list {
	border-top: 0.5px solid #9E9F9F;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.news__item {
	border-bottom: 0.5px solid #9E9F9F;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.news__meta {
	gap: 18px;
	gap: 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__date {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}

.news__category {
	background-color: #C8102E;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	max-width: 150px;
	max-width: 9.375rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-align: center;
	width: 100%;
}

.news__heading {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 700px;
	max-width: 43.75rem;
	width: 100%;
}

.news__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.news__link:hover {
	text-decoration: underline;
}

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

.ningenmi {
	background-color: #EDF2F5;
}

.ningenmi__inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.ningenmi__subtitle {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

.ningenmi__title {
	gap: 6px;
	gap: 0.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.ningenmi__title img {
	max-width: 203px;
	max-width: 12.6875rem;
	width: 100%;
}

.ningenmi__title span {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.ningenmi__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.ningenmi__list {
	border: 1px solid #231815;
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding: 30px 10px 30px 20px;
	padding: 1.875rem 0.625rem 1.875rem 1.25rem;
}

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

.ningenmi__item:first-child {
	margin-top: 0px;
	margin-top: 0rem;
}

.ningenmi__item-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
}

.ningenmi__item-title::before {
	background-color: #C8102E;
	content: "";
	height: 18px;
	height: 1.125rem;
	left: -9px;
	left: -0.5625rem;
	max-width: 5px;
	max-width: 0.3125rem;
	position: absolute;
	top: 6px;
	top: 0.375rem;
	width: 100%;
}

.ningenmi__item-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 2px;
	margin-top: 0.125rem;
}

.number {
	position: relative;
}

.number__serif01 {
	background-image: url(../images/common/bubble01.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 196px;
	max-width: 12.25rem;
	position: absolute;
	right: 5px;
	right: 0.3125rem;
	text-align: center;
	top: -55px;
	top: -3.4375rem;
	width: 100%;
	z-index: 10;
}

.number__serif01 p {
	color: #fff;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
	padding-top: 9px;
	padding-top: 0.5625rem;
}

.number__serif02 {
	background-image: url(../images/common/bubble02.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0px;
	left: 0rem;
	max-width: 210px;
	max-width: 13.125rem;
	position: absolute;
	text-align: center;
	top: -10px;
	top: -0.625rem;
	width: 100%;
	z-index: 10;
}

.number__serif02 p {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
	padding-top: 9px;
	padding-top: 0.5625rem;
}

.number__img {
	margin-inline: auto;
	max-width: 312px;
	max-width: 19.5rem;
	position: relative;
	width: 100%;
}

.number__img::before {
	content: "";
	display: block;
	padding-top: 70%;
}

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

.number__title {
	margin-inline: auto;
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../images/common/bubble03.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: 117px;
	height: 7.3125rem;
	line-height: 1.14;
	margin-top: -50px;
	margin-top: -3.125rem;
	max-width: 330px;
	max-width: 20.625rem;
	padding: 16px 0px 28px 10px;
	padding: 1rem 0rem 1.75rem 0.625rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.number--0104 .number__title {
	padding: 10px 0px 24px 10px;
	padding: 0.625rem 0rem 1.5rem 0.625rem;
}

.number--0201 .number__title,
.number--0202 .number__title,
.number--0203 .number__title,
.number--0204 .number__title {
	background-image: url(../images/common/bubble04.svg);
}

.number__title span {
	font-size: 22px;
	font-size: 1.375rem;
}

.number__text {
	margin-inline: auto;
	background-color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	height: 176px;
	height: 11rem;
	line-height: 1.7;
	margin-top: -50px;
	margin-top: -3.125rem;
	max-width: 312px;
	max-width: 19.5rem;
	padding: 60px 10px 20px 10px;
	padding: 3.75rem 0.625rem 1.25rem 0.625rem;
}

.overview {
	background-color: #EDF2F5;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.overview__title {
	font-weight: 400 !important;
}

.overview__en {
	color: #C8102E;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	text-align: center;
}

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

.overview__list {
	background-color: #fff;
	padding-bottom: 23px;
	padding-bottom: 1.4375rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.overview__list:last-child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.overview__item {
	border-bottom: 1px solid #A7A7A7;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.overview__dt {
	color: #C8102E;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.overview__dd {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.pc-nav {
	display: none;
}

.pc-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pc-nav__item a {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.pc-nav__item a:hover {
	color: #C8102E;
}

.privacy__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 140px;
	padding-top: 8.75rem;
}

.privacy__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.privacy__date {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: right;
}

.privacy__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.78;
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.privacy__item:first-child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.privacy__subtitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.privacy__item-text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.78;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.privacy__info {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.privacy__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: right;
}

.privacy__btn a {
	font-size: 14px;
	font-size: 0.875rem;
}

.recruit {
	background-color: #EDF2F5;
}

.recruit__inner {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.recruit__title {
	border-bottom: 1px solid #231815;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.recruit__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6875;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.recruit__body {
	position: relative;
}

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

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

.recruit__cta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: 100px;
	height: 6.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -10px;
	margin-left: -0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	text-align: center;
	width: 100px;
	width: 6.25rem;
}

.recruit__cta:first-child {
	margin-left: 0;
}

.recruit__cta--red {
	background-color: #C8102E;
}

.recruit__cta--black {
	background-color: #231815;
}

.recruit__catch {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: left;
}

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

.rest-cate {
	border: 1px solid #C8102E;
}

.rest-cate--center {
	position: relative;
}

.rest-cate--center::before {
	background-color: #C8102E;
	content: "";
	height: 1px;
	left: -30px;
	left: -1.875rem;
	max-width: 30px;
	max-width: 1.875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.rest-cate--center::after {
	background-color: #C8102E;
	content: "";
	height: 1px;
	max-width: 30px;
	max-width: 1.875rem;
	position: absolute;
	right: -30px;
	right: -1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.rest-cate__head {
	background-color: #C8102E;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.rest-cate__number {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}

.rest-cate__title {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

.rest-cate__reading {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.rest-cate__body {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.rest-cate__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.rest-cate__text .big {
	font-size: 8px;
	font-size: 0.5rem;
}

.rest-cate__text .small {
	font-size: 8px;
	font-size: 0.5rem;
}

.rest-cate__list {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 30px 40px 30px;
	padding: 1.875rem 2.5rem 1.875rem;
}

.rest-cate__list p {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.rest-item--01 .rest-item__head {
	margin-inline: auto;
	max-width: 190px;
	max-width: 11.875rem;
	width: 100%;
}

.rest-item--02 .rest-item__head {
	margin-inline: auto;
	max-width: 220px;
	max-width: 13.75rem;
	width: 100%;
}

.rest-item--09 .rest-item__head {
	margin-inline: auto;
	max-width: 153px;
	max-width: 9.5625rem;
	width: 100%;
}

.rest-item__top {
	background-color: #000;
}

.rest-item__img {
	margin-inline: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 1440px;
	max-width: 90rem;
	width: 100%;
}

.rest-item--01 .rest-item__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.rest-item--02 .rest-item__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.rest-item--09 .rest-item__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.rest-item__bottom {
	margin-inline: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.rest-item--02 {
	margin-top: 80px;
	margin-top: 5rem;
}

.rest-item--09 {
	margin-top: 80px;
	margin-top: 5rem;
}

.rest-item__title {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.rest-item__logo {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

.rest-item--01 .rest-item__logo {
	max-width: 150px;
	max-width: 9.375rem;
}

.rest-item--02 .rest-item__logo {
	max-width: 60px;
	max-width: 3.75rem;
}

.rest-item--03 .rest-item__logo {
	max-width: 128px;
	max-width: 8rem;
}

.rest-item--04 .rest-item__logo {
	max-width: 126px;
	max-width: 7.875rem;
}

.rest-item--05 .rest-item__logo {
	max-width: 163px;
	max-width: 10.1875rem;
}

.rest-item--06 .rest-item__logo {
	max-width: 310px;
	max-width: 19.375rem;
}

.rest-item--07 .rest-item__logo {
	max-width: 310px;
	max-width: 19.375rem;
}

.rest-item--08 .rest-item__logo {
	max-width: 207px;
	max-width: 12.9375rem;
}

.rest-item--09 .rest-item__logo {
	max-width: 153px;
	max-width: 9.5625rem;
}

.rest-item--09 .rest-item__logo {
	max-width: 104px;
	max-width: 6.5rem;
}

.rest-item--10 .rest-item__logo {
	max-width: 162px;
	max-width: 10.125rem;
}

.rest-item__text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.rest-item__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.rest-item__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.rest-recruit {
	background-color: #EDF2F5;
}

.rest-recruit__inner {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.rest-recruit__title {
	border-bottom: 1px solid #231815;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.rest-recruit__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6875;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.rest-recruit__body {
	position: relative;
}

.rest-recruit__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

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

.rest-recruit__cta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: 100px;
	height: 6.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -10px;
	margin-left: -0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	text-align: center;
	width: 100px;
	width: 6.25rem;
}

.rest-recruit__cta:first-child {
	margin-left: 0;
}

.rest-recruit__cta--red {
	background-color: #C8102E;
}

.rest-recruit__cta--black {
	background-color: #231815;
}

.rest-recruit__catch {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: left;
}

.rest-recruit__btn {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.rest__concept-inner {
	margin-inline: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	padding-top: 110px;
	padding-top: 6.875rem;
	width: 100%;
}

.rest__concept-subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400 !important;
	text-align: center;
}

.rest__concept-title {
	color: #231815;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.rest__concept-en {
	color: #231815;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.rest__concept-text {
	color: #231815;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

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

.rest__hero-inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.rest__hero-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: -0.01;
	text-align: center;
}

.rest__hero-text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.4;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.rest__hero-list.swiper {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 20px !important;
	padding-bottom: 1.25rem !important;
}

.rest__hero-list .swiper-wrapper {
	gap: 0px;
	gap: 0rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.rest__hero .swiper-pagination-progressbar {
	bottom: 0px;
	bottom: 0rem;
	top: auto !important;
}

.rest__hero .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #C8102E !important;
}

.section-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.service__inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.service__head {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
	z-index: 10;
}

.service__head > p {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	text-align: center;
}

.service__head .red {
	background-color: #C8102E;
	border-radius: 3.125rem 0 0 3.125rem;
}

.service__item--restaurant .service__head p {
	background-color: #C8102E;
	border-radius: 1.5625rem;
}

.service__item--solution {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.service__head .black {
	background-color: #231815;
	border-radius: 0 3.125rem 3.125rem 0;
}

.service__item--solution .service__head p {
	background-color: #231815;
	border-radius: 1.5625rem;
}

.service__head > img {
	left: 50%;
	max-width: 100px;
	max-width: 6.25rem;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

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

.service__text {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: -20px;
	margin-top: -1.25rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	text-align: center;
}

body.en-US .service__text {
	min-height: 165px;
	min-height: 10.3125rem;
}

.service__item--restaurant .service__text {
	background-color: #C8102E;
}

.service__item--solution .service__text {
	background-color: #231815;
}

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

.service__img .swiper-slide {
	border-radius: 50%;
	max-width: 354px;
	max-width: 22.125rem;
	position: relative;
}

.service__img .swiper-slide::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.service__img .swiper-slide img {
	-o-object-fit: cover;
	-o-object-position: center;
	border-radius: 50%;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.single-news {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.single-news__inner {
	margin-inline: auto;
	max-width: 840px;
	max-width: 52.5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

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

.single-news__cate {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.single-news__cate span {
	background-color: #C8102E;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	max-width: 130px;
	max-width: 8.125rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-align: center;
	width: 100%;
}

.single-news__date {
	color: #595757;
	font-size: 14px;
	font-size: 0.875rem;
}

.single-news__title {
	color: #595757;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.single-news__text p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.single-news__text figure {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.single-news__btns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.single-news__back {
	max-width: 140px;
	max-width: 8.75rem;
	width: 100%;
}

.single-news__back a {
	background-color: #C8102E;
	border: 1px solid #C8102E;
	border-radius: 3.125rem;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	max-width: 140px;
	max-width: 8.75rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.single-news__back a:hover {
	background-color: #fff;
	color: #C8102E;
	opacity: 1;
}

.single-news__top {
	color: #595757;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}

.vision__inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.vision__subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400 !important;
	text-align: center;
}

.vision__title {
	font-weight: 400 !important;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.vision__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.vision__text:first-child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.system__inner {
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
}

.system__title {
	text-align: center;
}

.system__title h3 {
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.032em;
	line-height: 2;
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
	text-align: center;
}

.system__title span {
	font-size: 12px;
	font-size: 0.75rem;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.system__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.system__text:first-child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.system__subtitle {
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
}

.system__subtitle h4 {
	border: 1px solid #707070;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	padding: 21px 17px;
	padding: 1.3125rem 1.0625rem;
}

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

.structure__head {
	background-image: url(../images/common/structure-pc.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 42px;
	padding-top: 2.625rem;
}

.structure__inner {
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.structure__head p {
	color: #fff;
	font-size: 700px;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.structure__text {
	color: #1E2082;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.change {
	margin-top: 45px;
	margin-top: 2.8125rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.change__head {
	overflow: hidden;
}

.change__head img {
	margin-left: -5%;
	max-width: none;
	width: 110%;
}

.change__title {
	color: #1E2082;
	font-weight: 400 !important;
	margin-top: 16px;
	margin-top: 1rem;
}

.change__text {
	color: #1E2082;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.change-item__head {
	background-color: #fff;
}

.change-item__head h3 {
	border: 1px solid #231815;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 6px;
	padding: 0.375rem;
	text-align: center;
}

.en-US .change-item__head h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.change-item__head p {
	border: 1px solid #231815;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 5px;
	padding: 0.3125rem;
	text-align: center;
}

.change__item {
	margin-top: 140px;
	margin-top: 8.75rem;
	position: relative;
}

.change__item::before {
	background-image: url(../images/common/number-list-bg.webp);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 102%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.change-item__bg {
	left: 50%;
	max-width: 312px;
	max-width: 19.5rem;
	position: absolute;
	top: -100px;
	top: -6.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.change-item__item {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.change-item__item:first-child {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.change__catch {
	color: #1E2082;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	margin-top: 90px;
	margin-top: 5.625rem;
	text-align: center;
}

.solution__cta {
	background-color: #070707;
}

.solution__cta-inner {
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.solution__cta-text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.625;
	margin-top: -70px;
	margin-top: -4.375rem;
	text-align: center;
}

.solution__cta-btns {
	margin-top: 28px;
	margin-top: 1.75rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
}

.solution__cta-btn a {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 9.375rem;
	color: #fff;
	color: #000;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
	padding-top: 18px;
	padding-top: 1.125rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	width: 100%;
}

.solution__cta-btn a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}

.solution__cta-btn:last-child {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.sp-nav {
	background-color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sp-nav.is-active {
	display: block;
	position: fixed;
}

.sp-nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	min-height: 100vh;
	padding: 100px 18px 30px;
	padding: 6.25rem 1.125rem 1.875rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.sp-nav__item {
	width: 100%;
}

.sp-nav__item a {
	border-bottom: 1px solid #9E9F9F;
	color: #231815;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	padding: 0.9375rem 0;
}

.sp-nav__ctas {
	gap: 7px;
	gap: 0.4375rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.sp-nav__cta {
	position: relative;
}

.sp-nav__cta > a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding-top: 80px;
	padding-top: 5rem;
	-webkit-transition: background-size 0.4s ease;
	transition: background-size 0.4s ease;
}

.sp-nav__cta--company > a {
	background-image: url("../images/common/company-bg.webp");
}

.sp-nav__cta--story > a {
	background-image: url("../images/common/story-bg.webp");
}

.sp-nav__cta p {
	color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sp-nav__cta--story .sp-nav__cta p {
	font-family: "Roboto", sans-serif;
}

.sp-nav__btn > a {
	border-radius: 1.875rem;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	padding-top: 12px;
	padding-top: 0.75rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sp-nav__btn--contact a {
	background-color: #fff;
	border: 1px solid #231815;
	color: #231815;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.sp-nav__btn--recruit a {
	background-color: #C8102E;
	border: 1px solid #C8102E;
	color: #fff;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.sp-tab__menu {
	border: 1px solid #1E2082;
	border-radius: 9.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 8px;
	padding: 0.5rem;
}

.sp-tab__menu li {
	border-radius: 9.375rem;
	color: #1E2082;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 7px;
	padding: 0.4375rem;
	text-align: center;
}

.sp-tab__menu li.is-active {
	background: #0C0D5C;
	color: #fff;
}

.sp-tab__panel {
	display: none;
}

.sp-tab__panel.is-show {
	display: block;
}

.tab-menu {
	row-gap: 10px;
	row-gap: 0.625rem;
	-moz-column-gap: 0.875rem;
	-webkit-column-gap: 0.875rem;
	column-gap: 0.875rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.tab-menu li {
	background-color: #F0F0F0;
	border: 1px solid #D1D1D1;
	border-radius: 0.625rem;
	cursor: pointer;
	font-size: 13px;
	font-size: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	padding-top: 14px;
	padding-top: 0.875rem;
	text-align: center;
}

.tab-menu li.is-active {
	background: #C8102E;
	border: 1px solid #C8102E;
	color: #fff;
}

.tab-content {
	display: none;
}

.tab-content.is-show {
	display: block;
}

.sub-mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.sub-mv--rest {
	background-image: url(../images/common/rest-mv-sp.webp);
}

.sub-mv--news {
	background-image: url(../images/common/mv-news-sp.webp);
}

.sub-mv--company {
	background-image: url(../images/common/mv-company-sp.webp);
}

.sub-mv--about {
	background-image: url(../images/common/mv-about-sp.webp);
}

.sub-mv--about .sub-mv__title {
	color: #231815;
}

.sub-mv--solution {
	background-image: url(../images/common/mv-solution.webp);
	position: relative;
}

.sub-mv--contact {
	background-image: url(../images/common/mv-contact-sp.webp);
}

.sub-mv--solution::before {
	background-color: rgba(255, 255, 255, .4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sub-mv--solution .sub-mv__title {
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
	z-index: 10;
}

.sub-mv__inner {
	padding-top: 200px;
	padding-top: 12.5rem;
	position: relative;
}

.sub-mv__ja {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	text-align: center;
	top: 60px;
	top: 3.75rem;
	width: 100%;
}

.sub-mv__en {
	margin-inline: auto;
	left: 50%;
	max-width: 300px;
	max-width: 18.75rem;
	position: absolute;
	top: 96px;
	top: 6rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.sub-mv__title {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sub-recruit__mv {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.sub-recruit__mv .swiper-pagination-bullet {
	background-color: transparent !important;
	border: 1px solid #fff;
	opacity: 1 !important;
}

.sub-recruit__mv .swiper-pagination-bullet-active {
	background-color: #C8102E !important;
}

.sub-recruit__hero-top {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 110px;
	padding-top: 6.875rem;
}

.sub-recruit__hero-tag {
	margin-inline: auto;
	background-color: #C8102E;
	max-width: 166px;
	max-width: 10.375rem;
	padding: 5px;
	padding: 0.3125rem;
	width: 100%;
}

.sub-recruit__hero-tag p {
	background-color: #C8102E;
	border: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-top: 9px;
	padding-top: 0.5625rem;
	text-align: center;
}

.sub-recruit__hero-bottom {
	margin-inline: auto;
	background-color: #F8F8F8;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.sub-recruit__hero-title {
	color: #C8102E;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.sub-recruit__hero-text {
	color: #595757;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.sub-recruit__hero-text:first-child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.sub-recruit__hero-name {
	gap: 15px;
	gap: 0.9375rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.en-US .sub-recruit__hero-name {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sub-recruit__hero-name span {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}

.sub-recruit__cta {
	background-color: #C8102E;
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.sub-recruit__cta-inner {
	margin-inline: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.sub-recruit__cta-head {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.sub-recruit__cta-head p {
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.333;
	text-align: center;
}

.sub-recruit__cta-img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.sub-recruit__cta-text {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.sub-recruit__cta-btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.thanks {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 120px;
	padding-top: 7.5rem;
}

.thanks__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
}

.thanks__img {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 112px;
	max-width: 7rem;
	width: 100%;
}

.thanks__text {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.thanks__btn a {
	margin-inline: auto;
	background-color: #C8102E;
	border: 1px solid #C8102E;
	border-radius: 3.125rem;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 260px;
	max-width: 16.25rem;
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
	padding-top: 17px;
	padding-top: 1.0625rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.thanks__btn a:hover {
	background-color: #fff;
	color: #C8102E;
}

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

.tree__top {
	margin-inline: auto;
	border: 1px solid #231815;
	max-width: 320px;
	max-width: 20rem;
	padding: 44px 55px;
	padding: 2.75rem 3.4375rem;
	width: 100%;
}

.tree__body {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
}

.tree__line {
	margin-inline: auto;
	max-width: 184px;
	max-width: 11.5rem;
	width: 100%;
}

.tree__item {
	position: relative;
}

.tree__middle {
	margin-inline: auto;
	max-width: 160px;
	max-width: 10rem;
	width: 100%;
}

.tree__middle-content {
	background-color: #fff;
	border: 1px solid #231815;
	padding-bottom: 33px;
	padding-bottom: 2.0625rem;
	padding-top: 6px;
	padding-top: 0.375rem;
	position: relative;
}

.tree__middle-title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: center;
}

.tree__middle-tag {
	margin-inline: auto;
	background-color: #231815;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 2px;
	margin-top: 0.125rem;
	max-width: 50px;
	max-width: 3.125rem;
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
	padding-top: 2px;
	padding-top: 0.125rem;
	text-align: center;
	width: 100%;
}

.tree__middle-text {
	background-color: #fff;
	border: 1px solid #231815;
	-webkit-box-shadow: 0.25rem 0.25rem 0 rgb(187, 188, 188);
	box-shadow: 0.25rem 0.25rem 0 rgb(187, 188, 188);
	font-size: 9px;
	font-size: 0.5625rem;
	left: 50%;
	letter-spacing: 0;
	max-width: 175px;
	max-width: 10.9375rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	position: absolute;
	text-align: center;
	top: 160px;
	top: 10rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}

.tree__line-bottom {
	display: none;
}

.tree__bottom-item {
	border: 1px solid #231815;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.tree__bottom-head {
	border-bottom: 0.5px solid #231815;
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-align: center;
}

.tree__bottom-body {
	height: 96px;
	height: 6rem;
	padding: 5px 5px 7px;
	padding: 0.3125rem 0.3125rem 0.4375rem;
}

.tree__item {
	position: relative;
}

.tree__item::before {
	background-image: url(../images/common/chart-line02-sp.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 400px;
	height: 25rem;
	left: 50%;
	position: absolute;
	top: 180px;
	top: 11.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	width: 0.125rem;
	z-index: -1;
}

.tree__bottom-item {
	background-color: #fff;
}

.tree__bottom-item:first-child .tree__bottom-body {
	height: 134px;
	height: 8.375rem;
}

.tree__bottom-body ul li {
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.tree__bottom-body ul li:last-child {
	margin-bottom: 0;
}

.tree__btn {
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.bogo-language-switcher {
	margin-left: 1.25rem;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.a-vision__inner {
	padding-bottom: 6.875rem;
}

.a-vision__subtitle {
	font-size: 1.25rem;
}

.a-vision__title {
	font-size: 2.25rem;
}

.a-vision__text {
	text-align: center;
}

.a-vision__bottom {
	margin-top: 4.0625rem;
}

.a-vision__info {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0rem;
}

.a-vision__kana {
	font-size: 0.875rem;
}

.breadcrumb {
	color: #fff;
	left: 0rem;
	margin-top: 0;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
	padding-top: 0.625rem;
	position: absolute;
	top: 4.375rem;
	z-index: 10;
}

.breadcrumb--single {
	margin-top: 0;
}

.breadcrumb--solution {
	margin-top: 0;
}

.breadcrumb--thanks {
	margin-top: 0;
}

.chart {
	padding-bottom: 9.375rem;
	padding-top: 7.875rem;
}

.chart__title {
	font-size: 1.25rem;
}

.chart__text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
	text-align: center;
}

.company__inner {
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
}

.company__body {
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.company__item--story {
	margin-top: 0;
}

.company__item > a {
	background-position: center;
	padding-top: 20.625rem;
}

.concept {
	margin-top: 3.75rem;
}

.concept__inner {
	padding-bottom: 6.875rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.concept__title {
	font-size: 1.75rem;
}

.concept__text {
	letter-spacing: 0.1em;
	margin-top: 1.875rem;
	text-align: center;
}

.concept__btn {
	margin-top: 1.25rem;
}

.contact__inner {
	padding-bottom: 12.5rem;
	padding-top: 7.5rem;
}

.footer__inner {
	padding-bottom: 3.75rem;
}

.footer__logo {
	max-width: 15.875rem;
}

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

.footer__btn {
	max-width: 17.6875rem;
	width: 100%;
}

.footer__btn > a {
	border-radius: 4.375rem;
	font-size: 1.5rem;
	padding-bottom: 1.0625rem;
	padding-top: 1.0625rem;
}

.footer__btn--recruit a {
	margin-top: 0;
}

.footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 4.25rem;
}

.footer__lists {
	gap: 1.75rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 0;
}

.footer__list {
	width: auto;
}

.footer__link {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.65625rem;
}

.form {
	margin-top: 5rem;
}

.form__item label {
	gap: 1.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}

.form__textarea label {
	gap: 1.625rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form__title {
	font-size: 1.125rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form__item .wpcf7-form-control-wrap {
	max-width: 42.125rem;
}

.form__item input,
.form__item select {
	max-width: 42.125rem;
}

.form__textarea .wpcf7-form-control-wrap {
	max-width: 42.125rem;
}

.form__textarea textarea {
	height: 17.1875rem;
	max-width: 42.125rem;
}

.form__btn {
	margin-top: 1.25rem;
	max-width: 17.6875rem;
}

.form__btn input,
.form__btn button {
	font-size: 1.25rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.form__check {
	margin-top: 6.25rem;
}

.form__radio {
	margin-bottom: 4.625rem;
}

.guest-item {
	max-width: none;
}

.guest-item__img::before {
	padding-top: 63.61323155%;
}

.guest-item__head {
	margin-top: -2.25rem;
	padding: 0.375rem 1.25rem 0.375rem 1.5rem;
}

.guest-item__head p {
	gap: 1.5625rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.guest-item__head p span {
	font-size: 1.375rem;
}

.guest-item__text {
	line-height: 1.5;
	padding: 3.125rem 0.9375rem 1.5625rem;
}

.guest-item:nth-child(3) .guest-item__text {
	padding: 2.6875rem 0.9375rem 0.6875rem;
}

.guest {
	padding-bottom: 7.5rem;
}

.guest__img img {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.guest__inner {
	padding-bottom: 8.125rem;
}

.guest__inner::before {
	background-image: url(../images/common/guest-bg-pc.webp);
	left: 2%;
	width: 96%;
}

.guest__title {
	font-size: 2.25rem;
}

.guest__text {
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 52.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.guest__text:first-child {
	margin-top: 1.25rem;
}

.guest__logo {
	margin-top: 4.25rem;
	max-width: 26.875rem;
}

.guest__subtitle {
	margin-top: 2.25rem;
	max-width: 22.8125rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

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

.guest__subtitle p span {
	font-size: 2.125rem;
}

.guest__list {
	margin-inline: auto;
	row-gap: 2.5rem;
	-moz-column-gap: 3.375rem;
	-webkit-column-gap: 3.375rem;
	column-gap: 3.375rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.75rem;
	max-width: 52.5rem;
	width: 100%;
}

.guest__item {
	margin-top: 0;
}

.guest__catch {
	font-size: 1.875rem;
}

.header {
	height: 4.375rem;
}

.header__inner.l-inner {
	padding-right: 1.25rem;
}

.header__drawer {
	display: none;
}

.ss-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.s-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.mv__list {
	margin-left: -3.125rem;
	margin-right: -3.125rem;
}

.mv__item {
	max-width: 8.75rem;
}

.sort__btn {
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.news-archive__inner {
	padding-bottom: 12.5rem;
	padding-top: 7.5rem;
}

.news-archive__list {
	gap: 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 5rem;
}

.news-item {
	margin-top: 0;
}

.news__inner {
	padding-bottom: 5rem;
	padding-top: 5.25rem;
}

.news__list {
	border-top: none;
}

.news__item {
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__meta {
	gap: 0.5rem;
	max-width: 18.75rem;
	width: 100%;
}

.news__category {
	font-size: 0.75rem;
	font-weight: normal;
	max-width: 10rem;
}

.news__heading {
	margin-top: 0;
}

.news__btn {
	margin-top: 2.125rem;
}

.ningenmi__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.ningenmi__subtitle {
	font-size: 1.25rem;
}

.ningenmi__title {
	gap: 0.625rem;
	margin-top: 2.5rem;
}

.ningenmi__title img {
	max-width: 20.5rem;
}

.ningenmi__title span {
	font-size: 2rem;
}

.ningenmi__text {
	font-size: 1.375rem;
}

.ningenmi__list {
	margin-top: 3.75rem;
	padding: 3.5rem 1.875rem 3.5rem 5.125rem;
}

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

.ningenmi__item-title::before {
	top: 0.5625rem;
}

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

.number__serif01 {
	max-width: 15.375rem;
}

.number__serif01 p {
	font-size: 0.9375rem;
	line-height: 1.8;
	padding-bottom: 1.375rem;
	padding-top: 0.125rem;
}

.number__serif02 {
	max-width: 15.625rem;
}

.number__serif02 p {
	font-size: 0.9375rem;
	line-height: 1.8;
	padding-bottom: 1.375rem;
	padding-top: 0.125rem;
}

.number__img {
	max-width: 24.5625rem;
}

.number__title {
	font-size: 1.0625rem;
	max-width: 26.625rem;
	padding: 0.875rem 0rem 2.75rem 1.125rem;
}

.number--0104 .number__title {
	padding: 0.625rem 0rem 1.875rem 1.125rem;
}

.number__title span {
	font-size: 1.625rem;
}

.number__text {
	max-width: 24.5625rem;
}

.overview {
	padding-top: 6.25rem;
}

.overview__en {
	font-size: 1.25rem;
}

.overview__body {
	gap: 0.625rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.125rem;
}

.overview__list {
	padding-bottom: 2.625rem;
	padding-top: 1.375rem;
}

.overview__list:last-child {
	margin-top: 0;
}

.overview__item {
	gap: 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1rem;
}

.overview__dt {
	max-width: 7.5rem;
	width: 100%;
}

.overview__dd {
	margin-top: 0;
	max-width: 17.8125rem;
	width: 100%;
}

.pc-nav {
	display: block;
}

.privacy__inner {
	padding-bottom: 12.5rem;
	padding-top: 11.875rem;
}

.privacy__title {
	font-size: 2.25rem;
	padding-bottom: 1.125rem;
}

.privacy__title::before {
	background-color: #C8102E;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 6.25rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.privacy__date {
	margin-top: 3.75rem;
}

.privacy__text {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	margin-top: 3.5rem;
}

.privacy__item {
	margin-top: 3.75rem;
}

.privacy__item:first-child {
	margin-top: 2.5rem;
}

.privacy__subtitle {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.privacy__item-text {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	margin-top: 1.25rem;
}

.privacy__info {
	letter-spacing: 0.08em;
	line-height: 2.5;
	margin-top: 3.75rem;
}

.privacy__btn {
	padding-right: 1rem;
}

.recruit__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.recruit__title {
	border-bottom: none;
	padding-bottom: 0rem;
}

.recruit__text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.recruit__img {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 62.9375rem;
	width: 100%;
}

.recruit__ctas {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -5.625rem;
}

.recruit__cta {
	font-size: 1.75rem;
	height: 11.875rem;
	margin-top: -6.25rem;
	width: 11.875rem;
}

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

.recruit__btn {
	margin-top: 2.5rem;
}

.rest-cate__number {
	font-size: 1.25rem;
}

.rest-cate__title {
	font-size: 1.125rem;
}

.rest-cate__body {
	padding-top: 1.25rem;
}

.rest-cate__text {
	font-size: 0.8125rem;
	letter-spacing: 0;
}

.rest-cate__list {
	padding: 1.25rem 1.875rem 1.875rem;
}

.rest-cate__list p {
	font-size: 0.6875rem;
	letter-spacing: 0;
}

.rest-item--01 .rest-item__head {
	max-width: 26.5rem;
}

.rest-item--02 .rest-item__head {
	max-width: 28.125rem;
}

.rest-item--09 .rest-item__head {
	max-width: 20.9375rem;
}

.rest-item__img {
	margin-top: 3.75rem;
}

.rest-item--01 .rest-item__img {
	margin-top: 2.5rem;
}

.rest-item--02 .rest-item__img {
	margin-top: 2.5rem;
}

.rest-item--09 .rest-item__img {
	margin-top: 2.5rem;
}

.rest-item__bottom {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.rest-item--02 {
	margin-top: 9.375rem;
}

.rest-item--09 {
	margin-top: 9.375rem;
}

.rest-item__logo {
	margin-top: 2.5rem;
}

.rest-item--01 .rest-item__logo {
	max-width: 17.625rem;
}

.rest-item--02 .rest-item__logo {
	max-width: 5.5rem;
}

.rest-item--03 .rest-item__logo {
	max-width: 16.125rem;
}

.rest-item--04 .rest-item__logo {
	max-width: 16.875rem;
}

.rest-item--05 .rest-item__logo {
	max-width: 19.875rem;
}

.rest-item--06 .rest-item__logo {
	max-width: 35.75rem;
}

.rest-item--07 .rest-item__logo {
	max-width: 36.0625rem;
}

.rest-item--08 .rest-item__logo {
	max-width: 23.125rem;
}

.rest-item--09 .rest-item__logo {
	max-width: 22.25rem;
}

.rest-item--09 .rest-item__logo {
	max-width: 11.5rem;
}

.rest-item--10 .rest-item__logo {
	max-width: 19.875rem;
}

.rest-item__text {
	font-size: 1rem;
	margin-top: 2.5rem;
	text-align: center;
}

.rest-item__title {
	font-size: 1.125rem;
	margin-top: 3.125rem;
}

.rest-item__btn {
	margin-top: 1.875rem;
}

.rest-recruit__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.rest-recruit__title {
	border-bottom: none;
	padding-bottom: 0rem;
}

.rest-recruit__text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.rest-recruit__img {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 50.4375rem;
	width: 100%;
}

.rest-recruit__ctas {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -4.6875rem;
}

.rest-recruit__cta {
	font-size: 1.5rem;
	height: 9.375rem;
	margin-top: -4.6875rem;
	width: 9.375rem;
}

.rest-recruit__catch {
	margin-top: 2.5rem;
	text-align: center;
}

.rest-recruit__btn {
	margin-top: 2.5rem;
}

.rest__concept-inner {
	padding-bottom: 9.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 5rem;
}

.rest__concept-title {
	font-size: 2.25rem;
}

.rest__concept-en {
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.rest__concept-text {
	margin-top: 3.125rem;
	text-align: center;
}

.rest__map {
	margin-top: 5rem;
}

.rest__hero-inner {
	padding-bottom: 9.375rem;
	padding-top: 2.5rem;
}

.rest__hero-title {
	font-size: 2rem;
}

.rest__hero-text {
	line-height: 1.7;
	text-align: center;
}

.rest__hero-list.swiper {
	margin-top: 2.75rem;
	padding-bottom: 0;
}

.rest__hero-list .swiper-wrapper {
	gap: 1.875rem;
}

.section-title {
	font-size: 2.25rem;
	letter-spacing: 0.04em;
}

.service__inner {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.service__head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.5rem;
}

.service__head.u-mobile {
	display: none;
}

.service__head > p {
	font-size: 1.75rem;
	padding-bottom: 1.8125rem;
	padding-top: 1.8125rem;
}

.service__item--solution {
	margin-top: 0;
}

.service__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -0.3125rem;
	position: relative;
	z-index: 5;
}

.service__item {
	width: 50%;
}

.service__img {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}

.service__text {
	font-size: 1.125rem;
	padding-bottom: 2.625rem;
	padding-top: 2.625rem;
}

.service__img .swiper-slide {
	max-width: 30.375rem;
}

.single-news {
	margin-bottom: 12.5rem;
	margin-top: 13.75rem;
}

.single-news__title {
	color: #231815;
	font-size: 1.75rem;
}

.single-news__back a {
	max-width: 10rem;
}

.vision__inner {
	padding-bottom: 5rem;
	padding-top: 6.875rem;
}

.vision__text {
	margin-top: 1.5rem;
	text-align: center;
}

.system__title h3 {
	font-size: 1.9375rem;
	letter-spacing: 0;
	margin-top: 2.8125rem;
}

.system__title span {
	font-size: 0.8125rem;
	left: auto;
	right: 2.8125rem;
	top: -1.25rem;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.system__text {
	margin-top: 1.5rem;
	text-align: center;
}

.system__subtitle {
	margin-top: 5rem;
}

.system__subtitle h4 {
	font-size: 1.9375rem;
	padding: 0.5625rem 1.6875rem;
}

.system__img {
	margin-top: 2.5rem;
}

.structure__head {
	background-color: #070707;
	background-image: url(../images/common/structure-pc.webp);
	background-size: contain;
	padding-bottom: 2.8125rem;
	padding-top: 8.375rem;
}

.structure__inner {
	padding-bottom: 6.25rem;
	padding-top: 13.75rem;
}

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

.structure__text {
	font-size: 1.875rem;
	margin-top: 3.75rem;
}

.change {
	margin-top: 3.4375rem;
	padding-bottom: 5rem;
}

.change__head img {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.change__title {
	margin-top: 1.875rem;
}

.change__text {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

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

.change-item__head p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.change__item {
	margin-top: 7.5rem;
}

.change-item__item {
	margin-top: 6rem;
}

.change-item__item:first-child {
	margin-top: 9.375rem;
}

.change__catch {
	font-size: 1.875rem;
	margin-top: 8.125rem;
}

.solution__cta-img {
	margin-inline: auto;
	max-width: 43.75rem;
	width: 100%;
}

.solution__cta-inner {
	padding-bottom: 6.25rem;
}

.solution__cta-text {
	font-size: 1.5rem;
	margin-top: -4.375rem;
}

.solution__cta-btns {
	gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.solution__cta-btn {
	max-width: 17.6875rem;
	width: 100%;
}

.solution__cta-btn:last-child {
	margin-top: 0;
}

.sp-tab {
	width: 100%;
}

.sp-tab__menu {
	display: none;
}

.sp-tab__content {
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.sp-tab__panel {
	display: block;
}

.tab-menu {
	row-gap: 0.8125rem;
	-moz-column-gap: 0.8125rem;
	border-bottom: 3px solid #C8102E;
	-webkit-column-gap: 0.8125rem;
	column-gap: 0.8125rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab-menu li {
	border-radius: 0.625rem 0.625rem 0 0;
	font-size: 1.125rem;
	padding-bottom: 1.1875rem;
	padding-top: 1.25rem;
}

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

.sub-mv--rest {
	background-image: url(../images/common/rest-mv-pc.webp);
}

.sub-mv--news {
	background-image: url(../images/common/mv-news-pc.webp);
}

.sub-mv--company {
	background-image: url(../images/common/mv-company-pc.webp);
}

.sub-mv--about {
	background-image: url(../images/common/mv-about-pc.webp);
}

.sub-mv--contact {
	background-image: url(../images/common/mv-contact-pc.webp);
}

.sub-mv--solution .sub-mv__title {
	max-width: 31.25rem;
}

.sub-mv__inner {
	padding-top: 20.625rem;
}

.sub-mv__ja {
	font-size: 1.4375rem;
	top: 5.3125rem;
}

.sub-mv__en {
	max-width: 33.75rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sub-mv__title {
	font-size: 3rem;
	top: 50%;
}

.sub-recruit__mv.sub-recruit-mv-swiper.u-mobile {
	display: none;
}

.sub-recruit__hero-top {
	padding-bottom: 3.4375rem;
	padding-top: 7.5rem;
}

.sub-recruit__hero-tag {
	max-width: 16.75rem;
}

.sub-recruit__hero-bottom {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.sub-recruit__hero-title {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
}

.sub-recruit__hero-text {
	font-size: 0.9375rem;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: center;
}

.sub-recruit__hero-name {
	font-size: 1.5rem;
	margin-top: 3.75rem;
}

.en-US .sub-recruit__hero-name {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.sub-recruit__hero-name span {
	font-size: 0.9375rem;
}

.sub-recruit__cta {
	margin-top: 9.375rem;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.sub-recruit__cta-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sub-recruit__cta-head {
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.sub-recruit__cta-head p {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.sub-recruit__cta-img {
	margin-top: 3.125rem;
}

.sub-recruit__cta-text {
	font-size: 1.125rem;
	text-align: center;
}

.thanks {
	padding-bottom: 9.375rem;
}

.thanks__title {
	font-size: 1.75rem;
}

.thanks__img {
	margin-top: 2.8125rem;
}

.thanks__text {
	margin-top: 2.5rem;
}

.thanks__btn a {
	font-size: 1.0625rem;
	margin-top: 1.875rem;
	max-width: 19.6875rem;
}

.tree {
	margin-top: 5.75rem;
}

.tree__body {
	gap: 1.25rem;
}

.tree__line {
	max-width: 30.5rem;
}

.tree__middle {
	max-width: 20rem;
}

.tree__middle-content {
	padding-bottom: 3.625rem;
	padding-top: 0.875rem;
}

.tree__middle-title {
	font-size: 1.375rem;
}

.tree__middle-tag {
	font-size: 0.875rem;
	margin-top: 0.75rem;
	max-width: 3.75rem;
}

.tree__middle-text {
	-webkit-box-shadow: 0.5rem 0.5rem 0 rgb(187, 188, 188);
	box-shadow: 0.5rem 0.5rem 0 rgb(187, 188, 188);
	font-size: 1.0625rem;
	max-width: 25.25rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	top: 18.75rem;
}

.tree__bottom {
	gap: 0.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.tree__line-bottom {
	margin-inline: auto;
	display: block;
	max-width: 20.25rem;
	width: 100%;
}

.tree__bottom-item {
	margin-top: 0;
}

.tree__bottom-head {
	font-size: 0.9375rem;
	padding-bottom: 0.5rem;
	padding-top: 0.375rem;
}

.tree__bottom-body {
	height: auto;
	padding: 0.5rem 0.3125rem 0.75rem;
}

.tree__item::before {
	display: none;
}

.tree__item--02 .tree__bottom-body {
	padding-bottom: 3.5rem;
}

.en-US .tree__item--02 .tree__bottom-body {
	padding-bottom: 2.375rem;
}

.tree__bottom-item:first-child .tree__bottom-body {
	height: auto;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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