@charset "UTF-8";
.p-intro {
  padding: 8rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 4rem 0;
  }
}
.p-intro .green {
  color: #177272;
}
.p-intro__box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 5.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__box {
    padding: 0.9rem 1.4rem 3.1rem;
  }
}
.p-intro__ttl {
  text-align: center;
  font-size: 9.6rem;
  font-weight: 100;
  color: #177272;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 4rem;
  }
}
.p-intro__ttl > span {
  font-size: 0.9166666667em;
  font-weight: 700;
}
.p-intro__head01 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-intro__head01 {
    font-size: 1.6rem;
    margin-top: -1.3rem;
  }
}
.p-intro__image {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro__image {
    margin-top: 1.8rem;
  }
}
.p-intro__head02 {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__head02 {
    margin-top: 2.2rem;
  }
}
.p-intro__head02 .box {
  display: inline-block;
  background-color: #177272;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 0.4em 0.8em;
}
@media screen and (max-width: 767px) {
  .p-intro__head02 .box {
    font-size: 2rem;
  }
}
.p-intro__text {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 1.6rem;
    margin-top: 2.1rem;
  }
}
.p-intro__text .large {
  font-size: 1.2em;
  font-weight: 700;
}

.p-merit {
  padding-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding-top: 4.5rem;
  }
}
.p-merit .green {
  color: #177272;
}
.p-merit__title {
  text-align: center;
  padding-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-merit__title {
    line-height: 0.9;
    padding-bottom: 2.6rem;
  }
}
.p-merit__title .medium {
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-merit__title .medium {
    display: block;
    font-size: 1.8rem;
  }
}
.p-merit__title .large {
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-merit__title .large {
    font-size: 2.6rem;
  }
}
.p-merit__title .large .num {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .p-merit__title .large .num {
    font-size: 1em;
  }
}
.p-merit__list {
  position: relative;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    margin-top: 5.5rem;
  }
}
.p-merit__list::before {
  content: "";
  width: 16.8rem;
  height: 4.3rem;
  display: block;
  background-color: #EEF7F7;
  position: absolute;
  z-index: 1;
  bottom: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-merit__list::before {
    bottom: -1.4rem;
  }
}
.p-merit__item {
  position: relative;
  background-color: #EEF7F7;
  padding: 4rem;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .p-merit__item {
    padding: 4rem 1.6rem;
  }
}
.p-merit__item + .p-merit__item {
  margin-top: 4.8rem;
}
.p-merit__item::before {
  content: counter(number);
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #177272;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  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;
  position: absolute;
  left: 0;
  top: -1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__item::before {
    top: -2.3rem;
  }
}
.p-merit__item:after {
  content: "";
  display: block;
  width: 25.1rem;
  height: 11.5rem;
  background-color: #91CBCB;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  opacity: 0.15;
}
.p-merit__item-upper {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 26.4rem;
  grid-template-columns: 1fr 26.4rem;
  -ms-grid-rows: auto 2.4rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 2.4rem 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-merit__item-upper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-merit__item-upper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-merit__item-upper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-merit__item-upper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .p-merit__item-upper {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .p-merit__item-upper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-merit__item-upper > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-merit__item-upper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-merit__item-upper .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #177272;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-merit__item-upper .ttl {
    font-size: 2.4rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.p-merit__item-upper .text {
  letter-spacing: -0.02em;
  line-height: 1.6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-merit__item-upper .text {
    margin-top: -0.7rem;
    font-size: 1.6rem;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.p-merit__item-upper .text sup {
  font-size: 60%;
}
.p-merit__item-upper .box {
  background-color: #E0F0F0;
  padding: 0.8rem 0 0.8rem 1rem;
  font-weight: 700;
  width: 94.5%;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item-upper .box {
    padding: 1.3rem 1.6rem 1.2rem 1.6rem;
    width: 100%;
  }
}
.p-merit__item-upper .box__item::before {
  content: "・";
  color: #177272;
}
.p-merit__item-upper .img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-merit__item-upper .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-merit__item-lower {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower {
    margin-top: 1.9rem;
  }
}
.p-merit__item-lower .inner {
  border: 1px solid #177272;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-merit__item-lower .ttl {
  text-align: center;
  color: #fff;
  background-color: #177272;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  padding: 1.3rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .ttl {
    padding: 1rem 1.8rem 1.1rem;
    white-space: nowrap;
  }
}
.p-merit__item-lower .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 1rem 1rem 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .list {
    padding: 1.2rem 1rem 1rem 3.7rem;
  }
}
.p-merit__item-lower .item {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .item {
    font-size: 1.8rem;
  }
}
.p-merit__item-lower .item + .item {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .item + .item {
    margin-top: 1.4rem;
  }
}
.p-merit__item-lower .item::before {
  content: "";
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #177272;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.2em;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .item::before {
    left: -1.4em;
  }
}
.p-merit__item-lower .notes {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .notes {
    margin-top: 1.6rem;
  }
}
.p-merit__item-lower .note {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-merit__item-lower .note {
    line-height: 1.6;
  }
}
.p-merit__item-lower .note::before {
  content: "※";
}
.p-merit__more {
  position: relative;
  background-color: #FFFCDB;
  padding: 4.2rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-merit__more {
    padding: 0 0 4rem;
  }
}
.p-merit__more-ttl {
  width: 80.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-merit__more-ttl {
    width: 31.7rem;
    margin: -0.3rem 0 0 1rem;
  }
}
.p-merit__more-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: -17.7rem auto 0;
  width: 79%;
  padding-right: 20rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-merit__more-text {
    padding-right: 0;
    font-size: 1.4rem;
    width: 90%;
    margin-top: 0.1rem;
  }
}
.p-merit__more-text .red {
  color: #C92222;
}
.p-merit__more-notes {
  width: 79%;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-merit__more-notes {
    width: 91%;
    margin-top: 1.6rem;
  }
}
.p-merit__more-notes .item {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-merit__more-notes .item {
    font-size: 1rem;
  }
}
.p-merit__more-notes .item::before {
  content: "※";
}

.c-opt {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-opt {
    padding-top: 3.8rem;
  }
}

.p-compare {
  padding: 9rem 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-compare {
    padding: 3.6rem 0 4rem;
  }
}
.p-compare .green {
  color: #177272;
}
.p-compare__title {
  text-align: center;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-compare__title {
    line-height: 0.9;
    padding-bottom: 2.6rem;
  }
}
.p-compare__title .medium {
  font-weight: 700;
  font-size: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-compare__title .medium {
    font-size: 1.8rem;
  }
}
.p-compare__title .large {
  display: block;
  font-weight: 700;
  font-size: 5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-compare__title .large {
    font-size: 2.6rem;
    margin-top: 1.4rem;
  }
}
.p-compare__img {
  width: 94.5%;
  margin: 4.9rem 0 0 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-compare__img {
    width: 106%;
    margin: 3.2rem 0 0 -1.5rem;
  }
}
.p-compare__img img {
  width: 100%;
}
.p-compare__txt01 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-compare__txt01 {
    font-size: 1.5rem;
    margin-top: 2.4rem;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px -0.2rem 0.1rem rgba(255, 255, 255, 0.5);
  }
}
.p-compare__txt01 .large {
  display: block;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .p-compare__txt01 .large {
    font-size: 1.3333333333em;
  }
}
.p-compare__txt01 .line {
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-color: #FFFA61;
  text-decoration-thickness: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-compare__txt01 .line {
    text-decoration-thickness: 0.4em;
  }
}
.p-compare__box {
  text-align: center;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-compare__box {
    margin-top: 1.6rem;
    padding: 0 0.7rem;
  }
}
.p-compare__box .box__inn {
  position: relative;
  display: inline-block;
  background-color: #FFF7C8;
  color: #C92222;
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-compare__box .box__inn {
    font-size: 2.04rem;
    padding: 0.8rem 1.5rem;
  }
}
.p-compare__box .box__inn::before {
  content: "";
  width: 4.8rem;
  height: 3rem;
  display: block;
  background-color: #FFF7C8;
  position: absolute;
  z-index: 1;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-compare__box .box__inn::before {
    height: 1.8rem;
    bottom: -1.2rem;
    width: 2.8rem;
  }
}
.p-compare__txt02 {
  margin-top: 2.3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-compare__txt02 {
    font-size: 2rem;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px -0.2rem 0.1rem rgba(255, 255, 255, 0.5);
  }
}
.p-compare__cv {
  background-color: #fff;
  margin-top: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-compare__cv {
    margin-top: 1.8rem;
    padding: 2.4rem 0 1.4rem;
  }
}
.p-compare__cv .text01 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-compare__cv .text01 {
    font-size: 1.56rem;
  }
}
.p-compare__cv .text02 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-compare__cv .text02 {
    font-size: 1.68rem;
    margin-top: 0.1rem;
    line-height: 1.8;
  }
}
.p-compare__cv .text02 .free {
  background-color: #C92222;
  color: #fff;
  display: inline-block;
  padding: 0 0.35em;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-compare__cv .text02 .free {
    font-size: 1.6rem;
    padding: 0 0.4em;
  }
}
.p-compare__cv .btn {
  width: 77%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-compare__cv .btn {
    width: 97.3%;
    margin: 0.9rem 0 0 2.5rem;
  }
}
.p-compare__cv .btn a {
  display: block;
}
/*# sourceMappingURL=reason.css.map */