@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: vw(1100, 16);
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #555555;
  background: #E77870;
  overflow-x: hidden;
}

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

.sp {
  display: none;
}

summary::-webkit-details-marker {
  display: none;
}

/*****************************
* 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%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1100px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-cta {
  background: url("./../images/cta-bg.webp") no-repeat center right/cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-cta {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    background: url("./../images/cta-bg.webp") no-repeat top center/cover;
  }
}

.c-cta__inner {
  max-inline-size: 65.625rem;
  inline-size: 100%;
  padding: 0 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-cta__inner {
    padding: 0 1.25rem;
  }
}

.c-cta__title {
  font-size: clamp(1rem, 0.5818661972rem + 1.7840375587vw, 2.1875rem);
  color: #fff;
  text-align: center;
}

.c-cta__price-wrapper {
  padding: 0.9375rem 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta__price-wrapper {
    max-inline-size: 40rem;
    inline-size: 100%;
  }
}

.c-cta__header {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  color: #fff;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-cta__header {
    text-align: left;
  }
}

.c-cta__price-normal-text {
  font-size: clamp(1.0625rem, 0.9964788732rem + 0.2816901408vw, 1.25rem);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta__price-normal-text {
    text-align: left;
  }
}

.c-cta__price-normal-text span {
  text-decoration: line-through;
}

.c-cta__price-first {
  color: #FFF;
  text-align: center;
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0px 15px 0px;
}
@media screen and (min-width: 768px) {
  .c-cta__price-first {
    text-align: left;
  }
}

.p-cta__price-first-text span {
  color: #FF0;
  font-size: clamp(1.875rem, 1.4788732394rem + 1.6901408451vw, 3rem);
}
.p-cta__price-dis-text {
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__price-dis-text {
    text-align: left;
  }
}

.p-cta__price-dis-text span {
  color: #FF0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cta__price-dis-text span {
    font-size: 1.75rem;
  }
}

.c-cta__list-img {
  margin-top: 0.625rem;
  inline-size: 83.2vi;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-cta__list-img {
    margin-top: 1.25rem;
    max-inline-size: 31.25rem;
    inline-size: 100%;
    margin-inline: initial;
    margin-right: auto;
  }
}

.c-cta__list-img img {
  aspect-ratio: 312/53;
  inline-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  block-size: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta__list-img img {
    aspect-ratio: 500/78;
  }
}

.c-cta__yoyaku-wrapper {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-cta__yoyaku-wrapper {
    background-color: #FFF;
    padding: 1.25rem;
    margin-top: 1.25rem;
    border-radius: 10px;
    max-inline-size: 65.625rem;
    inline-size: 100%;
    margin-inline: auto;
  }
}

.c-cta__yoyaku {
  font-size: clamp(1.0625rem, 0.8204225352rem + 1.0328638498vw, 1.75rem);
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta__yoyaku {
    color: #555555;
  }
}

.c-cta__tel {
  max-inline-size: 31.25rem;
  inline-size: 83.2vi;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-cta__tel {
    max-inline-size: 60.625rem;
    inline-size: 100%;
  }
}

.c-cta__tel img {
  aspect-ratio: 312/63;
  inline-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  block-size: 100%;
  -webkit-animation: huruhu 0.5s linear infinite;
          animation: huruhu 0.5s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-cta__tel img {
    aspect-ratio: 970/90;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes huruhu {
  0% {
    -webkit-transform: translateY(1px) rotateZ(1deg);
            transform: translateY(1px) rotateZ(1deg);
  }
  25% {
    -webkit-transform: translateY(-1px) rotateZ(-1deg);
            transform: translateY(-1px) rotateZ(-1deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotateZ(1deg);
            transform: translateY(1px) rotateZ(1deg);
  }
  75% {
    -webkit-transform: translateY(-1px) rotateZ(-1deg);
            transform: translateY(-1px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translateY(1px) rotateZ(1deg);
            transform: translateY(1px) rotateZ(1deg);
  }
}

@keyframes huruhu {
  0% {
    -webkit-transform: translateY(1px) rotateZ(1deg);
            transform: translateY(1px) rotateZ(1deg);
  }
  25% {
    -webkit-transform: translateY(-1px) rotateZ(-1deg);
            transform: translateY(-1px) rotateZ(-1deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotateZ(1deg);
            transform: translateY(1px) rotateZ(1deg);
  }
  75% {
    -webkit-transform: translateY(-1px) rotateZ(-1deg);
            transform: translateY(-1px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translateY(1px) rotateZ(1deg);
            transform: translateY(1px) rotateZ(1deg);
  }
}
.c-cta__yoyaku-info {
  margin-top: 0.625rem;
}

.c-cta__yoyaku-info-text {
  font-size: clamp(1.0625rem, 0.8644366197rem + 0.8450704225vw, 1.625rem);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta__yoyaku-info-text {
    color: #555555;
  }
}

.c-cta__yoyaku-info-small {
  font-size: clamp(0.6875rem, 0.599471831rem + 0.3755868545vw, 0.9375rem);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-cta__yoyaku-info-small {
    color: #555555;
    text-align: center;
    margin-top: 0.625rem;
  }
}

.c-cta__line-sp {
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
.c-cta__line-sp1 img {
  inline-size: 100%;
  aspect-ratio: 312/195;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.c-cta__line-sp2 img {
  inline-size: 100%;
  aspect-ratio: 312/88;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.c-cta__line-sp3 img {
  inline-size: 100%;
  aspect-ratio: 312/97;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.c-cta__line-pc {
  margin-top: 3rem;
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
}

.c-cta__line-pc img {
  aspect-ratio: 1050/290;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}

.c-title__header {
  background: url("../images/media.webp");
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .c-title__header {
    background: none;
    margin-inline: 0;
    width: 100%;
  }
}

.c-title {
  font-size: clamp(1.5rem, 1.1919014085rem + 1.3145539906vw, 2.375rem);
  font-family: "yu-mincho-pr6n", sans-serif;
  text-align: center;
  line-height: 2;
  color: #E77870;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .c-title {
    padding: 0 0 0.9375rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c-title::before {
    content: "";
    inline-size: 6.25rem;
    block-size: 1px;
    background: #E77870;
    display: block;
    margin-inline: auto;
  }
}

.c-title__en {
  font-size: 1rem;
  color: rgb(231, 120, 112);
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.p-access {
  padding: 3.75rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding: 5rem 0;
  }
}

.p-access__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-access__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-access__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-access__caption {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  margin-top: 0.9375rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access__caption {
    text-align: left;
    margin-top: 4.8125rem;
  }
}

.p-access__maparea {
  margin-inline: auto;
}

.p-access__flame {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-access__flame iframe {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 1050/450;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__link {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  color: #2266BB;
  margin-top: 2.375rem;
}

.p-access__info {
  background-color: #fff;
  padding: 0.9375rem;
  margin-top: 0;
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 10;
  border: 4px solid #EEEEEE;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    margin-top: -50px;
    max-inline-size: 54.25rem;
    inline-size: 100%;
    padding: 2.1875rem;
    margin-inline: auto;
  }
}

.p-access__content + .p-access__content {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-access__content + .p-access__content {
    margin-top: 1.875rem;
  }
}

.p-access__term {
  font-size: 1rem;
}

.p-access__address {
  font-size: 1rem;
}

.p-access__address-text {
  font-size: 1rem;
}

.p-access__img {
  inline-size: min(92vi, 868px);
  margin-inline: auto;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-access__img {
    margin-top: 2rem;
  }
}

.p-access__img img {
  aspect-ratio: 868/567;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-access__accordion {
  inline-size: 100%;
}

.p-access__summary {
  margin-top: 1.875rem;
  inline-size: min(90.1333333333vi, 767px);
  margin-inline: auto;
  border: 1px solid #018DD0;
  color: #018DD0;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-access__summary:hover {
  background-color: #018dd0;
}

.p-access__summary:hover .p-access__Q-text {
  color: #fff;
}

.p-access__summary::marker {
  content: none;
}

.p-access__Q-text {
  font-size: 1.0625rem;
  color: #018dd0;
  text-align: center;
}

.p-access__Q-icon {
  inline-size: 10px;
  block-size: 10px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: url(../images/tagarrow.webp) no-repeat center center/contain;
}

.p-access__summary:hover .p-access__Q-icon {
  background: url(../images/tagarrow2.webp) no-repeat center center/contain;
  inline-size: 10px;
  block-size: 10px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.p-access__container-title {
  color: #333;
  font-size: clamp(1.0625rem, 0.9964788732rem + 0.2816901408vw, 1.25rem);
  line-height: 1.7em;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px 0px;
}

.p-access__A-box {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  gap: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-access__A-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.625rem;
  }
}

.p-access__card {
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-access__card {
    max-inline-size: myre(300);
    position: relative;
  }
}

.p-access__card:nth-child(1)::after,
.p-access__card:nth-child(2)::after {
  content: "";
  background: url(./../images/map-arrow.webp) no-repeat center center/contain;
  inline-size: 3.125rem;
  block-size: 3.125rem;
  position: absolute;
  right: 35%;
  display: block;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-access__card:nth-child(1)::after,
  .p-access__card:nth-child(2)::after {
    top: 30%;
    right: -3.75rem;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-access__card:nth-child(3)::after {
  content: "";
  background: url(./../images/map-arrow.webp) no-repeat center center/contain;
  inline-size: 3.125rem;
  block-size: 3.125rem;
  position: absolute;
  right: 35%;
  display: block;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-access__card:nth-child(3)::after {
    content: none;
  }
}

.p-access__card-img {
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-access__card-img {
    max-inline-size: 18.75rem;
  }
}
.p-access__card-img img {
  aspect-ratio: 344/230;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-access__card-text-text {
  font-size: 1rem;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-access__card-text-text::before {
  content: attr(data-map-number);
  font-weight: 700;
  color: #FFF;
  font-size: 1.5625rem;
  display: grid;
  place-items: center;
  background-color: #E77870;
  margin-right: 5px;
  line-height: 1.2em;
  inline-size: 1.875rem;
  block-size: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-template-default {
  background-color: #fff !important;
}

.p-blogs__title {
  padding: 1.875rem 1.25rem;
  background-color: #E77870;
}

.p-blogs__title h1 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: min(80vi, 1050px);
  margin-inline: auto;
  font-size: clamp(1.3125rem, 1.1804577465rem + 0.5633802817vw, 1.6875rem);
}

.p-blogs__title h1::before {
  content: "";
  display: block;
  inline-size: 5px;
  block-size: 25px;
  background-color: #fff;
  margin-right: 0.625rem;
}

.p-blogs__content {
  background-color: #fff;
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
  margin-top: 1.875rem;
  display: grid;
  gap: 1.875rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-blogs__content {
    grid-template-columns: 700fr 300fr;
  }
}

.p-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
  padding-bottom: 3.125rem;
}

.p-post:not(:first-child) {
  padding-top: 3.125rem;
  border-top: 1px solid #DDD;
}

.p-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-post__img {
  max-inline-size: 11.25rem;
  inline-size: 100%;
}
.p-post__img img {
  aspect-ratio: 180/180;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-post__cate {
  background-color: #aaaaaa;
  color: rgb(34, 102, 187);
  display: inline;
  font-size: 0.9em;
  padding: 0.125rem 0.9375rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.p-post__time {
  font-size: 0.9em;
  color: #AAA;
}

.p-post__title {
  color: rgb(34, 102, 187);
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-post__text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-post__btn-link {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  color: rgb(34, 102, 187);
}

.p-blogs__posts {
  border-right: 1px solid #DDD;
}

.p-bonus {
  background-color: #fff;
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-bonus {
    padding: 5rem 0;
  }
}

.p-price__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-price__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-price__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-bonus__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-bonus__content {
    margin-top: 3.75rem;
  }
}

.p-bonus__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-bonus__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.6875rem;
  }
}

.p-bonus__content-img {
  inline-size: 15.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-bonus__content-img {
    margin-inline: initial;
  }
}
.p-bonus__content-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  inline-size: 100%;
  block-size: 100%;
}

.p-bonus__list {
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-bonus__list {
    gap: 3.75rem;
  }
}

.p-bonus__item-title {
  font-size: clamp(1.25rem, 1.1399647887rem + 0.4694835681vw, 1.5625rem);
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-bonus__item-title::before {
  content: attr(data-bonus-number);
  font-size: clamp(1.25rem, 1.1399647887rem + 0.4694835681vw, 1.5625rem);
  background-color: #FB9028;
  color: #FFFFFF;
  inline-size: 6.125rem;
  text-align: center;
  margin-right: 0.3125rem;
}

.p-bonus__item-text {
  margin-top: 2.5rem;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.75;
}

.p-check {
  padding: 0 1.25rem 5rem 1.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-check {
    background-image: url("../images/check-bg.webp");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 1.5625rem;
    overflow-x: hidden;
  }
}

.p-check__header {
  margin-inline: calc(50% - 50vw);
}

.p-check__read-text {
  font-size: clamp(0.9375rem, 0.8054577465rem + 0.5633802817vw, 1.3125rem);
  text-align: center;
  margin-top: 2.8125rem;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-check__read-text {
    margin-top: 2.5rem;
    padding: 0;
    border: none;
  }
}

.p-check__content {
  position: relative;
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
}

.p-check__img {
  max-inline-size: 16.125rem;
  inline-size: 100%;
  margin-inline: auto;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  margin-top: 0.9375rem;
  position: static;
}
@media screen and (min-width: 768px) {
  .p-check__img {
    position: absolute;
    top: 0;
    right: -12%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    inline-size: 19.7916666667vw;
  }
}

.p-check__img img {
  aspect-ratio: 258/356;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-check__list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-check__list {
    gap: 1.125rem;
    margin-top: 3.75rem;
  }
}

.p-check__arrow {
  display: block;
  inline-size: 2.25rem;
  block-size: 2.25rem;
  border-bottom: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-check__arrow {
    margin-top: 3.125rem;
  }
}

.p-check__item {
  font-size: clamp(0.9375rem, 0.8054577465rem + 0.5633802817vw, 1.3125rem);
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}

.p-check__item::before {
  content: "";
  background: url("../images/arrow.webp") no-repeat center;
  inline-size: 1.375rem;
  block-size: 1.375rem;
  background-size: contain;
  display: block;
  background-position: center;
	flex-shrink: 0;

}

.p-check__proposing {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin-top: 3rem;
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
}

.p-check__textarea {
  padding: 1.875rem 1.5625rem 3.75rem 1.5625rem;
  display: grid;
  gap: 1.5rem;
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
}

.p-check__text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  color: #555555;
  line-height: 1.75;
}

.p-check__footer {
  font-size: clamp(1.25rem, 1.0959507042rem + 0.6572769953vw, 1.6875rem);
  color: #E77870;
  text-align: center;
}

.p-check2 {
  padding: 3.75rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-check2 {
    padding: 5rem 0;
    background-color: #F5F5F5;
  }
}

.p-check2__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-check2__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-check2__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-check2__contents {
  display: grid;
  gap: 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-check2__contents {
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
  }
}

.p-check2__content {
  display: grid;
  grid-template-columns: subgrid;
  grid-row: span 5;
  gap: 0;
}

.p-check2__content:nth-child(2 of .p-check2__content) .p-check2__content-header {
  background-color: #E77870;
}

.p-check2__content-header {
  background-color: #888888;
  border-radius: 8px 8px 0px 0px;
}

.p-check2__content-text {
  color: #fff;
  text-align: center;
  padding: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
  font-weight: 700;
}

.p-check2__list {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 0.9375rem;
  display: grid;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-check2__list {
    padding: 1.875rem;
  }
}

.p-check2__item {
  font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
  line-height: 1.9285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-check2__item:nth-child(even) {
  font-weight: 700;
}

.p-check2__item::before {
  content: "";
  display: block;
  background: url(../images/batu.gif) no-repeat center center/contain;
  inline-size: 1.5rem;
  block-size: 1.5rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-check2__content:nth-child(2 of .p-check2__content) .p-check2__list .p-check2__item::before {
  background: url(../images/maru.gif) no-repeat center center/contain;
  inline-size: 1.5rem;
  block-size: 1.5rem;
  margin-right: 0.625rem;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-flow {
  background-color: #fff;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    background-image: url(../../assets/images/flow-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 5rem 0;
  }
}

.p-flow__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-flow__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-flow__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-flow__card-header {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 0.9375rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__card-header {
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-flow__card-header-img {
  inline-size: min(13.3333333333vi, 100px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__card-header-img {
    margin-inline: initial;
  }
}

.p-flow__card-header-img img {
  aspect-ratio: 1/1;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-flow__card-header-textarea {
  display: grid;
  gap: 0.9375rem;
}

.p-flow__card-header-title {
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__card-header-title {
    text-align: left;
    border-left: 5px solid #CCC;
    padding-left: 0.625rem;
  }
}

.p-flow__card-header-text {
  font-size: 1rem;
  font-weight: 500;
}

.p-flow__card-header-text span {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-flow__cards {
  display: grid;
  margin-top: 1.875rem;
  gap: 4.375rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-flow__cards {
    margin-top: 3.75rem;
    gap: 8.625rem;
    margin-inline: initial;
  }
}

.p-flow__card {
  background-color: #EEE;
  padding: 2.1875rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: transparent;
    gap: 1.875rem;
    padding: 0;
  }
}

.p-flow__card:not(:last-child)::after {
  content: "";
  display: block;
  inline-size: 2.375rem;
  block-size: 2.375rem;
  border-bottom: 2px solid #CCC;
  border-right: 2px solid #CCC;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__card:not(:last-child)::after {
    bottom: -4.3125rem;
    inline-size: 3.625rem;
    block-size: 3.625rem;
  }
}

.p-flow__card-img {
  inline-size: min(64.5333333333vi, 350px);
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-flow__card-img img {
  aspect-ratio: 242/163;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__card-img img {
    aspect-ratio: 350/254;
  }
}

.p-flow__card-textarea {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__card-textarea {
    margin-top: 0;
  }
}

.p-flow__card-title {
  font-size: clamp(1.25rem, 1.2059859155rem + 0.1877934272vw, 1.375rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.125rem 0;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    gap: 0.625rem;
  }
}

.p-flow__card-title::before {
  content: attr(data-flow-number);
  display: block;
  color: #E77870;
  font-size: clamp(1.875rem, 2.0070422535rem - 0.5633802817vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-flow__card-title::before {
    color: #fff;
    background-color: #E77870;
    padding: 0.375rem;
    inline-size: 2.5rem;
    block-size: 2.5rem;
    line-height: 1;
    display: grid;
    place-items: center;
  }
}

.p-flow__card-text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__card-text {
    margin-top: 1.875rem;
  }
}

.p-flow__card-text + .p-flow__card-text {
  margin-top: 1.25rem;
}

.p-flow__card-footer {
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__card-footer {
    margin-top: 0.875rem;
  }
}

.p-flow__card-footer-text {
  font-size: clamp(1.25rem, 1.0959507042rem + 0.6572769953vw, 1.6875rem);
  color: #E77870;
  font-weight: 700;
}

.p-footer {
  background-color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-footeer__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-footer__logo {
  max-inline-size: 40.5rem;
  inline-size: 100%;
  margin-inline: auto;
  margin-top: 0.625rem;
}
.p-footer__logo img {
  aspect-ratio: 648/67;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-footer__content {
  margin-top: 1.25rem;
  display: grid;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    margin-top: 1.875rem;
    grid-template-columns: 525fr 524fr;
  }
}

.p-footer__left {
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__left {
    padding-right: 2.875rem;
    border-right: 1px solid #CCC;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-footer__title {
  border-left: 5px solid #CCC;
  font-weight: 700;
  padding-left: 0.625rem;
  color: #555;
  line-height: 1.2em;
  font-size: 16px;
}

.p-footer__info-list {
  margin-top: 0.625rem;
}

.p-footer__info-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-footer__info-key {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  inline-size: 2.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__info-value {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
}

.p-footer__list-wrapper {
  margin-top: 1.25rem;
}

.p-footer__list {
  margin-top: 0.625rem;
  display: grid;
  gap: 0.625rem;
}

.p-footer__item {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-footer__item::before {
  content: "";
  display: block;
  inline-size: 0.9375rem;
  block-size: 0.9375rem;
  background-color: #8A8A8A;
  border-radius: 50%;
  -webkit-margin-end: 0.3125rem;
          margin-inline-end: 0.3125rem;
}

.p-footer__item::after {
  content: "";
  display: block;
  inline-size: 0.3125rem;
  block-size: 0.3125rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-footer__right-link {
  inline-size: min(92vi, 384px);
  border: 1px solid #018dd0;
  text-align: center;
  color: #018dd0;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 0.4375rem;
  position: relative;
  margin-inline: auto;
}

.p-footer__right-link::after {
  content: "";
  position: absolute;
  content: "";
  display: block;
  inline-size: 0.625rem;
  block-size: 0.625rem;
  border-bottom: 1px solid #018dd0;
  border-right: 1px solid #018dd0;
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-footer__post-item-title {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-footer__post-item-title::before {
  content: "";
  display: block;
  inline-size: 0.9375rem;
  block-size: 0.9375rem;
  background-color: #8A8A8A;
  border-radius: 50%;
  -webkit-margin-end: 0.3125rem;
          margin-inline-end: 0.3125rem;
}

.p-footer__post-item-title::after {
  content: "";
  display: block;
  inline-size: 0.3125rem;
  block-size: 0.3125rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-footer__link {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-footer__copyright {
  margin-top: 0.9375rem;
  font-size: clamp(0.625rem, 0.5589788732rem + 0.2816901408vw, 0.8125rem);
  text-align: center;
  display: block;
}

.p-fq {
  background-color: #fff;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-fq {
    padding: 5rem 0px 5rem 0px;
    background-color: #f5f5f5;
  }
}

.p-fq__inner {
  padding: 0 0.9375rem;
}

.p-fq__header-text {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-fq__header-text {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-fq__contents {
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
}

.p-fq__summary {
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #16AFC3;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.p-fq__summary::marker {
  content: none;
}

.p-fq__toggle-icon {
  inline-size: 20px;
  block-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: url(../images/tagarrow.webp) no-repeat center center/contain;
}

.p-fq__summary:hover .p-fq__toggle-icon {
  background: url(../images/tagarrow2.webp) no-repeat center center/contain;
  inline-size: 20px;
  block-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.p-fq__summary:hover {
  background-color: #018dd0;
}

.p-fq__summary:hover .p-voice__Q-text {
  color: #fff;
}

.p-fq__Q-icon {
  font-size: clamp(1.25rem, 1.1179577465rem + 0.5633802817vw, 1.625rem);
  color: #16AFC3;
  font-weight: bold;
  padding-right: 0.625rem;
}

.p-fq__Q-text {
  font-size: clamp(0.9375rem, 0.849471831rem + 0.3755868545vw, 1.1875rem);
  color: #16AFC3;
}
@media screen and (min-width: 768px) {
  .p-fq__Q-text {
    color: #000;
  }
}

.p-fq__container {
  margin-top: 1.25rem;
  background-color: #FFF;
  padding: 20px 30px 30px 30px;
  border-radius: 10px;
}

.p-fq__A-text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-fv {
  inline-size: 100%;
  background-color: #fff;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.p-fv__img {
  max-width: 37.5rem;
  inline-size: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    max-width: 65.625rem;
  }
}

.p-fv__img img {
  aspect-ratio: 355/312;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__img img {
    aspect-ratio: 1050/500;
  }
}

.p-fv__img--page img {
  aspect-ratio: initial;
}
@media screen and (min-width: 768px) {
  .p-fv__img--page img {
    aspect-ratio: initial;
  }
}

.p-greet {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-greet {
    padding-top: 5rem;
    padding-bottom: 8.125rem;
  }
}

.p-greet__inner {
  inline-size: min(90.6666666667vi, 1050px);
  margin-inline: auto;
}

.p-greet__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-greet__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-greet__content {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-greet__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.p-greet__textarea {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-greet__textarea {
    margin-top: 4.0625rem;
  }
}

.p-greet__textarea-text {
  font-size: clamp(0.9375rem, 0.9154929577rem + 0.0938967136vw, 1rem);
  line-height: 1.75;
}

.p-greet__textarea-text + .p-greet__textarea-text {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-greet__textarea-text + .p-greet__textarea-text {
    margin-top: 2.5rem;
  }
}

.p-greet__textarea-text span {
  color: red;
  font-weight: 700;
  font-size: 1.125rem;
}

.p-greet__profile {
  inline-size: min(92vi, 600px);
}

.p-greet__img {
  inline-size: min(68.2666666667vi, 300px);
  margin-inline: auto;
}

.p-greet__img img {
  aspect-ratio: 256/440;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-greet__profile-textarea {
  border: 1px solid #CCC;
  padding: 20px;
}

.p-greet__profile-name {
  background-color: #EEE;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
}

.p-greet__profile-text {
  margin-top: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
}

.p-greet__list-name {
  margin-top: 0.8125rem;
  border-left: 5px solid #CCC;
  padding-left: 8px;
  line-height: 1em;
  margin-bottom: 5px;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
}

.p-greet__list-item {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-greet__list-item::before {
  content: "";
  display: block;
  inline-size: 8px;
  block-size: 8px;
  border-radius: 50%;
  background-color: #CCC;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-header {
  background-color: #fff;
  margin-top: 6px;
}

.p-header__inner {
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
  padding: 0 0.625rem;
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}

.p-header__left {
  display: grid;
  gap: 0.75rem;
}

.p-header__title {
  font-size: 0.75rem;
  color: #777777;
  font-weight: 300;
  padding-top: 0.9375rem;
  letter-spacing: 1px;
}

.p-header__left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-header__logo {
  max-inline-size: 30.625rem;
  inline-size: 100%;
}

.p-header__logo img {
  aspect-ratio: 490/50;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__list {
  max-inline-size: 13.75rem;
  inline-size: 100%;
}

.p-header__list img {
  aspect-ratio: 220/50;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__tel-img {
  background-color: #E77870;
  padding: 0.625rem 0.3125rem;
  max-inline-size: 17.3125rem;
  inline-size: 100%;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  margin-top: -1.5625rem;
}

.p-header__tel-img img {
  aspect-ratio: 277/71;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  background-color: #fff;
  inline-size: 100%;
  margin-top: 1.625rem;
}

.p-header__nav-list {
  display: grid;
  inline-size: 100%;
  height: inherit;
  grid-template-columns: repeat(8, 1fr);
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item:hover {
  border-bottom: 1px solid #E77870;
}

.p-header__nav-item a {
  font-size: clamp(0.6875rem, 0.5628rem + 0.2602vw, 0.875rem);
  font-weight: 300;
  inline-size: 100%;
  block-size: 100%;
  height: inherit;
  padding: 0.8em 0.4em;
  display: grid;
  place-items: center;
}

.p-header__nav-item a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 1;
}

.p-header__nav-item {
  border-left: 1px solid #cccccc;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.p-header__nav-item:last-child {
  border-right: 1px solid #cccccc;
}

.p-header__nav-item a::after {
  content: attr(data-en);
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #cccccc;
  text-transform: uppercase;
}

.p-header__nav-fixed-wrapper {
  inline-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  background-color: transparent;
  background-color: rgba(255, 255, 255, .96);
}

.p-header__nav-fixed-wrapper.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-header__nav-list--fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  max-inline-size: 65.625rem;
  margin-inline: auto;
}

.p-header__nav-list-fixed {
  inline-size: 100%;
  margin-inline: auto;
}

.p-header__nav-img {
  background-color: #E77870;
  height: inherit;
  padding: 0.625rem 0.5rem;
  max-inline-size: 14.0625rem;
}

.p-header__nav-img img {
  aspect-ratio: 225/37;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header-sp__title {
  background-color: #EEEEEE;
  color: #999999;
  font-size: clamp(0.75rem, 0.2729rem + 2.0356vw, 1.25rem);
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.5rem;
}

.p-header-sp__logo {
  background-color: #fff;
  padding: 0.625rem;
  inline-size: 100%;
  margin-inline: auto;
}

.p-header-sp__logo img {
  aspect-ratio: 355/38;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header-sp__logo img {
  aspect-ratio: 355/38;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header-sp-list {
  inline-size: 100%;
  padding: 0 0.9375rem;
  margin-inline: auto;
}

.p-header-sp-list img {
  aspect-ratio: 345/34;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header-sp-fixed {
  inline-size: 100%;
}

.p-header-sp-fixed {
  inline-size: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}

.p-header-sp-fixed.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-header-sp-fixed__nav-list {
  display: grid;
  grid-template-columns: 27% 27% 1fr;
}

.p-header-sp-fixed__nav-img {
  inline-size: 100%;
}

.p-header-sp-fixed__nav-img img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-last {
  padding: 3.75rem 0;
  background-color: #fff;
  background-image: url(../images/last.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-last {
    padding: 5rem 0;
  }
}

.p-last__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-last__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-last__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-last__contents {
  display: grid;
  gap: 1.25rem;
}

.p-last__list {
  display: grid;
  gap: 1.25rem;
}

.p-last__item {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-last__item span {
  font-size: clamp(1.0625rem, 1.0184859155rem + 0.1877934272vw, 1.1875rem);
  font-weight: bold;
}

.p-last__arrow {
  display: block;
  inline-size: 2.375rem;
  block-size: 2.375rem;
  border-bottom: 2px solid #CCC;
  border-right: 2px solid #CCC;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  margin-inline: auto;
}

.p-last__text {
  margin-top: 1.25rem;
  color: #333;
  font-size: clamp(1.0625rem, 0.9964788732rem + 0.2816901408vw, 1.25rem);
  line-height: 1.7em;
  text-align: center;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px 0px;
}

.p-last__text2 {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  margin-top: 1.25rem;
}

.p-media {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-media {
    padding-bottom: 5rem;
  }
}

.p-medea__header {
  background: url("../images/media.webp");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-medea__header {
    background: none;
  }
}

.p-media__title {
  font-size: clamp(0.75rem, 0.1778169014rem + 2.441314554vw, 2.375rem);
  font-family: "yu-mincho-pr6n", sans-serif;
  text-align: center;
  line-height: 2;
  color: #E77870;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-media__title {
    padding: 0 0 0.9375rem 0;
  }
}

.p-media__read {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 0.9375rem;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-media__read {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    border: none;
    padding: 0;
  }
}

.p-media__img {
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-media__img {
    max-inline-size: 65.625rem;
    margin-top: 3.75rem;
  }
}

.p-media__img img {
  aspect-ratio: 354/348;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-media__img img {
    aspect-ratio: 1050/246;
  }
}

.p-message {
  background-color: #FFFFFF;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 5rem;
    padding-bottom: 1.875rem;
  }
}

.p-message__title::before {
  content: none;
}

.p-message__img {
  margin-top: 1.875rem;
  margin-inline: auto;
  max-inline-size: 21.5625rem;
  inline-size: 92vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    max-inline-size: 65.625rem;
    inline-size: 72.9166666667vw;
  }
}

.p-message__img img {
  aspect-ratio: 345/204;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-price {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding-top: 3.75rem;
  }
}

.p-price__inner {
  inline-size: min(92vi, 1050px);
  margin-inline: auto;
}

.p-price__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-price__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-price__content-header {
  margin-top: 1.25rem;
}

.p-price__content-header-title {
  color: #E77870;
  font-size: clamp(1.0625rem, 1.0184859155rem + 0.1877934272vw, 1.1875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-price__content-header-title::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #E77870;
  display: block;
}

.p-price__content-header-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #E77870;
  display: block;
}

.p-price__contents {
  display: grid;
  gap: 0.9375rem;
  margin-top: 1.25rem;
  inline-size: min(92vi, 950px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-price__contents {
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem;
    margin-top: 1.875rem;
  }
}

.p-price__content {
  background-color: #F5F5F5;
  padding: 1.25rem 0.625rem;
  display: grid;
  place-content: center;
  text-align: center;
}

.p-price__content-price {
  font-size: clamp(1.25rem, 1.2059859155rem + 0.1877934272vw, 1.375rem);
  color: #555555;
}

.p-price__content-price2 {
  font-size: clamp(1.875rem, 1.7429577465rem + 0.5633802817vw, 2.25rem);
  color: #555555;
}

.p-price__content-price2 span {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  display: block;
}

.p-price__content-small {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__content-small {
    margin-top: 1.875rem;
  }
}

.p-price__content-strong-wrapper {
  text-align: center;
  padding: 1.75rem 0;
}

.p-price__content-strong {
  font-weight: 700;
  color: #E77870;
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  line-height: 1.4em;
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, yellow));
  background: linear-gradient(transparent 60%, yellow 60%);
}

.p-price__body {
  padding-bottom: 5.3125rem;
  background-color: #EEE;
  padding: 0 1.25rem 2.1875rem 1.25rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-price__body {
    margin-inline: initial;
    background-color: #fff;
  }
}

.p-price__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: calc(50% - 50vw);
  gap: 1.25rem;
  padding: 2.1875rem 0.9375rem;
  background-color: #EEE;
}
@media screen and (min-width: 768px) {
  .p-price__content-wrapper {
    background-color: #fff;
    gap: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-inline: initial;
  }
}

.p-price__body-img {
  margin-inline: auto;
  inline-size: min(92vi, 450px);
}
@media screen and (min-width: 768px) {
  .p-price__body-img {
    margin-inline: initial;
  }
}

.p-price__body-img img {
  aspect-ratio: 345/223;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-price__body-textarea {
  text-align: center;
}

.p-price__body-text {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
}

.p-price__body-text span {
  font-size: clamp(1.75rem, 1.7279929577rem + 0.0938967136vw, 1.8125rem);
  display: inline-block;
  color: #555555;
  margin-left: 10px;
  text-decoration: line-through;
}

.p-price__body-text2 {
  font-size: clamp(1.375rem, 1.1769366197rem + 0.8450704225vw, 1.9375rem);
  color: #DD0000;
  font-weight: 700;
}

.p-price__body-text3 {
  font-size: clamp(1.375rem, 1.198943662rem + 0.7511737089vw, 1.875rem);
  color: #DD0000;
}

.p-price__body-text3-big {
  font-size: clamp(4.6875rem, 4.1373239437rem + 2.3474178404vw, 6.25rem);
  color: #DD0000;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
  background: linear-gradient(transparent 70%, yellow 70%);
}

.p-price__body-text3-small {
  font-size: 1.875rem;
  color: #DD0000;
  font-weight: 700;
}

.p-price__body-caption {
  background-color: #FFF;
  color: #E77870;
  border: 1px solid #E77870;
  font-weight: bold;
  font-size: clamp(1.0625rem, 0.9524647887rem + 0.4694835681vw, 1.375rem);
  text-align: center;
  padding: 10px;
  margin-top: 1.875rem;
}

.p-price__body-caption-date {
  display: inline-block;
}

.p-price__body-caption-strong {
  text-decoration: line-through;
}

.p-price__body-caption-people {
  font-size: clamp(1.5625rem, 1.474471831rem + 0.3755868545vw, 1.8125rem);
  color: #D00;
}

.p-price__body-alert {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__body-alert {
    margin-top: 1.875rem;
  }
}

.p-price__why {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  padding: 1.25rem 0;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin-top: 2.5rem;
}

.p-price__footer {
  margin-top: 1.75rem;
  padding-bottom: 3.75rem;
}

.p-price__footer-text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-price__footer-text + .p-price__footer-text {
  margin-top: 1rem;
}

.p-read {
  background-color: #fff;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-read {
    padding-bottom: 3.75rem;
  }
}

.p-read__cards {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-read__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-inline-size: 68.75rem;
    inline-size: 100%;
    margin-inline: auto;
    gap: 0.625rem;
  }
}

.p-read__card {
  border: 1px solid #E77870;
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-read__card {
    max-width: 20.5625rem;
  }
}

.p-read__card-text {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(119, 119, 119);
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-read__card-text {
    padding: 0.75rem 1.25rem;
    color: #E77870;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75rem 1.25rem 0.75rem 0.625rem;
  }
}

.p-read__card-text::before {
  content: "";
  background: url("./../images/arrow.webp");
  inline-size: 1.5625rem;
  block-size: 1.5625rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-read__img {
  margin-top: 0.75rem;
  max-inline-size: 65.625rem;
  inline-size: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-read__img {
    margin-top: 3.5625rem;
  }
}

.p-read__img img {
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
  aspect-ratio: 1050/1490;
}

.p-reason {
  background-color: #fff;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding-top: 14.5rem;
    padding-bottom: 9.375rem;
    background: url("./../images/reason-bg.webp") no-repeat top;
    background-size: cover;
  }
}

.p-reason__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-reason__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-reason__inner {
  inline-size: min(90.6666666667vi, 1050px);
  margin-inline: auto;
}

.p-reason__contents {
  display: grid;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason__contents {
    gap: 6.25rem;
  }
}

.p-reason__content {
  display: grid;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content {
    gap: 1.75rem;
  }
}

.p-reason__content-header {
  padding: 1.25rem 0.9375rem 0.625rem 0.9375rem;
  border: solid 5px #EEE;
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__content-header {
    padding: 1.875rem;
  }
}

.p-reason__content-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.1875rem 0.4375rem;
  font-size: clamp(1.0625rem, 0.9524647887rem + 0.4694835681vw, 1.375rem);
  background: #E77870;
  color: #FFF;
  font-weight: 700;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .p-reason__content-number {
    left: 3.125rem;
  }
}

.p-reason__content-title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.25em;
  color: #555;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
}

.p-reason__content-img {
  inline-size: min(92vi, 100%);
}

.p-reason__content-img img {
  aspect-ratio: 345/114;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-reason__content-body:first-child .p-reason__content-img {
  inline-size: min(92vi, 100%);
}

.p-reason__content-img img {
  aspect-ratio: 345/114;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(2) .p-reason__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(3) .p-reason__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(5) .p-reason__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(6) .p-reason__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(7) .p-reason__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
}

.p-reason__content:nth-child(2) .p-reason__content-img,
.p-reason__content:nth-child(3) .p-reason__content-img,
.p-reason__content:nth-child(5) .p-reason__content-img,
.p-reason__content:nth-child(6) .p-reason__content-img,
.p-reason__content:nth-child(7) .p-reason__content-img {
  inline-size: min(40vi, 270px);
  float: right;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(2) .p-reason__content-img,
  .p-reason__content:nth-child(3) .p-reason__content-img,
  .p-reason__content:nth-child(5) .p-reason__content-img,
  .p-reason__content:nth-child(6) .p-reason__content-img,
  .p-reason__content:nth-child(7) .p-reason__content-img {
    float: none;
  }
}

.p-reason__content:nth-child(2) .p-reason__content-img img,
.p-reason__content:nth-child(3) .p-reason__content-img img,
.p-reason__content:nth-child(5) .p-reason__content-img img,
.p-reason__content:nth-child(6) .p-reason__content-img img,
.p-reason__content:nth-child(7) .p-reason__content-img img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 150/150;
}
@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(2) .p-reason__content-img img,
  .p-reason__content:nth-child(3) .p-reason__content-img img,
  .p-reason__content:nth-child(5) .p-reason__content-img img,
  .p-reason__content:nth-child(6) .p-reason__content-img img,
  .p-reason__content:nth-child(7) .p-reason__content-img img {
    aspect-ratio: 270/270;
  }
}

.p-reason__content:nth-child(4) .p-reason__content-img {
  inline-size: min(92vi, 632px);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-reason__content:nth-child(4) .p-reason__content-text {
    margin-top: 1.875rem;
  }
}

.p-reason__content:nth-child(4) .p-reason__content-img img {
  aspect-ratio: 632/504;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-reason__content-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-reason__content-text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-reason__content-text + .p-reason__content-text {
  margin-top: 1.875rem;
}

.p-reason__content-textarea--first {
  margin-top: 1rem;
}

.p-rec {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-rec {
    background-color: rgb(238, 238, 238);
    padding: 5rem 0;
  }
}

.p-rec__inner {
  max-inline-size: 64.375rem;
  inline-size: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
}
.p-rec__heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-rec__heading {
    border: none;
    margin-top: 1.25rem;
  }
}

.p-rec__cards {
  margin-inline: calc(50% - 50vw);
  margin-top: 1.875rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-rec__cards {
    margin-inline: initial;
    gap: 4.375rem;
  }
}

.p-rec__card {
  background-color: rgb(238, 238, 238);
  padding: 2.1875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-rec__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-rec__card:not(:last-child) {
    padding-bottom: 4.375rem;
    border-bottom: 1px solid #CCCCCC;
  }
}

.p-rec__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-rec__card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}

.p-rec__card-img {
  inline-size: min(32vi, 250px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-rec__card-img img {
  aspect-ratio: 250/250;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
  block-size: 100%;
}

.p-rec__card-title {
  font-size: clamp(1.0625rem, 0.9524647887rem + 0.4694835681vw, 1.375rem);
  font-weight: 700;
}

.p-rec__card-name {
  border-left: 3px solid #CCC;
  padding-left: 10px;
  font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-rec__card-name {
    margin-top: 1.875rem;
  }
}

.p-red__card-text {
  margin-top: 0.875rem;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-red__card-text {
    margin-top: 1.875rem;
  }
}

.p-rec__card-small {
  color: #999999;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  display: block;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-rec__card-small {
    margin-top: 1.875rem;
  }
}

.p-sildebar__blogs {
  border-radius: 8px;
  border: 1px solid #E77870;
  background-color: #EEE;
  padding: 10px 7px;
  font-weight: bold;
  font-size: 1em;
  color: #E77870;
  text-align: center;
  display: block;
}

.p-silde__posts {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.p-posts__title {
  font-weight: bold;
  color: #999;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.p-posts__item {
  padding: 10px 20px;
  border: 4px solid #EEE;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-posts__item::before {
  content: "";
  display: block;
  inline-size: 0.9375rem;
  block-size: 0.9375rem;
  background-color: #8A8A8A;
  border-radius: 50%;
  -webkit-margin-end: 0.3125rem;
  margin-inline-end: 0.3125rem;
}

.p-posts__item::after {
  content: "";
  display: block;
  inline-size: 0.3125rem;
  block-size: 0.3125rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-single {
  background-color: #fff;
}

.p-single__time {
  color: #FFF;
  font-size: 1em;
  background-color: #E77870;
  padding: 3px 8px 3px 3px;
  line-height: 1.3em;
  padding-left: 7px;
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.p-single__title {
  font-weight: bold;
  font-size: 2.1em;
  line-height: 1.5em;
  margin: 15px 0px;
  color: #555;
}

.p-single__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(34, 102, 187);
  text-decoration: none;
  gap: 10px;
}

.p-single__cate span {
  color: #555;
  font-size: 0.9em;
  border-left: 3px solid #E77870;
  padding-left: 7px;
}

.p-single__content {
  margin-top: 0.9375rem;
  padding: 1.25rem;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.p-single__content p {
  font-size: 16px;
}

.p-voice {
  background-color: #fff;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
    background-color: #F5F5F5;
  }
}

.p-voice__inner {
  padding: 0 1.25rem;
}

.p-voice__header-text {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 3rem;
  margin-inline: auto;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-voice__header-text {
    border: none;
  }
}

.p-voice__header-text:nth-child(2) {
  margin-top: 0;
  border: none;
}

.p-voice__cards {
  display: grid;
  gap: 1.875rem;
  margin-top: 3.125rem;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-voice__cards {
    margin-top: 3.75rem;
    max-inline-size: 68.75rem;
    margin-inline: auto;
    inline-size: 100%;
    padding: 0 1.5625rem;
  }
}

.p-voice__card {
  padding: 1.875rem;
  background-color: #F5F5F5;
  position: relative;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    background-color: #fff;
  }
}

.p-voice__card-category {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #E77870;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-voice__card-category {
    left: 65px;
  }
}

.p-voice__card-title {
  font-size: clamp(1.125rem, 1.0149647887rem + 0.4694835681vw, 1.4375rem);
  letter-spacing: 1.5px;
  color: #E77870;
  margin-top: 15px;
}

.p-voice__card-img {
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__card-img {
    max-inline-size: 23.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-voice__card-img img {
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-voice__youtube {
  max-inline-size: 31.25rem;
  inline-size: 100%;
  margin-inline: auto;
}

.p-voice__youtube iframe {
  aspect-ratio: 333/187;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-voice__card-name {
  font-size: 0.9375rem;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}

.p-voice__card-name:before {
  content: "";
  inline-size: 0.3125rem;
  block-size: 1.25rem;
  display: block;
  background-color: #CCCCCC;
}

.p-voice__card-small {
  font-size: 11px;
  color: #999999;
}

.p-voice__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #018dd0;
  max-inline-size: 18.0625rem;
  inline-size: 100%;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  position: relative;
  cursor: pointer;
  margin-top: 1.6875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-voice__summary {
    max-inline-size: 30.5rem;
  }
}

.p-voice__summary:hover {
  background-color: #018dd0;
}

.p-voice__summary:hover .p-voice__Q-text {
  color: #fff;
}

.p-voice__summary::marker {
  content: none;
}

.p-voice__Q-text {
  font-size: 1.0625rem;
  color: #018dd0;
  text-align: center;
}

.p-voice__Q-icon {
  inline-size: 10px;
  block-size: 10px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: url(../images/tagarrow.webp) no-repeat center center/contain;
}

.p-voice__summary:hover .p-voice__Q-icon {
  background: url(../images/tagarrow2.webp) no-repeat center center/contain;
  inline-size: 10px;
  block-size: 10px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.p-voice__container {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.875rem;
}

.p-voice__A-text {
  background-color: #EEE;
  border-radius: 8px;
  font-weight: bold;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 8px 13px;
  line-height: 1.5em;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.p-voice__A-text::before {
  content: "";
  background: url(../images/mq.webp) no-repeat center center/contain;
  inline-size: 0.9375rem;
  block-size: 0.9375rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}

.p-voice__answer-voice {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-work {
  padding: 3.75rem 0.9375rem 5rem 0.9375rem;
  background-color: #E77870;
}
@media screen and (min-width: 768px) {
  .p-work {
    padding: 5.625rem 1.5625rem 5rem 1.5625rem;
  }
}

.p-work__content {
  max-inline-size: 68.75rem;
  inline-size: 100%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem 0.9375rem 3.75rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-work__content {
    padding: 1rem 1.875rem 2.5rem 1.875rem;
    background-color: #fff;
  }
}

.p-work__title {
  font-size: clamp(1.25rem, 1.1179577465rem + 0.5633802817vw, 1.625rem);
  color: #E77870;
  font-weight: 500;
  text-align: center;
}

.p-work__img {
  max-inline-size: 61.75rem;
  inline-size: 100%;
  margin-inline: auto;
  margin-top: 0.625rem;
}

.p-work__img img {
  aspect-ratio: 988/555;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
}

.p-work__img-caption-text {
  font-size: clamp(0.8125rem, 0.7464788732rem + 0.2816901408vw, 1rem);
  font-weight: 400;
  color: #555555;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-work__img-caption-text2 {
  font-size: 0.6875rem;
  color: #999999;
}

.p-work__fq {
  margin-top: 1.25rem;
  display: grid;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-work__fq {
    margin-top: 2.1875rem;
  }
}

.p-work__fq-card-question {
  background-color: #EEEEEE;
  color: #555555;
  padding: 0.5625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  gap: 0.9375rem;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-work__fq-card-question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-work__fq-card-question::before {
  content: "";
  background: url("./../images/mq.webp");
  inline-size: 1rem;
  block-size: 1rem;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .p-work__fq-card-question::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-work__fq-card-answer {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  color: #555555;
  margin-top: 0.5rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
