@charset "UTF-8";

/* 共通要素
========================================================================== */
.kv-wrap .ttl-page {
  top: 52%;
}

/* 募集要項
========================================================================== */
.txt-lead {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 736px;
  margin: 95px auto 75px;
}

.txt-lead .ttl-wrap {
  display: block;
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: -9999px;
  background-image: url(../img/future/ttl-lead.png);
  background-size: contain;
  background-position: center;
  width: 378px;
  height: 37px;
  margin: 0 auto 72px;
}

.txt-lead .ttl-wrap::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #707070;
  width: 55px;
  height: 1px;
  margin: 70px auto auto;
}

/* ページ内リンク */
.box-anker {
  position: relative;
  display: block;
  margin-bottom: 120px;
}

.list-anker {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.list-anker a {
  opacity: 1;
}

.list-anker a:hover .img img {
  transform: scale(1.1);
}

.list-anker .content {
  position: relative;
  z-index: -1;
  box-sizing: border-box;
  border: solid #F7F7F7 5px;
  width: 133px;
  height: 165px;
  padding: 11px 16px 15px;
}

.list-anker .content .txt-num {
  position: relative;
  font-family: "Helvetica Neue";
  letter-spacing: 0.058em;
  font-size: 10px;
  font-weight: 700;
  color: #004EA8;
  line-height: 1;
}

.list-anker .content .txt-num:after {
  position: absolute;
  content: "";
  right: 0;
  left: 28px;
  top: 50%;
  background-color: #004EA8;
  height: 1px;
  width: 84px;
}

.list-anker .content .ttl-sec {
  position: relative;
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: #004EA8;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.list-anker .content .img {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: -5px;
  overflow: hidden;
  width: 114px;
}

.list-anker .content .img img {
  transition: transform .5s ease, opacity 1s;
  width: 114px;
}

/* content */
.sec-future {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.sec-future:last-child {
  margin-bottom: 120px;
}

.sec-future .box-ttl {
  position: relative;
  z-index: -1;
  box-sizing: border-box;
  flex: none;
  border: solid #F7F7F7 10px;
  width: 235px;
  height: 300px;
  padding: 32px 16px 15px;
  margin-right: 40px;
}

.sec-future .box-ttl .txt-num {
  position: relative;
  font-family: "Helvetica Neue";
  letter-spacing: 0.058em;
  font-size: 12px;
  font-weight: 700;
  color: #004EA8;
  line-height: 1;
}

.sec-future .box-ttl .txt-num:after {
  position: absolute;
  content: "";
  right: 0;
  left: 40px;
  top: 50%;
  background-color: #004EA8;
  height: 1px;
  width: 168px;
}

.sec-future .box-ttl .ttl-sec {
  position: relative;
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 22px;
  color: #004EA8;
  letter-spacing: 0.08em;
  padding-top: 20px;
}

.sec-future .box-ttl .img {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: -10px;
}

.sec-future .box-ttl .img img {
  width: 204px;
}

.sec-future .content {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 2;
}

.sec-future .content .ttl {
  line-height: 1.6;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #004EA8;
  font-weight: 500;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .txt-lead {
    text-align: left;
    line-height: 2;
    font-size: 14px;
    max-width: 100%;
    margin: 50px auto 57px;
  }

  .txt-lead .ttl-wrap {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 22px;
    margin: 0 auto 60px;
  }

  .txt-lead .ttl-wrap::after {
    top: 52px;
    margin: 0 auto;
  }

  /* ページ内リンク */
  .box-anker {
    display: none;
  }

  .list-anker li .ttl-sec {
    position: relative;
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    color: #004EA8;
    letter-spacing: 0.08em;
  }

  .list-anker li .img {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: -5px;
  }

  .list-anker li .img img {
    width: 114px;
  }

  /* content */
  .sec-future {
    display: block;
    border: solid #F7F7F7 10px;
    margin: 0 -10px 25px;
    padding: 15px 0;
  }

  .sec-future:last-child {
    margin-bottom: 65px;
  }

  .sec-future .box-ttl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    border: none;
    width: 100%;
    padding: 0;
    margin-right: 0;
    height: 98px;
  }

  .sec-future .box-ttl .txt-num {
    display: block;
    position: absolute;
    right: 0;
    left: 180px;
    font-size: 12px;
  }

  .sec-future .box-ttl .txt-num:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    background-color: #004EA8;
    height: 1px;
    width: auto;
  }

  .sec-future .box-ttl .ttl-sec {
    position: absolute;
    display: block;
    left: 180px;
    font-size: 18px;
    padding-top: 25px;
  }

  .sec-future .box-ttl .img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    right: auto;
  }

  .sec-future .box-ttl .img img {
    width: 147px;
  }

  .btn-switcher {
    position: absolute;
    bottom: 10px;
    right: 25px;
    display: block;
    line-height: 1;
    width: 16px;
    height: 1px;
    background: #004EA8;
  }

  .btn-switcher::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 1px;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .btn-switcher.is-active::before {
    display: none;
  }

  .sec-future .content {
    display: none;
    line-height: 1.95;
    font-size: 13px;
    padding: 0 20px;
  }

  .sec-future .content .ttl {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
