@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #514846;
  font-weight: 700;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-acDiagnosis {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  background-color: #F79219;
}
@media screen and (max-width: 767px) {
  .c-acDiagnosis {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.c-ac-diagnosis__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 52.125rem;
}
@media screen and (max-width: 767px) {
  .c-ac-diagnosis__inner {
    padding-inline: 0.9375rem;
  }
}

.c-ac-diagnosis__image {
  max-width: 52.125rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ac-diagnosis__image {
    width: 25.4375rem;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .c-ac-diagnosis__image {
    width: 18.75rem;
  }
}

.c-ac-diagnosis__image img {
  width: 100%;
  height: auto;
}

.c-cta {
  padding-top: 4.3125rem;
  padding-bottom: 4.3125rem;
  background-color: #C1B3A7;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.c-cta__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 52.125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 0.9375rem;
  }
}

.c-cta__text {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
  font-size: 2rem;
  font-family: "筑紫A丸ゴシック", sans-serif;
  color: #fff;
  line-height: 2.1875;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 1.4375rem;
    line-height: 2.2173;
    margin-bottom: 0.625rem;
    padding: 0 1.25rem;
  }
}

/* 共通設定 */
.c-cta__text::before,
.c-cta__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-cta__text::before,
  .c-cta__text::after {
    width: 2px;
    height: 1.25rem;
  }
}

/* 左側の線 */
.c-cta__text::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}

/* 右側の線 */
.c-cta__text::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.c-cta__image {
  display: block;
  position: relative;
  max-width: 52.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta__image {
    width: 25.4375rem;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .c-cta__image {
    width: 18.75rem;
  }
}
.c-cta__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  width: 12.125rem;
  height: 12.125rem;
  background-image: url(../images/cta_pop.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-cta__image::before {
    width: 5.6875rem;
    height: 5.6875rem;
    -webkit-transform: translate(-8%, 13%);
            transform: translate(-8%, 13%);
  }
}
@media screen and (max-width: 600px) {
  .c-cta__image::before {
    width: 4.875rem;
    height: 4.875rem;
    -webkit-transform: translate(-24%, -4%);
            transform: translate(-24%, -4%);
  }
}

.c-cta__image img,
.cta__image picture {
  width: 100%;
  height: auto;
}

.c-video {
  max-width: 46.6875rem;
  height: 26rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-video {
    width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
    padding-bottom: 56.25%;
  }
}

.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ac {
  padding-top: 9.125rem;
  padding-bottom: 9.125rem;
  background-image: url(../images/ac_bg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ac {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    background-size: contain;
  }
}

.p-ac__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 69.75rem;
}
@media screen and (max-width: 767px) {
  .p-ac__inner {
    padding-inline: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ac__inner {
    padding-inline: 0.6875rem;
  }
}

.p-ac__title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.18;
  display: inline-block;
  padding: 0 0.625rem;
  margin-bottom: 4.8125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff69f));
  background: linear-gradient(transparent 60%, #fff69f 60%);
}
@media screen and (max-width: 767px) {
  .p-ac__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.28;
    background: none;
    margin-bottom: 2.6875rem;
  }
}

.p-ac__title-marker {
  background: none;
}
@media screen and (max-width: 767px) {
  .p-ac__title-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff69f));
    background: linear-gradient(transparent 60%, #fff69f 60%);
  }
}

.p-ac__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-ac__lead {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625;
    margin-bottom: 3.125rem;
  }
}

.p-ac__lead p {
  padding-bottom: 1rem;
}
.p-ac__lead p:last-child {
  padding-bottom: 0;
}

.p-ac__grid {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-ac__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ac__grid {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.p-ac__card {
  padding: 2rem 1.5rem 2.375rem;
  background-color: #fff;
  border: 2px solid #514846;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-ac__card {
    padding: 2.625rem 1.25rem 3.6875rem;
  }
}

.p-ac__card-title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.17em;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-ac__card-title {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ac__card-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.17em;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ac__card-title {
    font-size: 1.5rem;
  }
}

.p-ac__card-title span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.17em;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-ac__card-title span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ac__card-title span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.88;
    letter-spacing: 0.17em;
    margin-bottom: 1.1875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ac__card-title span {
    font-size: 1.125rem;
  }
}

.p-ac__card-image {
  height: 12.9375rem;
  max-width: 12.875rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-ac__card-image {
    height: 10rem;
    width: 10rem;
    margin-bottom: 1.25rem;
  }
}

.p-ac__card-image img {
  width: 100%;
  height: auto;
}

.p-ac__card-text {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-ac__card-text {
    line-height: 1.625;
  }
}

.p-ac__footer-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-ac__footer-text {
    font-size: 1rem;
    line-height: 1.625;
    text-align: left;
  }
}

.p-ac__footer-text p {
  padding-bottom: 1rem;
}
.p-ac__footer-text p:last-child {
  padding-bottom: 0;
}

.p-area {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
  background-color: #fff;
  color: #514846;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}

.p-area__inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-area__inner {
    padding-inline: 0.9375rem;
  }
}

.p-area__title {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-area__title {
    font-size: 1.125rem;
    line-height: 1.22;
    margin-bottom: 2.75rem;
  }
}

.p-area__title-sub {
  font-size: 1.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-area__title-sub {
    font-size: 1.125rem;
  }
}

.p-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    gap: 0.75rem;
  }
}

.p-area__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* 地方名ラベル */
.p-area__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 8.75rem;
  background-color: #f0f0f0;
  color: #0066ff;
  font-weight: 500;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-area__region {
    width: 5rem;
    padding-left: 0.625rem;
  }
}

.p-area__region::after {
  content: "";
  position: absolute;
  right: -0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.9375rem solid #f0f0f0;
  z-index: 1;
}

/* 都道府県リスト本体 */
.p-area__prefs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  padding-left: 1.25rem; /* 三角形との距離を考慮 */
  margin: 0;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-area__prefs {
    gap: 0.5rem;
  }
}

.p-area__prefs-item {
  margin: 0;
  padding: 0;
}

.p-area__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0.8125rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  color: #4a76ff;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.p-area__link:hover {
  opacity: 0.5;
}

.p-fv {
  width: 100%;
  position: relative;
}
.p-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    background-image: url(../images/fv_bg-sp.webp);
    background-repeat: repeat;
  }
}

/* --- 上部パーツ --- */
.p-fv__top {
  position: relative;
}

.p-fv__target-call {
  position: relative;
  padding-top: 2.0625rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .p-fv__target-call {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}

.p-fv__target-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.5625rem;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__target-background {
    height: 9.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__target-background {
    height: 9.0625rem;
  }
}

.p-fv__arrow-wrapper {
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__arrow-wrapper {
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__arrow-wrapper {
    bottom: -2rem;
  }
}

.p-fv__target-arrow {
  width: 2.1875rem;
  height: 1.875rem;
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__target-arrow {
    margin-bottom: 1.25rem;
    width: 1.0625rem;
    height: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__target-arrow {
    margin-bottom: 1.375rem;
  }
}

.p-fv__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__checklist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0rem;
  }
}

.p-fv__checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "筑紫A丸ゴシック", sans-serif;
  gap: 1.26875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__checklist-item {
    gap: 0.375rem;
  }
}

.p-fv__check-icon {
  display: inline-block;
  background-image: url(../images/checkbox.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  width: 2.375rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__check-icon {
    width: 1.625rem;
    height: 1.25rem;
  }
}

.p-fv__checklist-text {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__checklist-text {
    font-size: 1rem;
  }
}

.p-fv__underline {
  position: relative;
  display: inline-block;
}
.p-fv__underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 100%;
  height: 0.125rem;
  background-color: #514846;
}
@media screen and (max-width: 600px) {
  .p-fv__underline::after {
    bottom: -0.0625rem;
  }
}

.p-fv__copy {
  position: relative;
  margin-top: 0.3125rem;
  font-family: "筑紫A丸ゴシック", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.6944;
  text-align: center;
  color: #4B5FA0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff69f));
  background: linear-gradient(transparent 60%, #fff69f 60%);
  display: inline-block;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    margin-top: 1.0625rem;
    font-size: 1.375rem;
    line-height: 1.27;
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__copy {
    margin-top: 0.625rem;
  }
}

/* --- メインコンテンツエリア --- */
.p-fv__main {
  position: relative;
  padding-top: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-fv__main {
    padding-top: 2.125rem;
  }
}

.p-fv__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-inline: 0.625rem;
  }
}

.p-fv__flex-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "content visual";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.625rem;
  gap: 0rem;
}
@media screen and (max-width: 1024px) {
  .p-fv__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__flex-container {
    gap: 0rem;
  }
}

.p-fv__body {
  grid-area: content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__body {
    grid-area: content;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem;
    margin-bottom: 0;
  }
}

.p-fv__content {
  top: 17.8125rem;
  left: 25.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    position: static;
    width: auto;
    text-align: center;
    padding-bottom: 0.625rem;
  }
}

/* アダルトチルドレンを一緒に克服して */
.p-fv__content-text {
  font-family: "筑紫A丸ゴシック", sans-serif;
  color: #514846;
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .p-fv__content-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__content-text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__content-text {
    font-size: 1.125rem;
  }
}

/* 毎日が幸せに溢れる日常 */
.p-fv__content-text--orange {
  color: #F79219;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__content-text--orange {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__content-text--orange {
    font-size: 1.5rem;
  }
}

/* サービスボックス オンラインカウンセリング克服 */
.p-fv__service-box {
  position: relative;
  padding-top: 2.9375rem;
  padding-bottom: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__service-box {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
}
.p-fv__service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44.1875rem;
  height: 11.4375rem;
  background-image: url(../images/fv-frame.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-fv__service-box::before {
    width: 38.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__service-box::before {
    width: 29.4375rem;
    height: 8.125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__service-box::before {
    width: 22.5rem;
  }
}

.p-fv__service-label-wrapper {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  width: 16.4375rem;
  height: 2.3125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F79219;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
          clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-fv__service-label-wrapper {
    top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__service-label-wrapper {
    width: 11.625rem;
    height: 1.625rem;
    top: -0.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__service-label-wrapper {
    top: 0.4375rem;
  }
}

.p-fv__service-label {
  font-family: "筑紫A丸ゴシック", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-fv__service-label {
    font-size: 1.125rem;
    line-height: 1.72;
  }
}

.p-fv__service-title {
  font-family: "筑紫A丸ゴシック", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv__service-title {
    padding: 1.25rem 0 1rem;
  }
}

.p-fv__service-title-main {
  font-size: 2.75rem;
  font-weight: 700;
  color: #F79219;
  font-family: "筑紫A丸ゴシック", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__service-title-main {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__service-title-main {
    font-size: 1.75rem;
  }
}

.p-fv__service-title-sub {
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "筑紫A丸ゴシック", sans-serif;
  color: #7C695B;
  line-height: 1.7142;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__service-title-sub {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

/* 特徴ボックス */
.p-fv__features {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 149fr 149fr 274fr;
  grid-template-areas: "item1 item2 item3";
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__features {
    display: none;
  }
}

.p-fv__bottom.u-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 21.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-fv__bottom.u-mobile {
    gap: 0;
    max-width: 21.875rem;
  }
}

.p-fv__features--sp.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__features--sp.u-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    display: grid;
    grid-area: features;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item2" "item3 item3";
    gap: 0.25rem 0.25rem;
    margin: 0;
    max-width: 15.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 200;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
  }
}

.p-fv__features--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
}

/* 共通アイテム設定 */
.p-fv__feature-item {
  background-color: #7C695B;
  border: 0.3125rem solid #C1B3A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.375rem 0.25rem;
  color: #fff;
  font-family: "筑紫A丸ゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-fv__feature-item:nth-child(1) {
  grid-area: item1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item:nth-child(1) {
    width: 7.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item:nth-child(1) {
    width: 6.4375rem;
    height: 4.375rem;
  }
}
.p-fv__feature-item:nth-child(2) {
  grid-area: item2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item:nth-child(2) {
    width: 7.6875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item:nth-child(2) {
    width: 6.4375rem;
    height: 4.375rem;
  }
}
.p-fv__feature-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: item3;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item:nth-child(3) {
    width: 15.5625rem;
    height: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item:nth-child(3) {
    width: 13.125rem;
  }
}

/* テキストスタイル：共通 */
.p-fv__feature-item__label,
.p-fv__feature-item__value {
  margin: 0;
}

/* 1つ目：顔出しナシ / OK */
.p-fv__feature-item__label {
  font-size: 1.625rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__label {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item__label {
    font-size: 1rem;
    line-height: 1.3;
  }
}

/* OK */
.p-fv__feature-item__value {
  font-size: 2.5625rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__value {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item__value {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

/* 2つ目：20 / の実績 */
.p-fv__feature-item__label--2 {
  font-size: 2.625rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__label--2 {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item__label--2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

/* 年 */
.p-fv__feature-item__label-sub {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__label-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__label-sub {
    font-size: 1rem;
  }
}

.p-fv__feature-item__value--2 {
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__value--2 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item__value--2 {
    line-height: 1.5;
  }
}

/* 3つ目：アダルトチルドレン専門家 */
.p-fv__feature-item__label--3 {
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item__label--3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__feature-item__label--3 {
    font-size: 1rem;
    line-height: 2.1875rem;
  }
}

/* ===== 右側ビジュアル ===== */
.p-fv__visual {
  grid-area: visual;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200%;
  max-width: 45.0625rem;
  margin-left: -12.875rem;
  margin-top: -2.625rem;
  z-index: 50;
}
@media screen and (max-width: 1440px) {
  .p-fv__visual {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__visual {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__visual--sp.u-mobile {
    grid-area: visual;
    width: 71%;
    margin-top: -1.25rem;
    margin-left: -1.75rem;
    max-width: none;
    z-index: 150;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__visual--sp.u-mobile {
    width: 64%;
    margin-top: -1.25rem;
    margin-right: -2.5rem;
  }
}

.p-fv__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.p-fv__lead-wrap {
  background-color: #F79219;
  text-align: center;
}

.p-fv__lead {
  color: #fff;
  font-size: 2.0625rem;
  letter-spacing: 0.12em;
  line-height: 1.65;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    font-size: 1.375rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
}

.p-message {
  background-image: url("../images/message_bg.webp");
  background-size: cover;
}

/* ヘッダー部分（オレンジ背景） */
.p-message__header {
  background-color: #F79219;
  padding-block: 4.125rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__header {
    padding-top: 3.1875rem;
    padding-bottom: 3.1875rem;
  }
}

/* 下向きの三角形（吹き出し風の装飾） */
.p-message__header::after {
  content: "";
  position: absolute;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.75rem solid #F79219;
}

.p-message__title {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

/* ボディ部分 */
.p-message__body {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-message__inner {
  max-width: 52.875rem;
  margin: 0 auto;
  text-align: center;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding-inline: 0.625rem;
  }
}

.p-message__text {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #514846;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 1rem;
    line-height: 1.62;
    margin-bottom: 1rem;
  }
}

.p-message__text:last-child {
  margin-bottom: 0;
}

/* 中央の画像装飾 */
.p-message__image-wrapper {
  margin-top: 2.8125rem;
  margin-bottom: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-message__image-wrapper {
    margin-top: 2rem;
    margin-bottom: 2.4375rem;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-message__image-wrapper {
    width: 100%;
  }
}

.p-message__image img {
  width: 100%;
  height: auto;
}

.p-parent {
  padding-top: 9.0625rem;
  padding-bottom: 9.0625rem;
  background-image: url(../images/parent_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-parent {
    padding-top: 4.3125rem;
    padding-bottom: 4.3125rem;
  }
}

.p-parent__description {
  color: #514846;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-parent__description {
    font-size: 1rem;
    margin-bottom: 1.0625rem;
  }
}

.p-parent__main-title {
  color: #F79219;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-parent__main-title {
    font-size: 2rem;
    margin-bottom: 2.9375rem;
  }
}
.p-parent__main-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35.8125rem;
  height: 4.75rem;
  background-image: url(../images/parent_leaf.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-parent__main-title::before {
    width: 25.3125rem;
    height: 3.1875rem;
    top: 80%;
  }
}
@media screen and (max-width: 600px) {
  .p-parent__main-title::before {
    width: 22.5rem;
    height: 2.3125rem;
  }
}

.p-parent__inner {
  padding-inline: 2.5rem;
  margin: auto;
  max-width: 54.25rem;
}
@media screen and (max-width: 767px) {
  .p-parent__inner {
    padding-inline: 1.25rem;
    max-width: 27.8125rem;
  }
}

.p-parent__introduction,
.p-parent__introduction--bold {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6111;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-parent__introduction,
  .p-parent__introduction--bold {
    font-size: 1rem;
  }
}

.p-parent__introduction--bold {
  font-weight: 700;
  margin-bottom: 0;
}

.p-profile {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  background-image: url(../images/profile_bg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
}

.p-profile__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 70rem;
}
@media screen and (max-width: 767px) {
  .p-profile__inner {
    padding-inline: 0.625rem;
  }
}

.p-profile__title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.18;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__title {
    font-size: 1.75rem;
    line-height: 1.28;
  }
}

.p-profile__title-sub {
  font-size: 1.4375rem;
  line-height: 1.3;
  margin-bottom: 1.625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-profile__title-sub {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 1.5rem;
  }
}
.p-profile__title-sub::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.9375rem);
  left: calc(50% + 4.6875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.9375rem;
  height: 3.375rem;
  background-image: url(../images/profile_circle-yellow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-profile__title-sub::before {
    left: calc(50% + 6.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-profile__title-sub::before {
    width: 3.5rem;
    height: 2.4375rem;
  }
}

.p-profile__main {
  display: block;
  position: relative;
}

.p-profile__main-inner {
  padding: 5.5rem 10.8125rem;
  text-align: center;
  min-height: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-profile__main-inner {
    padding: 3.125rem 0.625rem;
  }
}
.p-profile__main-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62.5rem;
  height: 32rem;
  background-image: url(../images/profile_bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile__main-inner::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 45.375rem;
    height: 28.125rem;
    top: calc(50% + 8.5rem);
    left: 50%;
  }
}
.p-profile__main-inner::after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5rem);
  left: calc(50% - 26.875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.5rem;
  height: 5.8125rem;
  background-image: url(../images/profile_circle-orange.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile__main-inner::after {
    top: calc(50% - 12.5rem);
    left: calc(50% - 8.125rem);
    width: 4.625rem;
    height: 4.1875rem;
  }
}

.p-profile__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222;
  letter-spacing: 0.17em;
  margin-bottom: 1.6875rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-profile__lead {
    font-size: 1rem;
    line-height: 1.21;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

.p-profile__name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.17em;
  margin-bottom: 3.6875rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.p-profile__name-en {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.17em;
  margin-left: 3.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-profile__name-en {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__name-en {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__details {
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.p-profile__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.8125rem;
  margin-bottom: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-profile__detail-item {
    gap: 1.125rem;
    margin-bottom: 1.4375rem;
  }
}

.p-profile__detail-item dt {
  width: 4.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #F79219;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.333;
}
@media screen and (max-width: 767px) {
  .p-profile__detail-item dt {
    width: 4.125rem;
    font-size: 1rem;
    line-height: 2.6;
  }
}

.p-profile__detail-item dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-profile__detail-item dd {
    font-size: 1rem;
    line-height: 1.85;
  }
}

.p-profile__main-image {
  position: relative;
}
.p-profile__main-image::before {
  content: "";
  position: absolute;
  top: calc(50% - 17.5rem);
  left: calc(50% + 17.5rem);
  width: 36.25rem;
  height: 36.25rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/profile_image01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile__main-image::before {
    top: calc(50% + 6.25rem);
    left: 50%;
    width: 26.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__video {
    margin-top: 19rem;
  }
}

.p-profile__story {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  border: 1px solid #514846;
  padding: 2.6875rem 2.3125rem 2.5rem 1.5625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-profile__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0.875rem 4.1875rem;
    line-height: 1.65;
  }
}
.p-profile__story::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  border: 0.625rem solid #514846;
  z-index: -1;
}
.p-profile__story-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.p-profile__story-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-profile__story-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-profile__story-text p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  color: #514846;
}
.p-profile__story-text p:last-child {
  margin-bottom: 0;
}

.p-qa {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  background-color: #fff;
  color: #514846;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
  }
}

.p-qa__inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-qa__inner {
    padding-inline: 0.9375rem;
  }
}

/* セクションタイトル */
.p-qa__title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 6.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-qa__title {
    font-size: 1.75rem;
    margin-bottom: 6.5rem;
  }
}

.p-qa__title::after {
  content: "";
  position: absolute;
  bottom: -2.28125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.375rem;
  height: 0.25rem;
  background-color: #F79219;
}
@media screen and (max-width: 767px) {
  .p-qa__title::after {
    bottom: -2.40625rem;
    width: 4.75rem;
  }
}

/* リスト全体の境界線設定 */
.p-qa__item {
  border-top: 1px solid #C1B3A7;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-qa__item {
    padding-top: 2.6875rem;
    padding-bottom: 1.875rem;
  }
}

.p-qa__item:last-child {
  border-bottom: 1px solid #C1B3A7;
}

/* 質問(Q)部分 */
.p-qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-qa__question {
    margin-bottom: 1.8125rem;
  }
}

.p-qa__icon-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #F79219;
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  margin-right: 1.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-qa__question-text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-qa__question-text {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

/* 回答(A)部分 */
.p-qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-qa__icon-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #F79219;
  color: #F79219;
  font-weight: 700;
  font-size: 1.625rem;
  margin-right: 1.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-qa__answer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-qa__text {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 1rem;
}

.p-qa__text:last-child {
  margin-bottom: 0;
}

/* 中のリスト（箇条書き） */
.p-qa__sub-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.p-qa__sub-list li {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.p-reason {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
  background-image: url(../images/worry_bg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 4.9375rem;
    padding-bottom: 4.9375rem;
    background-size: 47.9375rem;
  }
}

.p-reason__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 69.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-inline: 0.9375rem;
  }
}

.p-reason__title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.18;
  display: inline-block;
  padding: 0 0.625rem;
  margin-bottom: 3.5625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.5625rem;
    margin-bottom: 2.3125rem;
  }
}

.p-reason__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 2.8125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__lead {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 4.375rem;
  }
}

.p-reason__grid {
  display: grid;
  gap: 3.29375rem 0.5875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-reason__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.29375rem 0.5875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-reason__grid {
    grid-template-columns: 1fr;
    gap: 3.29375rem;
  }
}

.p-reason__card {
  position: relative;
  padding: 3.125rem 1.4375rem 2.9375rem;
  background-color: #fff;
  border: 2px solid #514846;
  border-radius: 1.25rem;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
@media screen and (max-width: 767px) {
  .p-reason__card {
    padding: 3.45625rem 1rem;
  }
}

.p-reason__card-number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card-number {
    width: 5rem;
  }
}

.p-reason__card-number img {
  width: 100%;
  height: auto;
}

.p-reason__card-title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: 0.17em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4em;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-reason__card-title {
    font-size: 1.1875rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-reason__card-title {
    font-size: 1.5rem;
  }
}

.p-reason__card-image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card-image {
    width: 12.0625rem;
  }
}

.p-reason__card-image img {
  max-height: 100%;
  width: auto;
  display: block;
}

.p-reason__card-text {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-reason__card-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-recommend {
  background-color: #F2F2F2;
  padding-block: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-block: 2.8125rem;
  }
}

.p-recommend__inner {
  max-width: 42.375rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__inner {
    padding-inline: 0.9375rem;
  }
}

/* タイトルエリア */
.p-recommend__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.375rem;
  margin-bottom: 2.4375rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recommend__title {
    gap: 2.70625rem;
    margin-bottom: 1.375rem;
    text-align: center;
    font-size: 1.375rem;
  }
}

.p-recommend__title::before,
.p-recommend__title::after {
  content: "";
  width: 2px;
  height: 6.875rem;
  background-color: #707070;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.p-recommend__title::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

/* コンテンツボックス */
.p-recommend__box {
  background-color: #fff;
  border: 2px solid;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__box {
    margin-bottom: 1rem;
  }
}

.p-recommend__box--negative {
  border-color: #6A78BA;
}

.p-recommend__box--negative .p-recommend__box-header {
  background-color: #6A78BA;
}
.p-recommend__box--negative .p-recommend__box-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.25rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.53125rem;
  height: 2.53125rem;
  background-image: url(../images/batsu.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recommend__box--negative .p-recommend__box-header::before {
    left: 1.875rem;
  }
}

.p-recommend__box--positive {
  border-color: #F47D6A;
  margin-bottom: 0;
}

.p-recommend__box--positive .p-recommend__box-header {
  background-color: #F47D6A;
}
.p-recommend__box--positive .p-recommend__box-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.25rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.53125rem;
  height: 2.53125rem;
  background-image: url(../images/maru.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recommend__box--positive .p-recommend__box-header::before {
    left: 1.875rem;
  }
}

/* ボックスヘッダー */
.p-recommend__box-header {
  padding-block: 1.75rem 1.5625rem;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recommend__box-header {
    padding-block: 1.3125rem 1.21875rem;
  }
}

.p-recommend__box-title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-recommend__box-title {
    font-size: 1.1875rem;
    display: block;
    padding-left: 25px;
  }
}

/* ボックスボディ */
.p-recommend__box-body {
  padding: 3.75rem 4.25rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-recommend__box-body {
    padding-top: 2.8125rem;
    padding-inline: 0.625rem;
  }
}

/* テキスト要素 */
.p-recommend__text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.p-recommend__text:last-child {
  margin-bottom: 0;
}

/* リスト要素 */
.p-recommend__list {
  list-style: none;
  padding: 0;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__list {
    margin-top: 2rem;
  }
}

.p-recommend__list-item {
  position: relative;
  padding-left: 2.625rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
}
.p-recommend__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recommend__list-item {
    margin-bottom: 1.4375rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .p-recommend__list-item {
    padding-left: 2.125rem;
  }
}

.p-recommend__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8125rem;
  height: 1.41875rem;
  background-image: url("../images/checkbox.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-solution {
  position: relative;
  background: url("../images/solution_bg01.webp") no-repeat center top/contain;
  width: 100%;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
  background-color: #F2F2F2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding-top: 6.375rem;
    padding-bottom: 6.375rem;
  }
}

.p-solution__bg-bottom {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 83.4375rem;
  background: url("../images/solution_bg02.webp") no-repeat center bottom/cover;
  z-index: -1;
}

.p-solution__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 58.75rem;
}
@media screen and (max-width: 767px) {
  .p-solution__inner {
    padding-inline: 0.6875rem;
  }
}

h2.p-solution__title {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4.3125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  h2.p-solution__title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    margin-bottom: 3.875rem;
  }
}

.p-solution__title span {
  font-size: 2.375rem;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-solution__title span {
    font-size: 1.75rem;
    line-height: 1.28;
  }
}

.p-solution__box {
  max-width: 56.25rem;
  margin: 0 auto;
  background: #fff;
  border: 0.125rem solid #F47D6A;
  position: relative;
  z-index: 1;
}

.p-solution__box-head {
  background-color: #F47D6A;
  color: #fff;
  text-align: center;
  padding-block: 3.6875rem 3.6875rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__box-head {
    padding-block: 3.0625rem 1.8125rem;
    font-size: 1.375rem;
    letter-spacing: 0.12em;
  }
}

.p-solution__box-head::after {
  content: "";
  position: absolute;
  bottom: -1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: #F47D6A transparent transparent transparent;
}

.p-solution__content {
  padding-block: 6.25rem 4.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__content {
    padding-block: 3.8125rem 4.0625rem;
  }
}

.p-solution__lead {
  font-size: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-solution__lead {
    margin-bottom: 3.875rem;
  }
}

.p-solution__catch-frame {
  display: inline-block;
  position: relative;
}
.p-solution__catch-frame::before {
  content: "";
  position: absolute;
  width: 51.3125rem;
  height: 7.825rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/solution_point.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-solution__catch-frame::before {
    width: 23.125rem;
    height: 7.625rem;
    background-image: url(../images/solution_point-sp.webp);
    top: 27%;
  }
}
@media screen and (max-width: 600px) {
  .p-solution__catch-frame::before {
    width: 18.75rem;
  }
}

.p-solution__catch {
  color: #6A78BA;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__catch {
    margin-bottom: 2.1875rem;
    font-size: 1rem;
  }
}

.p-solution__text-center {
  margin-bottom: 1.5rem;
}

.p-solution__highlight {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff069));
  background: linear-gradient(transparent 60%, #fff069 60%);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.p-solution__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.09375rem;
  margin-bottom: 2.0625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-solution__comment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.29375rem;
    margin-bottom: 2.75rem;
    margin-top: 2.75rem;
  }
}

.p-solution__comment-img {
  width: 9.875rem;
  height: 9.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-solution__comment-img {
    width: 4.8125rem;
    height: 4.8125rem;
  }
}

.p-solution__comment-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-solution__comment-balloon {
  position: relative;
  background: #FFFEE1;
  border: 0.125rem solid #514846;
  border-radius: 0.625rem;
  padding: 2rem 1.875rem 2rem 3rem;
  text-align: left;
  width: 32.6875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__comment-balloon {
    width: 18.1875rem;
    padding-block: 2rem;
    padding-inline: 1rem;
    border-radius: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-solution__comment-balloon {
    width: 15rem;
    padding-inline: 0.875rem;
  }
}

.p-solution__comment-balloon p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-solution__comment-balloon p {
    font-size: 1rem;
    font-weight: 700;
  }
}

.p-solution__comment-balloon::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 0.625rem 0.9375rem 0.625rem 0;
  border-color: transparent #514846 transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-solution__comment-balloon::before {
    display: block;
    overflow: visible;
  }
}

.p-solution__comment-balloon::after {
  content: "";
  position: absolute;
  left: -0.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 0.625rem 0.9375rem 0.625rem 0;
  border-color: transparent #FFFEE1 transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-solution__comment-balloon::after {
    left: -0.8125rem;
    border-width: 0.625rem 0.9375rem 0.625rem 0;
  }
}

.p-solution__description {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.p-solution__description:last-child {
  margin-bottom: 0;
}

.p-solution__important {
  color: #F47D6A;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 3.4375rem;
  margin-bottom: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__important {
    margin-top: 2.9375rem;
    margin-bottom: 3.25rem;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}

.p-solution__footer-text {
  font-weight: 700;
  font-size: 1rem;
}

.p-solution__footer-text .u-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff069));
  background: linear-gradient(transparent 60%, #fff069 60%);
}

.p-story {
  background-color: #F2F2F2;
  padding-bottom: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-story {
    padding-bottom: 3.25rem;
  }
}

.p-story__title--head {
  padding-block: 5.8125rem;
  background-color: #999999;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-story__title--head {
    padding-block: 3.25rem;
  }
}

.p-story__title {
  font-size: 2.375rem;
  line-height: 1.47;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-story__title {
    font-size: 1.375rem;
  }
}

.p-story__sub-title {
  display: block;
  font-size: 1.625rem;
  line-height: 1.1;
  padding-bottom: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-story__sub-title {
    font-size: 1.375rem;
  }
}

.p-story__inner {
  margin: 0 auto;
  max-width: 66.75rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-story__inner {
    padding-inline: 0.75rem;
  }
}

.p-story__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 3.09375rem;
  margin-top: 2.9375rem;
  position: relative;
  margin-bottom: 3.40625rem;
}
@media screen and (max-width: 767px) {
  .p-story__lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.35rem;
    margin-top: 2.25rem;
    position: relative;
    margin-bottom: 2.2125rem;
  }
}
.p-story__lead:last-child {
  margin-bottom: 0;
}

.p-story__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.875rem;
  height: 9.875rem;
}
@media screen and (max-width: 767px) {
  .p-story__avatar {
    width: 4.8125rem;
    height: 4.8125rem;
  }
}
.p-story__avatar img {
  width: 100%;
  height: auto;
}

.p-story__bubble {
  background-color: #fff;
  position: relative;
  border: 2px solid #514846;
  padding-left: 3.03125rem;
  padding-block: 1.875rem;
  width: 42.625rem;
  border-radius: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-story__bubble {
    width: 19.8125rem;
    padding-left: 1.25rem;
    padding-right: 0.625rem;
    padding-block: 2rem;
  }
}
.p-story__bubble::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 1.25rem solid #514846;
}
.p-story__bubble::after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 1.125rem solid #fff;
}

.p-story__bubble p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-story__bubble p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-story__lead {
    position: relative;
  }
  .p-story__lead::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #707070;
    z-index: -1;
  }
}

.p-story__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-story__text {
    position: relative;
    padding-left: 1.1875rem;
    padding-right: 0.6875rem;
    margin-left: 0.9375rem;
    line-height: 1.625;
  }
  .p-story__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #707070;
  }
}
.p-story__text p {
  margin-bottom: 1em;
}
.p-story__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-story__image {
    margin-left: 0;
    width: 100%;
    position: relative;
    padding-inline: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* エピソードブロック */
.p-story__block {
  margin-bottom: 3.75rem;
  border-left: 1px solid #707070;
  margin-left: 2.59375rem;
  padding-left: 1.84375rem;
}
@media screen and (max-width: 767px) {
  .p-story__block {
    margin: 0;
    border-left: none;
    padding-left: 0;
  }
}

.p-story__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-bottom: 2.4375rem;
  font-weight: 700;
  position: relative;
  margin-left: 1.9375rem;
  line-height: 1.214;
  color: #6A78BA;
}
@media screen and (max-width: 767px) {
  .p-story__subtitle {
    font-size: 1.375rem;
    margin-bottom: 1.4375rem;
    margin-left: 0.375rem;
    margin-top: 1.875rem;
    line-height: 1.5;
  }
}
.p-story__subtitle::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1.9375rem;
  border: 1px solid #6A78BA;
  background-color: #6A78BA;
  top: 50%;
  left: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-story__subtitle::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 1.5625rem;
  }
}

/* テキストと画像の並列（交互） */
.p-story__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4375rem;
  margin-bottom: 2.65625rem;
}
@media screen and (max-width: 767px) {
  .p-story__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.53125rem;
  }
}
.p-story__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-story__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-story__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-story__image {
    width: 100%;
  }
}
.p-story__image img {
  width: 100%;
  height: auto;
}

.p-voice {
  position: relative;
  background-color: #F2F2F2;
  background-image: url("../images/voice_back1.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
    background-image: url("../images/voice_back1-sp.webp");
    background-size: contain;
    background-color: #fff;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/voice_back2.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice::before {
    background-image: url("../images/voice_back2-sp.webp");
    background-size: contain;
  }
}

.p-voice__inner {
  padding-inline: 1.25rem;
  margin: 0 auto;
  max-width: 58.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-inline: 0.6875rem;
  }
}

.p-voice__title--head {
  padding-bottom: 5.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__title--head {
    padding-top: 0;
  }
}

.p-voice__title {
  font-size: 2.375rem;
  line-height: 1.4;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}

.p-voice__title span {
  font-size: 1.4375rem;
  padding-bottom: 1rem;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-voice__title span {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.p-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.0625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    grid-template-columns: 1fr;
    gap: 2.5625rem 0;
  }
}

.p-voice__item {
  position: relative;
  background-color: #fff;
  border: 2px solid #F47D6A;
  padding: 4.25rem 1.59375rem;
}
@media screen and (max-width: 1024px) {
  .p-voice__item {
    padding: 4.4375rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 4.4375rem 4.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-voice__item {
    padding: 4.4375rem 0.625rem;
  }
}

.p-voice__case-badge {
  position: absolute;
  top: 0;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.5rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F47D6A;
  color: #fff;
  font-family: "DIN 2014 Narrow", sans-serif;
  font-size: 1.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.44;
  padding-inline: 0.4375rem;
  white-space: nowrap;
}
.p-voice__case-badge span {
  font-size: 2.9375rem;
  letter-spacing: 0em;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .p-voice__case-badge {
    font-size: 1.6875rem;
    line-height: 1.33;
  }
}

.p-voice__item-title--warp {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-title--warp {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-voice__item-title {
  color: #F47D6A;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.44;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-title {
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
    text-align: center;
  }
}

.p-voice__item-name {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}

.p-voice__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.25rem;
}

.p-voice__video-thumb {
  width: 24.625rem;
  height: 13.9375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__video-thumb {
    width: 100%;
    height: auto;
  }
}

.p-voice__video-thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice__item-content {
  padding-inline: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-content {
    padding-inline: 0;
  }
}

.p-voice__item-content p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.p-voice__item-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-voice__item-content p {
    line-height: 1.625;
  }
}

.p-worry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-worry {
    padding-top: 3.1875rem;
    padding-bottom: 3.1875rem;
  }
}

.p-worry__inner {
  padding-inline: 1.25rem;
  margin: auto;
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-worry__inner {
    padding-inline: 0.625rem;
  }
}

.p-worry__sub-title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worry__sub-title {
    font-size: 1rem;
    line-height: 1.31;
  }
}

.p-worry__title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.1842;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-worry__title {
    font-size: 1.75rem;
    line-height: 1.28;
    margin-top: 0.625rem;
  }
}

.p-worry__lead-container {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worry__lead-container {
    margin-top: 2.0625rem;
  }
}

.p-worry__lead {
  position: relative;
  display: inline-block;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3043;
  position: relative;
  padding: 0 6.25rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-worry__lead {
    font-size: 1.125rem;
    padding: 0 2.6875rem;
  }
  .p-worry__lead::before, .p-worry__lead::after {
    width: 2px;
    height: 1.25rem;
  }
}

.p-worry__lead::before,
.p-worry__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 3.25rem;
  background-color: #514846;
}
@media screen and (max-width: 767px) {
  .p-worry__lead::before,
  .p-worry__lead::after {
    width: 1px;
    height: 2.25rem;
  }
}

.p-worry__lead::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}

.p-worry__lead::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.p-worry__card {
  width: 53.5rem;
  height: auto;
  background-color: #fff;
  padding: 1.875rem 5.125rem;
  position: relative;
  border-radius: 20px;
  border: 2px solid #514846;
  margin-bottom: 3.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-worry__card {
    width: 25.6875rem;
    padding: 2.5rem 1rem 2.5rem;
    margin-bottom: 2.625rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-worry__card {
    width: 22.1875rem;
    padding: 1.875rem 0.25rem;
    margin-bottom: 2.625rem;
  }
}

.p-worry__item {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.25;
  position: relative;
  padding-left: 5.125rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #514846), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #514846 50%, transparent 50%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-worry__item {
    font-size: 1rem;
    line-height: 3.125;
    padding-left: 2.1875rem;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #514846), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #514846 50%, transparent 50%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    padding-block: 0.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-worry__item {
    font-size: 1rem;
  }
}
.p-worry__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/checkbox.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  width: 2.375rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-worry__item::before {
    left: 0.1875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.4375rem;
    height: 1.0625rem;
  }
}

.p-worry__item--br {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-worry__item--br {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-worry__item--br-bobile {
    line-height: 1.5;
  }
}

.p-worry__image {
  width: 33.625rem;
  height: 22.4375rem;
  position: absolute;
  bottom: 0;
  right: -11.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-worry__image {
    width: 20.4375rem;
    height: 13.625rem;
    right: -6.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-worry__image {
    width: 18.75rem;
    height: 12.5rem;
    right: -6.25rem;
  }
}
.p-worry__image img {
  width: 100%;
  height: 100%;
}

.p-worry__result-title {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3043;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-worry__result-title {
    font-size: 1rem;
    line-height: 1.18;
    margin-bottom: 1rem;
  }
}

.p-worry__large {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.1842;
  margin-top: 1.625rem;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-worry__large {
    font-size: 1.5625rem;
    line-height: 1.16;
    margin-top: 1rem;
  }
}

.p-worry__highlight {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.1578;
  color: #fff;
  background-color: #F79219;
  padding: 0.625rem 1.125rem;
  margin-top: 1.1875rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-worry__highlight {
    font-size: 1.5625rem;
    line-height: 1.16;
    padding: 0.25rem 0.8125rem;
    margin-top: 0.8125rem;
    display: inline-block;
  }
}

.p-worry__description {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-worry__description {
    font-size: 1rem;
    line-height: 1.625;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-highlight {
  color: #F79219;
  font-size: 1.125rem;
  line-height: 1.555;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .u-highlight {
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 700;
  }
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff69f));
  background: linear-gradient(transparent 60%, #fff69f 60%);
  display: inline;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-nowrap {
  white-space: nowrap;
  display: inline-block;
}

/* 汎用クラス */
.u-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff000));
  background: linear-gradient(transparent 60%, #fff000 60%);
}

/* counselinglp ページのスタイル */
main.counselingservice,
.l-content.l-container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
}

/* パンくずを非表示（このCSSはcounselinglpページのみ読み込まれる） */
.c-breadcrumb,
.breadcrumb,
[class*="breadcrumb"] {
  display: none !important;
}

/* トップタイトルエリアを非表示 */
#top_title_area,
.l-topTitleArea {
  display: none !important;
}

/* ========================================
  エリアセクション
======================================== */
.p-lp-area {
  padding-block: 8rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-lp-area {
    padding-block: 4rem;
    margin-top: 6rem;
  }
}

.p-lp-area__head-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-lp-area__head-title {
    font-size: 2.2rem;
  }
}

.p-lp-area__city-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 6rem;
}

@media screen and (max-width:767px) {
  .p-lp-area__city-title {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.p-lp-area__city-list {
  margin-top: 4rem;
  background: #f7f7f7;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width:767px) {
  .p-lp-area__city-list {
    margin-top: 2rem;
    padding: 15px;
  }
}

.p-lp-area__city-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  list-style: none;
}

@media screen and (max-width:767px) {
    .p-lp-area__city-list li {
    font-size: 12px;
  }
}

.p-lp-area__city-item a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #333333;
  padding: 5px 20px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .p-lp-area__city-item a {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.page-area .p-lp-area__city-item:first-child a {
  background-color: #999;
  color: #fff;
}

.p-area__note-text {
  font-size: 1rem;
  margin-top: 1.25rem;
}


/* ========================================
  固有コンテンツセクション
======================================== */
.p-lp-area-specific {
  padding-block: 8rem;
}

@media screen and (max-width: 767px) {
  .p-lp-area-specific {
    padding-block: 4rem;
  }
}


.p-lp-area-specific__head-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
  .p-lp-area-specific__head-title {
    font-size: 1.6rem;
  }
}

.p-lp-area-specific__body {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .p-lp-area-specific__body {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.p-area__prefs--cities {
  padding-left: 0;
}


