@charset "UTF-8";
main section h2 {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  margin-block-start: 0;
  margin-block-end: 0;
  border-bottom: solid 1px #aaa;
}
main .hero {
  background-color: #85CAC8;
}
main .hero__wrap {
  width: 1200px;
  padding: 60px 0 50px;
  position: relative;
}
main .hero__box {
  width: 800px;
}
main .hero__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: end;
}
main .hero h1 {
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: none;
  color: #444;
}
main .hero__able {
  padding: 0 0 10px 15px;
}
main .hero p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
main .hero__text {
  padding: 20px 0 30px;
}
main .contents__wrap {
  width: 1200px;
  padding: 100px 0 75px;
}
main .contents__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 80px;
}
main .contents__imgWrap {
  width: 60px;
  height: auto;
  background-color: #CDDE80;
  border-radius: 0.5rem;
}
main .contents__txtWrap {
  padding: 20px 50px;
}
main .contents h2 {
  margin-block-end: 15px;
}
main .contents h3 {
  padding: 20px 0 0;
  border-bottom: none;
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 0;
}
main .contents__icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #85CAC8;
  border-radius: 0.5rem;
}
main .contents__tori {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url(/assets/images/bg_tori01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .contents__back {
  padding: 0 50px;
}
main .contents__back a {
  line-height: 60px;
  padding: 5px;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
main .contents__back a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

@media (max-width: 1240px) {
  main .hero__wrap {
    width: 675px;
    padding: 60px 50px 50px;
  }
  main .hero__box {
    width: 675px;
  }
  main .hero__title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: end;
  }
  main .contents__wrap {
    width: 675px;
    padding: 100px 50px 75px;
  }
  main .contents__txtWrap {
    max-width: 490px;
  }
}
@media (max-width: 768px) {
  main .hero__wrap {
    width: 100%;
    padding: 15px 7vw 0;
  }
  main .hero__box {
    width: 100%;
  }
  main .hero__title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: end;
  }
  main .contents h2 {
    margin-block-end: 5px;
  }
  main .contents__wrap {
    width: 100%;
    padding: 30px 0;
  }
  main .contents__item {
    justify-content: center;
    padding-bottom: 40px;
  }
  main .contents__imgWrap {
    width: 90%;
    height: 20px;
    margin-bottom: 15px;
  }
  main .contents__txtWrap {
    max-width: 100%;
    padding: 0px 7vw;
  }
  main .contents__icon {
    margin-top: 20px;
  }
  main .contents__back {
    padding: 0 5vw;
    margin-top: 20px;
  }
}/*# sourceMappingURL=service.css.map */