@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.itg-kv {
  width: 100%;
  background-color: #FCF7ED;
}

.itg-kv__img {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/integration/kv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 210px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-kv__img {
    height: 93.07vw;
    background: url(/recruit/assets/images/integration/kv_sp.jpg) no-repeat;
    background-position: top center;
    padding-top: 26.67vw;
  }
}

.itg-kv__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.itg-kv__txt__top {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-kv__txt__top {
    font-size: 3.47vw;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}

.itg-kv h1 {
  margin-top: 30px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-kv h1 {
    margin-top: 5.33vw;
    font-size: 5.87vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}


.itg-lead {
  width: 85vw;
  max-width: 1088px;
  background-color: #fff;
  margin: -120px auto 0;
  padding: 70px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead {
    width: 94.666vw;
    max-width: none;
    margin: -13.333vw auto 0;
    padding: 12.8vw 6.666vw 17.066vw;
    gap: 10.67vw;
  }
}

.itg-lead__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead__content {
    flex-direction: column-reverse;
    gap: 2.13vw;
  }
}

.itg-lead__content__txt {
  margin-left: 5.88%;
  width: 46.32%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead__content__txt {
    margin: auto;
    width: 100%;
  }
}

.itg-lead__content__txt p {
  color: #191919;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead__content__txt p {
    font-size: 4.53vw;
    font-weight: 700;
    line-height: 1.8;
  }
}

.itg-lead__content__txt p + p {
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead__content__txt p + p {
    margin-top: 8vw;
  }
}

.itg-lead__content__img {
  width: 423px;
  margin-top: -120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead__content__img {
    width: 61.6vw;
    margin: -20vw auto 0;
  }
}

.itg-lead__logo {
  width: 264px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-lead__logo {
    width: 57.07vw;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.itg-contents {
  width: 100%;
  background-color: #FCF7ED;
  padding: 100px 0 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents {
    padding: 17.066vw 0 0;
  }
}

.itg-contents__ttl {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__ttl {
    width: 94.666vw;
    margin: 0 auto;
    padding-bottom: 8.53vw;
  }
}

.itg-contents__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) {
  .itg-contents__ttl::before {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.itg-contents__ttl h2 {
  color: #191919;
  font-size: 94px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__ttl h2 {
    font-size: 11.73vw;
    letter-spacing: 0.02em;
  }
}

.itg-contents__ttl__txt {
  color: #191919;
  font-size: 24px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.12em;
  margin-top: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__ttl__txt {
    font-size: 4.53vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin-top: 2.13vw;
    font-weight: 700;
  }
}

.itg-contents__block {
  margin: 120px auto 0;
  width: 85vw;
  max-width: 1088px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block {
    margin: 20vw auto 0;
    width: 84vw;
    max-width: none;
    flex-direction: column;
  }
}

.itg-contents__block.-internship .itg-contents__block__img {
  width: 43.47%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block.-internship .itg-contents__block__img {
    width: 80.95%;
  }
}

.itg-contents__block.-recruiting {
  flex-direction: row-reverse;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block.-recruiting {
    flex-direction: column;
  }
}

.itg-contents__block.-recruiting .itg-contents__block__img {
  width: 42.09%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block.-recruiting .itg-contents__block__img {
    width: 80.95%;
  }
}

.itg-contents__block__txt {
  margin: 0 auto;
  width: 36.76%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block__txt {
    width: 100%;
    text-align: center;
  }
}

.itg-contents__block__txt__ttl h3 {
  color: #191919;
  font-size: 56px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block__txt__ttl h3 {
    font-size: 8.53vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.itg-contents__block__txt__ttl p {
  margin-top: 8px;
  color: #191919;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block__txt__ttl p {
    margin-top: 0.8vw;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.itg-contents__block__detail {
  margin-top: 20px;
  color: #191919;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block__detail {
    margin-top: 4vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

.itg-contents__block__btn {
  margin-top: 30px;
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block__btn {
    margin-top: 5.33vw;
  }
}

.itg-contents__block__btn a {
  width: 100%;
  max-width: 400px;
  height: 80px;
  background: #005944 url(/recruit/assets/images/arrow_w.svg) no-repeat;
  background-position: center right 32px;
  background-size: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  border-radius: 60px;
  padding: 25px 45px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__block__btn a {
    width: 100%;
    max-width: none;
    height: 17.07vw;
    background-position: center right 8.53vw;
    background-size: 4vw;
    font-size: 4vw;
    border-radius: 16vw;
    padding: 5.33vw 8vw;
  }
}

.itg-contents__contact {
  margin-top: 90px;
  width: 100%;
  background: #005944;
  text-align: center;
  padding: 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__contact {
    margin-top: 2.67vw;
    padding: 21.33vw 4vw;
  }
}

.itg-contents__contact h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__contact h3 {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}

.itg-contents__contact p {
  margin-top: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .itg-contents__contact p {
    margin-top: 2.67vw;
    font-size: 4.53vw;
    letter-spacing: 0.06em;
  }
}