@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.infor-kv {
  width: 100%;
  background-color: #FCF7ED;
  padding-bottom: 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv {
    padding-bottom: 25.6vw;
  }
}

.infor-kv__img {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/information/kv.jpg) no-repeat;
  background-size: cover;
  padding-top: 85px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv__img {
    height: 173.33vw;
    padding-top: 27.2vw;
    padding-bottom: 45vw;
  }
}

.infor-kv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-bottom: 32px;
  text-align: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv h1 {
    font-size: 5.866vw;
    line-height: 1.6;
    margin-left: 0;
    text-align: center;
    padding-bottom: 7vw;
  }
}

.infor-kv h1::before {
  content: "";
  width: 51px;
  height: 16px;
  background: url(/recruit/assets/images/information/new.svg) no-repeat;
  position: absolute;
  top: -32px;
}

.infor-kv h1::after {
  content: "";
  width: 49px;
  height: 6px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv h1::after {
    width: 9.866vw;
    height: 1.6vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.infor-kv__content {
  display: flex;
  align-items: flex-start;
  width: 85vw;
  max-width: 1088px;
  margin: 50px auto 0;
  gap: 3vw;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv__content {
    flex-direction: column;
    width: 94.666vw;
  }
}

.infor-kv__content-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 39vw;
  height: 100%;
  max-width: 425px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv__content-l {
    width: 94.666vw;
    max-width: none;
  }
}

.infor-kv__content-l__txt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv__content-l__txt {
    text-align: center;
    font-size: 5.33vw;
  }
}

.infor-kv__content-l__img {
  margin-top: 13px;
  width: 60.88%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv__content-l__img {
    width: 49.87vw;
    position: absolute;
    bottom: -45vw;
  }
}

.infor-kv__content-r {
  flex: 1;
}

.infor-kv__content-r__txt {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media only screen and (max-width:1120px) {
  .infor-kv__content-r__txt {
    font-size: 1.79vw;
  }
  
  .infor-kv__content-r__txt br {
    display: none;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-kv__content-r__txt {
    font-size: 4.533vw;
    margin: 7vw auto 0 auto;
    text-align: center;
  }

  .infor-kv__content-r__txt br {
    display: block;
  }
}

/* Information */
.infor-lead {
  width: 85vw;
  max-width: 1088px;
  background-color: #fff;
  margin: -100px auto 0;
  padding: 80px 32px 120px 32px;
  transform: translate(0, 1.8vw);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead {
    width: 94.666vw;
    max-width: none;
    margin: 5.33vw auto 0;
    padding: 5.33vw 6.666vw 17.066vw;
  }
}

#fix-parts {
  margin-top: -7.0vw;
  width: 100%;
}

.infor-lead__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__content {
    flex-direction: column-reverse;
    gap: 2.13vw;
  }
}

.infor-lead__content__txt {
  margin-left: 5.88%;
  width: 46.32%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__content__txt {
    margin: auto;
    width: 100%;
  }
}

.infor-lead__content__txt p {
  color: #191919;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__content__txt p {
    font-size: 4.53vw;
    font-weight: 700;
    line-height: 1.8;
  }
}

.infor-lead__content__img {
  width: 423px;
  margin-top: -120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__content__img {
    width: 61.6vw;
    margin: -20vw auto 0;
  }
}

.infor-lead__logo {
  width: 331px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__logo {
    width: 57.07vw;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.infor-lead__ttl {
  width: 100%;
  padding-bottom: 32px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__ttl {
    margin: 0 auto;
    padding-bottom: 8.53vw;
  }
}

.infor-lead__ttl.--digitalsystem {
  margin-top: 90px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__ttl.--digitalsystem {
    margin-top: 16vw;
  }
}

.infor-lead__ttl::before {
  content: "";
  background: #191919;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__ttl::before {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.infor-lead__ttl h2 {
  color: #191919;
  font-size: 94px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__ttl h2 {
    font-size: 11.73vw;
    letter-spacing: 0.02em;
  }
}

.infor-lead__ttl__txt {
  color: #191919;
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  margin-top: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__ttl__txt {
    font-size: 4.53vw;
    letter-spacing: 0.06em;
    margin-top: 2.13vw;
    font-weight: 700;
  }
}

.infor-lead__ph {
  margin: 48px auto 0 auto;
  width: 85.937%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__ph {
    margin: 10.133vw auto 0 auto;
    width: 100%;
  }
}

.infor-lead__txt {
  font-size: 17px;
  line-height: 2em;
  font-weight: 700;
  margin: 64px auto 0;
  letter-spacing: 0.13em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__txt {
    font-size: 4.533vw;
    margin: 12.266vw auto 0 auto;
    letter-spacing: 0;
  }
}

.infor-lead__btn__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__btn__container {
    flex-direction: column;
  }
}

.infor-lead__btn {
  background: #005944 url(/recruit/assets/images/information/ic_btn.svg) no-repeat;
  background-position: center left 35px;
  background-size: 140px;
  border: 1px solid #fff;
  width: 100%;
}
.infor-lead__btn.-internship {
  background: #191919 url(/recruit/assets/images/information/ic_btn_internship.svg) no-repeat;
  background-position: center left 35px;
  background-size: 140px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__btn {
    background-position: center left 3.2vw;
    background-size: 12vw;
  }
  .infor-lead__btn.-internship {
    background-position: center left 3.2vw;
    background-size: 12vw;
  }
}

.infor-lead__btn a {
  background: url(/recruit/assets/images/arrow_w.svg) no-repeat;
  background-position: center right 35px;
  background-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__btn a {
    background-position: center right 4vw;
    background-size: 3.2vw;
    justify-content: left;
    min-height: 22.4vw;
  }
}

.infor-lead__btn span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.166em;
  color: #fff;
  margin-left: 90px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__btn span {
    font-size: 4.27vw;
    letter-spacing: 0.05em;
    margin-left: 18.67vw;
  }
}

.infor-lead__btn span small {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.166em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__btn span small {
    margin-bottom: 0;
    font-size: 3.47vw;
    letter-spacing: 0.05em;
  }
}

.infor-lead__subttl {
  margin: 32px auto 0;
  line-height: 1.7;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-lead__subttl {
    margin: 6.67vw auto 0;
  }
}

.infor-ds {
  margin-top: 64px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-ds {
    margin-top: 10.67vw;
  }
}

.infor-ds__heading_h3 {
  font-size: 57px;
  color: #191919;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-ds__heading_h3 {
    font-size: 8.533vw;
    line-height: 1.3em;
    letter-spacing: 0.02em;
  }
}

.infor-ds__btn a {
  display: block;
  width: 55%;
  max-width: 580px;
  height: 120px;
  background: #191919 url(/recruit/assets/images/arrow_w.svg) no-repeat;
  background-position: center right 32px;
  background-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 50px auto 0;
  padding-left: 64px;
  border-radius: 6px;
  color: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-ds__btn a {
    width: 100%;
    max-width: none;
    height: 24vw;
    background-position: center right 4vw;
    background-size: 4vw;
    margin: 4vw auto 0 auto;
    padding-left: 4vw;
    border-radius: 1.6vw;
    box-shadow: none;
  }
}

.infor-ds__btn__txt__sub {
  font-size: 12px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-ds__btn__txt__sub {
    font-size: 3.2vw;
  }
}
.infor-ds__btn__txt {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 700;
  margin-top: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .infor-ds__btn__txt {
    font-size: 4.27vw;
    margin-top: 1.6vw;
  }
}