/* ------------------------------
    p-sec01
------------------------------ */
.p-sec01 {
  margin-top: 19rem;
}
@media screen and (max-width: 768px) {
  .p-sec01 {
    margin-top: 29.7rem;
  }
}

.p-sec01__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-sec01-flex {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-sec01-flex {
    margin-top: 4.5rem;
  }
}

.p-sec01-flex__item {
  position: relative;
  width: calc((100% - 1.4rem) / 3);
  aspect-ratio: 1/1;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 481px) {
  .p-sec01-flex__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-sec01-flex__item {
    width: calc((100% - 0.7rem) / 2);
  }
  .p-sec01-flex__item:nth-of-type(even) {
    margin-right: 0;
  }
}

.p-sec01-flex__img {
  width: 100%;
  height: 100%;
}
.p-sec01-flex__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sec01-flex__num {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2.4rem;
  color: #ffffff;
  font-family: "Lexend";
  width: 9rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  border-radius: 0.8rem 0 0 0;
  background: #008482;
}
@media screen and (max-width: 480px) {
  .p-sec01-flex__num {
    width: 8rem;
    height: 8rem;
    font-size: 2.8rem;
  }
}

.p-sec01-list {
  margin: 3rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: count-number;
}
@media screen and (max-width: 768px) {
  .p-sec01-list {
    margin: 2rem 0 0;
    display: block;
  }
}
.p-sec01-list li {
  width: calc((100% - 1.4rem) / 3);
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0 0.7rem 1.1rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-sec01-list li {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (min-width: 769px) {
  .p-sec01-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sec01-list li {
    width: 100%;
    margin: 0 0 0.8rem;
  }
}
.p-sec01-list li::before {
  counter-increment: count-number;
  content: "0" counter(count-number);
  font-size: 1.5rem;
  margin-right: 0.5rem;
  font-family: "Lexend";
  color: #008482;
}
@media screen and (max-width: 768px) {
  .p-sec01-list li::before {
    font-size: 2.8rem;
    margin-right: 1rem;
  }
}

/* ------------------------------
    p-sec02
------------------------------ */
.p-sec02 {
  background: #f4f8f7;
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec02 {
    margin-top: 7.5rem;
  }
}
.p-sec02 .u-wrap__1100 {
  padding: 7.8rem 0 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec02 .u-wrap__1100 {
    padding: 5.8rem 0 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec02 .c-ttl-green26 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-sec02-box01 {
  margin: 3.8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sec02-box01 {
    margin: 2.8rem 0 0;
    display: block;
  }
}

.p-sec02-box01__img {
  width: 50rem;
  aspect-ratio: 50/29;
  border-radius: 1rem;
  overflow: hidden;
}
.p-sec02-box01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-sec02-box01__img {
    width: 100%;
  }
}

.p-sec02-box01__txtarea {
  width: 55rem;
}
@media screen and (max-width: 768px) {
  .p-sec02-box01__txtarea {
    width: 100%;
    margin-top: 2.6rem;
  }
}

.p-sec02-box01__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545454545;
  color: #008482;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec02-box01__ttl {
    font-size: 3.2rem;
  }
}

.p-sec02-box01__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec02-box01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .p-sec02-box01__txt {
    margin: 1.8rem 0 0;
  }
}

.p-sec02-box02 {
  margin-top: 4.5rem;
}

.p-sec02-box02__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec02-box02__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .p-sec02-box02__txt {
    margin: 2.8rem 0 0;
  }
}

.p-sec02-box02-flex {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sec02-box02-flex {
    margin-top: 6rem;
    display: block;
  }
}

.p-sec02-box02-flex__img {
  width: 35.5rem;
  aspect-ratio: 35.5/20;
  border-radius: 1rem;
  overflow: hidden;
}
.p-sec02-box02-flex__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-sec02-box02-flex__img {
    width: 100%;
  }
  .p-sec02-box02-flex__img:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}

/* ------------------------------
    p-sec03
------------------------------ */
.p-sec03 {
  margin-top: 7rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec03 {
    margin-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}

.p-sec03__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec03__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-sec03__link {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sec03__link {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=circle.css.map */
