  /* ========
page-home
======== */

.page-home .l-content__body {
  padding-bottom: 60px;
}

.page-home .footer-block-01 {
  background-color: transparent;
}

.page-home .box-lead-text {
  position: relative;
  padding: 70px 200px;
  margin: 155px auto 155px;
  font-weight: 700;
  color: #02ada9;
}

.page-home .box-lead-text::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 100px;
  content: '';
  border-top: 1px solid rgba(2, 173, 169, 0.3);
  border-left: 1px solid rgba(2, 173, 169, 0.3);
}

.page-home .box-lead-text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 100px;
  content: '';
  border-right: 1px solid rgba(2, 173, 169, 0.3);
  border-bottom: 1px solid rgba(2, 173, 169, 0.3);
}

.page-home .box-lead-text p {
  margin-top: 1.8em;
}

.page-home .box-lead-text p:first-of-type {
  margin-top: 0;
}

.page-home .item-home-plate {
  display: flex;
  min-height: 360px;
  margin-top: 158px;
  overflow: hidden;
  background-color: #02ada9;
  border-radius: 40px;
  transition: all .8s .3s,  box-shadow 0s 0s;
}

.page-home .item-home-plate:hover .item-home-plate__image img {
  transform: scale(1.05);
}

.page-home .item-home-plate__image {
  /* stylelint-disable-line */
  flex-basis: 494px;
  max-width: 494px;
  overflow: hidden;
  background-color: #fff;
}

.page-home .item-home-plate__image img {
  /* stylelint-disable-line */
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  transition-duration: .6s;
}

.page-home .item-home-plate__body {
  flex: 1;
  padding: 35px 45px 35px 45px;
  color: #fff;
  background-color: #02ada9;
}

.page-home .item-home-plate__title {
  font-family: "Heebo", sans-serif;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1;
  color: #e5e5e5;
  letter-spacing: -2px;
}

.page-home .item-home-plate__title-sub {
  margin: 30px 0 26px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
}

.page-home .item-home-plate__text {
  line-height: 1.875;
  letter-spacing: 0;
}

.page-home .item-home-plate__link-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #ccefee;
}

.page-home .item-home-plate__link {
  font-weight: 700;
}

.page-home .item-home-plate__link::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  border-color: transparent transparent transparent #fee028;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  transition-duration: .3s;
}

.page-home .item-home-plate__link:hover {
  text-decoration: underline;
  opacity: 1;
}

.page-home .item-home-plate__link:hover::before {
  transform: translateX(-5px);
}

.page-home .item-home-plate--imgRight {
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .page-home .item-home-plate--process .item-home-plate__title {
    width: 101%;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .page-home .box-lead-text {
    padding: 40px 20px;
    margin: 130px auto 150px;
  }

  .page-home .item-home-plate {
    display: block;
    margin-top: 98px;
  }

  .page-home .item-home-plate__image {
    max-width: 100%;
  }

  .page-home .item-home-plate__body {
    padding: 68px 20px 60px;
  }

  .page-home .item-home-plate__title {
    font-size: 3.8rem;
  }

  .page-home .item-home-plate__link-row {
    padding-top: 20px;
  }
}