@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Base
----------------------------------------*/
html {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	background: url("../../image/common/bg.png") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
body.noscroll {
	overflow: hidden;
}
body.t-modal {
	overflow: hidden;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition: opacity 0.4s ease;
}
a:link, a:visited {
	color: #000000;
}

a:hover {
	opacity: 0.7;
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-limit {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-limit {
		box-sizing: border-box;
		min-width: 1000px;
		max-width: 1600px;
	}
}

.l-frame {
	width: 89.3333333333%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-frame {
		width: 89.0625%;
	}
}

@media screen and (min-width: 769px) {
	.l-column {
		display: flex;
		justify-content: space-between;
	}
}
.l-column-both {
	display: flex;
	justify-content: space-between;
}
.l-column--wrap {
	flex-wrap: wrap;
}
.l-column--reverse {
	flex-direction: row-reverse;
}

.l-btn-arrow {
	position: relative;
}
.l-btn-arrow:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #dc020c transparent;
	border-width: 0px 0px 15px 15px;
	bottom: 10px;
	right: 10px;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-btn-arrow:after {
		bottom: 10px;
		right: 10px;
	}
}
.l-btn-arrow:hover {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.l-btn-arrow:hover:after {
		bottom: 6px;
		right: 6px;
	}
}
.l-btn-arrow__small:after {
	border-width: 0px 0px 6px 6px;
	bottom: 5px;
	right: 5px;
}
.l-btn-arrow__small:hover {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.l-btn-arrow__small:hover:after {
		bottom: 3px;
		right: 3px;
	}
}

.l-btn-link {
	position: relative;
}
.l-btn-link:after {
	content: "";
	position: absolute;
	background: url("../../image/common/icon-link.svg") no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	bottom: 10px;
	right: 10px;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-btn-link:after {
		bottom: 10px;
		right: 10px;
		width: 18px;
		height: 18px;
	}
}
.l-btn-link.l-red {
	background-color: #DC020C;
}
.l-btn-link.l-red:after {
	background: url("../../image/common/icon-link-w.svg") no-repeat;
	background-size: cover;
}
.l-btn-link.l-red p {
	color: #fff;
}
.l-btn-link:hover {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.l-btn-link:hover:after {
		bottom: 8px;
		right: 8px;
	}
}

.l-page {
	padding-top: 140px;
}

.l-page-ttl {
	display: inline-block;
}
.l-page-ttl span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	color: transparent;
	background: transparent;
	padding: 0 4px;
	width: 100%;
	font-size: 2.1428571429rem;
	line-height: 1.1333333333;
}
@media screen and (min-width: 769px) {
	.l-page-ttl span {
		font-size: 3.5333333333rem;
		line-height: 1.1320754717;
	}
}
.l-page-ttl span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #DC020C;
}
.l-page-ttl span:last-child {
	display: block;
	color: #fff;
	background: transparent;
	font-size: 1.0714285714rem;
	line-height: 1.4666666667;
}
@media screen and (min-width: 769px) {
	.l-page-ttl span:last-child {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}
.l-page-ttl.move span {
	animation: textAnime forwards 1s 1 ease 0.1s normal;
}
.l-page-ttl.move span:before {
	animation: barAnime forwards 1s 1 ease 0.1s normal;
}
.l-page-ttl small {
	position: relative;
	display: block;
	overflow: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	color: #fff;
	background: #DC020C;
	padding: 0 4px;
	font-size: 1.0714285714rem;
	line-height: 1.4666666667;
}
@media screen and (min-width: 769px) {
	.l-page-ttl small {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

@keyframes textAnime {
	0% {
		color: transparent;
	}
	50% {
		color: transparent;
	}
	100% {
		color: #fff;
	}
}
@keyframes barAnime {
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	68% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 0;
		width: 100%;
	}
}
.l-page-subttl {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.l-page-subttl {
		margin-top: 40px;
	}
}
.l-page-subttl span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	color: #fff;
	background: transparent;
	padding: 0 4px;
	font-size: 1.0714285714rem;
	line-height: 1.4666666667;
}
@media screen and (min-width: 769px) {
	.l-page-subttl span {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}
.l-page-subttl span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #DC020C;
}
.l-page-subttl.move span {
	animation: textAnime forwards 1s 1 ease 0.1s normal;
}
.l-page-subttl.move span:before {
	animation: barAnime forwards 1s 1 ease 0.1s normal;
}

.grecaptcha-badge {
	visibility: hidden;
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
	position: fixed;
	display: flex;
	align-items: center;
	width: 100%;
	top: 0;
	z-index: 10;
	transition: 0.4s;
}
.l-header.js-header_fixed {
	background-color: #fff;
}

.l-headerLogo {
	display: block;
	width: 38.6666666667%;
	margin-left: 18px;
	z-index: 10;
}
@media screen and (min-width: 769px) {
	.l-headerLogo {
		width: 162px;
		margin-left: 20px;
		margin-top: 12px;
	}
}

.l-headerTitle {
	margin-left: 16px;
	z-index: 10;
}
@media screen and (min-width: 769px) {
	.l-headerTitle {
		margin-left: 20px;
		margin-top: 8px;
	}
}
.l-headerTitle p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.7142857143rem;
	line-height: 1.2;
}
@media screen and (min-width: 769px) {
	.l-headerTitle p {
		font-size: 1rem;
		line-height: 1;
	}
}

.l-headerGnav {
	opacity: 0;
	visibility: hidden;
	display: none;
}
@media screen and (min-width: 769px) {
	.l-headerGnav {
		position: relative;
		margin-left: auto;
		display: block;
		width: auto;
		height: auto;
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
}
.l-headerGnav .l-nav ul {
	display: block;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav ul {
		display: flex;
	}
}
.l-headerGnav .l-nav ul li {
	position: relative;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav ul li {
		background-color: #DC000B;
	}
}
.l-headerGnav .l-nav ul li:hover {
	background-color: #B40109;
}
.l-headerGnav .l-nav ul li:hover a {
	opacity: 1;
}
.l-headerGnav .l-nav ul li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #B40009;
}
.l-headerGnav .l-nav ul li:last-child:before {
	display: none;
}
.l-headerGnav .l-nav ul li a {
	cursor: pointer;
	color: #fff;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav ul li a {
		font-size: 0.8666666667rem;
		line-height: 1;
		padding: 14px 20px 18px 20px;
		white-space: nowrap;
	}
}
.l-headerGnav .l-nav ul li a span {
	display: block;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav ul li a span {
		font-size: 0.8rem;
		line-height: 1;
		margin-top: 8px;
	}
}
.l-headerGnav .l-nav ul > li:hover .l-dropdow {
	display: block;
	opacity: 1;
	visibility: visible;
}
.l-headerGnav .l-nav .l-dropdow {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav .l-dropdow {
		width: 130%;
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.4s;
	}
}
.l-headerGnav .l-nav .l-dropdow__list {
	background-color: #DC000B;
	transition: 0.4s;
}
.l-headerGnav .l-nav .l-dropdow__list:hover {
	background-color: #B40109;
}
.l-headerGnav .l-nav .l-dropdow__list a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav .l-dropdow__list a {
		text-align: start;
		font-size: 0.9333333333rem;
		line-height: 1;
		padding: 10px 0 10px 16px;
	}
}
.l-headerGnav .l-nav .l-dropdow__list a small {
	display: block;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav .l-dropdow__list a small {
		font-size: 0.6666666667rem;
		line-height: 1.2;
		margin-top: 5px;
	}
}
.l-headerGnav .l-nav .l-dropdow__list:first-child:hover:before {
	border-bottom: 12px solid #B40109;
}
.l-headerGnav .l-nav .l-dropdow__list:first-child:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 12px solid #DC000B;
	border-top: 0;
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav .l-dropdow__list:first-child a {
		padding: 22px 0 10px 16px;
	}
}
@media screen and (min-width: 769px) {
	.l-headerGnav .l-nav .l-dropdow__list:last-child a {
		padding: 10px 0 22px 16px;
	}
}

.l-headerHamburger {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #DC000B;
	margin-left: auto;
	z-index: 10;
}
@media screen and (min-width: 769px) {
	.l-headerHamburger {
		display: none;
	}
}
.l-headerHamburger span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 21px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.l-headerHamburger span:nth-of-type(1) {
	top: 18px;
}
.l-headerHamburger span:nth-of-type(2) {
	top: 24px;
}
.l-headerHamburger span:nth-of-type(3) {
	bottom: 18px;
}
.l-headerHamburger.active span:nth-of-type(1) {
	transform: translateX(-50%) rotate(-45deg);
	top: 24px;
}
.l-headerHamburger.active span:nth-of-type(2) {
	opacity: 0;
}
.l-headerHamburger.active span:nth-of-type(3) {
	transform: translateX(-50%) rotate(45deg);
	bottom: 24px;
}

.l-spNav {
	position: absolute;
	margin-left: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-spNav {
		display: none;
	}
}
.l-spNav.open {
	opacity: 1;
	visibility: visible;
}
.l-spNav__wrap {
	padding: 80px 30px 60px;
	background-color: #fff;
	overflow: scroll;
	height: 100vh;
}
.l-spNav__wrap ul {
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.l-spNav__wrap ul li {
	margin-top: 30px;
}
.l-spNav__wrap ul li:first-child {
	margin-top: 0;
}
.l-spNav__wrap ul li p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1.4285714286rem;
	line-height: 1.4;
	color: #fff;
	background-color: #DC000B;
	padding: 2px 6px;
}
.l-spNav__wrap ul li a {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1.0714285714rem;
	line-height: 1.8666666667;
	color: #DC000B;
}
.l-spNav__wrap ul li small {
	font-size: 0.7857142857rem;
	line-height: 2.5454545455;
	letter-spacing: -1px;
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer__inner {
	margin: auto;
}
@media screen and (min-width: 769px) {
	.l-footer__inner {
		width: 81.25%;
	}
}
.l-footer__button {
	display: block;
	border: solid 3px #fff;
	margin: 60px auto;
	width: 84%;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-footer__button {
		border: solid 6px #fff;
		max-width: 460px;
		margin: 85px auto 100px;
	}
}
.l-footer__button:after {
	border-color: transparent transparent #fff transparent;
}
.l-footer__button p {
	color: #fff;
	text-align: center;
	font-size: 1.2857142857rem;
	line-height: 1;
	padding: 36px 0;
}
@media screen and (min-width: 769px) {
	.l-footer__button p {
		font-size: 1.6rem;
		line-height: 1;
		padding: 50px 0;
	}
}
.l-footer__button:hover {
	background-color: #fff;
}
.l-footer__button:hover p {
	color: #DC020C;
}
.l-footer__button:hover:after {
	border-color: transparent transparent #DC020C transparent;
}
.l-footer__recruit--inner {
	overflow: hidden;
}
.l-footer__recruit .t-chapter-footer__bg {
	background: rgba(215, 0, 10, 0.85);
	background-blend-mode: darken;
	padding-top: 50px;
	padding-bottom: 70px;
}
@media screen and (min-width: 769px) {
	.l-footer__recruit .t-chapter-footer__bg {
		padding-top: 90px;
		padding-bottom: 110px;
	}
}
.l-footer__recruit--ticker {
	white-space: nowrap;
	display: inline-block;
	animation: ticker 80s linear infinite;
	mix-blend-mode: darken;
	background: rgba(215, 0, 10, 0.85);
}
.l-footer__recruit--ticker p {
	display: inline-block;
	color: #fff;
	font-size: 4.2857142857rem;
	line-height: 1;
	line-height: 0.6;
}
@media screen and (min-width: 769px) {
	.l-footer__recruit--ticker p {
		font-size: 8rem;
		line-height: 1;
		line-height: 0.6;
	}
}
.l-footer__recruit--ticker:last-of-type {
	animation: tickerre 80s linear infinite;
}
@keyframes ticker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes tickerre {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}
.l-footer__bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.l-footer__bottom {
		margin-top: 100px;
	}
}
.l-footer__bottom--link {
	display: block;
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.l-footer__bottom--link {
		display: flex;
		margin-top: 60px;
		padding-bottom: 40px;
	}
}
.l-footer__bottom--link-wrap {
	display: none;
}
@media screen and (min-width: 769px) {
	.l-footer__bottom--link-wrap {
		display: flex;
	}
}
.l-footer__bottom--link-wrap a {
	font-size: 0.7142857143rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.l-footer__bottom--link-wrap a {
		font-size: 0.8rem;
		line-height: 1;
		padding: 0 10px;
		border-right: solid 1px #BABABA;
	}
}
.l-footer__bottom--link-wrap a:first-child {
	padding-left: 0;
}
.l-footer__bottom--link-wrap a:last-child {
	padding-right: 0;
	border: none;
}
.l-footer__menu {
	padding-top: 0;
	padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
	.l-footer__menu {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.l-footer__menu ul {
	position: relative;
	display: block;
}
@media screen and (min-width: 769px) {
	.l-footer__menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 55px 0;
	}
}
@media screen and (min-width: 769px) {
	.l-footer__menu ul:after {
		content: "";
		position: relative;
		width: 23.4615384615%;
	}
}
.l-footer__menu--list {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 30px auto auto;
	width: 84%;
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list {
		width: 23.4615384615%;
		margin: 0;
	}
}
.l-footer__menu--list:first-child {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list:nth-child(6) a {
		white-space: nowrap;
	}
}
.l-footer__menu--list p {
	background-color: #DC020C;
	color: #fff;
	font-weight: 900;
	padding: 2px 6px;
	font-size: 1.4285714286rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list p {
		font-size: 1.4666666667rem;
		line-height: 1;
		padding: 2px 6px;
		margin-bottom: 10px;
	}
}
.l-footer__menu--list a {
	display: block;
	color: #DC020C;
	font-size: 1.0714285714rem;
	line-height: 1.8666666667;
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list a {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.1333333333rem;
		line-height: 1.6470588235;
		margin-bottom: 0;
	}
}
.l-footer__menu--list a small {
	font-size: 0.7857142857rem;
	line-height: 2.5454545455;
	letter-spacing: -1px;
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list a small {
		font-size: 0.7333333333rem;
		line-height: 1.1818181818;
		width: auto;
		display: flex;
		align-items: center;
		margin-left: 6px;
	}
}
.l-footer__menu--list .l-footer__recruit--btn {
	background-color: #fff;
	border: solid 3px #DC020C;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	transition: 0.4s;
}
.l-footer__menu--list .l-footer__recruit--btn p {
	display: block;
	color: #DC020C;
	font-size: 0.8571428571rem;
	line-height: 1;
	font-weight: 900;
	background-color: unset;
	padding: 8px 0;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list .l-footer__recruit--btn p {
		display: flex;
		flex-wrap: wrap;
		font-size: 0.9333333333rem;
		line-height: 1;
		margin-bottom: 0;
		padding: 12px 0;
	}
}
@media screen and (min-width: 769px) {
	.l-footer__menu--list .l-footer__recruit--btn:hover {
		background-color: #DC000B;
		color: #fff;
	}
}
.l-footer__menu--list .l-footer__recruit--btn:hover p {
	color: #fff;
}
.l-footer__menu--list .l-footer__recruit--btn:hover.l-btn-link:after {
	background: url("../../image/common/icon-link-w.svg") no-repeat;
	background-size: cover;
}
.l-footer__menu--list .l-footer__recruit--btn:hover.l-btn-arrow::after {
	border-color: transparent transparent #fff transparent;
}

.l-footerLogo {
	order: 2;
	width: 52.8%;
	margin: 30px auto 32px;
}
@media screen and (min-width: 769px) {
	.l-footerLogo {
		width: 21.9230769231%;
		max-width: 244px;
		order: 1;
		margin: 0;
	}
}

.l-footerSns {
	display: flex;
	gap: 0 12px;
	order: 1;
	width: 100%;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.l-footerSns {
		order: 2;
		width: auto;
		justify-content: unset;
	}
}
.l-footerSns__icon {
	background-color: #fff;
	width: 55px;
	height: 55px;
}
.l-footerSns__icon:nth-child(1) img {
	width: 24px;
}
.l-footerSns__icon:nth-child(2) img {
	width: 17px;
}
.l-footerSns__icon:nth-child(3) img {
	width: 22px;
}
.l-footerSns__icon a {
	display: flex;
	width: 100%;
	height: 100%;
}
.l-footerSns__icon a img {
	margin: auto;
}

.l-footerCopyright {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 0.6666666667rem;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.l-footerCopyright {
		font-size: 0.7333333333rem;
		line-height: 1;
		text-align: end;
		margin-left: auto;
	}
}

/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc {
		display: none;
	}
}

.u-left {
	text-align: left;
}

.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-red {
	color: red;
}

.u-bg-red {
	background-color: red;
}

/* 
* 余白打ち消しクラス
*/
.u-noRadius {
	border-radius: 0 !important;
}

.u-noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.u-noMargin-top {
	margin-top: 0 !important;
}

.u-noMargin-bottom {
	margin-bottom: 0 !important;
}

.u-noPadding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.u-noPadding-top {
	padding-top: 0 !important;
}

.u-noPadding-bottom {
	padding-bottom: 0 !important;
}

/* 
* 余白
*/
.-padding-t {
	padding-top: 10px;
}
.-padding-t.-x2 {
	padding-top: 20px;
}
.-padding-t.-x4 {
	padding-top: 40px;
}
.-padding-t.-x6 {
	padding-top: 60px;
}
.-padding-t.-x8 {
	padding-top: 80px;
}
.-padding-t.-x10 {
	padding-top: 100px;
}

.-padding-b {
	padding-bottom: 10px;
}
.-padding-b.-x2 {
	padding-bottom: 20px;
}
.-padding-b.-x4 {
	padding-bottom: 40px;
}
.-padding-b.-x6 {
	padding-bottom: 60px;
}
.-padding-b.-x8 {
	padding-bottom: 80px;
}
.-padding-b.-x10 {
	padding-bottom: 100px;
}

.-margin-t {
	margin-top: 10px;
}
.-margin-t.-x2 {
	margin-top: 20px;
}
.-margin-t.-x4 {
	margin-top: 40px;
}
.-margin-t.-x6 {
	margin-top: 60px;
}
.-margin-t.-x8 {
	margin-top: 80px;
}
.-margin-t.-x10 {
	margin-top: 100px;
}

.-margin-b {
	margin-bottom: 10px;
}
.-margin-b.-x2 {
	margin-bottom: 20px;
}
.-margin-b.-x4 {
	margin-bottom: 40px;
}
.-margin-b.-x6 {
	margin-bottom: 60px;
}
.-margin-b.-x8 {
	margin-bottom: 80px;
}
.-margin-b.-x10 {
	margin-bottom: 100px;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
@media screen and (min-width: 769px) {
	.t-home .fv {
		display: flex;
		height: 100vh;
	}
}
.t-home .fv h1 {
	position: relative;
	width: 90.6666666667%;
	margin: 90px auto auto;
}
@media screen and (min-width: 769px) {
	.t-home .fv h1 {
		width: 62.5%;
		min-width: 600px;
		margin: auto;
	}
}
.t-home .fv h1 span {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	font-size: 1.2142857143rem;
	line-height: 1;
	margin-top: 27px;
}
@media screen and (min-width: 769px) {
	.t-home .fv h1 span {
		font-size: 2.2666666667rem;
		line-height: 1;
		font-size: min(2.5vw, 34px);
		text-align: end;
		margin-top: 40px;
		white-space: nowrap;
	}
}
.t-home .fv .fv-btn {
	position: relative;
	width: 84%;
	margin: 60px auto auto;
}
@media screen and (min-width: 769px) {
	.t-home .fv .fv-btn {
		position: absolute;
		width: 220px;
		max-width: 220px;
		bottom: 60px;
		left: 4.68%;
		margin: 0;
	}
}
.t-home .fv .fv-btn__item {
	position: relative;
	display: block;
	border: solid 3px #DC000B;
	background-color: #fff;
	color: #DC000B;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	padding: 20px 0 20px 20px;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.t-home .fv .fv-btn__item {
		font-size: 1rem;
		line-height: 1;
		padding: 24px 0 24px 20px;
	}
}
.t-home .fv .fv-btn__item span {
	display: block;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.t-home .fv .fv-btn__item span {
		font-size: 1.2rem;
		line-height: 1;
	}
}
.t-home .fv .fv-btn__item:last-child {
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-home .fv .fv-btn__item:hover {
		background-color: #DC000B;
		color: #fff;
	}
}
.t-home .fv .fv-btn__item:hover::after {
	border-color: transparent transparent #fff transparent;
}
.t-home .fv .fv-scrolle {
	display: none;
}
@media screen and (min-width: 769px) {
	.t-home .fv .fv-scrolle {
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		background-color: #DC000B;
	}
}
@media screen and (min-width: 769px) {
	.t-home .fv .fv-scrolle__arrow {
		width: 6px;
		animation: scroll 2s infinite;
	}
}
@keyframes scroll {
	0% {
		opacity: 0;
		transform: translate(0, 0px);
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		transform: translate(0, 10px);
	}
	100% {
		opacity: 0;
	}
}
.t-home__body {
	padding: 90px 0 120px;
}
.t-home .t-chapter {
	width: 84%;
	margin: 70px auto 0;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter {
		width: 81.25%;
		margin: 120px auto 0;
		max-width: 1036px;
	}
}
.t-home .t-chapter:first-child {
	margin-top: 0;
}
.t-home .t-chapter h2 {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: transparent;
	display: inline-block;
	font-size: 2.1428571429rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter h2 {
		font-size: 3.4666666667rem;
		line-height: 1;
	}
}
.t-home .t-chapter h2 small {
	display: block;
	margin-top: 3px;
	font-size: 0.8571428571rem;
	line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter h2 small {
		font-size: 1.3333333333rem;
		line-height: 1.3;
		margin-top: 5px;
	}
}
.t-home .t-chapter h2 span {
	position: relative;
	background: transparent;
	display: block;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter h2 span {
		padding: 0 6px 3px 6px;
	}
}
.t-home .t-chapter h2 span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #DC000B;
}
.t-home .t-chapter h2.move span {
	animation: textTopAnime forwards 1s 1 ease 0.1s normal;
}
.t-home .t-chapter h2.move span:before {
	animation: barAnime forwards 1s 1 ease 0.1s normal;
}
@keyframes textTopAnime {
	0% {
		color: transparent;
	}
	50% {
		color: transparent;
	}
	100% {
		color: #fff;
	}
}
.t-home .t-chapter__head {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DC000B;
	font-size: 1.2857142857rem;
	line-height: 1.6666666667;
	margin: 26px auto 16px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter__head {
		font-size: 1.7333333333rem;
		line-height: 1;
		text-align: center;
		margin: 50px auto 36px;
	}
}
.t-home .t-chapter__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.t-home .t-chapter__item {
	position: relative;
	border: solid 3px #DC000B;
	margin-top: 10px;
	box-sizing: border-box;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter__item {
		width: 48.4615384615%;
		margin-top: 0;
	}
}
.t-home .t-chapter__item--ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.t-home .t-chapter__item--ttl span {
	display: block;
	background: transparent;
	letter-spacing: 0.01em;
	color: transparent;
	white-space: nowrap;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter__item--ttl span {
		font-size: 1.3333333333rem;
		line-height: 1.45;
		padding: 0 6px;
	}
}
.t-home .t-chapter__item--ttl span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #DC000B;
}
.t-home .t-chapter__item--ttl.move span {
	animation: textTopAnime forwards 1s 1 ease 0.1s normal;
}
.t-home .t-chapter__item--ttl.move span:before {
	animation: barAnime forwards 1s 1 ease 0.1s normal;
}
@keyframes textTopAnime {
	0% {
		color: transparent;
	}
	50% {
		color: transparent;
	}
	100% {
		color: #fff;
	}
}
.t-home .t-chapter__item--img {
	overflow: hidden;
}
.t-home .t-chapter__item--img img {
	transition: 0.4s;
}
.t-home .t-chapter__item--block {
	background-color: #fff;
	padding: 16px 20px 16px;
	height: 180px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter__item--block {
		padding: 20px 26px 30px;
		height: auto;
	}
}
.t-home .t-chapter__item:hover .t-chapter__item--img img {
	transform: scale(1.05, 1.05);
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-about .t-chapter__list {
		margin-top: 40px;
	}
}
.t-home .t-chapter.t-chapter-about .t-chapter__item {
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-about .t-chapter__item {
		margin-top: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-about .t-chapter__item:nth-child(1), .t-home .t-chapter.t-chapter-about .t-chapter__item:nth-child(2), .t-home .t-chapter.t-chapter-about .t-chapter__item:nth-child(3) {
		width: 31.9230769231%;
		margin-bottom: 2%;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-about .t-chapter__item:nth-child(4) {
		margin: auto;
	}
}
.t-home .t-chapter.t-chapter-about .t-chapter__item--img {
	height: 120px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-about .t-chapter__item--img {
		height: auto;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-workstyle .t-chapter__list {
		margin-top: 60px;
	}
}
.t-home .t-chapter.t-chapter-why {
	width: auto;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why {
		width: 81.25%;
		margin: 120px auto 0;
		max-width: 1036px;
	}
}
.t-home .t-chapter.t-chapter-why h2 {
	margin: 0 30px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why h2 {
		width: auto;
		margin: 0;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter-why__ttl {
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter-why__ttl {
		font-size: 1.2rem;
		line-height: 1.4444444444;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter-why__small {
	display: block;
	margin-top: 10px;
	font-size: 0.7857142857rem;
	line-height: 1.4545454545;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter-why__small {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter__list {
	margin: 20px auto auto;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter__list {
		margin: 30px auto auto;
		width: auto;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter__item {
	margin: 0 5px;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter__item {
		width: 31.9230769231%;
		margin: 10px 0 0;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter__more {
	border: solid 3px #DC000B;
	box-sizing: border-box;
	background-color: #fff;
	display: block;
	transition: 0.4s;
	margin: 10px auto auto;
	width: 152px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter__more {
		width: 170px;
		margin: 26px 0 auto auto;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter__more p {
	color: #DC000B;
	display: block;
	font-size: 1rem;
	line-height: 1.1428571429;
	padding: 12px 0;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter__more p {
		font-size: 1.2rem;
		line-height: 1;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-why .t-chapter__more:hover {
		background-color: #DC000B;
	}
}
.t-home .t-chapter.t-chapter-why .t-chapter__more:hover p {
	color: #fff;
}
.t-home .t-chapter.t-chapter-why .t-chapter__more:hover::after {
	border-color: transparent transparent #fff transparent;
}
.t-home .t-chapter.t-chapter-recruit {
	padding-top: 70px;
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit {
		margin-top: 50px;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__list {
	margin: 20px auto 0;
	width: 84%;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__list {
		margin: 30px auto 0;
		width: 80.9375%;
		max-width: 1036px;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item {
	background-color: #fff;
	display: flex;
	width: 100%;
	height: 96px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__item {
		width: 23.4615384615%;
		height: 204px;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item .t-chapter__item--img {
	margin: auto;
	overflow: visible;
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item:hover .t-chapter__item--img img {
	transform: scale(1.05, 1.05);
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item .t-chapter__item--small {
	position: absolute;
	bottom: 10px;
	display: block;
	font-size: 0.7857142857rem;
	line-height: 1;
	letter-spacing: 0.01em;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__item .t-chapter__item--small {
		font-size: 0.8666666667rem;
		line-height: 1;
		bottom: 35px;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(1) .t-chapter__item--img {
	width: 45.3674121406%;
	margin-top: 16px;
	max-width: 142px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(1) .t-chapter__item--img {
		width: 71.3855421687%;
		margin-top: 42px;
		max-width: none;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(2) .t-chapter__item--img {
	width: 35.1437699681%;
	margin-top: 16px;
	max-width: 110px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(2) .t-chapter__item--img {
		width: 55.7228915663%;
		margin-top: 43px;
		max-width: none;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(3) .t-chapter__item--img {
	width: 23.642172524%;
	margin-top: 20px;
	max-width: 74px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(3) .t-chapter__item--img {
		width: 37.3493975904%;
		margin-top: 67px;
		max-width: none;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(4) .t-chapter__item--img {
	width: 33.2268370607%;
	max-width: 104px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__item:nth-child(4) .t-chapter__item--img {
		width: 52.4096385542%;
		margin-top: 75px;
		max-width: none;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__more {
	cursor: pointer;
	border: solid 3px #DC000B;
	background-color: #fff;
	display: block;
	margin: 10px auto auto;
	width: 152px;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__more {
		width: 170px;
		margin-left: auto;
		margin-right: 0;
		margin-top: 26px;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__more p {
	color: #DC000B;
	display: block;
	font-size: 1rem;
	line-height: 1.1428571429;
	padding: 12px 0;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__more p {
		font-size: 1.2rem;
		line-height: 1;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-recruit .t-chapter__more:hover {
		background-color: #DC000B;
	}
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__more:hover p {
	color: #fff;
}
.t-home .t-chapter.t-chapter-recruit .t-chapter__more:hover::after {
	border-color: transparent transparent #fff transparent;
}
.t-home .t-chapter.t-chapter-info {
	padding-top: 70px;
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-info {
		margin-top: 50px;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-info .t-chapter__list {
		margin-top: 40px;
	}
}
.t-home .t-chapter.t-chapter-info .t-chapter__item {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-info .t-chapter__item {
		width: 31.9230769231%;
		height: 204px;
	}
}
.t-home .t-chapter.t-chapter-info .t-chapter__item .t-chapter__ttl {
	display: block;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	text-align: center;
	color: #DC020C;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-info .t-chapter__item .t-chapter__ttl {
		font-size: 1.4666666667rem;
		line-height: 1.4545454545;
	}
}
.t-home .t-chapter.t-chapter-info .t-chapter__item .t-chapter__ttl small {
	display: block;
	font-size: 0.9285714286rem;
	line-height: 1.5384615385;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-info .t-chapter__item .t-chapter__ttl small {
		font-size: 0.9333333333rem;
		line-height: 1.4285714286;
	}
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-info .t-chapter__item:hover {
		border: solid 5px #DC000B;
	}
}
.t-home .t-chapter.t-chapter-info .t-chapter__item:nth-child(1) {
	margin-top: 0;
}
.t-home .t-chapter.t-chapter-footer {
	width: 100%;
	max-width: none;
}
.t-home .t-chapter.t-chapter-footer .t-chapter-footer__text {
	text-align: center;
	color: #fff;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	font-weight: 900;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-home .t-chapter.t-chapter-footer .t-chapter-footer__text {
		font-size: 2rem;
		line-height: 1;
	}
}
.t-home .modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.t-home .modal__scroll {
	position: absolute;
	width: 95.2%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	overflow: scroll;
}
@media screen and (min-width: 769px) {
	.t-home .modal__scroll {
		width: 67.1875%;
	}
}
.t-home .modal__inner {
	margin: auto;
	width: 89.6358543417%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__inner {
		margin: auto;
		width: 79.5348837209%;
	}
}
.t-home .modal__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-home .modal__text {
		font-size: 1.2rem;
		line-height: 1.7777777778;
	}
}
.t-home .modal__head {
	display: block;
	background-color: #DC000B;
	letter-spacing: 0.01em;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	padding: 3px 0;
	font-size: 1.0714285714rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-home .modal__head {
		font-size: 1.3333333333rem;
		line-height: 1;
		padding: 6px 0;
	}
}
.t-home .modal__faq {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__faq {
		margin-top: 40px;
	}
}
.t-home .modal__faq:nth-of-type(2) {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__faq:nth-of-type(2) {
		margin-top: 30px;
	}
}
.t-home .modal__faq div {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.t-home .modal__faq--a {
		margin-top: 10px;
	}
}
.t-home .modal__faq span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	background-color: #DC020C;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	padding: 6px 0;
	margin-right: 8px;
	font-size: 1.1428571429rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-home .modal__faq span {
		font-size: 1.3333333333rem;
		line-height: 1;
		width: 28px;
		padding: 3px 0;
		margin-right: 1rem;
	}
}
.t-home .modal__faq p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1.5;
	width: calc(100% - 40px);
}
@media screen and (min-width: 769px) {
	.t-home .modal__faq p {
		font-size: 1.0666666667rem;
		line-height: 1;
		width: calc(100% - 40px);
	}
}
@media screen and (min-width: 769px) {
	.t-home .modal__section {
		margin-top: 80px;
	}
}
.t-home .modal__section:first-child {
	margin-top: 0;
}
.t-home .modal__section--flow {
	position: relative;
	background-color: #EBEBEB;
	padding: 28px 0 28px;
	margin-top: 52px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__section--flow {
		padding: 40px 0 30px;
	}
}
.t-home .modal__section--flow:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ebebeb transparent transparent transparent;
	border-width: 17px 10px 0px 10px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
	.t-home .modal__section--flow:after {
		bottom: -30px;
		border-width: 22px 12.5px 0px 12.5px;
	}
}
.t-home .modal__section--flow:first-child {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.t-home .modal__section--flow:last-child {
		padding: 30px 0;
	}
}
.t-home .modal__section--flow:last-child:after {
	display: none;
}
.t-home .modal__section h3 {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: block;
	text-align: center;
	font-size: 1.0714285714rem;
	line-height: 1.4666666667;
}
@media screen and (min-width: 769px) {
	.t-home .modal__section h3 {
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}
.t-home .modal__section h3.no-absolute {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}
.t-home .modal__section .modal__text {
	text-align: center;
}
.t-home .modal__section .modal__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 93.3333333333%;
	gap: 8px 0;
	margin: 20px auto 10px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__section .modal__ul {
		width: 56.432748538%;
		gap: 10px 0;
		margin: 24px auto 18px;
	}
}
.t-home .modal__section .modal__ul li {
	background-color: #fff;
	width: 48.6394557823%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__section .modal__ul li {
		width: 48.7046632124%;
	}
}
.t-home .modal__section .modal__ul li p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 0.7142857143rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-home .modal__section .modal__ul li p {
		font-size: 0.9333333333rem;
		line-height: 1;
		padding: 13px 0;
	}
}
.t-home .modal__group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92.4050632911%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group {
		width: 85.3801169591%;
		padding: 28px 0 30px;
	}
}
.t-home .modal__group .t-chapter__item {
	border: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48.2876712329%;
	height: 50px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item {
		height: 66px;
		width: 32.1917808219%;
	}
}
.t-home .modal__group .t-chapter__item .t-chapter__item--img {
	display: flex;
	overflow: visible;
}
.t-home .modal__group .t-chapter__item:nth-child(1) .t-chapter__item--img {
	width: 45.3674121406%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(1) .t-chapter__item--img {
		width: 72.8723404255%;
	}
}
.t-home .modal__group .t-chapter__item:nth-child(2) .t-chapter__item--img {
	width: 35.1437699681%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(2) .t-chapter__item--img {
		width: 52.1276595745%;
	}
}
.t-home .modal__group .t-chapter__item:nth-child(3) .t-chapter__item--img {
	width: 23.642172524%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(3) .t-chapter__item--img {
		width: 37.7659574468%;
	}
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(4) {
		margin-left: auto;
		margin-right: 5px;
		margin-top: 10px;
	}
}
.t-home .modal__group .t-chapter__item:nth-child(4) .t-chapter__item--img {
	width: 33.2268370607%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(4) .t-chapter__item--img {
		width: 53.1914893617%;
	}
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(5) {
		margin-right: auto;
		margin-left: 5px;
		margin-top: 10px;
	}
}
.t-home .modal__group .t-chapter__item:nth-child(5) .t-chapter__item--img {
	width: 36.7412140575%;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item:nth-child(5) .t-chapter__item--img {
		width: 53.1914893617%;
	}
}
.t-home .modal__group .t-chapter__item.l-btn-link:after {
	width: 8px;
	height: 8px;
	bottom: 3px;
	right: 2px;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item.l-btn-link:after {
		bottom: 3px;
		right: 2px;
		width: 8px;
		height: 8px;
	}
}
.t-home .modal__group .t-chapter__item.l-btn-arrow:after {
	border-width: 0px 0px 6px 6px;
	bottom: 3px;
	right: 2px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__group .t-chapter__item.l-btn-arrow:after {
		bottom: 3px;
		right: 2px;
	}
}
.t-home .modal__bottom {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__bottom {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
}
.t-home .modal__bottom--list {
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__bottom--list {
		width: 31.2865497076%;
		margin-top: 0;
	}
}
.t-home .modal__bottom--list:first-child {
	margin-top: 0;
}
.t-home .modal__bottom--arrow {
	position: relative;
	background-color: #DC020A;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__bottom--arrow {
		height: 73px;
		margin-bottom: 8px;
	}
}
.t-home .modal__bottom--arrow p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	display: block;
	text-align: center;
	align-items: center;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-home .modal__bottom--arrow p {
		font-size: 1rem;
		line-height: 1.4666666667;
	}
}
.t-home .modal__bottom--arrow:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	border-style: solid;
	border-color: #dc020a transparent transparent transparent;
	border-width: 9px 5px 0px 5px;
}
@media screen and (min-width: 769px) {
	.t-home .modal__bottom--arrow:after {
		border-width: 9px 5px 0px 5px;
	}
}
.t-home .modal__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DC020C;
	background-color: #fff;
}
.t-home .modal__btn p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: block;
	text-align: center;
	padding: 24px 0;
	font-size: 1.1428571429rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-home .modal__btn p {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 39px 0;
	}
}
.t-home .modal__wrapper {
	background: rgba(177, 177, 177, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.t-home .modal__content {
	background: #fff;
	position: absolute;
	top: 60px;
	padding-top: 50px;
	padding-bottom: 46px;
	width: auto;
	border: solid 3px #DC020C;
}
@media screen and (min-width: 769px) {
	.t-home .modal__content {
		top: 60px;
		padding-top: 70px;
		padding-bottom: 90px;
		width: auto;
	}
}
.t-home .close__btn {
	cursor: pointer;
	background: #DC020A;
	display: block;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.t-home .close__btn {
		width: 70px;
		height: 70px;
	}
}
.t-home .close__btn span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
@media screen and (min-width: 769px) {
	.t-home .close__btn span {
		width: 70px;
		height: 70px;
	}
}
.t-home .close__btn span:before, .t-home .close__btn span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 21px;
	background: #fff;
}
@media screen and (min-width: 769px) {
	.t-home .close__btn span:before, .t-home .close__btn span:after {
		width: 3px;
		height: 30px;
	}
}
.t-home .close__btn span:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.t-home .close__btn span:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.message .l-headerGnav li:nth-child(1) {
	background-color: #B40109;
}

/*----------------------------------------
	message/recruitment 採用メッセージ
----------------------------------------*/
.t-recruitment {
	position: relative;
	width: 94.6666666667%;
	margin: 90px auto 0;
}
@media screen and (min-width: 769px) {
	.t-recruitment {
		width: 69.0625%;
		margin: auto;
		max-width: 1280px;
	}
}
.t-recruitment__fv {
	position: absolute;
	width: 95.7746478873%;
	margin: auto;
	transition: 0.7s;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100vh;
	margin-top: -100px;
}
@media screen and (min-width: 769px) {
	.t-recruitment__fv {
		width: 97.7375565611%;
		margin-top: -180px;
	}
}
.t-recruitment__fv--head {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 1.2142857143rem;
	line-height: 1;
	margin-top: 27px;
}
@media screen and (min-width: 769px) {
	.t-recruitment__fv--head {
		font-size: 2.2666666667rem;
		line-height: 1;
		margin-top: 50px;
	}
}
.t-recruitment__fv--img {
	margin-top: auto;
}
@media screen and (min-width: 769px) {
	.t-recruitment__fv--img {
		margin-top: auto;
	}
}
.t-recruitment__fv.js-remove {
	opacity: 0;
	visibility: hidden;
}
.t-recruitment__body {
	margin: 40px auto 120px;
	width: 94.1176470588%;
	transition: 0.7s;
	opacity: 0;
	visibility: hidden;
}
@media screen and (min-width: 769px) {
	.t-recruitment__body {
		margin: 180px auto 190px;
		width: auto;
	}
}
.t-recruitment__body--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}
@media screen and (min-width: 769px) {
	.t-recruitment__body--text {
		font-size: 2rem;
		line-height: 2;
	}
}
.t-recruitment__body.js-move {
	opacity: 1;
	visibility: visible;
}
.t-recruitment__body--catch {
	margin-top: 70px;
}
@media screen and (min-width: 769px) {
	.t-recruitment__body--catch {
		margin-top: 110px;
	}
}
.t-recruitment__body--catch-img {
	margin: 20px auto auto;
	width: 85.9375%;
}
@media screen and (min-width: 769px) {
	.t-recruitment__body--catch-img {
		width: 62.7314814815%;
		margin: auto;
	}
}
.t-recruitment__body--catch-head {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 1.2142857143rem;
	line-height: 1;
	margin-top: 27px;
}
@media screen and (min-width: 769px) {
	.t-recruitment__body--catch-head {
		font-size: 1.8666666667rem;
		line-height: 1;
		margin-top: 28px;
	}
}

/*----------------------------------------
	message/president 代表メッセージ
----------------------------------------*/
.t-president {
	width: 84%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.t-president {
		width: 81.25%;
		max-width: 1036px;
		padding-top: 140px;
		padding-bottom: 200px;
	}
}
.t-president__col {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-president__col {
		justify-content: space-between;
		margin-top: 70px;
	}
}
.t-president__col .t-president__image {
	width: 48.253968254%;
	margin: auto auto 36px;
}
@media screen and (min-width: 769px) {
	.t-president__col .t-president__image {
		order: 2;
		width: 31.8269230769%;
		margin: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-president__col .t-president__block {
		order: 1;
		width: 65.7692307692%;
	}
}
.t-president__head {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-president__head {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 50px;
	}
}
.t-president__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	margin-top: 36px;
	font-size: 1.0714285714rem;
	line-height: 1.7333333333;
}
@media screen and (min-width: 769px) {
	.t-president__text {
		font-size: 1.3333333333rem;
		line-height: 1.8;
		margin-top: 36px;
	}
}
.t-president__named {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-president__named {
		margin-top: 100px;
	}
}
.t-president__named p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	text-align: right;
	font-size: 1.0714285714rem;
	line-height: 1.5333333333;
}
@media screen and (min-width: 769px) {
	.t-president__named p {
		font-size: 1.4666666667rem;
		line-height: 1.5;
	}
}

.about .l-headerGnav li:nth-child(2) {
	background-color: #B40109;
}

.t-about {
	width: 84%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.t-about {
		width: 81.25%;
		padding-top: 140px;
		padding-bottom: 160px;
		max-width: 1036px;
	}
}
.t-about__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-about__text {
		font-size: 2rem;
		line-height: 1.5;
	}
}

/*----------------------------------------
  about/history SOLIZEの歩み
----------------------------------------*/
.t-history {
	width: 84%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.t-history {
		width: 81.25%;
		padding-top: 140px;
		padding-bottom: 160px;
	}
}
.t-history__wrap {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-history__wrap {
		margin-top: 70px;
	}
}
.t-history__section {
	position: relative;
	border: solid 3px #DC000B;
	background-color: #fff;
	margin: 50px auto auto;
}
@media screen and (min-width: 769px) {
	.t-history__section {
		width: 82.6923076923%;
		margin: 70px auto auto;
		padding-bottom: 80px;
	}
}
.t-history__section:first-child {
	margin-top: 0;
}
.t-history__section:first-child:before {
	display: none;
}
.t-history__section:before {
	content: "";
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #DC000B;
	width: 3px;
	height: 40px;
}
@media screen and (min-width: 769px) {
	.t-history__section:before {
		top: -74px;
	}
}
.t-history h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	margin: 20px auto;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-history h2 {
		font-size: 1.8666666667rem;
		line-height: 1.7857142857;
		margin: 36px auto 40px;
	}
}
.t-history h2 span {
	position: relative;
	top: -14px;
	left: -14px;
	font-size: 0.7142857143rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-history h2 span {
		font-size: 0.9333333333rem;
		line-height: 1;
	}
}
.t-history__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1.7142857143;
	margin: auto auto 30px;
	width: 89.8089171975%;
}
@media screen and (min-width: 769px) {
	.t-history__text {
		font-size: 1.0666666667rem;
		line-height: 1.75;
		width: 65.5813953488%;
		margin: auto;
	}
}
.t-history small {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.7142857143rem;
	line-height: 1.8;
	margin: 20px auto auto;
}
@media screen and (min-width: 769px) {
	.t-history small {
		font-size: 0.8rem;
		line-height: 2;
		margin: 20px auto auto;
	}
}
.t-history__circle {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #DC000B;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.t-history__circle {
		width: 96px;
		height: 96px;
	}
}
.t-history__circle strong,
.t-history__circle span {
	display: block;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-align: center;
}
.t-history__circle strong {
	font-size: 1.5714285714rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-history__circle strong {
		font-size: 2rem;
		line-height: 1;
	}
}
.t-history__circle span {
	font-size: 0.8571428571rem;
	line-height: 1;
	margin-top: 4px;
}
@media screen and (min-width: 769px) {
	.t-history__circle span {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}
.t-history__topics {
	width: 100%;
	background-color: #FFEBEB;
}
@media screen and (min-width: 769px) {
	.t-history__topics {
		width: 79.5348837209%;
		margin: 26px auto auto;
	}
}
.t-history__topics--inner {
	padding: 26px 14px 36px;
}
@media screen and (min-width: 769px) {
	.t-history__topics--inner {
		padding: 40px;
	}
}
.t-history__topics h3 {
	font-weight: 900;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-history__topics h3 {
		font-size: 1.8666666667rem;
		line-height: 1;
	}
}
.t-history__topics--col {
	margin-top: 17px;
}
@media screen and (min-width: 769px) {
	.t-history__topics--col {
		margin-top: 28px;
		display: flex;
		justify-content: space-between;
	}
}
.t-history__topics--image {
	margin: auto;
	width: 48.253968254%;
	margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
	.t-history__topics--image {
		margin: 0;
		width: 33.4426229508%;
	}
}
.t-history__topics--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.9285714286rem;
	line-height: 1.6923076923;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-history__topics--text {
		font-size: 1rem;
		line-height: 1.7333333333;
		width: 63.1147540984%;
		margin: 0;
	}
}

/*----------------------------------------
  about/data 数字で見る
----------------------------------------*/
.t-data__wrap {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-data__wrap {
		margin-top: 70px;
	}
}
.t-data__section {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-data__section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 80px;
	}
}
.t-data__section:first-child {
	margin-top: 0;
}
.t-data__section .t-about__text {
	text-align: center;
	margin: auto;
}
.t-data__item {
	border: solid 3px #DC000B;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-data__item {
		margin-top: 20px;
		width: 48.9382239382%;
	}
}
.t-data__item--head {
	background-color: #DC000B;
}
.t-data__item--head p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
}
@media screen and (min-width: 769px) {
	.t-data__item--head p {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 12px 0;
	}
}
.t-data__item--inner {
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.t-data__item--inner {
		display: flex;
		height: 172px;
		align-items: center;
		justify-content: center;
		padding-bottom: 0;
	}
}
.t-data__item--icon {
	display: flex;
	align-items: center;
	margin: 10px auto auto;
}
@media screen and (min-width: 769px) {
	.t-data__item--icon {
		width: 19.7238658777%;
		margin: 0;
	}
}
.t-data__item--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #DC000B;
	font-size: 1.1428571429rem;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.t-data__item--text {
		font-size: 1.2rem;
		line-height: 1.7777777778;
	}
}
.t-data__item--main {
	position: relative;
	display: block;
	color: #DC000B;
}
.t-data__item--main-group {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.t-data__item--main p {
	font-size: 2.7142857143rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-data__item--main p {
		font-size: 3.5333333333rem;
		line-height: 1;
	}
}
.t-data__item--main .d-number {
	font-size: 3.2142857143rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-data__item--main .d-number {
		font-size: 4rem;
		line-height: 1;
	}
}
.t-data__item--main .d-small {
	font-size: 1.1428571429rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-data__item--main .d-small {
		font-size: 2rem;
		line-height: 1;
	}
}
.t-data__item--main strong {
	font-size: 3.9285714286rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-data__item--main strong {
		font-size: 5.4666666667rem;
		line-height: 1;
	}
}
.t-data__item--main span {
	font-size: 1.9285714286rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-data__item--main span {
		font-size: 2.6666666667rem;
		line-height: 1;
	}
}
.t-data__item--main small {
	display: flex;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.01em;
	margin-top: 10px;
	font-size: 0.8571428571rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-data__item--main small {
		font-size: 0.8666666667rem;
		line-height: 1.5384615385;
		margin-top: 10px;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no01 {
		width: 40.5405405405%;
	}
}
.t-data__item.-no01 .t-data__item--inner {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no01 .t-data__item--inner {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no01 .t-data__item--main {
		margin: auto 20px auto auto;
	}
}
.t-data__item.-no01 .t-data__item--icon {
	width: 15.2866242038%;
	margin: 0;
	margin-left: 10px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no01 .t-data__item--icon {
		width: 19.2857142857%;
		margin: auto auto auto 0;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no02 {
		width: 57.528957529%;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no02 .t-data__item--main {
		margin: auto 42px auto auto;
	}
}
.t-data__item.-no02 .t-data__item--icon {
	width: 17.5159235669%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no02 .t-data__item--icon {
		width: 15.6040268456%;
		margin: auto auto auto 0;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--inner {
		padding-bottom: 32px;
		padding: 28px 60px 32px 50px;
		height: auto;
		justify-content: flex-start;
	}
}
.t-data__item.-no03 .t-data__item--main .t-data__item--main-group {
	align-items: flex-end;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--main .t-data__item--main-group {
		margin: auto 0 auto auto;
		justify-content: flex-start;
		align-items: baseline;
	}
}
.t-data__item.-no03 .t-data__item--main:nth-of-type(1) .t-data__item--main-group {
	justify-content: flex-start;
	align-items: baseline;
	margin-left: 30px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--main:nth-of-type(1) .t-data__item--main-group {
		margin-left: 0;
	}
}
.t-data__item.-no03 .t-data__item--main:nth-of-type(3) {
	margin-top: 80px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--main:nth-of-type(3) {
		margin-top: 0;
		position: absolute;
		bottom: 50px;
		right: 90px;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--main:nth-of-type(3) .t-data__item--main-group {
		justify-content: flex-end;
	}
}
.t-data__item.-no03 .t-data__item--main:nth-of-type(3) small {
	text-align: center;
}
.t-data__item.-no03 .t-data__item--icon:nth-of-type(2) {
	position: absolute;
	top: 230px;
	right: 16px;
	margin: 0;
	width: 41.7197452229%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--icon:nth-of-type(2) {
		top: 160px;
		left: 300px;
		width: 24.6138996139%;
	}
}
.t-data__item.-no03 .t-data__item--icon:nth-of-type(3) {
	margin-top: 50px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--icon:nth-of-type(3) {
		margin-top: 0;
	}
}
.t-data__item.-no03 .t-data__item--icon:nth-of-type(4) {
	width: 65.2866242038%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--icon:nth-of-type(4) {
		position: absolute;
		top: 44px;
		right: 40px;
		width: 46.5250965251%;
	}
}
.t-data__item.-no03 small {
	display: block;
	text-align: left;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 1.5;
	margin: 10px 30px 0;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 small {
		font-size: 0.8666666667rem;
		line-height: 1.5384615385;
		margin: 10px 0 0;
	}
}
.t-data__item.-no03 small.-small {
	position: relative;
	top: 8px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 small.-small {
		top: 20px;
	}
}
.t-data__item.-no03 .t-data__item--icon-group {
	width: 23.5668789809%;
	margin-left: 16px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no03 .t-data__item--icon-group {
		width: 22.0750551876%;
		display: flex;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no04 {
		width: 100%;
	}
}
.t-data__item.-no04 .t-data__item--inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 12px 16px 30px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no04 .t-data__item--inner {
		padding: 37px 46px 47px 56px;
		height: auto;
	}
}
.t-data__item.-no04 .t-data__item--text {
	order: 1;
	width: 70%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no04 .t-data__item--text {
		width: auto;
	}
}
.t-data__item.-no04 .t-data__item--text:last-of-type {
	order: 3;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no04 .t-data__item--text:last-of-type {
		order: 2;
		width: 84.4017094017%;
	}
}
.t-data__item.-no04 .t-data__item--icon {
	width: 23.5668789809%;
	order: 2;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no04 .t-data__item--icon {
		order: 3;
		width: 11.9691119691%;
		margin: auto 0 auto auto;
	}
}
.t-data__item.-no05 .t-data__item--icon {
	width: 17.1974522293%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no05 .t-data__item--icon {
		width: 17.9487179487%;
		margin-left: 12px;
	}
}
.t-data__item.-no06 .t-data__item--icon {
	width: 15.2866242038%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no06 .t-data__item--icon {
		width: 15.7790927022%;
		margin-left: 38px;
	}
}
@media screen and (min-width: 769px) {
	.t-data__item.-no07 {
		width: 100%;
	}
}
.t-data__item.-no07 .t-data__item--icon {
	width: 20.0636942675%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no07 .t-data__item--icon {
		width: 14.0039447732%;
		margin-left: 40px;
	}
}
.t-data__item.-no07 .t-data__item--wrap {
	display: block;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no07 .t-data__item--wrap {
		display: flex;
		justify-content: center;
	}
}
.t-data__item.-no08 .t-data__item--icon {
	width: 19.1082802548%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no08 .t-data__item--icon {
		width: 13.8067061144%;
		margin-left: 30px;
	}
}
.t-data__item.-no09 .t-data__item--inner {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no09 .t-data__item--inner {
		padding-bottom: 0;
	}
}
.t-data__item.-no09 .t-data__item--icon {
	width: 13.6942675159%;
	margin: 0;
	margin-left: 20px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no09 .t-data__item--icon {
		width: 14.201183432%;
		margin-left: 30px;
	}
}
.t-data__item.-no10 .t-data__item--icon {
	width: 25.7961783439%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no10 .t-data__item--icon {
		width: 14.0039447732%;
		margin-left: 30px;
	}
}
.t-data__item.-no11 .t-data__item--icon {
	width: 19.1082802548%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no11 .t-data__item--icon {
		width: 17.3570019724%;
		margin-left: 30px;
	}
}
.t-data__item.-no12 .t-data__item--icon {
	width: 12.7388535032%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no12 .t-data__item--icon {
		width: 14.5956607495%;
		margin-left: 28px;
	}
}
.t-data__item.-no13 .t-data__item--icon {
	width: 13.6942675159%;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no13 .t-data__item--icon {
		width: 14.3984220907%;
		margin-left: 20px;
	}
}
.t-data__item.-no14 .t-data__item--icon {
	width: 18.152866242%;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no14 .t-data__item--icon {
		width: 18.7376725838%;
		margin-left: 26px;
		margin-top: 0;
	}
}
.t-data__item.-no15 .t-data__item--icon {
	width: 15.2866242038%;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no15 .t-data__item--icon {
		width: 15.7790927022%;
		margin-left: 26px;
		margin-top: 0;
	}
}
.t-data__item.-no16 .t-data__item--inner {
	display: flex;
	justify-content: center;
}
.t-data__item.-no16 .t-data__item--icon {
	width: 13.3757961783%;
	margin: 0;
	margin-left: 6px;
}
@media screen and (min-width: 769px) {
	.t-data__item.-no16 .t-data__item--icon {
		width: 14.0039447732%;
		margin-left: 16px;
	}
}

/*----------------------------------------
  about/group SOLIZEグループ
----------------------------------------*/
.t-group__wrap {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-group__wrap {
		margin-top: 70px;
	}
}
.t-group__hero {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-group__hero {
		width: 89.9613899614%;
		margin: 0 auto;
	}
}
.t-group__main {
	position: relative;
	background-color: #fff;
	border: solid 3px #DC000B;
	padding: 40px 0;
}
@media screen and (min-width: 769px) {
	.t-group__main {
		padding: 100px 0;
	}
}
.t-group__main.-image {
	padding: 60px 0 40px;
}
@media screen and (min-width: 769px) {
	.t-group__main.-image {
		padding: 70px 0 50px;
	}
}
.t-group__main--ttl {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2857142857;
}
@media screen and (min-width: 769px) {
	.t-group__main--ttl {
		font-size: 1.3333333333rem;
		line-height: 1.25;
	}
}
.t-group__main--ttl span {
	background-color: #DC000B;
	padding: 0 4px;
}
.t-group__main strong {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 2.4285714286rem;
	line-height: 1;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.t-group__main strong {
		font-size: 4.7333333333rem;
		line-height: 1;
		margin-bottom: 46px;
	}
}
.t-group__main--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 1rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-group__main--text {
		font-size: 1.3333333333rem;
		line-height: 2;
	}
}
.t-group__main--caption {
	margin: 30px auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 2;
	width: 87.3015873016%;
}
@media screen and (min-width: 769px) {
	.t-group__main--caption {
		margin: 20px auto 30px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
		width: 57.1428571429%;
		min-width: 592px;
	}
}
.t-group__ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-group__ul {
		justify-content: space-between;
		margin-top: 80px;
	}
}
.t-group__list {
	background-color: #fff;
	border: solid 3px #DC000B;
}
@media screen and (min-width: 769px) {
	.t-group__list {
		width: 48.8461538462%;
	}
}
.t-group__list:nth-child(1) .t-group__list--logo-wrap {
	margin: auto;
	width: 66.6666666667%;
}
@media screen and (min-width: 769px) {
	.t-group__list:nth-child(1) .t-group__list--logo-wrap {
		width: 68.8976377953%;
	}
}
.t-group__list:nth-child(2) .t-group__list--logo-wrap {
	margin: auto;
	width: 56.1904761905%;
}
@media screen and (min-width: 769px) {
	.t-group__list:nth-child(2) .t-group__list--logo-wrap {
		width: 58.0708661417%;
	}
}
.t-group__list:nth-child(3) .t-group__list--logo-wrap {
	margin: auto;
	width: 20.9523809524%;
}
@media screen and (min-width: 769px) {
	.t-group__list:nth-child(3) .t-group__list--logo-wrap {
		width: 21.6535433071%;
	}
}
.t-group__list:nth-child(4) .t-group__list--logo-wrap {
	margin: auto;
	width: 58.4126984127%;
}
@media screen and (min-width: 769px) {
	.t-group__list:nth-child(4) .t-group__list--logo-wrap {
		width: 60.4330708661%;
	}
}
.t-group__list--head {
	background-color: #DC000B;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
}
@media screen and (min-width: 769px) {
	.t-group__list--head {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 12px 0;
	}
}
.t-group__list--logo {
	display: flex;
	height: 73px;
}
@media screen and (min-width: 769px) {
	.t-group__list--logo {
		height: 124px;
	}
}
.t-group__list--contents {
	padding: 20px 0;
}
@media screen and (min-width: 769px) {
	.t-group__list--contents {
		padding: 30px 0 0;
		height: 107px;
	}
}
.t-group__list--contents .t-group__list--item {
	margin-top: 20px;
	padding: 0 10px;
}
@media screen and (min-width: 769px) {
	.t-group__list--contents .t-group__list--item {
		margin-top: 34px;
		padding: 0 50px;
	}
}
.t-group__list--contents .t-group__list--item:first-child {
	margin-top: 0;
}
.t-group__list--contents .t-group__list--item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1.0714285714rem;
	line-height: 1.5333333333;
}
@media screen and (min-width: 769px) {
	.t-group__list--contents .t-group__list--item p {
		font-size: 1.0666666667rem;
		line-height: 1.6875;
	}
}
.t-group__list--link {
	height: 50px;
	display: flex;
	border-top: dotted 3px #DC000B;
}
@media screen and (min-width: 769px) {
	.t-group__list--link {
		height: 90px;
	}
}
.t-group__list--link p {
	margin: auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #DC000B;
	font-size: 1.0714285714rem;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-group__list--link p {
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}
.t-group .t-about__text {
	font-weight: 900;
	margin: 50px auto 30px;
}
@media screen and (min-width: 769px) {
	.t-group .t-about__text {
		margin: 90px auto 50px;
	}
}
.t-group__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DC020C;
	background-color: #fff;
	max-width: 288px;
	margin: 40px auto auto;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.t-group__btn {
		max-width: 332px;
		margin-top: 90px;
	}
}
.t-group__btn p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: block;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	padding: 25px 0;
}
@media screen and (min-width: 769px) {
	.t-group__btn p {
		font-size: 1.4666666667rem;
		line-height: 1;
		padding: 36px 0;
	}
}
@media screen and (min-width: 769px) {
	.t-group__btn:hover {
		background-color: #DC000B;
		color: #fff;
	}
}
.t-group__btn:hover p {
	color: #fff;
}
.t-group__btn:hover::after {
	border-color: transparent transparent #fff transparent;
}

/*----------------------------------------
  about/job 職種紹介
----------------------------------------*/
.t-job__wrap {
	margin-top: 50px;
}
.t-job__wrap .t-about__text {
	font-weight: 900;
}
.t-job__chart {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-job__chart {
		margin-top: 25px;
	}
}
.t-job__chart ul {
	display: flex;
	flex-wrap: wrap;
	border: solid 3px #DC000B;
}
.t-job__chart ul li {
	background-color: #fff;
	width: 50%;
}
@media screen and (min-width: 769px) {
	.t-job__chart ul li {
		width: 25%;
	}
}
.t-job__chart ul li:first-of-type .t-job__chart--head,
.t-job__chart ul li:first-of-type .t-job__chart--contents {
	border: none;
}
.t-job__chart ul li:nth-child(3) .t-job__chart--head,
.t-job__chart ul li:nth-child(3) .t-job__chart--contents {
	border: none;
}
@media screen and (min-width: 769px) {
	.t-job__chart ul li:nth-child(3) .t-job__chart--head {
		border-left: dotted 3px #fff;
	}
	.t-job__chart ul li:nth-child(3) .t-job__chart--contents {
		border-left: dotted 3px #DC000B;
	}
}
.t-job__chart--head {
	background-color: #DC000B;
	border-left: dotted 3px #fff;
}
.t-job__chart--head p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	padding: 7px 0;
}
@media screen and (min-width: 769px) {
	.t-job__chart--head p {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 11px 0;
	}
}
.t-job__chart--contents {
	border-left: dotted 3px #DC000B;
	padding: 10px 0;
	height: calc(100% - 50px);
}
@media screen and (min-width: 769px) {
	.t-job__chart--contents {
		padding: 20px 0;
		height: calc(100% - 78px);
	}
}
.t-job__chart--tag {
	margin: auto;
	margin-top: 6px;
	width: 89.1719745223%;
}
@media screen and (min-width: 769px) {
	.t-job__chart--tag {
		width: 83.0115830116%;
	}
}
.t-job__chart--tag:nth-child(1) {
	margin-top: 0;
}
.t-job__chart--tag p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.7857142857rem;
	line-height: 1;
	text-align: center;
	padding: 12px 0;
}
@media screen and (min-width: 769px) {
	.t-job__chart--tag p {
		font-size: 0.9333333333rem;
		line-height: 1;
		padding: 14px 0;
	}
}
.t-job__chart--tag.color1 {
	background-color: #FFF1E5;
}
.t-job__chart--tag.color2 {
	background-color: #E5EDF5;
}
.t-job__chart--tag.color3 {
	background-color: #FDECED;
}
.t-job__chart--tag.color4 {
	background-color: #FDFCD2;
}
.t-job__chart--tag.half {
	background: linear-gradient(to right, #FDECED 0%, #FDECED 50%, #FDFCD2 50%, #FDFCD2 100%);
}
.t-job__chart--logo {
	background-color: #fff;
	border: solid 3px #DC000B;
	border-top: none;
	padding: 18px 0;
}
.t-job__chart--logo-wrap {
	margin: auto;
	width: 93.3121019108%;
}
@media screen and (min-width: 769px) {
	.t-job__chart--logo-wrap {
		width: 95.5598455598%;
		display: flex;
	}
}
.t-job__chart--logo-tag {
	display: flex;
	height: 46px;
}
@media screen and (min-width: 769px) {
	.t-job__chart--logo-tag {
		width: 25%;
		height: 82px;
	}
}
.t-job__chart--logo-tag img {
	margin: auto;
}
.t-job__chart--logo-tag.color1 {
	background-color: #FFF1E5;
}
.t-job__chart--logo-tag.color1 img {
	width: 40.9556313993%;
}
@media screen and (min-width: 769px) {
	.t-job__chart--logo-tag.color1 img {
		width: 78.2258064516%;
	}
}
.t-job__chart--logo-tag.color2 {
	background-color: #E5EDF5;
}
.t-job__chart--logo-tag.color2 img {
	width: 37.542662116%;
}
@media screen and (min-width: 769px) {
	.t-job__chart--logo-tag.color2 img {
		width: 74.5967741935%;
	}
}
.t-job__chart--logo-tag.color3 {
	background-color: #FDECED;
}
.t-job__chart--logo-tag.color3 img {
	width: 36.1774744027%;
}
@media screen and (min-width: 769px) {
	.t-job__chart--logo-tag.color3 img {
		width: 68.9516129032%;
	}
}
.t-job__chart--logo-tag.color4 {
	background-color: #FDFCD2;
}
.t-job__chart--logo-tag.color4 img {
	width: 13.6518771331%;
}
@media screen and (min-width: 769px) {
	.t-job__chart--logo-tag.color4 img {
		width: 26.6129032258%;
	}
}
.t-job__chart--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	font-size: 1rem;
	line-height: 1.7142857143;
	margin: 20px 0 30px;
}
@media screen and (min-width: 769px) {
	.t-job__chart--text {
		font-size: 1.0666666667rem;
		line-height: 1.75;
		margin: 30px 0 40px;
	}
}
.t-job__table--head {
	background-color: #DC000B;
}
.t-job__table--head p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
}
@media screen and (min-width: 769px) {
	.t-job__table--head p {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 12px 0;
	}
}
.t-job__table--tag {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}
.t-job__table--tag-item {
	display: flex;
	height: 40px;
	width: 50%;
}
@media screen and (min-width: 769px) {
	.t-job__table--tag-item {
		width: 23.8416988417%;
		height: 62px;
	}
}
.t-job__table--tag-item img {
	margin: auto;
}
.t-job__table--tag-item.color1 {
	background-color: #FFF1E5;
}
.t-job__table--tag-item.color1 img {
	width: 78.3439490446%;
}
@media screen and (min-width: 769px) {
	.t-job__table--tag-item.color1 img {
		width: 78.2258064516%;
	}
}
.t-job__table--tag-item.color2 {
	background-color: #E5EDF5;
}
.t-job__table--tag-item.color2 img {
	width: 74.5222929936%;
}
@media screen and (min-width: 769px) {
	.t-job__table--tag-item.color2 img {
		width: 74.5967741935%;
	}
}
.t-job__table--tag-item.color3 {
	background-color: #FDECED;
}
.t-job__table--tag-item.color3 img {
	width: 36.1774744027%;
}
@media screen and (min-width: 769px) {
	.t-job__table--tag-item.color3 img {
		width: 68.9516129032%;
	}
}
.t-job__table--tag-item.color4 {
	background-color: #FDFCD2;
}
.t-job__table--tag-item.color4 img {
	width: 13.6518771331%;
}
@media screen and (min-width: 769px) {
	.t-job__table--tag-item.color4 img {
		width: 26.6129032258%;
	}
}
.t-job__table--item {
	margin-top: 60px;
}
.t-job__table--wrap {
	overflow: scroll;
}
.t-job__table table {
	width: 555px;
}
@media screen and (min-width: 769px) {
	.t-job__table table {
		width: auto;
	}
}
.t-job__table table thead th {
	background-color: #EBEBEB;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
}
@media screen and (min-width: 769px) {
	.t-job__table table thead th {
		font-size: 0.9333333333rem;
		line-height: 1;
		padding: 16px 0;
	}
}
.t-job__table table thead th:first-child {
	width: 120px;
}
@media screen and (min-width: 769px) {
	.t-job__table table thead th:first-child {
		width: 24.2277992278%;
		border-right: solid 3px #fff;
	}
}
.t-job__table table tbody {
	background-color: #fff;
}
.t-job__table table tbody th {
	border-top: solid 2px #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
@media screen and (min-width: 769px) {
	.t-job__table table tbody th {
		font-size: 1rem;
		line-height: 1.2;
		padding: 20px 0;
	}
}
.t-job__table table tbody th p {
	margin: auto;
}
.t-job__table table tbody th.color1 {
	background-color: #FFF1E5;
}
.t-job__table table tbody th.color2 {
	background-color: #E5EDF5;
}
.t-job__table table tbody th.color3 {
	background-color: #FDECED;
}
.t-job__table table tbody th.color4 {
	background-color: #FDFCD2;
}
.t-job__table table tbody th.half {
	background: linear-gradient(to right, #FDECED 0%, #FDECED 50%, #FDFCD2 50%, #FDFCD2 100%);
}
.t-job__table table tbody td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	border-top: solid 2px #EBEBEB;
	font-size: 0.9285714286rem;
	line-height: 1.4615384615;
	padding: 12px;
}
@media screen and (min-width: 769px) {
	.t-job__table table tbody td {
		font-size: 0.9333333333rem;
		line-height: 1.7142857143;
		padding: 20px 40px 20px 50px;
	}
}
.t-job__table table tbody tr:first-child th,
.t-job__table table tbody tr:first-child td {
	border: none;
}

.workstyle .l-headerGnav li:nth-child(3) {
	background-color: #B40109;
}

.t-workstyle {
	padding-top: 80px;
}
@media screen and (min-width: 769px) {
	.t-workstyle {
		padding-top: 140px;
	}
}
.t-workstyle__ttl {
	position: relative;
	z-index: 1;
	width: 84%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.t-workstyle__ttl {
		width: 81.25%;
		max-width: 1036px;
	}
}
.t-workstyle__hero {
	margin-top: -15px;
}
@media screen and (min-width: 769px) {
	.t-workstyle__hero {
		margin-top: -95px;
	}
}

.t-careers__wrap {
	width: 94.6666666667%;
	margin: 30px auto 100px;
	background-color: #fff;
	border: solid 3px #DC020A;
}
@media screen and (min-width: 769px) {
	.t-careers__wrap {
		width: 81.25%;
		margin: 80px auto 120px;
		max-width: 1036px;
	}
}
.t-careers__contents {
	margin: auto;
	padding: 30px 0 46px;
	width: 88.7323943662%;
}
@media screen and (min-width: 769px) {
	.t-careers__contents {
		width: 65.7692307692%;
		padding: 70px 0 86px;
	}
}
.t-careers__section {
	margin-top: 80px;
}
@media screen and (min-width: 769px) {
	.t-careers__section {
		margin-top: 120px;
	}
}
.t-careers__section h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-careers__section h2 {
		font-size: 1.8666666667rem;
		line-height: 1.7857142857;
	}
}
.t-careers__section--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1.7142857143;
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--text {
		font-size: 1.0666666667rem;
		line-height: 1.5;
		margin-top: 30px;
	}
}
.t-careers__section--head {
	background-color: #DC000B;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 4px 0;
	margin-top: 34px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--head {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 3px 0;
	}
}
.t-careers__section--ul {
	display: block;
	margin: 0 auto 30px;
	background-color: #FFEBEB;
}
@media screen and (min-width: 769px) {
	.t-careers__section--ul {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 46px;
	}
}
.t-careers__section--ul li {
	width: auto;
	padding: 10px 10px 12px;
	border-top: solid 1px #fff;
}
@media screen and (min-width: 769px) {
	.t-careers__section--ul li {
		width: 33.1871345029%;
		padding: 16px 10px 22px;
		border-left: solid 1px #fff;
		border-top: 0;
		display: flex;
		flex-direction: column;
	}
}
.t-careers__section--ul li .t-careers__section--list-head {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.7857142857rem;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-careers__section--ul li .t-careers__section--list-head {
		font-size: 0.8666666667rem;
		line-height: 1;
	}
}
.t-careers__section--ul li .t-careers__section--list-head strong {
	display: block;
	font-size: 1.2857142857rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--ul li .t-careers__section--list-head strong {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 12px;
	}
}
.t-careers__section--ul li .t-careers__section--list-body {
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--ul li .t-careers__section--list-body {
		margin-top: 16px;
		flex: 1;
	}
}
.t-careers__section--ul li p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.9285714286rem;
	line-height: 1.6923076923;
}
@media screen and (min-width: 769px) {
	.t-careers__section--ul li p {
		font-size: 1rem;
		line-height: 1.4666666667;
	}
}
.t-careers__section--ul li:first-child {
	margin-top: 0;
	border-left: none;
	border-top: none;
}
.t-careers__section--group .t-careers__section--group-item {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--group .t-careers__section--group-item {
		margin-top: 30px;
	}
}
.t-careers__section--group .t-careers__section--group-item:first-child {
	margin-top: 0;
}
.t-careers__section--group .t-careers__section--group-item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.9285714286rem;
	line-height: 1.6923076923;
	margin-top: 12px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--group .t-careers__section--group-item p {
		font-size: 1rem;
		line-height: 1.4666666667;
		margin-top: 12px;
	}
}
.t-careers__section--group .t-careers__section--group-item h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
	font-size: 1rem;
	line-height: 1.5714285714;
}
@media screen and (min-width: 769px) {
	.t-careers__section--group .t-careers__section--group-item h3 {
		font-size: 1.0666666667rem;
		line-height: 1.375;
	}
}
.t-careers__section--table {
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.t-careers__section--table {
		margin-top: 56px;
	}
}
.t-careers__section.section01 {
	margin-top: 0;
}
.t-careers__section.section01 .t-careers__section--image {
	width: 82.2222222222%;
	margin: 14px auto 45px;
}
@media screen and (min-width: 769px) {
	.t-careers__section.section01 .t-careers__section--image {
		width: 73.8304093567%;
		margin: 40px 0 40px 10.5%;
	}
}
.t-careers__section.section02 .t-careers__section--table img {
	width: 635px;
}
@media screen and (min-width: 769px) {
	.t-careers__section.section02 .t-careers__section--table img {
		width: 100%;
		height: auto;
	}
}
.t-careers__section.section03 .t-careers__section--image {
	margin: 14px auto 45px;
}
@media screen and (min-width: 769px) {
	.t-careers__section.section03 .t-careers__section--image {
		width: 85.0877192982%;
		margin: 40px auto auto;
	}
}
.t-careers__section.section04 .t-careers__section--table img {
	width: 467px;
}
@media screen and (min-width: 769px) {
	.t-careers__section.section04 .t-careers__section--table img {
		width: 100%;
		height: auto;
	}
}

.t-welfare__wrap {
	width: 84%;
	margin: 30px auto 100px;
}
@media screen and (min-width: 769px) {
	.t-welfare__wrap {
		width: 81.25%;
		margin: 80px auto 160px;
		max-width: 1036px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__wrap .section3 .t-welfare__list .list10 {
		margin-left: 16%;
		margin-right: 10px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__wrap .section3 .t-welfare__list .list11 {
		margin-right: auto;
		margin-left: 10px;
	}
}
.t-welfare__section {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-welfare__section {
		margin-top: 100px;
	}
}
.t-welfare__section .t-welfare__section--head {
	background-color: #DC020C;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #fff;
	display: inline-block;
	padding: 4px 2px;
	font-size: 1.0714285714rem;
	line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
	.t-welfare__section .t-welfare__section--head {
		font-size: 1.3333333333rem;
		line-height: 1.2;
		padding: 4px 2px;
	}
}
.t-welfare__section small {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #DC020C;
	display: block;
	font-size: 0.8571428571rem;
	line-height: 1.6666666667;
	margin-top: 17px;
}
@media screen and (min-width: 769px) {
	.t-welfare__section small {
		font-size: 0.8rem;
		line-height: 2;
		text-align: center;
		margin-top: 12px;
	}
}
.t-welfare__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-welfare__list {
		margin-top: 24px;
		gap: 20px 0;
	}
}
.t-welfare__list li {
	position: relative;
	background-color: #fff;
	border: solid 3px #DC000B;
	padding: 30px 20px 30px 0;
}
@media screen and (min-width: 769px) {
	.t-welfare__list li {
		width: 31.9230769231%;
		padding: 32px 0 40px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list li.list04, .t-welfare__list li.list13 {
		margin-right: 10px;
		margin-left: auto;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list li.list05, .t-welfare__list li.list14 {
		margin-left: 10px;
		margin-right: auto;
	}
}
.t-welfare__list--ttl {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	margin-left: 96px;
	color: #DC020C;
	font-size: 1.2857142857rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-welfare__list--ttl {
		text-align: center;
		font-size: 1.2rem;
		line-height: 1;
		margin-left: 0;
	}
}
.t-welfare__list--ttl span {
	display: block;
	font-size: 1rem;
	line-height: 1.4285714286;
}
@media screen and (min-width: 769px) {
	.t-welfare__list--ttl span {
		font-size: 0.9333333333rem;
		line-height: 1.4285714286;
	}
}
.t-welfare__list--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1.7142857143;
	margin-left: 96px;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-welfare__list--text {
		font-size: 1.0666666667rem;
		line-height: 1.5;
		padding: 0 20px;
		margin-left: 0;
		margin-top: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--text span {
		font-size: 0.8666666667rem;
		line-height: 1.8461538462;
	}
}
.t-welfare__list--icon {
	width: 19.1082802548%;
	position: absolute;
	top: 30px;
	left: 16px;
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon {
		width: 22.2891566265%;
		margin: auto;
		position: relative;
		top: auto;
		left: auto;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-01 {
		width: 22.2891566265%;
		margin: 30px auto;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-02 {
		width: 25.9036144578%;
		margin: 28px auto 24px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-03 {
		width: 28.313253012%;
		margin: 34px auto 30px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-04 {
		width: 26.8072289157%;
		margin: 12px auto 30px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-05 {
		width: 21.686746988%;
		margin: 30px auto 42px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-06 {
		width: 25.9036144578%;
		margin: 33px auto 27px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-07 {
		width: 21.686746988%;
		margin: 35px auto 30px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-08 {
		width: 17.1686746988%;
		margin: 31px auto 32px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-09 {
		width: 19.578313253%;
		margin: 27px auto 36px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-10 {
		width: 27.7108433735%;
		margin: 20px auto 35px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-11 {
		width: 27.1084337349%;
		margin: 17px auto 42px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-12 {
		width: 24.3975903614%;
		margin: 25px auto 32px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-13 {
		width: 20.4819277108%;
		margin: 18px auto 32px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-14 {
		width: 23.7951807229%;
		margin: 22px auto 30px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-15 {
		width: 31.6265060241%;
		margin: 17px auto 20px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-16 {
		width: 25.3012048193%;
		margin: 13px auto 30px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-17 {
		width: 28.0120481928%;
		margin: 26px auto 25px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-18 {
		width: 28.313253012%;
		margin: 34px auto 30px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__list--icon.icon-19 {
		width: 33.734939759%;
		margin: 26px auto 38px;
	}
}
.t-welfare__group {
	margin: 30px auto 100px;
	border: solid 3px #DC020A;
	background-color: #fff;
	padding: 30px 20px 16px;
}
@media screen and (min-width: 769px) {
	.t-welfare__group {
		margin: 80px auto 160px;
		padding: 50px 86px 76px;
	}
}
.t-welfare__group--head {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-welfare__group--head {
		font-size: 1.7333333333rem;
		line-height: 1;
	}
}
.t-welfare__group--item {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-welfare__group--item {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
}
.t-welfare__group--item:nth-child(1) {
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.t-welfare__group--item:nth-child(1) {
		margin-top: 60px;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__group--image {
		width: 38.6046511628%;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare__group--caption {
		width: 59.0697674419%;
	}
}
.t-welfare__group--caption {
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-welfare__group--caption {
		margin-top: 0;
	}
}
.t-welfare__group--caption h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
	font-size: 1.2857142857rem;
	line-height: 2.2222222222;
}
@media screen and (min-width: 769px) {
	.t-welfare__group--caption h3 {
		font-size: 1.2rem;
		line-height: 2.2222222222;
	}
}
.t-welfare__group--caption p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	word-break: break-all;
	font-size: 1.0714285714rem;
	line-height: 1.4666666667;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-welfare__group--caption p {
		font-size: 1rem;
		line-height: 1.4666666667;
		margin-top: 10px;
	}
}

.why .l-headerGnav li:nth-child(4) {
	background-color: #B40109;
}

.t-why {
	width: 84%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.t-why {
		width: 81.25%;
		padding-top: 140px;
		padding-bottom: 160px;
		max-width: 1036px;
	}
}
.t-why__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #DC000B;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-why__text {
		font-size: 2rem;
		line-height: 1.5;
	}
}
.t-why__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
	margin: 30px auto auto;
	width: 80.9523809524%;
}
@media screen and (min-width: 769px) {
	.t-why__list {
		width: auto;
		margin: 80px auto auto;
	}
}
.t-why__list--item {
	background-color: #fff;
	border: solid 3px #DC020C;
}
@media screen and (min-width: 769px) {
	.t-why__list--item {
		cursor: pointer;
		width: 31.9230769231%;
	}
}
.t-why__list--item--image {
	overflow: hidden;
}
.t-why__list--item--image img {
	transition: 0.4s;
	scale: 1, 1;
}
.t-why__list--item:hover .t-why__list--image img {
	scale: 1.05, 1.05;
}
@media screen and (min-width: 769px) {
	.t-why__list--item:nth-child(4) {
		margin-left: auto;
		margin-right: 10px;
	}
}
@media screen and (min-width: 769px) {
	.t-why__list--item:nth-child(5) {
		margin-right: auto;
		margin-left: 10px;
	}
}
.t-why__list--body {
	padding: 16px 20px 20px;
}
@media screen and (min-width: 769px) {
	.t-why__list--body {
		height: 170px;
		padding: 20px 26px;
		display: flex;
		flex-wrap: wrap;
	}
}
.t-why__list--body strong {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-why__list--body strong {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.t-why__list--body p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	margin-top: 16px;
	font-size: 0.7857142857rem;
	line-height: 1.4545454545;
}
@media screen and (min-width: 769px) {
	.t-why__list--body p {
		font-size: 0.8rem;
		line-height: 1.5;
		margin-top: auto;
	}
}
.t-why .modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.t-why .modal__scroll {
	position: absolute;
	width: 95.2%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	overflow: scroll;
}
@media screen and (min-width: 769px) {
	.t-why .modal__scroll {
		width: 67.1875%;
	}
}
.t-why .modal__inner {
	margin: auto;
	width: 89.6358543417%;
}
@media screen and (min-width: 769px) {
	.t-why .modal__inner {
		margin: auto;
		width: 59.3023255814%;
	}
}
.t-why .modal__inner strong {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	font-size: 1.1428571429rem;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.t-why .modal__inner strong {
		font-size: 1.7333333333rem;
		line-height: 1.5384615385;
	}
}
.t-why .modal__inner small {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	margin: 12px 0 40px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-why .modal__inner small {
		font-size: 0.8666666667rem;
		line-height: 1.5384615385;
		margin: 16px 0 60px;
	}
}
.t-why .modal__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
	.t-why .modal__text {
		font-size: 1.2rem;
		line-height: 1.7777777778;
	}
}
.t-why .modal__image {
	margin-top: 14px;
}
@media screen and (min-width: 769px) {
	.t-why .modal__image {
		margin-top: 20px;
	}
}
.t-why .modal__image--full {
	margin: 35px 0 40px;
}
@media screen and (min-width: 769px) {
	.t-why .modal__image--full {
		margin: 74px 0;
	}
}
.t-why .modal__image--bottom {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-why .modal__image--bottom {
		margin-top: 100px;
	}
}
.t-why .modal__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DC020C;
	background-color: #fff;
	margin: 60px auto 0;
	width: 89.6358543417%;
}
@media screen and (min-width: 769px) {
	.t-why .modal__btn {
		width: 332px;
		margin: 60px auto 0;
	}
}
.t-why .modal__btn p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-why .modal__btn p {
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 20px 0;
	}
}
.t-why .modal__wrapper {
	background: rgba(177, 177, 177, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.t-why .modal__content {
	background: #fff;
	position: absolute;
	top: 60px;
	padding-top: 40px;
	border: solid 3px #DC020C;
}
@media screen and (min-width: 769px) {
	.t-why .modal__content {
		top: 60px;
		padding-top: 80px;
	}
}
.t-why .close__btn {
	cursor: pointer;
	background: #DC020A;
	display: block;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.t-why .close__btn {
		width: 70px;
		height: 70px;
	}
}
.t-why .close__btn span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
@media screen and (min-width: 769px) {
	.t-why .close__btn span {
		width: 70px;
		height: 70px;
	}
}
.t-why .close__btn span:before, .t-why .close__btn span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 21px;
	background: #fff;
}
@media screen and (min-width: 769px) {
	.t-why .close__btn span:before, .t-why .close__btn span:after {
		width: 3px;
		height: 30px;
	}
}
.t-why .close__btn span:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.t-why .close__btn span:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.recruiting .l-headerGnav li:nth-child(6) {
	background-color: #B40109;
}
.recruiting .t-recruiting {
	padding-top: 80px;
	width: 84%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting {
		width: 81.25%;
		padding-top: 140px;
		max-width: 1036px;
	}
}
.recruiting .t-recruiting__wrap {
	width: 100%;
	margin: 30px auto 100px;
	background-color: #fff;
	border: solid 3px #DC020A;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__wrap {
		margin: 80px auto 120px;
	}
}
.recruiting .t-recruiting__head {
	display: block;
	background-color: #DC000B;
	letter-spacing: 0.01em;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__head {
		font-size: 1.0666666667rem;
		line-height: 2;
	}
}
.recruiting .t-recruiting__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 1rem;
	line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__text {
		font-size: 0.9333333333rem;
		line-height: 1.7142857143;
	}
}
.recruiting .t-recruiting__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DC020C;
	background-color: #fff;
	transition: 0.4s;
}
.recruiting .t-recruiting__btn.l-red {
	background-color: #DC020C;
}
.recruiting .t-recruiting__btn.l-red p {
	color: #fff;
	font-size: 1.1428571429rem;
	line-height: 1.6875;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn.l-red p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.recruiting .t-recruiting__btn p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: block;
	text-align: center;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.recruiting .t-recruiting__btn span {
	display: block;
	font-size: 1rem;
	line-height: 1.4285714286;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn span {
		font-size: 0.9333333333rem;
		line-height: 1.4285714286;
	}
}
.recruiting .t-recruiting__btn.l-btn-link {
	height: 74px;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn.l-btn-link {
		height: 85px;
	}
}
.recruiting .t-recruiting__btn.l-btn-arrow {
	height: 74px;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn.l-btn-arrow {
		height: 94px;
	}
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn:hover {
		background-color: #DC000B;
		color: #fff;
	}
}
.recruiting .t-recruiting__btn:hover p {
	color: #fff;
}
.recruiting .t-recruiting__btn:hover.l-btn-link:after {
	background: url("../../image/common/icon-link-w.svg") no-repeat;
	background-size: cover;
}
.recruiting .t-recruiting__btn:hover.l-btn-arrow::after {
	border-color: transparent transparent #fff transparent;
}
.recruiting .t-recruiting__btn--area {
	width: 91.4285714286%;
	margin: 0 auto 70px;
	display: block;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn--area {
		width: 65.7692307692%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 90px;
	}
}
.recruiting .t-recruiting__btn--area .t-recruiting__btn {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn--area .t-recruiting__btn {
		width: 47.6608187135%;
		margin-top: 0;
	}
}
.recruiting .t-recruiting__btn--area .t-recruiting__btn span {
	display: block;
	text-align: center;
	font-size: 0.8571428571rem;
	line-height: 1.6666666667;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn--area .t-recruiting__btn span {
		font-size: 0.9333333333rem;
		line-height: 1.4285714286;
	}
}
.recruiting .t-recruiting__btn--area .t-recruiting__btn:nth-child(2) {
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.recruiting .t-recruiting__btn--area .t-recruiting__btn:nth-child(2) {
		margin-top: 0;
	}
}

.t-recruiting__inner {
	width: 87.3015873016%;
	margin: 0 auto;
	padding: 40px 0 40px;
}
@media screen and (min-width: 769px) {
	.t-recruiting__inner {
		width: 82.6923076923%;
		padding: 60px 0 70px;
	}
}
.t-recruiting__inner .t-recruiting__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-recruiting__inner .t-recruiting__text {
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
}
.t-recruiting__inner .t-recruiting__text.left {
	text-align: left;
}
@media screen and (min-width: 769px) {
	.t-recruiting__inner .t-recruiting__text.left {
		text-align: center;
	}
}
.t-recruiting__table table {
	margin: 40px auto;
}
@media screen and (min-width: 769px) {
	.t-recruiting__table table {
		width: auto;
		margin: 40px auto 80px;
	}
}
.t-recruiting__table table thead th {
	background-color: #EBEBEB;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
}
@media screen and (min-width: 769px) {
	.t-recruiting__table table thead th {
		font-size: 0.9333333333rem;
		line-height: 1;
		padding: 16px 0;
	}
}
.t-recruiting__table table thead th:first-child {
	width: 120px;
}
@media screen and (min-width: 769px) {
	.t-recruiting__table table thead th:first-child {
		width: 29.1860465116%;
		border-right: solid 3px #fff;
	}
}
.t-recruiting__table table tbody {
	background-color: #fff;
	border-right: solid 2px #EBEBEB;
	border-bottom: solid 2px #EBEBEB;
}
.t-recruiting__table table tbody th {
	border-top: solid 2px #fff;
	background-color: #FCECDD;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 1.5;
	text-align: center;
	border-right: solid 2px #fff;
	padding-top: 24px;
}
@media screen and (min-width: 769px) {
	.t-recruiting__table table tbody th {
		font-size: 1rem;
		line-height: 1.2;
		padding: 20px 0;
		vertical-align: middle;
	}
}
.t-recruiting__table table tbody th p {
	margin: auto;
}
.t-recruiting__table table tbody td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	border-top: solid 2px #EBEBEB;
	font-size: 0.9285714286rem;
	line-height: 1.4615384615;
	padding: 24px 10px;
}
@media screen and (min-width: 769px) {
	.t-recruiting__table table tbody td {
		font-size: 0.9333333333rem;
		line-height: 1.7142857143;
		padding: 20px 23px;
	}
}
.t-recruiting__table table tbody tr:first-child th,
.t-recruiting__table table tbody tr:first-child td {
	border: none;
}

.t-overseas__inner {
	width: 87.3015873016%;
	margin: 0 auto;
	padding: 40px 0 40px;
}
@media screen and (min-width: 769px) {
	.t-overseas__inner {
		width: 82.8846153846%;
		padding: 80px 0 70px;
	}
}
.t-overseas__section {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-overseas__section {
		margin-top: 60px;
	}
}
.t-overseas__section:first-child {
	margin-top: 0;
}
.t-overseas__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-overseas__text {
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
}
.t-overseas__text.left {
	text-align: left;
}
@media screen and (min-width: 769px) {
	.t-overseas__text.left {
		text-align: center;
	}
}
.t-overseas h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	margin-top: 30px;
	font-size: 1.4285714286rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-overseas h2 {
		font-size: 1.4666666667rem;
		line-height: 1;
		margin-top: 40px;
	}
}
.t-overseas__col {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.t-overseas__col {
		display: flex;
		justify-content: space-between;
		margin-top: 16px;
		margin-bottom: 16px;
	}
}
.t-overseas__col--btn {
	background-color: #EBEBEB;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-overseas__col--btn {
		width: 48.7238979118%;
	}
}
.t-overseas__col--btn:last-child {
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-overseas__col--btn:last-child {
		margin-top: 0;
	}
}
.t-overseas__col--btn p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.25;
	padding: 20px 0;
}
@media screen and (min-width: 769px) {
	.t-overseas__col--btn p {
		font-size: 1.3333333333rem;
		line-height: 1.1;
		padding: 32px 0;
	}
}
.t-overseas .t-recruiting__text {
	margin: 16px auto 0;
}
@media screen and (min-width: 769px) {
	.t-overseas .t-recruiting__text {
		margin: 20px auto 0;
	}
}
.t-overseas .t-recruiting__btn {
	margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
	.t-overseas .t-recruiting__btn {
		margin: 26px auto 0;
	}
}
.t-overseas__deco {
	margin: 20px auto 20px;
	width: 20px;
}
@media screen and (min-width: 769px) {
	.t-overseas__deco {
		width: 22px;
	}
}
.t-overseas__deco span {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 22px solid #EBEBEB;
	border-bottom: 0;
}
.t-overseas__btn-area {
	width: 100%;
	margin: auto auto 20px;
}
@media screen and (min-width: 769px) {
	.t-overseas__btn-area {
		width: 58.9327146172%;
		margin: auto auto 16px;
	}
}

.t-others__inner {
	width: 87.3015873016%;
	margin: 0 auto;
	padding: 40px 0 40px;
}
@media screen and (min-width: 769px) {
	.t-others__inner {
		width: 48.8461538462%;
		padding: 80px 0 70px;
	}
}
.t-others__section {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-others__section {
		margin-top: 60px;
	}
}
.t-others__section:first-child {
	margin-top: 0;
}
.t-others .t-recruiting__text {
	margin: 16px auto 0;
}
@media screen and (min-width: 769px) {
	.t-others .t-recruiting__text {
		margin: 20px auto 0;
	}
}
.t-others .t-recruiting__btn {
	margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
	.t-others .t-recruiting__btn {
		margin: 26px auto 0;
	}
}

.movie .l-headerGnav li:nth-child(5) {
	background-color: #B40109;
}

.t-movie {
	width: 84%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.t-movie {
		width: 81.25%;
		padding-top: 140px;
		padding-bottom: 160px;
		max-width: 1036px;
	}
}
.t-movie__wrap {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-movie__wrap {
		margin-top: 80px;
	}
}
.t-movie__comingsoon p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.t-movie__comingsoon p {
		font-size: 1.7333333333rem;
		line-height: 1.5384615385;
	}
}
.t-movie__ul {
	display: block;
}
@media screen and (min-width: 769px) {
	.t-movie__ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 50px 0;
	}
}
.t-movie__list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-movie__list {
		width: 48.8461538462%;
		display: block;
		margin-top: 0;
	}
}
.t-movie__list:first-child {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.t-movie__list:last-child {
		margin: auto;
	}
}
.t-movie__thumbnail {
	cursor: pointer;
	border: solid 3px #DC020C;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
	width: 51.5923566879%;
}
@media screen and (min-width: 769px) {
	.t-movie__thumbnail {
		width: auto;
	}
}
.t-movie__thumbnail img {
	transition: 0.4s;
	transform: scale(1.05, 1.05);
}
@media screen and (min-width: 769px) {
	.t-movie__thumbnail img {
		transform: scale(1, 1);
	}
}
.t-movie__thumbnail:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../../image/movie/icon-movie.svg") no-repeat;
	background-size: cover;
	z-index: 1;
	width: 36px;
	height: 36px;
}
@media screen and (min-width: 769px) {
	.t-movie__thumbnail:before {
		width: 66px;
		height: 66px;
	}
}
@media screen and (min-width: 769px) {
	.t-movie__thumbnail:hover img {
		transform: scale(1.05, 1.05);
	}
}
.t-movie__ttl {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 0.9285714286rem;
	line-height: 1.5384615385;
	width: 41.4012738854%;
}
@media screen and (min-width: 769px) {
	.t-movie__ttl {
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: center;
		margin-top: 10px;
		width: auto;
		display: block;
	}
}
.t-movie .modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.t-movie .modal__scroll {
	position: absolute;
	width: 84%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	overflow: scroll;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__scroll {
		width: 67.1875%;
	}
}
.t-movie .modal__inner {
	margin: auto;
	width: 89.6358543417%;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__inner {
		margin: auto;
		width: 59.3023255814%;
	}
}
.t-movie .modal__inner strong {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DC000B;
	font-size: 1.1428571429rem;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__inner strong {
		font-size: 1.7333333333rem;
		line-height: 1.5384615385;
	}
}
.t-movie .modal__inner small {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #DC000B;
	margin: 12px 0 40px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__inner small {
		font-size: 0.8666666667rem;
		line-height: 1.5384615385;
		margin: 16px 0 60px;
	}
}
.t-movie .modal__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	color: #DC000B;
	font-size: 1rem;
	line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__text {
		font-size: 1.2rem;
		line-height: 1.7777777778;
	}
}
.t-movie .modal__image {
	margin-top: 14px;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__image {
		margin-top: 20px;
	}
}
.t-movie .modal__image--full {
	margin: 35px 0 40px;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__image--full {
		margin: 74px 0;
	}
}
.t-movie .modal__image--bottom {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__image--bottom {
		margin-top: 100px;
	}
}
.t-movie .modal__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DC020C;
	background-color: #fff;
	margin: 60px auto 0;
	width: 89.6358543417%;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__btn {
		width: 332px;
		margin: 60px auto 0;
	}
}
.t-movie .modal__btn p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-movie .modal__btn p {
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 20px 0;
	}
}
.t-movie .modal__wrapper {
	background: rgba(177, 177, 177, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.t-movie .modal__content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.t-movie .close__btn {
	cursor: pointer;
	background: #DC020A;
	display: block;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.t-movie .close__btn {
		width: 70px;
		height: 70px;
	}
}
.t-movie .close__btn span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
@media screen and (min-width: 769px) {
	.t-movie .close__btn span {
		width: 70px;
		height: 70px;
	}
}
.t-movie .close__btn span:before, .t-movie .close__btn span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 21px;
	background: #fff;
}
@media screen and (min-width: 769px) {
	.t-movie .close__btn span:before, .t-movie .close__btn span:after {
		width: 3px;
		height: 30px;
	}
}
.t-movie .close__btn span:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.t-movie .close__btn span:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.t-movie__modal--thumbnail {
	cursor: pointer;
	border: solid 3px #DC020C;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.t-movie__modal--thumbnail {
		width: auto;
	}
}
.t-movie__modal--thumbnail img {
	transition: 0.4s;
	transform: scale(1.05, 1.05);
}
@media screen and (min-width: 769px) {
	.t-movie__modal--thumbnail img {
		transform: scale(1, 1);
	}
}
.t-movie__modal--thumbnail:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../../image/movie/icon-movie.svg") no-repeat;
	background-size: cover;
	z-index: 1;
	width: 36px;
	height: 36px;
}
@media screen and (min-width: 769px) {
	.t-movie__modal--thumbnail:before {
		width: 66px;
		height: 66px;
	}
}
.t-movie__modal--text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-weight: 900;
	color: #DB030B;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.2142857143;
}
@media screen and (min-width: 769px) {
	.t-movie__modal--text {
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 16px;
		width: auto;
		display: block;
	}
}

.t-contact {
	width: 84%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
	.t-contact {
		width: 81.25%;
		padding-top: 140px;
		padding-bottom: 160px;
		max-width: 1036px;
	}
}
.t-contact__inner {
	margin-top: 80px;
}
.t-contact label.error {
	display: block;
	width: 100%;
	color: #D7000F;
	font-size: 11px;
}
.t-contact label.error:before {
	content: "※";
}
.t-contact .contact-form__select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.t-contact .contact-form__select:after {
	content: "";
	position: absolute;
	border: 6px solid #838383;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
}
@media screen and (min-width: 769px) {
	.t-contact .contact-form__select:after {
		left: 240px;
		right: auto;
		top: 20px;
	}
}
.t-contact .contact-form__select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 46px;
	padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
	border: 1px solid #D5D5D5;
	background-color: #FDFDFD;
	color: #000;
	font-size: 1em;
	width: 100%;
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	.t-contact .contact-form__select select {
		max-width: 270px;
		font-size: 15px;
		width: 100%;
	}
}
.t-contact .contact-form__select select.error {
	background: #fcc6c9;
}

.contact-form__wrapper {
	margin: 0 auto;
	padding: 30px 26px;
	background: #fff;
	border: solid 3px #DC020A;
}
@media screen and (min-width: 769px) {
	.contact-form__wrapper {
		padding: 60px 86px;
		max-width: 1036px;
	}
}
.contact-form__textarea {
	width: 100%;
	margin-top: 20px;
}
.contact-form__textarea textarea {
	resize: none;
	border: none;
	width: 100%;
	height: 195px;
	background-color: #F7F7F7;
}
.contact-form__textarea textarea:focus {
	border: 1px solid #219BAC;
	outline: 0;
}
.contact-form__textarea textarea.error {
	background: #fcc6c9;
}
.contact-form__note {
	font-size: 0.8571428571rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.contact-form__note {
		font-size: 0.8rem;
		line-height: 2;
	}
}
.contact-form__head {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	display: block;
	margin-bottom: 36px;
}
.contact-form__head:last-child {
	margin-bottom: 0;
}
.contact-form__head a {
	color: #DC020A;
}
.contact-form__lead {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
}
.contact-form__lead a {
	text-decoration: underline;
}
.contact-form__content {
	margin-top: 60px;
}
.contact-form__item {
	gap: 20px;
	width: auto;
	border-bottom: 1px solid #E3E3E3;
	padding: 30px 0;
	display: block;
}
@media screen and (min-width: 769px) {
	.contact-form__item {
		gap: 20px;
		padding: 30px 8px 30px 20px;
		display: flex;
		width: 100%;
	}
}
.contact-form__item:first-of-type {
	border-top: 1px solid #E3E3E3;
}
.contact-form__label {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}
@media screen and (min-width: 769px) {
	.contact-form__label--name {
		width: 236px;
	}
}
.contact-form__container {
	display: block;
	flex-wrap: wrap;
	margin-left: auto;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.contact-form__container {
		width: calc(100% - 300px);
		gap: 10px;
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}
}
.contact-form__container--name {
	width: auto;
	display: block;
}
@media screen and (min-width: 769px) {
	.contact-form__container--name {
		width: calc(100% - 300px);
		display: flex;
		gap: 40px;
	}
}
.contact-form__container--column {
	flex-direction: column;
	gap: 10px;
	display: flex;
}
.contact-form__container--column input {
	width: auto;
}
.contact-form__input-select, .contact-form__input-name {
	flex-wrap: wrap;
	width: auto;
	gap: 10px;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
	.contact-form__input-select, .contact-form__input-name {
		width: calc(50% - 20px);
		margin-top: 0;
	}
}
.contact-form__input-select--confirm, .contact-form__input-name--confirm {
	flex-wrap: nowrap;
}
.contact-form__input-select {
	display: block;
	font-size: 15px;
}
@media screen and (min-width: 769px) {
	.contact-form__input-select {
		width: calc(100% - 20px);
	}
}
.contact-form__input-select p:nth-child(2) {
	margin-top: 16px;
}
.contact-form__required {
	background: #DC020A;
	color: #fff;
	font-size: 11px;
	line-height: 1.1;
	padding: 2px 4px 2px;
	margin-left: 10px;
}
.contact-form__input {
	width: 100%;
	background: #F7F7F7;
	height: 46px;
	border: 0;
	outline: 0;
	transition: 0.2s;
	border: 1px solid transparent;
}
@media screen and (min-width: 769px) {
	.contact-form__input {
		width: 100%;
		padding: 0 14px;
	}
}
.contact-form__input--name {
	flex: 1 0 0;
}
.contact-form__input:focus {
	border: 1px solid #219BAC;
}
.contact-form__input.error {
	background: #fcc6c9;
}
.contact-form__radios {
	width: auto;
	gap: 8px 0;
	flex-wrap: wrap;
	margin-top: 10px;
	display: flex;
}
@media screen and (min-width: 769px) {
	.contact-form__radios {
		width: 408px;
	}
}
.contact-form__radio {
	width: 37%;
	height: 40px;
	position: relative;
	padding-left: 33px;
}
@media screen and (min-width: 769px) {
	.contact-form__radio {
		width: 40%;
		height: 25px;
	}
}
.contact-form__radio input {
	display: none;
}
.contact-form__radio input:checked + label:before {
	border-color: #219BAC;
}
.contact-form__radio input:checked + label:after {
	width: 12px;
	height: 12px;
	background: #219BAC;
	border-radius: 100%;
	left: 7.5px;
	top: 7.5px;
}
.contact-form__radio label {
	cursor: pointer;
}
.contact-form__radio label:before, .contact-form__radio label:after {
	content: "";
	display: block;
	position: absolute;
	transition: 0.2s;
}
.contact-form__radio label:before {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 1px solid #E3E3E3;
	top: 0;
	left: 0;
}
.contact-form__consent {
	width: auto;
	padding: 16px 16px 30px;
	margin: 40px auto 14px;
	background: #F2F2F2;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.contact-form__consent {
		margin: 40px auto 14px;
		padding: 36px;
	}
}
.contact-form__consent__title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 2px;
	display: inline;
}
.contact-form__consent__text {
	text-align: left;
	margin: 28px auto 38px;
	font-size: 15px;
	line-height: 1.74;
	width: 92%;
}
@media screen and (min-width: 769px) {
	.contact-form__consent__text {
		margin: 28px auto 38px;
		width: 70%;
	}
}
.contact-form__consent__text a {
	text-decoration: underline;
}
.contact-form__consent__checkbox input {
	display: none;
}
.contact-form__consent__checkbox input:checked + label:before {
	border-color: #219BAC;
}
.contact-form__consent__checkbox input:checked + label:after {
	top: 3px;
	left: 9px;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #219BAC;
	border-bottom: 2px solid #219BAC;
}
.contact-form__consent__checkbox label {
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.contact-form__consent__checkbox label:before, .contact-form__consent__checkbox label:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s;
}
.contact-form__consent__checkbox label:before {
	left: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #E3E3E3;
	background: #fff;
}
.contact-form__consent__checkbox .contact-form__required {
	margin-left: 16px;
}
.contact-form__consent--recaptcha {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.contact-form__consent--recaptcha {
		text-align: center;
		font-size: 0.9333333333rem;
		line-height: 1;
	}
}
.contact-form__consent--recaptcha a {
	text-decoration: underline;
}
.contact-form__submit {
	width: 100%;
	height: 100px;
	outline: 0;
	margin: 40px auto 0;
	background: #DC020A;
	border: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.2s;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.contact-form__submit {
		width: 59.2074592075%;
		margin: 50px auto 0;
		height: 100px;
		font-size: 24px;
	}
}
@media (hover: hover) {
	.contact-form__submit:hover {
		opacity: 0.8;
	}
}
.contact-form__submit:active {
	scale: 0.98;
}
.contact-form__submit:disabled {
	cursor: inherit;
	background: #F2F2F2;
	color: #ccc;
	border: 0;
}
@media (hover: hover) {
	.contact-form__submit:disabled:hover {
		opacity: 1;
	}
}
.contact-form__submit:disabled:active {
	scale: 1;
}
.contact-form__errors {
	gap: 10px;
	background: #fcc6c9;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto 40px;
}
.contact-form__errors li {
	font-size: 13px;
	line-height: 1.1;
	padding-left: 16px;
	position: relative;
	color: #D7000F;
	font-weight: 400;
}
.contact-form__errors li:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #D7000F;
	border-radius: 100%;
}

.contact-form__btn-wrap {
	display: block;
}
@media screen and (min-width: 769px) {
	.contact-form__btn-wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 769px) {
	.contact-form__btn-wrap button {
		width: 48.951048951%;
		margin: 70px auto 0;
		height: 100px;
	}
}
.contact-form__btn-wrap .contact-form__submit-confirm {
	width: 100%;
	height: 100px;
	outline: 0;
	margin: 40px auto 0;
	background: #DC020A;
	border: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.2s;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.contact-form__btn-wrap .contact-form__submit-confirm {
		width: 48.951048951%;
		margin: 70px auto 0;
		height: 100px;
		font-size: 24px;
	}
}
.contact-form__btn-wrap .contact-form__submit-confirm:hover {
	background-color: #fff;
	color: #DC020A;
	border: solid 3px #DC020A;
}
.contact-form__btn-wrap .contact-form__back {
	width: 100%;
	height: 100px;
	margin: 40px auto 0;
	background: #FFF;
	border: solid 3px #DC020A;
	color: #DC020A;
	font-size: 18px;
	cursor: pointer;
	transition: 0.2s;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.01em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.contact-form__btn-wrap .contact-form__back {
		width: 48.951048951%;
		margin: 70px auto 0;
		height: 100px;
		font-size: 24px;
	}
}
.contact-form__btn-wrap .contact-form__back:hover {
	background-color: #DC020A;
	color: #fff;
	opacity: 1;
}

@media screen and (min-width: 769px) {
	.t-thanks .contact-form__wrapper {
		padding-bottom: 108px;
	}
}