@charset "UTF-8";
/*16*1.75/2*/
/*=======*/
/* index */
/*=======*/
.index {
  /* メイン
  -----------------------------------*/
  /* sec01
  -----------------------------------*/
  /* sec02
  -----------------------------------*/
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.index .main-sec .swiper-slide-active .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.index .main-sec .swiper-slide-duplicate-active .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.index .main-sec .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@media (min-width: 1920px) {
  .index .main-sec {
    background: url(/images/index/intro_ph01.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    z-index: -1;
  }
}
.index .main-sec .main-visual {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .index .main-sec .main-visual {
    top: 48px;
  }
}
.index .main-sec .main-visual .slide-img img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .index .main-sec .main-visual .slide-img img {
    width: 100%;
  }
}
.index .main-sec .main-visual .main-txt {
  position: absolute;
  width: 100%;
  max-width: 446px;
  top: 50%;
  left: 18.5%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 1279px) {
  .index .main-sec .main-visual .main-txt {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .index .main-sec .main-visual .main-txt {
    width: 100%;
    max-width: 220px;
    font-size: 40px;
    left: 28px;
    right: auto;
    padding: 0;
  }
}
.index .main-sec .main-visual .main-txt img {
  filter: drop-shadow(5px 5px 5px rgba(0, 48, 117, 0.8));
}

.index .main-sec .main-visual .scroll-link {
  position: absolute;
  bottom: 0;
  right: 72px;
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 767px) {
  .index .main-sec .main-visual .scroll-link {
    right: 24px;
    bottom: 0;
  }
}
.index .main-sec .main-visual .scroll-link .s-txt {
  display: block;
  width: 1em;
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.index .main-sec .main-visual .scroll-link .s-line {
  display: block;
  position: relative;
  width: 2px;
  height: 80px;
  margin-top: 16px;
  margin-left: 0.4em;
  background-color: #B4B5B5;
  overflow: hidden;
}

.index .main-sec .main-visual .scroll-link .s-line2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #FFF;
  animation: line-bottom 2s infinite;
}

@keyframes line-bottom {
  0% {
    top: 0;
  }
  30% {
    top: 110%;
    opacity: 1;
  }
  31% {
    top: -110%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    top: 0;
  }
}
.index .intro {
  max-width: 1920px;
  margin: 0 auto;
}

.index .intro .inner {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  background: url(/images/index/intro_ph01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 2.4;
  text-align: center;
  padding: 96px 16px;
}

@media (max-width: 1279px) {
  .index .intro .inner {
    font-size: 24px;
    padding: 48px 16px;
  }
}
@media (max-width: 767px) {
  .index .intro .inner {
    font-size: 20px;
    background: url(/images/index/intro_ph01_sp.jpg) no-repeat;
    background-position: top center;
    margin-top: 48px;
    padding: 72px 16px;
  }
}
.index .sec01 {
  overflow: hidden;
  margin: 0 auto 160px;
}

@media (max-width: 767px) {
  .index .sec01 {
    margin: 0 auto 80px;
  }
}
.index .sec01 .wrap {
  position: relative;
  margin-top: 320px;
}

@media (max-width: 767px) {
  .index .sec01 .wrap {
    margin-top: 80px;
  }
}
.index .sec01 .wrap.recruit .img {
  right: 38%;
  left: initial;
}

.index .sec01 .wrap .img {
  position: absolute;
  top: -160px;
  left: 38%;
}

@media (max-width: 1024px) {
  .index .sec01 .wrap .img {
    top: -260px;
    left: 32%;
    height: 640px;
  }
}
@media (max-width: 767px) {
  .index .sec01 .wrap .img {
    position: static;
    max-width: 392px;
    height: auto;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .index .sec01 .wrap .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .index .sec01 .wrap .img img {
    height: auto;
  }
}
.index .sec01 .wrap.recruit .box {
  background-color: rgba(0, 116, 194, 0.9);
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .index .sec01 .wrap.recruit .box {
    margin: -56px auto 0;
  }
}
.index .sec01 .wrap.about .box {
  background-color: rgba(46, 176, 206, 0.9);
}

.index .sec01 .wrap .box {
  position: relative;
  width: 535px;
  height: 535px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 80px 24px 16px;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 48, 117, 0.9);
  z-index: 1;
}

@media (max-width: 767px) {
  .index .sec01 .wrap .box {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: -56px auto 0;
    padding: 32px;
    font-size: 14px;
  }
}
.index .sec01 .wrap .box .heading-index {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .index .sec01 .wrap .box .heading-index {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.index .sec01 .wrap .box .heading-index span {
  display: block;
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .index .sec01 .wrap .box .heading-index span {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .index .sec01 .wrap .box .txt {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 24px;
  }
}
.index .sec01 .wrap .box .btn {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .index .sec01 .wrap .box .btn {
    margin-top: 24px;
  }
}
.index .sec01 .wrap .box .btn .top-bt {
  display: block;
  position: relative;
  max-width: 250px;
  border: 1px solid #FFF;
  background-color: #FFF;
  box-shadow: 0px 4px 5px 1px rgba(14, 64, 89, 0.2);
  color: #003075;
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  padding: 12px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .index .sec01 .wrap .box .btn .top-bt {
    max-width: 210px;
    font-size: 14px;
  }
}
.index .sec01 .wrap .box .btn .top-bt.next::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  right: 8px;
  top: 50%;
  margin-top: -2px;
  border-bottom: 1px solid #003075;
  border-right: 1px solid #003075;
  transform: rotate(-45deg);
}

.index .sec01 .wrap .box .btn .top-bt:hover {
  border: 1px solid #0074C2;
  background-color: #0074C2;
  color: #FFF;
  text-decoration: none;
}

.index .sec01 .wrap .box .btn .top-bt:hover.next::after {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.index .sec02 {
  background-color: #EDF2F7;
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .index .sec02 {
    padding: 40px 0;
  }
}
.index .sec02 h2 {
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  color: #0074C2;
  line-height: 1;
  letter-spacing: 4px;
}

@media (max-width: 767px) {
  .index .sec02 h2 {
    font-size: 32px;
  }
}
.index .sec02 .txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 24px auto 40px;
}

@media (max-width: 767px) {
  .index .sec02 .txt {
    font-size: 14px;
    margin: 16px auto 32px;
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
