@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.i-kv {
  width: 100%;
  min-height: 500px;
  background: url(/freshers/assets/images/bg_navy_dark.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 0 0;
  position: relative;
  display: none;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv {
    min-height: 131.388vw;
    background: url(/freshers/assets/images/bg_navy_dark_sp.jpg) no-repeat;
    background-size: cover;
    padding: 36.111vw 0 0 0;
  }
}

.i-kv__txt {
  max-width: 1206px;
  width: 88.676%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  opacity: 0;
	transform: translate(0, 1.111vw);
	transition: all 1s ease-out;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__txt {
    max-width: none;
  }
}

.i-kv__txt__heading {
  font-size: 80px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__txt__heading {
    font-size: 13.333vw;
  }
}

.i-kv__txt__cath {
  font-size: 20px;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__txt__cath {
    font-size: 3.888vw;
    margin-top: 2.222vw;
  }
}

.i-kv__pagelink {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__pagelink {
    display: flex;
    flex-direction: column;
    gap: 0.277vw 0;
  }
}

.i-kv__pagelink li {
  width: 50%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__pagelink li {
    width: 100%;
  }
}

.i-kv__pagelink li a {
  height: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  background-color: rgba(0,0,0,0.2);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__pagelink li a {
    height: 15.555vw;
    font-size: 3.611vw;
  }
}

/********* PC *********/
@media only screen and (min-width:751px) {
  .i-kv__pagelink li a::after {
    content: "";
    background: url(/freshers/assets/images/ic_arrow_bottom_w.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv__pagelink li a::after {
    content: "";
    background: url(/freshers/assets/images/ic_arrow_bottom_w.svg) no-repeat;
    background-size: cover;
    width: 2.222vw;
    height: 1.111vw;
    position: absolute;
    top: 50%;
    right: 6.111vw;
    transform: translateY(-50%);
  }
}

/*--------------------------------------------
新卒募集要項（総合職）
--------------------------------------------*/
.i-guideline {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 140px 0;
  position: relative;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline {
    max-width: none;
    width: 91.111vw;
    margin: 0 auto;
    padding: 23.333vw 0 25.555vw 0;
  }
}

.i-guideline__heading {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__heading {
    font-size: 6.111vw;
  }
}

.i-guideline__heading span {
  padding-bottom: 8px;
  border-bottom: 2px #212121 solid;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__heading span {
    padding-bottom: 1.388vw;
    border-bottom: 0.555vw #212121 solid;
  }
}

.i-guideline__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
  }
}

.i-guideline__list dt {
  width: 25%;
  padding: 3.333%;
  background-color: #000F95;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__list dt {
    width: 100%;
    padding: 3.333vw;
    font-size: 4.722vw;
    margin-top: 4.444vw;
    display: flex;
    justify-content: center;
  }
}

.i-guideline__list dd {
  width: 75%;
  padding: 3.333%;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__list dd {
    width: 100%;
    padding: 3.333vw;
    font-size: 4.166vw;
    margin-top: 0;
  }
}

/* 初任給(2025年度予定額) 表組 */
.i-guideline__salary {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.i-guideline__salary th,
.i-guideline__salary td {
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__salary th,
  .i-guideline__salary td {
    font-size: 4.166vw;
  }
}

.i-guideline__salary th {
  width: 180px;
  padding-right: 1em;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__salary th {
    width: auto;
  }
}

/* 採用実績 */
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__scroll {
    overflow-x: scroll;
  }
}

.i-guideline__record {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__record {
    min-width: 180vw;
  }
}

.i-guideline__record th,
.i-guideline__record td {
  border: solid 1px #EFEFEF;
  text-align: center;
  font-size: 15px;
  line-height: 1.8em;
  padding: 0.2em 1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-guideline__record th,
  .i-guideline__record td {
    font-size: 4.166vw;
  }
}

.i-guideline__record th {
  color: #0035C3;
  font-weight: 400;
}

/*--------------------------------------------
選考ステップ
--------------------------------------------*/
.i-step_bg {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 144px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step_bg {
    background-color: #fff;
    padding: 22.222vw 0 26.666vw 0;
  }
}

.i-step {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step {
    max-width: none;
    width: 91.111vw;
    margin: 0 auto;
  }
}

.i-step__heading {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__heading {
    font-size: 6.111vw;
  }
}

.i-step__heading span {
  padding-bottom: 8px;
  border-bottom: 2px #212121 solid;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__heading span {
    padding-bottom: 1.388vw;
    border-bottom: 0.555vw #212121 solid;
  }
}

.i-step__catch {
  font-size: 18px;
  text-align: center;
  line-height: 1.8em;
  margin-top: 48px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__catch {
    font-size: 4.166vw;
    text-align: left;
    margin-top: 11.111vw;
  }
}

.i-step__box {
  width: 100%;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box {
    margin-top: 13.333vw;
  }
}

.i-step__box__list {
  width: 100%;
}

.i-step__box__list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__list li {
    width: 100%;
    margin-bottom: 8.8vw;
  }
}

.i-step__box__list li h3 {
  width: 100%;
  text-align: center;
  color: #000F95;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 131px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__list li h3 {
    height: 30.555vw;
  }
}

.i-step__box__list li h3 span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__list li  h3 span {
    font-size: 4.722vw;
  }
}

.i-step__box__list li:nth-child(1) h3 { background-color: #E6EBF5;}
.i-step__box__list li:nth-child(2) h3 { background-color: #E6EBF5;}
.i-step__box__list li:nth-child(3) h3 { background-color: #E6EBF5;}
.i-step__box__list li:nth-child(4) h3 { background-color: #E6EBF5;}
.i-step__box__list li:nth-child(5) h3 { background-color: #000F95; color: #fff; margin-bottom: 0;}

.i-step__box__txt {
  width: 50%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__txt {
    width: 100%;
    margin-top: 13.333vw;
  }
}

.i-step__box__txtbox {
  width: 100%;
  line-height: 1.8em;
}

.i-step__box__txtbox span {
  font-size: 17px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__txtbox span {
    font-size: 4.722vw;
  }
}

.i-step__box__txtbox {
  margin-top: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__txtbox {
    margin-top: 3.2vw;
  }
}

.i-step__box__txtbox__note {
  font-size: 13px;
  margin-top: 8px;
  margin-left: 1em;
  line-height: 1.6em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-step__box__txtbox__note {
    font-size: 3.611vw;
    margin-top: 3.333vw;
  }
}

/*--------------------------------------------
会社訪問・OBOG訪問受付
--------------------------------------------*/
.i-visit_bg {
  background-image: url(/freshers/assets/images/bg_navy_dark.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  padding: 80px 0 144px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit_bg {
    background-image: url(/freshers/assets/images/bg_navy_dark_sp.jpg);
    padding: 22.222vw 0 26.666vw 0;
  }
}

.i-visit {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit {
    max-width: none;
    width: 91.111vw;
    margin: 0 auto;
  }
}

.i-visit__heading {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__heading {
    font-size: 6.111vw;
  }
}

.i-visit__heading span {
  padding-bottom: 8px;
  border-bottom: 2px #fff solid;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__heading span {
    padding-bottom: 1.388vw;
    border-bottom: 0.555vw #fff solid;
  }
}

.i-visit__catch {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  margin-top: 48px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__catch {
    font-size: 4.166vw;
    text-align: left;
    width: 82.222vw;
    margin: 11.111vw auto 0;
  }
}

.i-visit__reference {
  width: 100%;
  margin-top: 80px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__reference {
    margin-top: 17.777vw;
  }
}

.i-visit__reference__heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__reference__heading {
    font-size: 4.166vw;
  }
}

.i-visit__reference__list {
  width: 100%;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__reference__list {
    margin-top: 11.111vw;
    row-gap: 2.222vw;
  }
}

.i-visit__reference__list li {
  width: 49.166%;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__reference__list li {
    width: 100%;
  }
}

.i-visit__reference__list dl {
  width: 100%;
  display: flex;
}

.i-visit__reference__list dt {
  width: 44%;
  height: 89px;
  font-size: 17px;
  font-weight: 700;
  color: #0035C3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6EBF5;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__reference__list dt {
    width: 30vw;
    height: 19.166vw;
    font-size: 4.166vw;
  }
}

.i-visit__reference__list dd {
  width: 56%;
  height: 89px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-visit__reference__list dd {
    width: 61.111vw;
    height: 19.166vw;
    font-size: 4.166vw;
    padding-left: 4.444vw;
  }
}