.hoan-box1 {
  border-radius: 6rem;
  background-color: #fff;
  padding: 5.4rem 12rem 6rem;
}
@media (max-width: 767px) {
  .hoan-box1 {
    border-radius: 2rem;
    padding: 5.3rem 1.7rem 6rem 2.2rem;
    margin: 0 0 7rem;
  }
}
.hoan-box1 p {
  line-height: 2;
}

.hoan-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 767px) {
  .hoan-cards {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.hoan-card__image {
  position: relative;
  margin-bottom: 3.5rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .hoan-card__image {
    margin-bottom: 2rem;
  }
}
.hoan-card__image > img {
  scale: 1.01;
}
.hoan-card__title {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--accent1);
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .hoan-card__title {
    font-size: 2.4rem;
  }
}
.hoan-card p {
  letter-spacing: 0.05em;
}

.hoan-box2 {
  background-color: var(--accent3);
  padding: 4.5rem 6rem 3.5rem;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .hoan-box2 {
    padding: 3.2rem 2.7rem;
  }
}
.hoan-box2__subtitle {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.hoan-box2__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .hoan-box2__title {
    font-size: 2.4rem;
  }
}
.hoan-box2 p {
  padding-top: 2.4rem;
  border-top: 1px solid currentColor;
}
@media (max-width: 767px) {
  .hoan-box2 p {
    padding-top: 2.1rem;
  }
}

.hoan-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}

.hoan-tile {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.5rem 6rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  column-gap: 5rem;
}
.hoan-tile__title {
  grid-column: span 2;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  color: var(--accent1);
}
.hoan-tile p {
  line-height: 2;
}

.hoan-block {
  display: grid;
  grid-template-columns: 1fr 59rem;
  gap: 10rem;
}
@media (max-width: 767px) {
  .hoan-block {
    display: block;
  }
}
.hoan-block p {
  line-height: 2;
}
@media (max-width: 767px) {
  .hoan-block p {
    font-size: 1.6rem;
  }
}
.hoan-block__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--accent1);
  line-height: 1.6;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .hoan-block__title {
    font-size: 2rem;
    margin-top: 2.3rem;
    margin-bottom: 1.9rem;
    letter-spacing: 0.05em;
  }
}
.hoan-block__right img {
  border-radius: 2rem;
}

.hoan-box3 {
  background-color: var(--accent3);
  padding: 4.5rem 6rem 6rem;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .hoan-box3 {
    padding: 4rem 2.6rem 6rem 2.8rem;
  }
}
.hoan-box3 p {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.hoan-box3__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .hoan-box3__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.hoan-box3__row {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 57.4rem;
  gap: 6rem;
}
@media (max-width: 767px) {
  .hoan-box3__row {
    display: block;
    margin-bottom: 4rem;
  }
}
.hoan-box3__fill {
  padding: 4rem 6rem;
  background-color: #fff;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .hoan-box3__fill {
    padding: 2rem;
  }
}
.hoan-box3__fill-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hoan-box3__fill-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.hoan-box3__fill-title::first-letter {
  color: var(--accent1);
}
.hoan-box3__fill .dls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .hoan-box3__fill .dls {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.hoan-box3__fill p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .hoan-box3__fill p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .hoan-box3__fill div {
    font-size: 1.4rem;
  }
}
.hoan-box3__fill dl {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  display: grid;
  grid-template-columns: 12.5rem 1fr;
}
@media (max-width: 767px) {
  .hoan-box3__fill dl {
    font-size: 1.4rem;
    grid-template-columns: 9rem 1fr;
  }
  .hoan-box3__fill dl dd span {
    line-height: 1;
    display: block;
    margin-bottom: -2.2rem;
  }
}
.hoan-box3__icons {
  display: grid;
  gap: 2rem;
  margin-top: 2.4rem;
  grid-template-columns: repeat(3, 11.1rem);
}
@media (max-width: 767px) {
  .hoan-box3__icons {
    grid-template-columns: repeat(3, 8.5rem);
    margin-bottom: 0.8rem;
  }
}
.hoan-box3__icons img {
  border-radius: 5px;
}
.hoan-box3__illust {
  margin-top: 2.4rem;
  width: 24.2rem;
}
@media (max-width: 767px) {
  .hoan-box3__illust {
    width: 100%;
  }
}
.hoan-box3__illust img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .hoan-box3__col + .hoan-box3__col {
    margin-top: 3rem;
  }
}
.hoan-box3__col-memo {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .hoan-box3__col-memo {
    margin-top: 0.8rem;
  }
}
.hoan-box3__col-title {
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .hoan-box3__col-title {
    font-size: 2rem;
    display: flex;
  }
}
.hoan-box3__col-title span {
  position: relative;
  top: -0.4rem;
  margin-right: 0.9rem;
  text-align: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  background-color: var(--accent1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--font-en);
  display: inline-block;
}
@media (max-width: 767px) {
  .hoan-box3__col-title span {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    font-size: 1.6rem;
    flex: 0 0 2rem;
    top: 0.4rem;
    line-height: 1.3;
    margin-right: 0.7rem;
  }
}
