@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-container img {
  display: block;
  max-width: 100%;
}
.c5-container a {
  transition: all 0.2s;
}
.c5-container a:hover {
  text-decoration: none;
}
.c5-container ul {
  list-style: none;
}
.c5-container * {
  box-sizing: border-box;
}

.c5-inner {
  position: relative;
  padding: 0 10px;
}
.c5-hero {
  margin: 0 auto 35px;
}
.c5-hero img {
  margin: 0 auto;
}

.c5-product__btn .c5-btn {
  display: block;
  width: 60%;
  max-width: 424px;
  margin: 0 auto;
  padding: 1em 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #47845e;
  transition: all 0.3s;
}
.c5-product__btn .c5-btn:first-child {
  margin-bottom: 20px;
}
.c5-product__btn .c5-btn span {
  position: relative;
}
.c5-product__btn .c5-btn span::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: calc(50% + 1px);
  right: -1em;
  transform: translateY(-50%) rotate(-45deg);
}
.c5-product__btn .c5-btn:hover {
  opacity: 0.7;
}

.c5-product__wrap {
  margin: 0 auto 35px;
  padding: 30px 0;
  background-color: #f1f6d2;
}

.c5-product__name {
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c5-product__name span {
  display: block;
}
.c5-product__name span:first-child {
  font-size: 13px;
}
.c5-product__name span:last-child {
  font-size: 21px;
  font-weight: bold;
}
.c5-product__img {
  width: 85%;
  margin: 0 auto 20px;
}
.c5-product__img img {
  margin: 0 auto;
}

.c5-catch {
  margin: 0 auto 50px;
}
.c5-catch__ttl {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin: 0 auto 20px;
  font-feature-settings: "palt" 1;
}
.c5-catch__img {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.c5-catch__img-content {
  width: 30%;
}
.c5-catch__img-content img {
  margin: 0 auto;
}
.c5-catch__txt {
  font-size: 13px;
  line-height: 1.67;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}

.c5-sec__ttl {
  width: 69%;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.c5-sec__ttl-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 15px;
  background-color: #b4d6bd;
}
.c5-sec__ttl-wrap.c5-left .c5-sec__ttl-img {
  margin-left: 1%;
  margin-right: 0;
}
.c5-sec__ttl-wrap.c5-left .c5-sec__ttl {
  text-align: right;
}
.c5-sec__ttl-img {
  width: 30%;
  margin-right: 1%;
}
.c5-sec__ttl-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c5-sec__txt-wrap-img {
  float: right;
  width: 55%;
  margin: 0 0 10px 10px;
}
.c5-sec__txt-wrap-img.c5-left {
  float: left;
  width: 55%;
  margin: 0 10px 10px 0;
}
.c5-sec__txt-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.c5-sec__txt {
  font-size: 14px;
  line-height: 1.83;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
}
.c5-sec__txt.c5-last {
  margin-bottom: 0;
}

.c5-sec1,
.c5-sec3 {
  margin: 0 auto 35px;
  padding: 25px 0;
  background-color: #f4f9f5;
}

.c5-sec2 {
  margin: 0 auto 35px;
}

.c5-secImg {
  margin: 0 auto 35px;
}
.c5-secImg img {
  display: block;
  margin: 0 auto;
}

.c5-bottom__catch {
  background-color: #bcdac4;
  margin: 0 auto 45px;
  padding: 10px 0;
}
.c5-bottom__catch p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

.c5-member__wrap {
  background-color: #bcdac4;
}

.c5-member__ttl {
  background-color: #fff;
  padding-bottom: 15px;
}
.c5-member__ttl p {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1em;
}
.c5-member__ttl p span {
  display: inline-block;
  width: 40%;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.c5-member__content {
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}
.c5-member__content:first-child {
  padding-top: 35px;
}
.c5-member__content-img {
  width: 30%;
}
.c5-member__content-img img {
  display: block;
}
.c5-member__content-txt {
  width: 70%;
}
.c5-member__content-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 0.7em 1em;
  border-bottom: 1px solid #73b284;
}
.c5-member__content-article {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.095em;
  margin: 0;
  padding: 0.7em 0 0 1em;
  font-feature-settings: "palt" 1;
}

.c5-bottomProduct__wrap {
  padding: 35px 0;
  background-color: #f1f6d2;
}

.c5-bottomProduct__ttl {
  width: 270px;
  margin: 0 auto 25px;
}
.c5-bottomProduct__ttl p {
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c5-bottomProduct__ttl p:first-child {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.c5-bottomProduct__ttl p:last-child {
  font-size: 21px;
  line-height: 1;
}
.c5-bottomProduct__img {
  width: 75%;
  margin: 0 auto 20px;
}
.c5-bottomProduct__img img {
  display: block;
  margin: 0 auto;
}
.c5-bottomProduct__spec {
  margin: 0 auto 25px;
}
.c5-bottomProduct__spec table {
  width: 100%;
  margin: 0 auto 15px;
  border-collapse: separate;
  border-spacing: 0 0.6em;
}
.c5-bottomProduct__spec table td {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.c5-bottomProduct__spec table td:first-child {
  width: 40%;
}
.c5-bottomProduct__spec table td:last-child {
  width: 60%;
}
.c5-bottomProduct__spec-note {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .c5-container {
    margin-bottom: 100px;
  }
  .c5-hero {
    margin-bottom: 100px;
  }
  .c5-product__btn .c5-btn {
    width: 100%;
    padding: 1em 10px;
    font-size: 20px;
  }
  .c5-product__btn .c5-btn:first-child {
    margin-bottom: 25px;
  }
  .c5-product__btn .c5-btn span::after {
    width: 10px;
    height: 10px;
  }
  .c5-product__name span {
    line-height: 1.5;
  }
  .c5-product__name span:first-child {
    font-size: 26px;
  }
  .c5-product__name span:last-child {
    font-size: 42px;
  }
  .c5-catch {
    margin-bottom: 100px;
  }
  .c5-catch__ttl {
    text-align: center;
    font-size: 37px;
    margin-bottom: 40px;
  }
  .c5-catch__img {
    margin-bottom: 40px;
  }
  .c5-catch__txt {
    font-size: 24px;
  }
  .c5-sec__ttl {
    width: 422px;
    font-size: 26px;
    line-height: 1.53;
  }
  .c5-sec__ttl-wrap {
    width: 630px;
    margin-left: 0;
  }
  .c5-sec__ttl-wrap.c5-left {
    margin-left: auto;
    margin-right: 0;
  }
  .c5-sec__ttl-img {
    width: 198px;
    margin-right: 10px;
  }
  .c5-sec__txt-wrap-img {
    width: 35%;
  }
  .c5-sec__txt-wrap-img.c5-left {
    width: 35%;
  }
  .c5-sec__txt {
    font-size: 18px;
    line-height: 1.77;
    margin-bottom: 30px;
  }
  .c5-sec1,
  .c5-sec3 {
    margin-bottom: 100px;
    padding: 0 0 50px;
  }
  .c5-sec2 {
    margin-bottom: 100px;
  }
  .c5-secImg {
    margin-bottom: 70px;
  }
  .c5-bottom__catch {
    margin-bottom: 100px;
    padding: 20px 0;
  }
  .c5-bottom__catch p {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .c5-member__ttl {
    padding-bottom: 30px;
  }
  .c5-member__ttl p {
    font-size: 32px;
  }
  .c5-member__ttl p span {
    width: auto;
    top: -10px;
  }
  .c5-member__content {
    max-width: 1110px;
    margin: 0 auto;
    padding-bottom: 65px;
  }
  .c5-member__content:first-child {
    padding-top: 70px;
  }
  .c5-member__content-img {
    width: 204px;
    flex-shrink: 0;
  }
  .c5-member__content-txt {
    width: auto;
    position: relative;
    top: 50px;
  }
  .c5-member__content-name {
    font-size: 18px;
    padding: 0 0 1em 2em;
    border-width: 2px;
  }
  .c5-member__content-article {
    font-size: 18px;
    letter-spacing: 0.15em;
    padding: 0.6em 0 0 2em;
  }
  .c5-bottomProduct__ttl {
    width: 520px;
    margin: 0 auto 20px;
  }
  .c5-bottomProduct__ttl p:first-child {
    font-size: 29px;
  }
  .c5-bottomProduct__ttl p:last-child {
    font-size: 42px;
  }
  .c5-bottomProduct__spec table {
    width: 55%;
    margin-bottom: 20px;
    border-spacing: 0 0.8em;
  }
  .c5-bottomProduct__spec table td {
    font-size: 18px;
  }
  .c5-bottomProduct__spec table td:first-child {
    width: 40%;
  }
  .c5-bottomProduct__spec table td:last-child {
    width: 60%;
  }
  .c5-bottomProduct__spec-note {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .c5-product__wrap {
    margin-bottom: 100px;
    padding: 70px 0 115px;
  }
  .c5-product__name {
    width: 42%;
    text-align: left;
    margin: 0 0 20px auto;
    padding-top: 15px;
  }
  .c5-product__img {
    width: 51%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .c5-product__img img {
    margin: 0;
  }
  .c5-product__btn .c5-btn {
    margin: 0 45px 0 auto;
  }
  .c5-product__btn .c5-btn:first-child {
    margin-bottom: 25px;
  }
  .c5-sec__ttl-wrap {
    position: absolute;
    top: 50px;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .c5-sec__ttl-wrap.c5-left {
    right: 10px;
  }
  .c5-sec__ttl-wrap.c5-left .c5-sec__ttl {
    position: relative;
    text-align: left;
  }
  .c5-sec__ttl-wrap.c5-left .c5-sec__ttl span {
    position: absolute;
    width: 270px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
  }
  .c5-sec__txt-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 30px;
  }
  .c5-sec__txt-wrap.c5-reverse {
    flex-direction: row;
  }
  .c5-sec__txt-wrap-img, .c5-sec__txt-wrap-img.c5-left {
    float: none;
    width: 550px;
    margin: 0;
  }
  .c5-sec__txt-wrap .c5-sec__txt {
    width: 48%;
    margin-bottom: 0;
  }
  .c5-sec__txt-wrap::after {
    display: none;
  }
  .c5-bottomProduct__wrap {
    padding: 70px 0;
  }
  .c5-bottomProduct__wrap .c5-inner {
    display: grid;
    grid-template-columns: 0.8fr 0.7fr;
    grid-template-rows: 1fr 1fr 0.8fr 1fr;
    grid-template-areas: "a2 a1" "a2 a3" "... a3" "a4 a3";
  }
  .c5-bottomProduct__wrap .c5-area1 {
    grid-area: a1;
  }
  .c5-bottomProduct__wrap .c5-area2 {
    grid-area: a2;
  }
  .c5-bottomProduct__wrap .c5-area3 {
    grid-area: a3;
  }
  .c5-bottomProduct__wrap .c5-area4 {
    grid-area: a4;
  }
  .c5-bottomProduct__wrap .c5-product__btn .c5-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .c5-bottomProduct__ttl {
    width: 100%;
  }
  .c5-bottomProduct__img {
    width: 94%;
    margin: 0;
  }
  .c5-bottomProduct__img img {
    margin: 0;
  }
  .c5-bottomProduct__spec {
    margin: 0;
  }
  .c5-bottomProduct__spec table {
    width: 100%;
  }
  .c5-bottomProduct__spec-note {
    text-align: left;
  }
}
@media (min-width: 500px) {
  .c5-sec__ttl {
    width: 75%;
  }
}