@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: max(15px, 1.5rem);
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* base
--------------------------------------------- */
html {
  font-size: min(2.4154589372vw, 10px);
}

body {
  position: relative;
  margin-inline: auto;
  max-width: 414px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.6;
}

main {
  padding-top: 6.146rem;
}

/* component
--------------------------------------------- */
/* button */
.submit-button {
  display: inline-block;
  background-color: #de473c;
  color: #fff;
  max-width: 24rem;
  width: 100%;
  padding: 1.2rem 1rem;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

/* tel */
/* heading */
/* CTA一式 */
.cta {
  padding: 0 2.5rem 0;
}

.cta-button__inner {
  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: relative;
  z-index: 2;
}

.cta-button {
  display: block;
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
}
.cta-button.cta-button--emergency {
  -webkit-box-shadow: 0 0.4rem 0 0 #8f241d;
  box-shadow: 0 0.4rem 0 0 #8f241d;
  background-color: #de473c;
}
.cta-button.cta-button--emergency .top .left {
  background-color: #f7e762;
  color: #de473c;
}
.cta-button.cta-button--emergency .top .right {
  color: #fff;
}
.cta-button.cta-button--emergency .text-wrap .bottom.text {
  color: #f7e762;
}
.cta-button.cta-button--emergency .text-wrap .bottom.text .sm {
  font-size: 1.8rem;
}
.cta-button.cta-button--tel {
  padding: 0.6rem 2.4rem 0.6rem;
  margin-top: 2.4rem;
  -webkit-box-shadow: 0 0.4rem 0 0 #1d5c69;
  box-shadow: 0 0.4rem 0 0 #1d5c69;
  background-color: #33a0b6;
}
.cta-button.cta-button--tel .top .left {
  background-color: #fff;
  color: #33a0b6;
  position: relative;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.cta-button.cta-button--tel .top .right {
  color: #fff;
}
.cta-button.cta-button--tel .bottom {
  margin-top: 0.1rem;
}
.cta-button.cta-button--tel .bottom.text {
  font-size: 2rem;
}
.cta-button.cta-button--doc {
  padding: 1.35rem 2.4rem 1.35rem 2.4rem;
  margin-top: 1.6rem;
  -webkit-box-shadow: 0 0.4rem 0 0 #1a5944;
  box-shadow: 0 0.4rem 0 0 #1a5944;
  background-color: #2a8c6b;
}
.cta-button .text-wrap {
  margin-left: 0.4rem;
}
.cta-button .text-wrap .text {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}
.cta-button .text-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
  gap: 0.2rem;
}
.cta-button .text-wrap .top .left {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.044rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.2rem;
  width: 6.5rem;
  height: 1.7rem;
  position: relative;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.cta-button .text-wrap .top .right {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.cta-button .text-wrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}
.cta-button .text-wrap .bottom .left {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.044rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.2rem;
  width: 6.9rem;
  height: 2.2rem;
  background-color: #fff;
  color: #2c899c;
  position: relative;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.cta-button .text-wrap .bottom .left.colored {
  background-color: #f7e762;
  color: #de473c;
}

.cta__ellipse {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.cta__number {
  margin-top: 1.5rem;
  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;
  gap: 0.4rem;
}
.cta__number span.text {
  padding: 0.8rem;
  border-radius: 0.4rem;
  background-color: #f7e762;
  color: #de473c;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.056rem;
}
.cta__number span.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
}
.cta__number span.number span.num,
.cta__number span.number span.dash {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #de473c;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.cta__number span.number span.num {
  letter-spacing: 0.144rem;
}
.cta__number span.number span.dash {
  letter-spacing: initial;
  position: relative;
  -webkit-transform: translate(-0.1rem, -0.3rem);
  transform: translate(-0.1rem, -0.3rem);
}

.cta__check-icon {
  margin-left: auto;
}

.cta__phone-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.8rem;
  flex: 0 0 4.8rem;
  width: 4.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta__doc-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.2rem;
  flex: 0 0 3.2rem;
  width: 3.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta__check-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.6rem;
  flex: 0 0 1.6rem;
  width: 1.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TOPに戻るボタン */
.top-link-button {
  max-width: 25.4rem;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  background-color: #376f45;
  padding: 1.2rem 1.6rem 1.2rem 1.6rem;
  border-radius: 0.4rem;
}
.top-link-button .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-link-button img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.4rem;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* layout
--------------------------------------------- */
/* header */
.header {
  padding: 0.8rem 1.4rem;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 414px;
  margin-inline: auto;
  z-index: 999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo-link {
  color: #376f45;
  font-size: 2.8rem;
  font-weight: 700;
}

.header__tel {
  padding: 0.4rem 0.8rem 0.4rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #de473c;
  border-radius: 0.4rem;
}
.header__tel .left {
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1;
}
.header__tel .left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__tel .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__tel .right-text {
  color: #f7e762;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.header__tel .number {
  display: inline-block;
  margin-top: 0.2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

/* footer */
.footer {
  padding: 1.6rem 2.4rem 1.6rem;
  background-color: #f5f5f5;
}
.footer.space {
  padding: 1.6rem 2.4rem 13.2rem;
}

.footer__inner ul {
  display: grid;
  grid-template-columns: repeat(3, 12.2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__inner li {
  text-align: center;
}

.footer__company-info {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: underline;
  text-align: center;
}

.footer__copyright {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

/* sticky-cta */
.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 41.4rem;
  padding: 1.2rem 1rem 1.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.sticky-cta__text {
  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;
  gap: 0.8rem;
}
.sticky-cta__text span.text {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 1.5;
}
.sticky-cta__text span.sm {
  font-size: 1.6rem;
  letter-spacing: 0.064em;
}
.sticky-cta__text span.colored {
  color: #ffdc50;
  letter-spacing: 0.08rem;
}
.sticky-cta__text img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.8rem;
  flex: 0 0 0.8rem;
  width: 0.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-cta__btn-wrap {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: 22rem 15.8rem;
  gap: 0.8rem;
}

.sticky-cta__button {
  margin-top: 0.4rem;
  border-radius: 0.8rem;
  height: 5.4rem;
  overflow: hidden;
  position: relative;
}
.sticky-cta__button.sticky-cta__button--tel {
  background-color: #de473c;
  -webkit-box-shadow: 0 0.4rem 0 0 #8f241d;
  box-shadow: 0 0.4rem 0 0 #8f241d;
}
.sticky-cta__button.sticky-cta__button--tel span.text span.bottom {
  color: #f7e762;
}
.sticky-cta__button.sticky-cta__button--tel .sticky-cta__button-inner {
  padding: 0.8rem 0.75rem;
}
.sticky-cta__button.sticky-cta__button--tel02 {
  background-color: #808080;
  -webkit-box-shadow: 0 0.4rem 0 0 #333;
  box-shadow: 0 0.4rem 0 0 #333;
}
.sticky-cta__button.sticky-cta__button--tel02 .sticky-cta__button-inner {
  padding: 0.8rem 0.6rem;
}
.sticky-cta__button.sticky-cta__button--tel02 .wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.sticky-cta__button.sticky-cta__button--tel02 .wrap .top {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.sticky-cta__button.sticky-cta__button--tel02 .wrap .top .sm {
  font-size: 0.8rem;
  font-weight: 700;
}
.sticky-cta__button.sticky-cta__button--tel02 .wrap .bottom {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
}

.sticky-cta__button-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  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;
  gap: 0.4rem;
  z-index: 2;
}
.sticky-cta__button-inner img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.6rem;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.sticky-cta__button-inner span.text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.sticky-cta__button-inner span.text span.top {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.sticky-cta__button-inner span.text span.top span.sm {
  font-size: 1rem;
}
.sticky-cta__button-inner span.text span.bottom {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.sticky__cta-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* plan banner */
.plan-banner {
  padding: 3.85rem 2.5rem 2rem;
  background-color: #f5f2eb;
  position: relative;
  z-index: 2;
}
.plan-banner.simple {
  padding: 2.4rem 2.5rem 2rem;
}

.plan-banner__wrap {
  background-color: #fafafa;
}

.plan-banner__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 18.7rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan-banner__photo {
  position: absolute;
  left: 3.8rem;
  bottom: 0;
  display: block;
  width: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.plan-banner__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.plan-banner__balloon {
  padding: 0.2rem 0.8rem;
  background-color: #8c7127;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.056rem;
  position: relative;
}
.plan-banner__balloon::before {
  content: "";
  position: absolute;
  left: -2.1rem;
  bottom: -0.5rem;
  display: inline-block;
  background-image: url(../img/plan/icon-balloon-circles.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2.7rem;
  height: 1.5rem;
}

.plan-banner__message {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.plan-banner__message.no-flex {
  display: block;
}
.plan-banner__message .sm {
  font-size: 2rem;
}

/* plan table */
.plan-table {
  padding: 3.2rem 0 0;
}

.plan-table__row {
  display: grid;
  grid-template-columns: 2.8rem 16.8rem 16.8rem;
}
.plan-table__row.row04 .data-text {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.056rem;
}
.plan-table__row.row05 .data-text {
  padding: 3rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.056rem;
}
.plan-table__row.row06 .plan-table__item {
  padding: 1rem 0;
  display: grid;
  place-items: center;
}
.plan-table__row.row06 .data-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.056rem;
}
.plan-table__row.row07 .plan-table__item {
  height: 15.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 0;
}
.plan-table__row.row07 .title {
  color: #376f45;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.064rem;
}
.plan-table__row.row07 .list {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plan-table__row.row07 .item {
  padding-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}
.plan-table__row.row07 .item:not(:first-child) {
  margin-top: 0.6rem;
}
.plan-table__row.row07 .item:not(:last-of-type) {
  border-bottom: 0.1rem dashed #376f45;
}
.plan-table__row.row07 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.4rem;
  flex: 0 0 1.4rem;
  width: 1.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.plan-table__row.row07 .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.056rem;
}
.plan-table__row.row07 .notice {
  margin-top: 0.1rem;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.048rem;
}
.plan-table__row.row8 .plan-table__item {
  height: 8rem;
  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;
}
.plan-table__row.row8 .data-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.056rem;
}
.plan-table__row.row09 .plan-table__item,
.plan-table__row.row10 .plan-table__item,
.plan-table__row.row11 .plan-table__item {
  height: 6rem;
  display: grid;
  place-items: center;
}
.plan-table__row.row09 .icon,
.plan-table__row.row10 .icon,
.plan-table__row.row11 .icon {
  display: block;
  width: 2.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.plan-table__row.row09 .data-text,
.plan-table__row.row10 .data-text,
.plan-table__row.row11 .data-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.056rem;
}

.plan-table__item.head01 {
  position: relative;
  background-color: #376f45;
  border-radius: 0.8rem 0 0 0;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.8rem 0 1rem;
}
.plan-table__item.head01 .text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.plan-table__item.head01 .status {
  position: absolute;
  display: block;
  width: 10.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.2rem;
  border-radius: 0.4rem;
  background-color: #f25c5c;
  color: #fff;
  padding: 0.4rem 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.048rem;
}
.plan-table__item.head01 .status::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.6rem;
  display: inline-block;
  background-image: url(../img/plan/status-triangle-red.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1.2rem;
  height: 0.6rem;
}
.plan-table__item.head02 {
  padding: 1.4rem 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.1rem solid #cccccc;
  background-color: #fff;
  border-radius: 0 0.8rem 0 0;
  height: 8rem;
}
.plan-table__item.head02 .text {
  text-align: center;
  font-size: 2rem;
  color: #376f45;
  font-weight: 700;
  line-height: 1.3;
}
.plan-table__item.head03 {
  padding: 0.4rem 0.7rem;
  display: grid;
  place-items: center;
  border-left: 0.1rem solid #cccccc;
  border-bottom: 0.1rem solid #cccccc;
  background-color: #fafafa;
}
.plan-table__item.head03.radius {
  border-radius: 0.8rem 0 0 0;
  border-top: 0.1rem solid #cccccc;
}
.plan-table__item.head03.last-radius {
  border-radius: 0 0 0 0.8rem;
}
.plan-table__item.head03 span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.048rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  white-space: nowrap;
}
.plan-table__item.data01 {
  background-color: #f0faf7;
}
.plan-table__item.data01.border {
  border-left: 0.1rem solid #cccccc;
  border-right: 0.1rem solid #cccccc;
  border-bottom: 0.1rem solid #cccccc;
}
.plan-table__item.data01.price {
  padding: 2.2rem 0.8rem 2.2rem;
}
.plan-table__item.data01.price .wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-table__item.data01.price .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.plan-table__item.data01.price .top .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  color: #f15c5c;
  font-weight: 700;
  line-height: 1;
}
.plan-table__item.data01.price .top .unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}
.plan-table__item.data01.price .top .tax {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.032rem;
  line-height: 1;
}
.plan-table__item.data01.price .top .yen {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.plan-table__item.data01.price .bottom .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.plan-table__item.data01.price .bottom .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.plan-table__item.data02 {
  background-color: #fff;
}
.plan-table__item.data02.last {
  border-radius: 0 0 0.8rem 0;
}
.plan-table__item.data02.border02 {
  border-right: 0.1rem solid #cccccc;
  border-bottom: 0.1rem solid #cccccc;
}
.plan-table__item.data02.price {
  padding: 2.2rem 0.8rem 2.2rem;
}
.plan-table__item.data02.price .wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-table__item.data02.price .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.plan-table__item.data02.price .top .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  color: #f15c5c;
  font-weight: 700;
  line-height: 1;
}
.plan-table__item.data02.price .top .unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}
.plan-table__item.data02.price .top .tax {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.032rem;
  line-height: 1;
}
.plan-table__item.data02.price .top .yen {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.plan-table__item.data02.price .bottom .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.plan-table__item.data02.price .bottom .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.plan-table__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  padding: 2.4rem 1rem;
  position: relative;
}

.plan-table__flow-item {
  width: 2.4rem;
  height: 5.2rem;
  display: grid;
  place-items: center;
  border-radius: 0.2rem;
  background-color: #376f45;
  position: relative;
  z-index: 3;
}
.plan-table__flow-item.disable {
  background-color: #c3d9d2;
  z-index: 1;
}
.plan-table__flow-item.last::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -0.7rem;
  background-image: url(../img/plan/flow-arrow-edge.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 0.7rem;
  height: 0.6rem;
}
.plan-table__flow-item span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.plan-table__flow-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
  background-color: #376f45;
  width: calc(100% - 5.1rem);
  height: 0.1rem;
}

/* ナビゲーションリンク */
.plan-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #cccccc;
}

.plan-nav__link {
  height: 6rem;
  padding: 0.95rem 0 1.35rem;
  display: grid;
  place-items: center;
  background-color: #fafafa;
  color: #376f45;
}
.plan-nav__link.current {
  background-color: #376f45;
  color: #fff;
}
.plan-nav__link .wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-nav__link .sm {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 900;
}
.plan-nav__link .lg {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
}

/* ページタイトル */
.page-plan__heading {
  padding: 2.4rem 0 1.6rem;
  background-image: url(../img/greeting-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.page-plan__heading::before,
.page-plan__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 5.2rem;
  height: 5.2rem;
}
.page-plan__heading::before {
  background-image: url(../img/plan/title-left-deco.webp);
  top: 0.8rem;
  left: 0.8rem;
}
.page-plan__heading::after {
  background-image: url(../img/plan/title-right-deco.webp);
  top: 0.8rem;
  right: 0.8rem;
}

.page-plan__heading-lead {
  padding: 0.4rem 1.6rem;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
  border-radius: 10rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.056rem;
}

.page-plan__heading-text {
  font-size: 3.2rem;
  color: #376f45;
  font-weight: 700;
  line-height: 1.4;
}

/* FV:写真 */
.page-plan__fv-photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* FV:料金 */
.page-plan__fv-price-wrap {
  padding: 1.6rem 2.5rem;
}

.page-plan__fv-price-note {
  color: #fff;
  font-weight: 700;
  padding: 0 0.4rem 0.2rem;
  background-color: #dd501e;
  text-align: center;
  letter-spacing: 0.056rem;
  line-height: 1;
  height: 2.4rem;
  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;
}
.page-plan__fv-price-note .colored {
  color: #f7e762;
}
.page-plan__fv-price-note .sm {
  font-size: 1.4rem;
}
.page-plan__fv-price-note .light {
  font-weight: 500;
  letter-spacing: 0.072rem;
}
.page-plan__fv-price-note .lg {
  font-size: 1.8rem;
}

.page-plan__fv-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.3rem;
  background-image: url(../img/greeting-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-plan__fv-price .tag {
  border-radius: 0.2rem;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.064rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2rem;
  width: 11.5rem;
  height: 4.1rem;
}
.page-plan__fv-price .tag .text {
  font-size: 1.2rem;
}
.page-plan__fv-price .tag .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}

.page-plan__fv-price-left {
  margin-top: 1.1rem;
}

.page-plan__fv-price-right {
  position: relative;
}
.page-plan__fv-price-right::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: -2.9rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  background-image: url(../img/plan/triangle-right-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.page-plan__fv-price-right .price {
  margin-top: 0.5rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-plan__fv-price-right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-plan__fv-price-right .top .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #f15c5c;
}
.page-plan__fv-price-right .top .unit-wrap {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.page-plan__fv-price-right .top .unit-wrap .tax {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.032rem;
  line-height: 1;
}
.page-plan__fv-price-right .top .unit-wrap .yen {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan__fv-price-right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-plan__fv-price-right .bottom .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.page-plan__fv-price-right .bottom .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

/* FV: 参加人数 */
.page-plan__fv-attend {
  padding: 1.6rem 0 4.2rem;
  background-color: #f5faf8;
}
.page-plan__fv-attend .title {
  color: #376f45;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.page-plan__fv-attend .number .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-plan__fv-attend .number .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-plan__fv-attend .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-plan__fv-attend .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.8rem;
}
.page-plan__fv-attend .middle {
  color: #376f45;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.page-plan__fv-attend .icon {
  display: inline-block;
  width: 0.64rem;
  height: 1.6rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.page-plan__fv-attend .icon:not(:first-of-type) {
  margin-left: -0.2rem;
}
.page-plan__fv-attend .multiple {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #376f45;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan__fv-attend .list {
  margin-top: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  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;
  gap: 1.6rem;
  position: relative;
}
.page-plan__fv-attend .list-item {
  background-color: #376f45;
  color: #fff;
  padding: 1.15rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.page-plan__fv-attend .list-item.disable {
  background-color: #c3d9d2;
  z-index: initial;
}
.page-plan__fv-attend .list-item.last::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/plan/flow-arrow-edge.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
}
.page-plan__fv-attend .list-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 0.2rem;
  width: calc(100% - 7.6rem);
  background-color: #376f45;
}

/* about */
.page-plan__about-content {
  background-color: #fff;
  padding: 1.6rem 2.5rem 0;
}

.page-plan__about-lead-wrap {
  padding-bottom: 3.2rem;
  position: relative;
}
.page-plan__about-lead-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-image: url(../img/plan/dashed-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-plan__about-lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.page-plan__about-people {
  padding: 3.2rem 0 3.2rem;
  position: relative;
}
.page-plan__about-people::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-image: url(../img/plan/dashed-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-plan__about-title {
  text-align: center;
}
.page-plan__about-title .top {
  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;
  gap: 0.8rem;
}
.page-plan__about-title .top .text {
  color: #2a8c6b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.page-plan__about-title .top .text .sm {
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
}
.page-plan__about-title .bottom {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
}
.page-plan__about-title .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.1rem;
  flex: 0 0 1.1rem;
  width: 1.1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-plan__about-list {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}

.page-plan__about-list-item {
  height: 8.8rem;
  padding: 0.6rem 0 0.5rem;
  background-color: #f0faf7;
  border-radius: 10rem;
  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;
  gap: 1.7rem;
}
.page-plan__about-list-item.simple01 {
  padding-left: 3.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.076rem;
}
.page-plan__about-list-item.simple01 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.4rem;
  flex: 0 0 7.4rem;
  width: 7.4rem;
}
.page-plan__about-list-item.simple02 {
  padding-left: 4.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.7rem;
}
.page-plan__about-list-item.simple02 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.1rem;
  flex: 0 0 6.1rem;
  width: 6.1rem;
}
.page-plan__about-list-item.simple03 {
  padding-left: 3.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.7rem;
}
.page-plan__about-list-item.simple03 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.6rem;
  flex: 0 0 6.6rem;
  width: 6.6rem;
}
.page-plan__about-list-item.simple04 {
  padding-left: 3.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.76rem;
}
.page-plan__about-list-item.simple04 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.4rem;
  flex: 0 0 7.4rem;
  width: 7.4rem;
}
.page-plan__about-list-item.kazoku01 {
  gap: 1.268rem;
  padding-left: 4.1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-plan__about-list-item.kazoku01 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8rem;
  flex: 0 0 8rem;
  width: 8rem;
}
.page-plan__about-list-item.kazoku02 {
  padding-left: 2.7em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.093rem;
}
.page-plan__about-list-item.kazoku02 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.2rem;
  flex: 0 0 8.2rem;
  width: 8.2rem;
}
.page-plan__about-list-item.jitaku01 {
  padding-left: 4.5em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.7rem;
}
.page-plan__about-list-item.jitaku01 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.8rem;
  flex: 0 0 5.8rem;
  width: 5.8rem;
}
.page-plan__about-list-item.jitaku02 {
  padding-left: 4.2em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5rem;
}
.page-plan__about-list-item.jitaku02 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.3rem;
  flex: 0 0 6.3rem;
  width: 6.3rem;
}
.page-plan__about-list-item.ippan01 {
  padding-left: 3.2em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.2rem;
}
.page-plan__about-list-item.ippan01 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.6rem;
  flex: 0 0 7.6rem;
  width: 7.6rem;
}
.page-plan__about-list-item.ippan02 {
  padding-left: 3.2em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.4rem;
}
.page-plan__about-list-item.ippan02 img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.4rem;
  flex: 0 0 7.4rem;
  width: 7.4rem;
}
.page-plan__about-list-item img {
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__about-list-item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.064rem;
  color: #376f45;
}
.page-plan__about-list-item .text .lg {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.092rem;
}

/* about graph */
.page-plan__about-graph {
  padding: 3.2rem 0 3.2rem;
}

.page-plan__about-graph-title .top {
  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;
  gap: 0.8rem;
}
.page-plan__about-graph-title .top .text {
  color: #2a8c6b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.page-plan__about-graph-title .top .text .sm {
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
}
.page-plan__about-graph-title .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.1rem;
  flex: 0 0 1.1rem;
  width: 1.1rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-plan__about-graph-title .main {
  display: block;
  text-align: center;
}
.page-plan__about-graph-title .main .red {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #de473c;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}
.page-plan__about-graph-title .main .green {
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
}
.page-plan__about-graph-title .main .sm {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}

.page-plan__graph-area {
  margin-top: 1.6rem;
  background-color: #f5f5f5;
}
.page-plan__graph-area img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__graph-area .simple .center img.line {
  height: 15.05rem;
}
.page-plan__graph-area .left .left-number {
  margin-top: 1.6rem;
  height: 24rem;
  background-color: #335e66;
  border-radius: 0.4rem 0.4rem 0 0;
  display: grid;
  place-items: center;
}
.page-plan__graph-area .left .left-number-text {
  text-align: center;
  color: #fff;
}
.page-plan__graph-area .left .left-number-text .sm {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-plan__graph-area .left .left-number-text .num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan__graph-area .center {
  margin-top: 5.3rem;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-plan__graph-area .center .line {
  width: 4.65rem;
  height: 15.05rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__graph-area .center .line.ichinichi {
  height: 13rem;
}
.page-plan__graph-area .center .line.kazoku {
  height: 11.05rem;
}
.page-plan__graph-area .center .line.jitaku {
  height: 12.55rem;
}
.page-plan__graph-area .center .line.ippan {
  height: 7.4rem;
}
.page-plan__graph-area .center .bottom-line {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__graph-area .right .top-text {
  margin-top: 1.6rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.page-plan__graph-area .right .arrow {
  display: block;
  margin: 0.7rem auto 0;
  width: 5.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__graph-area .right .arrow.ichinichi {
  margin: 0.8rem auto 0;
}
.page-plan__graph-area .right .arrow.kazoku {
  margin: 0.7rem auto 0;
}
.page-plan__graph-area .right .arrow .ippen {
  margin: 0.7rem auto 0;
}
.page-plan__graph-area .right .plan {
  margin-top: 1rem;
  border-radius: 0.4rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2a7c8c),
    to(#267180)
  );
  background: linear-gradient(90deg, #2a7c8c 0%, #267180 100%);
  text-align: center;
  padding: 0.8rem 0 0.8rem;
  min-height: 8rem;
}
.page-plan__graph-area .right .plan.ichinichi {
  padding: 1.9rem 0;
}
.page-plan__graph-area .right .plan.kazoku {
  padding: 2.5rem 0;
}
.page-plan__graph-area .right .plan.jitaku {
  padding: 2.3rem 0;
}
.page-plan__graph-area .right .plan.ippan {
  margin-top: 0.8rem;
  padding: 5.1rem 0;
}
.page-plan__graph-area .right .plan-inner {
  display: grid;
  place-items: center;
}
.page-plan__graph-area .right .tag {
  background-color: #fff;
  color: #287483;
  border-radius: 10rem;
  display: inline-grid;
  place-items: center;
  margin-inline: auto;
  width: 42px;
  height: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-plan__graph-area .right .kind-wrap {
  margin-top: 0.4rem;
  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;
  gap: 0.5rem;
}
.page-plan__graph-area .right .kind {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.page-plan__graph-area .right .price {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan__graph-area .right .price .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan__graph-area .title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.064rem;
  padding: 0.4rem 1.4rem;
  border-radius: 10rem;
  text-align: center;
}
.page-plan__graph-area .title.left {
  background-color: #2e474d;
}
.page-plan__graph-area .title.right {
  background-color: #376f45;
}
.page-plan__graph-area .title .sm {
  font-size: 1.4rem;
  letter-spacing: 0.056rem;
  font-weight: 700;
}

.page-plan__about-notice {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

/* compare */
.page-plan__compare {
  padding: 2.8rem 2.5rem 3.8rem;
  background: rgba(250, 250, 250, 0.98);
}

.page-plan__compare-title {
  margin: 0 -0.4rem;
}
.page-plan__compare-title .top {
  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;
  gap: 0.8rem;
}
.page-plan__compare-title .top .text {
  color: #2a8c6b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.page-plan__compare-title .top .text .sm {
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
}
.page-plan__compare-title .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.1rem;
  flex: 0 0 1.1rem;
  width: 1.1rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-plan__compare-title .main {
  display: block;
  text-align: center;
}
.page-plan__compare-title .main .green {
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
}
.page-plan__compare-title .main .red {
  color: #de473c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.page-plan__compare-title .main .sm {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

/* plan flow */
.page-plan__flow-heading {
  padding: 0.8rem;
  background-color: #fff;
  position: relative;
}
.page-plan__flow-heading::before,
.page-plan__flow-heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 5.2rem;
  height: 5.2rem;
}
.page-plan__flow-heading::before {
  background-image: url(../img/plan/flow-title-deco-left.webp);
  top: 0.3rem;
  left: 0.2rem;
}
.page-plan__flow-heading::after {
  background-image: url(../img/plan/flow-title-deco-right.webp);
  right: 0.2rem;
  bottom: 0.3rem;
}

.page-plan__flow-inner {
  padding: 2.1rem 0 1.9rem;
  border: 0.05rem solid #376f45;
  text-align: center;
}

.page-plan__flow-heading-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.page-plan__flow-heading-text .colored {
  color: #376f45;
}

.page-plan__flow-content {
  padding: 2.4rem 2.4rem 3.3rem;
}
.page-plan__flow-content .days {
  display: grid;
  grid-template-columns: 12.3rem 24.3rem;
}
.page-plan__flow-content .days.col3 {
  grid-template-columns: repeat(3, 12.2rem);
}
.page-plan__flow-content .day {
  color: #fff;
  height: 2.6rem;
  text-align: center;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.2rem 0;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
}
.page-plan__flow-content .day.day-01 {
  border-right: 0.1rem solid #fff;
}
.page-plan__flow-content .day-flow {
  margin-top: 0.8rem;
}
.page-plan__flow-content .day-flow.ichinichi .item.line {
  position: relative;
}
.page-plan__flow-content .day-flow.ichinichi .item.line::after {
  content: "";
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -9rem;
  display: block;
  width: 6rem;
  height: 0.18rem;
  background-color: #376f45;
}
.page-plan__flow-content .day-flow .list {
  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;
  gap: 3rem;
}
.page-plan__flow-content .day-flow .item {
  width: 3rem;
  height: 6.1rem;
  border-radius: 0.4rem;
  background-color: #376f45;
  display: grid;
  place-items: center;
}
.page-plan__flow-content .day-flow .item.disable {
  background-color: #c3d9d2;
}
.page-plan__flow-content .day-flow .item.short-arrow {
  position: relative;
}
.page-plan__flow-content .day-flow .item.short-arrow::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-image: url(../img/plan/flow-arrow-short.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 3rem;
  height: 1.2rem;
}
.page-plan__flow-content .day-flow .item.long-arrow {
  position: relative;
}
.page-plan__flow-content .day-flow .item.long-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -12rem;
  width: 16rem;
  height: 0.15rem;
  background-color: #376f45;
}
.page-plan__flow-content .day-flow .item span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.page-plan__flow-items {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}

.page-plan__flow-item .title {
  padding: 0.4rem 0;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-plan__flow-item .items {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.page-plan__flow-item .items .textarea {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.page-plan__flow-item .items .item {
  padding: 0.8rem;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.12);
}
.page-plan__flow-item .items .photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__flow-item .items .body {
  margin-top: 1.2rem;
}
.page-plan__flow-item .items .body .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.page-plan__flow-item .items .body .item-title .number {
  display: inline-grid;
  place-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2a8c6b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan__flow-item .items .body .item-title .text {
  color: #2a8c6b;
  font-size: 1.6rem;
  font-weight: 700;
}

.page-plan__flow-notice {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

/* plan service */
.page-plan__service-heading {
  background: linear-gradient(
    91deg,
    #3e7d4e -6.66%,
    #376f45 75.83%,
    #394d36 107.14%
  );
  padding: 0.8rem;
  position: relative;
}
.page-plan__service-heading::before,
.page-plan__service-heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 5.2rem;
  height: 5.2rem;
}
.page-plan__service-heading::before {
  background-image: url(../img/plan/service-deco-left.png);
  top: 0.3rem;
  left: 0.2rem;
}
.page-plan__service-heading::after {
  background-image: url(../img/plan/service-deco-right.png);
  right: 0.2rem;
  bottom: 0.3rem;
}

.page-plan__service-inner {
  padding: 1.6rem;
  border: 0.1rem solid #8da69c;
}

.page-plan__service-heading-text {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-plan__service-heading-text .lg {
  font-size: 2.4rem;
}

.page-plan__service-content {
  padding: 2.4rem 2.5rem;
  background-color: #fafafa;
}

.page-plan__service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}

.page-plan__service-item-title {
  text-align: center;
  color: #376f45;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.page-plan__service-list {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.page-plan__service-list-item {
  border: 0.1rem solid #cccccc;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 0.5rem;
}
.page-plan__service-list-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.2rem;
  flex: 0 0 3.2rem;
  width: 3.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-plan__service-list-item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-plan__service-list-item .main {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-plan__service-list-item .sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.page-plan-cta__top {
  position: relative;
  padding: 4.8rem 2.5rem 1.6rem;
  background: linear-gradient(
    91deg,
    #3e7d4e -6.66%,
    #376f45 75.83%,
    #394d36 107.14%
  );
}
.page-plan-cta__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  background-image: url(../img/plan/section-triangle-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 8rem;
  height: 2.4rem;
}

.page-plan-cta__top-lead {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-plan-cta__top-main {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  left: 1.4em;
  color: #fff;
}
.page-plan-cta__top-main .lg {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2142857143;
}

.page-plan-cta__top-box {
  margin-top: 1.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid #cccccc;
  padding: 0.8rem 0;
}
.page-plan-cta__top-box .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
  padding: 0.2rem 1.2rem;
  border-radius: 10rem;
  color: #fff;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.056rem;
}
.page-plan-cta__top-box .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
}
.page-plan-cta__top-box .price-tag {
  margin-top: 0.95rem;
  width: 9.5rem;
  height: 4.1rem;
  background-color: #de473c;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
}
.page-plan-cta__top-box .price-tag .colored {
  color: #f7e762;
}
.page-plan-cta__top-box .price-tag .lg {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-plan-cta__top-box .price {
  margin-top: 0.4rem;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-plan-cta__top-box .price .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-plan-cta__top-box .price .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  color: #de473c;
  line-height: 1;
}
.page-plan-cta__top-box .price .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(-0.8rem);
  transform: translateY(-0.8rem);
}
.page-plan-cta__top-box .price .right .tax {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04rem;
  line-height: 1;
}
.page-plan-cta__top-box .price .right .yen {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.page-plan-cta__top-box .price .bottom .text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.056rem;
}
.page-plan-cta__top-box .price .bottom .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.064rem;
}

.page-plan-cta__bottom {
  padding: 0.8rem;
  background: linear-gradient(
    91deg,
    #3e7d4e -6.66%,
    #376f45 75.83%,
    #394d36 107.14%
  );
  position: relative;
}
.page-plan-cta__bottom::before,
.page-plan-cta__bottom::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 5.2rem;
  height: 5.2rem;
}
.page-plan-cta__bottom::before {
  background-image: url(../img/plan/service-deco-left.png);
  top: 0.4rem;
  left: 0.2rem;
}
.page-plan-cta__bottom::after {
  background-image: url(../img/plan/service-deco-right.png);
  bottom: 0.4rem;
  right: 0.2rem;
}

.page-plan-cta__character {
  position: absolute;
  display: block;
  width: 9.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  left: 3.6rem;
  bottom: 0;
}

.page-plan-cta__bottom-inner {
  padding: 1.85rem 2.4rem 1.95rem;
  border: 0.05rem solid #8da69c;
}

.page-plan-cta__bottom-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.6rem;
  margin-left: auto;
}

.page-plan-cta__bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.page-plan-cta__bottom-text .top {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-plan-cta__bottom-text .bottom .lg {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.page-plan-cta__bottom-text .bottom .md {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-plan-cta__bottom-text .bottom .sm {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

/* utility
--------------------------------------------- */
.u-marker-yellow {
  border-bottom: 0.3rem solid #f7e762;
}

/* fv
--------------------------------------------- */
.fv {
  position: relative;
}

.fv__top {
  background-image: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fv__top::after {
  content: "";
  position: absolute;
  right: 3.4rem;
  bottom: 0;
  display: inline-block;
  width: 12.5rem;
  height: 15.4rem;
  background-image: url(../img/fv-operator-photo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fv__top-oval {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv__main-message {
  text-align: center;
  color: #376f45;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.072rem;
}
.fv__main-message span.sm {
  font-size: 3.2rem;
  letter-spacing: 0.064rem;
}

.fv__top-lead {
  background-image: url(../img/fv-bg-oval.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0.9rem 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.53rem;
}

.fv__top-lead-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fv__top-lead-price span.top {
  color: #de473c;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
}
.fv__top-lead-price span.number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fv__top-lead-price span.number-wrap span.number {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de473c),
    to(#e53a2e)
  );
  background: linear-gradient(180deg, #de473c 0%, #e53a2e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}
.fv__top-lead-price span.number-wrap span.unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(-0.9rem);
  transform: translateY(-0.9rem);
}
.fv__top-lead-price span.number-wrap span.unit-wrap span.mark {
  font-size: 1rem;
  color: #376f45;
  line-height: 1;
  font-weight: 400;
}
.fv__top-lead-price span.number-wrap span.unit-wrap span.unit {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de473c),
    to(#e53a2e)
  );
  background: linear-gradient(180deg, #de473c 0%, #e53a2e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.fv__top-lead-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.fv__top-lead-right .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}
.fv__top-lead-right .text span.top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.8rem;
  border-radius: 10rem;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.064rem;
  color: #fff;
}
.fv__top-lead-right .text span.top span.sm {
  font-size: 1.4rem;
  letter-spacing: 0.056rem;
}
.fv__top-lead-right .text span.bottom {
  color: #394d36;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

.fv__top-block {
  padding: 1.4rem 0 0;
}

.fv__bottom {
  padding: 1.4rem 0 1.6rem;
  background-image: url(../img/plan-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fv__bottom-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-inline: auto;
  padding: 0.2rem 1.45rem;
  border-radius: 10rem;
  background: linear-gradient(
    91deg,
    #3e7d4e -6.66%,
    #376f45 75.83%,
    #394d36 107.14%
  );
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.fv__bottom-lead span.colored {
  color: #f7e762;
}
.fv__bottom-lead span.sm {
  font-weight: 350;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.2rem;
  margin-left: 0.1rem;
}

.fv__bottom-price {
  margin-top: 1.2rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 2.5rem;
}
.fv__bottom-price span.wrap span.top {
  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;
}
.fv__bottom-price span.wrap span.top span.left {
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
}
.fv__bottom-price span.wrap span.top span.left span.sm {
  font-size: 2rem;
}
.fv__bottom-price span.wrap span.top span.vertical {
  margin-left: 0.35rem;
  width: 24px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: #f7e762;
  border-radius: 0.2rem;
}
.fv__bottom-price span.wrap span.top span.vertical span.vertical-inner {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #376f45;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}
.fv__bottom-price span.wrap span.top span.number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-left: 0.45rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de473c),
    to(#e53a2e)
  );
  background: linear-gradient(180deg, #de473c 0%, #e53a2e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__bottom-price span.wrap span.top span.unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #666666;
  margin-bottom: 0.6rem;
}
.fv__bottom-price span.wrap span.top span.unit-wrap span.tax {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.fv__bottom-price span.wrap span.top span.unit-wrap span.tax span.right {
  font-weight: 350;
}
.fv__bottom-price span.wrap span.top span.unit-wrap span.yen {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.fv__bottom-price span.wrap span.bottom span {
  color: #666666;
}
.fv__bottom-price span.wrap span.bottom span.sm {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.048rem;
}
.fv__bottom-price span.wrap span.bottom span.number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}

.fv__bottom-notice {
  margin-top: 0.8rem;
  padding: 0 2.5rem;
}

.fv__bottom-notice-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.fv-message {
  padding: 0.8rem 0.8rem;
  background: linear-gradient(
    91deg,
    #3e7d4e -6.66%,
    #376f45 75.83%,
    #394d36 107.14%
  );
  position: relative;
}
.fv-message::before,
.fv-message::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 5.2rem;
  height: 5.2rem;
  z-index: 2;
}
.fv-message::before {
  background-image: url(../img/lead-deco-left.png);
  left: 0.2rem;
  top: 0.3rem;
}
.fv-message::after {
  background-image: url(../img/lead-deco-right.png);
  right: 0.2rem;
  bottom: 0.3rem;
}

.fv-message__block {
  padding: 0.8rem 1.6rem;
  margin-inline: auto;
  border: 0.5px solid #8da69c;
}

.fv-message__photo {
  position: absolute;
  right: 0.691rem;
  bottom: 0;
  display: block;
  width: 12.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}

.fv-message__lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.fv-message__main {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.fv-list {
  padding: 1.6rem 0;
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}

.fv-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.fv-list__item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.6rem;
  flex: 0 0 1.6rem;
  width: 1.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fv-list__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.fv-list__text span.colored {
  color: #de473c;
}

.fv-cta {
  padding: 2.4rem 2.7rem 4rem;
  background-image: url(../img/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.message02 {
  padding: 2.4rem 2.4rem 1.9rem;
  border-top: 2px solid #2a8c6b;
  border-bottom: 2px solid #2a8c6b;
  background: #f0faf7;
  position: relative;
}
.message02::before,
.message02::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5.2rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.message02::before {
  background-image: url(../img/message-lead-left-top.webp);
  top: 0.4rem;
  left: 0.2rem;
}
.message02::after {
  background-image: url(../img/message-leaf-right-bottom.webp);
  right: 0.2rem;
  bottom: 0.4rem;
}

.message02__photo {
  position: absolute;
  left: 2rem;
  bottom: 0;
  display: block;
  width: 10.5rem;
  height: 15.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.message02__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 0.6rem;
}

.message02__lead {
  padding: 0 0.8rem;
  color: #fff;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.056rem;
  border-radius: 10rem;
  background: linear-gradient(
    135deg,
    #d6bb7a 0%,
    #cca94f 62.5%,
    #b29446 96.63%
  );
}

.message02__main {
  text-align: left;
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.message02__main span.lg {
  font-size: 2.8rem;
  line-height: 1.3;
}

.explain {
  padding: 2.4rem 2.5rem 2.8rem;
}

.explain__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.explain__list-item {
  position: relative;
}
.explain__list-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.explain__list-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.explain__list-box.explain__list-box--01 {
  top: 2.1rem;
}
.explain__list-box.explain__list-box--01 .main {
  line-height: 1.5;
}
.explain__list-box.explain__list-box--02 {
  top: 1.7rem;
}
.explain__list-box .lead {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.explain__list-box .main {
  margin-top: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.explain__list-box .main span.sm {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: linear-gradient(93deg, #fff 2.43%, #ccc 47.14%, #fff 99.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  -webkit-transform: translate(0.2rem, -1.1rem);
  transform: translate(0.2rem, -1.1rem);
}

.explain__textarea {
  margin-top: 1.6rem;
}

.explain__text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
.explain__text span.colored {
  color: #376f45;
  font-weight: 700;
}

.explain__notice {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.explain__graph {
  margin-top: 2.4rem;
  background-color: #f5f5f5;
}

.explain__graph-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.explain__graph-inner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.explain__graph-center {
  margin-top: 6.4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.5rem;
  flex: 0 0 4.5rem;
  width: 4.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.explain__graph-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13rem;
  flex: 0 0 13rem;
}

.explain__graph-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14rem;
  flex: 0 0 14rem;
}

.explain__graph-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.064rem;
  padding: 0.4rem;
  border-radius: 10rem;
  text-align: center;
}
.explain__graph-title.explain__graph-title--left {
  background-color: #999999;
}
.explain__graph-title.explain__graph-title--right {
  background-color: #376f45;
}

.explain__left-list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}

.explain__left-list-item {
  padding: 0.8rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b3b3b3),
    to(#999)
  );
  background: linear-gradient(90deg, #b3b3b3 0%, #999 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.explain__left-list-item:first-of-type {
  border-radius: 0.4rem 0.4rem 0 0;
}

.explain__right-title {
  margin-top: 1.6rem;
  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;
  gap: 0.4rem;
}
.explain__right-title img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.2rem;
  flex: 0 0 2.2rem;
  width: 2.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.explain__right-title .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.explain__right-arrow {
  margin: 0.7rem auto 0;
  width: 5.2rem;
}
.explain__right-arrow img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.explain__right-text {
  margin-top: 0.8rem;
  height: 22.5rem;
  display: grid;
  place-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2a7c8c),
    to(#267180)
  );
  background: linear-gradient(90deg, #2a7c8c 0%, #267180 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.4rem 0.4rem 0 0;
}

.message03 {
  padding: 0.9em 0.7rem 0.9rem 0.8em;
  background: linear-gradient(
    91deg,
    #3e7d4e -6.66%,
    #376f45 75.83%,
    #394d36 107.14%
  );
  position: relative;
}
.message03::before,
.message03::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 5.2rem;
  height: 5.2rem;
}
.message03::before {
  left: 0.2em;
  top: 0.4em;
  background-image: url(../img/lead-deco-left.png);
}
.message03::after {
  right: 0.2em;
  bottom: 0.3em;
  background-image: url(../img/lead-deco-right.png);
}

.message03__block {
  padding: 1.85rem 0.8rem 1.95rem;
  border: 0.5px solid #8da69c;
}

.message03__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.message03__main span.spacing {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}
.message03__main span.md18 {
  font-size: 1.8rem;
}
.message03__main span.md20 {
  font-size: 2rem;
}
.message03__main span.md24 {
  font-size: 2.4rem;
}
.message03__main span.lg {
  font-size: 2.8rem;
  line-height: 1.3;
}

.message03__photo {
  position: absolute;
  bottom: 0;
  left: 2.7rem;
  width: 9.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan-message {
  padding: 2.4rem 2.8rem 1.6rem;
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plan-message__box {
  padding: 0.8rem 1.6rem;
  border: 2px solid #376f45;
  border-radius: 0.4rem;
  background-color: #fff;
  position: relative;
}

.plan-message__character {
  position: absolute;
  display: block;
  left: 1.722rem;
  bottom: 0;
  width: 8.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan-message__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.plan-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plan-message__text span {
  display: inline-block;
}
.plan-message__text span.top {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
.plan-message__text span.bottom {
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
.plan-message__text span.bottom span.number {
  display: inline-grid;
  place-items: center;
  color: #f7e762;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #376f45;
}

.plan-message__bottom {
  margin-top: 0.8rem;
}

.plan-message__bottom-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.plan-message__bottom-text .colored {
  color: #376f45;
  font-size: 2rem;
  font-weight: 700;
}
.plan-message__bottom-text .lg {
  font-size: 2.8rem;
}

/* plans */
.plans {
  padding: 4rem 2.5rem 4.8rem;
  background-color: #f5faf8;
}

.plan__title {
  background-color: #376f45;
  padding: 2.4rem 1rem 1.6rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 0.4rem;
  position: relative;
}
.plan__title::before {
  content: "";
  position: absolute;
  top: -2.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icon-plan-title.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 5.4rem;
  height: 5.4rem;
}

.plan:not(:first-of-type) {
  margin-top: 4.8rem;
}

.plan__items {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.plan__item {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #1e3d26;
  box-shadow: 0px 4px 0px 0px #1e3d26;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
}

.plan__item-container {
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
  position: relative;
}

.plan__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
}

.plan__item-recommend {
  position: absolute;
  -webkit-transform: rotate(-45deg) translate(-1.3rem, -2rem);
  transform: rotate(-45deg) translate(-1.3rem, -2rem);
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de473c),
    to(#e53a2e)
  );
  background: linear-gradient(180deg, #de473c 0%, #e53a2e 100%);
  padding: 2.3rem 2rem 0.8rem 2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  left: -0.6rem;
}

.plan__item-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 152px;
  flex: 0 0 152px;
}
.plan__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
}

.plan__item-title {
  padding: 0.8rem 0 0;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  color: #376f45;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
  position: relative;
  z-index: 2;
}

.plan__item-price {
  margin-top: 0.2rem;
}
.plan__item-price .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan__item-price .top .number {
  color: #f15c5c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.plan__item-price .top .unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translate(0.1rem, -0.4rem);
  transform: translate(0.1rem, -0.4rem);
}
.plan__item-price .top .unit-wrap .tax {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.032rem;
  color: #666666;
  line-height: 1;
}
.plan__item-price .top .unit-wrap .unit {
  font-size: 1.6rem;
  color: #666666;
  font-weight: 700;
  line-height: 1;
}
.plan__item-price .bottom {
  display: block;
  text-align: center;
  color: #666666;
}
.plan__item-price .bottom .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.plan__item-price .bottom .number {
  font-size: 1.6rem;
  line-height: 1.5;
}

.plan__normal-price {
  width: 16.6rem;
  height: 2.1rem;
  border-radius: 10rem;
  display: grid;
  place-items: center;
  margin: 0 auto;
  background-color: #ebebeb;
  text-align: center;
  line-height: 1;
  color: #666666;
}
.plan__normal-price .text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.plan__normal-price .text.first {
  margin-right: -0.3rem;
}
.plan__normal-price .text.second {
  margin-left: -0.3rem;
}
.plan__normal-price .number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.plan__notice-text {
  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;
  text-align: center;
  padding: 0 0.4rem 0.4rem;
  height: 2.4rem;
  background-color: #dd501e;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.plan__notice-text .lg {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.plan__notice-text .colored {
  color: #f7e762;
  line-height: 1;
}

.plan__item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 0.8rem 0.8rem;
}

.plan__item-btn {
  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;
  gap: 1rem;
  background-color: #376f45;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #376f45;
  padding: 0.4rem;
  -webkit-box-shadow: 0px 4px 0px 0px #1e3d26;
  box-shadow: 0px 4px 0px 0px #1e3d26;
}
.plan__item-btn .text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.056rem;
}
.plan__item-btn img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.6rem;
  flex: 0 0 1.6rem;
  width: 1.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan__option {
  margin-top: 4rem;
  padding: 1.6rem 1.6rem 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 2px solid #376f45;
  position: relative;
}
.plan__option::before,
.plan__option::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 4.8rem;
  height: 4.8rem;
}
.plan__option::before {
  top: 0.4rem;
  left: 0.4rem;
  background-image: url(../img/flower-deco-left-top.webp);
}
.plan__option::after {
  right: 0.4rem;
  bottom: 0.4rem;
  background-image: url(../img/flower-deco-right-bottom.webp);
}

.plan__option-textarea {
  margin-top: 0.8rem;
}

.plan__option-text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.plan__option-message01 {
  color: #fff;
  background-color: #376f45;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  width: 20.8rem;
  padding: 0.2rem 0.8rem;
  border-radius: 10rem;
  position: absolute;
  top: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.plan__option-message02 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.plan__option-message02 .colored {
  color: #de473c;
  font-weight: 700;
}
.plan__option-message02 .lg {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.032rem;
}

/* plan cta */
.plan-cta {
  padding: 2.4rem 0 4rem;
  background-image: url(../img/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plan-cta__block {
  padding: 0 2.7rem 1.6rem;
  position: relative;
}

.plan-cta__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.plan-cta__photo {
  position: absolute;
  display: inline-block;
  bottom: -4.7rem;
  right: 1.3rem;
  width: 12.2rem;
}

.plan-cta__lead {
  color: #f7e762;
  background-color: #376f45;
  padding: 0 0.8rem;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.plan-cta__message {
  margin-top: 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.plan-cta__message span.colored {
  color: #de473c;
}

/* place */
.place {
  padding: 2.4rem 0 2.4rem;
}

.place__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.place__title .lg {
  font-size: 2.4rem;
}
.place__title .colored {
  color: #376f45;
}

.place__photos {
  margin: 2.4rem auto 0;
  max-width: 35.8rem;
}
.place__photos img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.place__textarea {
  margin-top: 0.8rem;
  padding: 0 2.5rem 0;
}

.place__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.place__bottom {
  margin-top: 1.5rem;
  position: relative;
}

.place__bottom-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.place__bottom-balloon {
  position: absolute;
  top: 1.7rem;
  left: 6rem;
}
.place__bottom-balloon img {
  width: 21.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.place__bottom-balloon .text {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #376f45;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.064rem;
  white-space: nowrap;
}
.place__bottom-balloon .text .colored {
  color: #de473c;
}

.place__bottom-character {
  position: absolute;
  bottom: 0;
  right: 2.97rem;
  display: block;
  width: 17rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.place__bottom-notice {
  margin-top: 0.8rem;
  padding: 0 2.8rem;
}
.place__bottom-notice .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

/* relief */
.relief {
  padding: 3.2rem 2.5rem 2.4rem;
  background-color: #f5faf8;
}

.relief__title {
  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;
  gap: 0.2rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
.relief__title .number {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #376f45;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.relief__title .colored {
  color: #376f45;
}

.relief__items {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}

.relief__item-number {
  background-color: #2a8c6b;
  color: #fff;
  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;
  gap: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
.relief__item-number .number {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #2a8c6b;
  border-radius: 50%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 1;
}
.relief__item-number .number span {
  position: relative;
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
}

.relief__item-body {
  padding: 1.6rem;
  background-color: #fff;
  border: 2px solid #2a8c6b;
  border-radius: 0 0 0.8rem 0.8rem;
}

.relief__item-top {
  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;
  gap: 0.8rem;
}

.relief__item-pic.relief__item-pic--01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.4rem;
  flex: 0 0 7.4rem;
}
.relief__item-pic.relief__item-pic--02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.7rem;
  flex: 0 0 11.7rem;
}
.relief__item-pic.relief__item-pic--03 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9.2rem;
  flex: 0 0 9.2rem;
}
.relief__item-pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.relief__item-title {
  color: #376f45;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.relief__item-lead {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.relief__item-text {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

/* message bottom */
.message-bottom {
  padding: 2.4rem 2.5rem 1.9rem;
  background-image: url(../img/plan-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.message-bottom__photo {
  position: absolute;
  right: 0.7rem;
  bottom: 0;
  display: block;
  width: 15.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.message-bottom__box .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  display: inline-block;
  color: #376f45;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}
.message-bottom__box .text::before,
.message-bottom__box .text::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.message-bottom__box .text::before {
  background-image: url(../img/icon-quote-left.webp);
  width: 1.336rem;
  top: 0;
  left: -1.9rem;
}
.message-bottom__box .text::after {
  background-image: url(../img/icon-quote-right.webp);
  width: 1.2rem;
  right: 1em;
  bottom: 0.4rem;
}
.message-bottom__box .text02 {
  max-width: 22.4rem;
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.message04__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.message04__main .lg {
  font-size: 2.8rem;
}

/* form */
.form {
  padding: 3.2rem 2.5rem 6.4rem;
  background-color: #fff;
}

.form__heading {
  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;
  gap: 0.4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.form__heading .free {
  display: inline-block;
  background-color: #f7e762;
  color: #de473c;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.072rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}

.form__heading-message {
  margin-top: 1.6rem;
  color: #376f45;
  padding: 0.8rem;
  background-color: #f5faf8;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
.form__heading-message .colored {
  color: #de473c;
}

.form__inner {
  margin-top: 3.2rem;
}

.form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

.form__submit-wrap {
  text-align: center;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.form__control-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.form__control--plan {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.2rem;
}

.form__control--status {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.form__control--plan label,
.form__control--status label {
  display: inline-block;
  cursor: pointer;
}
.form__control--plan input[type="radio"],
.form__control--status input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form__control--plan input[type="radio"] + span,
.form__control--status input[type="radio"] + span {
  display: block;
  background-color: #fff;
  padding: 1.6rem 1.2rem 1.6rem 3.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.056rem;
  border-radius: 0.4rem;
  border: 1px solid #999999;
  position: relative;
}
.form__control--plan input[type="radio"] + span::before,
.form__control--status input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #999999;
}
.form__control--plan input[type="radio"]:checked + span,
.form__control--status input[type="radio"]:checked + span {
  border: 1px solid #222222;
}
.form__control--plan input[type="radio"]:checked + span::after,
.form__control--status input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 1.5rem;
  width: 0.85rem;
  height: 0.4rem;
  border-left: 0.1rem solid #222222;
  border-bottom: 0.1rem solid #222222;
}

.form__select-wrap {
  position: relative;
}
.form__select-wrap::after {
  content: "";
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.2rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.form__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.064rem;
  line-height: 1;
}

.form__required,
.form__optional {
  display: inline-block;
  padding: 0.4rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 1;
  border-radius: 0.2rem;
  color: #fff;
}

.form__required {
  background-color: #ee032b;
}

.form__optional {
  background-color: #999999;
}

.form__control input[type="text"],
.form__control input[type="tel"],
.form__control input[type="email"],
.form__control select,
.form__control textarea {
  width: 100%;
  padding: 1.2rem 1.2rem;
  border-radius: 0.4rem;
  border: 1px solid #999999;
}
.form__control input[type="text"],
.form__control input[type="tel"],
.form__control input[type="email"],
.form__control select {
  height: 4.6rem;
}
.form__control input[type="text"]::-webkit-input-placeholder,
.form__control input[type="tel"]::-webkit-input-placeholder,
.form__control input[type="email"]::-webkit-input-placeholder,
.form__control textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}
.form__control input[type="text"]::-moz-placeholder,
.form__control input[type="tel"]::-moz-placeholder,
.form__control input[type="email"]::-moz-placeholder,
.form__control textarea::-moz-placeholder {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}
.form__control input[type="text"]:-ms-input-placeholder,
.form__control input[type="tel"]:-ms-input-placeholder,
.form__control input[type="email"]:-ms-input-placeholder,
.form__control textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}
.form__control input[type="text"]::-ms-input-placeholder,
.form__control input[type="tel"]::-ms-input-placeholder,
.form__control input[type="email"]::-ms-input-placeholder,
.form__control textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}
.form__control input[type="text"]::placeholder,
.form__control input[type="tel"]::placeholder,
.form__control input[type="email"]::placeholder,
.form__control textarea::placeholder {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}
.form__control textarea {
  height: 20rem;
  resize: none;
}
.form__control select {
  cursor: pointer;
}
.form__control.form__control--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.form__control.form__control--name input[type="text"] {
  width: calc((100% - 0.8rem) / 2);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* thanks */
.thanks {
  min-height: calc(100vh - 23.5rem);
}

.thanks__main {
  padding: 2.4rem 2.4rem 8rem;
}

.thanks-top {
  padding: 2.6rem 2.5rem 2.4rem;
  background-image: url(../img/thanks-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.thanks-top__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 14.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.thanks-top__box .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  color: #376f45;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}
.thanks-top__box .text::before,
.thanks-top__box .text::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.thanks-top__box .text::before {
  background-image: url(../img/icon-quote-left.webp);
  width: 1.336rem;
  top: -0.2rem;
  left: -1.6rem;
}
.thanks-top__box .text::after {
  background-image: url(../img/icon-quote-right.webp);
  width: 1.2rem;
  right: -0.5em;
  bottom: -0.4rem;
}
.thanks-top__box .text02 {
  max-width: 22.4rem;
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.thanks__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.thanks__btn-wrap {
  margin-top: 3.2rem;
  text-align: center;
}

/* company */
.company {
  min-height: calc(100vh - 28.6rem);
}

.company__inner {
  padding: 2.4rem;
}

.company__content {
  border-left: 1px solid #999999;
}

.company__heading {
  color: #376f45;
  background-color: #c3d9d2;
  padding: 1.2rem 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}

.company__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.company__list-term {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12rem;
  flex: 0 0 12rem;
  border-right: 1px solid #999999;
  padding: 4rem 1rem;
  text-align: center;
  background-color: #f5faf8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2142857143;
}

.company__list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3.75rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.056rem;
}
.company__list-desc ul {
  list-style: disc;
  margin-left: 1.6rem;
}

/* 利用規約 */
.terms {
  min-height: calc(100vh - 23.5rem);
}

.terms__inner {
  padding: 3.2rem 2.4rem 4.8rem;
}

.terms__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}

.terms__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

.terms__content {
  margin-top: 1.6rem;
}

.terms__ol-list {
  list-style: invert;
  margin-left: 1em;
}
.terms__ol-list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.064rem;
}

.terms__ul-list {
  list-style: initial;
  margin-left: 1em;
}
.terms__ul-list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.064rem;
}

.terms__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.064rem;
  /* 仮 */
}
.terms__text + .terms__text {
  margin-top: 1em;
}
.terms__text span.colored {
  color: #f00;
} /*# sourceMappingURL=style.css.map */
