.white {
  color: #fff;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-mb-50 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .u-mb-20 {
    margin-bottom: 2rem;
  }
}
.u-line-inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .u-line-inner {
    max-width: 100%;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.p-line-heading {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.p-line-h--l {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-line-h--l {
    font-size: 2.8rem;
  }
}
.p-line-h--m {
  font-size: 2.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-line-h--m {
    font-size: 2rem;
  }
}
.p-line-h--sm {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-line-h--sm {
    font-size: 1.8rem;
  }
}
.p-line-h--s {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-line-h--s {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-line-section-point__bg {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-line-section-point__bg--bottom img {
    margin-bottom: 0;
  }
}
.p-line-section-point__bg img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-line-section-point__bg img {
    max-width: none;
    width: 54rem;
    margin-left: -2rem;
    margin-bottom: -0.2rem;
  }
}

.p-line-cta {
  background: #06C655;
  border: solid 5px #fff;
  border-radius: 1.5rem;
  color: #fff;
  padding: 4.5rem 2.5rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-line-cta {
    padding: 2.5rem 2.5rem 3.5rem;
    margin: auto;
  }
}
.p-line-cta__button {
  outline-offset: -0.5rem;
  width: 34rem;
  height: 6rem;
  border-radius: 3rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  outline: dashed 1px #212121;
  gap: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-line-cta__button {
    width: 100%;
  }
}
.p-line-cta__button:hover {
  opacity: 0.8;
}
.p-line-cta__button span {
  color: #212121;
}

.p-line-page-content {
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-line-page-content {
    padding: 6rem 0 0;
  }
}

.p-line-page-lead {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-line-page-lead {
    padding: 0 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.p-line-page-lead img {
  width: 88.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-line-page-top {
  padding-bottom: 9rem;
}

.p-line-section-point__content {
  background-color: #06C655;
  padding: 4rem 0 6rem;
}
.p-line-section-point__title {
  font-size: 5.2rem;
  color: #fff;
  padding-bottom: 1rem;
  padding-top: 3.2rem;
  margin-bottom: 6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1.5rem 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-line-section-point__title {
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }
}
.p-line-section-point__title .t2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-line-section-point__title .t2 {
    font-size: 2.2rem;
  }
}

.p-line-section-point-item {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 8.5rem;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-line-section-point-item {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin-bottom: 5rem;
  }
}
.p-line-section-point-item:last-child {
  margin-bottom: 0;
}
.p-line-section-point-item__no {
  font-family: futura-pt, sans-serif;
  font-size: 12rem;
  color: #FFF100;
  position: absolute;
  right: -3rem;
  bottom: -5.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-line-section-point-item__no {
    font-size: 8rem;
    right: 3rem;
    bottom: -3rem;
  }
}
.p-line-section-point-item__icon {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-line-section-point-item__icon img {
    max-width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-line-section-point-item__title {
    font-size: 2rem;
  }
}

.p-line-section-voice {
  padding: 10rem 0 4rem;
}
.p-line-section-voice__title {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_54%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2054%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1.5rem 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-line-section-voice__title {
    font-size: 2.4rem !important;
  }
}
.p-line-section-voice__items {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-line-section-voice__items {
    margin-bottom: 6rem;
  }
}

.p-line-section-voice-item {
  padding: 3rem 1rem;
  border-bottom: 1px dotted #212121;
}
.p-line-section-voice-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-line-section-voice-item__name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-line-section-voice-item__date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-line-section-voice-item__date span {
  font-family: futura-pt, sans-serif;
}

/*# sourceMappingURL=line.css.map */
