/*------------------------------------------
  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;
  z-index: 2;
}
.first-view .catch {
  position: absolute;
  right: -6%;
  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;
  position: relative;
  z-index: 2;
}
.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: #0078e8;
  border-radius: 80px;
}
.first-view .slide-count span {
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  color: #1b2f62;
  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 .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-margin02 {
  margin-top: calc(15rem + 8.8vw);
}
.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;
}
.top-block01 .title:after {
  content: "";
  width: 1px;
  height: 500px;
  display: block;
  background: #000;
  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;
}
.top-block01 .text .btn {
  margin-top: 3rem;
}
.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: 16px;
  }
  .top-block01 .text .btn {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .top-margin {
    margin-top: 10rem;
  }
	.top-margin02 {
		margin-top: calc(10rem + 8.8vw);
	}
}

.top-business {
  position: relative;
  z-index: 3;
}

.top-company__inner {
  padding-top: 47px;
  position: relative;
  padding-bottom: 0;
  background: #a1dcff;
}
.top-company__inner::after {
  position: absolute;
  content: "";
  bottom: -8.4vw;
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 52vw solid transparent;
  border-left: 52vw solid transparent;
  border-top: 8.8vw solid #a1dcff;
  border-bottom: 0;
}

@media only screen and (min-width: 1921px) {
	.top-company__inner::after {
		position: absolute;
		content: "";
		bottom: -168px;
		border-top: 170px solid #a1dcff;
	}
}

.top-company .title span {
  background: #a1dcff;
}

/* 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;
  background: #A1DCFF;
  opacity: 0.5;
  position: absolute;
  top: 30px;
  left: 0;
}
.top-news .inner {
  max-width: 1080px;
  width: 95%;
  margin: auto;
}
.top-news .title {
  font-size: 54px;
  font-weight: 500;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff,
    0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  position: relative;
  line-height: 1;
  z-index: 1;
  margin-bottom: 10rem;
}
.top-news .title:after {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  background: #2F97F7;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: -1;
}
.top-news .btn {
  max-width: 745px;
  width: 100%;
  margin: 3rem auto 0;
margin-right: 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;
  }
}
