@charset "UTF-8";

/* ---------------------------------

 common

--------------------------------- */

.wrapper {
  overflow-x: hidden;
}
.mainContents {
  padding: 80px 0;
  padding-top: 180px;
  overflow-x: hidden;
}

.scroll-body {
  overflow-x: hidden;
}
.scroll-body[style*="transform"] {
  overflow: hidden;
}

@media only screen and (max-width: 1060px) {

  .mainContents {
    padding: 40px 0;
    padding-top: 110px;
  }

}


/*  side-copyright
--------------------------------- */
.side-copyright {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 1%;
  bottom: 20px;
  z-index: 1;
  transform: translateY(0);
}
.side-copyright .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 1060px) {

  .side-copyright {
    font-size: 0.8rem;
    right: 3%;
  }

}


/*  page-header
--------------------------------- */
.page-header {
  overflow: hidden;
  position: relative;
}
.page-header__title .ja,
.page-header__title .en {
  display: block;
}
.page-header__title .ja {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 0.2em;
}
.page-header__title .en {
  font-size: 10rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.page-header__img {
  height: 400px;
  position: relative;
}
.js-inview.page-header__img::after {
  display: block;
  content: "";
  width: 100%;
  height: 102%;
  background: #fff;
  position: absolute;
  right: 0;
  top: -1%;
  z-index: 1;
  transition: width 1s;
}
.js-inview_view.page-header__img::after {
  width: 0;
}

.page-header__img-wrap {
  position: relative;
}
.page-header__catch {
  font-size: 3rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-header__catch .text-wrap {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  width: 0;
  transition: width 1s ease;
}
.js-inview_view.page-header__catch .text-wrap {
  width: 100%;
}
.page-header__catch .text-wrap01 {
  transition-delay: 0.6s;
}
.page-header__catch .text-wrap02 {
  transition-delay: 0.8s;
}
.page-header__catch .text-wrap03 {
  transition-delay: 1.2s;
}
.page-header__catch .text-wrap .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  white-space: nowrap;
  padding: 0 10px;
}
.page-header__catch .text-wrap .text::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: width 1s ease;
}
.page-header__catch.navy .text-wrap .text {
  background: #0c1e36;
}
.page-header__catch.navy .text-wrap .text::before {
  background: #0c1e36;
}

.js-inview_view.page-header__catch .text-wrap .text::before {
  width: 0;
}
.page-header__catch .text-wrap01 .text::before {
  transition-delay: 1.2s;
}
.page-header__catch .text-wrap02 .text::before {
  transition-delay: 1.6s;
}
.page-header__catch .text-wrap03 .text::before {
  transition-delay: 2s;
}
.page-header__catch .text-wrap04 .text::before {
  transition-delay: 2.4s;
}


.page-header__mv-catch {
  font-size: min(5vw, 7rem);
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-top: 4vh;
}


@media only screen and (max-width: 1060px) {

  .page-header__title .en {
    font-size: 5rem;
  }
  .page-header__title .ja {
    font-size: 1.6rem;
  }
  .page-header__img {
    min-height: 200px;
    height: 36vw;
  }

  .page-header__catch {
    font-size: min(4.2vw, 3rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    left: 4%;
  }
  .page-header__mv-catch {
    margin-top: 3vw;
  }

}


/*  cmn-section
--------------------------------- */
.cmn-section__title .ja,
.cmn-section__title .en {
  display: block;
}
.cmn-section__title .ja {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.cmn-section__title .en {
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.05em;
  word-break: break-word;
}

.cmn-section__title-02 .ja,
.cmn-section__title-02 .en {
  display: block;
}
.cmn-section__title-02 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.cmn-section__title-02 .en {
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.cmn-section__title-03 .ja,
.cmn-section__title-03 .en {
  display: block;
}
.cmn-section__title-03 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.cmn-section__title-03 .en {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}


.js-inview.js-section-title .en {
  opacity: 0;
}
.js-inview.js-section-title .en > span {
  opacity: 0;
  position: relative;
  bottom: -5px;
  transition: .5s;
}
.js-inview_view.js-section-title .en > span.is-view {
  opacity: 1;
  bottom: 0;
}


@media only screen and (max-width: 1060px) {

  .cmn-section__title .en {
    font-size: 3.5rem;
  }
  .cmn-section__title .ja {
    font-size: 1.6rem;
  }
  .cmn-section__title-02 .en {
    font-size: 2.4rem;
  }
  .cmn-section__title-02 .ja {
    font-size: 1.3rem;
  }
  .cmn-section__title-03 .en {
    font-size: 1.8rem;
  }
  .cmn-section__title-03 .ja {
    font-size: 1.3rem;
  }

}


/*  cmn-table
--------------------------------- */
.cmn-table-01 th,
.cmn-table-01 td {
  padding: 25px;
  vertical-align: top;
  text-align: left;
  border: 1px solid rgba(32, 57, 90, 0.3);
  border-style: solid none;
}
.cmn-table-01 th {
  width: 30%;
}

.cmn-table-02 th,
.cmn-table-02 td {
  padding: 25px;
  vertical-align: top;
  text-align: left;
  border: 1px solid rgba(32, 57, 90, 0.3);
  border-style: solid none;
}
.cmn-table-02 th {
  width: 236px;
  border-style: solid none;
  position: relative;
}
.cmn-table-02 th::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(0, 123, 199, 1), rgba(7, 49, 144, 1));
  position: absolute;
  left: 0;
  top: -1px;
}
.cmn-table-02 tr:last-child th,
.cmn-table-02 tr:last-child td {
  border-bottom: none;
}

.cmn-table-col4 thead th {
  width: 25%;
  background: #20395a;
  color: #fff;
  padding: 25px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-style: none solid;
}
.cmn-table-col4 tbody th,
.cmn-table-col4 tbody td {
  padding: 25px;
  vertical-align: top;
  text-align: left;
  border: 1px solid rgba(32, 57, 90, 0.3);
  border-style: solid none;
}

@media only screen and (max-width: 1060px) {

  .cmn-table-01 th,
  .cmn-table-01 td {
    font-size: 94%;
    padding: 15px;
  }
  .cmn-table-01 th {
    width: 130px;
  }

  .cmn-table-02 th,
  .cmn-table-02 td {
    font-size: 94%;
    padding: 15px;
  }
  .cmn-table-02 th {
    width: 130px;
  }

  .cmn-table-col4 thead th,
  .cmn-table-col4 thead td,
  .cmn-table-col4 tbody th,
  .cmn-table-col4 tbody td {
    font-size: 94%;
    padding: 15px;
  }

}


/* ---------------------------------

 cmn-entry

--------------------------------- */

.cmn-entry {
  background: url("../recruit_img/recruit_bg_entry.png") no-repeat center center / cover;
  margin-bottom: -1px;
}
.cmn-entry__title {
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.cmn-entry__textlink {
  text-align: center;
  color: #fff;
}
.cmn-entry__textlink a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../recruit_img/icon_arw_circle_wht.png") no-repeat center center / 100% auto;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.cmn-entry__textlink a {
  transition: opacity .2s;
}
.cmn-entry__textlink a:hover {
  opacity: 0.7;
}


.cmn-entry__link-list {
  padding: 30px 0;
  border: 1px solid rgba(218 213 208 / 100%);
  border-radius: 10px;
}
.cmn-entry__link-list .box:first-child {
  border-right: 1px solid rgba(218 213 208 / 100%);
}
.cmn-entry__link-list .box {
  width: 50%;
  text-align: center;
  padding: 20px;
}
.cmn-entry__link-list .box-text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.cmn-entry__link-list .box-btn a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  transition: opacity .2s;
}
.cmn-entry__link-list .box-btn a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../recruit_img/icon_arw_circle_wht.png") no-repeat center center / 100% auto;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.cmn-entry__link-list .box-btn a:hover {
  opacity: 0.7;
}


@media only screen and (max-width: 1060px) {

  .cmn-entry__title {
    font-size: 3.2rem;
  }
  .cmn-entry__link-list {
    padding: 0;
  }
  .cmn-entry__link-list .box {
    width: 100%;
  }
  .cmn-entry__link-list .box:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(218 213 208 / 100%);
  }
  .cmn-entry__link-list .box-text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

}

