@charset "UTF-8";
.interview {}
.interview_inner {}
.interview_tag {
	font-family: var(--font-roboto);
	font-size: 20px;
	line-height: 23px;
	color: var(--color-ritres-red);
	margin-bottom: 80px;
}
.interview_num {
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 40px;
	line-height: 58px;
	color: var(--color-ritres-red);
	margin-bottom: 16px;
}
.interview_title {
	font-weight: inherit;
	font-size: 48px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.interview_headline {
	font-weight: inherit;
	font-size: 24px;
	line-height: 1.6;
	color: var(--color-ritres-red);
	margin-bottom: 40px;
}
.interview_position {
	line-height: 1.6;
	display: flex;
	margin-bottom: 6px;
}
.interview_name {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 4px;
}
.interview_mainImage {
	border-radius: 12px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 71px;
}
.interview_mainImage > img {
	display: block;
}
.interview_cols {
	display: flex;
	margin-top: 111px;
}
.interview_col {}
.interview_col-side {
	width: 344px;
}
.interview_nav {
	position: sticky;
	top: 80px;
}
.interview_nav_list {
	list-style: none;
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-extra-light-gray);
	padding: 12px 0;
}
.interview_nav_list > li {}
.interview_nav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding-left: 23px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.interview_nav_list > li > a[aria-current="true"] {
	color: var(--color-ritres-red);
}
.interview_nav_list > li > a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
	border-radius: 50%;
}
.interview_col-main {
	max-width: 677px;
	margin-left: auto;
	padding-top: 20px;
	width: calc(100% - 364px);
}
.interview_sect {
	margin-bottom: 80px;
}
.interview_sect:last-of-type {
	margin-bottom: 0;
}
.interview_image {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 40px;
}
.interview_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.interview_text {
	font-size: 17px;
	margin-bottom: 2em;
}
.interview_text:last-child {
	margin-bottom: 0;
}
.interview_dList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 99px;
	padding-left: 20px;
}
.interview_dList > dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-right: 47px;
}
.interview_dList > dd {}
.interview_dList > dd > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0 20px;
	transition-duration: .3s;
	transition-property: opacity;
}
.interview_dList > dd > a[aria-label="facebook"] {
	color: #1877F2;
}
.interview_dList_svg {
	fill: currentColor;
	display: block;
	width: 36px;
	height: 36px;
}
.interNav {
	overflow: hidden;
}
.interNav-second {
	margin-top: 160px;
}
.interNav_inner {}
.interNav_sub {
	font-family: var(--font-roboto);
	font-size: 15px;
	line-height: 18px;
	color: var(--color-ritres-red);
	margin-bottom: 20px;
}
.interNav_title {
	font-family: var(--font-mincho);
	font-weight: inherit;
	font-size: 44px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.interNav_title_line {
	display: block;
}
.interNav_swiper {
	overflow: visible;
}
.interNav_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 40px;
	column-gap: 12px;
}
.interNav_btn {
	display: flex;
	width: 70px;
	height: 36px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	border-radius: 18px;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.interNav_btn[aria-disabled="true"] {
	color: var(--color-extra-light-gray);
	pointer-events: none;
}
.interNav_btn-prev {}
.interNav_btn_svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.interNav_scroll {
	width: 150px;
	height: 4px;
	background-color: var(--color-smoke-gray);
	border-radius: 1px;
	overflow: hidden;
}
.interNav_scroll .swiper-scrollbar-drag {
	background-color: var(--color-black);
	border-radius: 1px;
	cursor: pointer;
}
.interNav_btn-next {}
.interNav_swiper_wrapper {}
.interNav_swiper_slide {
	width: 340px;
	height: auto;
}
.interNav_item {
	height: 100%;
}
.interNav_item > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.interNav_image {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 24px;
}
.interNav_image > img {
	display: block;
	transition-duration: .4s;
	transition-property: transform;
}
.interNav_num {
	font-family: var(--font-mincho);
	font-size: 28px;
	line-height: 41px;
	color: var(--color-ritres-red);
	margin-bottom: 12px;
}
.interNav_headline {
	font-weight: inherit;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 15px;
	min-height: 4.8em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.interNav_position {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 2px;
}
.interNav_name {
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 16px;
}
.interNav_icon {
	width: 70px;
	height: 36px;
	background-color: var(--color-ritres-red);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	margin-left: auto;
	margin-top: auto;
	border: 1px solid var(--color-ritres-red);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.interNav_icon_svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.interNav_headline-2row {
	min-height: 3.2em;
	margin-bottom: 26px;
}
.interview_intro {}
.interview_intro_title {
	font-size: 32px;
	font-weight: inherit;
	line-height: 1.6;
	margin-bottom: 30px;
}
.interview_intro_text {
	font-size: 18px;
}
.interview_intro_caution {
	font-size: 10px;
	margin-top: 11px;
}
.history {
	margin-bottom: 64px;
}
.history_inner {
	position: relative;
	z-index: 1;
}
.history_sub {}
.history_title {
	font-size: 64px;
	margin-bottom: 90px;
}
.history_sect {
	margin-bottom: 20px;
}
.history_year {
	font-size: 48px;
	font-family: var(--font-roboto);
	font-weight: 500;
	line-height: 1.1667;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.history_year_suffix {
	font-size: 66.7%;
	display: block;
	position: relative;
	top: 0.14em;
}
.history_grid {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.history_cell {
	width: calc(50% - 32px);
}
.history_cell-txt {}
.history_cell-pt {
	padding-top: 20px;
}
.history_text {
	font-size: 20px;
	line-height: 1.8;
}
.history_bar {
	display: block;
	width: 3px;
	height: 124px;
	background-image: linear-gradient(to bottom, var(--color-black), var(--color-ritres-red));
}
.history_bar[data-animation] {
	transform-origin: top center;
	transform: scale(1, 0);
	transition-duration: 0.7s;
	transition-property: transform;
}
.history_bar[data-animation="after"] {
	transform: scale(1, 1);
}
.history_cell-dummy {}
.history_grid-rev {
	flex-direction: row;
	text-align: right;
}
.history_bar-md {
	height: 160px;
}
.history_bar-lg {
	height: 240px;
}
.history_grid-last {
	align-items: flex-start;
}
.form {}
.form_text {}
.form_inner {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.form_field {
	margin-bottom: 32px;
}
.form_label {
	display: flex;
	align-items: center;
	line-height: 23px;
	column-gap: 14px;
	margin-bottom: 12px;
}
.form_required {
	min-width: 47px;
	line-height: 17px;
	padding: 2px 6px;
	background-color: var(--color-ritres-red);
	color: var(--color-white);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid var(--color-ritres-red);
}
.form_input {}
.form_note {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 12px;
}
.form_agree {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-top: 41px;
}
.form_agree_label {}
.form_agree_label > a {
	color: inherit;
	margin-right: 0.3em;
}
.form_agree_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	fill: currentColor;
	vertical-align: baseline;
	margin-left: 0.2em;
	transform: translateY(15%);
}
.form_btn {
	max-width: 376px;
	margin: 60px auto 0;
}
.form_error {}
.form_error:empty {
	display: none;
}
.form_error_text {
	color: var(--color-ritres-red);
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px;
}
.form_fields {}
.form_errListWrap {}
.form_errList {
	border-radius: 10px;
	padding: 20px 25px;
	margin-bottom: 35px;
	background-color: rgba(207, 18, 46, 0.10);
	color: var(--color-ritres-red);
	font-size: 15px;
	line-height: 1.8;
	list-style: none;
}
.form_errList > li {
	position: relative;
	padding-left: 15px;
}
.form_errList > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
}
.form_btnList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 60px;
	max-width: 572px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.form_btnList > li {}
.form_input-confirm {
	font-size: 18px;
	line-height: 1.7;
}
.thanks {
	padding-top: 73px;
}
.thanks_inner {}
.thanks_icon {
	max-width: 50px;
	color: var(--color-ritres-red);
	margin: 0 auto 45px;
}
.thanks_icon_inner {
	padding-bottom: 70%;
	position: relative;
}
.thanks_icon_svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	fill: currentColor;
}
.thanks_title {
	font-size: 32px;
	line-height: 1.9;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.thanks_text {
	text-align: center;
}
.interview_text-noMb {
	margin-bottom: 0;
}
.interview_caution {
	font-size: 10px;
	margin-top: 12px;
}
.splash {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	color: var(--color-black);
	display: grid;
	grid-template-columns: 1fr;
	mask-image: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
	mask-size: 100% 200%;
	mask-position: 0% 0%;
}
.splash.isFadeOut {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, visibility, transform;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-50px);
}
.splash_inner {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
}
.splash_contents {
	display: grid;
	grid-auto-columns: 1fr;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
}
.splash_areaText {
	max-width: 717px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.splash_catch {
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.splash_catch_inner {
	display: block;
	position: relative;
	padding-bottom: 19.282%;
	transition-duration: 1s;
	transition-property: transform, opacity;
	opacity: 0;
}
.splash_catch_inner.isFadeIn {
	opacity: 1;
}
.splash_catch_inner.isFadeOut {
	transform: translateY(-100%);
	opacity: 1;
}
.splash_catch_svg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.splash_message {
	position: relative;
	overflow: hidden;
}
.splash_message_inner {
	display: block;
	position: relative;
	padding-bottom: 5.56%;
	transition-duration: 1s;
	transition-property: transform, opacity;
	opacity: 0;
}
.splash_message_inner.isFadeIn {
	opacity: 1;
}
.splash_message_inner.isFadeOut {
	transform: translateY(-100%);
	opacity: 1;
}
.splash_message_svg {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.splash_caution {
	font-size: 13px;
	text-align: left;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}
.splash_caution.isFadeIn {
	opacity: 1;
}
.topVis {
	min-height: calc(100vh - 100px);
	display: grid;
	grid-template-columns: 1fr;
	align-items: flex-end;
	padding-bottom: 77px;
	box-sizing: border-box;
	padding-top: 50px;
	margin-bottom: 129px;
}
.topVis_inner {
	max-width: 1880px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
	box-sizing: border-box;
}
.topVis_msg {}
.topVis_msg_inner {
	position: relative;
	padding-bottom: 25.67%;
	display: block;
}
.topVis_msg_svg {
	display: block;
	fill: currentColor;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topIntro {
	margin-bottom: 180px;
}
.topIntro_inner {
	max-width: 1123px;
}
.topIntro_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1112px;
	margin-left: auto;
	column-gap: 15px;
}
.topIntro_col {}
.topIntro_col-ttl {}
.topIntro_title {
	font-family: var(--font-mincho);
	font-size: 48px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 45px;
}
.topIntro_title_line {
	display: block;
}
.topIntro_caution {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}
.topIntro_caution-en {
	font-size: 14px;
}
.topIntro_col-txt {
	padding-top: 244px;
}
.topIntro_text {
	font-size: 20px;
	margin-bottom: 2em;
}
.topIntro_text:last-child {
	margin-bottom: 0;
}
.topMovie {
	margin-bottom: 178px;
}
.topMovie_contents {
	max-width: 960px;
}
.topMovie_video {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #f2f2f2;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.08);
}
.topMovie_video_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.topAbout {
	margin-bottom: 180px;
}
.topAbout_inner {}
.topAbout_sub {}
.topAbout_title {
	margin-bottom: 80px;
}
.topAbout_messageWrap {
	overflow: hidden;
}
.topAbout_message {
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 63px;
	line-height: 1.5;
	letter-spacing: -0.06em;
	margin-right: -35px;
	margin-bottom: 120px;
	text-indent: -0.06em;
	position: relative;
}
.topAbout_logo {
	max-width: 1082px;
	margin: 0 auto 80px;
}
.topAbout_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 14.3482%;
}
.topAbout_logo_item {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topAbout_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.2%;
}
.topAbout_list > li {}
.topAbout_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topAbout_item {
	display: flex;
	padding: 23px 24px;
	min-height: 200px;
	background-color: var(--color-white);
	border: 1px solid var(--color-black);
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	height: 100%;
	box-sizing: border-box;
	justify-content: flex-end;
}
.topAbout_subhead {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
}
.topAbout_btn {
	max-width: 132px;
	margin-left: auto;
	width: 100%;
}
.topAbout_item_inner {
	width: 100%;
	max-width: 286px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 16px;
	box-sizing: border-box;
}
.topBrand {
	margin-bottom: 181px;
}
.topBrand_inner {}
.topBrand_sub {}
.topBrand_title {}
.topBrand_cols {
	display: flex;
	margin-top: 68px;
	justify-content: space-between;
}
.topBrand_col {}
.topBrand_col-ttl {}
.topBrand_headline {
	font-size: 124px;
	font-family: var(--font-mincho);
	font-weight: 500;
	line-height: 1.3;
}
.topBrand_col-txt {
	padding-top: 367px;
}
.topBrand_text {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 2em;
}
.topBrand_text:last-child {
	margin-bottom: 0;
}
.topMessage {
	margin-bottom: 148px;
}
.topMessage_imageWrap {
	padding: 0 18px;
	margin-bottom: 119px;
}
.topMessage_image {
	max-width: 1240px;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto;
}
.topMessage_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topMessage_inner {}
.topMessage_sub {}
.topMessage_title {
	margin-bottom: 81px;
}
.topMessage_text {
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 1.8em;
}
.topMessage_text:last-child {
	margin-bottom: 0;
}
.topMessage_name {
	font-size: 16px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 16px;
	margin-top: 26px;
}
.topMessage_name_position {
	display: block;
}
.topMessage_name_main {
	display: block;
	font-size: 24px;
}
.topMessage_textWrap {}
.topInterview {}
.topInterview_areaTitle {}
.topInterview_areaTitle_inner {}
.topInterview_sub {}
.topInterview_title {}
.interNav-top {
	margin-bottom: 103px;
}
.topKnow {
	margin-bottom: 201px;
}
.topKnow_bg {
	position: absolute;
	width: 100%;
	height: 1283px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	overflow: hidden;
	margin-top: 50px;
	z-index: 0;
}
.topKnow_bg_inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background-image: linear-gradient(to right, var(--color-white), rgba(255, 255, 255, 0));
}
.topKnow_bg_inner::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background-image: linear-gradient(to left, var(--color-white), rgba(255, 255, 255, 0));
}
.topKnow_bg_inner {
	width: 1280px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.topKnow_bg_inner > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topKnow_inner {
	position: relative;
	z-index: 1;
}
.topKnow_sub {}
.topKnow_title {}
.topKnow_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.7%;
	margin-top: 61px;
	row-gap: 17px;
}
.topKnow_list > li {}
.topKnow_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topKnow_item {
	padding: 48px 20px 32px;
	min-height: 291px;
	background-color: var(--color-white);
	box-shadow: 0px 28px 36px rgba(207, 18, 46, 0.2);
	border-radius: 16px;
	box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.topKnow_item_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	max-width: 209px;
}
.topKnow_headline {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 15px;
}
.topKnow_btn {
	max-width: 132px;
	margin-left: auto;
}
.topKnow_contents {
	position: relative;
}
.history_year-lg {
	font-size: 90px;
	margin-bottom: 20px;
}
.modal {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.modal.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.modal_inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 904px;
}
.modal_box {
	position: relative;
	background: var(--color-white);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 20px 20px 42px;
}
.modal_closeBtn {
	display: block;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 57px;
	height: 22px;
	border: 1px solid var(--color-gray);
	border-radius: 50px;
	margin-left: auto;
	color: var(--color-black);
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	margin-bottom: 19px;
	caret-color: rgba(255, 255, 255, 0);
}
.modal_closeBtn_icon {
	display: block;
	width: 8px;
	height: 8px;
	position: relative;
}
.modal_closeBtn_icon::before {
	content: "";
	display: block;
	width: 141%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 1px;
}
.modal_closeBtn_icon::after {
	content: "";
	display: block;
	width: 141%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-radius: 1px;
}
.modal_box_inner {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	min-height: 429px;
	margin-bottom: 20px;
}
.modal_title {
	font-weight: 500;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.modal_text {
	line-height: 1.7;
	margin-bottom: 1.7em;
}
.modal_text:last-child {
	margin-bottom: 0;
}
.modal_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2%;
}
.modal_grid_cell {
	border-radius: 12px;
	padding: 25px 23px 36px;
	background-color: var(--color-cloud);
}
.modal_sect {
	margin-bottom: 30px;
}
.modal_sect:last-child {
	margin-bottom: 0;
}
.modal_headline {
	font-weight: 500;
	font-size: 18px;
	color: var(--color-ritres-red);
	margin-bottom: 6px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.modal_btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 106px;
	min-height: 32px;
	border: 1px solid var(--color-gray);
	border-radius: 24px;
	line-height: 1;
	font-size: 13px;
	font-weight: 500;
	column-gap: 9px;
	margin-left: auto;
	margin-right: auto;
	color: var(--color-black);
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	margin-top: auto;
}
.modal_btn_icon {
	display: block;
	width: 8px;
	height: 8px;
	position: relative;
}
.modal_btn_icon::before {
	content: "";
	display: block;
	width: 141%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 1px;
}
.modal_btn_icon::after {
	content: "";
	display: block;
	width: 141%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-radius: 1px;
}
.modal_catch {
	font-size: 16px;
	line-height: 1.6;
	font-weight: inherit;
	margin-bottom: 60px;
}
.modal_msg {
	font-size: 14px;
	line-height: 1.7;
}
.modal_link {
	margin-top: 10px;
}
.modal_link > a {
	display: flex;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.6;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.modal_link_text {
	display: block;
}
.modal_link_icon {
	display: flex;
	width: 42px;
	height: 24px;
	border: 1px solid var(--color-black);
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	background-color: var(--color-white);
}
.modal_link_svg {
	display: block;
	width: 10px;
	height: 10px;
	fill: currentColor;
}
.modal_link_svgWrap {
	display: block;
	overflow: hidden;
}
.modal_box_inner-know {
	max-width: 707px;
}
.modal_catch-know {
	margin-bottom: 80px;
}
.modal_title-know {
	margin-bottom: 38px;
}
.future {}
.future_inner {
	max-width: 1161px;
}
.future_year {
	font-family: var(--font-roboto);
	font-weight: 500;
	line-height: 1.1667;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 36px;
	font-size: 90px;
}
.future_title {
	font-family: var(--font-mincho);
	font-weight: inherit;
	font-size: 72px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: -0.05em;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 119px;
}
.future_canvas {}
.future_headline {
	font-family: var(--font-mincho);
	font-weight: inherit;
	font-size: 48px;
	line-height: 1.7;
}
.future_headline-no1 {}
.future_cols {
	display: flex;
	justify-content: space-between;
}
.future_cols-no1 {
	max-width: 1146px;
	align-items: flex-start;
	margin-bottom: 50px;
}
.future_col {}
.future_col-no1 {}
.future_image {
	border-radius: 12px;
	overflow: hidden;
	transform: translateY(calc((1 - var(--scroll-ratio, 0)) * 20%));
}
.future_image > img {
	display: block;
}
.future_col-no2 {
	padding-top: 134px;
}
.future_cols-no2 {
	max-width: 944px;
	padding-left: 5.2%;
	box-sizing: border-box;
	margin-bottom: 160px;
}
.future_col-no3 {}
.future_col-no4 {
	padding-top: 90px;
}
.future_cols-no3 {
	flex-direction: row-reverse;
	margin-bottom: 22px;
}
.future_col-no5 {}
.future_col-no6 {
	padding-top: 133px;
}
.future_cols-no4 {
	flex-direction: column;
	align-items: flex-end;
	max-width: 840px;
	margin-left: auto;
	padding-right: 7.5%;
	box-sizing: border-box;
	margin-bottom: 160px;
}
.future_col-no7 {}
.future_headline-no2 {}
.future_col-no8 {
	margin-top: 46px;
	align-self: flex-start;
}
.future_cols-no5 {
	margin-bottom: 14px;
}
.future_col-no9 {}
.future_col-no10 {
	padding-top: 148px;
}
.future_col-no11 {}
.future_col-no12 {
	padding-top: 130px;
}
.future_cols-no6 {
	padding-left: 5%;
	box-sizing: border-box;
	max-width: 1028px;
}
.future_headline-no3 {}
.topIntro_title_num {}
.topAbout_message_inner {
	background-color: #f00;
	background-clip: text;
	color: rgba(255, 255, 255, 0);
	background-color: var(--color-extra-light-gray);
	background-image: linear-gradient(to right, var(--color-black) 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 200% 100%;
	background-position: calc((1 - var(--scroll-ratio, 0)) * 100%) 0;
}
.topAbout_message_offset {
	display: block;
	transform: translateY(50%);
}
.topAbout_message_offset_inner {
	display: block;
	transform: translateY(-50%);
}
.future_title-pc {}
.future_title-sp {
	display: none;
}
.interview_intro_text-en {
	line-height: 1.6;
}
.interview_col-sideEn {
	width: 300px;
}
.interNav_name-en {
	margin-bottom: 2px;
}
.interNav_position-en {
	margin-bottom: 15px;
}
.topIntro_col-ttlEn {
	max-width: 496px;
}
.topIntro_col-txtEn {
	max-width: 508px;
	padding-top: 200px;
}
.topIntro_caution-en {
	text-indent: 0;
	padding-left: 0;
}
.topAbout_title-en {
	max-width: 570px;
}
.history_title-en {
	max-width: 1000px;
}
.topAbout_messageWrap-en {
	max-width: 1047px;
}
.topBrand_col-txtEn {
	max-width: 534px;
}
.topMessage_name-en {
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	line-height: 1.6;
}
.topAbout_message-en {
	line-height: 1.4;
	margin-right: 0;
	letter-spacing: 0;
	text-indent: 0;
}
.topBrand_text-en {
	line-height: 1.6;
	margin-bottom: 1.6em;
}
.topMessage_text-en {
	line-height: 1.6;
	margin-bottom: 1.6em;
}
.future_headline-en {
	line-height: 1.4;
}
.splash_message_inner-en {
	padding-bottom: 6.292%;
}
.splash_message-en {}
.splash_catch-en {}
.splash_caution-en {
	text-align: center;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.topIntro_title_char {}
.topIntro_title_char-no1 {
	letter-spacing: -0.1em;
}
.topIntro_title_char-no2 {
	letter-spacing: -0.06em;
}
.topBrand_headline_char-no1 {
	letter-spacing: -0.13em;
}
.topBrand_headline_char-no2 {
	letter-spacing: -0.06em;
}
.topBrand_headline_char-no3 {
	letter-spacing: -0.7em;
}
.interNav_counter {
	display: none;
}
.interNav_counter_current {}
.interNav_counter_slash {}
.interNav_counter_total {}
.topIntro_cols-en {
	column-gap: 35px;
}
.splashChar {
	position: fixed;
	z-index: 2001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	background-color: var(--color-white);
}
.splashChar.isFadeOut {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.splashChar-first {
	z-index: 2002;
}
.splashChar_inner {
	width: 100%;
	box-sizing: border-box;
}
.splashChar_contents {}
.splashChar_catch {
	max-width: 521px;
	margin: 0 auto;
	transform: scale(1.1);
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity, transform;
	width: 100%;
}
.splashChar_catch.isFadeIn {
	opacity: 1;
	transform: scale(1);
}
.splashChar_catch_inner {
	display: block;
	padding-bottom: 39.21%;
	position: relative;
}
.splashChar_catch_svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	fill: currentColor;
}
.topMovie_btn {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topMovie_btn_icon {
	display: flex;
	width: 122px;
	height: 122px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.90);
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: transform, background-color;
}
.topMovie_btn_icon > svg {
	display: block;
	width: 43px;
	height: 43px;
	fill: currentColor;
	transform: translateX(14%);
}
.modal_video {
	position: relative;
	padding-bottom: 56.25%;
}
.modal_video_item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal_inner-video {
	max-width: 1000px;
}
.modal_closeBtn-white {
	background-color: var(--color-white);
}
.form_required-optional {
	border: 1px solid var(--color-light-gray);
	background-color: var(--color-white);
	color: var(--color-light-gray);
}
.modal-video {
	background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:1174px) {
	.topAbout_message {
		font-size: 5.362vw;
	}
	.topIntro_text {
		font-size: 19px;
	}
	.topIntro_title {
		font-size: 44px;
	}
	.topBrand_text {
		font-size: 19px;
	}
	.topBrand_headline {
		font-size: 10.55vw;
	}
}
@media screen and (max-width: 1154px) {
	.topMessage_text {
		font-size: 2.08vw;
	}
	.future_headline {
		font-size: 44px;
	}
	.topKnow_headline {
		font-size: 20px;
	}
	.topKnow_item {
		padding-left: 16px;
		padding-right: 16px;
	}
	.topAbout_item {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	button:hover .topMovie_btn_icon {
		transform: scale(1.1);
		background-color: rgba(255, 255, 255, 1);
	}
	a:hover .modal_link_svg {
		animation-name: arrowRightTop;
		animation-duration: .5s;
		animation-iteration-count: 1;
	}
	.modal_closeBtn:hover {
		background-color: var(--color-black);
		border-color: var(--color-black);
		color: var(--color-white);
	}
	.modal_btn:hover {
		background-color: var(--color-black);
		border-color: var(--color-black);
		color: var(--color-white);
	}
	.topAbout_list > li > a:hover {}
	.topKnow_list > li > a:hover {}
	.form_agree_label > a:hover {}
	.form_btn:hover {}
	a:hover .interNav_image > img {
		transform: scale(1.05);
	}
	a:hover .interNav_icon {
		background-color: var(--color-white);
		color: var(--color-ritres-red);
	}
	.interNav_btn:hover {
		color: var(--color-ritres-red);
	}
	.interNav_item > a:hover {}
	a:hover .interNav_headline {
		color: var(--color-ritres-red);
	}
	.interview_nav_list > li > a:hover {
		color: var(--color-ritres-red);
	}
	.interview_dList > dd > a:hover {
		opacity: .5;
	}
}
@media screen and (max-width:999px) {
	.interview {}
	.interview_inner {}
	.interview_tag {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.interview_num {
		font-size: 32px;
		line-height: 40px;
	}
	.interview_title {
		font-size: 32px;
	}
	.interview_headline {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.interview_position {}
	.interview_name {}
	.interview_mainImage {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.interview_mainImage > img {}
	.interview_cols {
		margin-top: 60px;
	}
	.interview_col {}
	.interview_col-side {
		width: 280px;
	}
	.interview_nav {}
	.interview_nav_list {
		font-size: 13px;
	}
	.interview_nav_list > li {}
	.interview_nav_list > li > a {
		padding-left: 17px;
	}
	.interview_nav_list > li > a[aria-current="true"] {}
	.interview_nav_list > li > a::before {
		width: 6px;
		height: 6px;
	}
	.interview_col-main {
		width: calc(100% - 300px);
	}
	.interview_sect {}
	.interview_image {
		margin-bottom: 35px;
	}
	.interview_image > img {}
	.interview_text {
		font-size: 15px;
	}
	.interview_text:last-child {}
	.interview_dList {
		margin-top: 60px;
	}
	.interview_dList > dt {}
	.interview_dList > dd {}
	.interview_dList > dd > a {}
	.interview_dList > dd > a[aria-label="facebook"] {}
	.interview_dList_svg {}
	.interNav {}
	.interNav-second {}
	.interNav_inner {}
	.interNav_sub {}
	.interNav_title {}
	.interNav_swiper {}
	.interNav_info {}
	.interNav_btn {}
	.interNav_btn[aria-disabled="true"] {}
	.interNav_btn-prev {}
	.interNav_btn_svg {}
	.interNav_scroll {}
	.interNav_scroll .swiper-scrollbar-drag {}
	.interNav_btn-next {}
	.interNav_swiper_wrapper {}
	.interNav_swiper_slide {}
	.interNav_item {}
	.interNav_item > a {}
	.interNav_image {}
	.interNav_image > img {}
	.interNav_num {}
	.interNav_headline {}
	.interNav_position {}
	.interNav_name {}
	.interNav_icon {}
	.interNav_icon_svg {}
	.interNav_headline-2row {}
	.interview_intro {}
	.interview_intro_title {
		font-size: 24px;
	}
	.interview_intro_text {
		font-size: 16px;
	}
	.interview_intro_caution {}
	.form {}
	.form_text {}
	.form_inner {}
	.form_field {}
	.form_label {}
	.form_required {}
	.form_input {}
	.form_note {}
	.form_agree {}
	.form_agree_label {}
	.form_agree_label > a {}
	.form_agree_icon {}
	.form_btn {}
	.form_error {}
	.form_error:empty {}
	.form_error_text {}
	.form_fields {}
	.form_errListWrap {}
	.form_errList {}
	.form_errList > li {}
	.form_errList > li::before {}
	.form_btnList {}
	.form_btnList > li {}
	.form_input-confirm {}
	.thanks {}
	.thanks_inner {}
	.thanks_icon {}
	.thanks_icon_inner {}
	.thanks_icon_svg {}
	.thanks_title {}
	.thanks_text {}
	.interview_text-noMb {
		margin-bottom: 0;
	}
	.interview_caution {}
	.splash {}
	.splash.isFadeOut {}
	.splash_inner {}
	.splash_contents {}
	.splash_areaText {}
	.splash_catch {}
	.splash_catch_inner {}
	.splash_catch_inner.isFadeIn {}
	.splash_catch_inner.isFadeOut {}
	.splash_catch_svg {}
	.splash_message {}
	.splash_message_inner {}
	.splash_message_inner.isFadeIn {}
	.splash_message_inner.isFadeOut {}
	.splash_message_svg {}
	.splash_caution {}
	.splash_caution.isFadeIn {}
	.topVis {
		margin-bottom: 80px;
		padding-bottom: 35px;
	}
	.topVis_inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	.topVis_msg {}
	.topVis_msg_inner {}
	.topVis_msg_svg {}
	.topIntro {
		margin-bottom: 100px;
	}
	.topIntro_inner {}
	.topIntro_cols {
		flex-direction: column;
		align-items: flex-start;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.topIntro_col {}
	.topIntro_col-ttl {}
	.topIntro_title {
		font-size: 41px;
		margin-bottom: 23px;
	}
	.topIntro_title_line {}
	.topIntro_caution {}
	.topIntro_col-txt {
		padding-top: 0;
		align-self: flex-end;
		margin-top: 35px;
	}
	.topIntro_text {
		font-size: 17px;
	}
	.topIntro_text:last-child {}
	.topMovie {
		margin-bottom: 100px;
	}
	.topMovie_contents {}
	.topMovie_video {}
	.topMovie_video_item {}
	.topAbout {
		margin-bottom: 100px;
	}
	.topAbout_inner {}
	.topAbout_sub {}
	.topAbout_title {}
	.topAbout_message {
		margin-right: 0;
	}
	.topAbout_logo {}
	.topAbout_logo_inner {}
	.topAbout_logo_item {}
	.topAbout_list {
		column-gap: 14px;
	}
	.topAbout_list > li {}
	.topAbout_list > li > a {}
	.topAbout_item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.topAbout_subhead {
		font-size: 18px;
	}
	.topAbout_btn {}
	.topAbout_item_inner {
		padding-top: 0;
	}
	.topBrand {
		margin-bottom: 100px;
	}
	.topBrand_inner {}
	.topBrand_sub {}
	.topBrand_title {}
	.topBrand_cols {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 35px;
	}
	.topBrand_col {}
	.topBrand_col-ttl {
		margin-bottom: 35px;
	}
	.topBrand_headline {
		font-size: 80px;
	}
	.topBrand_col-txt {
		padding-top: 0;
		align-self: flex-end;
	}
	.topBrand_text {
		font-size: 17px;
	}
	.topBrand_text:last-child {}
	.topMessage {
		margin-bottom: 100px;
	}
	.topMessage_imageWrap {
		margin-bottom: 100px;
	}
	.topMessage_image {}
	.topMessage_image > img {}
	.topMessage_inner {}
	.topMessage_sub {}
	.topMessage_title {
		margin-bottom: 45px;
	}
	.topMessage_text {
		font-size: 17px;
	}
	.topMessage_text:last-child {}
	.topMessage_name {
		font-size: 14px;
	}
	.topMessage_name_position {}
	.topMessage_name_main {
		font-size: 20px;
	}
	.topMessage_textWrap {}
	.topInterview {}
	.topInterview_areaTitle {}
	.topInterview_areaTitle_inner {}
	.topInterview_sub {}
	.topInterview_title {}
	.interNav-top {}
	.topKnow {}
	.topKnow_bg {}
	.topKnow_bg_inner::before {}
	.topKnow_bg_inner::after {}
	.topKnow_bg_inner {}
	.topKnow_bg_inner > img {}
	.topKnow_inner {}
	.topKnow_sub {}
	.topKnow_title {}
	.topKnow_list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 14px;
		margin-left: -7px;
		margin-right: -7px;
		justify-content: center;
	}
	.topKnow_list > li {
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 7px;
	}
	.topKnow_list > li > a {}
	.topKnow_item {
		min-height: 230px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.topKnow_item_inner {}
	.topKnow_headline {
		font-size: 18px;
	}
	.topKnow_btn {}
	.topKnow_contents {}
	.history {}
	.history_inner {}
	.history_sub {}
	.history_title {
		font-size: 53px;
	}
	.history_sect {}
	.history_year {}
	.history_year_suffix {}
	.history_grid {}
	.history_cell {}
	.history_cell-txt {}
	.history_cell-pt {}
	.history_text {
		font-size: 17px;
	}
	.history_bar {}
	.history_cell-dummy {}
	.history_grid-rev {}
	.history_bar-md {}
	.history_bar-lg {}
	.history_grid-last {}
	.history_year-lg {}
	.modal {}
	.modal.isShow {}
	.modal_inner {}
	.modal_box {}
	.modal_closeBtn {}
	.modal_closeBtn_icon {}
	.modal_closeBtn_icon::before {}
	.modal_closeBtn_icon::after {}
	.modal_box_inner {}
	.modal_title {}
	.modal_text {}
	.modal_text:last-child {}
	.modal_grid {}
	.modal_grid_cell {
		padding: 20px 20px;
	}
	.modal_sect {}
	.modal_sect:last-child {}
	.modal_headline {}
	.modal_btn {}
	.modal_btn_icon {}
	.modal_btn_icon::before {}
	.modal_btn_icon::after {}
	.modal_catch {}
	.modal_msg {}
	.modal_link {}
	.modal_link > a {}
	.modal_link_text {}
	.modal_link_icon {}
	.modal_link_svg {}
	.modal_link_svgWrap {}
	.modal_box_inner-know {}
	.modal_catch-know {}
	.modal_title-know {}
	.future {}
	.future_inner {}
	.future_year {}
	.future_title {
		font-size: 52px;
	}
	.future_canvas {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.future_headline {
		font-size: 32px;
	}
	.future_headline-no1 {}
	.future_cols {}
	.future_cols-no1 {}
	.future_col {}
	.future_col-no1 {
		width: 380px;
	}
	.future_image {}
	.future_image > img {}
	.future_col-no2 {
		width: 270px;
	}
	.future_cols-no2 {
		margin-bottom: 80px;
	}
	.future_col-no3 {}
	.future_col-no4 {}
	.future_cols-no3 {
		margin-bottom: 45px;
	}
	.future_col-no5 {
		width: 370px;
	}
	.future_col-no6 {
		width: 270px;
	}
	.future_cols-no4 {
		margin-bottom: 80px;
	}
	.future_col-no7 {}
	.future_headline-no2 {}
	.future_col-no8 {}
	.future_cols-no5 {
		margin-bottom: 40px;
	}
	.future_col-no9 {
		width: 370px;
	}
	.future_col-no10 {
		width: 270px;
	}
	.future_col-no11 {}
	.future_col-no12 {
		width: 190px;
	}
	.future_cols-no6 {}
	.future_headline-no3 {}
	.topIntro_title_num {}
	.interview_intro_text-en {}
	.interview_col-sideEn {}
	.interNav_name-en {}
	.interNav_position-en {}
	.topIntro_col-ttlEn {
		max-width: none;
	}
	.topIntro_col-txtEn {
		margin-top: 50px;
		max-width: none;
	}
	.topIntro_caution-en {}
	.topAbout_title-en {}
	.history_title-en {}
	.topAbout_messageWrap-en {}
	.topBrand_col-txtEn {}
	.topMessage_name-en {}
	.topAbout_message-en {}
	.topBrand_text-en {}
	.topMessage_text-en {}
	.future_headline-en {}
	.splash_message_inner-en {}
	.splash_message-en {}
	.splash_catch-en {}
	.splash_caution-en {}
	.interNav_counter {}
	.interNav_counter_current {}
	.interNav_counter_slash {}
	.interNav_counter_total {}
	.splashChar {}
	.splashChar.isFadeOut {}
	.splashChar-first {}
	.splashChar_inner {}
	.splashChar_contents {}
	.splashChar_catch {}
	.splashChar_catch.isFadeIn {}
	.splashChar_catch_inner {}
	.splashChar_catch_svg {}
	.topMovie_btn {}
	.topMovie_btn_icon {}
	.topMovie_btn_icon > svg {}
	.modal_video {}
	.modal_video_item {}
	.modal_inner-video {}
	.modal_closeBtn-white {}
}
@media screen and (max-width: 767px) {
	.interview {}
	.interview_inner {}
	.interview_tag {
		margin-bottom: 46px;
	}
	.interview_num {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 18px;
	}
	.interview_title {}
	.interview_headline {}
	.interview_position {
		font-size: 14px;
	}
	.interview_name {}
	.interview_mainImage {
		margin-top: 52px;
		margin-bottom: 65px;
	}
	.interview_mainImage > img {
		width: 100%;
		height: auto;
	}
	.interview_cols {
		display: block;
	}
	.interview_col {
		width: auto;
		max-width: none;
	}
	.interview_col-side {
		display: none;
	}
	.interview_nav {}
	.interview_nav_list {}
	.interview_nav_list > li {}
	.interview_nav_list > li > a {}
	.interview_nav_list > li > a[aria-current="true"] {}
	.interview_nav_list > li > a::before {}
	.interview_col-main {}
	.interview_sect {}
	.interview_image {}
	.interview_image > img {}
	.interview_text {}
	.interview_text:last-child {}
	.interview_dList {
		padding-left: 0;
		flex-wrap: wrap;
	}
	.interview_dList > dt {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.interview_dList > dd {}
	.interview_dList > dd > a {}
	.interview_dList > dd > a[aria-label="facebook"] {}
	.interview_dList_svg {}
	.interNav {}
	.interNav-second {}
	.interNav_inner {}
	.interNav_sub {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.interNav_title {
		font-size: 28px;
		margin-bottom: 39px;
	}
	.interNav_swiper {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	.interNav_info {
		margin-bottom: 40px;
	}
	.interNav_btn {}
	.interNav_btn[aria-disabled="true"] {}
	.interNav_btn-prev {}
	.interNav_btn_svg {}
	.interNav_scroll {
		width: 80px;
	}
	.interNav_scroll .swiper-scrollbar-drag {}
	.interNav_btn-next {}
	.interNav_swiper_wrapper {}
	.interNav_swiper_slide {}
	.interNav_item {}
	.interNav_item > a {}
	.interNav_image {}
	.interNav_image > img {}
	.interNav_num {}
	.interNav_headline {}
	.interNav_position {}
	.interNav_name {}
	.interNav_icon {}
	.interNav_icon_svg {}
	.interNav_headline-2row {}
	.interview_intro {}
	.interview_intro_title {}
	.interview_intro_text {}
	.interview_intro_caution {
		margin-top: 20px;
	}
	.form {}
	.form_text {
		font-size: 14px;
	}
	.form_inner {
		margin-top: 59px;
	}
	.form_field {}
	.form_label {}
	.form_required {}
	.form_input {}
	.form_note {}
	.form_agree {}
	.form_agree_label {}
	.form_agree_label > a {}
	.form_agree_icon {}
	.form_btn {
		max-width: 308px;
	}
	.form_error {}
	.form_error:empty {}
	.form_error_text {}
	.form_fields {}
	.form_errListWrap {}
	.form_errList {}
	.form_errList > li {}
	.form_errList > li::before {}
	.form_btnList {
		display: flex;
		row-gap: 30px;
		max-width: 208px;
		margin-top: 60px;
		flex-direction: column-reverse;
	}
	.form_btnList > li {
		width: 100%;
	}
	.form_input-confirm {}
	.thanks {
		padding-top: 46px;
	}
	.thanks_inner {}
	.thanks_icon {
		max-width: 38px;
		margin-bottom: 30px;
	}
	.thanks_icon_inner {}
	.thanks_icon_svg {}
	.thanks_title {
		font-size: 26px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.thanks_text {
		font-size: 14px;
	}
	.interview_text-noMb {
		margin-bottom: 0;
	}
	.interview_caution {}
	.splash {}
	.splash.isFadeOut {
		transform: translateY(-30px);
	}
	.splash_inner {}
	.splash_contents {}
	.splash_areaText {}
	.splash_catch {
		margin-bottom: 5.1%;
	}
	.splash_catch_inner {}
	.splash_catch_inner.isFadeIn {}
	.splash_catch_inner.isFadeOut {}
	.splash_catch_svg {}
	.splash_message {}
	.splash_message_inner {}
	.splash_message_inner.isFadeIn {}
	.splash_message_inner.isFadeOut {}
	.splash_message_svg {}
	.splash_caution {
		font-size: 13px;
		line-height: 1.8;
	}
	.splash_caution.isFadeIn {}
	.topVis {
		min-height: 0;
		padding-top: 162px;
		padding-bottom: 100px;
		align-items: center;
	}
	.topVis_inner {}
	.topVis_msg {}
	.topVis_msg_inner {}
	.topVis_msg_svg {}
	.topIntro {
		margin-bottom: 60px;
	}
	.topIntro_inner {}
	.topIntro_cols {
		display: block;
	}
	.topIntro_col {}
	.topIntro_col-ttl {}
	.topIntro_title {
		font-size: 30px;
		margin-bottom: 13px;
	}
	.topIntro_title_line {}
	.topIntro_caution {
		font-size: 13px;
		padding-left: 0;
		text-indent: 0;
		line-height: 1.8;
	}
	.topIntro_col-txt {
		margin-top: 56px;
	}
	.topIntro_text {
		font-size: 15px;
	}
	.topIntro_text:last-child {}
	.topMovie {
		margin-bottom: 120px;
	}
	.topMovie_contents {}
	.topMovie_video {}
	.topMovie_video_item {}
	.topAbout {
		margin-bottom: 120px;
	}
	.topAbout_inner {}
	.topAbout_sub {}
	.topAbout_title {
		margin-bottom: 40px;
	}
	.topAbout_message {
		font-size: 32px;
		line-height: 1.8;
		margin-bottom: 81px;
	}
	.topAbout_logo {
		margin-bottom: 60px;
	}
	.topAbout_logo_inner {}
	.topAbout_logo_item {}
	.topAbout_list {
		grid-template-columns: 100%;
		row-gap: 16px;
	}
	.topAbout_list > li {}
	.topAbout_list > li > a {}
	.topAbout_item {
		padding: 40px 20px 20px;
		justify-content: center;
	}
	.topAbout_subhead {
		font-size: 20px;
	}
	.topAbout_btn {}
	.topAbout_item_inner {}
	.topBrand {
		margin-bottom: 120px;
	}
	.topBrand_inner {}
	.topBrand_sub {}
	.topBrand_title {}
	.topBrand_cols {
		margin-top: 36px;
		display: block;
	}
	.topBrand_col {}
	.topBrand_col-ttl {
		margin-bottom: 36px;
	}
	.topBrand_headline {
		font-size: 46px;
		line-height: 1.35;
	}
	.topBrand_headline-jp {
		margin-right: -10px;
		line-height: 1.4;
	}
	.topBrand_col-txt {}
	.topBrand_text {
		font-size: 16px;
		line-height: 2.2;
	}
	.topBrand_text:last-child {}
	.topMessage {
		margin-bottom: 110px;
	}
	.topMessage_imageWrap {
		margin-bottom: 58px;
	}
	.topMessage_image {
		max-width: 339px;
	}
	.topMessage_image > img {}
	.topMessage_inner {}
	.topMessage_sub {}
	.topMessage_title {
		margin-bottom: 42px;
	}
	.topMessage_text {
		font-size: 16px;
	}
	.topMessage_text:last-child {}
	.topMessage_name {
		margin-top: 41px;
	}
	.topMessage_name_position {}
	.topMessage_name_main {}
	.topMessage_textWrap {}
	.topInterview {}
	.topInterview_areaTitle {}
	.topInterview_areaTitle_inner {}
	.topInterview_sub {}
	.topInterview_title {}
	.interNav-top {
		margin-bottom: 107px;
	}
	.topKnow {
		margin-bottom: 161px;
	}
	.topKnow_bg {}
	.topKnow_bg_inner::before {}
	.topKnow_bg_inner::after {}
	.topKnow_bg_inner {}
	.topKnow_bg_inner > img {}
	.topKnow_inner {}
	.topKnow_sub {}
	.topKnow_title {}
	.topKnow_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
		row-gap: 15px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 37px;
	}
	.topKnow_list > li {
		width: auto;
		padding: 0;
	}
	.topKnow_list > li > a {}
	.topKnow_item {
		padding-top: 36px;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 208px;
		padding-bottom: 24px;
	}
	.topKnow_item_inner {}
	.topKnow_headline {
		font-size: 16px;
		line-height: 1.4;
	}
	.topKnow_btn {
		margin-right: auto;
	}
	.topKnow_contents {}
	.history {
		margin-bottom: 34px;
	}
	.history_inner {}
	.history_sub {}
	.history_title {
		font-size: 28px;
		margin-bottom: 50px;
	}
	.history_sect {}
	.history_year {
		font-size: 40px;
		margin-bottom: 9px;
	}
	.history_year_suffix {
		font-size: 32px;
	}
	.history_grid {
		display: block;
	}
	.history_cell {
		width: auto;
	}
	.history_cell-txt {}
	.history_cell-pt {}
	.history_text {
		font-size: 16px;
		text-align: left;
		display: flex;
		justify-content: center;
	}
	.history_bar {
		height: 80px;
		margin: 20px auto;
	}
	.history_cell-dummy {
		display: none;
	}
	.history_grid-rev {}
	.history_bar-md {}
	.history_bar-lg {
		height: 160px;
	}
	.history_grid-last {}
	.history_year-lg {
		font-size: 64px;
		margin-bottom: 10px;
	}
	.modal {}
	.modal.isShow {}
	.modal_inner {}
	.modal_box {
		padding: 19px 19px 46px;
	}
	.modal_closeBtn {
		margin-bottom: 18px;
	}
	.modal_closeBtn_icon {}
	.modal_closeBtn_icon::before {}
	.modal_closeBtn_icon::after {}
	.modal_box_inner {
		margin-bottom: 19px;
	}
	.modal_title {
		font-size: 24px;
	}
	.modal_text {}
	.modal_text:last-child {}
	.modal_grid {
		grid-template-columns: 100%;
		row-gap: 12px;
	}
	.modal_grid_cell {
		padding-top: 40px;
		padding-bottom: 28px;
	}
	.modal_sect {}
	.modal_sect:last-child {}
	.modal_headline {}
	.modal_btn {}
	.modal_btn_icon {}
	.modal_btn_icon::before {}
	.modal_btn_icon::after {}
	.modal_catch {
		margin-bottom: 40px;
	}
	.modal_msg {}
	.modal_link {}
	.modal_link > a {}
	.modal_link_text {}
	.modal_link_icon {}
	.modal_link_svg {}
	.modal_link_svgWrap {}
	.modal_box_inner-know {}
	.modal_catch-know {}
	.modal_title-know {}
	.future {}
	.future_inner {}
	.future_year {
		font-size: 64px;
		margin-bottom: 24px;
	}
	.future_title {
		font-size: 40px;
		margin-bottom: 97px;
	}
	.future_canvas {
		max-width: 400px;
	}
	.future_headline {
		font-size: 24px;
	}
	.future_headline-no1 {}
	.future_cols {}
	.future_cols-no1 {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-right: 20px;
		margin-bottom: 39px;
	}
	.future_col {}
	.future_col-no1 {
		max-width: 246px;
	}
	.future_image {
		border-radius: 8px;
	}
	.future_image > img {}
	.future_col-no2 {
		padding: 0;
		align-self: flex-end;
		width: 176px;
		margin-top: -31px;
	}
	.future_cols-no2 {
		padding-left: 0;
		display: block;
		margin-bottom: 101px;
	}
	.future_col-no3 {}
	.future_col-no4 {
		padding: 0;
		max-width: 142px;
		margin: 40px auto 0;
		position: relative;
		left: -28px;
	}
	.future_cols-no3 {
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-start;
		padding-left: 19px;
		margin-bottom: 42px;
	}
	.future_col-no5 {
		width: 246px;
	}
	.future_col-no6 {
		padding-top: 0;
		align-self: flex-start;
		max-width: 177px;
		margin-top: -31px;
	}
	.future_cols-no4 {
		padding-right: 0;
		display: block;
		margin-bottom: 100px;
	}
	.future_col-no7 {
		display: flex;
		justify-content: flex-end;
	}
	.future_headline-no2 {}
	.future_col-no8 {
		max-width: 142px;
		margin: 39px auto 0;
		position: relative;
		left: 28px;
	}
	.future_cols-no5 {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 19px;
		margin-bottom: 40px;
	}
	.future_col-no9 {
		max-width: 246px;
	}
	.future_col-no10 {
		padding-top: 0;
		align-self: flex-end;
		max-width: 177px;
		margin-top: -32px;
	}
	.future_col-no11 {}
	.future_col-no12 {
		padding: 0;
		max-width: 142px;
		margin: 41px auto 0;
		position: relative;
		left: -30px;
	}
	.future_cols-no6 {
		display: block;
		padding-left: 0;
	}
	.future_headline-no3 {
		margin-right: -10px;
	}
	.topIntro_title_num {
		font-size: 32px;
	}
	.future_title-pc {
		display: none;
	}
	.future_title-sp {
		display: block;
	}
	.interview_intro_text-en {}
	.interview_col-sideEn {}
	.interNav_name-en {}
	.interNav_position-en {}
	.topIntro_col-ttlEn {}
	.topIntro_col-txtEn {}
	.topIntro_caution-en {}
	.topAbout_title-en {}
	.history_title-en {}
	.topAbout_messageWrap-en {}
	.topBrand_col-txtEn {}
	.topMessage_name-en {}
	.topAbout_message-en {
		line-height: 1.4;
	}
	.topBrand_text-en {
		line-height: 1.6;
	}
	.topMessage_text-en {}
	.future_headline-en {}
	.splash_message_inner-en {}
	.splash_message-en {}
	.splash_catch-en {}
	.splash_caution-en {
		line-height: 1.6;
		font-size: 11px;
		right: auto;
		text-align: left;
		max-width: none;
	}
	.topIntro_title-jp {
		margin-right: -17px;
		margin-bottom: 17px;
	}
	.interNav_counter {
		display: flex;
		font-size: 18px;
		font-family: var(--font-roboto);
		letter-spacing: -0.04em;
		font-weight: normal;
		align-items: center;
		line-height: 1;
		column-gap: 0.2em;
		margin-right: auto;
	}
	.interNav_counter_current {
		font-weight: 600;
		color: var(--color-ritres-red);
		display: block;
	}
	.interNav_counter_slash {
		display: block;
	}
	.interNav_counter_total {
		display: block;
	}
	.splashChar {}
	.splashChar.isFadeOut {}
	.splashChar-first {}
	.splashChar_inner {}
	.splashChar_contents {}
	.splashChar_catch {
		width: 80%;
	}
	.splashChar_catch.isFadeIn {}
	.splashChar_catch_inner {}
	.splashChar_catch_svg {}
	.topMovie_btn {}
	.topMovie_btn_icon {}
	.topMovie_btn_icon > svg {}
	.modal_video {}
	.modal_video_item {}
	.modal_inner-video {}
	.modal_closeBtn-white {}
}
@media screen and (max-width:374px) {
	.thanks_title {
		font-size: 23px;
	}
	.future_headline {
		font-size: 20px;
	}
	.future_cols-no1 {
		padding-right: 0;
	}
	.future_cols-no5 {
		padding-right: 0;
	}
	.future_cols-no3 {
		padding-left: 0;
	}
	.history_text {
		font-size: 14px;
	}
	.history_title {
		font-size: 26px;
	}
	.topKnow_list {
		grid-template-columns: 1fr;
	}
	.topKnow_item {
		min-height: 0;
	}
	.topBrand_text {
		font-size: 14px;
	}
	.topBrand_headline {
		font-size: 55px;
	}
	.topAbout_subhead {
		font-size: 18px;
	}
	.topAbout_message {
		font-size: 28px;
	}
	.topIntro_text {
		font-size: 14px;
	}
	.topIntro_title {
		font-size: 24px;
	}
	.topIntro_title_num {
		font-size: 27px;
	}
	.interNav_btn {
		width: 60px;
	}
	.interNav_scroll {
		width: 70px;
	}
	.interNav_counter {
		font-size: 17px;
	}
}
