/* kv
================================================== */
.kv {
  background: #F7F6ED;
  overflow: hidden;
}
.kv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 280px;
}
.kv__title {
  position: relative;
  z-index: 2;
}
.kv__lead {
  margin-top: 1.5em;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.66;
}
.kv__image {
  position: absolute;
  right: -34px;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .kv {
    padding-top: 6.66667vw;
  }
  .kv__inner {
    display: block;
    height: auto;
  }
  .kv__title {
    padding-top: 5.73333vw;
  }
  .kv__title img {
    width: 54.13333vw;
    height: auto;
  }
  .kv__lead {
    margin: 2.5em 0 2em;
    max-width: none;
    font-size: 4.53333vw;
    line-height: 1.88;
  }
  .kv__image {
    width: 40.8vw;
    bottom: auto;
    top: 0;
    right: 0;
  }
  .kv__image img {
    width: 100%;
    height: auto;
  }
}

/* items
================================================== */
.items {
  padding: 100px 0 30px;
}
@media only screen and (max-width: 767px) {
  .items {
    padding: 16vw 0 5.33333vw;
  }
}

/* item
================================================== */
.item {
  display: flex;
  gap: 90px;
}
.item + .item {
  margin-top: 100px;
}
.item__image {
  flex: 0 0 580px;
}
.item__body {
  flex: 1 0 0%;
}
.item__tagline {
  margin-bottom: .75em;
  font-size: 18px;
}
.item__title {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: solid 1px #333;
  font-size: 30px;
}
.item__lead {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 2;
}
.item__relation {
  margin-top: 3em;
  padding-top: 2em;
  border-top: solid 1px #333;
}
.item__relation dt {
  margin-bottom: .75em;
  font-size: 20px;
}
.item__relation ul > li + li {
  margin-top: .75em;
}
.item__relation ul a {
  display: inline-block;
  padding-left: 30px;
  background: url("/corporate/action2/common/images/icn_arw_on.svg") no-repeat left 0;
  background-size: 24px 24px;
  min-height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #005043;
  text-decoration: none;
}
.item__relation ul a:hover {
  color: #ff3300;
}
@media (min-width: 768px) {
  .item {
    flex: 0 0 380px;
  }
}
@media only screen and (max-width: 767px) {
  .item {
    display: block;
  }
  .item__image {
    margin-bottom: 8vw;
  }
  .item__tagline {
    font-size: 4.26667vw;
  }
  .item__title {
    font-size: 6.4vw;
  }
  .item__lead {
    font-size: 4.53333vw;
    line-height: 1.88;
  }
  .item__relation dt {
    font-size: 4.53333vw;
  }
  .item__relation ul > li + li {
    margin-top: 1em;
  }
  .item__relation ul a {
    padding-left: 8vw;
    background-size: 5.86667vw 5.86667vw;
    min-height: 5.86667vw;
    line-height: 5.86667vw;
    font-size: 4.26667vw;
  }
}
