/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	position: relative;
}
.main .inner {
	position: absolute;
	left: 4rem;
	right: 4rem;
	bottom: -5rem;
}
.main .set h1 {
	padding: 1.5rem 2rem;
	background: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 3.1rem;
	line-height: 5.5rem;
	letter-spacing: 0.01em;
}
.main .set .previous {
	padding: 1.3rem 2rem;
	color: #fff;
	background: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
.main .set .previous span {
	position: relative;
	top: -.2rem;
	margin-inline: .5rem;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
	vertical-align: middle;
}
.main img {
	height: 75.5rem;
	object-fit: cover;
	object-position: 90% 0;
}
@media print, screen and (min-width: 767px){/* PC */
.main {
	max-height: 100vh;
}
.main .inner {
	left: 0;
	bottom: -6rem;
	width: 100%;
}
.main .set {
	max-width: 110rem;
	margin: 0 auto;
	padding-inline: 3rem;
}
.main .set h1 {
	max-width: 89.6rem;
	padding: 1.5rem 4rem;
	font-size: clamp(4rem, calc(42 / 1500 * 100vw), 4.2rem);
	line-height: calc(72 / 42);
}
.main .set .previous {
	max-width: 89.6rem;
	padding: 2rem 4rem;
	font-size: 2rem;
}
.main .set .previous span {
	margin-inline: 1rem;
	font-size: .9rem;
	line-height: 2rem;
}
.main img {
	width: 100%;
	height: 91rem;
	max-height: 100vh;
	object-fit: cover;
	object-position: 50% 0;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	padding: 10rem 4rem 4rem;
	color: #000;
}
.profile .name {
	margin-bottom: 2.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.3rem;
}
.profile .division {
	margin-bottom: 2.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8rem;
	line-height: 4.9rem;
}
.profile .text {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 0.5px solid #333;
	font-size: 2.4rem;
	line-height: 4.5rem;
}
.profile .note {
	color: #333;
	font-size: 2rem;
}
@media print, screen and (min-width: 767px){/* PC */
.profile {
	max-width: 110rem;
	margin: 0 auto;
	padding: 12rem 4rem 6rem;
}
.profile .name {
	margin-bottom: 1rem;
	font-size: 2.7rem;
}
.profile .division {
	margin-bottom: .5rem;
	font-size: 1.6rem;
	line-height: 3.7rem;
}
.profile .division span + span {
	margin-left: 1em;
}
.profile .text {
	max-width: 75rem;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #333;
	font-size: 1.5rem;
	line-height: 3rem;
}
.profile .note {
	font-size: 1.4rem;
}
}/* @media */
/* -----------------------------------------------
= article
----------------------------------------------- */
.article {
	padding: 4rem;
}
.article.type01 .set {
	padding-top: 4rem;
}
.article h2 {
	margin-bottom: 3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	line-height: 5.4rem;
}
.article .text {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 5.2rem;
}
.img-large {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}
@media print, screen and (min-width: 767px){/* PC */
.article {
	padding: 6rem 0 3rem;
	overflow: hidden;
}
.article .inner {
	display: flex;
	align-items: center;
	gap: 0 7.4rem;
	max-width: 110rem;
	margin: 0 auto;
	padding-inline: 4rem;
}
.article h2 {
	margin-bottom: 2.5rem;
	font-size: 2.7rem;
	line-height: 4rem;
}
.article .text {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.article .set {
	flex: 1;
}
.article img {
	width: min(61.5rem, calc(615 / 1500 * 100vw));
	height: min(37.5rem, calc(375 / 1500 * 100vw));
	object-fit: cover;
}
.article.type01 .set {
	order: 1;
	padding-top: 0;
}
.article.type01 img {
	order: 2;
	margin-right: max(-200px, calc((1100px - 100vw) / 2));
	object-fit: cover;
}
.article.type02 .set {
	order: 2;
}
.article.type02 img {
	margin-left: max(-200px, calc((1100px - 100vw) / 2));
	order: 1;
}
.img-large {
	margin: 8rem 0 4rem;
}
}/* @media */
@media print, screen and (max-width: 1180px) and (min-width: 767px){/* TABLET */
.article.type01 img {
	margin-right: -4rem;
}
.article.type02 img {
	margin-left: -4rem;
}
}/* @media */
/* -----------------------------------------------
= holiday
----------------------------------------------- */
.holiday {
	margin-top: 4rem;
	padding: 4rem;
	background: #d6edfa;
	text-align: center;
}
.holiday h3 {
	display: inline-block;
	margin-bottom: 3rem;
	padding: 1.5rem 2rem;
	background: #fff;
	border: 1px solid #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5rem;
}
.holiday .text {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 5.2rem;
	text-align: left;
}
.holiday img {
	max-width: 67rem;
}
@media print, screen and (min-width: 767px){/* PC */
.holiday {
	margin-top: 7rem;
	padding: 7.4rem 3rem;
	text-align: left;
}
.holiday .inner {
	display: flex;
	align-items: center;
	gap: 0 4.7rem;
	max-width: 110rem;
	margin: 0 auto;
}
.holiday .set {
	flex: 1;
}
.holiday h3 {
	margin-bottom: 3rem;
	padding: .8rem 1.5rem;
	font-size: 2.4rem;
}
.holiday .text {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.holiday img {
	max-width: calc(632 / 1500 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= nav_interview
----------------------------------------------- */
.nav_interview {
	padding: 8rem 0 0;
}
.nav_interview h3 {
	margin-bottom: 3.5rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 5.1rem;
	font-weight: 300;
	text-align: center;
	letter-spacing: .11em;
}
.nav_interview .inner {
	padding: 4rem;
	background: #f5f5f5;
}
.nav_interview ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(194px, 1fr));
	gap: 4rem;
	justify-content: center;
}
.nav_interview li a {
	display: flex;
	position: relative;
	height: 100%;
	background: #fff;
}
.nav_interview li img {
	width: 23.2rem;
	height: 29rem;
	object-fit: cover;
}
.nav_interview li .box {
	flex: 1;
	position: relative;
	padding: 2rem;
}
.nav_interview li .name {
	margin-bottom: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.1rem;
}
.nav_interview li .division {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	line-height: 1.5;
}
.nav_interview li .category {
	font-size: 2.4rem;
	line-height: 1.5;
}
.nav_interview .view_more p {
	position: absolute;
	bottom: 2.8rem;
	right: 2.8rem;
	width: 27.6rem;
}
@media print, screen and (min-width: 767px){/* PC */
.nav_interview {
	padding: 12rem 0 0;
}
.nav_interview h3 {
	margin-bottom: 7rem;
	font-size: 3rem;
}
.nav_interview .inner {
	padding: 7.4rem 4rem;
}
.nav_interview ul {
	gap: 2.8rem;
	max-width: 110rem;
	margin-inline: auto;
}
.nav_interview li a {
	display: block;
}
.nav_interview li img {
	width: 100%;
	height: auto;
}
.nav_interview li .box {
	padding: 1.6rem 1.6rem 8rem;
}
.nav_interview li .name {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
}
.nav_interview li .division {
	margin-bottom: .5rem;
	font-size: 1.4rem;
}
.nav_interview li .category {
	font-size: 1.3rem;
}
.nav_interview .view_more p {
	bottom: 1.6rem;
	right: 1.6rem;
	width: 160px;
}
}/* @media */
