/* p-haken-about
---------------------------------------------------------------------------- */
.p-haken-overview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  max-width: 109.7rem;
  padding: 5rem 6rem;
  padding-left: 0;
  margin: 8rem 0 10rem auto;
  background-color: #FFFAC6;
}

.p-haken-overview-image {
  width: 53rem;
  min-width: 53rem;
  margin-left: -8rem;
}

.p-haken-overview-text {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-haken-overview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    max-width: 100%;
    padding: 8vw 5.3333333333vw;
    margin: 32vw 0 13.3333333333vw auto;
  }
  .p-haken-overview-image {
    width: 100%;
    min-width: 100%;
    margin: auto;
    margin-top: -29.3333333333vw;
  }
  .p-haken-overview-text {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
/*
---------------------------------------------------------------------------- */
.p-haken-merit {
  padding: 10rem 0 2rem;
  background-color: #FEFCE6;
}

.p-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
  margin-bottom: 8rem;
}
.p-point-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-point-item-img {
  width: 53rem;
  min-width: 53rem;
}

.p-point-item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 0.2rem solid #F6CA4A;
}

.p-point-item-label {
  color: #F6CA4A;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

.p-point-item-label span {
  font-size: 4.8rem;
}

.p-point-item-title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-haken-merit {
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
  .p-point-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-point-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-point-item-img {
    width: 100%;
    min-width: 100%;
  }
  .p-point-item-title-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5.3333333333vw;
    padding: 0 0 2.6666666667vw 0;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.5333333333vw solid #F6CA4A;
  }
  .p-point-item-label {
    font-size: 2.9333333333vw;
  }
  .p-point-item-label span {
    font-size: 8vw;
  }
  .p-point-item-title {
    font-size: 5.3333333333vw;
  }
}
.p-compare-table-wrapper {
  margin-top: 5rem;
  text-align: center;
}
.p-compare-table-wrapper td {
  height: 11rem;
}
.p-compare-table-wrapper ul {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.p-compare-table-txt {
  display: block;
  text-align: left;
  padding-left: 5rem;
}

@media screen and (max-width: 767px) {
  .p-compare-table-wrapper {
    margin-top: 5.3333333333vw;
  }
  .p-compare-table-wrapper .m-table {
    width: 213.3333333333vw;
  }
  .p-compare-table-wrapper td {
    height: 21.3333333333vw;
  }
  .p-compare-table-txt {
    padding-left: 8vw;
  }
}