@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/* color */
/*----------------------------------------
	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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	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%;
}

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

a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 6px;
	transition: all 0.5s ease;
}
a:link {
	color: #000000;
}
a:visited {
	color: #3e454a;
}
a:visited:has(.c-arrow-btn) .c-arrow-btn {
	background-color: #3e454a;
}
a:hover {
	text-decoration-color: #000;
	opacity: 0.8;
}

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;
}

p, td, h1, h2 {
	text-align: justify;
	text-justify: inter-ideograph;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

@media print {
	.l-header {
		position: static !important;
		top: auto !important;
		left: auto !important;
	}
	.l-header__btn,
	.l-header__info {
		display: none !important;
	}
}
/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-container {
	padding-top: 72px;
}
@media screen and (min-width: 769px) {
	.l-container {
		padding-top: 140px;
	}
}

.l-limit {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-limit {
		box-sizing: border-box;
		max-width: 1280px;
	}
}

.l-frame {
	width: 89.3333333333%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.l-frame {
		width: 87.96875%;
		max-width: 1126px;
		min-width: 700px;
	}
}

.l-wrap {
	margin: 50px auto 60px;
}
@media screen and (min-width: 769px) {
	.l-wrap {
		margin: 100px auto 120px;
	}
}
.l-wrap--s {
	margin: 50px auto 60px;
}
@media screen and (min-width: 769px) {
	.l-wrap--s {
		margin: 60px auto 120px;
	}
}

@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-p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0714285714rem;
	line-height: 1.8;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.l-p {
		font-size: 1.0666666667rem;
		line-height: 1.75;
		font-size: clamp(15px, 1.25vw, 16px);
	}
}
.l-p > a.-external {
	position: relative;
	padding-right: 1.5rem;
	display: inline-block;
}
.l-p > a.-external:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 11px;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../image/common/icon_external.svg") no-repeat center;
	background-size: cover;
}
@media screen and (min-width: 769px) {
	.l-p > a.-external:after {
		width: 16px;
		height: 13px;
	}
}

.l-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #000;
	border-radius: 60px;
	padding: 14px 72px 14px 30px;
	height: 80px;
	box-sizing: border-box;
	max-width: 350px;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.l-btn {
		max-width: 480px;
		min-width: 320px;
		height: 120px;
		padding: 20px 95px 20px 20px;
	}
}
.l-btn p {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.l-btn p {
		font-size: 20px;
	}
}
.l-btn span {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
	width: 55px;
	height: 55px;
}
@media screen and (min-width: 769px) {
	.l-btn span {
		width: 80px;
		height: 80px;
	}
}
.l-btn span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.l-btn span:after {
		right: 34px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
}
.l-btn.-external p:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 11px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
	.l-btn.-external p:after {
		width: 20px;
		height: 15px;
		right: -30px;
	}
}
.l-btn.-bgBlack {
	background-color: #000;
}
.l-btn.-bgBlack.-external p:after {
	background: url("../../image/common/icon_external_w.svg") no-repeat center;
	background-size: cover;
}
.l-btn.-bgBlack p {
	color: #fff;
}
.l-btn.-bgBlack span {
	background-color: #fff;
}
.l-btn.-bgBlack span:after {
	border-color: #000;
}
.l-btn.-bgWhite {
	background-color: #fff;
	border: solid 1px #000;
}
.l-btn.-bgWhite.-external p:after {
	background: url("../../image/common/icon_external.svg") no-repeat center;
	background-size: cover;
}
.l-btn.-bgWhite p {
	color: #000;
}
.l-btn.-bgWhite span {
	background-color: #000;
}
.l-btn.-bgWhite span:after {
	border-color: #fff;
}
.l-btn.-bgWhite:hover {
	background-color: #000000;
	opacity: 1;
}
.l-btn.-bgWhite:hover p {
	color: #ffffff;
}
.l-btn.-bgWhite:hover span {
	background-color: #ffffff;
}
.l-btn.-bgWhite:hover span:after {
	border-color: #000000;
}
.l-btn:hover {
	text-decoration-color: transparent;
}
.l-btn--info {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 80px;
	margin: auto;
	border: solid 1px #fff;
}
@media screen and (min-width: 769px) {
	.l-btn--info {
		max-width: 480px;
		min-height: 120px;
	}
}
.l-btn--info span {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.l-btn--info p {
	font-size: 16px;
	letter-spacing: 0;
	padding-right: 30px;
	margin-left: 10px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
	.l-btn--info p {
		margin-left: 50px;
		font-size: 20px;
	}
}
.l-btn--info p:after {
	content: "";
	position: absolute;
	background: url(../../image/common/icon_external_w.svg) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.l-btn--info:hover {
	filter: invert(1);
}

.l-page-hero {
	height: auto;
	display: flex;
	min-height: 150px;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.l-page-hero {
		min-height: 280px;
		height: auto;
		margin: auto;
	}
}
.l-page-hero__inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
	.l-page-hero__inner {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		margin: auto;
		height: 100%;
		max-width: 1280px;
		min-width: 700px;
	}
}
.l-page-hero__ttl {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl {
		flex: 1;
		order: 1;
	}
}
.l-page-hero__ttl > div {
	margin: 20px auto 25px 20px;
	order: 2;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl > div {
		margin: 32px auto 32px 20px;
		flex: 1;
		margin: 0 0 0 5.8%;
		order: 1;
	}
}
.l-page-hero__ttl h1 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl h1 {
		font-size: 3.3333333333rem;
		line-height: 1.5;
	}
}
@media screen and (min-width: 1080px) {
	.l-page-hero__ttl h1 {
		font-size: 4rem;
		line-height: 1.5;
	}
}
.l-page-hero__ttl:has(h1 span):has(h1 strong) {
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto 25px 20px;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl:has(h1 span):has(h1 strong) {
		margin: 0 0 0 5.8%;
		min-width: 300px;
	}
}
.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 {
		font-size: 3.4666666667rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}
@media screen and (min-width: 1080px) {
	.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 {
		font-size: 4rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}
.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 span {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 span {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}
.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 strong {
	font-size: 2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 strong {
		font-size: 3.4666666667rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}
@media screen and (min-width: 1080px) {
	.l-page-hero__ttl:has(h1 span):has(h1 strong) h1 strong {
		font-size: 4rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}
.l-page-hero__image {
	width: 100%;
	order: 1;
	display: flex;
}
@media screen and (min-width: 769px) {
	.l-page-hero__image {
		width: 50%;
		order: 2;
		min-height: 280px;
	}
}
.l-page-hero__image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.l-section h2 {
	background-color: #f2f2f2;
	padding: 20px 0 20px 20px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5714285714rem;
	line-height: 1;
	letter-spacing: 0;
	border-left: solid 10px;
}
@media screen and (min-width: 769px) {
	.l-section h2 {
		padding: 24px 0 24px 35px;
		font-size: clamp(30px, 1.25vw, 32px);
		letter-spacing: 0.1em;
		line-height: 1;
	}
}
.l-section h3 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin: 36px 0 1.75rem 30px;
}
@media screen and (min-width: 769px) {
	.l-section h3 {
		font-size: clamp(20px, 2.0312vw, 26px);
		line-height: 1.5;
		margin: 50px 0 40px 3rem;
	}
}
.l-section h3:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 6px;
	left: -30px;
}
@media screen and (min-width: 769px) {
	.l-section h3:before {
		width: 30px;
		height: 30px;
		top: 6px;
		left: -3rem;
	}
}
.l-section h4 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin: 36px 0 1.75rem 20px;
}
@media screen and (min-width: 769px) {
	.l-section h4 {
		font-size: clamp(16px, 1.5625vw, 20px);
		line-height: 1.5;
		margin: 50px 0 30px 20px;
	}
}
.l-section h4:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 20px;
	top: 3px;
	left: -20px;
}
.l-section__caption {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-section__caption {
		font-size: clamp(16px, 1.40625vw, 18px);
		line-height: 1.75;
	}
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 30;
	background-color: #ffffff;
	padding: 24px 0 30px 24px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	border-bottom: solid 1px #cacaca;
}
@media screen and (min-width: 769px) {
	.l-header {
		padding: 0;
		border-top: solid 5px #000000;
		border-bottom: none;
	}
}
.l-header.is-open .l-header__info {
	opacity: 0;
}
.l-header a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px;
}
.l-header a:visited {
	color: #000;
}
.l-header__info {
	position: absolute;
	bottom: -70px;
	right: 0;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.l-header__info {
		bottom: -105px;
	}
}
@media screen and (min-width: 980px) {
	.l-header__info {
		bottom: -70px;
	}
}
.l-header__info a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	width: 175px;
	height: 40px;
	text-decoration: none;
	transition: all 0.4s ease;
}
.l-header__info a:hover {
	opacity: 1;
	background-color: #232323;
}
@media screen and (min-width: 769px) {
	.l-header__info a {
		height: 55px;
		width: 190px;
	}
}
@media screen and (min-width: 980px) {
	.l-header__info a {
		height: 70px;
		width: 240px;
	}
}
.l-header__info a p {
	position: relative;
	padding-right: 20px;
	color: #fff;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-header__info a p {
		font-size: 1rem;
		line-height: 1.5;
	}
}
@media screen and (min-width: 980px) {
	.l-header__info a p {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}
.l-header__info a p::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	top: 55%;
	width: 14px;
	height: 11px;
	left: auto;
	right: 0;
	background: transparent url(../../image/common/icon_external_w.svg) no-repeat scroll center center;
	background-size: cover;
	display: block;
	background-position: center;
	box-sizing: border-box;
}

.l-header--col {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 210;
}
@media screen and (min-width: 769px) {
	.l-header--col--inner {
		display: flex;
		justify-content: space-between;
		padding: 26px 0 32px 40px;
		max-width: 1280px;
		margin: 0 auto;
	}
}

.l-header__logo {
	display: flex;
	align-items: center;
}

.l-header__logo__image {
	width: 90px;
	padding-right: 12px;
}
@media screen and (min-width: 769px) {
	.l-header__logo__image {
		width: 130px;
		padding-right: 50px;
	}
}
.l-header__logo__image img {
	display: block;
}

.l-header__logo__catch {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7142857143rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-header__logo__catch {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.l-header__btn {
	z-index: 500;
	position: absolute;
	width: 44px;
	height: 44px;
	top: -10px;
	right: 4px;
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	.l-header__btn {
		display: none;
	}
}

.l-header__btn span {
	position: absolute;
	width: 14px;
	height: 2px;
	top: 22px;
	right: 0;
	left: 0;
	margin: auto;
	background: #232323 none no-repeat scroll top left;
	border-radius: 4px;
	transition: all 0.4s ease 0s;
}
@media screen and (min-width: 769px) {
	.l-header__btn span {
		width: 40px;
	}
}
.l-header__btn span::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: 5px;
	background: #232323 none no-repeat scroll top left;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.l-header__btn span::before {
		width: 40px;
		top: 7px;
	}
}
.l-header__btn span::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: -5px;
	background: #232323 none no-repeat scroll top left;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
	.l-header__btn span::after {
		width: 40px;
		top: -7px;
	}
}

.is-active.l-header__btn span {
	transform: translateX(4px);
	background: transparent none no-repeat scroll top left;
}
.is-active.l-header__btn span::before {
	transform: translateX(-4px) rotate(45deg);
	background: #232323 none no-repeat scroll top left;
	top: 0;
}
.is-active.l-header__btn span::after {
	transform: translateX(-4px) rotate(-45deg);
	background: #232323 none no-repeat scroll top left;
	top: 0;
}

.l-header__gnav {
	visibility: hidden;
	opacity: 0;
	z-index: 200;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	overflow-y: scroll;
	transition: 0.4s;
}
@media screen and (min-width: 769px) {
	.l-header__gnav {
		visibility: visible;
		opacity: 1;
		position: static;
		width: auto;
		height: auto;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		margin: 0;
		background-color: #f5f5f5;
		overflow-y: visible;
	}
}
.l-header__gnav--inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 4em 0;
}
@media screen and (min-width: 769px) {
	.l-header__gnav--inner {
		padding: 0 0 0 40px;
	}
}
.l-header__gnav.is-active {
	visibility: visible;
	opacity: 1;
	height: 100vh;
}

.l-nav__ul {
	width: 74.6%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-nav__ul {
		display: flex;
		width: auto;
		margin: 0;
	}
}
.l-nav__ul .no-event {
	pointer-events: none;
}

.l-nav__ul__item {
	position: relative;
	padding: 0.5em 0;
	font-weight: bold;
	font-size: 1.8571428571rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-nav__ul__item {
		display: grid;
		place-items: center;
		z-index: 2;
		position: relative;
		padding: 0 1em;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 769px) {
	.l-nav__ul__item::before {
		content: "|";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		color: #969696;
	}
}

@media screen and (min-width: 769px) {
	.l-nav__ul__item:nth-child(1) {
		padding: 15px 1em;
	}
	.l-nav__ul__item:nth-child(1)::before {
		display: none;
	}
}

.l-link {
	margin-top: 2em;
}
@media screen and (min-width: 769px) {
	.l-link {
		z-index: 220;
		position: absolute;
		top: -70px;
		right: 36px;
		margin-top: 0;
	}
}

.l-link__ul {
	text-align: center;
	width: 50%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.l-link__ul {
		text-align: left;
		display: block;
		width: auto;
		margin: 0;
	}
}

.l-link__ul__item {
	text-align: center;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-link__ul__item {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.l-link__ul__item a {
	display: block;
}

.l-link__ul__item--contact {
	padding: 23px 0;
}
@media screen and (min-width: 769px) {
	.l-link__ul__item--contact {
		margin-bottom: 10px;
		padding: 18px 0;
	}
}

.l-link__ul__item--entry {
	background-color: #000000;
	margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
	.l-link__ul__item--entry {
		width: 120px;
		margin: 0 0 -20px auto;
		display: inline-block;
	}
}

.l-link__ul__item--entry:nth-child(2) {
	background-color: #ececec;
	position: relative;
	top: -10px;
	padding: 10px 0;
}
.l-link__ul__item--entry:nth-child(2) a {
	color: #000000;
}

@media screen and (min-width: 769px) {
	.l-link__ul__item--entry:nth-child(4) {
		width: 165px;
	}
}

.l-link__ul__item--entry a {
	color: #ffffff;
	padding: 23px;
}
@media screen and (min-width: 769px) {
	.l-link__ul__item--entry a {
		padding: 18px 6px 18px 0;
	}
}

.l-nest {
	margin-left: 1em;
}
@media screen and (min-width: 769px) {
	.l-nest {
		display: none;
		z-index: -1;
		position: absolute;
		top: 0;
		left: -1em;
		margin-left: 0;
		padding: 4em 0 1em;
		white-space: nowrap;
		box-sizing: border-box;
		background-color: #f5f5f5;
		left: 0em;
		margin-left: 0;
		padding: 3em 0 1em;
	}
}
.l-nest:hover {
	display: block;
}

.l-nest--btn {
	display: block;
	position: relative;
	cursor: pointer;
	padding-right: 20px;
}
@media screen and (min-width: 769px) {
	.l-nest--btn {
		padding: 15px 12px 15px 0;
	}
}

.l-nav__ul__item:has(.l-nest) .l-nest--btn::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
	width: 10px;
	height: 2px;
	background-color: #000000;
	transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
}
@media screen and (min-width: 769px) {
	.l-nav__ul__item:has(.l-nest) .l-nest--btn::before {
		right: 3px;
		width: 5px;
		height: 1px;
	}
}
.l-nav__ul__item:has(.l-nest) .l-nest--btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 10px;
	height: 2px;
	background-color: #000000;
	transform: rotate(-45deg);
	transition: transform 0.5s ease 0s;
}
@media screen and (min-width: 769px) {
	.l-nav__ul__item:has(.l-nest) .l-nest--btn::after {
		width: 5px;
		height: 1px;
	}
}
.l-nav__ul__item:has(.l-nest) .is-active.l-nest--btn::before {
	transform: rotate(-45deg);
}
.l-nav__ul__item:has(.l-nest) .is-active.l-nest--btn::after {
	transform: rotate(45deg);
}

.l-nest__item {
	padding: 4px 0;
}
.l-nest__item:first-child {
	padding-top: 10px;
}
@media screen and (min-width: 769px) {
	.l-nest__item {
		margin: 0;
		padding: 0.5em 2em;
	}
	.l-nest__item:first-child {
		margin-top: 20px;
		border-top: none;
	}
}
.l-nest__item span, .l-nest__item a {
	color: #000000;
	font-weight: normal;
	font-size: 0.8571428571rem;
	line-height: 1.6666666667;
	display: block;
	height: 100%;
}
@media screen and (min-width: 769px) {
	.l-nest__item span, .l-nest__item a {
		font-size: 0.8rem;
		line-height: 1.6666666667;
	}
}
.l-nest__item a::after {
	display: none;
}

.underlayer {
	text-indent: 1em;
}

.underlayer a {
	text-indent: 2em;
	font-size: 0.8em;
	font-size: 0.8571428571rem;
	line-height: 1.6666666667;
}
@media screen and (min-width: 769px) {
	.underlayer a {
		font-size: 0.8rem;
		line-height: 1.6666666667;
	}
}

/* フォーカス時（タブキー対応） */
.l-nest--btn a:focus-within .l-nest {
	display: block;
	opacity: 1;
	visibility: visible;
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
	margin: 0 auto;
	background-color: #f2f2f2;
}
.l-footer a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px;
}
.l-footer__inner {
	max-width: 1280px;
	margin: auto;
}
.l-footer__block {
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 0.5px #a8a8a8;
}
@media screen and (min-width: 769px) {
	.l-footer__block {
		padding-left: 30px;
		padding-right: 0;
	}
}
@media screen and (min-width: 1080px) {
	.l-footer__block {
		padding-left: 40px;
		padding-right: 0;
	}
}
.l-footer__block:first-child {
	padding-top: 18px;
	padding-bottom: 18px;
}
.l-footer__block:nth-child(2), .l-footer__block:nth-child(3) {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.l-footer__block:nth-child(3) {
		padding-bottom: 0px;
	}
}
.l-footer__block--sns {
	display: flex;
}
.l-footer__block--sns a {
	display: block;
}
.l-footer__block--sns .-facebook {
	width: 24px;
}
.l-footer__block--sns .-instagram {
	width: 24px;
	margin-left: 27px;
}
.l-footer__block--sns .-youtube {
	width: 34px;
	margin-left: 30px;
}
.l-footer__block--sns .-privacy {
	margin-left: 30px;
	margin-top: 5px;
}
.l-footer__block--sns .-privacy p {
	font-size: 0.7857142857rem;
	line-height: 1.5;
}
.l-footer__block p {
	display: flex;
	font-size: 0.9285714286rem;
	line-height: 1.5;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.l-footer__block p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
		line-height: 1;
	}
}
.l-footer__block p span {
	display: flex;
	width: 16px;
	margin-right: 8px;
}
@media screen and (min-width: 769px) {
	.l-footer__block p span {
		margin-right: 10px;
	}
}
.l-footer__nav {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 1150px) {
	.l-footer__nav {
		flex-wrap: nowrap;
	}
}
.l-footer__nav--list {
	width: 100%;
	margin-top: 28px;
}
@media screen and (min-width: 769px) {
	.l-footer__nav--list {
		margin-left: 30px;
		margin-top: 0;
		margin-bottom: 30px;
		width: auto;
	}
}
.l-footer__nav--list:first-child {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.l-footer__nav--list:first-child {
		margin-left: 0;
	}
}
.l-footer__nav--list:last-child {
	border-top: solid 0.5px #a8a8a8;
	padding-top: 28px;
}
@media screen and (min-width: 769px) {
	.l-footer__nav--list:last-child {
		width: 100%;
		margin: 0 30px 0 0;
	}
}
@media screen and (min-width: 1150px) {
	.l-footer__nav--list:last-child {
		border-left: solid 0.5px #a8a8a8;
		border-top: none;
		padding-left: 30px;
		padding-top: 0;
		margin-left: 60px;
		width: inherit;
	}
}
@media screen and (min-width: 1281px) {
	.l-footer__nav--list:last-child {
		margin-left: 100px;
	}
}
.l-footer__nav--list p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-footer__nav--list p {
		font-size: 1rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}
.l-footer__nav--list ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
}
@media screen and (min-width: 769px) {
	.l-footer__nav--list ul {
		display: block;
	}
}
.l-footer__nav--list ul li {
	margin-top: 8px;
	width: 50%;
	font-size: 0.9333333333rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.l-footer__nav--list ul li {
		font-size: 0.8666666667rem;
		line-height: 1.5;
		width: auto;
		margin-top: 5px;
		white-space: nowrap;
	}
}
.l-footer__nav--list ul li:first-child {
	margin-top: 10px;
}

.l-footerCopyright {
	font-size: 0.7142857143rem;
	line-height: 1.5;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	padding: 32px 0;
}
@media screen and (min-width: 769px) {
	.l-footerCopyright {
		font-size: 0.8rem;
		line-height: 1.5;
		padding: 25px 0;
	}
}

/*----------------------------------------
	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;
	}
}

.c-external {
	position: relative;
	display: inline-block;
	padding-right: 1.3rem;
}

.c-external::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 11px;
	left: auto;
	right: 0;
	background: transparent url(../../image/common/icon_external.svg) no-repeat scroll center center;
	background-size: cover;
	display: block;
	background-position: center;
	box-sizing: border-box;
}

.c-link-btn {
	border-radius: 50px;
	background-color: #fff;
	transition: all 0.6s ease;
}
.c-link-btn p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0714285714rem;
	line-height: 1.5;
	transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
	.c-link-btn p {
		font-size: clamp(15px, 2.5vw, 32px);
		padding: 26px 20px 26px 70px;
		display: flex;
	}
}
.c-link-btn:hover {
	background-color: #000;
	opacity: 1;
	text-decoration: none;
}
.c-link-btn:hover p {
	color: #fff;
}
.c-link-btn:hover:has(.c-arrow-btn) .c-arrow-btn {
	background-color: #fff;
}
.c-link-btn:hover:has(.c-arrow-btn) .c-arrow-btn::after {
	border-color: #000;
}

.c-arrow-btn {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	background-color: #000;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
	.c-arrow-btn {
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
}
.c-arrow-btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 4px;
	height: 4px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
	.c-arrow-btn:after {
		right: 17px;
		width: 9px;
		height: 9px;
		margin: auto;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

.c-nav-anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4px 0;
}
@media screen and (min-width: 769px) {
	.c-nav-anchor {
		gap: 0;
	}
}
.c-nav-anchor li {
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	width: 100%;
	height: 52px;
}
@media screen and (min-width: 769px) {
	.c-nav-anchor li {
		height: 64px;
		justify-content: center;
	}
}
.c-nav-anchor li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-left: 28px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.c-nav-anchor li a {
		font-size: 1.0666666667rem;
		line-height: 1.5;
		justify-content: center;
		margin-left: 0;
	}
}
.c-nav-anchor li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateY(-2px) rotate(135deg);
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.c-nav-anchor li a:after {
		width: 7px;
		height: 7px;
		right: 27px;
	}
}
.c-nav-anchor li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.c-nav-anchor.col2 li {
		width: 49.7863247863%;
	}
}
@media screen and (min-width: 769px) {
	.c-nav-anchor.col3 li {
		width: 32.7991452991%;
	}
}
.c-nav-anchor.col4 li {
	width: 48.3582089552%;
}
.c-nav-anchor.col4 a {
	margin: 0;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.c-nav-anchor.col4 li {
		width: 24.1452991453%;
	}
	.c-nav-anchor.col4 a {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-breadcrumbs {
	background-color: #f2f2f2;
	padding-top: 24px;
	padding-bottom: 18px;
}
@media screen and (min-width: 769px) {
	.c-breadcrumbs {
		padding-top: 32px;
	}
}
.c-breadcrumbs ul {
	max-width: 1280px;
	margin: auto;
	padding-left: 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
}
@media screen and (min-width: 769px) {
	.c-breadcrumbs ul {
		padding-left: 40px;
	}
}
.c-breadcrumbs li {
	position: relative;
	font-size: 0.9285714286rem;
	line-height: 1;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.c-breadcrumbs li {
		font-size: 0.8666666667rem;
	}
}
.c-breadcrumbs li + li {
	padding-left: 24px;
}
.c-breadcrumbs li + li::after {
	content: "/";
	position: absolute;
	left: 8px;
}

.c-ttlAnime {
	position: relative;
	overflow: hidden;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.c-ttlAnime > div {
	display: block;
	overflow: hidden;
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 3px;
}
.c-ttlAnime h1 {
	display: inline-block;
	opacity: 0;
	transform: translateY(80px);
	animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.c-ttlAnime h1:has(span) {
	display: block;
	opacity: 1;
	transform: inherit;
	animation: none;
}
.c-ttlAnime h1:has(span) span {
	display: block;
	opacity: 0;
	animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.c-ttlAnime h1:has(span) strong {
	display: block;
	opacity: 0;
	animation: slideUp 0.8s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media screen and (min-width: 769px) {
	.c-ttlAnime h1:has(span) strong {
		animation-delay: 0.2s;
	}
}
.c-ttlAnime p {
	opacity: 0;
	animation: fadeInUp 0.6s 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media screen and (min-width: 769px) {
	.c-ttlAnime p {
		animation-delay: 0.6s;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(var(--translate-y, 10px));
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(var(--translate-y, 80px));
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*----------------------------------------
	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
----------------------------------------*/
.home-index .l-nav-home {
	position: relative;
}
@media screen and (min-width: 769px) {
	.home-index .l-nav-home:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		bottom: 0px;
	}
}

.t-hero {
	overflow: hidden;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	width: 100%;
	margin: auto;
	position: relative;
	height: 450px;
}
@media screen and (min-width: 769px) {
	.t-hero {
		height: auto;
		max-width: 1280px;
		aspect-ratio: 1280/500;
	}
}
.t-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	display: none;
	width: 100%;
	height: 100%;
}
.t-hero__poster {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.t-hero h1 {
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	opacity: 0;
	animation: fadeIn 0.8s ease 0.8s forwards;
}
@media screen and (min-width: 769px) {
	.t-hero h1 {
		justify-content: flex-start;
		align-items: center;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.t-hero h1 img {
	width: 72%;
	max-width: 400px;
	margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
	.t-hero h1 img {
		max-width: inherit;
		width: 48.064516129%;
		margin: 0 0 0 5.4%;
	}
}
.t-hero__btn {
	position: absolute;
	content: "";
	cursor: pointer;
	background: url("../../image/top/firstview_btn_stop.svg") no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 20px;
}
@media screen and (min-width: 769px) {
	.t-hero__btn {
		width: 80px;
		height: 80px;
		bottom: 30px;
		right: 30px;
	}
}
.t-hero__btn.js-stop {
	background: url("../../image/top/firstview_btn_restart.svg") no-repeat;
	background-size: cover;
}

.t-area {
	width: 96.8%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.t-area {
		width: 96.875%;
		padding: 16px 0 76px;
		max-width: 1280px;
	}
}
.t-area__wrap {
	position: relative;
	margin-top: 6px;
}
@media screen and (min-width: 769px) {
	.t-area__wrap {
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) {
	.t-area__wrap:first-child {
		margin-top: 0;
	}
}
@media screen and (min-width: 769px) {
	.t-area__col {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 769px) {
	.t-area__col .t-area__image,
	.t-area__col .t-area__block {
		width: 50%;
	}
}
.t-area__col .t-area__image--title {
	left: 5.5%;
	bottom: 8%;
}
@media screen and (min-width: 769px) {
	.t-area__col .t-area__image--title {
		bottom: 10%;
		left: 5.8%;
	}
}
.t-area__image {
	position: relative;
}
.t-area__image--title {
	position: absolute;
	left: 5.5%;
	bottom: 80px;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.t-area__image--title {
		bottom: 10%;
		left: 2.9%;
	}
}
.t-area__image--title h2 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5714285714rem;
	line-height: 1.5;
	line-height: 1.1;
}
@media screen and (min-width: 769px) {
	.t-area__image--title h2 {
		font-size: clamp(43px, 5.46875vw, 70px);
	}
}
.t-area__image--title p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-area__image--title p {
		font-size: clamp(12px, 1.5625vw, 20px);
		margin-top: 6px;
	}
}
.t-area__image.-job {
	background-color: #1abcef;
	padding: 0 0 26px;
}
@media screen and (min-width: 769px) {
	.t-area__image.-job {
		padding: 0;
	}
}
.t-area__image.-job .t-area__image--title {
	color: #000;
	bottom: auto;
	left: auto;
	position: relative;
	padding: 0 20px 20px;
	margin-top: -58.8px;
}
@media screen and (min-width: 769px) {
	.t-area__image.-job .t-area__image--title {
		position: absolute;
		margin-top: 0;
		bottom: 10%;
		left: 2.9%;
		padding: 0;
	}
}
.t-area__image.-about .t-area__image--title {
	color: #000;
}
.t-area__block {
	display: flex;
}
.t-area__block.-about, .t-area__block.-people {
	height: 100px;
}
@media screen and (min-width: 528px) {
	.t-area__block.-about, .t-area__block.-people {
		height: 80px;
	}
}
@media screen and (min-width: 769px) {
	.t-area__block.-about, .t-area__block.-people {
		height: auto;
	}
}
.t-area__block.-about .t-area__block--wrap, .t-area__block.-people .t-area__block--wrap {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.t-area__block.-about .t-area__block--wrap, .t-area__block.-people .t-area__block--wrap {
		justify-content: center;
		flex-direction: column;
		align-items: flex-end;
	}
}
.t-area__block.-about .t-area__block--link, .t-area__block.-people .t-area__block--link {
	position: static;
	transform: inherit;
	margin-left: 0;
}
.t-area__block.-about .t-area__block--link p, .t-area__block.-people .t-area__block--link p {
	width: 100%;
}
.t-area__block.-about .t-area__block--link p .u-hidden-pc--people, .t-area__block.-people .t-area__block--link p .u-hidden-pc--people {
	display: block;
}
@media screen and (min-width: 528px) {
	.t-area__block.-about .t-area__block--link p .u-hidden-pc--people, .t-area__block.-people .t-area__block--link p .u-hidden-pc--people {
		display: none;
	}
}
.t-area__block.-about {
	background-color: #f29614;
	height: 80px;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.t-area__block.-about {
		height: auto;
	}
}
.t-area__block.-people {
	background-color: #95c62a;
}
.t-area__block.-bottom {
	background-color: #fdd000;
	padding: 30px 0;
	margin-top: 6px;
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom {
		height: 260px;
		width: 49.1935483871%;
		margin-top: 0;
		padding: 0;
	}
}
.t-area__block.-bottom .t-area__block--wrap {
	display: block;
	margin: auto auto auto 18px;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom .t-area__block--wrap {
		display: block;
		width: auto;
		margin: 70px 0 auto 5.3%;
	}
}
.t-area__block.-bottom p {
	font-size: 2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom p {
		font-size: clamp(18px, 3.59375vw, 46px);
	}
}
.t-area__block.-bottom ul {
	display: flex;
	margin-top: 20px;
	gap: 0 18px;
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom ul {
		margin-top: 28px;
		gap: 0 30px;
	}
}
.t-area__block.-bottom ul li a {
	display: flex;
	align-items: center;
}
.t-area__block.-bottom ul li a p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom ul li a p {
		font-size: clamp(16px, 1.25vw, 18px);
	}
}
.t-area__block.-bottom ul li a .c-arrow-btn {
	width: 22px;
	height: 22px;
	margin-left: 10px;
	position: static;
	top: 0;
	right: 0;
	transform: translateY(0);
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom ul li a .c-arrow-btn {
		width: 30px;
		height: 30px;
		margin-left: 10px;
	}
}
.t-area__block.-bottom ul li a .c-arrow-btn:after {
	right: 10px;
	width: 4px;
	height: 4px;
}
@media screen and (min-width: 769px) {
	.t-area__block.-bottom ul li a .c-arrow-btn:after {
		right: 13px;
		width: 6px;
		height: 6px;
	}
}
.t-area__block.-bottom .t-area__block--link .c-arrow-btn {
	position: static;
	transform: translateY(0);
}
.t-area__block--wrap {
	display: flex;
	justify-content: space-between;
	margin: auto 18px;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-area__block--wrap {
		display: block;
		width: auto;
		margin: auto 8% auto auto;
	}
}
.t-area__block--link {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.t-area__block--link {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.t-area__block--link {
		margin-top: 45px;
	}
}
.t-area__block--link:first-child {
	margin-top: 0;
}
.t-area__block--link p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	position: relative;
}
@media screen and (min-width: 769px) {
	.t-area__block--link p {
		font-size: clamp(18px, 2.5vw, 26px);
	}
}
.t-area__block--link.t-area__external span {
	margin-left: 26px;
}
@media screen and (min-width: 769px) {
	.t-area__block--link.t-area__external span {
		margin-left: 60px;
	}
}
.t-area__block--link.t-area__external .c-external:before {
	width: 9px;
	height: 7px;
	right: 0;
}
@media screen and (min-width: 769px) {
	.t-area__block--link.t-area__external .c-external:before {
		width: 20px;
		height: 15px;
		right: -10px;
	}
}
.t-area__block--caption {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0714285714rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-area__block--caption {
		font-size: clamp(13px, 1.25vw, 16px);
	}
}
.t-area .c-arrow-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
	.t-area .c-arrow-btn {
		right: 20px;
	}
}
.t-area .c-link-btn {
	display: flex;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: 20px;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.t-area .c-link-btn {
		position: absolute;
		display: flex;
		top: 50%;
		left: auto;
		right: 4%;
		transform: translateY(-50%);
		width: auto;
		margin-left: 0;
		width: clamp(340px, 141.354px + 25.832vw, 450px);
	}
}
@media screen and (min-width: 1080px) {
	.t-area .c-link-btn {
		width: 474px;
	}
}
.t-area .c-link-btn p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 40px 12px 30px;
	font-size: 12px;
	text-align: center;
}
@media screen and (min-width: 480px) {
	.t-area .c-link-btn p {
		padding: 14px 46px 14px 30px;
		font-size: 14px;
	}
}
@media screen and (min-width: 769px) {
	.t-area .c-link-btn p {
		padding: 20px 72px 20px 40px;
		font-size: clamp(18px, 3.164px + 1.929vw, 24px);
	}
}
@media screen and (min-width: 1080px) {
	.t-area .c-link-btn p {
		padding: 26px 80px 26px 70px;
		font-size: clamp(18px, 2.5vw, 24px);
	}
}
.t-area__bottom {
	margin: 40px auto 35px;
	width: 86.7768595041%;
}
@media screen and (min-width: 769px) {
	.t-area__bottom {
		display: flex;
		width: 95.1612903226%;
		margin: 78px auto 0;
	}
}
.t-area__bottom--list {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-area__bottom--list {
		margin-left: 70px;
		margin-top: 0;
	}
}
.t-area__bottom--list:first-child {
	margin-left: 0;
	margin-top: 0;
}
.t-area__bottom--list a {
	display: flex;
	align-items: center;
}
.t-area__bottom--list a p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.7142857143rem;
	line-height: 1.5;
	padding-right: 32px;
}
@media screen and (min-width: 769px) {
	.t-area__bottom--list a p {
		font-size: clamp(24px, 2.34375vw, 30px);
	}
}
.t-area__bottom--list a p.c-external:before {
	width: 20px;
	height: 15px;
}
.t-area__bottom--list a span {
	margin-left: 16px;
}
.t-area__bottom--list > p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	margin-top: 20px;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.t-area__bottom--list > p {
		font-size: clamp(16px, 1.25vw, 16px);
	}
}
.t-area__bottom .c-arrow-btn {
	position: static;
	transform: translateY(0);
}

.t-scroll {
	z-index: 10;
	position: fixed;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	left: 0;
	bottom: 105px;
	width: 100%;
	background-color: #000;
	width: 30px;
	height: 120px;
	opacity: 1;
	transition: opacity 0.6s;
}
@media screen and (min-width: 769px) {
	.t-scroll {
		display: none;
	}
}
.t-scroll p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	writing-mode: vertical-rl;
	font-size: 12px;
	font-weight: 700;
}
.t-scroll .-arrow {
	overflow: hidden;
	width: 4px;
	height: 54px;
	position: relative;
}
.t-scroll .-arrow img {
	position: absolute;
	top: 0px;
	animation: scroll 3s infinite 1s;
	transition: all;
}
@keyframes scroll {
	0% {
		top: -60px;
		opacity: 1;
	}
	45% {
		top: 0px;
		opacity: 1;
	}
	100% {
		top: 60px;
		opacity: 0;
	}
}
.t-scroll.is-hidden {
	opacity: 0;
}

/*----------------------------------------
	job Common
----------------------------------------*/
.job .l-nav-job {
	position: relative;
}
@media screen and (min-width: 769px) {
	.job .l-nav-job:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		bottom: 0;
	}
}
.job .l-page-hero {
	background-color: #1abcef;
}

.t-job-hero .l-page-hero__ttl {
	margin-top: 0;
}
.t-job-hero__image {
	width: 100%;
	order: 1;
	display: flex;
}
@media screen and (min-width: 769px) {
	.t-job-hero__image {
		width: 52.8%;
		min-width: 480px;
		height: 334px;
		order: 2;
	}
}
.t-job-hero__image img {
	width: 92.5333333333%;
	margin: 8px auto auto;
}
@media screen and (min-width: 769px) {
	.t-job-hero__image img {
		width: 92.8125%;
		max-width: 594px;
		margin: auto;
	}
}

.t-job-body {
	background-color: #fff;
}
.t-job-body__wrap {
	margin: 50px auto 60px;
}
@media screen and (min-width: 769px) {
	.t-job-body__wrap {
		margin: 100px auto 120px;
	}
}
.t-job-body__nav p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.t-job-body__nav p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.t-job-body__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2px 0;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-job-body__nav ul {
		gap: 10px 0;
		margin-top: 60px;
	}
}
.t-job-body__nav ul li {
	position: relative;
	cursor: pointer;
	background-color: #f2f2f2;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8571428571rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	width: 49.552238806%;
	height: 52px;
}
@media screen and (min-width: 769px) {
	.t-job-body__nav ul li {
		width: 24.5726495726%;
		font-size: clamp(12px, 1.09375vw, 14px);
	}
}
@media screen and (min-width: 1080px) {
	.t-job-body__nav ul li {
		width: 24.1452991453%;
		height: 64px;
	}
}
.t-job-body__nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.t-job-body__nav ul li a {
		margin-left: -8%;
	}
}
@media screen and (min-width: 1080px) {
	.t-job-body__nav ul li a {
		margin-left: 0;
	}
}
.t-job-body__nav ul li:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translateY(-2px) rotate(135deg);
	box-sizing: border-box;
}
.t-job-body__nav ul li:hover {
	background-color: #1abcef;
}
.t-job-body__nav ul li:hover a {
	opacity: 1;
}
.t-job-body__link {
	display: block;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-job-body__link {
		margin-top: 100px;
	}
}
.t-job-body__link li {
	position: relative;
	border: solid 2px #e6e6e6;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 20px 20px;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-job-body__link li {
		flex-wrap: nowrap;
		padding: 0;
		margin-top: 10px;
	}
}
.t-job-body__link li:first-child {
	margin-top: 0;
}
.t-job-body__link--icon {
	position: absolute;
	width: 60px;
	top: 28px;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--icon {
		position: relative;
		top: auto;
		margin: 40px 4.2% 40px 5.3%;
		width: 10.6837606838%;
	}
}
@media screen and (min-width: 769px) {
	.t-job-body__link--text {
		width: 56.6239316239%;
		margin-top: 40px;
	}
}
.t-job-body__link--text h2 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin-left: 75px;
	min-height: 66px;
	display: flex;
	justify-content: left;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--text h2 {
		font-size: clamp(20px, 2.03125vw, 26px);
		line-height: 1;
		margin: 0;
		min-height: inherit;
	}
}
.t-job-body__link--text p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0714285714rem;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--text p {
		font-size: clamp(12px, 1.171875vw, 15px);
		margin-top: 20px;
	}
}
.t-job-body__link--button {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--button {
		margin-right: 3.2%;
		margin-top: 0;
	}
}
.t-job-body__link--button p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--button p {
		font-size: clamp(12px, 1.171875vw, 15px);
	}
}
.t-job-body__link--button span {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
	margin-left: 8px;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--button span {
		width: 22px;
		height: 22px;
	}
}
.t-job-body__link--button span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-job-body__link--button span:after {
		right: 8px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

.t-job-section {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-job-section {
		margin-top: 70px;
	}
}

/*----------------------------------------
	job index
----------------------------------------*/
.job-index .t-job-hero__ttl {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0px auto 25px 20px;
}
@media screen and (min-width: 769px) {
	.job-index .t-job-hero__ttl {
		margin: 0 0 0 5.8%;
		min-width: 300px;
	}
}

.t-environment__wrap .t-area__bottom {
	justify-content: center;
}

/*----------------------------------------
	job 下層
----------------------------------------*/
@media screen and (min-width: 769px) {
	.job-child .t-job-hero {
		height: 280px;
	}
}
.job-child .t-job-hero__ttl {
	width: -moz-fit-content;
	width: fit-content;
	margin: 44px auto 44px 20px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-hero__ttl {
		margin: 0 0 0 5.8%;
	}
}
.job-child .t-job-body__wrap {
	margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-body__wrap {
		margin-bottom: 120px;
	}
}
.job-child .t-job-body__caption {
	background-color: #f2f2f2;
	padding: 30px 20px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-body__caption {
		display: flex;
		padding: 40px 0;
	}
}
.job-child .t-job-body__caption img {
	width: 80px;
	margin: auto;
	display: flex;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-body__caption img {
		width: 12.8205128205%;
		margin: auto 5.3% auto 7.5%;
	}
}
.job-child .t-job-body__caption p {
	margin-top: 1rem;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-body__caption p {
		width: 67.5213675214%;
		margin-top: 0;
	}
}
.job-child .t-job-section h2 {
	background-color: #f2f2f2;
	padding: 20px 0 20px 20px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5714285714rem;
	line-height: 1;
	letter-spacing: 0;
	border-left: solid 10px #1abcef;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section h2 {
		padding: 20px 0 20px 26px;
		font-size: clamp(30px, 1.25vw, 32px);
		line-height: 1;
		margin-bottom: 2rem;
	}
}
.job-child .t-job-section ul li {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.6;
	letter-spacing: 0;
	padding-left: 28px;
}
.job-child .t-job-section ul li span {
	font-size: 0.5em;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section ul li {
		font-size: 1.2rem;
		line-height: 1.7777777778;
	}
}
.job-child .t-job-section ul li:before {
	content: "";
	position: absolute;
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #1abcef;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
.job-child .t-job-section ul li.t-job-section__list-title {
	display: block;
}
.job-child .t-job-section ul ul.t-job-section__list {
	margin-bottom: 6px;
	list-style: disc !important;
	list-style-type: disc;
	margin-left: 1rem;
}
.job-child .t-job-section ul ul.t-job-section__list li {
	font-weight: normal;
	padding-left: 0px;
	font-size: 1rem;
	line-height: 1.7857142857;
}
.job-child .t-job-section ul ul.t-job-section__list li:before {
	content: none;
}
.job-child .t-job-section table {
	width: 100%;
}
.job-child .t-job-section table tr {
	border-bottom: solid 3px #e6e6e6;
	padding: 18px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section table tr {
		flex-wrap: nowrap;
		padding: 30px 0;
	}
}
.job-child .t-job-section table tr:first-child {
	padding-top: 0;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section table tr:first-child {
		padding-top: 20px;
	}
}
.job-child .t-job-section table th {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	letter-spacing: 0;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section table th {
		font-size: 1.0666666667rem;
		line-height: 1.5;
		width: 26.2820512821%;
		padding-left: 10px;
	}
}
.job-child .t-job-section table td {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section table td {
		width: 72.6495726496%;
	}
}
.job-child .t-job-section__link--list {
	width: 100%;
	margin-top: 55px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link--list {
		display: flex;
		justify-content: space-between;
		margin: 9rem auto auto;
		width: 68.3760683761%;
		min-width: 540px;
	}
}
.job-child .t-job-section__link--item {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.7142857143rem;
	line-height: 1;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link--item {
		font-size: clamp(24px, 2.34375vw, 30px);
		margin-top: 0;
	}
}
.job-child .t-job-section__link--item:first-child {
	margin-top: 0;
}
.job-child .t-job-section__link--item span {
	position: relative;
	display: block;
	border-radius: 50%;
	background-color: #000;
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link--item span {
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
}
.job-child .t-job-section__link--item span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link--item span:after {
		right: 17px;
		width: 7px;
		height: 7px;
		margin: auto;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
.job-child .t-job-section .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.job-child .t-job-interview {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-interview {
		display: flex;
		justify-content: space-between;
		gap: 36px 0;
	}
}
.job-child .t-job-interview__thumbnail {
	overflow: hidden;
}
.job-child .t-job-interview__thumbnail img {
	transition: all 0.6s ease;
}
.job-child .t-job-interview a {
	display: block;
	width: 100%;
	text-underline-offset: 0;
	text-decoration-color: transparent;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-interview a {
		width: 47.0085470085%;
	}
}
.job-child .t-job-interview a:hover {
	opacity: 1;
}
.job-child .t-job-interview a:hover .t-job-interview__thumbnail img {
	transform: scale(1.1);
}
.job-child .t-job-interview a:hover > h3,
.job-child .t-job-interview a:hover > p {
	text-decoration-color: #000;
}
.job-child .t-job-interview a h3, .job-child .t-job-interview a p {
	transition: all 0.4s ease;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: transparent;
}
.job-child .t-job-interview a h3 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.125;
	padding-top: 12px;
	text-decoration-thickness: 2px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-interview a h3 {
		font-size: clamp(18px, 1.675vw, 24px);
		line-height: 1.25;
		padding-top: 1.25rem;
	}
}
.job-child .t-job-interview a p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.2857142857;
	margin-top: 8px;
	text-decoration-thickness: 1px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-interview a p {
		font-size: 1.0666666667rem;
		line-height: 1.25;
		font-size: clamp(14px, 1.25vw, 16px);
		line-height: 1.25;
		margin-top: 1.25rem;
	}
}
.job-child .t-job-section__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link {
		margin-top: 5rem;
	}
}
.job-child .t-job-section__link p {
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 42px;
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link p {
		margin: 0 0 0 20px;
		font-size: 20px;
	}
}
@media screen and (min-width: 769px) {
	.job-child .t-job-section__link .l-btn {
		max-width: 520px;
	}
}

/*----------------------------------------
	interview index
----------------------------------------*/
.interview .l-nav-interview a {
	position: relative;
}
@media screen and (min-width: 769px) {
	.interview .l-nav-interview a:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		bottom: -16px;
	}
}

.interview-index .l-page-hero {
	background-color: #95c62a;
}
.interview-index .l-section h2 {
	border-color: #95c62a;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.interview-index .l-section h2 {
		margin-bottom: 2rem;
	}
}
.interview-index .l-section h3 {
	margin-top: 50px;
}
.interview-index .l-section h3:before {
	background-color: #95c62a;
}
.interview-index .t-interview-nav .c-nav-anchor {
	margin-top: 26px;
}
.interview-index .t-interview-nav .c-nav-anchor.col2 li {
	text-align: center;
	width: 49.552238806%;
	transition: all 0.4s ease;
}
.interview-index .t-interview-nav .c-nav-anchor.col2 li:hover {
	background-color: #95c62a;
}
.interview-index .t-interview-nav .c-nav-anchor.col2 li:hover a {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-nav .c-nav-anchor.col2 li {
		width: 49.7863247863%;
	}
}
.interview-index .t-interview-nav .c-nav-anchor.col2 li a {
	font-size: 0.9285714286rem;
	line-height: 1.2307692308;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-nav .c-nav-anchor.col2 li a {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}
.interview-index .t-interview-section:nth-of-type(2) {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section:nth-of-type(2) {
		margin-top: 100px;
	}
}
.interview-index .t-interview-section + .t-interview-section {
	margin-top: 80px;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section + .t-interview-section {
		margin-top: 5rem;
	}
}
.interview-index .t-interview-section > p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.75;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section > p {
		font-size: 1.2rem;
		line-height: 1.5555555556;
		font-size: clamp(16px, 1.40625vw, 18px);
	}
}
.interview-index .t-interview-section__wrap {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap {
		margin-top: 80px;
	}
}
.interview-index .t-interview-section__wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 0;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul {
		justify-content: space-between;
		gap: 0;
	}
}
.interview-index .t-interview-section__wrap ul li {
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul li {
		width: 47.0692717584%;
	}
}
.interview-index .t-interview-section__wrap ul li a {
	text-underline-offset: 0;
	text-decoration-color: transparent;
}
.interview-index .t-interview-section__wrap ul li a:hover {
	opacity: 1;
}
.interview-index .t-interview-section__wrap ul li a:hover img {
	transform: scale(1.1);
}
.interview-index .t-interview-section__wrap ul li a:hover > p,
.interview-index .t-interview-section__wrap ul li a:hover > span {
	text-decoration-color: #000;
}
.interview-index .t-interview-section__wrap ul li img {
	transition: transform 0.6s ease;
}
.interview-index .t-interview-section__wrap ul li .t-people-caption {
	position: relative;
	background-color: #fff;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2857142857rem;
	line-height: 1.5;
	letter-spacing: 0;
	padding-top: 1rem;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul li .t-people-caption {
		font-size: 1.6rem;
		line-height: 1.3333333333;
		font-size: clamp(16px, 1.6vw, 20px);
	}
}
.interview-index .t-interview-section__wrap ul li p, .interview-index .t-interview-section__wrap ul li span {
	text-decoration-thickness: 2px;
	transition: all 0.4s ease;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: transparent;
}
.interview-index .t-interview-section__wrap ul li span {
	display: inline-block;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8571428571rem;
	line-height: 1.1666666667;
	letter-spacing: 0;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul li span {
		font-size: 1.0666666667rem;
		line-height: 1.25;
		font-size: clamp(12px, 1.25vw, 16px);
	}
}
.interview-index .t-interview-section__wrap ul li p {
	text-decoration-thickness: 1.5px;
}
.interview-index .t-interview-section__wrap ul li .t-people-icon {
	display: flex;
	align-items: center;
	padding-top: 12px;
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul li .t-people-icon {
		padding-top: 20px;
	}
}
.interview-index .t-interview-section__wrap ul li .t-people-icon span {
	background-color: #95c62a;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.2857142857;
	letter-spacing: 0;
	margin: 0;
	padding: 2px 6px;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul li .t-people-icon span {
		font-size: 1rem;
		line-height: 1.3333333333;
		font-size: clamp(14px, 1.25vw, 15px);
		padding: 2px 6px;
	}
}
.interview-index .t-interview-section__wrap ul li .t-people-icon p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2857142857rem;
	line-height: 1;
	letter-spacing: 0;
	margin-left: 8px;
}
@media screen and (min-width: 769px) {
	.interview-index .t-interview-section__wrap ul li .t-people-icon p {
		font-size: 1.3333333333rem;
		line-height: 1;
		font-size: clamp(18px, 1.25vw, 20px);
	}
}
/*----------------------------------------
	下層ページ project people
----------------------------------------*/
.t-people-hero {
	background-color: #95c62a;
	margin: auto;
}
.t-people-hero__inner {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.t-people-hero__inner {
		flex-wrap: nowrap;
		max-width: 1280px;
		margin: auto;
		height: 680px;
	}
}
.t-people-hero__text {
	order: 2;
	width: 100%;
	padding: 30px 20px 26px;
}
@media screen and (min-width: 769px) {
	.t-people-hero__text {
		width: 44%;
		order: 1;
		padding: 120px 5% 58px 6%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
}
.t-people-hero__text h1 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8571428571rem;
	line-height: 1.3961538462;
	letter-spacing: 0;
	margin: 8px 0;
}
@media screen and (min-width: 769px) {
	.t-people-hero__text h1 {
		font-size: 2.4rem;
		line-height: 1.4;
		font-size: clamp(26px, 2.8125vw, 36.3px);
		margin: 20px 0;
	}
}
.t-people-hero__text span {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9285714286rem;
	line-height: 1;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.t-people-hero__text span {
		font-size: 1.0666666667rem;
		line-height: 1;
		font-size: clamp(16px, 1.25vw, 16px);
	}
}
.t-people-hero__text p {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5714285714;
	letter-spacing: 0;
	margin-top: 1rem;
}
@media screen and (min-width: 769px) {
	.t-people-hero__text p {
		font-size: 0.9333333333rem;
		line-height: 1.5714285714;
		font-size: clamp(14px, 1.09375vw, 14px);
		margin-top: auto;
	}
}
.t-people-hero__text span:first-child,
.t-people-hero__text h1,
.t-people-hero__text span:not(:first-child),
.t-people-hero__text p {
	opacity: 0;
	transform: translateY(10px);
}
.t-people-hero__text span:first-child {
	animation: fadeInUp 0.6s 0.2s ease forwards;
}
.t-people-hero__text h1,
.t-people-hero__text span:not(:first-child) {
	animation: fadeInUp 0.8s 0.4s ease forwards;
}
.t-people-hero__text p {
	animation: fadeInUp 1s 0.8s ease forwards;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.t-people-hero__image {
	order: 1;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-people-hero__image {
		width: 50%;
		order: 2;
		overflow: hidden;
		display: flex;
		justify-content: center;
		flex: 1;
	}
}
.t-people-hero__image picture {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-people-hero__image img {
		width: auto;
		height: 100%;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center;
		display: block;
	}
}

.t-people-body {
	margin: 60px auto 15px;
}
@media screen and (min-width: 769px) {
	.t-people-body {
		margin: 100px auto 120px;
	}
}
.t-people-body section {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-people-body section {
		margin-top: 86px;
	}
}
.t-people-body section h2 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8571428571rem;
	line-height: 1.3961538462;
	letter-spacing: 0;
}
@media screen and (min-width: 769px) {
	.t-people-body section h2 {
		font-size: 2.1333333333rem;
		line-height: 1.375;
		font-size: clamp(26px, 3.359375vw, 32px);
	}
}
.t-people-body section h3 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 2;
	letter-spacing: 0;
	margin-left: 20px;
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-people-body section h3 {
		font-size: 1.3333333333rem;
		line-height: 1;
		font-size: clamp(16px, 1.5625vw, 20px);
		margin-left: 30px;
		margin-top: 2rem;
	}
}
.t-people-body section h3:before {
	content: "";
	position: absolute;
	background-color: #000;
	width: 13px;
	height: 2px;
	top: 16px;
	left: -20px;
}
@media screen and (min-width: 769px) {
	.t-people-body section h3:before {
		width: 16px;
		height: 3px;
		top: 8px;
		left: -24px;
	}
}
.t-people-body section a {
	text-decoration: underline;
}
.t-people-body section a.-external {
	position: relative;
	padding-right: 1.5rem;
	display: inline-block;
}
.t-people-body section a.-external:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 11px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../image/common/icon_external.svg") no-repeat center;
	background-size: cover;
}
@media screen and (min-width: 769px) {
	.t-people-body section a.-external:after {
		width: 18px;
		height: 14px;
	}
}
.t-people-body section p {
	font-size: 1.1428571429rem;
	line-height: 1.75;
	letter-spacing: 0;
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.t-people-body section p {
		font-size: 1.0666666667rem;
		line-height: 2;
		margin-top: 36px;
	}
}
.t-people-body section ul {
	font-size: 1.1428571429rem;
	line-height: 1.75;
	letter-spacing: 0;
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.t-people-body section ul {
		font-size: 1.0666666667rem;
		line-height: 2;
		margin-top: 36px;
	}
}
.t-people-body section img {
	margin-top: 56px;
}
@media screen and (min-width: 769px) {
	.t-people-body section img {
		margin: 90px auto 0;
		display: block;
		width: 70%;
	}
}
.t-people-body section .t-people-profile {
	background-color: #f2f2f2;
	padding: 30px 20px 24px;
}
@media screen and (min-width: 769px) {
	.t-people-body section .t-people-profile {
		padding: 40px;
	}
}
.t-people-body section .t-people-profile span {
	display: block;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5714285714rem;
	line-height: 1;
	letter-spacing: 0;
	border-bottom: solid 1px #000;
	padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.t-people-body section .t-people-profile span {
		font-size: 1.4666666667rem;
		line-height: 1;
	}
}
.t-people-body section .t-people-profile p {
	font-size: 1rem;
	line-height: 1.7142857143;
	letter-spacing: 0;
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.t-people-body section .t-people-profile p {
		font-size: 0.9333333333rem;
		line-height: 1.7142857143;
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) {
	.t-people-body section:nth-of-type(4) img {
		width: 100%;
	}
}
.t-people-body section:nth-of-type(4) .width-mid {
	width: 70%;
}
.t-people-body section .width-l {
	width: 100%;
}

.interview-people .t-crosstalk__profile {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.interview-people .t-crosstalk__profile--icon {
	width: 70px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile--icon {
		width: 80px;
	}
}
.interview-people .t-crosstalk__profile--icon img {
	margin-top: 26px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile--icon img {
		margin-top: 20px;
	}
}
.interview-people .t-crosstalk__profile--icon p {
	font-weight: bold;
	font-size: 1.0714285714rem;
	line-height: 1.6;
	margin-top: 6px !important;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile--icon p {
		font-size: 1rem;
		line-height: 1.6;
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile--text {
		position: relative;
		top: auto;
		width: 85.2777777778%;
	}
}
.interview-people .t-crosstalk__profile--text p {
	margin-top: 16px !important;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile--text p {
		margin-top: 1rem !important;
	}
}
.interview-people .t-crosstalk__profile--text p:first-child {
	position: absolute;
	top: 16px;
	left: 90px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__profile--text p:first-child {
		position: relative;
		top: auto;
		left: auto;
	}
}
.interview-people .t-crosstalk__paragraph {
	display: block;
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__paragraph {
		justify-content: space-between;
		display: flex;
		margin-top: 0;
	}
}
.interview-people .t-crosstalk__paragraph--icon {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__paragraph--icon {
		width: 50px;
		display: block;
	}
}
.interview-people .t-crosstalk__paragraph--icon img {
	margin-top: 0px;
	width: 50px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__paragraph--icon img {
		margin-top: 36px;
		width: 100%;
	}
}
.interview-people .t-crosstalk__paragraph--icon p {
	font-weight: bold;
	font-size: 1.0714285714rem;
	line-height: 1.6;
	margin-top: 0;
	text-align: center;
	margin-left: 12px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__paragraph--icon p {
		font-size: 1rem;
		line-height: 1.6;
		margin-left: 0;
	}
}
.interview-people .t-crosstalk__paragraph > p {
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.interview-people .t-crosstalk__paragraph > p {
		width: 88.75%;
		margin-top: 26px;
	}
}

.t-people-footer {
	position: relative;
	width: 100%;
	margin: 80px auto 50px;
}
@media screen and (min-width: 769px) {
	.t-people-footer {
		width: 96.875%;
		margin: 160px auto 85px;
		max-width: 1240px;
	}
}
.t-people-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 150px);
	background-color: #f0f0f0;
	top: 166px;
}
@media screen and (min-width: 769px) {
	.t-people-footer:before {
		top: 150px;
		height: calc(100% - 90px);
	}
}
.t-people-footer h2 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2857142857rem;
	line-height: 1.5555555556;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-people-footer h2 {
		font-size: 1.2rem;
		line-height: 1.4444444444;
	}
}
.t-people-footer h2 span {
	display: block;
	text-align: center;
	font-size: 2rem;
	line-height: 0.9285714286;
	letter-spacing: 0;
	width: -moz-fit-content;
	width: fit-content;
	margin: 15px auto auto;
	padding: 0 14px;
}
@media screen and (min-width: 769px) {
	.t-people-footer h2 span {
		font-size: 2.4rem;
		line-height: 1.2222222222;
		border: none;
		padding: 0;
		margin: auto;
	}
}
.t-people-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 89.3333333333%;
	margin: 40px auto auto;
}
@media screen and (min-width: 769px) {
	.t-people-footer__inner {
		width: 90.3225806452%;
		margin: 2rem auto auto;
	}
}
.t-people-footer .slick-slider {
	width: 74.6268656716%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-people-footer .slick-slider {
		width: auto;
		display: flex;
		justify-content: space-between;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.t-people-footer .slick-slider {
		grid-template-columns: repeat(4, 1fr);
	}
}
.t-people-footer .slick-slider__item {
	width: 74.6268656716%;
	margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
	.t-people-footer .slick-slider__item {
		width: auto;
		margin: 0;
	}
}
.t-people-footer .slick-slider__item a {
	overflow: hidden;
	display: block;
}
.t-people-footer .slick-slider__item a:hover {
	opacity: 1;
	text-decoration-color: transparent;
}
.t-people-footer .slick-slider__item a:hover img {
	transform: scale(1.1);
}
.t-people-footer .slick-slider__item a:hover span, .t-people-footer .slick-slider__item a:hover p {
	text-decoration-color: #000;
}
.t-people-footer .slick-slider__item img {
	transition: all 0.6s ease;
}
.t-people-footer .slick-slider__item span, .t-people-footer .slick-slider__item p {
	transition: all 0.4s ease;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: transparent;
}
.t-people-footer .slick-slider__item span {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 1.1428571429rem;
	line-height: 1.25;
	letter-spacing: 0;
	background-color: #f0f0f0;
	padding-top: 16px;
	text-decoration-thickness: 1.5px;
}
@media screen and (min-width: 769px) {
	.t-people-footer .slick-slider__item span {
		font-size: 1.0666666667rem;
		line-height: 1.25;
		padding-top: 1.25rem;
	}
}
.t-people-footer .slick-slider__item p {
	font-size: 1rem;
	line-height: 1.4285714286;
	letter-spacing: 0;
	margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
	.t-people-footer .slick-slider__item p {
		font-size: 0.9333333333rem;
		line-height: 1.4285714286;
		margin-top: 0.5rem;
	}
}
.t-people-footer .slick-slider .slick-arrow {
	position: absolute;
	top: -50%;
	bottom: 0;
	margin: auto;
	color: transparent;
	background-color: transparent;
	border: none;
	z-index: 10;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
}
@media screen and (min-width: 480px) {
	.t-people-footer .slick-slider .slick-arrow {
		top: -35%;
		width: 18px;
		height: 18px;
	}
}
.t-people-footer .slick-slider .slick-arrow::before {
	opacity: 0;
}
.t-people-footer .slick-slider .slick-prev {
	left: -25px;
	transform: rotate(-135deg);
}
.t-people-footer .slick-slider .slick-next {
	right: -25px;
	transform: rotate(45deg);
}
.t-people-footer .l-btn {
	border-radius: 60px;
	border: none;
	padding: 28px 50px 28px 28px;
	margin-top: 36px;
	background-color: #fff;
	width: 280px;
	height: 80px;
}
@media screen and (min-width: 769px) {
	.t-people-footer .l-btn {
		width: 100%;
		height: 100px;
		min-width: 320px;
		padding: 30px 70px 30px 30px;
		margin-top: 50px;
		background-color: #fff;
		width: auto;
	}
}
.t-people-footer .l-btn p {
	width: 100%;
	font-size: 1.1428571429rem;
	line-height: 1;
	letter-spacing: 0.02em;
	margin-right: 0px;
	color: #000;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-people-footer .l-btn p {
		font-size: 1.2857142857rem;
		line-height: 1;
	}
}
.t-people-footer .l-btn span {
	width: 35px;
	height: 35px;
	width: 55px;
	height: 55px;
	background-color: #000;
}
@media screen and (min-width: 769px) {
	.t-people-footer .l-btn span {
		background-color: #000;
	}
}
.t-people-footer .l-btn span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	width: 7px;
	height: 7px;
	margin: auto;
	transform: rotate(45deg);
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
	.t-people-footer .l-btn span:after {
		right: 24px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

.t-interview-section__link {
	margin: 60px auto 50px;
}
@media screen and (min-width: 769px) {
	.t-interview-section__link {
		margin: 140px auto 80px;
	}
}

/*----------------------------------------
	information
----------------------------------------*/
.information .l-nav-information .l-nest--btn > a {
	position: relative;
}
@media screen and (min-width: 769px) {
	.information .l-nav-information .l-nest--btn > a:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		bottom: -16px;
	}
}
.information h2 {
	background-color: #f2f2f2;
	padding: 20px 0 20px 20px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5714285714rem;
	line-height: 1;
	letter-spacing: 0;
	border-left: solid 10px #fdd000;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
	.information h2 {
		padding: 20px 0 20px 26px;
		font-size: clamp(30px, 1.25vw, 32px);
		line-height: 1;
		margin-bottom: 40px;
	}
}
.information h3 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin: 36px 0 1.75rem 30px;
}
@media screen and (min-width: 769px) {
	.information h3 {
		font-size: clamp(20px, 2.0312vw, 26px);
		line-height: 1.5;
		margin: 50px 0 40px 3rem;
	}
}
.information h3:before {
	content: "";
	position: absolute;
	background-color: #fdd000;
	width: 20px;
	height: 20px;
	top: 6px;
	left: -30px;
}
@media screen and (min-width: 769px) {
	.information h3:before {
		width: 30px;
		height: 30px;
		top: 6px;
		left: -3rem;
	}
}

.t-information-section {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-information-section {
		margin-top: 100px;
	}
}
.t-information-section:first-child {
	margin-top: 0;
}
.t-information-section__nav {
	margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
	.t-information-section__nav {
		margin: 120px auto 80px;
	}
}
.t-information-section__nav li,
.t-information-section__nav li a {
	transition: all 0.4s ease;
}
.t-information-section__nav li:hover {
	background-color: #000;
}
.t-information-section__nav li:hover a {
	opacity: 1;
	color: #fff;
}
.t-information-section__nav li:hover a::after {
	border-color: #fff;
}
.t-information-section__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 70px;
}
@media screen and (min-width: 769px) {
	.t-information-section__btn {
		margin-top: 120px;
	}
}
.t-information-section__btn:last-child {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-information-section__btn:last-child {
		margin-top: 120px;
	}
}
.t-information-section .t-graph-text {
	margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
	.t-information-section .t-graph-text {
		margin-bottom: 55px;
	}
}
.t-information-section .t-graph-text p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-information-section .t-graph-text p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.t-information-section .t-graph-text ul {
	font-size: 0.8571428571rem;
	line-height: 1.5;
	margin-top: 10px;
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.t-information-section .t-graph-text ul {
		margin-top: 12px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}
.t-information-section picture img {
	display: block;
	width: 88%;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.t-information-section .t-area__bottom--list a p {
		font-size: 1.32rem;
	}
	.t-information-section .t-area__bottom--list {
		margin-top: 12px;
	}
}

.t-information-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
@media screen and (min-width: 769px) {
	.t-information-flow {
		gap: 55px 0;
	}
}
.t-information-flow li {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff3bf;
	width: 100%;
	padding: 20px 0;
}
@media screen and (min-width: 769px) {
	.t-information-flow li {
		height: 80px;
		padding: 0;
	}
}
.t-information-flow li:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;
	width: 14px;
	height: 14px;
	margin: auto;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translateY(-2px) rotate(135deg);
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-information-flow li:before {
		width: 14px;
		height: 14px;
		bottom: -34px;
	}
}
.t-information-flow li:last-child:before {
	display: none;
}
.t-information-flow__number {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.1428571429rem;
	line-height: 1.5;
	line-height: 1.3;
	display: grid;
	margin: 0 16px 0 20px;
}
@media screen and (min-width: 769px) {
	.t-information-flow__number {
		font-size: clamp(30px, 2.34375vw, 32px);
		line-height: 1.5;
		margin: 0 20px 0 26px;
		display: flex;
		align-items: center;
	}
}
.t-information-flow__number small {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0714285714rem;
	line-height: 1.5;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-information-flow__number small {
		font-size: clamp(15px, 1.25vw, 16px);
		line-height: 1.5;
		padding-right: 6px;
	}
}
.t-information-flow__contents {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 18px 0 20px;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px) {
	.t-information-flow__contents {
		flex-wrap: nowrap;
		padding: 0;
		width: auto;
		height: auto;
	}
}
.t-information-flow__contents:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	background-color: #000;
}
@media screen and (min-width: 769px) {
	.t-information-flow__contents:before {
		width: 1px;
		height: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.t-information-flow__contents strong {
	display: block;
	word-break: keep-all;
	width: 100%;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-information-flow__contents strong {
		font-size: clamp(20px, 1.875vw, 24px);
		margin: 0 20px;
		width: auto;
	}
}
.t-information-flow__contents p {
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-information-flow__contents p {
		margin-right: 20px;
	}
}
.t-information-flow__contents p a {
	text-decoration: underline;
}

.t-information-accordion {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
.t-information-accordion dl {
	width: 100%;
	background-color: #f2f2f2;
}
.t-information-accordion dl dt {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 28px 0 16px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	height: 70px;
	transition: background-color 0.6s ease;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dt {
		padding: 28px 58px 26px 28px;
		height: auto;
	}
}
.t-information-accordion dl dt p {
	font-size: 1.1428571429rem;
	line-height: 1.5;
	width: 81.6%;
	transition: all 0.4s;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dt p {
		font-size: clamp(16px, 1.40625vw, 18px);
		width: auto;
	}
}
.t-information-accordion dl dt:after {
	content: "";
	position: absolute;
	background: url("../../image/common/accordion_plus.svg") no-repeat center;
	background-size: cover;
	width: 16px;
	height: 16px;
	right: 14px;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dt:after {
		width: 20px;
		height: 20px;
		right: 30px;
	}
}
.t-information-accordion dl dt::after {
	transition: all 0.4s;
}
.t-information-accordion dl dt:hover {
	background-color: #e2e2e2;
	background-color: #fff3bf;
}
.t-information-accordion dl dt:hover::after {
	transform: rotate(180deg) scale(1.2);
}
.t-information-accordion dl dt.js-open:after {
	content: "";
	position: absolute;
	background: url("../../image/common/accordion_minus.svg") no-repeat center;
	background-size: cover;
	height: 2px;
}
.t-information-accordion dl dt.js-open:hover {
	background-color: #f2f2f2;
}
.t-information-accordion dl dt.js-open:hover::after {
	transform: rotate(0) scale(1);
}
.t-information-accordion dl dd {
	padding-bottom: 2rem;
	padding: 0 15px 2rem 16px;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dd {
		padding: 0 58px 2rem 28px;
	}
}
.t-information-accordion dl dd p {
	width: 88.0281690141%;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dd p {
		width: 92.4705882353%;
	}
}
.t-information-accordion dl dt span,
.t-information-accordion dl dd span {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	line-height: 1;
	width: 34px;
	position: absolute;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dt span,
	.t-information-accordion dl dd span {
		font-size: clamp(20px, 2.34375vw, 30px);
		width: 60px;
	}
}
.t-information-accordion dl dt p,
.t-information-accordion dl dt ul,
.t-information-accordion dl dt img,
.t-information-accordion dl dd p,
.t-information-accordion dl dd ul,
.t-information-accordion dl dd img {
	margin-left: 30px;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dt p,
	.t-information-accordion dl dt ul,
	.t-information-accordion dl dt img,
	.t-information-accordion dl dd p,
	.t-information-accordion dl dd ul,
	.t-information-accordion dl dd img {
		margin-left: 50px;
	}
}
.t-information-accordion dl dt img,
.t-information-accordion dl dd img {
	width: 150px;
	margin-top: 20px;
}
.t-information-accordion dl dt ul,
.t-information-accordion dl dd ul {
	list-style-type: disc;
}
.t-information-accordion dl dt ul li,
.t-information-accordion dl dd ul li {
	margin-left: 1rem;
}
.t-information-accordion dl dt span {
	margin-top: -3px;
}
@media screen and (min-width: 769px) {
	.t-information-accordion dl dt span {
		margin-top: -6px;
	}
}
.t-information-accordion dl dd span {
	left: 3px;
}
.t-information-accordion__inner {
	position: relative;
}
.t-information-accordion__inner a {
	position: relative;
	text-decoration: none;
	padding-bottom: 0px;
	color: inherit;
}
.t-information-accordion__inner a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transition: opacity 0.4s ease 0s;
	opacity: 1;
}
.t-information-accordion__inner a:hover::after {
	opacity: 0;
}

.environment .l-nav-environment {
	position: relative;
}
@media screen and (min-width: 769px) {
	.environment .l-nav-environment:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		bottom: 0px;
	}
}
.environment h2 {
	background-color: #f2f2f2;
	padding: 20px 0 20px 20px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5714285714rem;
	line-height: 1;
	letter-spacing: 0;
	border-left: solid 10px #fdd000;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
	.environment h2 {
		padding: 20px 0 20px 26px;
		font-size: clamp(30px, 1.25vw, 32px);
		line-height: 1;
		margin-bottom: 2rem;
	}
}

/*----------------------------------------
	welfare
----------------------------------------*/
.t-welfare-hero {
	width: 89.3333333333%;
	margin: 55px auto 50px;
}
@media screen and (min-width: 769px) {
	.t-welfare-hero {
		width: 87.96875%;
		margin: 125px auto 0;
		max-width: 1126px;
	}
}
.t-welfare-hero__inner {
	display: block;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.t-welfare-hero__inner {
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1280px;
		margin: auto;
	}
}
.t-welfare-hero__inner__ttl {
	width: 100%;
	order: 2;
	margin: -5px auto 25px 20px;
}
@media screen and (min-width: 769px) {
	.t-welfare-hero__inner__ttl {
		width: 50%;
		order: 1;
		margin: 0 0 0 24%;
	}
}
.t-welfare-hero__inner h1 {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-welfare-hero__inner h1 {
		font-size: 4rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}
.t-welfare-hero__inner h1 span {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-welfare-hero__inner h1 span {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}
.t-welfare-hero__inner h1:has(strong) strong {
	font-size: 2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-welfare-hero__inner h1:has(strong) strong {
		font-size: 4rem;
		line-height: 1.5;
		white-space: nowrap;
	}
}

.t-welfare-section {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-welfare-section {
		margin-top: 100px;
	}
}
.t-welfare-section:first-child {
	margin-top: 0;
}
.t-welfare-section__nav {
	margin: 30px auto 60px;
}
@media screen and (min-width: 769px) {
	.t-welfare-section__nav {
		margin: 60px auto 100px;
	}
}
.t-welfare-section__nav li {
	transition: all 0.4s ease;
}
.t-welfare-section__nav li:hover {
	background-color: #fdd000;
}
.t-welfare-section__nav li:hover a {
	opacity: 1;
}
.t-welfare-section__btn {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}
@media screen and (min-width: 769px) {
	.t-welfare-section__btn {
		margin-top: 120px;
	}
}
.t-welfare-section__btn:last-child {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-welfare-section__btn:last-child {
		margin-top: 40px;
	}
}

.t-welfare-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
@media screen and (min-width: 769px) {
	.t-welfare-list {
		justify-content: space-between;
		gap: 16px 0;
	}
}
@media screen and (min-width: 769px) {
	.t-welfare-list:after {
		content: "";
		width: 32.0512820513%;
	}
}
.t-welfare-list li {
	background-color: #fff3bf;
	padding: 26px 20px;
}
@media screen and (min-width: 769px) {
	.t-welfare-list li {
		width: 32.0512820513%;
		padding: 30px 0 16px;
	}
}
.t-welfare-list li img {
	height: 54px;
}
@media screen and (min-width: 769px) {
	.t-welfare-list li img {
		height: 62px;
	}
}
.t-welfare-list li strong {
	display: block;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.t-welfare-list li strong {
		font-size: clamp(20px, 1.71875vw, 22px);
		margin-top: 14px;
	}
}
.t-welfare-list li p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	line-height: 1.75;
	margin-top: 1rem;
}
@media screen and (min-width: 769px) {
	.t-welfare-list li p {
		font-size: clamp(16px, 1.25vw, 16px);
		width: 86.6666666667%;
		margin: 1rem auto auto;
	}
}

.t-welfare__caption {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-welfare__caption {
		font-size: clamp(16px, 1.40625vw, 18px);
		line-height: 1.75;
	}
}
.t-welfare__head h3 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin: 36px 0 1.75rem 30px;
}
@media screen and (min-width: 769px) {
	.t-welfare__head h3 {
		font-size: clamp(20px, 2.0312vw, 26px);
		line-height: 1.5;
		margin: 56px 0 2rem 3rem;
	}
}
.t-welfare__head h3:before {
	content: "";
	position: absolute;
	background-color: #fdd000;
	width: 20px;
	height: 20px;
	top: 6px;
	left: -30px;
}
@media screen and (min-width: 769px) {
	.t-welfare__head h3:before {
		width: 30px;
		height: 30px;
		top: 6px;
		left: -3rem;
	}
}
.t-welfare__head h4 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2857142857rem;
	line-height: 1.5;
	margin: 2rem 0 1.75rem 1rem;
}
@media screen and (min-width: 769px) {
	.t-welfare__head h4 {
		font-size: clamp(18px, 1.5625vw, 20px);
		line-height: 1.5;
		margin: 56px 0 30px 0.875rem;
	}
}
.t-welfare__head h4:before {
	content: "";
	position: absolute;
	background-color: #fdd000;
	width: 5px;
	height: 16px;
	top: 6px;
	left: -1rem;
}
@media screen and (min-width: 769px) {
	.t-welfare__head h4:before {
		width: 5px;
		height: 18px;
		top: 6px;
		left: -0.875rem;
	}
}
.t-welfare__head--list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 0;
}
.t-welfare__head--list li {
	background-color: #fff3bf;
	padding: 22px 20px;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.t-welfare__head--list li {
		padding: 22px 0;
		min-height: 76px;
		display: flex;
	}
}
.t-welfare__head--list li h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: solid 1px #000;
}
@media screen and (min-width: 769px) {
	.t-welfare__head--list li h5 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
		line-height: 1.5;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 17.094017094%;
		border-right: solid 1px #000;
		border-bottom: none;
	}
}
.t-welfare__head--list li p {
	display: flex;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.t-welfare__head--list li p {
		width: 82.905982906%;
		margin: 0 40px;
		align-items: center;
	}
}
.t-welfare__head--image {
	margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
	.t-welfare__head--image {
		margin-top: 1.5rem;
	}
}

/*----------------------------------------
	workstyle
----------------------------------------*/
.workstyle-index .l-page-hero {
	background-color: #fdd000;
}
.workstyle-index .l-page-hero__inner {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.workstyle-index .l-page-hero__inner {
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1280px;
		margin: auto;
	}
}
.workstyle-index .c-nav-anchor li a br {
	display: none;
}
@media screen and (min-width: 769px) {
	.workstyle-index .c-nav-anchor li a br {
		display: block;
	}
}
@media screen and (min-width: 1080px) {
	.workstyle-index .c-nav-anchor li a br {
		display: none;
	}
}

.t-workstyle-section {
	margin-bottom: 40px;
}
.t-workstyle-section:first-child {
	margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
	.t-workstyle-section__btn {
		margin-top: 80px;
	}
}
.t-workstyle__list {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 3px #e6e6e6;
	padding: 20px 0;
	gap: 20px;
}
@media screen and (min-width: 769px) {
	.t-workstyle__list {
		justify-content: space-between;
		padding: 40px 0;
	}
}
@media screen and (min-width: 1080px) {
	.t-workstyle__list {
		gap: 50px;
	}
}
.t-workstyle__list:first-child {
	border: none;
	padding-top: 0;
}
.t-workstyle__list:last-child {
	padding-bottom: 0;
}
@media screen and (min-width: 769px) {
	.t-workstyle__list--text {
		width: 46.5714285714%;
	}
}
@media screen and (min-width: 1080px) {
	.t-workstyle__list--text {
		width: 41.09375%;
		min-width: 320px;
	}
}
.t-workstyle__list--text h3 {
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2857142857rem;
	line-height: 1.5;
	margin-left: 32px;
}
@media screen and (min-width: 769px) {
	.t-workstyle__list--text h3 {
		font-size: 1.7333333333rem;
		line-height: 1.5;
		margin-left: 12.2%;
	}
}
.t-workstyle__list--text h3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -32px;
	width: 20px;
	height: 20px;
	background-color: #fdd000;
}
@media screen and (min-width: 769px) {
	.t-workstyle__list--text h3:before {
		width: 26px;
		height: 26px;
		top: 8px;
		left: -13%;
	}
}
.t-workstyle__list--text p {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-workstyle__list--text p {
		margin-left: 12.2%;
		margin-top: 1rem;
	}
}
.t-workstyle__list--image {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.t-workstyle__list--image {
		width: 48.5714285714%;
		margin-top: 0;
	}
}
@media screen and (min-width: 1080px) {
	.t-workstyle__list--image {
		width: 53.2859680284%;
		flex: 1;
	}
}
.t-workstyle__list--image figcaption {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 5px;
}

/*----------------------------------------
	about index
----------------------------------------*/
.about .l-nav-about {
	position: relative;
}
@media screen and (min-width: 769px) {
	.about .l-nav-about:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		bottom: 0;
	}
}
.about .l-page-hero {
	background-color: #f29614;
}
.about .l-page-hero h1 strong {
	line-height: 1.2;
}
.about .l-p {
	font-size: 16px;
}

.t-about__section {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-about__section {
		margin-top: 100px;
	}
}
.t-about__section:last-child {
	margin-top: 80px;
}
@media screen and (min-width: 769px) {
	.t-about__section:last-child {
		margin-top: 100px;
	}
}
.t-about__section > * {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-about__section > * {
		margin-top: 40px;
	}
}
.t-about__section > img {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.t-about__section > img {
		margin-top: 60px;
	}
}
.t-about__col {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.t-about__col {
		flex-direction: row-reverse;
		gap: 4.4404973357%;
	}
}
.t-about__col div .l-p:first-of-type {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-about__col div .l-p:first-of-type {
		margin-top: 0;
	}
}
.t-about__col div .l-p + p {
	margin-top: 1.8rem;
}
@media screen and (min-width: 769px) {
	.t-about__col img {
		width: 35.5239786856%;
	}
}
.t-about__btn {
	position: relative;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 40px;
	height: 80px;
	width: 332px;
	display: flex;
	align-items: center;
	padding-left: 28px;
	gap: 10px;
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	.t-about__btn {
		width: -moz-fit-content;
		width: fit-content;
		padding: 0 90px 0 52px;
	}
}
.t-about__btn::before {
	content: "";
	position: absolute;
	right: 14px;
	background-color: #000;
	border-radius: 50%;
	width: 54px;
	height: 54px;
}
.t-about__btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 39px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.t-about__btn span {
	color: #000000;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.t-about__btn span {
		font-size: 20px;
	}
}
.t-about__btn img {
	width: 16px;
}
.t-about__link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 30px;
}
.t-about__link p {
	position: relative;
	padding-right: 1.6rem;
	font-size: 15px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
.t-about__link p:after {
	content: "";
	position: absolute;
	background: url("../../image/common/icon_external.svg") no-repeat center;
	background-size: contain;
	width: 16px;
	height: 13px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.t-about__link span {
	position: relative;
	background-color: #000;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: block;
}
.t-about__link span::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.about-company h2 {
	border-color: #f29614;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.about-company h2 {
		margin-bottom: 2rem;
	}
}
.about-company h3 {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.about-company h3 {
		font-size: 1.5714285714rem;
		line-height: 1.5;
	}
}
@media screen and (min-width: 769px) {
	.about-company h3 {
		margin-top: 60px;
		margin-bottom: 0;
	}
}
.about-company h3:before {
	background-color: #f29614;
}
.about-company h3:not(:first-of-type) {
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.about-company h3:not(:first-of-type) {
		margin-top: 50px;
	}
}
.about-company h4:before {
	background-color: #f29614;
}
.about-company .t-about__section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.about-company .t-about__section ul li {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.about-company .t-about__section ul li {
		width: 32.4156305506%;
	}
}
.about-company .t-about__section ul p {
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.about-company .t-about__section ul p {
		font-size: 15px;
	}
}

.about-technology h2 {
	position: relative;
	font-size: 1.4285714286rem;
	line-height: 1.5;
	margin: 36px 0 1.75rem 30px;
	background-color: transparent;
	padding: 0;
	letter-spacing: 0;
	border: none;
}
@media screen and (min-width: 769px) {
	.about-technology h2 {
		font-size: 1.8571428571rem;
		line-height: 1.5;
		margin: 50px 0 40px 3rem;
	}
}
.about-technology h2:before {
	content: "";
	position: absolute;
	background-color: #f29614;
	width: 20px;
	height: 20px;
	top: 6px;
	left: -30px;
}
@media screen and (min-width: 769px) {
	.about-technology h2:before {
		width: 30px;
		height: 30px;
		top: 6px;
		left: -3rem;
	}
}
.about-technology .t-about__section ul li {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 15px 0 30px;
	border-top: solid 3px #e6e6e6;
	gap: 15px;
}
@media screen and (min-width: 769px) {
	.about-technology .t-about__section ul li {
		padding: 24px 0;
		gap: 0;
		flex-direction: row;
	}
}
.about-technology .t-about__section ul li:last-child {
	border-bottom: solid 3px #e6e6e6;
}
.about-technology .t-about__section ul h3 {
	width: 230px;
	margin: 0;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	.about-technology .t-about__section ul h3 {
		font-size: 1.5714285714rem;
		line-height: 1.5;
	}
}
.about-technology .t-about__section ul h3:before {
	width: 5px;
	height: 20px;
	top: 10px;
	left: 0;
	background-color: #f29614;
}
.about-technology .t-about__section ul div {
	flex: 1;
}