/* kv
================================================== */
.kv {
  background: #F7F6ED;
  overflow: hidden;
}
.kv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 280px;
}
.kv__lead {
  margin-top: 1.5em;
  font-size: 18px;
  line-height: 1.66;
}
.kv__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .kv {
    padding-top: 6.66667vw;
  }
  .kv__inner {
    display: block;
    height: auto;
  }
  .kv__title {
    padding: 9.33333vw 0 0 0;
  }
  .kv__title img {
    width: 48.8vw;
    height: auto;
  }
  .kv__lead {
    margin-top: 16vw;
    margin-bottom: 2em;
    font-size: 4.53333vw;
    line-height: 1.88;
  }
  .kv__image {
    top: 0;
    bottom: auto;
    right: 4vw;
    width: 42.4vw;
  }
  .kv__image img {
    width: 100%;
    height: auto;
  }
}

/* items
================================================== */
.items {
  padding: 60px 0 30px;
}
.items__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 50px auto 80px;
}
@media only screen and (max-width: 767px) {
  .items {
    padding: 9.33333vw 0 5.33333vw;
  }
  .items__inner {
    gap: 0;
  }
}

/* item
================================================== */
.item__image {
  margin-bottom: 40px;
}
.item__lead {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.625;
}
.item__link {
  margin-bottom: 1em;
}
.item__link a {
  display: inline-block;
  padding-left: 30px;
  background: url("/corporate/action1/common/images/icn_arw_on.svg") no-repeat left top;
  background-size: 24px 24px;
  min-height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #005043;
  text-decoration: none;
}
.item__link a:hover {
  color: #ff3300;
}
.item__link i {
  display: inline-block;
  margin-left: 1em;
  padding: 0 .5em;
  height: 20px;
  line-height: 20px;
  background: #F25D43;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  vertical-align: middle;
}
.item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.item__tags > li {
  padding: 0 .5em;
  border: solid 1px #005043;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #005043;
}
@media (min-width: 768px) {
  .item {
    flex: 0 0 380px;
  }
}
@media only screen and (max-width: 767px) {
  .item {
    flex: 0 0 100%;
  }
  .item + .item {
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: solid 1px #d4d4d4;
  }
  .item__image {
    margin-bottom: 4vw;
    text-align: center;
  }
  .item__image a {
    display: block;
  }
  .item__image img {
    display: block;
    margin: 0 auto;
    max-width: 76vw;
  }
  .item__lead {
    margin-bottom: .5em;
    font-size: 4.26667vw;
  }
  .item__link a {
    padding-left: 7.33333vw;
    background-size: 5.86667vw 5.86667vw;
    min-height: 5.86667vw;
    line-height: 5.86667vw;
    font-size: 5.33333vw;
  }
  .item__link i {
    height: 5.33333vw;
    line-height: 5.33333vw;
    font-size: 3.73333vw;
  }
  .item__tags > li {
    height: 5.86667vw;
    line-height: 5.86667vw;
    font-size: 3.73333vw;
  }
}

/* bnr
================================================== */
.bnr {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bnr {
    margin-top: 9.33333vw;
  }
  .bnr img {
    width: 100%;
    height: auto;
  }
}
