@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;
  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;
  box-sizing: border-box;
}

*::before,
*::after {
  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: "Zen Old Mincho", serif;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

/* component
--------------------------------------------- */
/* button */
.tel-button {
  max-width: 37.3rem;
  width: 100%;
  padding: 1.2rem 1.7rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  box-shadow: 0 0.4rem 0 0 #0D661C;
  background: conic-gradient(from 90deg at -1.47% 50.21%, #03952D 0deg, #44AC44 360deg);
  position: relative;
}
.tel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7rem;
  background-image: url(../img/icon-tel-arrow-g.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
}
.tel-button.tel-button--document {
  background: conic-gradient(from 90deg at -1.47% 50.21%, #3091A7 0deg, #3AA4BB 360deg);
  box-shadow: 0 0.4rem 0 0 #196475;
}
.tel-button.tel-button--document .text-top {
  font-size: 2.7rem;
}
.tel-button .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tel-button .text-top {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.tel-button .text-bottom {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.tel-button__img {
  width: 6.2rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.link-button {
  text-align: center;
  border-radius: 4rem;
  max-width: 17.4rem;
  width: 100%;
  padding: 1rem 4.1rem 1rem 2.4rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}
.link-button.link-button--detail {
  color: #1E699B;
  border: 0.2rem solid #1E699B;
}
.link-button.link-button--detail::after {
  background-image: url(../img/icon-down-blue.svg);
}
.link-button.link-button--plan {
  color: #7B6F46;
  border: 0.2rem solid #7B6F46;
}
.link-button.link-button--plan::after {
  background-image: url(../img/icon-down-brown.svg);
}

.plan-button {
  max-width: 27.7rem;
  width: 100%;
  margin-inline: auto;
  height: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 6.4rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6768rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 8.298rem 0 2rem;
  position: relative;
}
.plan-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.919rem;
  background-image: url(../img/icon-arrow-right-navy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.plan-button.plan-button--family {
  background-color: #3B5069;
}
.plan-button.plan-button--order {
  background-color: #2BA0A6;
}

.form__submit-wrap {
  max-width: 37.4rem;
  width: 100%;
  height: 5.2rem;
  border-radius: 6rem;
  background-color: #26466D;
  position: relative;
}
.form__submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.9rem;
  mask-image: url(../img/icon-check-right-white.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  background-color: #fff;
  display: inline-block;
  width: 0.6rem;
  height: 1.1rem;
}

.submit-button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.top-link-button {
  max-width: 20.3rem;
  width: 20.3rem;
  display: inline-block;
  padding: 1.4rem 1.4rem;
  border-radius: 5rem;
  border: 1px solid #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

/* tel */
.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.945rem;
}
.tel .tel-text {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0.7rem;
  border-radius: 0.332rem;
  background-color: #DC5800;
}
.tel .tel-number {
  color: #fff;
  font-size: 4.4997rem;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  line-height: 1.2667511167;
}

/* heading */
.section-heading {
  padding: 2.4rem 2rem;
  background-image: url(../img/service-title-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #7B6F46;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #B9AF8B;
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F8F7F4;
  z-index: -1;
}
.section-heading.section-heading--service {
  background-image: url(../img/service-heading-bg.webp);
  max-height: 6.5rem;
  line-height: 6.5rem;
  padding: initial;
  border: 0.1rem solid #B9AF8B;
}

/* 追従CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 41.4rem;
  padding: 1rem 1.6rem 1.3rem;
  background-color: #26466D;
  z-index: 999;
}
.sticky-cta .sticky-cta__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 4.6rem;
  border-radius: 0.604rem;
}
.sticky-cta .sticky-cta__button.sticky-cta__button--tel {
  background: conic-gradient(from 90deg at -1.47% 50.21%, #03952D 0deg, #44AC44 360deg);
  font-size: 1.8rem;
}
.sticky-cta .sticky-cta__button.sticky-cta__button--tel img {
  flex: 0 0 2.6rem;
  width: 2.6rem;
}
.sticky-cta .sticky-cta__button.sticky-cta__button--doc {
  background: conic-gradient(from 90deg at -1.47% 50.21%, #3091A7 0deg, #3AA4BB 360deg);
  font-size: 1.6rem;
}
.sticky-cta .sticky-cta__button.sticky-cta__button--doc img {
  flex: 0 0 1.9rem;
  width: 1.9rem;
}

.sticky-cta__inner {
  width: 100%;
}

.sticky-cta__text {
  text-align: center;
  color: #FFFB00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.052em;
}
.sticky-cta__text span.lg {
  font-size: 1.8rem;
  letter-spacing: 0.072em;
}

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

/* layout
--------------------------------------------- */
/* header */
.header {
  padding: 0.8rem 1.25rem;
  background-color: #fff;
  height: 6.2rem;
}
.header.header--page {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  font-family: "Shippori Mincho", serif;
  font-size: 2.315rem;
  color: #533B24;
  font-weight: 700;
  letter-spacing: 0.0926rem;
}

.header__logo-link {
  display: block;
}

.header__tel {
  border-radius: 0.4rem;
  background-color: #B20000;
  padding: 0.3rem 0.8rem 0.4rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.header__tel .left {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  background-color: #FFFB00;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.65rem;
  font-size: 1.3962rem;
  font-weight: 700;
  letter-spacing: 0.0698rem;
}
.header__tel .left-top,
.header__tel .left-bottom {
  color: #B20000;
}
.header__tel .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__tel .right-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFB00;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.055rem;
}
.header__tel .number {
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
}

/* footer */
.footer {
  background-color: #26466D;
  padding: 2.9rem 0 4rem;
}
.footer.space {
  padding: 2.9rem 0 13.7rem;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.footer__company-info {
  color: #fff;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.footer__copyright {
  font-size: 1.2rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

/* CTA */
.top-cta {
  padding: 1.7rem 2rem 1.118rem;
  background-image: url(../img/lead-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top-cta__title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4545454545;
  background-color: #DC5800;
  height: 4.38rem;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
}
.top-cta__title::before, .top-cta__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-cta__title::before {
  left: -0.95rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2.2rem solid transparent;
  border-bottom: 2.2rem solid transparent;
  border-right: 1rem solid #DC5800;
  border-left: 0;
}
.top-cta__title::after {
  right: -0.95rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2.2rem solid transparent;
  border-bottom: 2.2rem solid transparent;
  border-left: 1rem solid #DC5800;
  border-right: 0;
}

.top-cta__message {
  text-align: center;
  margin-top: 1.3rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}
.top-cta__message .strong {
  color: #FFFB00;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.4;
}

.top-cta__btn-wrap {
  margin: 1.3rem auto 0;
  text-align: center;
}
.top-cta__btn-wrap .tel-button {
  margin-inline: auto;
}

.top-cta__tel-wrap {
  margin-top: 1.5rem;
}

/* message */
.message {
  padding: 1.4rem 1.5rem 1.2rem;
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.message::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  bottom: -0.6rem;
  background-image: url(../img/lead-photo.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 11.3rem;
  height: 12.5rem;
}

.message__box {
  max-width: 26.4rem;
  margin-left: auto;
}

.message__title {
  display: flex;
  flex-direction: column;
  color: #DC5800;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
.message__title .lg {
  font-size: 2.8rem;
}
.message__title .normal {
  font-size: 2rem;
}

.message__text {
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.6;
}

/* table */
.plan-table__items {
  display: grid;
  grid-template-columns: 3rem 17.4rem 17.4rem;
}
.plan-table__items.align-end {
  align-items: end;
}

.plan-table__item {
  padding: 1rem 1rem;
}
.plan-table__item.head01 {
  padding: 1.081rem 0;
  background-color: #3B5069;
  border-radius: 1.0812rem 1.0812rem 0 0;
  border: 0.1rem solid #3B5069;
  height: 5.581793rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-table__item.head02 {
  border-radius: 1.0812rem 1.0812rem 0 0;
  border: 0.1rem solid #3B5069;
  background: #969FAA;
  display: grid;
  place-items: center;
  height: 4.4rem;
}
.plan-table__item.head03 {
  display: grid;
  place-items: center;
  border-radius: 1rem 0 0 0;
  border-top: 0.1rem solid #3B5069;
  border-bottom: 0.1rem solid #3B5069;
  border-left: 0.1rem solid #3B5069;
  background: #F0F2F5;
}
.plan-table__item.head03 span {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.4rem;
  color: #3B5069;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.7rem;
  position: relative;
  transform: translate(-0.2rem, 0.3rem);
}
.plan-table__item.head04 {
  display: grid;
  place-items: center;
  border-left: 0.1rem solid #3B5069;
  border-bottom: 0.1rem solid #3B5069;
  background: #F0F2F5;
}
.plan-table__item.head04 span {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.4rem;
  color: #3B5069;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.7rem;
  position: relative;
  transform: translate(-0.2rem, 0.3rem);
}
.plan-table__item.head05 {
  display: grid;
  place-items: center;
  border-radius: 0 0 0 1rem;
  border-left: 0.1rem solid #3B5069;
  border-bottom: 0.1rem solid #3B5069;
  background: #F0F2F5;
}
.plan-table__item.head05 span {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.4rem;
  color: #3B5069;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.7rem;
  position: relative;
  transform: translate(-0.2rem, 0.3rem);
}
.plan-table__item.data01 {
  background: #E8EDF4;
}
.plan-table__item.data01.price {
  padding: 1.8rem 1.5rem;
}
.plan-table__item.data01 .plan-table__flow-item {
  background-color: rgba(178, 198, 221, 0.2);
}
.plan-table__item.data01.border {
  border-left: 1px solid #3B5069;
  border-right: 1px solid #3B5069;
  border-bottom: 1px solid #3B5069;
}
.plan-table__item.data01.border02 {
  border-right: 1px solid #3B5069;
  border-bottom: 1px solid #3B5069;
}
.plan-table__item.data01.grid-center {
  display: grid;
  place-items: center;
}
.plan-table__item.data01.text-center {
  text-align: center;
}
.plan-table__item.data01:nth-of-type(1) {
  padding: 1.7rem 0.419rem 1rem;
}
.plan-table__item.data02 {
  background: #fff;
}
.plan-table__item.data02.price {
  padding: 1.8rem 1.5rem;
}
.plan-table__item.data02 .plan-table__flow-item {
  background-color: #fff;
}
.plan-table__item.data02.grid-center {
  display: grid;
  place-items: center;
}
.plan-table__item.data02.text-center {
  text-align: center;
}
.plan-table__item.data02.border {
  border-left: 1px solid #3B5069;
  border-right: 1px solid #3B5069;
  border-bottom: 1px solid #3B5069;
}
.plan-table__item.data02.border02 {
  border-right: 1px solid #3B5069;
  border-bottom: 1px solid #3B5069;
}
.plan-table__item.data02:nth-of-type(1) {
  padding: 1.7rem 0.419rem 1rem;
}
.plan-table__title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 119%;
}

.plan-table__subtitle {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4166666667;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.527rem;
}
.plan-table__subtitle img {
  width: 0.74rem;
  object-fit: contain;
}

.plan-table__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.plan-table__exclude-price {
  display: flex;
  align-items: flex-end;
}
.plan-table__exclude-price span.number {
  color: #B20000;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}
.plan-table__exclude-price span.yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
}
.plan-table__exclude-price span.exclude {
  margin-left: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}

.plan-table__include-price {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B5069;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.plan-table__flow {
  display: flex;
  align-items: center;
  gap: 0.598rem;
}
.plan-table__flow .plan-table__flow-item.disable {
  border: 0.1rem solid rgba(59, 80, 105, 0.4);
  background-color: rgba(59, 80, 105, 0.2);
}
.plan-table__flow .plan-table__flow-item.disable span {
  color: rgba(59, 80, 105, 0.5);
}

.plan-table__flow-item {
  width: 2.6rem;
  height: 6.3rem;
  border-radius: 0.2988rem;
  border: 0.1195rem solid #3B5069;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2988rem;
}
.plan-table__flow-item span {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04rem;
  font-weight: 700;
  color: #3B5069;
}

.plan-table__day {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3B5069;
}
.plan-table__day span.lg {
  display: inline-block;
  margin-left: 0.3rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4642857143;
}
.plan-table__day span.oswald {
  font-family: "Oswald", sans-serif;
}

.plan-table__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.plan-table__list-item {
  padding-bottom: 1rem;
  border-bottom: 0.15rem dashed rgba(59, 80, 105, 0.3);
  color: #3B5069;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.plan-table__list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.plan-table__list-item.has-space {
  padding-top: 0.9rem;
}
.plan-table__list-item span.sm {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}

.plan-table__status-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B5069;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* plans message */
.plans-message {
  padding: 0.8rem 2.4rem 0.8rem 1.5rem;
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.plans-message::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  bottom: 0;
  background-image: url(../img/plan/plans-messaage-photo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 11.3rem;
  height: 12.5rem;
}

.plans-message__inner {
  width: fit-content;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.plans-message__lead {
  color: 264px;
  font-size: 2.1rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #DC5800;
}

.plans-message__text {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.6;
}

/* utility
--------------------------------------------- */
/* fv
--------------------------------------------- */
.fv__top {
  padding: 1.8rem 1.8rem 0;
  background-image: url(../img/fv-bg.webp);
}

.fv__top-lead {
  display: flex;
  align-items: center;
  gap: 0.655rem;
  font-size: 2rem;
  font-weight: 900;
  color: #FCF4E1;
}
.fv__top-lead .lg {
  display: inline-block;
  color: #E0C78E;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.fv__top-message {
  margin-top: 0.8rem;
  color: #FCF4E1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.fv__box {
  padding: 1.348rem 1.95rem 1.348rem;
  background-image: url(../img/fv-plan-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem;
  margin-top: 1.3rem;
  margin-bottom: -1.8rem;
  position: relative;
  z-index: 2;
}

.fv__badge {
  position: absolute;
  right: -0.4rem;
  top: -9.7rem;
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  border-radius: 5.8152rem;
  border: 0.1rem solid #CCA54B;
  background: linear-gradient(141deg, #F1E2C2 15.63%, #C8B58A 87.32%);
  display: grid;
  place-items: center;
}

.fv__badge-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  color: #533B24;
}

.fv__box-title {
  color: #533B24;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #533B24;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4545454545;
}

.fv__box-desc {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.8rem;
  color: #533B24;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.fv__box-price {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.fv__box-price .text-wrap {
  display: flex;
  align-items: center;
}
.fv__box-price .tag {
  min-height: 4.9rem;
  text-align: center;
  padding: 0.5rem 0.6rem;
  border-radius: 0.5rem;
  background-color: #DC5800;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.fv__box-price .unit-wrap {
  margin-left: 0.369rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fv__box-price .number {
  margin-left: 1.069rem;
  font-size: 5.3529rem;
  font-weight: 400;
  color: #DC5800;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.fv__box-price .unit-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3404rem;
  color: #DC5800;
  font-weight: 500;
  line-height: 1;
  margin-left: -0.8rem;
}
.fv__box-price .unit-yen {
  font-family: "Noto Sans JP", sans-serif;
  color: #DC5800;
  font-size: 2.6809rem;
  line-height: 1;
  font-weight: 500;
}
.fv__box-price .bottom {
  align-self: end;
  color: #DC5800;
  font-size: 1.4rem;
  font-family: "Fjalla One", sans-serif;
}
.fv__box-price .bottom .bold {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.fv__bottom {
  position: relative;
}

.fv__tags {
  position: absolute;
  top: 3.4rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.fv__tag {
  width: 8.6rem;
  height: 8.6rem;
  background-color: #DC5800;
  border: 0.1rem solid #fff;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  border-radius: 50%;
  text-align: center;
}

/* top message */
.top-message {
  padding: 1.5rem 2rem 1.3rem;
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.top-message::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  bottom: -0.6rem;
  background-image: url(../img/lead-photo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 11.3rem;
  height: 12.5rem;
}

.top-message__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.2rem 0 0.4rem 0.7rem;
  background-color: #DC5800;
  border-radius: 0.3rem;
  text-align: center;
}
.top-message__title .lg {
  font-size: 2.4rem;
}

.top-message__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.1rem;
}

.top-message__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.top-message__text .colored {
  color: #DC5800;
}

/* lead */
.lead {
  padding: 2.2rem 2rem 2.4rem;
  background-image: url(../img/about-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lead__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #533B24;
}
.lead__heading .top {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4444444444;
}
.lead__heading .main {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.112rem;
}

.lead__photo {
  margin-top: 1.4rem;
  border-radius: 0.5rem;
}
.lead__photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.lead__body {
  margin-top: 2rem;
}

.lead__message-title {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}

.lead__message-text {
  margin-top: 0.8rem;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.lead__btn-wrap {
  margin-top: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.lead__notice {
  text-align: center;
  margin-top: 3rem;
  color: #B20000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.lead__notice .number {
  font-size: 3.4rem;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
}

.lead__bottom-text {
  text-align: center;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

/* about */
.about {
  padding: 3.6rem 2rem 3.3rem;
  background-image: url(../img/feature-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #533B24;
  font-size: 1.8rem;
  font-weight: 900;
}
.about__heading .bottom {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.112rem;
}

.about__items {
  margin-top: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about__item {
  padding: 1.8rem 2.2rem 1.8rem;
  border-radius: 1rem;
  border: 0.2rem solid #fff;
  background: rgba(255, 255, 255, 0.65);
}

.about__item-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #B20000;
}
.about__item-title .colored {
  color: #B20000;
  font-size: 1.5rem;
  font-weight: 700;
}
.about__item-title .lg {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.088rem;
}

.about__list {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.about__list-item {
  padding-left: 2.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.about__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/icon-check-brown.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
}

/* find */
.find {
  padding: 3.2rem 2rem 3.3rem;
}

.find__heading {
  padding: 2rem 3.6rem 2rem 2.2rem;
  background-color: #BBA87C;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
.find__heading::before, .find__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.2rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #fff;
  transition: transform 0.4s;
}
.find__heading::after {
  transform: translateY(-50%) rotate(90deg);
}
.find__heading.open::after {
  transform: translateY(-50%) rotate(0);
}

.find__body {
  padding: 2.4rem 1.6rem;
  border: 0.1rem solid #BBA87C;
  display: none;
}

.find__items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.find__item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.find__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #B20000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1875;
}

.find__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.056rem;
}

.find-cta {
  padding: 2.4rem 2.05rem 1.8rem;
  background-image: url(../img/lead-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.find-cta__list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.find-cta__list-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.find-cta__list-item img {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.find-cta__list-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.find-cta__btn-wrap {
  margin-top: 2rem;
}

.find-cta__tel-wrap {
  margin-top: 1.5rem;
}

/* service */
.service {
  padding: 2.9rem 2rem 4.564rem;
}

.service__list {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.4rem;
  row-gap: 2.4rem;
}

.service__list-item {
  padding-left: 0.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid rgba(38, 70, 109, 0.2);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.service__list-item img {
  width: 3.2rem;
  flex: 0 0 3.2rem;
}

.service__list-text {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}

/* plan */
.plan__heading {
  padding: 1.3rem 2rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.plan__heading.plan__heading--family {
  background-color: #3B5069;
}
.plan__heading.plan__heading--order {
  background-color: #2BA0A6;
}

.plan__family-body {
  padding: 2rem 2rem 4.8rem;
}

.plan__order-body {
  padding: 2rem 2rem 3.4rem;
}

.plan__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.plan__item {
  border-radius: 1rem;
  background-color: #fff;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  position: relative;
}
.plan__item.plan__item--family {
  border: 0.1rem solid #3B5069;
}
.plan__item.plan__item--family .plan__item-title {
  background-color: #3B5069;
}
.plan__item.plan__item--order {
  border: 0.1rem solid #2BA0A6;
}
.plan__item.plan__item--order .plan__item-title {
  background-color: #2BA0A6;
}

.plan__recommend {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 6rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #DC5800;
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  display: grid;
  place-items: center;
}

.plan__item-title {
  border-radius: 1rem 1rem 0 0;
  padding: 2rem 2.1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1818181818;
  text-align: center;
}

.plan__item-inner {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.plan__item-body {
  padding: 2.1rem 2rem 2.726rem;
}

.plan__item-photo {
  flex: 0 0 12.2rem;
}
.plan__item-photo img {
  width: 100%;
  object-fit: cover;
}

.plan__item-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.plan__item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2307692308;
}
.plan__item-desc.plan__item-desc--family {
  color: #3B5069;
}
.plan__item-desc.plan__item-desc--order {
  color: #2BA0A6;
}

.plan__item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}
.plan__item-price .price-block {
  display: flex;
  gap: 0.4rem;
  color: #B20000;
}
.plan__item-price .right {
  display: flex;
  flex-direction: column;
  gap: 0.128rem;
}
.plan__item-price .number {
  font-family: "Fjalla One", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
}
.plan__item-price .tax-exclude {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-left: -0.8rem;
}
.plan__item-price .tax-include {
  color: #3B5069;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2142857143;
}
.plan__item-price .tax-include.tax-include--order {
  color: #2BA0A6;
}
.plan__item-price .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}

.plan__btn-wrap {
  margin-top: 2rem;
}

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

.plan-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* support */
.support {
  background: rgba(230, 228, 220, 0.13);
}
.support.support--02 .support__heading {
  padding: 1.8rem 2rem 1.9rem;
}
.support.support--02 .support__body {
  padding: 2.1rem 2rem 3.1rem;
}

.support__heading {
  padding: 1.1rem 2rem 1.6rem;
  background-color: #AE9C70;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.support__heading .lg {
  font-size: 2.2rem;
}

.support__photos img {
  width: 100%;
  object-fit: cover;
}

.support__body {
  padding: 2.1rem 2rem 2.4rem;
}

.support__text {
  text-align: center;
  color: #533B24;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}

.support__contents {
  padding: 0 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

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

.support__content-list-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-left: 0.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid rgba(38, 70, 109, 0.2);
}
.support__content-list-item img {
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.support__content-list-text {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

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

.support__status {
  text-align: center;
}
.support__status .month,
.support__status .time,
.support__status .current {
  color: #FDE67C;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.support__status .text {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.support-cta__message {
  text-align: center;
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.support-cta__btn-wrap {
  margin-top: 1rem;
}

.support-cta__tel {
  margin-top: 1.5rem;
}

/* support message */
.support-message {
  padding: 2rem 1.6rem 0.7rem;
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.support-message::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  bottom: -0.7rem;
  background-image: url(../img/lead-photo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 13.2rem;
  height: 14.6rem;
}

.support-message__status {
  width: fit-content;
  margin-left: auto;
  background-color: #DC5800;
  padding: 0.5rem 1.7rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.support-message__text {
  padding-right: 1.4rem;
  width: 26.4rem;
  margin-left: auto;
  margin-top: 0.6rem;
  text-align: center;
  color: #DC5800;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

/* bottom */
.bottom-textarea {
  padding: 3rem 2rem;
  background: rgba(230, 228, 220, 0.13);
}

.bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #533B24;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
.bottom-text .bold {
  font-weight: 700;
}
.bottom-text:not(:first-child) {
  margin-top: 1em;
}

/* form */
.form__heading-block {
  padding: 3.15rem 2rem 2.8rem;
  background-image: url(../img/form-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.form__heading {
  font-family: "Noto Sans JP", sans-serif;
  color: #DC5800;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}

.form__heading-message {
  padding: 0.65rem 1.2rem;
  background-color: #DC5800;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.form__inner {
  padding: 2rem 2rem 2.8rem;
  background-color: #fff;
}

.form__items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.form__item {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form__item.form__item--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.8rem;
  row-gap: 0.1rem;
}

.form__item-left,
.form__item-right {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.form__label-text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

.form__required {
  background-color: #B20000;
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4166666667;
}

.form__optional {
  background-color: #A2A2A2;
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4166666667;
}

.form__control input[type=text],
.form__control input[type=tel],
.form__control input[type=email],
.form__control textarea,
.form__control select {
  width: 100%;
  padding: 1.3rem 1.4rem;
  border: 0.1rem solid #CDCDCD;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.form__control input[type=text]::placeholder,
.form__control input[type=tel]::placeholder,
.form__control input[type=email]::placeholder,
.form__control textarea::placeholder,
.form__control select::placeholder {
  color: #A2A2A2;
  font-size: max(15px, 1.5rem);
  font-weight: 500;
  line-height: 1.4666666667;
}
.form__control textarea {
  height: 17.6rem;
  resize: none;
}
.form__control select {
  cursor: pointer;
}
.form__control.form__control--name {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.form__control.form__control--name input[type=text] {
  width: calc((100% - 0.8rem) / 2);
  flex: 1;
}
.form__control.form__control--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.8rem;
  row-gap: 1rem;
}
.form__control.form__control--col2 label {
  display: inline-block;
}
.form__control input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form__control input[type=radio] + span {
  display: block;
  padding: 1.55rem 2.9rem 1.55rem 0.8rem;
  border: 0.1rem solid #CDCDCD;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #A2A2A2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.form__control input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9rem;
  display: inline-block;
  mask-image: url(../img/icon-check-gray.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center center;
  background: #CCC;
  width: 1rem;
  height: 1rem;
}
.form__control input[type=radio]:checked + span {
  border: 0.1rem solid #000;
  color: #000;
}
.form__control input[type=radio]:checked + span::after {
  background: #000;
}

.form__select-wrap {
  position: relative;
}
.form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  display: inline-block;
  width: 0.9rem;
  height: 0.45rem;
  background-image: url(../img/icon-down-arrow-black.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

.form__privacy {
  margin-top: 4.8rem;
  padding: 2rem 2.5rem;
  background-color: #fff;
  border: 0.1rem solid #D9D9D9;
  background-color: #FCFCFC;
}

.form__privacy-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #533B24;
}

.form__privacy-content {
  margin-top: 1.7rem;
  height: 19rem;
  overflow-y: auto;
}

.form__privacy-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #533B24;
}
.form__privacy-text:not(:first-child) {
  margin-top: 1em;
}

/* company
--------------------------------------------- */
.company {
  padding: 3.6rem 2rem 9.9rem;
  min-height: calc(100vh - 19.4rem);
}

.company__heading {
  text-align: center;
  padding: 0.8rem 1rem;
  background-color: #3B5069;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.096rem;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

.company__list {
  border-left: 1px solid #999;
}

.company__list-item {
  display: flex;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 10rem;
}

.company__list-term,
.company__list-desc {
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

.company__list-term {
  border-right: 1px solid #999;
  flex: 0 0 10rem;
  text-align: center;
  font-weight: 500;
  background-color: #E5EBF3;
  line-height: 1.4285714286;
}

.company__list-desc {
  padding: 0 0.7rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
  line-height: 1.2142857143;
}
.company__list-desc ul {
  padding-inline-start: 2.5rem;
}
.company__list-desc ul li {
  list-style: disc;
}

.company__btn-wrap {
  margin-top: 6.6rem;
  text-align: center;
}

/* plans
--------------------------------------------- */
.plans__fv {
  padding: 1.8rem 2rem 2.8rem;
  background-image: url(../img/plan/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plans__fv-lead {
  text-align: center;
  color: #533B24;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

.plans__fv-heading {
  color: #533B24;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.112rem;
  line-height: 1.4642857143;
}

.plans__fv-photo {
  margin-top: 2.6rem;
  border-radius: 0.5rem;
}
.plans__fv-photo img {
  border-radius: 0.5rem;
  width: 100%;
  object-fit: cover;
}

.plans__fv-info {
  margin-top: 2.2rem;
}

.plans__tag {
  align-self: center;
  color: #fff;
  background-color: #26466D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  width: 6.6rem;
  height: 2.8rem;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
}

.plans__fv-price {
  display: flex;
}
.plans__fv-price span.tax-include {
  align-self: end;
}
.plans__fv-price span.price-wrap {
  margin-left: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.184rem;
}
.plans__fv-price span.price-wrap .number {
  color: #B20000;
  font-family: "Fjalla One", sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
}
.plans__fv-price span.price-wrap .unit-wrap {
  display: flex;
  flex-direction: column;
}
.plans__fv-price span.price-wrap .unit-wrap .tax-exclude {
  font-size: 1rem;
  color: #B20000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-left: -6px;
}
.plans__fv-price span.price-wrap .unit-wrap .yen {
  font-size: 2.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #B20000;
}
.plans__fv-price span.tax-include {
  margin-left: 0.816rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.4615384615;
}
.plans__fv-price span.tax-include .bold {
  font-weight: 700;
}

.plans__fv-number {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.plans__fv-number span.number-wrap {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.plans__fv-number span.number-wrap .number {
  color: #B20000;
  font-family: "Fjalla One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
.plans__fv-number span.number-wrap .number-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.plans__fv-flow {
  margin-top: 2rem;
}

.plans__fv-flow-list {
  display: flex;
  justify-content: center;
  gap: 2.75rem;
}

.plans__fv-flow-item {
  flex: 0 0 43px;
  height: 9rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #26466D;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #fff;
}
.plans__fv-flow-item.enable {
  background-color: #E4E4E4;
  border: 0.2rem solid #E4E4E4;
}
.plans__fv-flow-item.enable span {
  color: #828282;
}
.plans__fv-flow-item span {
  writing-mode: vertical-rl;
  color: #26466D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.052rem;
  line-height: 15.436px;
}
.plans__fv-flow-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.162rem;
  background-image: url(../img/plan/triangle-right-blue.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 1.3rem;
  height: 1rem;
}

/* plans about */
.plans__about-heading {
  background-color: #3B5069;
  padding: 1.9rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}

.plans__about-content {
  padding: 1.8rem 2rem;
}

.plans__about-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
}

.plans__about-tag {
  margin-top: 3.2rem;
}

.plans__about-tag-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #7B6F46;
}
.plans__about-tag-message::before, .plans__about-tag-message::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 0.85rem;
  height: 1.3rem;
}
.plans__about-tag-message::before {
  background-image: url(../img/plan/banzai-left-gold.png);
}
.plans__about-tag-message::after {
  background-image: url(../img/plan/banzai-right-gold.png);
}

.plans__about-tag-title {
  margin: 1rem auto 0;
  background-color: #3B5069;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4444444444;
  padding: 0.4rem 2.4rem;
  width: fit-content;
  border-radius: 4rem;
}

.plans__about-items {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.9rem;
}

.plans__about-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.plans__about-item-photo img {
  width: 100%;
  object-fit: cover;
}

.plans__about-item-text {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #3D3D3D;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.056rem;
  text-align: center;
}

/* plans graph */
.plans__graph {
  padding: 2.3rem 2rem 2.95rem;
  background-image: url(../img/plan/graph-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plans__graph-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  color: #3C2E20;
  font-weight: 900;
}
.plans__graph-title span.top {
  line-height: 1.4444444444;
}
.plans__graph-title span.bottom {
  line-height: 1.6;
}
.plans__graph-title span.bottom span.colored {
  color: #B20000;
}
.plans__graph-title span.bottom span.colored span.lg {
  font-size: 2.4rem;
}

.plans__graph-box {
  margin-top: 1.2rem;
  padding: 1.7rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #C5C5C5;
}

.plans__graph-img.--ichinichi {
  padding-left: 2rem;
  padding-right: 1.2rem;
}
.plans__graph-img.--simple {
  padding-left: 1.719rem;
}
.plans__graph-img.--kazoku {
  padding-left: 1.719rem;
}
.plans__graph-img.--jitaku {
  padding-left: 1.719rem;
}
.plans__graph-img.--ippan {
  padding-left: 1.7rem;
}
.plans__graph-img img {
  width: 100%;
  object-fit: cover;
}

.plans__graph-notice {
  margin-top: 2.15rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: -0.022rem;
  color: #533B24;
  font-family: "Noto Sans JP", sans-serif;
}

/* plans table */
.plans__table {
  padding: 2.8rem 1.9rem;
  background: rgba(102, 150, 171, 0.12);
}

/* plan include */
.plans__include {
  padding: 3.2rem 1.9rem;
}

.plans__include-heading {
  text-align: center;
  padding: 2.4rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #7B6F46;
  border: 1px solid #7B6F46;
  background: #F8F7F4;
  background-image: url(../img/service-title-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.plans__include-items {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.plans__include-item-title {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.4rem 3.2rem;
  background-color: #9D9475;
  width: fit-content;
  border-radius: 5rem;
  margin-inline: auto;
}

.plans__include-list {
  margin-top: 0.977rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.4rem;
  row-gap: 2.4rem;
}

.plans__include-list-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(38, 70, 109, 0.2);
}
.plans__include-list-item img {
  width: 3.2rem;
  object-fit: cover;
}
.plans__include-list-item .text-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.plans__include-list-item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.plans__include-list-item .text.flex {
  display: flex;
}
.plans__include-list-item .text.align-end {
  align-items: end;
  gap: 0.2rem;
}
.plans__include-list-item .text.align-center {
  align-items: center;
}
.plans__include-list-item .text-sm {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.plans__include-list-item .inline-sm {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}

/* include cta */
.include-cta__top {
  padding: 2.4rem 1.8rem;
  background-image: url(../img/plan/cta-price-bg-navy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.include-cta__top-title {
  text-align: center;
  color: #533B24;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4545454545;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #533B24;
}

.include-cta__top-wrap {
  background-image: url(../img/plan/cta-price-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem;
}

.include-cta__top-inner {
  padding: 0.8rem 2.4rem 0.8rem;
}

.include-cta__top-text {
  margin-top: 0.8rem;
  text-align: center;
  color: #533B24;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

.include-cta__price-block {
  margin-top: 1.12rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.include-cta__price-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.include-cta__price-tag {
  color: #fff;
  background-color: #DC5800;
  width: 7.2rem;
  height: 4.9rem;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.include {
  color: #DC5800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.include .bold {
  font-weight: 700;
}
.include .oswald {
  font-family: "Oswald", sans-serif;
}

.include-cta__price {
  display: flex;
  align-items: center;
}
.include-cta__price .lg {
  color: #DC5800;
  font-size: 5.3rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Fjalla One", sans-serif;
}
.include-cta__price .unit-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.include-cta__price .exclude {
  color: #DC5800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-left: -0.7rem;
}
.include-cta__price .unit {
  color: #DC5800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}

.include-cta__bottom {
  padding: 1.4rem 2rem 2rem;
  background-image: url(../img/plan/cta-bg-navy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.include-cta__bottom-title {
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.991rem 0;
  height: 4.38rem;
}
.include-cta__bottom-title::before {
  left: -1rem;
}
.include-cta__bottom-title::after {
  right: -1rem;
}

/* plans flow */
.plans__flow-heading {
  color: #fff;
  padding: 2.45rem 1rem;
  background-color: #AE9C70;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}

.plans__flow-content {
  padding: 2.6rem 2rem 4.8rem;
}

.plans__flow-items {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.plans__flow-top-list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.plans__flow-top-item {
  flex: 0 0 121px;
  display: flex;
  flex-direction: column;
  gap: 1.166rem;
}
.plans__flow-top-item .list {
  display: flex;
  justify-content: center;
  gap: 2.167rem;
}
.plans__flow-top-item .list-item {
  width: 3.3rem;
  height: 8.2rem;
  padding-top: 0.7rem;
  background-color: #99875C;
  border-radius: 0.4rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
.plans__flow-top-item .list-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.7rem;
  background-image: url(../img/plan/icon-triangle-right-gold.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 1rem;
  height: 0.76rem;
}
.plans__flow-top-item .list-item span {
  writing-mode: vertical-rl;
  letter-spacing: 0.7rem;
}

.plans__flow-top-title {
  background-color: #99875C;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.056rem;
  padding: 0.544rem 0;
}

.plans__flow-steps {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.plans__flow-step {
  display: flex;
  align-items: center;
}

.plans__flow-step-title {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
.plans__flow-step-title .number {
  color: #99875C;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  transform: translateY(0.3rem);
}
.plans__flow-step-title .text {
  color: #99875C;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.plans__flow-photo {
  flex: 0 0 22.4rem;
  border-radius: 1rem;
}
.plans__flow-photo img {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
}