@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  color: #191919;
}

p {
  /* font-feature-settings: "palt"; */
  /* text-align: justify; */
  line-break: strict; /* 禁則処理を適用 */
  word-break: break-all; /* 半角英数字の連続に対応（必要に応じて） */
}

/* #header / #footer
----------------------------------------- */

/* l-header
   ---------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(52, 60, 58, 0.1);
}
@media screen and (min-width: 960px) {
  .l-header {
    position: relative;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(52, 60, 58, 0.1);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 64px;
  }
}

.l-header__logo {
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    flex-shrink: 0;
    line-height: 0;
  }
}

.l-header__logo img {
  display: block;
  width: 90px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .l-header__logo img {
    display: block;
    width: 114px;
    height: auto;
  }
}

.l-header__body {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .l-header__body {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
  }
}

.l-header__nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(52, 60, 58, 0.1);
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    display: block;
    position: static;
    width: auto;
    background-color: transparent;
    box-shadow: none;
  }
}

.l-header.is-open .l-header__nav {
  display: block;
}
@media screen and (min-width: 960px) {
  .l-header.is-open .l-header__nav {
    display: block;
  }
}

.l-header__nav-list {
  padding: 16px;
}
@media screen and (min-width: 960px) {
  .l-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    height: 44px;
    padding: 0;
  }
}

.l-header__nav-item {
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 960px) {
  .l-header__nav-item {
    border-bottom: none;
  }
}

.l-header__nav-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .l-header__nav-item:last-child {
    border-bottom: none;
  }
}

.l-header__nav-item--btn {
  border-bottom: none;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .l-header__nav-item--btn {
    border-bottom: none;
    line-height: 0;
  }
}

.l-header__nav-link {
  display: block;
  padding: 12px 0;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .l-header__nav-link {
    display: block;
    padding: 0;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.43;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
  }
}

.l-header__nav-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}

.l-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .l-header__actions {
    display: none;
  }
}

.l-header__btn-wrap {
  margin: 0;
  line-height: 0;
}

.l-header__search-btn.c-btn--search {
  padding: 8px 16px;
  min-width: 180px;
}
@media screen and (min-width: 960px) {
  .l-header__search-btn.c-btn--search {
    min-width: 0;
    padding: 10px 2;
    min-width: 168px;
  }
}

.l-header__search-btn .c-btn__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}

.l-header__menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 19px;
  height: 16px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .l-header__menu {
    display: none;
  }
}

.l-header__menu-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #009e6d;
}
@media screen and (min-width: 960px) {
  .l-header__menu-bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #009e6d;
  }
}

/* c-btn
   ---------------------------------------------------------- */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
}
@media screen and (min-width: 960px) {
  .c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
  }
}

.c-btn--search {
  padding: 8px 16px;
  background-color: #009e6d;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn--search {
    min-width: 227px;
    padding: 12px 24px;
    background-color: #009e6d;
    color: #fff;
  }
}

/* .c-btn--search:hover {
  opacity: 0.85;
}
@media screen and (min-width: 960px) {
  .c-btn--search:hover {
    opacity: 0.85;
  }
} */

.c-btn__icon {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .c-btn__icon {
    display: block;
    flex-shrink: 0;
    line-height: 0;
  }
}

.c-btn__icon-service img {
  display: block;
  width: 11px;
  height: auto;
  aspect-ratio: 11/14;
}
@media screen and (min-width: 960px) {
  .c-btn__icon-service img {
    display: block;
    width: 11px;
    height: auto;
  }
}


.c-btn__icon-house img {
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 8/7;
}
@media screen and (min-width: 960px) {
  .c-btn__icon-house img {
    display: block;
    width: 16px;
    height: auto;
  }
}

.c-btn__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .c-btn__label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375;
    white-space: nowrap;
  }
}

.c-btn__arrow {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 960px) {
  .c-btn__arrow {
    position: relative;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
  }
}

.c-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, 0) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .c-btn__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, 0) rotate(45deg);
  }
}

.c-btn--hero {
  min-width: 227px;
  padding: 12px 24px;
}
@media screen and (min-width: 960px) {
  .c-btn--hero {
    min-width: 227px;
    padding: 12px 24px;
  }
}

.c-btn--outline {
  min-width: 180px;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #009e6d;
  border-radius: 26px;
  color: #009e6d;
  box-shadow: none;
}
@media screen and (min-width: 960px) {
  .c-btn--outline {
    min-width: 180px;
    padding: 12px 24px;
    background-color: #fff;
    border: 1px solid #009e6d;
    border-radius: 26px;
    color: #009e6d;
    box-shadow: none;
  }
}

/* .c-btn--outline:hover {
  opacity: 0.85;
}
@media screen and (min-width: 960px) {
  .c-btn--outline:hover {
    opacity: 0.85;
  }
} */

.c-btn--outline .c-btn__label {
  color: #009e6d;
}
@media screen and (min-width: 960px) {
  .c-btn--outline .c-btn__label {
    color: #009e6d;
  }
}

.c-btn--outline .c-btn__arrow::after {
  border-right-color: #009e6d;
  border-bottom-color: #009e6d;
}
@media screen and (min-width: 960px) {
  .c-btn--outline .c-btn__arrow::after {
    border-right-color: #009e6d;
    border-bottom-color: #009e6d;
  }
}

.c-btn__icon--doc {
  position: relative;
  width: 11px;
  height: 14px;
}
@media screen and (min-width: 960px) {
  .c-btn__icon--doc {
    position: relative;
    width: 11px;
    height: 14px;
  }
}

.c-btn__icon--doc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 12px;
  border: 2px solid #009e6d;
  border-radius: 1px;
}
@media screen and (min-width: 960px) {
  .c-btn__icon--doc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 12px;
    border: 2px solid #009e6d;
    border-radius: 1px;
  }
}

/* p-mv
   ---------------------------------------------------------- */
.p-mv {
  position: relative;
  overflow: hidden;
  background-color: #f9fcfb;
  padding: 32px 0;
}
@media screen and (min-width: 960px) {
  .p-mv {
    position: relative;
    overflow: hidden;
    background-color: #f9fcfb;
    padding: 20px 0;
  }
}

.p-mv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: url(../images/bg_main_sp.png) no-repeat center top / 100% auto;
}
@media screen and (min-width: 960px) {
  .p-mv__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background: url(../images/bg_main_pc.png) no-repeat center top / 100% auto;
  }
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-mv__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    max-width: 1206px;
    margin: 0 auto;
    padding: 0 64px;
  }
}

.p-mv__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-mv__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 411px;
    flex-shrink: 0;
  }
}

.p-mv__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-mv__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    width: 100%;
  }
}

.p-mv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 270px;
}

.p-mv__title-dots {
  font-weight: 700;
  position: relative;
}

.p-mv__title-dots::after {
  content: "・・・・ ";
  position: absolute;
  top: -16px;
  left: 0;
  width: 6px;
  height: 6px;
  color: #ef6c26;
  z-index: -1;
}

.p-mv__title {
  margin: 0;
  color: #ef6c26;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-mv__title {
    margin: 0;
    color: #ef6c26;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }
}

.p-mv__logo-img {
  display: block;
  width: 100%;
  max-width: 272px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-mv__logo-img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.p-mv__lead {
  margin: 8px 0 0;
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-mv__lead {
    margin: 8px 0 0;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-mv__lead .sm {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}


.p-mv__visual {
  position: relative;
  margin: 0;
  line-height: 0;
}

.p-mv__visual--sp {
  width: 287px;
}
@media screen and (min-width: 960px) {
  .p-mv__visual--sp {
    display: none;
  }
}

.p-mv__visual--sp .p-mv__visual-img {
  display: block;
  width: 287px;
  height: auto;
}
.p-mv__visual--pc {
  flex-shrink: 0;
  width: 350px;
}

.p-mv__visual--pc .p-mv__visual-img {
  display: block;
  width: 350px;
  height: auto;
}

.p-mv__visual-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 5px solid #c9e4b0;
  border-radius: 50%;
  background-color: #fff;
}

.p-mv__visual--sp .p-mv__visual-circle {
  width: 189px;
  height: 189px;
}

.p-mv__visual--pc .p-mv__visual-circle {
  width: 350px;
  height: 350px;
  border-width: 9px;
}

.p-mv__visual-people {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-mv__visual--pc .p-mv__visual-people {
  position: absolute;
  left: 52px;
  top: 115px;
  width: 228px;
  height: auto;
}

.p-mv__visual-icon {
  position: absolute;
  display: block;
  height: auto;
}

.p-mv__visual-icon--08 {
  left: 101px;
  top: 13px;
  width: 97px;
}

.p-mv__visual-icon--09 {
  left: 19px;
  top: 74px;
  width: 82px;
}

.p-mv__visual-icon--home {
  left: 248px;
  top: 34px;
  width: 82px;
}

.p-mv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 317px;
}
@media screen and (min-width: 960px) {
  .p-mv__cta {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: none;
  }
}

.p-mv__cta-item {
  margin: 0;
  line-height: 0;
}

.p-mv__btn.c-btn--search {
  min-width: 227px;
  padding: 12px 24px;
}
@media screen and (min-width: 960px) {
  .p-mv__btn.c-btn--search {
    min-width: 0;
    padding: 10px 24px;
  }
}

.p-mv__btn.c-btn--outline {
  min-width: 180px;
  padding: 12px 24px;
}
@media screen and (min-width: 960px) {
  .p-mv__btn.c-btn--outline {
    min-width: 0;
    padding: 10px 24px;
  }
}

/* .p-mv__btn-arrow--down::after {
  margin-top: -5px;
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (min-width: 960px) {
  .p-mv__btn-arrow--down::after {
    margin-top: -5px;
    transform: translate(-50%, -50%) rotate(135deg);
  }
} */

.p-mv__btn.c-btn--outline .p-mv__btn-arrow--down::after {
  border-right-color: #009e6d;
  border-bottom-color: #009e6d;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (min-width: 960px) {
  .u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* p-cost
   ---------------------------------------------------------- */
.p-cost {
  padding: 32px 0;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-cost {
    padding: 56px 0;
    background-color: #fff;
  }
}

.p-cost__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-cost__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

/* c-section-heading
   ---------------------------------------------------------- */
.c-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
}

.c-section-heading__title {
  color: #3b424d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-section-heading__title {
    color: #3b424d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }
}

.c-section-heading__title-accent {
  color: #009e6d;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .c-section-heading__title-accent {
    color: #009e6d;
  }
}

.c-section-heading__lead {
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-section-heading__lead {
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-cost__breakdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-cost__breakdown {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
  }
}

.p-cost__people {
  margin: 0;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .p-cost__people {
    margin: 0;
    line-height: 0;
    flex-shrink: 0;
  }
}

.p-cost__people img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-cost__people--left img {
    display: block;
    width: 154px;
    height: auto;
  }
}

@media screen and (min-width: 960px) {
  .p-cost__people--right img {
    display: block;
    width: 107px;
    height: auto;
  }
}

.p-cost__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-cost__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 357px;
    flex-shrink: 0;
  }
}

.p-cost__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 346px;
}
@media screen and (min-width: 960px) {
  .p-cost__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 346px;
    max-width: none;
  }
}

.p-cost__item {
  display: flex;
  flex-direction: column;
  width: 101px;
  overflow: hidden;
  border: 1px solid #dce8e2;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-cost__item {
    display: flex;
    flex-direction: column;
    width: 101px;
    overflow: hidden;
    border: 1px solid #dce8e2;
    border-radius: 10px;
    background-color: #fff;
  }
}

.p-cost__item-name {
  min-height: 50px;
  padding: 5px 0;
  background-color: #f7fbfa;
  color: #3b424d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cost__item-name {
    min-height: 50px;
    padding: 5px 0;
    background-color: #f7fbfa;
    color: #3b424d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
}

.p-cost__item-name--single {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p-cost__item-name--single {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-cost__item-sub {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .p-cost__item-sub {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
  }
}

.p-cost__item-price {
  padding: 10px 16px;
  color: #3b424d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .p-cost__item-price {
    padding: 10px 16px;
    color: #3b424d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.47;
    text-align: right;
  }
}

.p-cost__total {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  max-width: 335px;
  padding: 8px 16px;
  border: 1px solid #f5b9c0;
  border-radius: 10px;
  background-color: #fff2f3;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cost__total {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    width: 357px;
    max-width: none;
    padding: 16px 16px 24px;
    border: 1px solid #f5b9c0;
    border-radius: 10px;
    background-color: #fff2f3;
    text-align: center;
  }
}

.p-cost__total-main {
  color: #e85163;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-cost__total-main {
    color: #e85163;
    font-weight: 700;
    line-height: 1.42;
    white-space: nowrap;
  }
}

.p-cost__total-label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .p-cost__total-label {
    font-size: 2.4rem;
  }
}

.p-cost__total-num {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-cost__total-num {
    font-size: 4rem;
  }
}

.p-cost__total-unit {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-cost__total-unit {
    font-size: 2.6rem;
  }
}

.p-cost__total-note {
  color: #3b424d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 6px;
}
@media screen and (min-width: 960px) {
  .p-cost__total-note {
    color: #3b424d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    /* margin-bottom: 0; */
  }
}

.p-cost__people-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}

.p-cost__people-sp {
  margin: 0;
  flex-shrink: 0;
  line-height: 0;
}


.p-cost__people-sp--left img {
  display: block;
  width: 74px;
  height: auto;
}

.p-cost__people-sp--right img {
  display: block;
  width: 56px;
  height: auto;
}

@media screen and (min-width: 960px) {
  .p-cost__people-row {
    display: none;
  }
}

.p-cost__worries {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-cost__worries {
    display: block;
    max-width: 1050px;
    margin: 0 auto;
  }
}

.p-cost__worries-lead {
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cost__worries-lead {
    width: auto;
    max-width: none;
    margin: 0;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-cost__worry-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 0;
  padding: 7px 0;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    padding: 0;
  }
}

.p-cost__worry-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 261px;
  min-height: 176px;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 227px;
    flex-shrink: 0;
  }
}

.p-cost__worry-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.p-cost__worry-item--01 {
  width: 261px;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-item--01 {
    width: 318px;
  }
}

.p-cost__worry-item--02 {
  width: 268px;
  min-height: 177px;
}
.p-cost__worry-item--02 .p-cost__worry-head,
.p-cost__worry-item--03 .p-cost__worry-head {
  min-height: 34px;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-item--02 {
    width: 301px;
    min-height: 227px;
  }
  .p-cost__worry-item--02 .p-cost__worry-head,
  .p-cost__worry-item--03 .p-cost__worry-head {
    min-height: 0;
  }
}

.p-cost__worry-item--03 {
  width: 262px;
  min-height: 181px;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-item--03 {
    width: 305px;
    min-height: 227px;
  }
}

.p-cost__worry-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  filter: drop-shadow(0 6px 8px rgba(13, 31, 26, 0.08));
}
@media screen and (min-width: 960px) {
  .p-cost__worry-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    filter: drop-shadow(0 6px 8px rgba(13, 31, 26, 0.08));
  }
}

.p-cost__worry-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
  }
}

.p-cost__worry-label {
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-label {
    color: #3b424d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-cost__worry-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  color: #3b424d;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    color: #3b424d;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
  }
}

.p-cost__worry-text {
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-text {
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-cost__worry-accent {
  color: #007a54;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-cost__worry-accent {
    color: #007a54;
    font-weight: 700;
  }
}

.p-cost__worries-foot {
  width: 100%;
  max-width: 341px;
  margin: 16px auto 0;
  color: #3b424d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cost__worries-foot {
    width: auto;
    max-width: none;
    margin: 32px auto 0;
    color: #3b424d;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }
}

.p-cost__worries-foot-accent {
  color: #009e6d;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-cost__worries-foot-accent {
    color: #009e6d;
  }
}

#footer {
  background-color: #fff;
}

/* footer */
#footer {
  clear: both;
  position: static;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#footer #greenbelt {
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner {
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
  overflow: hidden;
}

#footer #greenbelt .inner .ftbox {
  float: none;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner .ftbox {
    float: left;
    max-width: 800px;
    width: 800px;
  }
}
#footer #greenbelt .inner p.link {
  display: block;
  padding: 18px 15px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 24px 0;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner p.link span {
  display: block;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  background: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}

#footer #greenbelt .inner p.copy {
  padding: 15px 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner a {
  color: #fff;
}

#footer #greenbelt .inner p.bn {
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  float: none;
  margin: 9px auto 14px;
  width: 264px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}

#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}

#footer #greenbelt .inner p.bn a span {
  display: block;
  width: 120px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}

#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}

#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
}

.pagetop {
  clear: both;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 0 16px;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .pagetop {
    clear: both;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 22px;
    padding: 0;
    font-size: 1.2rem;
  }
}

.pagetop p {
  margin: 0;
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 2px 0 2px 16px;
  }
}

.sp-block {
  display: block;
}
.tb-block {
  display: none;
}
.pc-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: block;
  }
}

.pc-inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-inline {
    display: inline;
  }
}

/* p-benefit
   ---------------------------------------------------------- */
.p-benefit {
  position: relative;
  overflow: hidden;
  background-color: #f6faf8;
  padding: 32px 0 0;
}
@media screen and (min-width: 960px) {
  .p-benefit {
    position: relative;
    overflow: hidden;
    background-color: #f6faf8;
    min-height: 508px;
    padding: 56px 0;
  }
}

.p-benefit__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-benefit__bg-inner {
  position: absolute;
}

.p-benefit__bg-inner--sp {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_section02_sp.png) no-repeat center top / 100% auto;
}
@media screen and (min-width: 960px) {
  .p-benefit__bg-inner--sp {
    display: none;
  }
}

.p-benefit__bg-inner--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-benefit__bg-inner--pc {
    display: block;
    top: 0;
    left: 50%;
    width: 1635px;
    height: 508px;
    transform: translateX(-50%);
  }
}

.p-benefit__bg-dot {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-benefit__bg-dot--sp01 {
  top: 482px;
  left: 298px;
  width: 66px;
  height: 66px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-benefit__bg-dot--sp02 {
  top: -17px;
  left: 54px;
  width: 66px;
  height: 66px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-benefit__bg-dot--sp03 {
  top: 401px;
  left: -102px;
  width: 167px;
  height: 134px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-benefit__bg-dot--sp04 {
  top: 26px;
  left: 0;
  width: 72px;
  height: 73px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-benefit__bg-dot--sp05 {
  top: -45px;
  left: 227px;
  width: 167px;
  height: 134px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-benefit__bg-dot--sp06 {
  top: 83px;
  left: 322px;
  width: 72px;
  height: 73px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-benefit__bg-dot--pc01 {
  top: 56px;
  left: 366px;
  width: 159px;
  height: 159px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-benefit__bg-dot--pc02 {
  top: 512px;
  left: 1088px;
  width: 159px;
  height: 159px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-benefit__bg-dot--pc03 {
  top: 6px;
  left: 1234px;
  width: 401px;
  height: 321px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-benefit__bg-dot--pc04 {
  top: 381px;
  left: 0;
  width: 401px;
  height: 321px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-benefit__bg-dot--pc05 {
  top: 381px;
  left: 1426px;
  width: 174px;
  height: 174px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-benefit__bg-dot--pc06 {
  top: 90px;
  left: 257px;
  width: 174px;
  height: 174px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-benefit__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px 74px;
}
@media screen and (min-width: 960px) {
  .p-benefit__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px 0;
  }
}

.p-benefit__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 384px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-benefit__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 526px;
    text-align: center;
  }
}

.p-benefit__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -8px;
}

.p-benefit__title-row {
  color: #3b424d;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-row {
    color: #3b424d;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-benefit__title-row--01 {
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-row--01 {
    font-size: 3.2rem;
  }
}

.p-benefit__title-row--02 {
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-row--02 {
    font-size: 3.2rem;
  }
}

.p-benefit__title-row--03 {
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-row--03 {
    font-size: 3.2rem;
  }
}

.p-benefit__title-accent {
  color: #009e6d;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-accent {
    color: #009e6d;
  }
}

.p-benefit__title-text {
  font-weight: 700;
}

.p-benefit__title-accent--main {
  font-size: 4rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-accent--main {
    font-size: 4.8rem;
  }
}

.p-benefit__title-text--end {
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__title-text--end {
    font-size: 3.2rem;
  }
}

.p-benefit__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-benefit__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }
}

.p-benefit__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 94.6%;
  max-width: 324px;
  padding: 16px;
  border: 1px solid #dce8e2;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
}
@media screen and (min-width: 960px) {
.p-benefit__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: none;
  padding: 16px;
  border: 1px solid #dce8e2;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
}
}
.p-benefit__item--03 {
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .p-benefit__item--03 {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-benefit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 268px;
    min-height: 174px;
    padding: 20px;
    border: 1px solid #dce8e2;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
  }
}

.p-benefit__item-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f6faf8;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f6faf8;
    line-height: 0;
  }
}

.p-benefit__item-icon-img01 {
  display: block;
  width: 27.5px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-icon-img01 {
    display: block;
    width: 27px;
    height: 27.54px;
  }
}

.p-benefit__item-icon-img02 {
  display: block;
  width: 25px;
  height: 27px;
}

.p-benefit__item-icon-img03 {
  display: block;
  width: 18px;
  height: 24px;
}

.p-benefit__item-text {
  width: 228px;
  color: #3b424d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-text {
    width: 228px;
    color: #3b424d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-benefit__item-text-accent {
  color: #009e6d;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-text-accent {
    color: #009e6d;
    font-size: 2.2rem;
    font-weight: 700;
  }
}

.p-benefit__item-text-accent--lg {
  font-size: 3.2rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-text-accent--lg {
    font-size: 3.2rem;
  }
}

.p-benefit__item-text-accent--md {
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-text-accent--md {
    font-size: 2.4rem;
  }
}

.p-benefit__item-text-body {
  color: #3b424d;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-benefit__item-text-body {
    color: #3b424d;
    font-size: 2.2rem;
    font-weight: 700;
  }
}

.p-benefit__cta-wrap {
  position: relative;
}

.p-benefit__cta {
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-benefit__cta {
    line-height: 0;
    text-align: center;
  }
}

.p-benefit__people {
  position: absolute;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-benefit__people {
    position: absolute;
    margin: 0;
    line-height: 0;
    pointer-events: none;
  }
}

.p-benefit__people--left {
  /* bottom: 0;
  left: 6px; */
  bottom: -74px;
  left: -70px;
}
@media screen and (min-width: 960px) {
  .p-benefit__people--left {
    left: -520px;
    bottom: -57px;
  }
}

.p-benefit__people--left img {
  display: block;
  width: 76px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-benefit__people--left img {
    display: block;
    width: 195px;
    height: auto;
  }
}

.p-benefit__people--right {
  /* bottom: 0;
  right: 8px; */
  bottom: -74px;
  right: -68px;
}
@media screen and (min-width: 960px) {
  .p-benefit__people--right {
    bottom: -57px;
    left: auto;
    right: -500px;
  }
}

.p-benefit__people--right img {
  display: block;
  width: 69px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-benefit__people--right img {
    display: block;
    width: 177px;
    height: auto;
  }
}

/* p-overview
   ---------------------------------------------------------- */
.p-overview {
  background-color: #fff;
  padding: 32px 0;
}
@media screen and (min-width: 960px) {
  .p-overview {
    background-color: #fff;
    padding: 56px 0;
  }
}

.p-overview__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 8px;
}
@media screen and (min-width: 960px) {
  .p-overview__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.p-overview__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-overview__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 980px;
    text-align: center;
  }
}

.p-overview__title {
  color: #009e6d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-overview__title {
    color: #009e6d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-overview__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 319px;
}
@media screen and (min-width: 960px) {
  .p-overview__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 760px;
  }
}

.p-overview__lead-text {
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-overview__lead-text {
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }
}

.p-overview__lead-text--02 {
  max-width: 319px;
}
@media screen and (min-width: 960px) {
  .p-overview__lead-text--02 {
    margin-top: 8px;
    max-width: none;
  }
}

.p-overview__lead-accent {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
.p-overview__lead-accent {
  font-weight: 700;
}
}
.p-overview__diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  border: 2px solid #009e6d;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .p-overview__diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 730px;
    padding: 16px;
    border: 2px solid #009e6d;
    border-radius: 10px;
  }
}

.p-overview__logo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: auto;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-overview__logo-box {
    position: relative;
    display: block;
    width: 272px;
    height: 119px;
    margin: 0;
    overflow: hidden;
  }
}

.p-overview__logo-badge {
  position: absolute;
  top: -1px;
  left: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  padding: 5px 10px;
  background-color: #5b6575;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-overview__logo-badge {
    position: absolute;
    top: -1px;
    left: -0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    padding: 5px 10px;
    background-color: #5b6575;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
}

.p-overview__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .p-overview__logo-img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.p-overview__partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-overview__partners {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
}

.p-overview__partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 223px;
  padding: 16px;
  border-radius: 10px;
  background-color: #f6faf8;
}
@media screen and (min-width: 960px) {
  .p-overview__partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 10px;
    background-color: #f6faf8;
  }

  .p-overview__partner:first-child {
    width: auto;
  }

  .p-overview__partner + .p-overview__partner {
    width: 223px;
  }
}

.p-overview__partner-name {
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-overview__partner-name {
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-overview__partner-name strong {
  font-weight: 700;
}

.p-overview__partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 191px;
  height: 100px;
  margin: 0;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .p-overview__partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 191px;
    height: 100px;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
    line-height: 0;
  }
}

.p-overview__partner-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 25px;
}
@media screen and (min-width: 960px) {
  .p-overview__partner-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 25px;
  }
}

.p-overview__table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 726px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-overview__table {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 726px;
    margin: 0 auto;
  }
}

.p-overview__table-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-overview__table-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }
}

.p-overview__table-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #f6faf8;
  color: #009e6d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-overview__table-group:nth-child(-n+3) .p-overview__table-label {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .p-overview__table-label {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 8px 10px;
    border-radius: 4px;
    background-color: #f6faf8;
    color: #009e6d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  .p-overview__table-group:nth-child(-n+3) .p-overview__table-label {
    width: 100px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 4px;
  }
}

.p-overview__table-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 960px) {
  .p-overview__table-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
}

.p-overview__table-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: none;
}

.p-overview__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  border-bottom: 1px solid #dce8e2;
  pointer-events: none;
}

.p-overview__table-row--last::after,
.p-overview__table-row--single::after,
.p-overview__table-row--wrap::after {
  content: none;
}
.p-overview__table-group:first-child .p-overview__table-row {
  align-items: stretch;
  margin: 0;
}

.p-overview__table-group:first-child .p-overview__table-sub {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.p-overview__table-group:first-child .p-overview__table-value {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
.p-overview__table-group:first-child .p-overview__table-value {
  display: flex;
  align-items: center;
  white-space: wrap;
}}

@media screen and (min-width: 960px) {
  .p-overview__table-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-bottom: 1px solid #dce8e2;
  }

  .p-overview__table-row::after {
    content: none;
  }

  .p-overview__table-group:first-child .p-overview__table-row {
    align-items: center;
    margin: 0;
  }

  .p-overview__table-group:first-child .p-overview__table-sub {
    display: block;
    align-self: auto;
  }

  .p-overview__table-group:first-child .p-overview__table-value {
    display: block;
  }
}

.p-overview__table-row--wrap {
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-overview__table-row--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-bottom: 1px solid #dce8e2;
  }
}

.p-overview__table-row--last {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .p-overview__table-row--last {
    border-bottom: 1px solid #dce8e2;
  }
}

.p-overview__table-row--single {
  justify-content: center;
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .p-overview__table-row--single {
    justify-content: flex-start;
    border-bottom: 1px solid #dce8e2;
  }
}

.p-overview__table-sub {
  flex-shrink: 0;
  min-width: 126px;
  padding: 8px;
  border-radius: 5px;
  background-color: #f6faf8;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-overview__table-sub {
    flex-shrink: 0;
    min-width: 201px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f6faf8;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-overview__table-value {
  flex: 1;
  min-width: 0;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-overview__table-value {
    flex: 1;
    min-width: 0;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
}

.p-overview__table-value02 {
  flex: 1;
  min-width: 0;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-overview__table-value02 {
    flex: 1;
    min-width: 0;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
}

.p-overview__table-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3b424d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-overview__table-notes {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-overview__table-notes li {
  display: flex;
  gap: 8px;
}

.p-overview__table-notes-item--indent {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (min-width: 960px) {
  .p-overview__table-notes-item--indent {
    display: flex;
    padding-left: 0;
    text-indent: 0;
  }
}

/* p-simulation
   ---------------------------------------------------------- */
.p-simulation {
  position: relative;
  overflow: hidden;
  background-color: #f6faf8;
  padding: 32px 0 80px;
}
@media screen and (min-width: 960px) {
  .p-simulation {
    position: relative;
    overflow: hidden;
    background-color: #f6faf8;
    min-height: 406px;
    padding: 56px 0;
  }
}

.p-simulation__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-simulation__bg-inner {
  position: absolute;
}

.p-simulation__bg-inner--sp {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .p-simulation__bg-inner--sp {
    display: none;
  }
}

.p-simulation__bg-inner--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-simulation__bg-inner--pc {
    display: block;
    top: 0;
    left: 50%;
    width: 1635px;
    height: 406px;
    transform: translateX(-50%);
  }
}

.p-simulation__bg-dot {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-simulation__bg-dot--sp01 {
  top: -90px;
  left: 203px;
  width: 232px;
  height: 186px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-simulation__bg-dot--sp02 {
  top: 96px;
  left: 305px;
  width: 100px;
  height: 101px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-simulation__bg-dot--sp03 {
  top: -42px;
  left: -362px;
  width: 100px;
  height: 101px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-simulation__bg-dot--sp04 {
  top: 188px;
  left: -32px;
  width: 92px;
  height: 92px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-simulation__bg-dot--sp05 {
  top: 620px;
  left: -109px;
  width: 92px;
  height: 92px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-simulation__bg-dot--sp06 {
  top: 445px;
  left: -112px;
  width: 232px;
  height: 186px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-simulation__bg-dot--pc01 {
  top: 40px;
  left: 375px;
  width: 141px;
  height: 141px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-simulation__bg-dot--pc02 {
  top: 401px;
  left: 1097px;
  width: 141px;
  height: 141px;
  background-image: url(../images/img_benefit_dot_green03.png);
}

.p-simulation__bg-dot--pc03 {
  top: 8px;
  left: 1278px;
  width: 356px;
  height: 286px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-simulation__bg-dot--pc04 {
  top: 273px;
  left: 0;
  width: 356px;
  height: 286px;
  background-image: url(../images/img_benefit_dot_green02.png);
}

.p-simulation__bg-dot--pc05 {
  top: 296px;
  left: 1436px;
  width: 154px;
  height: 155px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-simulation__bg-dot--pc06 {
  top: 66px;
  left: 267px;
  width: 154px;
  height: 155px;
  background-image: url(../images/img_benefit_dot_green01.png);
}

.p-simulation__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-simulation__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.p-simulation__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 920px;
    text-align: center;
  }
}

.p-simulation__title {
  color: #009e6d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__title {
    color: #009e6d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-simulation__lead {
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__lead {
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-simulation__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 294px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-simulation__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 720px;
    margin: 0 auto;
  }
}

.p-simulation__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-simulation__form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
}

.p-simulation__form-wrap {
  width: 100%;
}
.p-simulation__field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-simulation__field {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
  }
}

.p-simulation__label {
  flex-shrink: 0;
  min-width: 96px;
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-simulation__label {
    flex-shrink: 0;
    min-width: auto;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.43;
  }
}

.p-simulation__input {
  flex: 1;
  min-width: 158px;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #dce8e2;
  border-radius: 8px;
  background-color: #fff;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__input {
    flex: 0 0 auto;
    width: 158px;
    min-width: 158px;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #dce8e2;
    border-radius: 8px;
    background-color: #fff;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}

.p-simulation__input::placeholder {
  color: #808080;
  opacity: 1;
}

.p-simulation__select-wrap {
  position: relative;
  flex: 1;
  min-width: 158px;
}
@media screen and (min-width: 960px) {
  .p-simulation__select-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 158px;
    min-width: 158px;
  }
}

.p-simulation__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 2px solid #3b424d;
  border-bottom: 2px solid #3b424d;
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-simulation__select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-right: 2px solid #3b424d;
    border-bottom: 2px solid #3b424d;
    transform: rotate(45deg);
    pointer-events: none;
  }
}

.p-simulation__select {
  width: 100%;
  height: 54px;
  padding: 0;
  border: 1px solid #dce8e2;
  border-radius: 8px;
  background-color: #fff;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  appearance: none;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__select {
    width: 100%;
    height: 54px;
    padding: 0;
    border: 1px solid #dce8e2;
    border-radius: 8px;
    background-color: #fff;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    appearance: none;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
  }
}

.p-simulation__select.is-placeholder {
  text-indent: -10px;
}

@media screen and (min-width: 960px) {
  .p-simulation__select.is-placeholder {
    text-indent: -14px;
  }
}

.p-simulation__select:disabled {
  color: #808080;
  opacity: 1;
  cursor: not-allowed;
  -webkit-text-fill-color: #808080;
}

.p-simulation__input:hover,
.p-simulation__input:focus {
  border-color: #dce8e2;
  outline: none;
  box-shadow: none;
}

.p-simulation__select:hover,
.p-simulation__select:focus {
  border-color: #dce8e2;
  outline: none;
  box-shadow: none;
}

.p-simulation__unit {
  flex-shrink: 0;
  color: #3b424d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-simulation__unit {
    flex-shrink: 0;
    color: #3b424d;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
  }
}

.p-simulation__unit-notes{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #3b424d;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  /* width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(52% - 50vw); */
}
@media screen and (min-width: 960px) {
.p-simulation__unit-notes{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #3b424d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}}

.p-simulation__results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-simulation__results {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
}

.p-simulation__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 186px;
  height: 104px;
  padding: 16px;
  border: 1px solid #dce8e2;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-simulation__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 186px;
    min-height: 104px;
    padding: 16px;
    border: 1px solid #dce8e2;
    border-radius: 10px;
    background-color: #fff;
  }
}

.p-simulation__result-label {
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__result-label {
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-simulation__result-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-simulation__result-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    line-height: 1;
  }
}

.p-simulation__result-num {
  flex-shrink: 1;
  min-width: 0;
  max-width: calc(100% - 3.2rem);
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b424d;
  color: #3b424d;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-simulation__result-num {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #3b424d;
    color: #3b424d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
}

.p-simulation__result-num.is-blank {
  padding-bottom: 0;
  border-bottom: none;
}

.p-simulation__result-unit {
  flex-shrink: 0;
  margin-left: 0;
  color: #3b424d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.p-simulation__result-num.is-blank + .p-simulation__result-unit {
  margin-left: auto;
}

@media screen and (min-width: 960px) {
  .p-simulation__result-unit {
    color: #3b424d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .p-simulation__result-num.is-blank + .p-simulation__result-unit {
    margin-left: 80px;
  }
}

.p-simulation__people {
  position: absolute;
  bottom: -80px;
  left: 244px;
  z-index: 1;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-simulation__people {
    position: absolute;
    right: -230px;
    left: auto;
    bottom: -56px;
    z-index: 1;
    margin: 0;
    line-height: 0;
    pointer-events: none;
  }
}

.p-simulation__people img {
  display: block;
  width: 81px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-simulation__people img {
    display: block;
    width: 178px;
    height: auto;
  }
}

/* p-flow
   ---------------------------------------------------------- */
.p-flow {
  background-color: #fff;
  padding: 32px 0;
}
@media screen and (min-width: 960px) {
  .p-flow {
    background-color: #fff;
    padding: 56px 0;
  }
}

.p-flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 13.5px;
}
@media screen and (min-width: 960px) {
  .p-flow__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.p-flow__heading {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-flow__heading {
    width: 100%;
    max-width: 980px;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.p-flow__title {
  color: #009e6d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-flow__title {
    color: #009e6d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }
}

.p-flow__body {
  width: 100%;
  max-width: 348px;
  margin: 0 auto;
}

.p-flow__panels {
  width: 100%;
}

.p-flow__panel {
  width: 100%;
  background-color: #f6faf8;
}
@media screen and (min-width: 960px) {
  .p-flow__body {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
  }
}

.p-flow__tabs {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-flow__tabs {
    display: flex;
    width: 100%;
  }
}

.p-flow__tab {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 10px 0;
  border: 0;
  background-color: #dce8e2;
  color: #3b424d;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-flow__tab {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 10px 16px;
    border: 0;
    background-color: #dce8e2;
    color: #3b424d;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
  }
}

.p-flow__tab:first-child {
  border-radius: 10px 0 0 0;
}
@media screen and (min-width: 960px) {
  .p-flow__tab:first-child {
    border-radius: 10px 0 0 0;
  }
}

.p-flow__tab:last-child {
  border-radius: 0 10px 0 0;
}
@media screen and (min-width: 960px) {
  .p-flow__tab:last-child {
    border-radius: 0 10px 0 0;
  }
}

.p-flow__tab.is-active {
  background-color: #009e6d;
  color: #fff;
}

.p-flow__tab-label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-flow__tab-label {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-flow__tab.is-active .p-flow__tab-label {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-flow__tab.is-active .p-flow__tab-label {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.p-flow__panel[hidden] {
  display: none;
}

.p-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 16px 8px 24px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-flow__steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 24px 16px;
    list-style: none;
  }
}

.p-flow__step {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 16px;
  row-gap: 8px;
  padding: 0 0 10px;
  border: 1px solid #dce8e2;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
}
@media screen and (min-width: 960px) {
  .p-flow__step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 16px 16px;
    border: 1px solid #dce8e2;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
  }
}

.p-flow__step-head {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  align-self: stretch;
  min-height: 48px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-flow__step-head {
    display: flex;
    grid-column: auto;
    grid-row: auto;
    align-items: center;
    align-self: auto;
    min-height: 0;
    height: 48px;
    position: relative;
    width: 100%;
  }
}

.p-flow__step-badge {
  position: static;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 58px;
  min-height: 58px;
  height: auto;
  margin: 0;
  padding: 4px;
  border-radius: 10px 0 10px 0;
  background-color: #009e6d;
  color: #fff;
  text-align: center;
  align-self: stretch;
}
@media screen and (min-width: 960px) {
  .p-flow__step-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    display: flex;
    grid-column: auto;
    grid-row: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 57px;
    height: 61px;
    min-height: 0;
    margin: 0;
    padding: 4px;
    border-radius: 10px 0 10px 0;
    background-color: #009e6d;
    color: #fff;
    text-align: center;
    align-self: auto;
  }
}

.p-flow__step-badge-label {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-flow__step-badge-label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

.p-flow__step-badge-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-flow__step-badge-num {

    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
  }
}

.p-flow__step-title {
  margin: 0;
  padding: 5px 0;
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .p-flow__step-title {
    margin: 0;
    padding: 0 0 0 56px;
    color: #3b424d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-flow__step-body {
  display: flex;
  grid-column: 1 / -1;
  flex-direction: column;
  gap: 8px;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .p-flow__step-body {
    display: flex;
    grid-column: auto;
    flex-direction: column;
    gap: 8px;
    padding: 0;
  }
}

.p-flow__step-text {
  margin: 0;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-flow__step-text {
    margin: 0;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-flow__step-link {
  color: #3b424d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .p-flow__step-link {
    color: #3b424d;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.p-flow__step-link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .p-flow__step-link:hover {
    opacity: 0.8;
  }
}

.p-flow__notes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 24px 16px;
  border-radius: 12px;
  background-color: #f4f6f8;
}
@media screen and (min-width: 960px) {
  .p-flow__notes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 12px;
    background-color: #f4f6f8;
  }
}

.p-flow__notes-title {
  width: 100%;
  margin: 0;
  color: #3b424d;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-flow__notes-title {
    width: 100%;
    margin: 0;
    color: #3b424d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-flow__notes-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 811px;
  margin: 0;
  padding: 0 8px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-flow__notes-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 811px;
    margin: 0;
    padding: 0 8px;
    list-style: none;
  }
}

.p-flow__notes-item {
  display: flex;
  gap: 0;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-flow__notes-item {
    display: flex;
    gap: 0;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-flow__notes-item::before {
  flex-shrink: 0;
  content: "・";
}

/* p-faq
   ---------------------------------------------------------- */
.p-faq {
  background-color: #f6f8f8;
  padding: 32px 0;
}
@media screen and (min-width: 960px) {
  .p-faq {
    background-color: #f6f8f8;
    padding: 56px 0;
  }
}

.p-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-faq__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.p-faq__title {
  color: #009e6d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-faq__title {
    color: #009e6d;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.37;
    text-align: center;
  }
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 337px;
}
@media screen and (min-width: 960px) {
  .p-faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1050px;
  }
}

.p-faq__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-faq__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
  }
}

.p-faq__question {
  margin: 0;
  color: #009e6d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-faq__question {
    margin: 0;
    color: #009e6d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-faq__answer {
  margin: 0;
  color: #3b424d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-faq__answer {
    margin: 0;
    color: #3b424d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-faq__note {
  display: flex;
  gap: 8px;
  margin: 0;
  color: #3b424d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-faq__note {
    display: flex;
    gap: 8px;
    margin: 0;
    color: #3b424d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-faq__note-mark {
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .p-faq__note-mark {
    flex-shrink: 0;
  }
}

.p-faq__note-text {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-faq__note-text {
    flex: 1;
  }
}

/* p-search
   ---------------------------------------------------------- */
.p-search {
  background-color: #fff;
  padding: 32px 0;
}
@media screen and (min-width: 960px) {
  .p-search {
    background-color: #fff;
    padding: 56px 0 31px;
  }
}

.p-search__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-search__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.p-search__heading {
  width: 100%;
  max-width: 1000px;
  margin: 0;
  color: #009e6d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-search__heading {
    width: 100%;
    max-width: 1000px;
    margin: 0;
    color: #009e6d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-search__box {
  width: 100%;
  max-width: 886px;
  /* padding: 10px; */
}
@media screen and (min-width: 960px) {
  .p-search__box {
    width: 100%;
    max-width: 886px;
    /* padding: 20px 60px; */
  }
}

.p-search__box-logo {
  margin: 0 0 8px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-search__box-logo {
    margin: 0 0 8px;
    text-align: center;
  }
}

.p-search__box-title {
  margin: 0 0 5px;
  padding: 5px 0 10px;
  border-bottom: 2px solid #009e6d;
  color: #009e6d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-search__box-title {
    margin: 0 0 5px;
    padding: 5px 0 10px;
    border-bottom: 2px solid #009e6d;
    color: #009e6d;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
}

.p-search__body {
  padding: 0;
  max-width: 325px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-search__body {
    padding: 0;
    max-width: none;
    margin: 0;
  }
}

.p-search__form {
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .p-search__form {
    padding: 25px 0;
  }
}

.p-search__input {
  box-sizing: border-box;
  width: 80%;
  height: 40px;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 #ccc inset;
  font-size: 1.5rem;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
  .p-search__input {
    box-sizing: border-box;
    width: 80%;
    height: 40px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 #ccc inset;
    font-size: 1.5rem;
    vertical-align: top;
  }
}

.p-search__submit {
  box-sizing: border-box;
  width: calc(20% - 5px);
  height: 37px;
  border: none;
  border-radius: 5px;
  background: #c45e4a;
  box-shadow: 0 3px 0 0 #9e4533;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-search__submit {
    box-sizing: border-box;
    width: calc(20% - 5px);
    height: 37px;
    border: none;
    border-radius: 5px;
    background: #c45e4a;
    box-shadow: 0 3px 0 0 #9e4533;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
  }
}

.p-search__btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-search__btn-list {
    margin: 0;
    padding: 0;
    letter-spacing: -0.4em;
    list-style: none;
  }
}

.p-search__btn-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-search__btn-item {
    display: inline-block;
    width: calc(50% - 15px);
    margin-bottom: 0;
    letter-spacing: normal;
    text-align: center;
  }
}

.p-search__btn-item:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .p-search__btn-item:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.p-search__btn-link {
  display: block;
  position: relative;
  height: 65px;
  background: #009e6d;
  color: #fff;
  font-size: 100%;
  line-height: 65px;
  text-decoration: none;
  font-weight: 700;
}

.p-search__btn-icon {
  display: block;
  float: left;
  width: 70px;
  height: 65px;
  background: #f2f2f2;
  text-align: center;
}

.p-search__btn-icon em {
  display: inline-block;
  position: relative;
  top: 12px;
  height: 39px;
  background-position: center top;
  background-repeat: no-repeat;
}

.p-search__btn-item--line .p-search__btn-icon em {
  width: 38px;
  background-image: url(https://www.able.co.jp/feature/images/icn_line.png);
  background-size: 30px;
}

.p-search__btn-item--address .p-search__btn-icon em {
  width: 40px;
  background-image: url(https://www.able.co.jp/feature/images/icn_address.png);
  background-size: 39px;
}

.p-search__btn-link img {
  position: absolute;
  left: 70px;
  top: 50%;
  width: 11px;
  margin: -9px 0 0 0;
}

.p-search__theme {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none;
  padding: 24px 16px 24px;
  background-color: #f6faf8;
}
@media screen and (min-width: 960px) {
  .p-search__theme {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 886px;
    margin-right: 0;
    margin-left: 0;
    min-height: 183px;
    padding: 24px 10px;
    background-color: #f6faf8;
  }
}

.p-search__theme-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #009e6d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-search__theme-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #009e6d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-search__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-search__chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.p-search__chip-item {
  margin: 0;
}

.p-search__chip-item--more-wrap{
  position: relative;
}

.p-search__chip-item--more .p-search__theme-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: auto;
  padding: 5px 16px;
  border: 1px solid #009e6d;
  border-radius: 21px;
  background-color: transparent;
  color: #009e6d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.p-search__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 22px;
  border: 1px solid #009e6d;
  border-radius: 21px;
  background-color: #fff;
  color: #009e6d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .p-search__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 22px;
    border: 1px solid #009e6d;
    border-radius: 21px;
    background-color: #fff;
    color: #009e6d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.47;
    text-decoration: none;
  }
}

.p-search__chip-label {
  white-space: nowrap;
  font-weight: 700;
}

.p-search__chip-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.p-search__theme-more-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}

.p-search__theme-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 16px;
  border: 1px solid #009e6d;
  border-radius: 21px;
  color: #009e6d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.p-search__theme-more-label {
  white-space: nowrap;
}

.p-search__people {
  position: absolute;
  pointer-events: none;
}

.p-search__people--sp-left {
  left: 10px;
  right: auto;
  bottom: 0;
  width: 80px;
  height: 96px;
  object-fit: cover;
  object-position: left center;
}

.p-search__people--sp-right {
  right: 10px;
  left: auto;
  bottom: 0;
  width: 80px;
  height: 96px;
  object-fit: cover;
  object-position: right center;
}

.p-search__people--left {
  bottom: 0;
  left: -97px;
  /* top: auto;
  bottom: 24px;
  left: 10px; */
  width: 80px;
  height: auto;
  object-fit: cover;
  object-position: left center;
}
@media screen and (min-width: 960px) {
.p-search__people--left {
  bottom: 20px;
  left: -304px;
  width: 99px;
  height: 118px;
  object-fit: cover;
  object-position: left center;
}}

.p-search__people--right {
  /* top: auto;
  bottom: 24px;
  right: 9px; */
  bottom: 0;
  right: -97px;
  width: 80px;
  height: auto;
  object-fit: cover;
  object-position: right center;
}
@media screen and (min-width: 960px) {
.p-search__people--right {
  bottom: 20px;
  right: -319px;
  width: 99px;
  height: 118px;
  object-fit: cover;
  object-position: right center;
}}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-search .pc-block {
    display: block;
  }
}

/* p-service
   ---------------------------------------------------------- */
.p-service {
  background-color: #f6faf8;
  padding: 32px 16px;
}
@media screen and (min-width: 960px) {
  .p-service {
    background-color: #f6faf8;
    padding: 56px 16px;
  }
}

.p-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 346px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-service__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    max-width: 980px;
    margin: 0 auto;
  }
}

.p-service__title {
  margin: 0;
  color: #009e6d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-service__title {
    margin: 0;
    width: 100%;
    color: #009e6d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.p-service__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-service__cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
  }
}

.p-service__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid #bfd8cf;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
}
@media screen and (min-width: 960px) {
  .p-service__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 478px;
    padding: 22px;
    border: 1px solid #bfd8cf;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(13, 31, 26, 0.08);
  }
}

.p-service__card--discount {
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-service__card--discount {
    align-items: center;
    gap: 10px;
  }
}

.p-service__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-service__card--fee .p-service__card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 170px;
    width: 100%;
  }
}

.p-service__lead {
  margin: 0;
  width: 280px;
  max-width: 100%;
  color: #3b424d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-service__lead {
    margin: 0;
    width: 280px;
    max-width: 100%;
    color: #3b424d;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
}

.p-service__lead-em {
  color: #009e6d;
  font-weight: 700;
}

.p-service__fee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (min-width: 960px) {
  .p-service__fee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 74px;
  }
}

.p-service__fee-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .p-service__fee-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}

.p-service__fee-label-text {
  margin: 0;
  color: #007a54;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-service__fee-label-text {
    margin: 0;
    color: #007a54;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}

.p-service__fee-label-text:last-child {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .p-service__fee-label-text:last-child {
    font-size: 2.4rem;
    line-height: normal;
  }
}

.p-service__fee-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p-service__fee-value {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}

.p-service__fee-main {
  margin: 0 -7px 0 0;
  color: #d70000;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-service__fee-main {
    margin: 0 -7px 0 0;
    color: #d70000;
    font-size: 6.4rem;
    font-weight: 900;
    line-height: normal;
    white-space: nowrap;
  }
}

.p-service__fee-tax {
  margin: 0;
  color: #5b6575;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-service__fee-tax {
    margin: 0;
    color: #5b6575;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 7px;
  }
}

.p-service__discount-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-service__discount-visual {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
}

.p-service__discount-logos {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .p-service__discount-logos {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
    flex-shrink: 0;
  }
}

.p-service__discount-logo {
  display: block;
  width: 100px;
  height: auto;
  max-height: 84px;
}
@media screen and (min-width: 960px) {
  .p-service__discount-logo {
    display: block;
    width: 100px;
    height: auto;
    max-height: 84px;
  }
}

.p-service__discount-lead {
  margin: 0;
  color: #009e6d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-service__discount-lead {
    margin: 20px 0 0;
    color: #009e6d;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.57;
    text-align: left;
    white-space: nowrap;
  }
}

.p-service__discount-off {
  margin: 0;
  color: #d70000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-service__discount-off {
    margin: 0;
    color: #d70000;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
}

.p-service__discount-num {
  font-size: 6.4rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .p-service__discount-num {
    font-size: 6.4rem;

  }
}

.p-service__discount-unit {
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .p-service__discount-unit {
    font-size: 4rem;

  }
}

.p-service__discount-off-text {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .p-service__discount-off-text {
    font-size: 4.8rem;

  }
}

.p-service__notes01 {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-service__notes01 {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    list-style: none;
    width: 237px;
    margin: 0 auto;
    text-align: left;
  }
}

.p-service__notes02 {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-service__notes02 {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    list-style: none;
    width: 280px;
    margin: 0 auto;
    text-align: left;
  }
}

.p-service__notes-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #3b424d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-service__notes-item {
    display: flex;
    gap: 0;
    align-items: flex-start;
    color: #3b424d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-service__card--fee .p-service__notes-item {
  gap: 8px;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .p-service__card--fee .p-service__notes {

  }

  .p-service__card--fee .p-service__notes-item {
    gap: 0;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.p-service__notes-mark {
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .p-service__notes-mark {
    flex-shrink: 0;
  }

  .p-service__card--fee .p-service__notes-mark {
    display: none;
  }

  .p-service__card--fee .p-service__notes-text::before {
    content: "※";
  }
}

.p-service__notes-text {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-service__notes-text {
    flex: 1;
  }
}

.p-service__btn-wrap {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-service__btn-wrap {
    margin: 0;
    text-align: center;
  }
}

.p-service__btn {
  min-width: 0;
  height: 52px;
  padding: 0 24px;
  border-radius: 26px;
}
@media screen and (min-width: 960px) {
  .p-service__btn {
    min-width: 0;
    height: 52px;
    padding: 0 24px;
    border-radius: 26px;
  }
}

.p-service__btn .c-btn__label {
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .p-service__btn .c-btn__label {
    font-size: 1.5rem;
  }
}

.p-service__btn-arrow::after {
  margin-top: -3px;
  margin-left: -1px;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .p-service__btn-arrow::after {
    margin-top: 0;
    margin-left: -1px;
    transform: translate(-50%, 0) rotate(-45deg);
  }
}

/* l-footer
   ---------------------------------------------------------- */
.l-footer {
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .l-footer {
    background-color: #fff;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 20px 10px;
}
@media screen and (min-width: 960px) {
  .l-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 56px 16px;
  }
}

.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 960px) {
  .l-footer__info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
    width: auto;
    max-width: none;
  }
}

.l-footer__logo {
  margin: 0;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-footer__logo {
    margin: 0;
    line-height: 0;
    flex-shrink: 0;
    text-align: left;
  }
}

.l-footer__logo-img {
  display: block;
  width: 140px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .l-footer__logo-img {
    display: block;
    width: 160px;
    height: auto;
  }
}

.l-footer__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .l-footer__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
    margin-top: 0;
  }
}

.l-footer__company {
  margin: 0;
  color: #009360;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .l-footer__company {
    margin: 0;
    color: #009360;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.l-footer__address {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .l-footer__address {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.l-footer__address-line {
  margin: 0;
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .l-footer__address-line {
    margin: 0;
    color: #212121;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

.l-footer__link {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .l-footer__link {
    color: inherit;
    text-decoration: underline;
  }
}

.l-footer__visual {
  width: 100%;
  max-width: 375px;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .l-footer__visual {
    display: none;
  }
}

.l-footer__visual-img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}
