/*------------------------------------------
  First View
------------------------------------------*/
.first-view {
	width: 100%;
	position: relative;
	padding: 5rem 0;
	margin-bottom: 10rem;
}
.first-view .inner01 {
	max-width: 1708px;
	width: 90%;
	margin: auto;
	position: relative;
}

.first-view .catch {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.first-view .inner02 {
	max-width: 1280px;
	width: 90%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.first-view .progress-bar {
  width: 350px;
  background: #D9D9D9;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}
.first-view .progress-bar .bar {
  width: 0%;
  height: 10px;
  background: #3F72AF;
  border-radius: 80px;
}
.first-view .slide-count span {
	display: inline-block;
	font-size: 34px;
	font-weight: 500;
	color: #112D4E;
	line-height: 1;
	letter-spacing: -1px
}
@media only screen and (max-width: 1024px) {
	.first-view {
		padding: 3rem 0 4rem;
	}
	.first-view .inner01:before,
	.first-view .inner01:after {
		font-size: 100px;
	}
	.first-view .inner01:before {
		top: -30px;
		left: -15px;
	}
	.first-view .inner01:after {
		bottom: -30px;
		right: -15px;
	}
	.first-view .progress-bar {
		width: 170px;
	}
	.first-view .progress-bar .bar {
		height: 5px;
	}
	.first-view .slide-count span {
		font-size: 20px;
		letter-spacing: -3px;
	}
}
@media only screen and (max-width: 600px) {
	.first-view {
		margin-bottom: 5rem;
	}
	.first-view .catch {
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		width: 90%;
	}
}

/*------------------------------------------
	Top
------------------------------------------*/
/* Common */
.top-inner {
	max-width: 1112px;
	width: 95%;
	margin: auto;
}
.top-margin {
	margin-top: 15rem;
}
.top-block01 .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.top-block01 .title {
	font-size: 54px;
	font-weight: 500;
	position: relative;
	line-height: 1;
	writing-mode: vertical-rl;
	color: #112D4E;
}
.top-block01 .title:after {
	content: "";
	width: 1px;
	height: 500px;
	display: block;
	background: #112D4E;
	position: absolute;
	left: 18px;
	top: 0;
}
.top-block01 .title span {
	background: #fff;
	padding-bottom: 3rem;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.top-block01 .text {
	width: 88.67%;
}
.top-block01 .text p {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 2rem;
	color: #112D4E;
}
.top-block01 .text .btn {
	margin-top: 3rem;
}
.top-block01 .text .btn a{
	color: #112D4E;
}
.top-block01 .flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.top-block01 .flex img {
	width: 46.654%;
}
.top-block01.reverse .title {
	order: 2;
}
.top-block01.reverse .text {
	order: 1;
}
@media only screen and (max-width: 1024px) {
	.top-block01 .title {
		font-size: 22px;
	}
	.top-block01 .title:after {
		left: 7px;
		height: 200px;
	}
	.top-block01 .title span {
		padding-bottom: 1rem;
	}
	.top-block01 .text p {
		font-size: 20px;
	}
	.top-block01 .text .btn {
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 600px) {
	.top-margin {
		margin-top: 10rem;
	}
}

/* Recruit */
.top-recruit .img {
	width: 93.256%;
	margin: auto;
	position: relative;
}
.top-recruit .img img {
	position: relative;
	z-index: 2;
}
.top-recruit .img .title {
	font-size: 104px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
}
.top-recruit .img .title01 {
	left: -37px;
	top: -70px;
	z-index: 1;
}
.top-recruit .img .title02 {
	right: -37px;
	bottom: -50px;
	z-index: 3;
}
.top-recruit .txt {
	width: 88.67%;
	margin: 5rem 0 3rem auto;
	font-size: 22px;
	line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
	.top-recruit .img {
		width: 95%;
	}
	.top-recruit .img .title {
		font-size: 44px;
	}
	.top-recruit .img .title01 {
		left: -15px;
		top: -30px;
	}
	.top-recruit .img .title02 {
		right: -15px;
		bottom: -15px;
	}
	.top-recruit .txt {
		font-size: 16px;
		width: 95%;
		margin: 4rem auto 2rem;
	}
}

/* News */
.top-news {
	position: relative;
}
.top-news:after {
	content: "";
	width: 56.25%;
	height: 40px;
	display: block;
	opacity: .5;
	position: absolute;
	top: 30px;
	left: 0;
}
.top-news .inner {
	max-width: 1080px;
	width: 95%;
	margin: auto;
}
.top-news .title {
	font-family: 'Noto Sans';
	font-size: 54px;
	font-weight: 500;
	color: #112D4E;
	position: relative;
	line-height: 1;
	z-index: 1;
	margin-bottom: 10rem;
}
.top-news .title:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #D9D9D9;
	opacity: .5;
	position: absolute;
	left: 0;
	bottom: -35px;
	z-index: -1;
}
.top-news .post-time a{
	color: #112D4E;
}
.top-news .btn {
	max-width: 745px;
	width: 100%;
	margin: 3rem auto 0;
	box-sizing: border-box;
}
.top-news.reverse:after {
	left: auto;
	right: 0;
}
.top-news.reverse .title {
	text-align: right;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 600px) {
	.top-news:after {
		width: 80%;
		top: 25px;
	}
	.top-news .title {
		font-size: 44px;
		margin-bottom: 7rem;
	}
	.top-news .title:after {
		bottom: -40px;
	}
}