@charset "utf-8";


/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */

.lower-ttl-area .titlebox::before{
	content: '';
	position: absolute;
	width: 196px;
	height: 154px;
	top: -30px;
	left: 235px;
	background: url("../img/recruit-job-mv-ill.png") no-repeat top center / contain;
}

@media screen and (max-width: 768px) {
	
	.lower-ttl-area .titlebox::before{
		width: 96px;
        height: 74px;
        top: -30px;
        left: auto;
        right: -10px;
	}
}


/* -----------------------------------------------------------
    仕事内容
-------------------------------------------------------------- */
.job-about-area {
	margin: 80px 0 105px;
	border-radius: 110px ;
	padding: 110px 0;
	background: linear-gradient(340deg, rgba(255,249,225,0.39) 0%, rgba(255,232,241,0.39) 26.35%, rgba(214,224,249,0.39) 45.6%, rgba(191,212,255,0.39) 75.48%, rgba(162,237,255,0.39) 100%);
}

.job-about-area .titlebox{
	text-align: center;
}
.job-about-area .titlebox.big .title-en{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
	color: #fff;
	z-index: 0;
}
.job-about-area .titlebox.big .title-jp{
	z-index: 1;
	position: relative;
}

.job-about-area > .catch{
	text-align: center;
}
.job-about-area .list-wrap {
	background-color: #fff;
	padding: 70px 100px 40px;
	border-radius: 110px;
}
.job-about-area .list-wrap:nth-child(n + 2){
	margin: 70px auto 0;
}
.job-about-area .list-wrap .txt-wrap{
	position: relative;
}
	
.job-about-area .list-wrap .num {
    background-color: #00CCFF;
    padding: 13px 23px;
    border-radius: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    top: -87px;
    left: 0px;
    display: inline-block;
    position: absolute;
}
.job-about-area .list-wrap .num p {
	font-size: 2rem;
	font-weight: 700;
		font-family: "Space Grotesk", sans-serif;
}

.job-about-area .list-wrap .num:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    border: 8px solid transparent;
    border-top: 10px solid #00CCFF;
    z-index: 0;
}
.job-about-area .job02.list-wrap .num {
	background-color: #FFCC00;
}
.job-about-area .job02.list-wrap .num:before {
    border-top: 10px solid #FFCC00;
}
.job-about-area .job03.list-wrap .num {
	background-color: #FF0066;
}
.job-about-area .job03.list-wrap .num:before {
    border-top: 10px solid #FF0066;
}
.job-about-area .job04.list-wrap .num {
	background-color: #31D8A8;
}
.job-about-area .job04.list-wrap .num:before {
    border-top: 10px solid #31D8A8;
}

.job-about-area .list-wrap .catch {
	font-size: 2.5rem;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 13px;
	border-bottom: solid 1px #00CCFF;
}
.job-about-area .job02.list-wrap .catch {
	border-bottom: solid 1px #FFCC00;
}
.job-about-area .job03.list-wrap .catch {
	border-bottom: solid 1px #FF0066;
}
.job-about-area .job04.list-wrap .catch {
	border-bottom: solid 1px #31D8A8;
}

.job-about-area .list-wrap .txt {
	margin-bottom: 44px;
}

.job-about-wrap{
	display: flex;
	justify-content: space-between;
}
.job-about-wrap li{
	width: calc((100% / 2) - 10px);
	background: #F5F6F8;
	border-radius: 20px;
	padding: 25px;
}
.job-about-wrap .title{
	background: #fff;
	border-radius: 50px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.9rem;
	margin: 0 0 15px;
}
.job-about-wrap .txt{
	padding: 0 20px;
}
@media screen and (max-width: 1450px) {
    .inner.w-1400 {
        width: 1200px;
	}
}

@media screen and (max-width: 768px){
	.job-about-area {
		border-radius: 20px;
		padding: 50px 20px 50px;
		margin: 40px 0 50px;
	}
    .inner.w-1400 {
        width: 100%;
	}
	.job-about-area .titlebox{
	}
	.job-about-area .titlebox.big .title-en{
	}
	.job-about-area .titlebox.big .title-jp{
	}

	.job-about-area > .catch{
	}
	.job-about-area .list-wrap {
		width: 100%;
		padding: 20px;
		border-radius: 20px;
	}
	.job-about-area .list-wrap:nth-child(n + 2){
		margin: 40px auto 0;
	}
	.job-about-area .list-wrap .txt-wrap{
	}

	.job-about-area .list-wrap .num {
		font-size: 1.6rem;
		padding: 8px 15px;
		top: -47px;
	}
	.job-about-area .list-wrap .num p {
	}

	.job-about-area .list-wrap .num:before {
	}
	.job-about-area .job02.list-wrap .num {
	}
	.job-about-area .job02.list-wrap .num:before {
	}
	.job-about-area .job03.list-wrap .num {
	}
	.job-about-area .job03.list-wrap .num:before {
	}
	.job-about-area .job04.list-wrap .num {
	}
	.job-about-area .job04.list-wrap .num:before {
	}

	.job-about-area .list-wrap .catch {
		font-size: 2.2rem;
	}
	.job-about-area .job02.list-wrap .catch {
	}
	.job-about-area .job03.list-wrap .catch {
	}
	.job-about-area .job04.list-wrap .catch {
	}

	.job-about-area .list-wrap .txt {
		margin: 0 0 20px;
	}

	.job-about-wrap{
		display: block;
	}
	.job-about-wrap li{
		width: 100%;
		padding: 15px;
	}
	.job-about-wrap li:nth-child(2){
		margin: 10px 0 0;
	}
	.job-about-wrap .title{
	}
	.job-about-wrap .txt{
	}
}



/* -----------------------------------------------------------
	エンジニアのサポート体制
--------------------------------------------------------------*/
.job-support-area {
	position: relative;
	margin: 0 0 150px;
}
.job-support-area .triangle-yellow{
	position: absolute;
    right: -300px;
    margin: 0px 0 0;
}
.job-support-area .triangle-pink{
	position: absolute;
    right: 120px;
    margin: 350px 0 0;
}

.job-support-area .titlebox {
	text-align: center;
	margin-bottom: 50px;
}

.job-support-area .titlebox .title-en {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}

.job-support-area .txt-wrap{
	text-align: center;
	position: relative;

}
.job-support-area .txt-wrap .catch{
	margin: 0 0 50px;
}
.job-support-area .txt-wrap .txt{
	margin: 0 0 50px;
}

.job-support-area .support-box {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 15px;
}
.job-support-area .support-box:last-child {
	margin-bottom: 0px;
}

.job-support-area .support-img {
	width: 50%;
	flex-shrink: 0;
	height: 460px;
	border-radius: 50px;
}

.job-support-area .support-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.job-support-area .reverse {
	flex-direction: row-reverse;
}

.job-support-area .support-textbox {
	width: 620px;
	margin: 0 auto 0 0;
}

.job-support-area .txt {
	line-height: 2;
}

.job-support-area .support-title {
	font-size: 2.5rem;
	letter-spacing: .05em;
	margin: 0 0 20px 0;
	line-height: 1.4;
	font-weight: 700;
}

.job-support-area .support-num {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 15px 24px;
	margin: 0 0 20px;
	text-align: center;
	width: fit-content;
	background:#00CCFF;
	border-radius: 10px;
	font-family: "Space Grotesk", sans-serif;
	position: relative;
}
.job-support-area .feature02 .support-num {
	background:#FFCC00;
}
.job-support-area .feature03 .support-num {
	background:#FF0066;
}
.job-support-area .feature04 .support-num {
	background:#31D8A8;
}

.job-support-area .support-num:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 12px solid #00CCFF;
	border-top: 0;
	transform: rotate(50deg);
	bottom: -5px;
	left: 13px;
}
.job-support-area .feature02 .support-num:before {
	border-bottom: 12px solid #FFCC00;
}
.job-support-area .feature03 .support-num:before {
	border-bottom: 12px solid #FF0066;
}
.job-support-area .feature04 .support-num:before {
	border-bottom: 12px solid #31D8A8;
}

.job-support-area .support-img {
	width: 50%;
	flex-shrink: 0;
	height: 470px;
	border-radius: 110px;
}


@media screen and (max-width: 1350px){
	.job-support-area .support-textbox {
		width: 580px;
	}
}

@media screen and (max-width: 768px) {
	.job-support-area {
		margin: 0px 0 0;
	}
	.job-support-area .triangle-yellow{
		width: 200px;
		right: -100px;
		margin: 50px 0 0 ;
	}
	.job-support-area .triangle-pink{
		width: 80px;
        right: 30px;
        margin: 200px 0 0;
	}
	.job-support-area .txt-wrap .catch{
		margin: 0 0 20px;
	}
	.job-support-area .txt-wrap .txt{
		margin: 0 0 20px;
		text-align: left;
	}
	.job-support-area .titlebox {
		margin-bottom: 30px;
	}
	.job-support-area .support-box {
		flex-direction: column;
		gap: 0;
		margin-bottom: 0px;
	}
	
	.job-support-area .support-box:first-of-type {
		margin-top: 25px;
	}

	.job-support-area .support-img {
		width: 95%;
		height: auto;
		border-radius: 20px;
	}
	
	.job-support-area .support-img img {
		width: 100%;
		height: auto;
		object-fit: unset;
	}

	.job-support-area .support-textbox {
		padding: 10px 20px 35px;
		width: 100%;
	}

	.job-support-area .txt {
		line-height: 2;
	}

	.job-support-area .support-title {
		font-size: 2.2rem;
		margin-bottom: 18px;
	}

	.job-support-area .support-num {
		padding: 5px 10px;
		margin: 0 0 10px;
		border-radius: 5px;
	}

	
}


/* -----------------------------------------------------------
	求める人物像
--------------------------------------------------------------*/
.job-seek-area {
	z-index: -1;
    position: relative;
	margin:  0 0 105px;
}
.job-seek-area .triangle-blue{
	position: absolute;
    left: -100px;
    margin: 25px 0 0;
}

.job-seek-area .titlebox{
	text-align: center;
}
.job-seek-area .titlebox .title-en {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}

.job-seek-area .txt-wrap{
	text-align: center;
}
.job-seek-area .txt-wrap .catch{
	margin: 0 0 50px;
}

/* 切り替わり画像 */
.slide-wrap {
	display: flex;
	margin: 60px 0 0;
}

.slide-image {
	list-style: none;
	display: grid;
	padding: 0;
	margin: 0 50px 0 0;
	overflow: hidden;
    width: 43%;
	border-radius: 0px 110px 110px 0px;
	flex-shrink: 0;
	position: relative;
	z-index: -1;
  }
.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.job-seek-area ul{
	margin: 43px 0 0;
}
.job-seek-area ul li{
	margin: 0 0 55px;
}

.job-seek-area .txt-area-wrap {
	padding: 0 100px 0 0;
}
.job-seek-area .txt-area-wrap .title{
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 20px 40px;
	position: relative;
}
.job-seek-area .txt-area-wrap .title::before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url("../img/job-seek-icon.png") no-repeat top center / contain;
}
.job-seek-area .txt-area-wrap .txt{

}

@media screen and (min-width:769px) and ( max-width:1400px) {
	.slide-image {
		width: 580px;
	}

}

@media screen and (max-width: 768px){
	.job-seek-area {
		margin: 0 0 50px;
	}
	.job-seek-area .triangle-blue{
		width: 150px;
        left: -60px;
        margin: 40px 0 0;
        z-index: -1;
	}
	.job-seek-area .titlebox{
	}
	.job-seek-area .titlebox .title-en {
	}

	.job-seek-area .txt-wrap{
	}
	.job-seek-area .txt-wrap .catch{
		margin: 0 0 20px;
	}
	.job-seek-area .txt-wrap .txt{
		text-align: left;
	}

	/* 切り替わり画像 */
	.slide-wrap {
		display: block;
		margin: 30px 0 0;
	}

	.slide-image {
		margin: 0;
		border-radius: 20px;
		width: 100%;
		height: 200px;
	  }
	.slide-image img {
		object-position: center;
	}
	.job-seek-area ul{
		margin: 20px 0 0;
	}
	.job-seek-area ul li{
		margin: 0 0 20px;
	}

	.job-seek-area .txt-area-wrap {
		padding: 0 0 0 0;
	}
	.job-seek-area .txt-area-wrap .title{
		line-height: 1.5;
		padding: 0 0 10px 40px;
		font-size: 2.2rem;
	}
	.job-seek-area .txt-area-wrap .title::before{
		top: 8px;
	}
	.job-seek-area .txt-area-wrap .txt{

	}
}


/* -----------------------------
	歓迎するスキル
-------------------------------- */
.job-skill-area{
	margin: 0 0 110px;
	position: relative;
}
.job-skill-area .triangle-light-blue{
	position: absolute;
    right: -80px;
    margin: 0 0 0;
}
.job-skill-area .titlebox{
	text-align: center;
}
.job-skill-area .titlebox .title-en {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}

.job-skill-area .txt-wrap{
	text-align: center;
}

.job-skill-wrap{
	width: 1200px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 30px auto 0;
}
.job-skill-wrap > div{
	border-radius: 20px;
	padding: 30px 25px 15px;
	background: #F5F6F8;
	width: calc((100% / 2) - 10px);
}

.job-skill-wrap .title{
	background: #FFCC00;
    height: 53px;
    line-height: 53px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    font-size: 2.5rem;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}
.job-skill-wrap > div.skill02 .title{
	background: #00CCFF;
}
.job-skill-wrap > div.skill03 .title{
	background: #FF0066;
}
.job-skill-wrap > div.skill04 .title{
	background: #31D8A8;
}

.job-skill-wrap ul{
	margin: 0 0 0;
}
.job-skill-wrap ul li{
	padding: 0 0 20px 40px;
	position: relative;
}
.job-skill-wrap ul li::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 12px;
	left: 20px;
	border-radius: 5px;
	background: #FFCC00;
}
.job-skill-wrap > div.skill02 ul li::before{
	background: #00CCFF;
}
.job-skill-wrap > div.skill03 ul li::before{
	background: #FF0066;
}
.job-skill-wrap > div.skill04 ul li::before{
	background: #31D8A8;
}

@media screen and (max-width: 768px){
	.job-skill-area{
		margin: 0 0 50px;
	}
	.job-skill-area .triangle-light-blue{
        width: 120px;
        right: -20px;
        margin: 0 0 0;
        z-index: -1;
	}
	.job-skill-area .titlebox{
	}
	.job-skill-area .titlebox .title-en {
	}

	.job-skill-area .txt-wrap{
	}
	
	.job-skill-area .txt-wrap .txt{
		text-align: left;
	}

	.job-skill-wrap{
		width: 100%;
		display: block;
	}
	.job-skill-wrap > div{
		width: 100%;
		padding: 20px 10px;
	}
	.job-skill-wrap > div:nth-child(n + 2){
		margin: 10px 0 0;
	}
	.job-skill-wrap .title{
		font-size: 2rem;
		height: 45px;
    line-height: 45px;
	}
	.job-skill-wrap > div.skill02 .title{
	}
	.job-skill-wrap > div.skill03 .title{
	}
	.job-skill-wrap > div.skill04 .title{
	}

	.job-skill-wrap ul{
	}
	.job-skill-wrap ul li{
		padding: 0 0 10px 30px;
	}
	.job-skill-wrap ul li::before{
		top: 10px;
		left: 10px;
	}
	.job-skill-wrap > div.skill02 ul li::before{
	}
	.job-skill-wrap > div.skill03 ul li::before{
	}
	.job-skill-wrap > div.skill04 ul li::before{
	}
}


/* -----------------------------------------------------------
    キャリアパス
-------------------------------------------------------------- */
.job-career-img{
	margin: 0 0 100px;
	height: 600px;
}
.job-career-img img{
	object-fit: cover;

	width: 100%;
}
.job-career-area{
	margin: 0 0 120px;
}
.job-career-area .titlebox{
	text-align: center;
}
.job-career-area .titlebox .title-en {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}

.job-career-area .txt-wrap{
	text-align: center;
	margin: 0 auto 50px;
}
.job-career-area .txt-wrap .catch{
	margin: 0 0 40px;
}
.job-career-area .txt-wrap .txt{
	text-align: left;
}

.job-career-link .subcatch{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 40px;
	position: relative;
}
.job-career-link .subcatch::before{
	content: '';
	position: absolute;
	width: 28px;
	height: 29px;
	background: url("../img/job-career-subcatch01.png") no-repeat top center / contain;
	margin: 0 0 0 -50px;
}
.job-career-link .subcatch::after{
	content: '';
	position: absolute;
	width: 28px;
	height: 29px;
	background: url("../img/job-career-subcatch02.png") no-repeat top center / contain;
	margin: 0 0 0 20px;
}
.job-career-link .inner{
	display: flex;
	justify-content: space-between;
	padding: 0 100px 0;
}
.job-career-link .inner div{
	background: #F5F6F8;
	width: calc((100% / 2) - 10px);
	border-radius: 20px;
}
.job-career-link .inner div a{
	padding: 20px 20px 70px;
	display: block;
	position: relative;
	height: 100%;
}
.job-career-link .inner div a::before{
	content: '\f0d7';
	position: absolute;
	bottom: 16px;
	font-family: 'FontAwesome';
	color: #00CCFF;
	font-size: 3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transition: .3s all;
}
.job-career-link .inner div:nth-child(2) a::before{
	color: #FFCC00;
}

.job-career-link .inner div a:hover::before{
	bottom: 6px;	
}
.job-career-link .inner div .title{
	background: #00CCFF;
    height: 61px;
    line-height: 61px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    font-size: 2rem;
	letter-spacing: .05em;
	margin: 0 0 30px;
}
.job-career-link .inner div:nth-child(2) .title{
	background: #FFCC00;
}
.job-career-link .inner div img{
	margin: 0 auto 0;
	display: block;
	width: 307px;
	height: 188px;
}
.job-career-link .inner div:nth-child(2) img{
	width: 260px;
}

.job-career-link .inner .txt{
	font-weight: bold;
	font-size: 1.8rem;
}
.job-career-wrap{
	background: #F5F6F8;
	border-radius: 110px;
	padding: 80px 0 120px;
	margin: 75px 0 0;
}
.job-career-wrap > div:nth-child(n + 2){
	margin: 50px auto 0;
}
.job-career-wrap .inner{
	padding: 0 100px;
}
.job-career-wrap .job-career-title{
	background: #00CCFF;
	height: 66px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
	font-size: 2.5rem;
}
.job-career-wrap #infrastructure .job-career-title{
	background: #FFCC00;
}
.job-career-wrap #other .job-career-title{
	background:#31D8A8;
}

.job-career-wrap ul{
	display: flex;
	margin: 50px 0 0;
	justify-content: space-between;
}
.job-career-wrap ul li{
	background: #fff;
	width: calc((100% / 4) - 15px);
	border-radius: 20px;
	padding: 73px 20px 60px;
	position: relative;
}
.job-career-wrap #development ul li:nth-child(n + 2)::before{
content: '\f0da';
    position: absolute;
    font-family: 'FontAwesome';
    color: #00CCFF;
    font-size: 3rem;
    left: -15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.job-career-wrap #infrastructure ul li:nth-child(n + 2)::before{
content: '\f0da';
    position: absolute;
    font-family: 'FontAwesome';
    color: #FFCC00;
    font-size: 3rem;
    left: -15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.job-career-wrap .step-num{
	background-color: #00CCFF;
    padding: 15px 46px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    position: relative;
    top: -10px;
    left: 20px;
    display: inline-block;
    position: absolute;
}
.job-career-wrap ul li:nth-child(2) .step-num{
	background-color: #00A0FF;
}
.job-career-wrap ul li:nth-child(3) .step-num{
	background-color: #0A66DF;
}
.job-career-wrap ul li:nth-child(4) .step-num{
	background-color: #001C8A;
}

.job-career-wrap .step-num::after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 12px solid #00CCFF;
    border-top: 0;
    transform: rotate(50deg);
    bottom: -5px;
    left: 13px;
}
.job-career-wrap ul li:nth-child(2) .step-num::after{
    border-bottom: 12px solid #00A0FF;
}
.job-career-wrap ul li:nth-child(3) .step-num::after{
    border-bottom: 12px solid #0A66DF;
}
.job-career-wrap ul li:nth-child(4) .step-num::after{
    border-bottom: 12px solid #001C8A;
}

.job-career-wrap #infrastructure ul li .step-num{
	background-color: #FFCC00;
}
.job-career-wrap #infrastructure ul li:nth-child(2) .step-num{
	background-color: #FFAA00;
}
.job-career-wrap #infrastructure ul li:nth-child(3) .step-num{
	background-color: #FF7700;
}
.job-career-wrap #infrastructure ul li:nth-child(4) .step-num{
	background-color: #FF6000;
}
.job-career-wrap ul li:last-of-type .step-num::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 16px;
    right: 20px;
	background: url("../img/job-career-deco.png") no-repeat top center / contain;
}
.job-career-wrap #infrastructure ul li:nth-child(1) .step-num::after{
    border-bottom: 12px solid #FFCC00;
}
.job-career-wrap #infrastructure ul li:nth-child(2) .step-num::after{
    border-bottom: 12px solid #FFAA00;
}
.job-career-wrap #infrastructure ul li:nth-child(3) .step-num::after{
    border-bottom: 12px solid #FF7700;
}
.job-career-wrap #infrastructure ul li:nth-child(4) .step-num::after{
    border-bottom: 12px solid #FF6000;
}


.job-career-wrap .step-title{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #00CCFF;
	padding: 0 0 20px;
	margin: 0 0 22px;
}
.job-career-wrap ul li:nth-child(2) .step-title{
	border-bottom: solid 1px #00A0FF;
}
.job-career-wrap ul li:nth-child(3) .step-title{
	border-bottom: solid 1px #0A66DF;
}
.job-career-wrap ul li:nth-child(4) .step-title{
	border-bottom: solid 1px #001C8A;
}

.job-career-wrap #infrastructure .step-title{
	border-bottom: solid 1px #FFCC00;
}
.job-career-wrap #infrastructure ul li:nth-child(2) .step-title{
	border-bottom: solid 1px #FFAA00;
}
.job-career-wrap #infrastructure ul li:nth-child(3) .step-title{
	border-bottom: solid 1px #FF7700;
}
.job-career-wrap #infrastructure ul li:nth-child(4) .step-title{
	border-bottom: solid 1px #FF6000;
}


.job-career-wrap .deco-txt{
	text-align: right;
	font-size: 10.2rem;
	color: #fff;
	padding: 60px 0 0;
	position: relative;
	font-family: "Space Grotesk", sans-serif;
	font-weight: bold;
}

.job-career-wrap .deco-txt::before{
	content: '';
	position: absolute;
	width: 406px;
	height: 226px;
	bottom: 0;
	left: 0;
	background: url("../img/job-career-link01.png") no-repeat top center / contain;
}
.job-career-wrap #infrastructure .deco-txt::before{
	width: 340px;
	height: 246px;
	background: url("../img/job-career-link02.png") no-repeat top center / contain;
}
.job-career-wrap #other .deco-txt::before{
	width: 379px;
	height: 260px;
	background: url("../img/job-career-link03.png") no-repeat top center / contain;
bottom: -40px;
    left: 40px;
}
.job-career-wrap #other ul{
	flex-wrap: wrap;
	gap: 20px;
	margin: 45px 0 0 ;
}

.job-career-wrap #other ul li{
	width: calc((100% / 2) - 10px);
	padding: 40px 30px;
}


.job-career-wrap #other .title{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #31D8A8;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.job-career-wrap #other .job-career-title{
	margin:0 0 40px;
}
@media screen and (max-width: 768px) {
	.job-career-img{
		height: 180px;
		margin: 0 0 20px;
	}
	.job-career-img img{
		height: 100%;
	}
	.job-career-area{
		margin: 0 0 50px;
	}
	.job-career-area .titlebox{
	}
	.job-career-area .titlebox .title-en {
	}

	.job-career-area .txt-wrap{
		margin: 0 0 20px;
	}
	.job-career-area .txt-wrap .catch{
		margin: 0 0 20px;
	}
	.job-career-area .txt-wrap .txt{
		text-align: left;
	}

	.job-career-link .subcatch{
		margin: 0 0 15px;
	}
	.job-career-link .subcatch::before{
	}
	.job-career-link .subcatch::after{
	}
	.job-career-link .inner{
		padding: 0 20px;
		display: block;
	}
	.job-career-link .inner div{
		width: 100%;
	}
	.job-career-link .inner div:nth-child(2){
		margin: 10px 0 0;
	}
	.job-career-link .inner div a{
		padding: 20px 20px 30px;
	}
	.job-career-link .inner div a::before{
		bottom: 3px;
	}
	.job-career-link .inner div:nth-child(2) a::before{
	}
	.job-career-link .inner div .title{
		height: 45px;
		line-height: 45px;
		margin: 0 0 10px;
	}
	.job-career-link .inner div:nth-child(2) .title{
	}
	.job-career-link .inner div img{
		height: 110px;
        width: auto;
		margin: 0 auto 10px;
	}
	.job-career-link .inner div:nth-child(2) img{
		 width: auto;
	}

	.job-career-link .inner .txt{
	}
	.job-career-wrap{
		border-radius: 20px;
		padding: 50px 0;
		margin: 20px 0 0;
	}
	.job-career-wrap > div:nth-child(n + 2){
		margin: 20px auto 0;
	}
	.job-career-wrap .inner{
		padding: 0 20px;
	}
	.job-career-wrap .job-career-title{
		font-size: 2rem;
		height: 45px;
		line-height: 45px;
	}
	.job-career-wrap #infrastructure .job-career-title{
	}
	.job-career-wrap #other .job-career-title{
	}

	.job-career-wrap ul{
		display: block;
		margin: 20px 0 0;
	}
	.job-career-wrap ul li{
		width: 100%;
		padding: 40px 20px 20px;
	}
	.job-career-wrap ul li:nth-child(n + 2){
		margin: 20px 0 0;
	}
	.job-career-wrap #development ul li:nth-child(n + 2)::before{
		content: '\f0d7';
		top: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.job-career-wrap #infrastructure ul li:nth-child(n + 2)::before{
		content: '\f0d7';
		top: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.job-career-wrap .step-num{
		font-size: 1.6rem;
		padding: 10px 20px;
	}
	.job-career-wrap ul li:nth-child(2) .step-num{
	}
	.job-career-wrap ul li:nth-child(3) .step-num{
	}
	.job-career-wrap ul li:nth-child(4) .step-num{
	}

	.job-career-wrap .step-num::after{
	}
	.job-career-wrap ul li:nth-child(2) .step-num::after{
	}
	.job-career-wrap ul li:nth-child(3) .step-num::after{
	}
	.job-career-wrap ul li:nth-child(4) .step-num::after{
	}

	.job-career-wrap #infrastructure ul li .step-num{
	}
	.job-career-wrap #infrastructure ul li:nth-child(2) .step-num{
	}
	.job-career-wrap #infrastructure ul li:nth-child(3) .step-num{
	}
	.job-career-wrap #infrastructure ul li:nth-child(4) .step-num{
	}
	.job-career-wrap ul li:last-of-type .step-num::before{
		top: 7px;
    right: 3px;
	}
	.job-career-wrap #infrastructure ul li:nth-child(1) .step-num::after{
	}
	.job-career-wrap #infrastructure ul li:nth-child(2) .step-num::after{
	}
	.job-career-wrap #infrastructure ul li:nth-child(3) .step-num::after{
	}
	.job-career-wrap #infrastructure ul li:nth-child(4) .step-num::after{
	}

	.job-career-wrap .step-title{
		padding: 0 0 10px;
		margin: 0 0 8px;
	}
	.job-career-wrap ul li:nth-child(2) .step-title{
	}
	.job-career-wrap ul li:nth-child(3) .step-title{
	}
	.job-career-wrap ul li:nth-child(4) .step-title{
	}

	.job-career-wrap #infrastructure .step-title{
	}
	.job-career-wrap #infrastructure ul li:nth-child(2) .step-title{
	}
	.job-career-wrap #infrastructure ul li:nth-child(3) .step-title{
	}
	.job-career-wrap #infrastructure ul li:nth-child(4) .step-title{
	}


	.job-career-wrap .deco-txt{
		font-size: 4rem;
		padding: 10px 0 0;
	}

	.job-career-wrap .deco-txt::before{
		width: 140px;
        height: 80px;
		left: 0;
		bottom: 0;
		background-position: bottom;
	}
	.job-career-wrap #infrastructure .deco-txt::before{
		width: 140px;
        height: 80px;
		left: 0;
		bottom: 0;
		background-position: bottom;
	}
	.job-career-wrap #other .deco-txt::before{
		width: 140px;
        height: 80px;	
		left: 0;
		bottom: 0;
		background-position: bottom;
	}
	.job-career-wrap #other ul{
		margin: 20px 0 0;
	}

	.job-career-wrap #other ul li{
		width: 100%;
		padding: 30px 20px;
	}
	.job-career-wrap #other ul li:nth-child(n + 2){
		margin: 10px 0 0;
	}

	.job-career-wrap #other .title{
		padding: 0 0 10px;
		margin: 0 0 8px;
		line-height: 1.5;
	}
	.job-career-wrap #other .job-career-title{
		margin: 0 0 20px;
	}	
}

/* -----------------------------
	-area
-------------------------------- */
.crosstalk-banner{
	margin: 0 0 100px;
}
.crosstalk-banner .inner{
	background: url("../img/crosstalk-banner.jpg") no-repeat top center / cover;
	border-radius: 40px;

}
.crosstalk-banner .inner a{
	background-color: rgba(0,0,0,0.39);
	padding: 80px;
	width: 100%;
    height: 100%;
    display: block;
	border-radius: 40px;
}

.crosstalk-banner .titlebox .title-en {
	color: #fff;
	font-size: 5rem;
}
.crosstalk-banner .titlebox .title-jp {
	color: #fff;
	font-size: 1.8rem;
}
.crosstalk-banner .titlebox .catch {
	color: #fff;
	margin: 0;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	padding: 30px 0 0;
	width: 500px;
}

.crosstalk-banner .inner a:hover{
	background-color: rgba(0,0,0,0.15);
}
.crosstalk-banner img{
	display: none;
}

@media screen and (max-width: 768px){
	.crosstalk-banner{
		margin: 0 0 50px;
		padding: 0 20px;
	}
	.crosstalk-banner .inner{
		border-radius: 20px;
		background-position: center;
		background: none;
	}
	.crosstalk-banner img{
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: right;
		margin: 0 0 10px;
		border-radius: 20px;
		display: block;
	}
	.crosstalk-banner .inner a{
		border-radius: 20px;
		padding: 0 0 0;
		background: none;
		position: relative;
	}
	.crosstalk-banner .inner a::before{
		content: '\f105';
		position: absolute;
		bottom: 0;
		right: 0;
		font-family: 'FontAwesome';
		font-size: 2.6rem;
		

	}

	.crosstalk-banner .titlebox .title-en {
		font-size: 3rem;
		color: #333;
	}
	.crosstalk-banner .titlebox .title-jp {
		font-size: 1.6rem;
		color: #333;
	}
	.crosstalk-banner .titlebox .catch {
		width: 100%;
		font-size: 2rem;
		color: #333;
		display: none;
	}

	.crosstalk-banner .inner a:hover{
		background: none;
	}
}
	