@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.hero {
  padding: 6rem;
  margin: 0 0 -6rem 0;
  background-image: url(../img/top-main_250715.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 1480/640;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 0;
    margin: 0;
    background-image: url(../img/top-main-sp_250715_2.svg);
    aspect-ratio: 360/525;
  }
}
.hero__content {
  display: inline-block;
  position: relative;
  width: 46vw;
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 4rem 4.5rem 4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .hero__content {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1rem;
    padding: 2rem;
  }
}
.hero__content--read {
  font-size: 2.3rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero__content--read {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
}
.hero__content .top_b {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .hero__content .top_b {
    width: 100%;
    padding-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
  }
}
.hero__content .top_c {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .hero__content .top_c {
    width: 100%;
    padding-bottom: 0.5rem;
    font-size: 2.3rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .hero__content--ttl1 {
    margin: 0.5rem 0;
  }
}
.hero__content--ttl2 {
  padding-right: 1.5rem;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .hero__content--ttl2 {
    font-size: 2rem;
    position: absolute;
    bottom: -2.5rem;
    left: 1.5rem;
  }
}
.hero__content--ttl2 .number {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  background-color: #26A647;
  color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 0.3rem;
  border-radius: 50%;
  align-content: center;
  transform: skew(-5deg, -5deg);
}
@media screen and (max-width: 768px) {
  .hero__content--ttl2 .number {
    width: 4rem;
    height: 4rem;
    font-size: 2.7rem;
  }
}
.hero__content--ttl2 .emp {
  font-size: 3.8rem;
  color: #26A647;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero__content--ttl2 .emp {
    font-size: 3.8rem;
  }
}
.hero__content--price {
  position: absolute;
  bottom: -3rem;
  right: -8rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #FDDD04;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hero__content--price {
    padding-top: 0.5rem;
    left: 2rem;
    top: 13rem;
    width: 12rem;
    height: 12rem;
  }
}
.hero__content--price .number {
  display: block;
  font-size: 5.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hero__content--price .number {
    font-size: 3.8rem;
  }
}
.hero__content--price .name {
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .hero__content--price .name {
    margin-top: -0.4rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .top-bg-white {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

.top-about-cut {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 10.5rem;
}
@media screen and (max-width: 768px) {
  .top-about-cut {
    width: 8rem;
  }
}

.top-service-cut {
  position: absolute;
  top: -6rem;
  right: 4rem;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .top-service-cut {
    top: -9rem;
    right: 1rem;
    width: 10rem;
  }
}

.top-breakdown-cut {
  position: absolute;
  top: -1rem;
  left: 16%;
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .top-breakdown-cut {
    top: 2rem;
    left: 3%;
    width: 8rem;
  }
}

.read {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .read {
    font-size: 1.6rem;
    text-align: left;
  }
}

.top-about {
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  text-align: center;
}
.top-about-item {
  position: relative;
}
.top-about-item-name {
  position: absolute;
  top: 68%;
  left: 5%;
  background-color: #80C644;
  width: 8rem;
  height: 8rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 5rem;
  padding: 3rem 2rem 3rem 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-about-item-name {
    top: 80%;
    left: 3%;
    width: 7rem;
    height: 7rem;
    font-size: 1.6rem;
    padding: 2.6rem 2rem 2rem 1.8rem;
  }
}
.top-about img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .top-about {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 4rem;
  }
  .top-about img {
    width: 95%;
  }
}
.top-about .top-about-item-name-pl12 {
  padding-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top-about .top-about-item-name-pl12 {
    padding-left: 1rem;
  }
}

.top-service {
  border-bottom: 1px solid #CCC;
  padding: 0 0 5rem 0;
  margin: 0 0 5rem 0;
  display: grid;
  gap: 4rem;
  align-items: center;
}
.top-service:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-service:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-service:nth-child(even) {
  grid-template-columns: 3fr 2fr;
}
.top-service:nth-child(odd) {
  grid-template-columns: 2fr 3fr;
}
.top-service:nth-child(odd) .top-service-img {
  order: -1;
}
.top-service-ttl {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-service-ttl {
    font-size: 2.3rem;
  }
}
.top-service-ttl .number {
  display: block;
  background-color: #80C644;
  color: #fff;
  font-weight: 500;
  font-size: 2.3rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  min-width: 6rem;
  min-height: 6rem;
  text-align: center;
  align-content: center;
  border-radius: 6rem;
  letter-spacing: 0;
}
.top-service-ttl .number small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top-service {
    display: block;
  }
  .top-service .top-service-txt {
    margin-bottom: 3rem;
  }
  .top-service .top-service-img img {
    display: block;
    margin: 0 auto;
    width: 85%;
  }
}
.top-service .btn-sp {
  width: 100%;
  margin-top: 4rem;
}

.top-service-btn {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.top-service-bg {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-service-bg {
    padding-bottom: 3rem;
  }
}

.top-breakdown {
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}
.top-breakdown-item {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
.top-breakdown-item:after {
  position: absolute;
  content: url(../img/top-breakdown-arrow.svg);
  width: 4.5rem;
  height: 4.5rem;
  right: -4rem;
  top: 50%;
  transform: rotate(-90deg) translateX(100%);
  z-index: 1;
}
.top-breakdown-item:last-child:after {
  display: none;
}
.top-breakdown-item-number {
  position: absolute;
  top: 3rem;
  left: 3rem;
  background-color: #80C644;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  border-radius: 4rem;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 2.7rem;
  letter-spacing: 0;
}
.top-breakdown-item-number span {
  display: block;
  font-size: 1.6rem;
}
.top-breakdown-item-name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-breakdown {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
  .top-breakdown-item:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3.5rem;
    transform: rotate(0) translateX(-50%);
  }
  .top-breakdown-item:last-child:after {
    display: none;
  }
}

.top-breakdown-txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.btn-app {
  display: inline-block;
  min-width: 90rem;
  background-color: #26A647;
  color: #fff;
  padding: 2.5rem;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-app {
    min-width: 100%;
    padding: 2rem 0.5rem;
    font-size: 1.8rem;
    border-radius: 6rem;
    line-height: 1.2;
  }
}
.btn-app:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.6rem solid #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn-app:after {
    right: 2.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.btn-app:hover {
  background-color: #80C644;
  color: #333;
}
.btn-app:hover:after {
  right: 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.top-cta {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -2rem;
  padding-top: 6rem;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-cta {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}
.top-cta .top-cta-mypage {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-mypage {
    margin-right: 0;
  }
}
.top-cta .top-cta-mypage a {
  padding: 2.5rem 17.5rem 2.5rem 15rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 6rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-mypage a {
    min-width: 100%;
    padding: 2rem 10rem 2rem 7.5rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
.top-cta .top-cta-mypage a::before {
  position: absolute;
  content: "";
  right: 14rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-mypage.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-mypage.svg");
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-mypage a::before {
    right: 7rem;
    top: 50%;
  }
}
.top-cta .top-cta-entry {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-entry {
    margin-right: 0;
    margin-top: 0;
  }
}
.top-cta .top-cta-entry a {
  padding: 2.5rem 17.5rem 2.5rem 15rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-entry a {
    min-width: 100%;
    padding: 2rem 10rem 2rem 7.5rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
.top-cta .top-cta-entry a::before {
  position: absolute;
  content: "";
  right: 14rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-entry.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-entry.svg");
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta-entry a::before {
    right: 7rem;
    top: 50%;
  }
}

.top-pr{
  position: absolute;
  width: 16rem;
  top: -24px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .top-pr{
    top: -5px;
  }
}


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