@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
#visual {
  min-width: 100%;
  position: relative;
  height: 700px;
  background-image: url(../img/title.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 480px) {
  #visual {
    min-width: 100%;
    height: 500px;
  }
}
#visual:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.6);
  background-size: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  #visual:after {
    content: none;
  }
}
#visual p {
  margin-bottom: 0;
}
#visual .main-copy {
  position: absolute;
  font-family: 'Oswald', sans-serif;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#visual .main-copy .inner {
  width: 1020px;
  margin: 0 auto;
  color: #fff;
  font-size: 4.3rem;
  font-weight: bolder;
  text-align: center;
}
@media (max-width: 480px) {
  #visual .main-copy .inner {
    font-size: 6.4935064935vw;
  }
}
#visual .main-copy .inner img {
  max-width: 646px;
}
#visual .visual {
  position: relative;
}
@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
  }
}
#visual .visual img {
  width: 100%;
  display: block;
}
#visual .main-visual__txt {
  font-size: 40%;
  font-weight: normal;
}

.top_contents {
  position: relative;
  padding: 100px 0 170px;
}
@media (max-width: 480px) {
  .top_contents {
    padding: 40px 0 0;
    margin-bottom: 20px;
  }
}
.top_contents:after {
  content: '';
  display: block;
  background: #e7e8ed;
  width: 1080px;
  height: 680px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .top_contents:after {
    width: 60%;
    height: calc(100% - 50px);
  }
}
.top_contents > div {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 480px) {
  .top_contents > div {
    display: block;
  }
}
.top_contents > div .img {
  position: absolute;
  max-width: 620px;
  left: 0;
  top: 50px;
  z-index: 1;
}
.top_contents > div .img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 480px) {
  .top_contents > div .img {
    position: relative;
    top: -20px;
  }
}
.top_contents > div .img::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#de2585), color-stop(21%, #862b8c), color-stop(52%, #2e3192), to(#007dc5));
  background: linear-gradient(0deg, #de2585 0%, #862b8c 21%, #2e3192 52%, #007dc5 100%);
  opacity: 0.3;
  bottom: -3px;
  right: -10px;
  z-index: -1;
}
.top_contents > div .inner {
  background: #fff;
  padding: 50px 0 40px 50px;
  width: 57%;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .top_contents > div .inner {
    width: calc(100% - 20px);
    padding: 20px;
    margin-left: 20px;
  }
}
.top_contents > div .inner .top_contents_title {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .top_contents > div .inner .top_contents_title {
    margin-bottom: 20px;
  }
}
.top_contents > div .inner .top_contents_title .en {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 480px) {
  .top_contents > div .inner .top_contents_title .en {
    font-size: 12px;
  }
}
.top_contents > div .inner .top_contents_title .en:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #282828;
  margin: 0 auto 15px;
}
@media (max-width: 480px) {
  .top_contents > div .inner .top_contents_title .en:before {
    height: 20px;
  }
}
.top_contents > div .inner .top_contents_title h1 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .top_contents > div .inner .top_contents_title h1 {
    font-size: 20px;
  }
}
.top_contents > div .inner .head {
  font-weight: bold;
  font-size: 30px;
  color: #2a3494;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .top_contents > div .inner .head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top_navi {
  background: #00142a url(../img/background-img01-pc.png) no-repeat;
  background-size: 100% 240px;
  padding: 50px 0 90px;
}
@media (max-width: 480px) {
  .top_navi {
    background: #00142a url(../img/background-img01-sp.png) no-repeat;
    background-size: 100%;
    padding: 40px 0 90px;
  }
}
.top_navi .top_navi_title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .top_navi .top_navi_title {
    margin-bottom: 20px;
  }
}
.top_navi .top_navi_title .en {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 480px) {
  .top_navi .top_navi_title .en {
    font-size: 12px;
  }
}
.top_navi .top_navi_title .en:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  margin: 0 auto 15px;
}
@media (max-width: 480px) {
  .top_navi .top_navi_title .en:before {
    height: 20px;
  }
}
.top_navi .top_navi_title h1 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .top_navi .top_navi_title h1 {
    font-size: 20px;
  }
}
.top_navi .top_navi_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner {
    display: block;
    padding: 0 20px;
  }
}
.top_navi .top_navi_inner > div {
  width: 31%;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div {
    width: 100%;
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
  }
}
.top_navi .top_navi_inner > div a {
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.top_navi .top_navi_inner > div a:hover .img {
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a:hover .img {
    -webkit-filter: unset;
    filter: unset;
  }
}
.top_navi .top_navi_inner > div a:hover .inner:after {
  width: 100%;
}
.top_navi .top_navi_inner > div a .img {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .img {
    height: 150px;
    -webkit-filter: unset;
    filter: unset;
    overflow: hidden;
  }
}
.top_navi .top_navi_inner > div a .img img {
  vertical-align: bottom;
}
.top_navi .top_navi_inner > div a .inner {
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 3;
  color: #fff;
  background: #2a3494;
  padding: 40px 40px 20px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .inner {
    background: #0f2e6c;
    padding: 35px 20px 10px;
  }
}
.top_navi .top_navi_inner > div a .inner .number {
  position: absolute;
  height: 48px;
  top: -25px;
  left: 0;
  width: 100%;
}
.top_navi .top_navi_inner > div a .inner .number img {
  height: 100%;
  width: auto;
}
.top_navi .top_navi_inner > div a .inner .head {
  border-bottom: solid 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .inner .head .en {
    font-size: .8em;
  }
}
.top_navi .top_navi_inner > div a .inner .more {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  background: url(../img/arrow.png) no-repeat;
  background-size: 20px;
  background-position: right center;
}
.top_navi .top_navi_inner > div a .inner h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .inner h2 {
    font-size: 20px;
  }
}
.top_navi .top_navi_inner > div a .inner:after {
  height: 100%;
  width: 0%;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
}
@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .inner:after {
    content: none;
  }
}

.top_info {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .top_info {
    padding: 40px 10px;
  }
}
.top_info .top_info_title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .top_info .top_info_title {
    margin-bottom: 20px;
  }
}
.top_info .top_info_title .en {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 480px) {
  .top_info .top_info_title .en {
    font-size: 12px;
  }
}
.top_info .top_info_title .en:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  margin: 0 auto 15px;
}
@media (max-width: 480px) {
  .top_info .top_info_title .en:before {
    height: 20px;
  }
}
.top_info .top_info_title h1 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .top_info .top_info_title h1 {
    font-size: 20px;
  }
}
.top_info .top_info_inner {
  max-width: 1020px;
  margin: 0 auto;
  background: url(../img/background-img02-pc.png) no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 50px;
  color: #fff;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .top_info .top_info_inner {
    background: url(../img/background-img02-sp.png) no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .top_info .top_info_inner .text {
    text-align: left;
  }
}
.top_info .top_info_inner:before {
  content: '';
  display: block;
  background: url(../img/recruit-bg-left.png) no-repeat;
  background-size: 100% 100%;
  height: calc(100% - 40px);
  width: 100px;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (max-width: 480px) {
  .top_info .top_info_inner:before {
    background: url(../img/recruit-bg-left-sp.png) no-repeat;
    background-size: 100% 100%;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    width: 50px;
  }
}
.top_info .top_info_inner:after {
  content: '';
  display: block;
  background: url(../img/recruit-bg-right.png) no-repeat;
  background-size: 100% 100%;
  height: calc(100% - 40px);
  width: 100px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 480px) {
  .top_info .top_info_inner:after {
    background: url(../img/recruit-bg-right-sp.png) no-repeat;
    background-size: 100% 100%;
    height: calc(100% - 20px);
    top: 10px;
    right: 10px;
    width: 50px;
  }
}
.top_info .top_info_inner .btn-container {
  background-image: -ms-linear-gradient(0deg, #de2585 0%, #862b8c 21%, #2e3192 52%, #007dc5 100%);
  width: 382px;
  height: 64px;
  margin: 0 auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 480px) {
  .top_info .top_info_inner .btn-container {
    width: 282px;
  }
}
.top_info .top_info_inner .btn-container:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .top_info .top_info_inner .btn-container:hover {
    opacity: 1;
  }
}
.top_info .top_info_inner .btn {
  display: block;
  background-image: -ms-linear-gradient(0deg, #de2585 0%, #862b8c 21%, #2e3192 52%, #007dc5 100%);
  width: 380px;
  height: 62px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin: 30px auto 0;
  border: solid 3px #04090e;
  position: relative;
  top: 1px;
}
@media (max-width: 480px) {
  .top_info .top_info_inner .btn {
    width: 280px;
    text-align: center;
  }
}
.top_info .top_info_inner .btn:after {
  content: '';
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
