/* -----------------------------------------------
= contents
----------------------------------------------- */
@media print, screen and (min-width: 1023px) {/* PC */
.contents {
	display: flex;
	gap: 0 calc(120 / 1500 * 100vw);
	max-width: 1500px;
	margin-inline: auto;
	padding-top: 190px;
}
.contents .side-wrap {
	width: 200px;
}
.contents .article {
	flex: 1;
	min-width: 0;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.article {
	padding: 20px;
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.btn-side {
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding: 9px 88px 9px 20px;
	color: #fff;
	background:  #b9b9b1;
	font-family: var(--zen);
	font-size: calc(2rem / 1.6);
	font-weight: 400;
}
.btn-side::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 10px;
	width: 33px;
	height: 12px;
	background: url(../../img/index/icon-index.svg) no-repeat 50% / 100% auto;
}
.btn-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 30px;
	height: 30px;
}
.btn-close::before,
.btn-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.5px;
	background: #808080;
}
.btn-close::before {
	transform: rotate(-45deg);
}
.btn-close::after {
	transform: rotate(45deg);
}
.side.index {
	position: fixed;
	right: 0;
	bottom: 60px;
	width: calc(100% - 32px);
	padding: 16px;
	background: #f2f2ee;
	z-index: 6;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .4s;
}
.side.index[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.side.index .inner {
	display: flex;
	gap: 0 20px;
}
.side.index h2 {
	font-family: var(--zen);
	font-size: calc(1.4rem / 1.6);
	font-weight: 400;
	line-height: 1;
}
.side.index li {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(17 / 12);
	letter-spacing: .02em;
}
.side.index li + li {
	margin-top: 15px;
}
.side.index a.is-current {
	color: var(--red);
}
@media print, screen and (min-width: 1023px) {/* PC */
.btn-side,
.btn-close {
	display: none;
}
.side.index {
	position: sticky;
	top: 100px;
	width: 100%;
	margin-bottom: 190px;
	padding: 0;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.side.index .inner {
	display: block;
	padding: 25px;
	background: #f2f2ee;
	text-transform: uppercase;
}
.side.index h2 {
	margin-bottom: 30px;
	font-family: var(--en);
	font-size: calc(2rem / 1.6);
}
.side.index li {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	letter-spacing: .02em;
}
.side.index li + li {
	margin-top: 20px;
}
}/* @media */
@media (hover:hover) {
.btn-side {
	transition: color .3s;
}
.btn-side:hover {
	color: var(--red);
}
.index a {
	transition: color .3s;
}
.index a:hover {
	color: var(--red);
}
}/* @media */
@media print, screen and (max-width: 1024px) and (min-width: 768px) {/* TABLET */
.btn-side {
	right: auto;
	left: 0;
}
.side.index {
	right: auto;
	left: 0;
	max-width: 300px;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin: 53px 13px 90px;
	scroll-margin-top: 45px;
}
.block .title {
	display: flex;
	align-items: center;
	min-height: 58px;
	margin-bottom: 15px;
	padding: 16px;
	color: #fff;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	letter-spacing: .08em;
}
#approach .title {
	background: url(../../img/hrdevelopment/approach-title-bg.jpg) no-repeat 50% / cover;
}
#education .title {
	background: url(../../img/hrdevelopment/education-title-bg.jpg) no-repeat 50% / cover;
}
#career .title {
	background: url(../../img/hrdevelopment/career-title-bg.jpg) no-repeat 50% / cover;
}
.block .text {
	margin-bottom: 30px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(22 / 14);
}
.block .sub-title {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 4px 14px;
	border-bottom: 0.75px solid #969696 ;
	font-size: calc(1.5rem / 1.6);
	letter-spacing: .04em;
}
.block .sub-title::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 9px;
	height: 16.5px;
	background: var(--red);
}
.block .img {
	margin-right: -13px;
	padding-bottom: 10px;
}
.block .img img {
	width: 750px;
	max-width: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	margin: 0 0 190px;
	scroll-margin-top: 60px;
}
.block .title {
	min-height: 110px;
	margin-bottom: 30px;
	padding: 35px;
	font-size: calc(2.8rem / 1.6);
}
.block .text {
	margin-bottom: 70px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(32 / 18);
}
.block .sub-title {
	margin-bottom: 20px;
	padding: 0 0 4px 20px;
	border-bottom: 1px solid #969696 ;
	font-size: calc(2rem / 1.6);
}
.block .sub-title::before {
	top: 4px;
	width: 12px;
	height: 22px;
}
.block .inner {
	margin-inline: 50px;
}
.block .img {
	margin-inline: auto;
	padding-bottom: 0;
}
.block .img img {
	width: auto;
	max-width: 100%;
}
}/* @media */
/* -----------------------------------------------
= education
----------------------------------------------- */
.education-map {
	position: relative;
	width: 750px;
	height: 515px;
}
.education-map li {
	position: absolute;
}
.education-map li:nth-child(1) {
	top: 49px;
	left: 3px;
	width: 76px;
	height: 45px;
}
.education-map li:nth-child(2) {
	top: 49px;
	left: 81px;
	width: 76px;
	height: 45px;
}
.education-map li:nth-child(3) {
	top: 105px;
	left: 81px;
	width: 155px;
	height: 45px;
}
.education-map li:nth-child(4) {
	top: 49px;
	left: 213px;
	width: 279px;
	height: 45px;
}
.education-map li:nth-child(5) {
	top: 233px;
	left: 81px;
	width: 666px;
	height: 45px;
}
.education-map li:nth-child(6) {
	top: 305px;
	left: 259px;
	width: 488px;
	height: 45px;
}
.education-map li:nth-child(7) {
	top: 449px;
	left: 81px;
	width: 666px;
	height: 45px;
}
.education-map li a {
	display: block;
	height: 100%;
}
.education-map li a span {
	display: none;
}
.education .list {
	margin: 34px 0;
}
.education .list li {
	scroll-margin-top: 46px;
	border: 0.5px solid #f25f69;
	box-shadow: 0 0 3.25px rgba(0,0,0,.2);
}
.education .list li + li {
	margin-top: 20px;
}
.education .list .title-set {
	position: relative;
	padding: 5px 10px 10px;
	background: url(../../img/hrdevelopment/education-list-bg.jpg) no-repeat 50% / cover;
	text-align: center;
}
.education .list .title-set::after {
	content: "";
	position: absolute;
	left: calc(50% - 13px);
	bottom: 0;
	width: 26px;
	height: 1px;
	background: var(--red);
}
.education .list .title-set .num {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 6px;
	color: #fff;
	background: #8bcc00;
	border-radius: 4px;
	font-size: calc(1.3rem / 1.6);
	letter-spacing: .02em;
}
.education .list .title-set h4 {
	font-size: calc(1.5rem / 1.6);
	letter-spacing: .04em;
}
.education .list .text {
	margin-bottom: 0;
	padding: 20px 40px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
	letter-spacing: .06em;
}
.education .sumika {
	margin-top: 25px;
}
.education .sumika .item + .item {
	margin-top: 20px;
}
.education .sumika .item h4 {
	position: relative;
	width: 135px;
	min-height: 20px;
	margin-bottom: 5px;
	padding: 20px 15px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(18 / 14);
	letter-spacing: .02em;
}
.education .sumika .item h4::before,
.education .sumika .item h4::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
}
.education .sumika .item h4::after {
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.education .sumika .item:nth-child(1) h4::before {
	background: #bbd8ad;
}
.education .sumika .item:nth-child(1) h4::after {
	background: #c3ddb7;
}
.education .sumika .item:nth-child(2) h4::before {
	background: #b4cde4;
}
.education .sumika .item:nth-child(2) h4::after {
	background: #bed4e8;
}
.education .sumika .item:nth-child(3) h4::before {
	background: #f0b9b1;
}
.education .sumika .item:nth-child(3) h4::after {
	background: #f2c2bb;
}
.education .sumika .item p {
	padding: 10px;
	background: #f6f6f3;
	font-size: calc(1.2rem / 1.6);
	line-height: calc(21 / 12);
}
@media print, screen and (min-width: 768px) {/* PC */
.education .title {
	margin-bottom: 45px;
}
.education .text {
	margin-bottom: 25px;
}
.education-map {
	width: 1000px;
	height: 686px;
}
.education-map li:nth-child(1) {
	top: 65px;
	left: 3px;
	width: 102px;
	height: 58px;
}
.education-map li:nth-child(2) {
	top: 65px;
	left: 108px;
	width: 102px;
	height: 58px;
}
.education-map li:nth-child(3) {
	top: 140px;
	left: 108px;
	width: 206px;
	height: 58px;
}
.education-map li:nth-child(4) {
	top: 65px;
	left: 284px;
	width: 370px;
	height: 58px;
}
.education-map li:nth-child(5) {
	top: 310px;
	left: 108px;
	width: 888px;
	height: 58px;
}
.education-map li:nth-child(6) {
	top: 405px;
	left: 346px;
	width: 648px;
	height: 58px;
}
.education-map li:nth-child(7) {
	top: 598px;
	left: 108px;
	width: 888px;
	height: 58px;
}
.education .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 42px;
	margin: 44px 0 50px;
}
.education .list li {
	scroll-margin-top: 60px;
	width: calc(50% - 42px);
	border: 1px solid #f25f69;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.education .list li + li {
	margin-top: 0;
}
.education .list .title-set {
	padding: 12px 20px 20px;
}
.education .list .title-set::after {
	left: calc(50% - 20px);
	width: 40px;
	height: 2px;
}
.education .list .title-set .num {
	padding: 0 8px;
	border-radius: 6px;
	font-size: calc(1.8rem / 1.6);
}
.education .list .title-set h4 {
	font-size: calc(2.2rem / 1.6);
}
.education .list .text {
	padding: 30px 60px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.education .sumika {
	margin-top: 50px;
}
.education .sumika .item {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
.education .sumika .item h4 {
	width: 182px;
	margin-bottom: 0;
	padding: 30px 18px;
	font-size: calc(1.8rem / 1.6);
	line-height: 1;
}
.education .sumika .item p {
	flex: 1;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 50px;
	padding: 15px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(24 / 16);
}
}/* @media */
/* -----------------------------------------------
= career
----------------------------------------------- */
.career .item {
	padding: 20px 40px;
	border: 0.5px solid #f25f69;
	box-shadow: 0 0 3.25px rgba(0,0,0,.2);
}
.career .item + .item {
	margin-top: 20px;
}
.career .item h3 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: calc(1.5rem / 1.6);
	text-align: center;
}
.career .item h3::after {
	content: "";
	position: absolute;
	left: calc(50% - 13px);
	bottom: 0;
	width: 26px;
	height: 1px;
	background: var(--red);
}
.career .item p {
	margin-top: 10px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
}
.career .item a,
.career .item button {
	display: block;
	position: relative;
	width: calc(100% + 40px);
	margin: 10px -20px 0;
	color: var(--red);
	background: #ededed;
	font-size: calc(1.2rem / 1.6);
}
.career .item a::before,
.career .item a::after,
.career .item button::before,
.career .item button::after {
	content: "";
	position: absolute;
	top: 0;
}
.career .item a::before,
.career .item button::before {
	right: 0;
	width: 28px;
	height: 100%;
	background: var(--red);
}
.career .item a::after,
.career .item button::after {
	right: 6.5px;
	width: 15px;
	height: 100%;
	background: url(../../img/hrdevelopment/icon-link-arrow.svg) no-repeat 50% / 100% auto;
}
.career .item a span,
.career .item button span {
	display: block;
	padding: 4px 8px;
}
@media print, screen and (min-width: 768px) {/* PC */
.career .item-wrap {
	display: flex;
	gap: 0 42px;
}
.career .item {
	padding: 30px 60px;
	width: calc(50% - 42px);
	border: 1px solid #f25f69;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.career .item + .item {
	margin-top: 0;
}
.career .item h3 {
	margin-bottom: 30px;
	padding-bottom: 25px;
	font-size: calc(2.2rem / 1.6);
}
.career .item h3::after {
	left: calc(50% - 20px);
	width: 40px;
	height: 2px;
}
.career .item p {
	margin-top: 15px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.career .item a,
.career .item button {
	width: 100%;
	margin: 10px 0 0;
	font-size: calc(1.4rem / 1.6);
}
.career .item a::before,
.career .item button::before {
	width: 44px;
}
.career .item a::after,
.career .item button::after {
	right: 10px;
	width: 24px;
}
.career .item a span,
.career .item button span {
	padding: 10px 50px 10px 15px;
}
}/* @media */
@media (hover:hover) {
.career .item a {
	transition: opacity .3s;
}
.career .item a:hover {
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= modal
----------------------------------------------- */
.modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.modal.is-open {
	display: flex;
}
.modal-bg {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.7);
}
.modal-content {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 900px;
	max-height: 90vh;
	margin-inline: auto;
}
.modal-close {
	color: #fff;
	position: absolute;
	top: -50px;
	right: 10px;
	font-size: 40px;
	font-weight: 700;
}
.video {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 90vh;
}
.video iframe {
	width: 100%;
	height: 100%;
}