.main {
	background: #fff;
}
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
	z-index: 1;
	color: #fff;
}
.kv .breadcrumbs {
	position: absolute;
	z-index: 1;
}
.kv .breadcrumbs li + li::before {
	background: rgba(255,255,255,.6);
}
.kv .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.kv .title p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv .title span {
	font-family: var(--fig);
	font-size: calc(2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.kv .title img {
	max-width: 107px;
}
.kv h1 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 1;
	font-size: calc(2.4rem / 1.6);
	font-weight: 700;
}
.kv .img {
	overflow: hidden;
}
.kv .img img {
	height: 220px;
	object-fit: cover;
}
.kv.js-inview .img img {
	transform: scale(1.2);
	transition: transform 2.4s;
}
.kv.js-inview.is-show .img img {
	transform: scale(1);
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	padding-left: 40px;
}
.kv .breadcrumbs {
	top: 0;
	left: 40px;
}
.kv .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 120px;
	right: 80px;
	z-index: 1;
	width: calc(100% - 200px);
}
.kv .title {
	flex: 1;
	position: static;
	transform: translateY(0);
}
.kv .title p {
	justify-content: start;
}
.kv .title span {
	font-size: calc(3rem / 1.6);
}
.kv .title img {
	max-width: 221px;
}
.kv h1 {
	position: static;
	font-size: calc(3.4rem / 1.6);
}
.kv .img img {
	height: 460px;
}
}/* @media */
/* -----------------------------------------------
= lead
----------------------------------------------- */
.lead {
	padding: 30px 20px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
@media print, screen and (min-width: 768px) {/* PC */
.lead {
	padding: 90px 40px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(38 / 18);
	text-align: center;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	padding-top: 35px;
	background: url(/company/recruit/job-and-project/img/bg_job_intro_sp.jpg) no-repeat 50% / cover;
}
.intro .list {
	padding: 40px 20px 50px;
}
.intro .item {
	padding: 0 20px 30px;
	background: #fff;
}
.intro .item + .item {
	margin-top: 40px;
}
.intro .item img {
	display: block;
	position: relative;
	top: -20px;
	width: 60px;
	margin: 0 auto -5px;
}
.intro .item h2 {
	margin-bottom: 20px;
	text-align: center;
}
.intro .item h2 .en {
	display: inline-block;
	color: transparent;
	font-family: var(--fig);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
	background: var(--grad-orix);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.intro .item h2 .jp {
	display: block;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
}
.intro .item .text {
	margin-bottom: 20px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.intro .item li + li {
	margin-top: 10px;
}
.intro .item li p:first-child {
	margin-bottom: 15px;
}
.intro .item li p:first-child span:first-child {
	display: inline-block;
	margin-bottom: 5px;
	color: transparent;
	font-family: var(--fig);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
	background: var(--grad-orix);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.intro .item li p:first-child span:last-child {
	display: block;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.intro .item li p a {
	display: block;
	position: relative;
	padding: 16px 30px 16px 0;
	border-top: 1px solid #e2e2e7;
	border-bottom: 1px solid #e2e2e7;
	font-size: calc(1.2rem / 1.6);
}
.intro .item li p a::before,
.intro .item li p a::after {
	content: "";
	position: absolute;
}
.intro .item li p a::before {
	top: calc(50% - 11px);
	right: 0;
	width: 22px;
	height: 22px;
	background: linear-gradient(120deg,var(--red),#7d1e69 65%,var(--blue));
	border-radius: 50%;
}
.intro .item li p a::after {
	top: calc(50% - 2px);
	right: 9px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.intro .item li p a span {
	font-size: calc(.9rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	padding-top: 80px;
	background-image: url(/company/recruit/job-and-project/img/bg_job_intro_pc.jpg);
}
.intro .list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 60px 40px;
	max-width: 1360px;
	margin-inline: auto;
	padding: 0 20px 100px;
}
.intro .item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
	padding: 0 40px 60px;
}
.intro .item + .item {
	margin-top: 0;
}
.intro .item img {
	top: -40px;
	width: 80px;
	margin: 0 auto -20px;
}
.intro .item h2 {
	margin-bottom: 30px;
}
.intro .item h2 .jp {
	font-size: calc(3rem / 1.6);
}
.intro .item .text {
	margin-bottom: 40px;
	font-size: calc(1.6rem / 1.6);
}
.intro .item li + li {
	margin-top: 35px;
}
.intro .item li p:first-child {
	margin-bottom: 25px;
}
.intro .item li p:first-child span:first-child {
	font-size: calc(1.2rem / 1.6);
}
.intro .item li p:first-child span:last-child {
	font-size: calc(1.8rem / 1.6);
}
.intro .item li p a {
	font-size: calc(1.6rem / 1.6);
}
.intro .item li p a::before {
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
}
.intro .item li p a::after {
	top: calc(50% - 3px);
	right: 8px;
	width: 5px;
	height: 5px;
}
.intro .item li p a span {
	font-size: calc(1.2rem / 1.6);
}
.intro.js-inview .item.js-inview {
	opacity: 0;
}
.intro.js-inview.is-show  .item.js-inview {
	opacity: 1;
}
.intro.js-inview .item.js-inview:nth-child(1) {
	transition-delay: .4s;
}
.intro.js-inview .item.js-inview:nth-child(2) {
	transition-delay: .8s;
}
.intro.js-inview .item.js-inview:nth-child(3) {
	transition-delay: 1.2s;
}
}/* @media */
@media (hover:hover) {
.intro .item li p a {
	transition: border .3s;
}
.intro .item li p a:hover {
	border-bottom-color: var(--black);
}
}/* @media */
/* -----------------------------------------------
= slide-text
----------------------------------------------- */
.slide-text {
	position: relative;
	color: rgba(255,255,255,.1);
	font-family: var(--fig);
	white-space: nowrap;
	overflow: hidden;
}
.slide-text span {
	display: inline-block;
	font-size: 60px;
	animation: marquee 50s linear infinite;
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media print, screen and (min-width: 768px) {/* PC */
.slide-text {
	margin-bottom: 70px;
}
.slide-text span {
	font-size: 120px;
}
}/* @media */
/* -----------------------------------------------
= container
----------------------------------------------- */
@media print, screen and (min-width: 1023px) {/* PC */
.container {
	display: flex;
}
.container .index {
	width: 50%;
}
.container .index .inner {
	position: sticky;
	top: 80px;
}
.container .contents {
	width: 50%;
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index .inner {
	padding-block: 40px;
	background: url(/company/recruit/job-and-project/img/bg_job_index_sp.jpg) no-repeat 50% / cover;
}
.index h2 {
	margin-bottom: 25px;
	color: rgba(255,255,255,.3);
	font-family: var(--fig);
	font-size: calc(4rem / 1.6);
	text-align: center;
	letter-spacing: -.04em;
}
.index .set {
	position: relative;
	max-width: 335px;
	margin-inline: auto;
}
.index .set picture {
	display: block;
}
.index li {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 1;
}
.index li:nth-child(1) {
	top: 24px;
	left: calc(50% - 40px);
}
.index li:nth-child(2) {
	top: 127px;
	right: 20px;
}
.index li:nth-child(3) {
	top: 127px;
	left: 20px;
}
.index li:nth-child(4) {
	top: 232px;
	left: calc(50% - 40px);
}
.index li a {
	display: grid;
	place-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.index li a::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: calc(50% - 7px);
	width: 14px;
	height: 10px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
	transform: rotate(90deg);
}
.index li span {
	margin-bottom: 10px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
@media print, screen and (min-width: 1023px) {/* PC */
.index .inner {
	display: grid;
	place-content: center;
	height: calc(100vh - 80px);
	padding: 0 40px;
	position: relative;
	background-image: url(/company/recruit/job-and-project/img/bg_job_index_pc.jpg);
}
.index h2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(90deg) translate(-50%, -1em);
	transform-origin: top left;
	margin-bottom: 0;
	font-size: calc(10rem / 1.6);
	font-size: clamp(calc(4rem / 1.6), calc(100 / 1920 * 100vw), calc(10rem / 1.6));
	white-space: nowrap;
	text-align: left;
}
.index .set {
	max-width: none;
	width: min(700px, calc(700 / 1920 * 100vw));
	height: min(700px, calc(700 / 1920 * 100vw));
}
.index li {
	width: min(160px, calc(160 / 1920 * 100vw));
	height: min(160px, calc(160 / 1920 * 100vw));
}
.index li:nth-child(1) {
	top: min(50px, calc(50 / 1920 * 100vw));
	left: min(270px, calc(270 / 1920 * 100vw));
}
.index li:nth-child(2) {
	top: min(270px, calc(270 / 1920 * 100vw));
	right: min(58px, calc(58 / 1920 * 100vw));
}
.index li:nth-child(3) {
	top: min(270px, calc(270 / 1920 * 100vw));
	left: min(58px, calc(58 / 1920 * 100vw));
}
.index li:nth-child(4) {
	top: min(480px, calc(480 / 1920 * 100vw));
	left: min(270px, calc(270 / 1920 * 100vw));
}
.index li a {
	background: linear-gradient(135deg, var(--red), var(--blue));
	transition: background .3s;
}
.index li a::after {
	bottom: 20px;
	left: calc(50% - 10px);
	width: 20px;
	height: 14px;
}
.index li a span {
	margin-bottom: 10px;
	font-size: clamp(calc(1.8rem / 1.6), calc(24 / 1920 * 100vw), calc(2.4rem / 1.6));
}
.index li a.is-active {
	background: #fff;
}
.index li a::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: linear-gradient(135deg, var(--red), var(--blue));
	border-radius: 50%;
	opacity: 0;
	transition: opacity .3s;
}
.index li a.is-active::before {
	opacity: 1;
}
.index li a.is-active::after {
	display: none;
}
.index li a.is-active span {
	margin-bottom: 0;
	background: var(--grad-orix);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
}/* @media */
@media (hover:hover) {
.index li a {
	transition: box-shadow .3s;
}
.index li a:not(.is-active):hover {
	box-shadow: 0 0 0 calc(10 / 1920 * 100vw) #fff;
}
}/* @media */
/* -----------------------------------------------
= nav-sub
----------------------------------------------- */
.nav-sub .btn-sub {
	position: relative;
	width: 100%;
	padding: 20px 30px 20px 0;
	text-align: left;
}
.nav-sub .btn-sub::before,
.nav-sub .btn-sub::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 2px;
	background: #1e212b;
}
.nav-sub .btn-sub::after {
	transform: rotate(90deg);
}
.nav-sub .btn-sub.is-open::after {
	display: none;
}
.nav-sub .btn-sub span:first-child {
	display: inline-block;
	margin-bottom: 5px;
	font-family: var(--fig);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
	letter-spacing: .025em;
	background: var(--grad-orix);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nav-sub .btn-sub span:last-child {
	display: block;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.nav-sub-fix .nav-sub ul.sub {
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
}
.nav-sub .sub li:first-child {
	padding-top: 20px;
	border-top: 1px solid #f1f1f4;
}
.nav-sub .sub li:last-child {
	padding-bottom: 20px;
}
.nav-sub .sub li + li {
	margin-top: 5px;
	border-top: none;
}
.nav-sub .sub li a {
	display: inline-block;
	padding: 0;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
}
.nav-sub .sub li a::after {
	display: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.nav-sub .btn-sub {
	padding: 25px 30px 25px 0;
}
.nav-sub-fix .nav-sub ul {
	padding: 10px 50px;
}
.nav-sub-fix .nav-sub li + li {
	border-top: 1px solid #f1f1f4;
}
.nav-sub-fix .nav-sub .sub li + li {
	border-top: none;
}
.nav-sub .btn-sub span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.nav-sub .sub li a {
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	padding: 55px 20px;
	scroll-margin-top: 45px;
}
.section + .section {
	border-top: 1px solid #e2e2e7;
}
.section .category-en {
	display: inline-block;
	margin-block: 35px 15px;
	padding: 5px 10px;
	color: #fff;
	background: var(--grad-orix);
	font-family: var(--fig);
	font-size: calc(1.4rem / 1.6);
	font-weight: 500;
	letter-spacing: 0;
}
.section h2 {
	margin-bottom: 20px;
	font-size: calc(2.7rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.section .text {
	margin-bottom: 35px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
@media print, screen and (min-width: 768px) {/* PC */
.section {
	padding: 100px 20px;
	scroll-margin-top: -20px;
}
.section > .inner {
	max-width: 640px;
	margin-inline: auto;
}
.section .category-en {
	margin-block: 60px 20px;
	padding: 5px 10px;
	font-size: calc(1.4rem / 1.6);
}
.section h2 {
	margin-bottom: 40px;
	font-size: clamp(calc(3rem / 1.6), calc(54 / 1920 * 100vw), calc(5.4rem / 1.6));
}
.section .text {
	margin-bottom: 50px;
	font-size: calc(1.6rem / 1.6);
	line-height: 2;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.section {
	scroll-margin-top: 80px;
}
}/* @media */
/* -----------------------------------------------
= list
----------------------------------------------- */
.section .list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 40px;
}
.section .list li {
	scroll-margin-top: 45px;
}
.section .list li > a {
	display: block;
	background: #f3f3f7;
}
.section .list li > a > img {
	display: block;
	max-width: 60px;
	margin: 0 auto 10px;
	padding-top: 25px;
}
.section .list .category {
	margin-bottom: 20px;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
}
.section .list .view-all {
	position: relative;
	padding: 12px 10px;
	border-top: 1px solid #e2e2e7;
	font-family: var(--fig);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.section .list .view-all::before,
.section .list .view-all::after {
	content: "";
	position: absolute;
}
.section .list .view-all::before {
	top: calc(50% - 11px);
	right: 10px;
	width: 22px;
	height: 22px;
	background: linear-gradient(120deg,var(--red),#7d1e69 65%,var(--blue));
	border-radius: 50%;
}
.section .list .view-all::after {
	top: calc(50% - 2px);
	right: 19px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.section .list + .member {
	border-top: 1px solid #e2e2e7;
}
@media print, screen and (min-width: 768px) {/* PC */
.section .list {
	gap: 20px;
	margin-bottom: 80px;
}
.section .list li {
	scroll-margin-top: 80px;
}
.section .list li > a > img {
	max-width: 80px;
	margin: 0 auto 15px;
	padding-top: 30px;
}
.section .list .category {
	margin-bottom: 25px;
	font-size: calc(2rem / 1.6);
}
.section .list .view-all {
	margin-inline: 20px;
	padding: 20px 0;
	font-size: calc(1.4rem / 1.6);
}
.section .list .view-all::before {
	top: calc(50% - 10px);
	right: 0;
	width: 20px;
	height: 20px;
}
.section .list .view-all::after {
	top: calc(50% - 3px);
	right: 8px;
	width: 5px;
	height: 5px;
}
}/* @media */
@media (hover:hover) {
.section .list a .view-all {
	transition: border .3s;
}
.section .list a:hover .view-all {
	border-top-color: var(--black);
}
}/* @media */
/* -----------------------------------------------
= member
----------------------------------------------- */
.section .member {
	border-bottom: 1px solid #e2e2e7;
}
.section .member a {
	display: block;
	position: relative;
	padding-block: 20px;
}
.section .member a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 12px;
	z-index: 1;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(29,40,64,.1);
}
.section .member a::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 26px;
	width: 15px;
	height: 10px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
}
.section .member a .mem-hd {
	padding: 0 0 18px;
	align-items: flex-start;
	display: flex;
}
.section .member a .mem-hd figure {
	margin-right: 20px;
	width: 70px;
	height: auto;
	display: block;
	overflow: hidden;
}
.section .member a .mem-hd h5 {
	margin-bottom: 0;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	line-height: 1.4;
}
.section .member a .mem-hd h5 span {
	margin-bottom: 12px;
	padding: 2px 6px;
	background: #545c7a;
	color: #fff;
	font-size: calc(1rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
}
.section .member a h6 {
	margin-bottom: 10px;
	font-family: var(--fig);
	font-size: calc(1.3rem / 1.6);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .01em;
}
.section .member a p {
	font-size: calc(1rem / 1.6);
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .05em;
}
@media print, screen and (min-width: 768px) {/* PC */
.section .member a {
	padding: 40px 0 40px 180px;
	min-height: 200px;
	display: block;
	position: relative;
	transition-property: background;
	transition-duration: 0.3s;
}
.section .member a::before {
	right: 0;
	bottom: 20px;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(29,40,64,.1);
	transition-property: border;
	transition-duration: 0.3s;
}
.section .member a::after {
	right: 23px;
	bottom: 46px;
	width: 20px;
	height: 14px;
}
.section .member a .mem-hd {
	padding: 0 0 25px;
	display: block;
}
.section .member a .mem-hd figure {
	margin-right: 0;
	width: 140px;
	left: 0;
	top: 40px;
	position: absolute;
}
.section .member a .mem-hd h5 {
	margin-bottom: 0;
	font-size: calc(2rem / 1.6);
	line-height: 1.6;
}
.section .member a .mem-hd h5 span {
	margin-bottom: 13px;
	padding: 5px 14px;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.5;
}
.section .member a h6 {
	margin-bottom: 2px;
	font-size: calc(1.6rem / 1.6);
	line-height: 1.4;
}
.section .member a p {
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
}/* @media */
@media (hover:hover) {
.section .member a:hover {
	background: #fff;
}
.section .member a:hover::before {
	border-color: rgba(29,40,64,1);
}
.section .member a .mem-hd figure img {
	transform: scale(1);
	transition-property: transform;
	transition-duration: 0.3s;
}
.section .member a:hover .mem-hd figure img {
	transform: scale(1.1);
}
}/* @media */
/* -----------------------------------------------
= bnr
----------------------------------------------- */
.section .bnr {
	margin-top: 40px;
}
.section .bnr a {
	display: block;
	position: relative;
	color: #fff;
}
.section .bnr a::before,
.section .bnr a::after {
	content: "";
	position: absolute;
	z-index: 1;
}
.section .bnr a::before {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(var(--red), var(--blue));
}
.section .bnr a::after {
	right: 20px;
	top: calc(50% - 5px);
	width: 15px;
	height: 10px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
}
.section .bnr a p {
	position: absolute;
	left: 25px;
}
.section .bnr a .en {
	top: 35%;
	font-family: var(--fig);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
	letter-spacing: 0;
}
.section .bnr a .jp {
	top: 50%;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.section .bnr {
	margin-top: 80px;
}
.section .bnr a::before {
	width: 6px;
}
.section .bnr a::after {
	right: 30px;
	top: calc(50% - 7px);
	width: 20px;
	height: 14px;
}
.section .bnr a picture {
	display: block;
	overflow: hidden;
}
.section .bnr a p {
	left: 35px;
}
.section .bnr a .en {
	top: 35%;
	font-size: calc(1.4rem / 1.6);
}
.section .bnr a .jp {
	top: 50%;
	font-size: calc(2.4rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.section .bnr a img {
	transform: scale(1);
	transition-property: transform;
	transition-duration: 0.3s;
}
.section .bnr a:hover img {
	transform: scale(1.1);
}
}/* @media */
/* -----------------------------------------------
= modal-content
----------------------------------------------- */
.modal-content {
	background: #fff;
}
.modal-content h3 {
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding: 20px;
	background: url(/company/recruit/job-and-project/img/bg_job_modal_sp.jpg) no-repeat 50% 0 / cover;
}
.modal-content h3 img {
	width: 60px;
}
.modal-content h3 span {
	flex: 1;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.modal-content .inner {
	padding: 20px;
}
.modal-content .item {
	margin-bottom: 25px;
}
.modal-content h4 {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 10px 12px;
	border-bottom: 1px solid #dddee4;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.modal-content h4::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 13px;
	background: linear-gradient(0, var(--red), var(--blue));
}
.modal-content .text {
	margin-bottom: 25px;
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.modal-content h5 {
	margin-bottom: 15px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
}
.modal-content ul {
	display: block;
	margin-left: 1em;
	list-style-type: disc;
}
.modal-content ul li {
	font-size: calc(1.2rem / 1.6);
	line-height: 2;
}
.modal-content .img-scroll {
	margin-right: -20px;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.modal-content .img-scroll img {
	width: 550px;
}
.modal-content .member:last-child {
	margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {/* PC */
.modal-content h3 {
	gap: 0 40px;
	padding: 40px 40px 165px;
	background-image: url(/company/recruit/job-and-project/img/bg_job_modal_pc.jpg);
}
.modal-content h3 img {
	width: 100px;
}
.modal-content h3 span {
	font-size: calc(4rem / 1.6);
}
.modal-content .inner {
	position: relative;
	margin: -120px 50px 0;
	padding: 80px 70px;
	background: #fff;
}
.modal-content .item-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 60px;
}
.modal-content .item {
	margin-bottom: 50px;
}
.modal-content .item:nth-child(1) {
	grid-row: span 2;
}
.modal-content h4 {
	margin-bottom: 20px;
	padding: 0 0 12px 16px;
	font-size: calc(1.8rem / 1.6);
}
.modal-content h4::before {
	top: 5px;
	width: 4px;
	height: 18px;
}
.modal-content .text {
	margin-bottom: 35px;
	font-size: calc(1.4rem / 1.6);
}
.modal-content h5 {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
}
.modal-content ul li {
	font-size: calc(1.4rem / 1.6);
}
.modal-content .img-scroll {
	margin-right: 0;
	margin-block: 40px 90px;
}
.modal-content .img-scroll img {
	width: 1100px;
}
.modal-content .member-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 0 60px;
	margin-bottom: 80px;
}
.modal-content .member {
	border-top: 1px solid #e2e2e7;
}
.modal-content .member:last-child {
	margin-bottom: 0;
}
}/* @media */



