html {
  font-size: 2.67vw;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #505050;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  -webkit-overflow-scrolling: touch;
  background: #EEF2EF;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  opacity: 0;
  overflow-y: auto;
  padding: 2.5rem 2.5rem 4.6rem;
  position: fixed;
  right: 0;
  top: 5.6rem;
  transition: all 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.nav.is-active {
  opacity: 1;
  visibility: visible;
}

.nav__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.nav__link {
  color: #74B78D;
  display: flex;
  font-size: 1.8rem;
}

.nav__linkEng {
  display: inline-block;
  width: 13.4rem;
}

.nav__linkJa {
  display: inline-block;
  flex: 1;
}

.nav__btns {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-top: 3.2rem;
  max-width: 33.2rem;
}

.nab__btn {
  align-items: center;
  background: #74b88d;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  gap: 1.5rem;
  height: 4.4rem;
  letter-spacing: 0.05em;
  padding-left: 5.8rem;
}

.nab__btn.--web::before {
  background: url(./../images/icon_web.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.8rem;
  width: 2.8rem;
}

.nab__btn.--line::before {
  background: url(./../images/icon_line.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.9rem;
  width: 2.9rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #b5d2be;
  color: #231815;
  padding: 2.5rem 0 15rem;
}

.footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer__logo {
  cursor: pointer;
  max-width: 8.8rem;
}

.footer__logo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.footer__link {
  font-size: 0.9rem;
  letter-spacing: 0.07em;
  margin-top: 1.8rem;
  text-transform: capitalize;
}

.footer__copyright {
  font-size: 0.9rem;
  letter-spacing: 0.07em;
  margin-top: 1.2rem;
  text-align: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  height: 5.6rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 1.8rem 0 2.5rem;
}

.header__logo {
  max-width: 10.9rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
  padding-top: 5.6rem;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 2rem;
  position: relative;
  width: 4rem;
}

.burger span {
  background: #89C39F;
  display: block;
  height: 1px;
  transition: all 0.2s;
  width: 100%;
}

.burger span.is-active {
  position: absolute;
}

.burger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.burger span.is-active:nth-child(2) {
  opacity: 0;
}

.burger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
  background: #fff;
  bottom: 0;
  left: 50%;
  max-width: 37.6rem;
  padding: 1rem 2rem;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
/*   opacity: 0; */
  transition: opacity 0.4s ease;
}

.c-float__cta.--web {
  border-radius: 1.7rem;
}

.c-float__cta.--line {
  border-radius: 0.8rem;
  margin-top: 0.5rem;
}

.c-float--visible {
  opacity: 1;
}

/*
 * c-head
 * -------------------------------------------------------------
 */

.c-head {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  text-align: center;
}

.c-head__lead {
  color: #528160;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.c-head__lead.--light {
  color: #699e79;
}

.c-head__lead .fs20 {
  font-size: 2rem;
}

.c-head__lead .fs28 {
  font-size: 2.8rem;
}

.c-head__lead .fs30 {
  font-size: 3rem;
}

/*
 * c-secTtl
 * -------------------------------------------------------------
 */

.c-secTtl {
  color: #699e79;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: capitalize;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  padding: 3.5rem 0;
  position: relative;
}

.about::before {
  background: url(./../images/about_line.webp) no-repeat top/100% 100%;
  content: "";
  display: block;
  height: 100%;
  left: 6rem;
  max-width: 15rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.about__inner {
  padding: 0 2rem 0 2.6rem;
}

.about__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 5.7rem;
}

.about__item {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.about__imgWrap {
  max-width: 30rem;
  position: relative;
}

.about__item:nth-child(2n-1) .about__imgWrap {
  margin-left: max(-2.3rem, 50% - 50vw + 37.5rem - 100vw);
}

.about__item:nth-child(2n) .about__imgWrap {
  margin-left: auto;
  margin-right: max(-2.6rem, 50% - 50vw + 37.5rem - 100vw);
}

.about__num {
  color: #699e79;
  font-size: 6.7rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 1;
}

.about__item:nth-child(2n-1) .about__num {
  left: 1.1rem;
  right: auto;
  top: -5rem;
}

.about__item:nth-child(2n) .about__num {
  right: 2rem;
  top: -5rem;
}

.about__img {
  aspect-ratio: 300/185;
  overflow: hidden;
  width: 100%;
}

.about__item:nth-child(2n-1) .about__img {
  border-radius: 0 5rem 0 0;
  left: -0.3rem;
  position: relative;
}

.about__item:nth-child(2n) .about__img {
  border-radius: 5rem 0 0 0;
}

.about__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__item:nth-child(2n) .about__details {
  margin-left: auto;
  max-width: 27.6rem;
}

.about__ttl {
  color: #528160;
  font-size: 1.7rem;
  font-style: italic;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.about__ttl.--mr {
  margin-right: calc(50% - 50vw);
}

.about__text {
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  line-height: 1.85;
  margin-top: 1.5rem;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access {
  background: #f0f1f0;
  padding: 3rem 0 4.5rem;
}

.access__body {
  margin-top: 4rem;
}

.access__lead {
  color: #699e79;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.access__table {
  margin-top: 2rem;
}

.access__item {
  align-items: center;
  border-bottom: 1px solid #878787;
  display: flex;
  gap: 1.7rem;
  letter-spacing: 0.06em;
  padding: 1.2rem 0;
}

.access__item:first-child {
  border-top: 1px solid #878787;
}

.access__item dt {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  width: 6rem;
}

.access__item dd {
  flex: 1;
  font-size: 1.1rem;
}

.access__map {
  height: 25.7rem;
  margin-top: 1.2rem;
}

/*
 * benefits
 * -------------------------------------------------------------
 */

.benefits {
  background: #fcfaf8;
  padding: 3rem 0;
}

.benefits__list {
  grid-gap: 1.2rem 2rem;
  display: grid;
  gap: 1.2rem 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.4rem;
}

.benefits__item {
  align-items: center;
  background: #f9f5f1;
  border: 1px solid #528160;
  border-radius: 0.4rem;
  color: #528160;
  display: grid;
  font-size: 1.5rem;
  height: 4.9rem;
  justify-items: center;
  letter-spacing: 0.06em;
  place-items: center;
}

/*
 * campaign
 * -------------------------------------------------------------
 */

.campaign {
  background: #f4f0ea;
  padding: 2.5rem 0 3rem;
}

.campaign__lead {
  color: #545454;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.campaign__lead span {
  border-bottom: 1px solid #706f70;
  display: inline-block;
  padding: 0 0.5rem 0.6rem;
}

.campaign__lead span:nth-of-type(2) {
  margin-top: 1.2rem;
}

.campaign__ttl {
  font-feature-settings: "palt";
  color: #EE6279;
  font-size: 5.1rem;
  font-weight: 700;
  margin-top: 2.5rem;
}

.campaign__ttl.--sm {
  color: #ee6279;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center;
}

.campaign__limit {
  background: #EE6279;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.5rem;
  padding: 0.8rem 2rem;
}

.campaign__text {
  color: #414141;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}

.campaign__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}

.campaign__itemTtl {
  background: #EE6279;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.8rem 2.1rem 0.7rem;
}

.campaign__card {
  background: #fff;
  color: #706f70;
  padding: 2.7rem 1rem 4rem 2rem;
}

.campaign__card:last-child {
  padding-bottom: 2.5rem;
}

.campaign__benefit+.campaign__benefit {
  margin-top: 1rem;
}

.campaign__badge {
  background: #ff79a5;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.8rem 2.9rem 0.7rem;
}

.campaign__benefitLead {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.6rem;
}

.campaign__benefitLead.--sm {
  font-size: 1.5rem;
  line-height: 1.44;
}

.campaign__benefitLead.--price {
  margin-top: 0.3rem;
}

.campaign__benefitMain {
  color: #EE6279;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1rem;
}

.campaign__benefitMain span {
  font-size: 5rem;
}

.campaign__benefitMain small {
  font-size: 3.4rem;
}

.campaign__benefitNote {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
  text-align: right;
}

.campaign__benefitNote.--center {
  text-align: center;
}

.campaign__benefitRow {
  align-items: center;
  display: flex;
}

.campaign__benefitText {
  font-weight: 500;
  min-width: 10.6rem;
}

.campaign__benefitPrice {
  font-size: 2.4rem;
  margin-top: 1.3rem;
}

.campaign__benefitArrow {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #EE6279;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 3rem;
  margin: 0 2.5rem 0 2.9rem;
  width: 1.5rem;
}

.campaign__benefitFree {
  color: #EE6279;
  font-size: 11.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -3rem;
}

.campaign__benefitFree span {
  font-size: 4rem;
}

.campaign__gift {
  margin-top: 1.9rem;
}

.campaign__giftAmount {
  color: #EE6279;
  font-size: 2.2rem;
  font-weight: 700;
}

.campaign__giftBody {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.campaign__giftImage {
  border-radius: 0.6rem;
  flex-shrink: 0;
  overflow: hidden;
  width: 12rem;
}

.campaign__giftImage img {
  display: block;
  height: auto;
  width: 100%;
}

.campaign__giftText {
  color: #EE6279;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding: 3.5rem 0 3.8rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin-top: 3rem;
}

.faq__item {
  border: 1px solid #528160;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 1.5rem 1.7rem 1.5rem;
}

.faq__question {
  display: flex;
  gap: 1.5rem;
}

.faq__question.--center {
  align-items: center;
}

.faq__eng {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 2rem;
  height: 4.2rem;
  justify-items: center;
  min-width: 4.2rem;
  padding-bottom: 0.3rem;
  place-items: center;
  width: 4.2rem;
}

.faq__q {
  background: #528160;
}

.faq__ttl {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.faq__answer {
  display: flex;
  gap: 1.5rem;
}

.faq__a {
  background: #EE6279;
}

.faq__text {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.faq__text .mr {
  display: inline-block;
  margin-right: calc(50% - 50vw);
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  padding: 2.5rem 0 5.8rem;
}

.flow__inner {
  padding: 0 3.8rem;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2.5rem;
}

.flow__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

.flow__itemHead {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  left: -0.8rem;
  position: relative;
}

.flow__num {
  align-items: center;
  background: #82b491;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 0.1rem;
  height: 4.9rem;
  justify-content: center;
  padding-top: 0.4rem;
  text-transform: uppercase;
  width: 4.9rem;
}

.flow__num span {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.flow__ttl {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
}

.flow__img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.flow__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.flow__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8518518519;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  aspect-ratio: 375/565;
  background: url(./../images/fv.webp) no-repeat center/cover;
  padding: 2rem 0 0.7rem;
}

.fv__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fv__ttl {
  padding-left: 1rem;
}

.fv__cont {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.fv__label {
  font-feature-settings: "palt";
  align-items: center;
  background: rgba(235, 233, 232, 0.8);
  border-radius: 1rem;
  color: #7c7b7a;
  display: flex;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  height: 3.1rem;
  justify-content: center;
  letter-spacing: 0.15em;
  margin-left: auto;
  margin-right: auto;
  max-width: 25.5rem;
  width: 100%;
}

.fv__lead {
  margin: 0 calc(50% - 50vw);
  width: min(430px, 100vw);
}

.fv__list {
  grid-gap: 1.3rem;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.fv__note {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
  text-align: right;
  width: 100%;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price {
  background: #fcfaf8;
  padding: 4.5rem 0;
}

.price__inner {
  padding: 0 1.6rem;
}

.price__head {
  letter-spacing: 0.06em;
  margin-top: 2.5rem;
  text-align: center;
}

.price__headTtl {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.price__lead {
  font-size: 1.35rem;
  line-height: 1.85;
  margin-top: 2rem;
}

.price__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.8rem;
}

.price__block.--light {
  margin-top: 2.5rem;
}

.price__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.price__ttl.--green {
  color: #5e906d;
  margin: 0 calc(50% - 50vw);
}

.price__note {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: -0.5rem;
  text-align: right;
  width: 100%;
}

/*
 * priceTable
 * -------------------------------------------------------------
 */

.priceTable {
  border: 1px solid #ddd7d2;
  border-collapse: collapse;
  width: 100%;
}

.priceTable.--standard {
  border-color: #82b491;
}

.priceTable__th {
  background: #ddd7d2;
  border-right: 1px solid #b9b3af;
  font-size: 1.5rem;
  font-weight: 500;
  height: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
}

.priceTable.--standard .priceTable__th {
  background: #82b491;
  border-color: #5e9c71;
  color: #fff;
}

.priceTable__th.--time {
  width: 50%;
}

.priceTable__th.--price {
  border-right: none;
}

.priceTable tbody tr {
  border-bottom: 1px solid #ddd7d2;
}

.priceTable.--standard tbody tr {
  border-color: #82b491;
}

.priceTable__rowHead {
  background: #fff;
  border-right: 1px solid #b9b3af;
  font-size: 1.5rem;
  font-weight: 500;
  height: 7.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}

.priceTable.--standard .priceTable__rowHead {
  border-color: #82b491;
}

.priceTable__cell {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1.5rem;
  height: 7.2rem;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.priceTable__badge {
  background: #ddd7d2;
  border-radius: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  padding: 0.5rem 0.7rem 0.4rem 0.8rem;
  position: relative;
}

.priceTable.--standard .priceTable__badge {
  background: #82b491;
  color: #fff;
}

.priceTable__badge::before {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #ddd7d2;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  display: block;
  height: 1rem;
  left: -0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
}

.priceTable.--standard .priceTable__badge::before {
  background: #82b491;
}

.priceTable__rowHead-sp {
  background: #fff;
  border: 1px solid #505050;
  border-radius: 0.6rem;
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin: 0 auto 1.2rem;
  max-width: 15rem;
  padding: 0.5rem 0.3rem 0.4rem;
  position: relative;
}

.priceTable__rowHead-sp.--sm {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.priceTable__rowHead-sp::before,
.priceTable__rowHead-sp::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 0.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0.6rem;
}

.priceTable__rowHead-sp::before {
  background: #505050;
  bottom: -0.7rem;
}

.priceTable__rowHead-sp::after {
  background: #fff;
  bottom: -0.5rem;
}

.priceTable__rowHead-sp.--green {
  border-color: #5e9c71;
  color: #5e9c71;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  max-width: 15.8rem;
  padding: 0.5rem 0.1rem 0.4rem;
}

.priceTable__rowHead-sp.--green::before,
.priceTable__rowHead-sp.--green::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 0.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0.6rem;
}

.priceTable__rowHead-sp.--green::before {
  background: #5e9c71;
}

/*
 * recomend
 * -------------------------------------------------------------
 */

.recomend {
  padding-top: 3.5rem;
}

.recomend__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3rem;
}

.recomend__item {
  align-items: center;
  border: 1px solid #528160;
  border-radius: 3.6rem;
  color: #606060;
  display: flex;
  font-size: 1.5rem;
  gap: 1.6rem;
  height: 7.2rem;
  letter-spacing: 0.07em;
  line-height: 1.66;
  max-width: 29.4rem;
  padding-left: 1.6rem;
}

.recomend__item:nth-child(2) {
  font-size: 1.35rem;
  letter-spacing: 0.03em;
}

.recomend__item:nth-child(2n) {
  margin-left: 4rem;
}

.recomend__item::before {
  content: "";
  display: block;
  height: 4.2rem;
  width: 4.2rem;
}

.recomend__item:nth-child(1)::before {
  background: url(./../images/recomend1.webp) no-repeat center/100%;
}

.recomend__item:nth-child(2)::before {
  background: url(./../images/recomend2.webp) no-repeat center/100%;
}

.recomend__item:nth-child(3)::before {
  background: url(./../images/recomend3.webp) no-repeat center/100%;
}

.recomend__item:nth-child(4)::before {
  background: url(./../images/recomend4.webp) no-repeat center/100%;
}

.recomend__foot {
  align-items: center;
  background: url(./../images/recomend_foot_bg.webp) no-repeat top/100%;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin: 0 calc(50% - 50vw);
  margin-top: 2rem;
  padding: 9rem 0 1.5rem;
  position: relative;
  text-align: center;
}

.recomend__footText {
  color: #fff;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}

.recomend__footText span {
  font-size: 2.3rem;
}

.recomend__footTags {
  display: flex;
  gap: 1.7rem;
  justify-content: center;
}

.recomend__footTag {
  align-items: center;
  background: #ebe9e8;
  border-radius: 1rem;
  color: #528160;
  display: inline-block;
  display: grid;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  height: 5.2rem;
  justify-items: center;
  letter-spacing: 0.08em;
  place-items: center;
  text-align: center;
  width: 11.9rem;
}

.recomend__footText.--sm {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}

.recomend__footImg {
  margin: -5.7rem auto 0;
  max-width: 24rem;
}

/*
 * voice
 * -------------------------------------------------------------
 */

.voice {
  background: #f0f1f0;
  padding: 3.3rem 0 4.8rem;
}

.voice__inner {
  padding: 0 3rem;
}

.voice__lead {
  color: #528160;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.57;
  margin-top: 2.2rem;
  text-align: center;
}

.voice__body {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2.1rem;
}

.voice__card {
  background: #f0f1f0;
  border: 0.1rem solid #699e79;
  display: flex;
  overflow: hidden;
  position: relative;
}

/* ========= head ========= */

.voice__cardHead {
  align-items: center;
  background: #699e79;
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 500;
  gap: 0.9rem;
  justify-content: center;
  letter-spacing: 0.03em;
  max-width: 6.3rem;
  min-width: 6.3rem;
  padding: 1.8rem 0.5rem 1rem;
  position: relative;
  z-index: 1;
}

.voice__cardTag {
  align-items: center;
  background: #f0f1f0;
  border-radius: 0.5rem;
  color: #699e79;
  display: grid;
  height: 2.4rem;
  justify-items: center;
  line-height: 1;
  place-items: center;
  width: 5rem;
}

.voice__cardMeta {
  text-align: center;
}

.voice__name {
  display: block;
  font-size: 1.4rem;
  margin: 0.8rem 0;
}

.voice__img {
  max-width: 5.6rem;
}

.voice__img.--img2 {
  max-width: 6.8rem;
  width: 100vw;
}

/* ========= body ========= */

.voice__cardBody {
  background: #f0f1f0;
  flex: 2;
  padding: 0.6rem 1.2rem 1rem;
  position: relative;
  z-index: 1;
}

.voice__cardItems {
  grid-gap: 1.3rem;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr);
}

.voice__cardItem {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  max-width: 6.9rem;
}

/* ラベルの緑バー */

.voice__cardLabel {
  background: #699e79;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.4rem 0;
  text-align: center;
}

/* 数値行 */

.voice__cardRow {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.voice__cardVal {
  align-items: baseline;
  display: flex;
  gap: 2px;
  line-height: 1;
  white-space: nowrap;
}

.voice__cardVal--before {
  color: #699e79;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.voice__cardVal--after {
  color: #ee6279;
  justify-content: flex-end;
}

.voice__cardNum {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.voice__cardUnit {
  font-size: 1.1rem;
}

/* 真ん中の変化量（矢印風） */

.voice__cardDiff {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 65%, 50% 100%, 0 65%);
  background: #EE6279;
  clip-path: polygon(0% 0%, 100% 0, 100% 65%, 50% 100%, 0 65%);
  color: #fff;
  font-size: 1.2rem;
  height: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 auto 0.9rem;
  padding: 0.2rem 0.7rem 0.8rem;
  position: relative;
  text-align: center;
  width: 6.9rem;
}

.voice__cardDiffText {
  display: inline-block;
  transform: translateY(1px);
}

.voice__cardDiffText small {
  font-size: 1.2rem;
}

.coice__cardText {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 1.2rem;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 430px) {

  html {
    font-size: 11.5px;
  }

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 375px) {

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}


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