/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
}
.kv .text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: calc(47 / 375 * 100vw);
}
.kv-swiper,
.kv-swiper .swiper-slide {
	width: 100%;
	height: calc(100svh - 84px);
}
.kv-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv .js-fadein {
	opacity: 0;
	transition: opacity 1s ease;
}
.kv .js-fadein.is-visible {
	opacity: 1;
}
.text.js-fadein.is-visible {
	transition-delay: 1.2s;
}
.kv-swiper.js-fadein.is-visible {
	transition-delay: .4s;
}
@media print, screen and (width >= 768px) {/* PC */
.kv .text {
	width: 78px;
}
.kv-swiper,
.kv-swiper .swiper-slide {
	min-height: 420px;
	height: calc(100vh - 80px);
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	padding: 45px 20px 50px;
}
.intro h2 {
	max-width: 328px;
	margin: 0 auto 15px;
}
.intro h3 {
	margin-bottom: 15px;
	font-family: var(--fontMin);
	font-size: calc(1.8rem / 1.6);
	text-align: center;
}
.intro p {
	font-size: calc(1.4rem / 1.6);
}
@media print, screen and (width >= 768px) {/* PC */
.intro {
	padding: 95px 20px 200px;
}
.intro h2 {
	max-width: 655px;
	margin: 0 auto 45px;
}
.intro h3 {
	margin-bottom: 30px;
	font-size: calc(2.8rem / 1.6);
}
.intro p {
	font-size: calc(2rem / 1.6);
	line-height: 2;
	text-align: center;
}
}/* @media */
/* -----------------------------------------------
= wrapper
----------------------------------------------- */
@media print, screen and (width >= 768px) {/* PC */
.wrapper {
	display: flex;
	max-width: 1500px;
	margin: 0 auto 140px;
	overflow-x: clip;
}
.side {
	width: 215px;
	margin-right: calc(144 / 1500 * 100vw);
	font-feature-settings: "palt";
}
.contents {
	flex: 1;
	max-width: 1040px;
	padding-right: 30px;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.side {
	width: 180px;
	margin-right: calc(80 / 1500 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.side_nav_btn {
	position: fixed;
	left: 0;
	bottom: 55px;
	z-index: 5;
	width: 160px;
	padding: 7px 0 7px 52px;
	background: #f2f2ec;
	border-radius: 0 10px 10px 0;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
	text-align: left;
}
.side_nav_btn::before {
	content: "";
	position: absolute;
	top: calc(50% - 3.5px);
	left: 16px;
	width: 22px;
	height: 7px;
	background: url(../img/index/side_icon_index.svg) no-repeat 50% / auto 100%;
	filter: var(--filterBlue);
}
.side_nav_contents {
	position: fixed;
	left: 0;
	bottom: 55px;
	z-index: 6;
	max-height: calc(100svh - 160px);
	overflow-y: scroll;
	overscroll-behavior: contain;
	width: 210px;
	padding: 30px 10px 30px 20px;
	background: #f2f2ec;
	border-radius: 0 10px 10px 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
.side_nav_contents[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
}
.side_nav_contents .btn_close {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 20px;
	height: 20px;
}
.side_nav_contents > ul > li > a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	font-family: var(--fontMin);
	font-size: calc(1.5rem / 1.6);
}
.side_nav_contents > ul > li > a::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 10px;
	background: #ccc;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
.side_nav_contents > ul > li.current > a::before {
	background: var(--blue);
}
.side_nav_contents > ul > li > ul {
	margin: 0 0 15px .5em;
}
.side_nav_contents > ul > li > ul > li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: calc(1.3rem / 1.6);
	line-height: 1.57;
}
@media print, screen and (width >= 768px) {/* PC */
.side_nav_contents {
	position: sticky;
	top: 100px;
	overflow-y: visible;
	max-height: none;
	width: auto;
	padding: 25px 10px 25px 15px;
	box-shadow: inset 0 0 8px #fff;
	opacity: 1;
	pointer-events: auto;
}
.side_nav_contents > ul > li > a {
	padding-left: 18px;
	font-size: calc(1.6rem / 1.6);
}
.side_nav_contents > ul > li > a::before {
	top: 8px;
	width: 12px;
	height: 14px;
}
.side_nav_contents > ul > li > ul {
	margin: 0 0 15px .5em;
}
.side_nav_contents > ul > li > ul > li {
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	scroll-margin-top: 60px;
	padding: 0 20px 50px;
}
.section h2 {
	position: relative;
	margin-bottom: 35px;
}
.section h2::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #999;
}
.section h2 .en {
	display: block;
}
.section h2 .jp {
	display: block;
	padding-top: 10px;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
}
.section .title {
	position: relative;
	max-width: 230px;
	padding-block: 6px;
}
.section .title::before,
.section .title::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../img/common/bg_dot_line.svg) repeat-x 0 / auto 100%;
	filter: var(--filterGray);
}
.section .title::before {
	top: 0;
}
.section .title::after {
	bottom: 0;
	transform: rotate(180deg);
}
.section .title > span {
	display: block;
	padding: 6px 10px;
	background: #fff;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .2em;
}
@media print, screen and (width >= 768px) {/* PC */
.section {
	scroll-margin-top: 90px;
	padding: 0 0 220px;
}
.section h2 {
	margin-bottom: 80px;
}
.section h2::before {
	display: inline-block;
	top: 60px;
	height: 10px;
	background: radial-gradient(circle farthest-side, #999, #999 30%, transparent 30%, transparent);
	background-size: 10px;
	border-top: none;
}
.section h2 .jp {
	padding-top: 20px;
	font-size: calc(2.4rem / 1.6);
}
.section .title {
	max-width: 378px;
	padding-block: 11px;
}
.section .title::before,
.section .title::after {
	height: 11px;
}
.section .title > span {
	padding: 24px 20px;
	font-size: calc(2.4rem / 1.6);
	line-height: 1.66;
	letter-spacing: .16em;
}
}/* @media */
/* -----------------------------------------------
= special
----------------------------------------------- */
.special h2 .en {
	max-width: 144px;
}
.special .item {
	scroll-margin-top: 60px;
}
.special .title {
	margin-bottom: -40px;
}
.special .item img {
	display: block;
	margin-bottom: 10px;
}
.special .item + .item {
	margin-top: 50px;
}
.special .item + .item .title {
	float: right;
}
@media print, screen and (width >= 768px) {/* PC */
.special h2 .en {
	max-width: 289px;
}
.special h2 .jp {
	margin-top: -18px;
	padding-top: 36px;
}
.special .item {
	display: flex;
	align-items: start;
	scroll-margin-top: 90px;
}
.special .title {
	width: calc(378 / 1040 * 100%);
	max-width: none;
}
.special .item.type01 .title {
	margin: 60px -100px 0 0;
}
.special .item.type02 .title {
	order: 2;
	margin: 60px 0 0 -100px;
}
.special .item .set {
	flex: 1;
}
.special .item.type02 .set {
	order: 1;
}
.special .item img {
	margin-bottom: 24px;
}
.special .item + .item {
	margin-top: 86px;
}
}/* @media */
/* -----------------------------------------------
= work
----------------------------------------------- */
.work h2 .en {
	max-width: 248px;
}
.work h2::before {
	top: 66px;
}
.work .map {
	margin: 0 -20px 20px 0;
}
.work .text {
	margin-bottom: 40px;
	font-family: var(--fontMin);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .12em;
}
.work .factory {
	scroll-margin-top: 60px;
}
.work .title {
	max-width: 180px;
	margin-bottom: -20px;
	text-align: center;
}
.work .title > span > span {
	font-size: calc(1.6rem / 1.6);
}
.work .item {
	margin-bottom: 30px;
}
.work h4 {
	position: relative;
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
	font-family: var(--fontMin);
	line-height: 1.43;
	letter-spacing: .2em;
}
.work h4::before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: -1;
	background: url(../img/index/bg_subtitle.svg) repeat-x 0 / auto 100%;
}
.work h4 span {
	display: inline-block;
	padding-right: .2em;
	background: #fff;
}
.work .box img {
	display: block;
	max-width: 184px;
	margin: 0 auto 15px;
}
.work .item .text_set {
	overflow: hidden;
}
.work .item h5 {
	margin-bottom: 8px;
	font-family: var(--fontMin);
	font-size: calc(1.6rem / 1.6);
	line-height: 1.43;
	letter-spacing: .12em;
}
.work .item p {
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .06em;
}
.work .item .link {
	display: inline-block;
	float: right;
	position: relative;
	margin: 10px 0 0;
	padding: 6px 40px 6px 20px;
	border: 1px solid #65a5e0;
	border-radius: 3em;
	font-size: calc(1.4rem / 1.6);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .06em;
}
.work .item .link::after {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	right: -1px;
	width: 32px;
	height: 32px;
	background: url(../img/index/work_icon_link.svg) no-repeat 50%/ cover;
}
.work .item .img_set {
	display: flex;
	gap: 6px;
	margin-bottom: 15px;
}
.work .item .img_set img {
	width: calc(50% - 3px);
}
@media print, screen and (width >= 768px) {/* PC */
.work h2 .en {
	max-width: 835px;
}
.work h2::before {
	top: 58px;
}
.work .map {
	margin: 0 -100px 40px 0;
}
.work .text {
	margin-bottom: 70px;
	font-size: calc(1.8rem / 1.6);
}
.work .factory {
	scroll-margin-top: 90px;
}
.work .title {
	width: calc(378 / 1040 * 100%);
	max-width: none;
}
.work .title > span {
	font-size: calc(1.8rem / 1.6);
}
.work .title > span > span {
	font-size: calc(2.4rem / 1.6);
}
.work .factory + .factory {
	margin-top: 200px;
}
.work .department {
	margin-top: 90px;
}
.work .item + .item {
	margin-top: 90px;
}
.work .factory > .item {
	display: flex;
	align-items: start;
}
.work .factory > .item.type01 .title {
	margin: 80px -100px 0 0;
}
.work .factory > .item img {
	flex: 1;
	width: min(760px, calc(760 / 1500 * 100vw));
}
.work .factory > .item.type02 .title {
	order: 2;
	margin: 80px 0 0 -100px;
}
.work .factory > .item.type02 img {
	order: 1;
}
.work h4 {
	margin-bottom: 20px;
	font-size: calc(2.8rem / 1.6);
}
.work h4::before {
	bottom: 7px;
	height: 5px;
}
.work .box {
	display: flex;
	align-items: center;
}
.work .box img {
	width: calc(460 / 1040 * 100%);
	max-width: none;
	margin: 0 50px 0 0;
}
.work .item .set {
	flex: 1;
}
.work .item h5 {
	margin-bottom: 16px;
	font-size: calc(2.4rem / 1.6);
}
.work .item p {
	font-size: calc(1.6rem / 1.6);
}
.work .item .link {
	margin: 20px 0 0;
	padding-block: 4px;
	font-size: calc(1.6rem / 1.6);
}
.work .item .img_set {
	gap: 50px;
	margin-bottom: 40px;
}
.work .item .img_set img {
	width: calc(50% - 25px);
}
.work .item .text_set {
	max-width: 870px;
	margin: 0 auto;
	padding-bottom: 1px;
}
}/* @media */
@media print, screen and (1300px > width >= 768px) {/* TABLET */
.work .map {
	margin-right: -30px;
}
}/* @media */
@media print, screen and (836px > width >= 768px) {/* TABLET */
.work h2::before {
	top: calc(150 / 836 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= people
----------------------------------------------- */
.people h2::before {
	top: 26px;
}
.people h2 .en {
	max-width: 110px;
}
.people .edition {
	position: relative;
	scroll-margin-top: 60px;
}
.people h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
}
.people .card {
	margin-bottom: 40px;
	text-align: center;
}
.people .card img {
	max-width: 190px;
	margin: 0 auto 15px;
}
.people .card h4 {
	margin-bottom: 10px;
	font-family: var(--fontMin);
	font-size: calc(1.6rem / 1.6);
	line-height: 1.43;
	text-align: center;
	letter-spacing: .12em;
}
.people .card p {
	margin-bottom: 10px;
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .06em;
}
@media print, screen and (width >= 768px) {/* PC */
.people {
	overflow: hidden;
}
.people h2::before {
	top: 56px;
}
.people h2 .en {
	max-width: 243px;
}
.people .edition {
	scroll-margin-top: 90px;
}
.people .edition.type01 {
	margin-bottom: 120px;
	padding-right: 90px;
}
.people .edition.type02 {
	padding-left: 90px;
}
.people h3 {
	width: 75px;
}
.people .edition.type01 h3 {
	left: auto;
	right: 0;
}
.people .item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 70px;
	max-width: 830px;
}
.people .edition.type02 .item {
	float: right;
}
.people .card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
}
.people .card {
	margin: 0;
}
.people .card img {
	max-width: 380px;
	margin: 0 auto 20px;
}
.people .card h4 {
	margin-bottom: 20px;
	font-size: calc(2.4rem / 1.6);
	line-height: 1.5;
}
.people .card p {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
}
}/* @media */
@media print, screen and (1280px > width >= 768px) {/* TABLET */
.people .item {
	grid-template-columns: repeat(1, 1fr);
}
.people .edition.type02 .item {
	float: none;
}
.people .modal + .card {
	margin-top: 40px;
}
}/* @media */
@media print, screen and (1000px > width >= 768px) {/* TABLET */
.people h3 {
	width: 50px;
}
.people .item {
	gap: 0 30px;
}
}/* @media */
/* -----------------------------------------------
= interview
----------------------------------------------- */
.interview_title span:last-child {
	display: inline-block;
	position: relative;
	padding: 0 5px 0 8px;
	font-family: var(--fontMin);
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .25em;
}
.interview_title span:last-child::before,
.interview_title span:last-child::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	width: 3px;
	height: 15px;
	background: url(../img/index/interview_bg_title.svg) no-repeat 50% / cover;
}
.interview_title span:last-child::before {
	left: 0;
}
.interview_title span:last-child::after {
	right: 0;
	transform: rotate(180deg);
}
@media print, screen and (width >= 768px) {/* PC */
.interview_title span:last-child {
	padding: 0 10px 0 16px;
	font-size: calc(2.4rem / 1.6);
}
.interview_title span:last-child::before,
.interview_title span:last-child::after {
	top: calc(50% - 15px);
	width: 6px;
	height: 30px;
}
}/* @media */
/* -----------------------------------------------
= life
----------------------------------------------- */
.life h2::before {
	top: 30px;
}
.life h2 .en {
	max-width: 78px;
}
.life .item {
	scroll-margin-top: 60px;
}
.life .item + .item {
	margin-top: 50px;
}
.life .title {
	max-width: 150px;
	margin: 0 auto -40px;
	text-align: center;
}
.life .title > span > span {
	font-size: calc(1.6rem / 1.6);
}
.life .item img {
	display: block;
	max-width: 255px;
	margin: 0 auto 20px;
}
@media print, screen and (width >= 768px) {/* PC */
.life h2::before {
	top: 56px;
}
.life h2 .en {
	max-width: 156px;
}
.life .inner {
	display: flex;
	gap: 0 20px;
}
.life .item {
	scroll-margin-top: 90px;
}
.life .item + .item {
	margin-top: 0;
}
.life .title {
	max-width: 300px;
	margin: 0 auto -55px;
}
.life .title > span {
	padding: 8px 20px;
	font-size: calc(1.6rem / 1.6);
}
.life .title > span > span {
	font-size: calc(2.4rem / 1.6);
}
.life .item img {
	max-width: 510px;
}
}/* @media */
/* -----------------------------------------------
= talentbook
----------------------------------------------- */
.section.talentbook {
	padding: 0 20px 40px;
}
.section.talentbook h2 {
	padding-bottom: 5px;
	font-family: var(--fontMin);
	border-bottom: 1px dotted #999;
}
.section.talentbook h2::before {
	display: none;
}
.section.talentbook h2 .en {
	font-size: calc(2.6rem / 1.6);
}
.section.talentbook iframe {
	width: 100%;
	height: calc(450 / 800 * 100vw + 240px);
}
@media print, screen and (width >= 768px) {/* PC */
.section.talentbook {
	padding: 0;
}
.section.talentbook h2 {
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 0;
	border-bottom: none;
}
.section.talentbook h2::before {
	display: block;
}
.section.talentbook h2 .en {
	margin-right: .7em;
	font-size: calc(4rem / 1.6);
}
.section.talentbook h2 .jp {
	margin-top: .3em;
	font-size: calc(2rem / 1.6);
}
.section.talentbook iframe {
	height: calc(450 / 800 * 100vw + 120px);
}
}/* @media */
@media print, screen and (width >= 1137px) {/* TABLET */
.section.talentbook iframe {
	height: 410px;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer .entry_img {
	background-image: url(../img/index/footer_entry_sp.jpg);
}
.footer .copyright {
	padding-bottom: 110px;
}
@media print, screen and (width >= 768px) {/* PC */
.footer .entry_img {
	background-image: url(../img/index/footer_entry_pc.jpg);
}
.footer .copyright {
	padding-bottom: 20px;
}
}/* @media */


