@charset "UTF-8";

/*------------------------
Works
------------------------*/
#works .inner{
	padding: 80px 0 120px;
	display: flex;
	justify-content: space-between;
}
#works .txt-wrap {
	flex: 1;
}
#works h2 {
	font-size: 52px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
#works h2::after{
	content: "";
	width: 60px;
	height: 1px;
	background: var(--red);
	position: absolute;
	bottom: 0;
	left: 0;
}
#works .textarea {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	line-height: 1.667;
}
#works .cont {
	background: var(--bg_gray);
	padding: 20px 25px;
}
#works .cont .ttl {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
#works .cont ul {
	display: flex;
	flex-wrap: wrap;
}
#works .cont ul li {
	width: 48%;
	font-size: 17px;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}
#works .image {
	width: 580px;
	height: 438px;
	margin-left: 40px;
}
#works .image img{
	object-fit: cover;
}

/*------------------------
一日の流れ例
------------------------*/
#schedule {
	background: #f9f9f9;
	position: relative;
	overflow: hidden;
}
#schedule::before,
#schedule::after{
	content: "";
	background: url(/career-opportunities/pc/img/operation/flow_bg_icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
}
#schedule::before{
	width: 512px;
	height: 512px;
	top: 150px;
	right: -50px;
}
#schedule::after{
	width: 440px;
	height: 440px;
	left: 0;
	bottom: -80px;
	z-index: 0;
}
#schedule .bg-en {
	font-size: 100px;
	line-height: 0.8;
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0.6;
	color: #f1f1f1;
	mix-blend-mode: multiply;
}
#schedule .inner{
	padding: 80px 0 90px;
	position: relative;
	z-index: 10;
}
#schedule h2 {
	color: var(--navy);
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
#schedule h2::after{
	content: "";
	width: 80px;
	height: 2px;
	background: var(--navy);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#schedule .flow-wrap {
	display: flex;
	flex-wrap: wrap;
}
#schedule .flow {
	width: 277px;
	border: 1px solid var(--navy);
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	margin-right: 30px;
}
#schedule .flow:nth-child(4n){
	margin-right: 0;
}
#schedule .flow:not(:first-child)::after{
	content: "";
	width: 54px;
	height: 45px;
	background: url(/career-opportunities/pc/img/operation/icon_navy.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -43px;
	opacity: 0.8;
}
#schedule .flow .image {
	width: 100%;
	height: 182px;
}
#schedule .flow .image img {
	object-fit: cover;
}
#schedule .flow .time {
	background: url(/career-opportunities/pc/img/operation/time_bg.png) no-repeat right;
	background-size: cover;
	width: 110px;
	height: 34px;
	display: flex;
	align-items: center;
	padding-left: 12px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#schedule .flow ul{
	padding: 15px 20px;
}
#schedule .flow ul li {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
}
#schedule .flow ul li:last-child{
	margin-bottom: 0;
}
#schedule .flow ul li p{
	flex: 1;
}

/*------------------------
キャリアパス
------------------------*/
#career {
	position: relative;
	overflow: hidden;
}
#career .bg-en {
	font-size: 100px;
	line-height: 0.8;
	position: absolute;
	top: 40px;
	left: 40px;
	opacity: 0.6;
	color: #f1f1f1;
	mix-blend-mode: multiply;
}
#career .inner{
	padding: 80px 0 90px;
	position: relative;
	z-index: 10;
}
#career h2 {
	color: var(--navy);
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
#career h2::after{
	content: "";
	width: 80px;
	height: 2px;
	background: var(--navy);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#career .sub-txt {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}
#career .flow-wrap {
	display: flex;
	justify-content: space-around;
	background: #263246;
	background: linear-gradient(90deg, rgba(38, 50, 70, 1) 0%, rgba(216, 58, 58, 1) 100%);
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}
#career .flow-wrap .box{
	position: relative;
	width: 400px;
	text-align: center;
	padding: 34px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#career .flow-wrap .box:not(:last-child)::after {
	content: "";
	background: url(/career-opportunities/pc/img/operation/flow_arrow_w.svg) no-repeat center;
	background-size: cover;
	width: 60px;
	height: 100%;
	position: absolute;
	right: -40px;
	top: 0;
}
#career .example {
	padding: 40px 60px 60px;
	background: var(--bg_gray);
}
#career .flow-wrap .box .ttl{
	font-size: 17px;
	margin-bottom: 8px;
}
#career .flow-wrap .box .ttl span{
	font-size: 22px;
	font-weight: 500;
}
#career .flow-wrap .box .text{
	font-size: 15px;
}
#career .example h3 {
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	color: var(--navy);
	padding-bottom: 15px;
	margin-bottom: 18px;
	line-height: 1;
	position: relative;
}
#career .example h3::after{
	content: "";
	width: 50px;
	height: 1px;
	background: var(--navy);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#career .example .txt {
	font-size: 17px;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
#career .example .flex-box {
	justify-content: space-between;
}
#career .example .cont {
	background: #fff;
	display: flex;
	border: 1px solid var(--navy);
	padding: 15px;
	width: 530px;
}
#career .example .cont .image {
	width: 128px;
	height: 96px;
	margin-right: 20px;
}
#career .example .cont .txt-wrap .ttl {
	font-size: 22px;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}
#career .example .cont .txt-wrap p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
}


/*------------------------
エントリー
------------------------*/
#entry {
	position: relative;
	background: url(/career-opportunities/pc/img/entry_bg.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}
#entry .inner{
	padding: 60px 0 80px;
	position: relative;
	z-index: 10;
}
#entry h2 {
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 40px;
	position: relative;
}
#entry h2::after{
	content: "";
	width: 80px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#entry .btn a{
	width: 360px;
	height: 70px;
	background: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	line-height: 1;
	position: relative;
	border: 1px solid #fff;
}
#entry .btn a::after{
	content: "";
	width: 37px;
	height: 1px;
	background: var(--navy);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#entry .btn a:hover{
	background: unset;
	color: #fff;
}
#entry .btn a:hover::after{
	background: #fff;
}

/*------------------------
バックボタン
------------------------*/
.back-btn{
	width: 1200px;
	margin: 0 auto 120px;
}
.back-btn a{
	width: 280px;
	height: 70px;
	background: var(--black);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	position: relative;
}
.back-btn a::before{
	content: "";
	width: 37px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 6px;
	bottom: 0;
	margin: auto;
}
.back-btn a::after{
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: -4px;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
}

.back-btn a:hover{
	opacity: 0.8;
}