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

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

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3636363636;
  letter-spacing: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3636363636;
    letter-spacing: 0;
  }
}

/*****************************
* 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,
ol {
  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;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

/* 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;
  }
}
@media screen and (min-width: 768px) {
  .l-flow {
    margin-top: 5.3125rem;
    padding-bottom: 8.25rem;
  }
}

.l-footer {
  padding-top: 5.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2.1875rem;
    padding-bottom: 3.75rem;
  }
}

.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: 1550px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1550px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-top- {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top- {
    padding-top: 5.3125rem;
    padding-bottom: 8.25rem;
  }
}

.l-service__section {
  background-color: #ecfdff;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-service__section {
    padding-top: 3.125rem;
    padding-bottom: 8.25rem;
  }
}

.l-top-about {
  margin-top: 0;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-about {
    margin-bottom: 0;
    padding-top: 4.25rem;
    padding-bottom: 5.75rem;
  }
}

@media screen and (min-width: 768px) {
  .l-top-about.l-top-about--service {
    margin-top: 0vw;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-top-area {
    padding-bottom: 6.25rem;
  }
}

.l-top-blog {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-blog {
    padding-top: 9.1875rem;
    padding-bottom: 9.8125rem;
  }
}

.l-top-cta-area {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #0067c0;
}
@media screen and (min-width: 768px) {
  .l-top-cta-area {
    padding-top: 5.3125rem;
    padding-bottom: 5.625rem;
  }
}

.l-top-p-cta {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-p-cta {
    margin-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
}

.l-top-faq {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-faq {
    padding-top: 7.1875rem;
    padding-bottom: 6.25rem;
  }
}

.l-top-flow {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-flow {
    padding-top: 8.125rem;
    padding-bottom: 8.375rem;
  }
}

.l-top-reason {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-reason {
    padding-top: 0rem;
    margin-top: 5.625rem;
    padding-bottom: 9.875rem;
  }
}

.l-top-service {
  background-color: #ecfdff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-top-service {
    padding-top: 8.875rem;
    padding-bottom: 10.9375rem;
  }
}

.btn_section {
  text-align: center;
}

.c-btn-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre-wrap;
  width: 100%;
  padding: 0.6875rem 1.25rem;
  padding: 4.7vw 4.7vw;
  font-size: min(0.93vw, 18px);
  font-size: 4.7vw;
  color: #fff;
  white-space: nowrap;
  border-radius: 9999px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-l {
    padding: 0.6875rem 1.25rem;
    font-size: min(0.93vw, 18px);
  }
}

.c-btn-l.c-btn-l--line {
  background-color: #75d059;
}

.c-btn-l.c-btn-l--line::before {
  content: "";
  display: inline-block;
  width: 1.6875rem;
  height: 1.375rem;
  margin-right: 0.6875rem;
  background: url(../images/icon-line.png) no-repeat center center/contain;
}

.c-btn-l.c-btn-l--mail {
  background-color: #0067c0;
}

.c-btn-l.c-btn-l--mail::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.6875rem;
  background: url(../images/icon-mail.png) no-repeat center center/contain;
}

.c-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-btn-link-head {
  font-size: min(0.93vw, 18px);
  line-height: 0.8333333333;
  color: #ffb611;
}

.c-btn-link-call {
  font-size: 2.5rem;
  font-size: min(2.08vw, 40px);
  line-height: 0.75;
  color: #0067c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn-link-call::before {
  content: "";
  display: inline-block;
  background: url(../images/phone.png) no-repeat center center/contain;
  width: 1.5rem;
  height: 2rem;
  margin-right: 0.5625rem;
}

.c-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  scroll-snap-align: start;
  background-color: #fff;
  border: 5px solid #ffe65c;
  border-radius: 30px;
  padding: 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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.875rem);
            flex: 0 0 calc(50% - 1.875rem);
  }
}
@media screen and (min-width: 1024px) {
  .c-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 0.9375rem);
            flex: 0 0 calc(25% - 0.9375rem);
  }
}

.c-card__img {
  aspect-ratio: 290/210;
  overflow: hidden;
  border-radius: 20px;
}

.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.c-card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card__time {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
}

.c-card__lead {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-card-madia__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.c-card-madia__link {
  position: relative;
  padding-right: 1.875rem;
  color: #1e90ff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card-madia__link::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #1e90ff;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top-blog__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-top-btn-blog {
  display: inline-block;
  padding: 1.25rem;
  width: 80%;
  border-radius: 9999px;
  background-color: #fff;
  color: #0067c0;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-btn-blog {
    width: 24%;
  }
}

.c-contact__titele {
  padding: 0.9375rem 3.75rem;
  border: 3px solid #ffe65c;
  background: #fff;
  border-radius: 9999px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  line-height: 1;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-contact__titele {
    text-align: center;
  }
}

.c-contact__titele.c-contact__titele--line {
  color: #06c755;
}

.form {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .form {
    margin-top: 6.25rem;
  }
}

.form__field {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .form__field {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 1.5625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form__label {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5625rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .form__label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.875rem;
  }
}

.form__required {
  display: inline-block;
  border-radius: 5px;
  padding: 0.3125rem 0.3125rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1.98;
}
@media screen and (min-width: 768px) {
  .form__required {
    font-size: 1.375rem;
  }
}

.form__required {
  background: #ff960d;
}

.form__input,
.form__select {
  font-size: 1.4375rem;
  width: 100%;
  padding: 1.4375rem 2.5rem;
  border: 1px solid #0067c0;
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__input,
  .form__select {
    margin-top: 0;
  }
}

.wpcf7-select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7-select {
    width: 60%;
  }
}

.form__textarea {
  border: 1px solid #0067c0;
  border-radius: 38px;
  padding: 1.4375rem 2.5rem;
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    margin-top: 0;
  }
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #fff;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #fff;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #fff;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #fff;
}

.form__address-group {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form__address-group {
    font-size: 1.875rem;
  }
}

.form__zip {
  margin-right: 0.9375rem;
}

.form__zip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.form__head {
  margin-top: 1.25rem;
}

.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../images/form.png);
  background-repeat: no-repeat;
  background-position: right 2.1875rem center;
  background-size: 1.25rem 0.625rem;
}

.form__file-upload {
  border: 5px dashed #c8c6c3;
  border-radius: 38px;
  padding: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #878480;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__file-upload {
    padding: 3.75rem;
    margin-top: 0;
  }
}

.form__file-upload input[type=file] {
  margin-top: 0.625rem;
  width: 100%;
  border: 5px solid #c8c6c3;
}
@media screen and (min-width: 768px) {
  .form__file-upload input[type=file] {
    width: 80%;
  }
}

.form__file-upload p {
  font-size: 1.5625rem;
  color: #878480;
}

.form__file-puload-text {
  margin-top: 0.4375rem;
  font-size: 1.375rem;
  color: #878480;
}

.form__input, .form__select {
  font-size: 3vw;
  /* border: 1px solid #0067c0; */
}
@media screen and (min-width: 768px) {
  .form__input, .form__select {
    font-size: 1.4375rem;
  }
}

.form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__checkbox-label {
    width: 25rem;
  }
}

.form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid #c8c6c3;
  border-radius: 5px;
  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;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__checkbox {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.form__checkbox:checked {
  background-color: #c8c6c3;
}

.form__checkbox:checked::before {
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form__checkbox-text {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .form__checkbox-text {
    font-size: 1.875rem;
    line-height: 1.8;
  }
}

.form__checkbox-text span {
  margin-left: 0.3125rem;
}

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.form__field .form__data > div[style*="overflow-y: scroll"] {
  border: 1px solid #ccc;
  padding: 0.9375rem;
  max-height: 9.375rem;
  overflow-y: scroll;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form__field .form__data > div[style*="overflow-y: scroll"] {
    padding: 0.9375rem;
  }
}

.form__privacy {
  border: 1px solid #0067c0;
  border-radius: 38px;
  width: 100%;
  padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__privacy {
    padding: 2.5rem;
    margin-top: 0;
  }
}

.form__privacy p {
  width: 90%;
  height: 13.75rem;
  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 3px solid #878480;
}
@media screen and (min-width: 768px) {
  .form__privacy p {
    width: 43.75rem;
  }
}

.form__checkbox-label {
  margin-top: 2.5rem;
}

.form__submit-wrap {
  margin-top: 6.25rem;
}

.form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__submit-input {
  margin-inline: auto;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.875rem;
  width: 100%;
  padding: 0.9375rem;
  border-radius: 9999px;
  background-color: #ff960d;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__submit-input {
    width: 25rem;
  }
}

.c-hamburger {
  position: fixed;
  top: 0.1vw;
  right: 0.1vw;
  display: grid;
  place-items: center;
  width: 3.875rem;
  aspect-ratio: 1;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: block;
  grid-area: 1/1/-1/-1;
  width: 2.5rem;
  height: 0.1875rem;
  border-radius: 2px;
  background-color: #0067c0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

.c-hamburger.open span {
  background-color: #002850;
}

.c-hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.c-mv__img {
  width: 9.8vw;
  position: absolute;
  top: -2.3vw;
  right: 0.7vw;
  /*以下装飾*/
}

.c-mv__img img {
  aspect-ratio: 458/440;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-mv__title-warp {
    position: absolute;
    top: 17.9vw;
    left: 26.7vw;
    z-index: 4;
  }
}

.c-mv__title {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
}

.c-mv__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -3;
}

.c-mv__title.c-mv__title-2::before {
  top: -6.1vw;
  left: -18.9vw;
  width: 20.6vw;
  height: 27vw;
  background: url(../images/toilet-1.png) no-repeat center;
  background-size: 100%;
}

.c-mv__title.c-mv__title-3::before {
  top: -4.9vw;
  left: -22.3vw;
  width: 30vw;
  height: 27vw;
  background: url(../images/kitchen-1.png) no-repeat center;
  background-size: 100%;
}

.c-mv__title.c-mv__title-4::before {
  top: -6.3vw;
  left: -19.9vw;
  width: 19.6vw;
  height: 26.9vw;
  background: url(../images/boiler-1.png) no-repeat center;
  background-size: 100%;
}

.c-mv__title.c-mv__title-5::before {
  top: -6.3vw;
  left: -19.9vw;
  width: 19.6vw;
  height: 26.9vw;
  background: url(../images/bath-1.png) no-repeat center;
  background-size: 100%;
}

.c-mv__title.c-mv__title-6::before {
  top: -6.3vw;
  left: -17.8vw;
  width: 20.2vw;
  height: 27vw;
  background: url(../images/washroom-1.png) no-repeat center;
  background-size: 100%;
}

.c-mv__title.c-mv__title-7::before {
  top: -9vw;
  left: -18.4vw;
  width: 20.5vw;
  height: 27vw;
  background: url(../images/etc-1.png) no-repeat center;
  background-size: 100%;
}

/* 各スパンのスタイル */
.c-mv__1 {
  font-size: 4vw;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-feature-settings: "smcp", "zero";
          font-feature-settings: "smcp", "zero";
  color: #fffe85;
  -webkit-text-stroke: 2px #0067c0;
  text-stroke: 2px #0067c0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.c-mv__1::after {
  content: "";
  position: absolute;
  top: -2.2vw;
  right: -1vw;
  display: block;
  width: 3vw;
  height: 3vw;
  background: url(../images/icon-mv.png) no-repeat center;
  background-size: 100%;
  z-index: 9999;
}

.c-mv__2 {
  font-size: 2.8vw;
  color: #0067c0;
}

.c-mv__3 {
  margin-left: 2.1375rem;
  font-size: 4vw;
  color: #d5fbff;
  font-weight: bold;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 2px #0067c0;
  text-stroke: 2px #0067c0;
  line-height: 1;
}

.c-mv__4 {
  margin-left: -0.6rem;
  font-size: 2.9vw;
  color: #0067c0;
  letter-spacing: -0.14em;
}

.c-mv__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 0.75rem;
  text-align: center;
  margin-left: 1.25rem;
  color: #0067c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.c-mv__5 {
  font-size: 1.9vw;
  background-color: #fff;
  border: 3px solid #0067c0;
  border-radius: 0.625rem;
  padding: 0px 2.5rem;
}

.c-mv__6 {
  margin-left: 0.375rem;
  font-size: 1.9vw;
  border: 3px solid #0067c0;
  border-radius: 0.625rem;
  padding: 0px 1.375rem;
}

.c-mv__7 {
  letter-spacing: -0.14em;
  font-size: 3.2vw;
  color: #fffe85;
  -webkit-text-stroke: 1px #ffa841;
  text-stroke: 1px #ffa841;
}

.c-mv__caution {
  margin-top: 0vw;
  width: 69.1vw;
  margin-inline: auto;
  background-color: #fff;
  border: 2px solid #0067c0;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem 0;
  padding: 0.5vw 1vw;
  text-align: center;
  font-family: Zen Maru Gothic;
  font-size: 2.1vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.06em;
  gap: 1.25rem;
  gap: 1vw;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-mv__caution {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2vw;
  }
}

.c-mv__8 {
  color: #ff5f5f;
  font-size: 2.1vw;
}

.c-mv__9 {
  letter-spacing: 0.04em;
  color: #ffa841;
  font-size: 2.3vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffe85));
  background: linear-gradient(transparent 50%, #fffe85 50%);
}

.c-mv__text {
  margin-top: 0.3125rem;
  width: 90vw;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 1.5;
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .c-mv__text {
    margin-top: 2.2vw;
    width: 62vw;
  }
}

.c-section-title-2 {
  display: inline-block;
  width: 80%;
  font-size: 2.0625rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  line-height: 1;
  padding: 0.8125rem;
  background: #fff;
  border: 7px solid #fffe85;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-title-2 {
    font-size: 2.5rem;
    padding: 1.25rem;
    width: 22.5rem;
  }
}

.c-section-title__main {
  line-height: 2;
  text-align: center;
  font-size: 7vw;
  font-weight: 900;
  position: relative;
  color: #0067c0;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    font-size: 3.1875rem;
  }
}

.c-section-title__en {
  line-height: 0.5;
  display: block;
  font-size: 1.9375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #0067c0;
}

.c-section-title__circle {
  margin-top: 1.25rem;
  width: 6.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-section-title__circle span {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #0067c0;
}

.c-section__sub-title {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向に中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向に中央揃え */
  gap: 1.875rem; /* 画像とタイトルの間隔 */
}
@media screen and (min-width: 768px) {
  .c-section__sub-title {
    margin-top: 9.375rem;
    gap: 3.5rem;
  }
}

.c-section__sub-title img {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-section__sub-title img {
    margin-top: 3.125rem;
    width: 3.9375rem; /* 画像サイズ調整 */
  }
}

.c-title__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #ffff99;
  border-radius: 50px;
  background: white;
  padding: 3px 80px 3px 4px;
  padding: 0.5vw 12vw 0.5vw 0.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-title__box {
    padding: 0.625rem 6.25rem 0.625rem 0.625rem;
  }
}

.c-title__step {
  background-color: #0067c0;
  color: white;
  padding: 0.3125rem 1.25rem;
  padding: 1vw 1vw;
  width: 13vw;
  border-radius: 50px;
  font-size: 2.3vw;
  text-align: center;
  margin-right: 1vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-title__step {
    margin-right: 0.9375rem;
    font-size: 1.875rem;
    padding: 0.1875rem 1.5625rem;
    width: 11.75rem;
  }
}

.c-title__text {
  font-size: 4.6vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  margin-left: 0.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .c-title__text {
    font-size: 2.5rem;
    min-width: 12.5rem;
  }
}

.c-title__icon {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-title__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-title__icon.c-title__icon-1 {
  width: 7.2vw;
  height: 6vw;
}
@media screen and (min-width: 768px) {
  .c-title__icon.c-title__icon-1 {
    width: 4.6875rem;
    height: 3.75rem;
  }
}

.c-title__icon.c-title__icon-2 {
  width: 6vw;
  height: 7.8vw;
}
@media screen and (min-width: 768px) {
  .c-title__icon.c-title__icon-2 {
    width: 2.8125rem;
    height: 3.75rem;
  }
}

.c-title__icon.c-title__icon-3 {
  width: 6vw;
  height: 8.2vw;
}
@media screen and (min-width: 768px) {
  .c-title__icon.c-title__icon-3 {
    width: 2.8125rem;
    height: 3.75rem;
  }
}

.c-title__icon.c-title__icon-4 {
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 768px) {
  .c-title__icon.c-title__icon-4 {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-title__icon.c-title__icon-5 {
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 768px) {
  .c-title__icon.c-title__icon-5 {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-title__free {
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff5f5f;
  color: white;
  font-weight: 700;
  border-radius: 50%;
  width: 12.3vw;
  height: 12.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.05vw;
}
@media screen and (min-width: 768px) {
  .c-title__free {
    font-size: 2.1875rem;
    width: 8.125rem;
    height: 8.125rem;
    right: -0.25rem;
  }
}

.c-to-top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-to-top__btn.is-show {
  opacity: 1;
  visibility: visible;
}

.c-to-top__btn:hover {
  opacity: 0.7;
}

.p-about {
  background-color: #fbf9f5;
}

.p-about__inner {
  width: 100%;
  padding: 10px;
  margin-inline: auto;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    padding: 0 0.9375rem;
    max-width: 92.5rem;
    width: 100%;
  }
}

.p-about__head {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  line-height: 1.4;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .p-about__head {
    font-size: 3.125rem;
    text-align: center;
  }
}

.p-about__1 {
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fffe85;
  -webkit-text-stroke: 2px #0067c0;
  text-stroke: 2px #0067c0;
}
@media screen and (min-width: 450px) {
  .p-about__1 {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__1 {
    font-size: 3.8125rem;
  }
}

.p-about__lead {
  margin-top: 2.625rem;
  max-width: 58.75rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-about__lead {
    text-align: center;
  }
}

.p-about__items {
  margin-top: 2.3125rem;
  width: 100%;
  display: grid;
  row-gap: 2.5rem; /*行の間隔*/
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem; /*列の間隔*/
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .p-about__items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.p-about__item {
  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;
  max-width: 13.75rem;
  max-width: 29vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__item {
    max-width: 17vw;
  }
}

.p-about__item img {
  -webkit-box-shadow: 5px 5px 2px 1px rgba(50, 50, 50, .2);
          box-shadow: 5px 5px 2px 1px rgba(50, 50, 50, .2);
}

.p-about__label {
  margin-top: 1.4375rem;
  max-width: 10.9375rem;
  width: 100%;
  border: 3px solid #0067c0; /* 青い枠線 */
  border-radius: 0.5rem; /* 角を丸くする */
  overflow: hidden; /* 角丸に合わせて内容をクリップ */
  text-align: center;
}

.p-about__item-head {
  background-color: #0067c0; /* 青い背景 */
  color: white; /* 白い文字色 */
  font-size: 1.125rem;
  padding: 0.1875rem 0px; /* 上下のパディング */
  font-size: 2.53vw;
  font-weight: bold; /* 太字 */
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about__item-head {
    font-size: 0.93vw;
  }
}

.p-about__item-no {
  background-color: white; /* 白い背景 */
  font-size: 1.125rem;
  font-size: 2.53vw;
  color: #0067c0; /* 青い文字色 */
  padding: 0.1875rem 0; /* 上下のパディング */
  font-weight: bold; /* 太字 */
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about__item-no {
    font-size: 0.93vw;
  }
}

.p-announce__body {
  width: 97%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-announce__body {
    padding: 0 0.781vw;
    max-width: 73.408vw;
    width: 100%;
  }
}

.p-announce__container {
  border: 3px solid #fffebd;
  border-radius: 20px;
  overflow: hidden;
  font-size: 3.8vw;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 0vw;
}
@media screen and (min-width: 768px) {
  .p-announce__container {
    padding-top: 0;
    font-size: min(1.76vw, 32px);
  }
}

.p-announce__icon {
  position: absolute;
  top: 13%;
  left: 0%;
  width: 25%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-announce__icon {
    top: 5.5%;
    left: 0%;
    width: 13.7%;
  }
}

.p-announce__wrap {
  width: 100%;
}

.p-announce__tag {
  max-width: 50vw;
  width: 100%;
  position: absolute;
  top: 2.2%;
  left: 22%;
}
@media screen and (min-width: 768px) {
  .p-announce__tag {
    width: 17.552vw;
    top: 7.7%;
    left: 13%;
  }
}

.p-announce__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0rem;
  padding-left: 26.7vw;
  background-color: #fff;
  padding-top: 14vw;
}
@media screen and (min-width: 768px) {
  .p-announce__top {
    padding-top: 0;
    padding-left: 12.5rem;
    margin-top: 3.75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    margin-top: 0;
  }
}

.p-announce__1 {
  color: #ffb819;
  font-size: 4.16vw;
}
@media screen and (min-width: 768px) {
  .p-announce__1 {
    font-size: 2.11vw;
  }
}

.p-announce-bottom {
  background-color: #ffe65c;
  color: #000;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}

.p-announce__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-announce__text {
    text-align: right;
    padding: 0.821vw 0;
  }
}

.p-announce__2 {
  color: #ff5f5f;
  font-size: 4.81vw;
}
@media screen and (min-width: 768px) {
  .p-announce__2 {
    font-size: 2.083vw;
  }
}

.p-area__outer.u-mv__color {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-area__outer.u-mv__color {
    margin-top: 0;
  }
}

.p-area__mv-inner {
  padding-top: 4.625rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-area__mv-inner {
    margin-top: 6.25rem;
    padding-top: 2.5625rem;
    padding-bottom: 4.375rem;
  }
}

.p-area__mv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-area__mv-top {
    gap: 2.5rem;
  }
}

.p-area__mv-img-1 {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .p-area__mv-img-1 {
    width: 10vw;
  }
}

.p-area__mv-img-1 img {
  aspect-ratio: 377/346;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-area__mv-img-2 {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .p-area__mv-img-2 {
    width: 10vw;
  }
}

.p-area__mv-img-2 img {
  aspect-ratio: 377/346;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-area__mv-img-3 {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .p-area__mv-img-3 {
    width: 10vw;
  }
}

.p-area__mv-img-3 img {
  aspect-ratio: 377/346;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-area__mv-img-4 {
  width: 23.4vw;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area__mv-img-4 {
    width: 13.4vw;
  }
}

.p-area__mv-img-4 img {
  aspect-ratio: 377/346;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-area__mv-bottom {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-area__mv-bottom {
    width: 75rem;
  }
}

.p-area__lead.c-mv__lead {
  margin-left: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 0.75rem;
  text-align: center;
  color: #0067c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-area__lead.c-mv__5 {
  font-size: 3.1vw;
  background-color: #fff;
  border: 3px solid #0067c0;
  border-radius: 0.625rem;
  padding: 0.5vw 2.9vw;
}
@media screen and (min-width: 768px) {
  .p-area__lead.c-mv__5 {
    font-size: 1.9vw;
    padding: 0px 1.375rem;
  }
}

.p-area__lead.c-mv__6 {
  margin-left: 0.375rem;
  font-size: 3.1vw;
  background-color: #fff;
  border: 3px solid #0067c0;
  border-radius: 0.625rem;
  padding: 0.5vw 1vw;
}
@media screen and (min-width: 768px) {
  .p-area__lead.c-mv__6 {
    font-size: 1.9vw;
    padding: 0px 1.375rem;
  }
}

.c-mv__7 {
  letter-spacing: -0.14em;
  font-size: 4.6vw;
  color: #fffe85;
  -webkit-text-stroke: 1px #ffa841;
  text-stroke: 1px #ffa841;
}
@media screen and (min-width: 768px) {
  .c-mv__7 {
    font-size: 3.2vw;
  }
}

.p-area__service.p-top-service__contents {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-area__service.p-top-service__contents {
    margin-top: 6.25rem;
  }
}

.p-area-top.p-top-area {
  padding-top: 0;
  padding-bottom: 0rem;
  background-color: #fbf9f5;
}
@media screen and (min-width: 768px) {
  .p-area-top.p-top-area {
    padding-bottom: 6.25rem;
  }
}

.p-area__cta {
  padding-top: 1.875rem;
  padding-bottom: 6.25rem;
  background-color: #fbf9f5;
}

.p-area__cta-2 {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-area__cta-2 {
    margin-top: 6.25rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #fbf9f5;
  }
}

@media screen and (min-width: 768px) {
  .p-area__cta-bottom {
    margin-top: 3.125rem;
  }
}

.p-bath__mv.c-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2674;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-bath__mv.c-mv {
    z-index: -3;
    aspect-ratio: 3848/1470;
    margin-top: -6.875rem;
  }
}

.p-bath__mv.c-mv::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/sp-mv-bath.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-bath__mv.c-mv::after {
    background-image: none;
  }
}

.p-blog {
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog {
    margin-top: 7.5rem;
    padding-top: 6.25rem;
  }
}

.p-blog__inner {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-blog__inner {
    margin-top: 6.25rem;
  }
}

.p-blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
@media screen and (min-width: 768px) {
  .p-blog__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.p-blog__detail-container {
  width: 70%;
  padding: 0 0.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-blog__detail-container {
    width: 100%;
  }
}

.p-blog__transition {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
  gap: 4vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-blog__transition {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 25%;
    gap: 0;
  }
}

.p-blog__detail-title {
  margin-top: 1.875rem;
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  background-color: #0067c0;
}
@media screen and (min-width: 768px) {
  .p-blog__detail-title {
    font-size: 1.375rem;
  }
}

.detail__item {
  margin-top: 0.9375rem;
  margin-left: 3.125rem;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .detail__item {
    font-size: 1.375rem;
  }
}

.detail__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #0067c0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-blog__contents-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-blog__contents-wrap {
    width: 75%;
  }
}

.p-blog__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-blog__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25rem;
  }
}

.p-blog__card {
  padding: 0 0.9375rem;
  border-radius: 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0.9375rem;
}

.p-blog__card-link-wrap {
  text-align: center;
}

.p-blog__card-link {
  display: inline-block;
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background-color: #0067c0;
  width: 90%;
  text-align: center;
  margin-inline: auto;
}

.p-blog__card__img {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.p-blog__card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  height: 100%;
}

.p-blog__card__img {
  /* 最大幅 */
  /* ここに注目！画像の縦横比（例: 3:4の縦長画像なら '3 / 4'）を設定 */
  /* 添付いただいた画像のアスペクト比は、約 0.75 (3:4) の縦長なので、'3 / 4' を指定します */
}

.p-blog__card__item {
  margin-top: 1.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.9375rem;
}

.p-blog__card__head {
  margin-top: 1.25rem;
}

.p-blog__card__lead {
  margin-top: 1.25rem;
}

.p-blog__card-link-wrap {
  margin-top: 1.25rem;
}

.month-select-box {
  position: relative;
  display: inline-block;
  margin-left: 0;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .month-select-box {
    width: 15.625rem;
    margin-left: 0.9375rem;
  }
}

.month-button {
  width: 100%;
  height: 2.8em;
  padding: 0.4em 2.5em 0.4em 0.8em;
  border: 1px solid #0067c0;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .month-button {
    font-size: 1.375rem;
  }
}

.month-button::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  width: 0.625rem;
  height: 0.4375rem;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.month-list {
  margin-top: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  list-style: none;
  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  width: 100%;
  height: 800px;
}

.month-list li a {
  display: block;
  padding: 0.625rem 0.625rem;
  color: #000;
  text-decoration: none;
  font-size: 1.375rem;
}

.month-list li a:hover {
  text-decoration: underline;
}

.pagination-container {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .pagination-container {
    margin-top: 6.25rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    gap: 1.25rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* 通常の丸ボタン */
.page-item a,
.page-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #0071ce;
  border-radius: 50%;
  color: #0071ce;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

/* active状態 */
.page-item a:hover {
  background-color: #0071ce;
  color: white;
}

.page-item .current {
  background-color: #0071ce;
  color: white;
  border-radius: 50%;
}

/* 最初・最後ボタン（長丸） */
.page-item.first-last a.first-page-btn,
.page-item.first-last a.last-page-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1875rem 0rem;
  height: 2.5rem;
  width: 6.875rem;
  border: 1px solid #0071ce;
  border-radius: 9999px; /* 長丸 */
  background-color: white;
  color: #0071ce;
  text-decoration: none;
  font-size: 1.125rem;
  gap: 0.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

/* ホバー */
.page-item.first-last a.first-page-btn:hover,
.page-item.first-last a.last-page-btn:hover {
  background-color: #0071ce;
  color: white;
}

/* アイコン部分（先頭のみに表示） */
.first-page-btn::before,
.last-page-btn::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1rem;
  background-image: url("../images/flow-5.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.first-page-btn::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.detail__other {
  margin-top: 6.25rem;
  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: 2.5rem;
}

.detail__center-btn,
.detail__prev,
.detail__next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 0.625rem;
  height: 2.5rem;
  width: 10rem;
  border: 1px solid #0071ce;
  border-radius: 9999px; /* 長丸 */
  background-color: white;
  color: #0071ce;
  text-decoration: none;
  font-size: 1.125rem;
  gap: 0.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

/* ホバー */
.detail__center-btn:hover,
.detail__prev:hover,
.detail__next:hover {
  background-color: #0071ce;
  color: white;
}

/* アイコン部分（先頭のみに表示） */
.detail__prev::before,
.detail__next::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1rem;
  background-image: url("../images/flow-5.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-blog__cta.p-company__cta {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #fbf9f5;
}

.p-blog__service.p-top-service__contents.l-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-blog__service.p-top-service__contents.l-inner {
    padding: 0 20px;
  }
}

.p-boiler__mv.c-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2674;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-boiler__mv.c-mv {
    z-index: -3;
    aspect-ratio: 3848/1470;
    margin-top: -6.875rem;
  }
}

.p-boiler__mv.c-mv::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/sp-mv-boiler.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-boiler__mv.c-mv::after {
    background-image: none;
  }
}

.p-company__container.u-mv__color-b {
  margin-top: 3.125rem;
  padding-top: 0.3125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__container.u-mv__color-b {
    margin-top: 7.5rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

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

.p-company__section-title-2 {
  text-align: center;
}

.p-company__message-body-wrap {
  margin-top: -2.375rem;
  border: 2px solid #0067c0;
  background-color: #fff;
  border-radius: 1.875rem;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-company__message-body-wrap {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 12.6875rem;
    margin-top: -3.125rem;
  }
}

.p-company__message-body {
  padding: 0.625rem;
  margin-top: 3.25rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-company__message-body {
    font-size: 1.25rem;
    padding: 1.5625rem 0 0 0;
  }
}

.p-company__message-signature {
  margin-top: 1.9375rem;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  -moz-text-align-last: right;
       text-align-last: right;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__message-signature {
    padding-right: 15.625rem;
  }
}

.p-company__staff {
  margin-top: 5.625rem;
}

.p-company__sraff-body {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.375rem;
  grid-auto-rows: 1fr;
}
@media screen and (min-width: 768px) {
  .p-company__sraff-body {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
}

.p-company__sraff-card {
  border: 2px solid #0067c0;
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 1.5625rem 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-company__sraff-card {
    padding: 1.25rem 1.25rem 3.75rem;
  }
}

.p-company__content {
  padding: 0.625rem 0rem;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    padding: 1rem;
  }
}

.p-company__img {
  overflow: hidden;
}

.p-company__img img {
  width: 100%;
  aspect-ratio: 669/416;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__name {
  color: #0067c0;
  font-size: 1.6875rem;
  line-height: 1;
  height: 1.5625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__name {
    font-size: 1.5625rem;
  }
}

.p-company__lead {
  font-size: 1.25rem;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company__lead {
    font-size: 1.25rem;
  }
}

.p-company__hobby-section {
  margin-top: auto;
}

.p-company__hobby-title {
  margin-top: 1.875rem;
  font-weight: bold;
  color: #0077cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-company__hobby-title-head {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-company__hobby-title-head {
    font-size: 1.5625rem;
  }
}

.p-company__dots {
  margin-top: 0.25rem;
  margin-left: 0.3125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 4px dotted #0077cc;
}

.p-company__hobby-section p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__hobby-section p {
    font-size: 1.25rem;
  }
}

.p-company__summary {
  margin-top: 5rem;
  max-width: 1160px;
  padding: 0 0.625rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__summary {
    padding: 0 0.9375rem;
  }
}

.p-company__list {
  margin-top: 3.125rem;
  width: 100%;
}

.p-company__list-item {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-company__list-item {
    font-size: 1.5625rem;
  }
}

.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0077cc;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: white;
}

.p-company__label {
  background-color: #0077cc;
  color: white;
  padding: 0.75rem 1rem;
  width: 25%;
  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 (min-width: 768px) {
  .p-company__label {
    text-align: center;
    width: 10rem;
  }
}

.p-company__label.p-company__label--big {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1rem;
}

.p-company__value {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.p-company__value ul {
  padding-left: 1em;
  margin: 0;
}

.p-company__value li {
  list-style-type: "・";
  padding-left: 0.5em;
  margin-bottom: 0.375rem;
}

.p-company__message-item {
  margin-top: 6.25rem;
}

.p-company__table-wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: white;
  padding: 3.125rem 0.625rem;
  border: 2px solid #0067c0;
  background-color: #fff;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__table-wrapper {
    padding: 3.75rem 6.25rem;
  }
}

.p-company__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-company__table {
    font-size: 1.5625rem;
  }
}

.p-company__table td {
  padding: 0.75rem 0.625rem;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-company__table td {
    padding: 0.75rem 1rem;
  }
}

.p-company__table td:first-child {
  width: 7.5rem;
  color: #0077cc;
  font-weight: bold;
  text-align: left;
  border-right: 2px solid #b3e0f7;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-company__table td:first-child {
    text-align: center;
  }
}

.p-company__table td:last-child {
  padding-left: 1.5rem;
}

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

.p-company__cta {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__cta {
    margin-top: 0;
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-company__map {
  margin-top: 3.125rem;
  width: 95%;
  margin-inline: auto;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-company__map {
    width: 75rem;
  }
}

.p-contact__outer.u-mv__color {
  margin-top: 3.125rem;
}

.p-contact {
  margin-top: 3.125rem;
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 6.25rem;
    padding-top: 2.5625rem;
    padding-bottom: 6.25rem;
  }
}

.p-contact__inner {
  padding: 0 3vw;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding: 0 8.75rem;
  }
}

.p-contact__title {
  text-align: center;
}

.p-contact__cta-head {
  margin-top: 1.875rem;
  font-size: 1.5625rem;
  color: #0067c0;
  line-height: 1;
  text-align: center;
}

.p-contact__link-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.p-contact__link-text.p-cta__link-text {
  font-size: 6.1vw;
}
@media screen and (min-width: 768px) {
  .p-contact__link-text.p-cta__link-text {
    font-size: 3.25rem;
  }
}

.p-contact__cta-call.c-btn-link-call {
  margin-top: 1.25rem;
  font-size: 10vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact__cta-call.c-btn-link-call {
    font-size: 5rem;
  }
}

.p-contact__cta-call.c-btn-link-call::before {
  width: 7vw;
  height: 8vw;
}
@media screen and (min-width: 768px) {
  .p-contact__cta-call.c-btn-link-call::before {
    width: 2.9375rem;
    height: 3.75rem;
  }
}

.p-contact__cta-title.p-cta__top-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__cta-20.p-cta__20 {
  display: inline-block;
  background-color: #000;
  height: 0.156vw;
  width: 9.792vw;
  margin: 0 2vw;
}
@media screen and (min-width: 768px) {
  .p-contact__cta-20.p-cta__20 {
    margin: 0 2vw;
  }
}

.p-contact__line {
  margin-top: 6.25rem;
}

.p-contact__line-inner {
  background-color: #fff;
  margin-inline: auto;
  margin-top: 3.4375rem;
  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;
  border-radius: 30px;
  padding: 3.125rem 3.125rem 1.875rem;
  gap: 1.75rem;
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__line-inner {
    width: 49.75rem;
  }
}

.p-contact__qr {
  width: 11.5625rem;
}

.p-contact__qr img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-contact__line-qe-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.p-contact__id-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-contact__icon {
  width: 5.3125rem;
}

.p-contact__icon img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-contact__id-wrap {
  font-size: 2.125rem;
  line-height: 1;
}

.p-contact__id {
  color: #06c755;
}

.p-contact__text {
  border-top: 2px #909090 solid;
  padding-top: 0.625rem;
  font-size: 1.875rem;
  line-height: 1;
}

.p-contact__form {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 10rem;
  }
}

.p-cta__body {
  width: 97%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__body {
    padding: 0 0.781vw;
    width: 100%;
    max-width: 73.408vw;
  }
}

.p-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 3px solid #fffebd;
  border-radius: 20px;
  padding: 3vw 0 3vw;
}
@media screen and (min-width: 768px) {
  .p-cta__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.3125rem 2.8125rem 2.1875rem 2.5rem;
  }
}

.p-cta__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-cta__top {
    display: block;
  }
}

.p-cta__icon-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cta__icon-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.p-cta__icon-1-wrap {
  position: relative;
  width: 63%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon-1-wrap {
    width: 57%;
  }
}

.p-cta__icon-1 {
  margin-left: 3.229vw;
}

.p-cta__icon-1 img {
  width: 42%;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__icon-1 img {
    width: 69%;
  }
}

.p-cta__title {
  position: absolute;
  content: "";
  top: 12%;
  left: 9%;
  display: inline-block;
  font-size: 10.47vw;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fffe85;
  line-height: 0.8;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 2px #ffb819;
  text-stroke: 2px #ffb819;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    top: 28%;
    font-size: 3.438vw;
  }
}

.cta__1 {
  font-size: 1.25rem;
  font-size: 5.98vw;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
  color: #ffe65c;
  line-height: 0;
  margin-left: -2.187vw;
  margin-top: -0.521vw;
}
@media screen and (min-width: 768px) {
  .cta__1 {
    font-size: 1.98vw;
  }
}

.p-cta__icon-2-wrap {
  position: relative;
  width: 35%;
}
@media screen and (min-width: 768px) {
  .p-cta__icon-2-wrap {
    width: 43%;
  }
}

.p-cta__icon-2 {
  aspect-ratio: 496/354;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  margin-top: 1.042vw;
}

.p-cta__text {
  position: absolute;
  content: "";
  top: 75%;
  left: 0;
  display: inline-block;
  font-size: 4.17vw;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fffe85;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 2px 2px 2px #0067c0, -2px -2px 2px #0067c0, -2px 2px 2px #0067c0, 2px -2px 2px #0067c0, 2px 0 2px #0067c0, -2px 0 2px #0067c0, 0 2px 2px #0067c0, 0 -2px 2px #0067c0;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    font-size: 1.67vw;
  }
}

.p-cta__icon-3-wrap {
  position: relative;
  margin-top: -0.521vw;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
  padding: 0.208vw 2.2vw;
  border-bottom: 2px #c6c6c6 solid;
  border-top: 2px #c6c6c6 solid;
}
@media screen and (min-width: 768px) {
  .p-cta__icon-3-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    gap: 0;
    padding: 0.208vw 0;
  }
}

.p-cta__text-3 {
  font-size: 2.9vw;
  white-space: nowrap;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-cta__text-3 {
    font-size: 1.146vw;
  }
}

.p-cta__icon-3 {
  aspect-ratio: 640/110;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  width: 55%;
}

.p-cta__bottom {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-cta__bottom {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 1.302vw;
  }
}

.p-cta__link-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-cta__top-title {
  margin-top: 1.354vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.194vw;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-cta__top-title {
    font-size: 1.094vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cta__20 {
  margin-left: 4vw;
}
@media screen and (min-width: 768px) {
  .p-cta__20 {
    display: inline-block;
    background-color: #000;
    height: 0.156vw;
    width: 9.792vw;
    margin: 0 0.521vw;
    margin-left: 0;
  }
}

.p-cta__link-panel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  gap: 0.729vw;
  margin-top: 0.208vw;
}

.p-cta__link-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0067c0;
  border-radius: 0.3125rem;
  white-space: nowrap;
  font-size: 3.546vw;
  line-height: 0.8166666667;
  color: #fff;
  padding: 0.75rem 1.5rem;
  padding: 1.625vw 1.25vw;
}
@media screen and (min-width: 768px) {
  .p-cta__link-panel {
    padding: 0.625vw 2vw;
    font-size: 0.833vw;
  }
}

.p-cta__link-text {
  margin-top: 0.156vw;
  font-size: 6.94vw;
  font-weight: 500;
  white-space: nowrap;
  color: #ffb819;
}
@media screen and (min-width: 768px) {
  .p-cta__link-text {
    font-size: 2.24vw;
  }
}

.p-cta-call.c-btn-link-call {
  margin-top: 0.521vw;
  font-size: 10.9vw;
  font-weight: 900;
  line-height: 0.75;
  margin-left: 4.313vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-cta-call.c-btn-link-call {
    font-size: 4.063vw;
    margin-left: 0.313vw;
  }
}

.p-cta-call.c-btn-link-call::before {
  width: 7vw;
  height: 9.4vw;
}
@media screen and (min-width: 768px) {
  .p-cta-call.c-btn-link-call::before {
    width: 2.813vw;
    height: 3.229vw;
  }
}

.p-cta__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.1vw;
  gap: 3.6vw;
}
@media screen and (min-width: 768px) {
  .p-cta__link-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.833vw;
    padding: 0;
    gap: 0;
  }
}

.p-cta__btn.c-btn-l.c-btn-l--mail::before {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.6875rem;
  width: 1.302vw;
  height: 1.302vw;
  margin-right: 0.573vw;
}

.p-cta__btn.c-btn-l.c-btn-l--line,
.p-cta__btn.c-btn-l.c-btn-l--mail {
  padding: 5.2vw 1.719vw;
  font-size: 5.09vw;
}
@media screen and (min-width: 768px) {
  .p-cta__btn.c-btn-l.c-btn-l--line,
  .p-cta__btn.c-btn-l.c-btn-l--mail {
    padding: 1vw 1.719vw;
    font-size: 0.99vw;
  }
}

.p-cta__btn.c-btn-l.c-btn-l--line::before {
  width: 7.406vw;
  height: 6.8vw;
  margin-right: 2vw;
}
@media screen and (min-width: 768px) {
  .p-cta__btn.c-btn-l.c-btn-l--line::before {
    width: 1.406vw;
    height: 1.146vw;
    margin-right: 0.573vw;
  }
}

.p-cta__btn.c-btn-l.c-btn-l--mail::before {
  width: 7.406vw;
  height: 6.146vw;
  margin-right: 2vw;
}
@media screen and (min-width: 768px) {
  .p-cta__btn.c-btn-l.c-btn-l--mail::before {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.6875rem;
  }
}

.p-etc__mv.c-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2674;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-etc__mv.c-mv {
    z-index: -3;
    aspect-ratio: 3848/1470;
    margin-top: -6.875rem;
  }
}

.p-etc__mv.c-mv::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/sp-mv-etc.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-etc__mv.c-mv::after {
    background-image: none;
  }
}

.p-faq__container.u-mv__color-b {
  margin-top: 3.125rem;
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container.u-mv__color-b {
    margin-top: 7.5rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-faq__link-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__link-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-faq__link {
  text-align: center;
}

.p-faq__link a {
  background-color: #fff;
  border: 3px solid #ffe65c;
  border-radius: 9999px;
  color: #0067c0;
  display: inline-block;
  font-size: 3.2vw;
  line-height: 1;
  padding: 1.25rem;
  position: relative;
  text-decoration: none;
  max-width: 24.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__link a {
    font-size: 1.875rem;
  }
}

.p-faq__link a::before {
  border-right: 3px solid #0067c0;
  border-top: 3px solid #0067c0;
  bottom: 0;
  content: "";
  height: 0.625rem;
  margin: auto;
  position: absolute;
  right: 1.25rem;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__link a::before {
    right: 2.5rem;
  }
}

.p-faq__item {
  margin-top: 5rem;
  background: #fff;
  border: 3px solid #f5e56b;
  border-radius: 30px;
  padding: 1.875rem 1.5vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding: 3.3125rem 4.125rem;
    margin-top: 3.75rem;
  }
}

.p-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  position: relative;
}

.p-faq__header-img {
  position: absolute;
}

.p-faq__img-1 {
  top: -4rem;
  left: -0.5rem;
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img-1 {
    top: -5.9375rem;
    left: -2.5rem;
    width: 10.3125rem;
  }
}

.p-faq__img-2 {
  top: -0.9375rem;
  left: -1.0625rem;
  width: 8.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img-2 {
    top: -0.9375rem;
    left: -5.5rem;
    width: 13.125rem;
  }
}

.p-faq__img-3 {
  top: -0.9375rem;
  left: -1.375rem;
  width: 8.6875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img-3 {
    top: -1.9375rem;
    left: -5.5rem;
    width: 12.125rem;
  }
}

.p-faq__img-4 {
  top: -2.9375rem;
  left: -0.3125rem;
  width: 7.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img-4 {
    top: -2.9375rem;
    left: -2.5rem;
    width: 9.125rem;
  }
}

.p-faq__img-5 {
  top: -2.625rem;
  left: -0.6875rem;
  width: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img-5 {
    top: -1.9375rem;
    left: -2.5rem;
    width: 9.125rem;
  }
}

.p-faq__img-6 {
  top: -4.625rem;
  left: -0.3125rem;
  width: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img-6 {
    top: -5.9375rem;
    left: -2.5rem;
    width: 8.125rem;
  }
}

.p-faq__list-head {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  line-height: 1.3;
  border-bottom: 7px dotted #69a5d7;
  width: 90%;
  margin-left: 8.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list-head {
    line-height: 2.1;
    font-size: 2.1875rem;
    margin-left: 9.625rem;
  }
}

.p-faq__list-qa {
  margin-top: 3.75rem;
  font-size: 3vw;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list-qa {
    font-size: 1.3vw;
  }
}

.p-faq__list-item-q {
  border: 1px solid #0077cc;
  border-radius: 35px;
  background: #def0ff;
  padding: 0 2.86vw 0 10.9vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item-q {
    padding: 0 1.56vw 0 10.9vw;
  }
}

.p-faq__list-item-a {
  margin-top: 1rem;
  border: 1px solid #0077cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  background-color: #fff;
  padding: 2.5vw 10vw 2.5vw 3vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item-a {
    padding: 1.25rem 3.5rem;
    margin-top: 2.8125rem;
  }
}

.p-faq__q-img {
  position: absolute;
  top: 50%;
  left: 2.76vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-faq__q-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 56%;
  width: clamp(56px, 6vw, 128px);
}

.p-faq__text-wrap {
  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;
  margin-left: 11%;
}
@media screen and (min-width: 768px) {
  .p-faq__text-wrap {
    margin-left: 0;
  }
}

.p-faq__label-q {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
}

.p-faq__label {
  width: 88%;
}

.p-faq__label.p-faq__label--white {
  padding-left: 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-faq__label.p-faq__label--white {
    width: 80%;
  }
}

.p-faq__a-img {
  position: absolute;
  top: 50%;
  right: 2.1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-faq__a-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 56%;
  width: 6vw;
  width: min(6vw, 128px);
  width: clamp(56px, 6vw, 128px);
}

.p-flow__container.u-mv__color-b {
  margin-top: 3.125rem;
  padding-top: 4.375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__container.u-mv__color-b {
    margin-top: 7.5rem;
    padding-top: 6.25rem;
    padding-bottom: 0.375rem;
  }
}

.p-flow__inner {
  width: 100%;
  padding: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    max-width: 1430px;
    padding: 0 15px;
  }
}

.p-flow__content {
  padding-bottom: 6.25vw;
}

.p-flow__textblock {
  margin-top: 1.56vw;
}

.p-flow__textblock-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}

.p-flow__textblock-wrap.p-flow__textblock-wrap--1 {
  width: 89%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__textblock-wrap.p-flow__textblock-wrap--1 {
    width: 84%;
  }
}

.p-flow__textblock-wrap.p-flow__textblock-wrap--2 {
  width: 84%;
  gap: 1.7vw;
}
@media screen and (min-width: 768px) {
  .p-flow__textblock-wrap.p-flow__textblock-wrap--2 {
    gap: 1.7vw;
    width: 85%;
  }
}

.p-flow__textblock-wrap.p-flow__textblock-wrap--3 {
  width: 84%;
}

.p-flow__textblock-wrap.p-flow__textblock-wrap--4 {
  width: 84%;
}

.p-flow__textblock-wrap.p-flow__textblock-wrap--5 {
  width: 84%;
}

.p-flow__item-1 {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9vw;
}
@media screen and (min-width: 768px) {
  .p-flow__item-1 {
    gap: 0.9375rem;
  }
}

.p-flow__item-1-call-wrap {
  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.2vw;
}

.p-flow__call.c-btn-link-call {
  font-size: 5.9vw;
}
@media screen and (min-width: 768px) {
  .p-flow__call.c-btn-link-call {
    font-size: min(4.688vw, 87px);
  }
}

.p-flow__call.c-btn-link-call::before {
  width: 3.75vw;
  height: 3.333vw;
  margin-right: 0.469vw;
}

.p-flow__item-1-bottom-wrap {
  margin-top: 1.302vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.121vw;
}

.p-flow__nav-panel.p-header__pc-nav-panel {
  font-size: 1.302vw;
  padding: 1.3vw 3.4vw;
}
@media screen and (min-width: 768px) {
  .p-flow__nav-panel.p-header__pc-nav-panel {
    padding: 1.2vw 1.4vw;
  }
}

.p-flow__link-head.c-btn-link-head {
  font-size: min(2.76vw, 43px);
}
@media screen and (min-width: 768px) {
  .p-flow__link-head.c-btn-link-head {
    font-size: 2.6vw;
  }
}

.p-flow__item-1-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.12vw;
}

.p-flow__btn-l.c-btn-l.c-btn-l--line,
.p-flow__btn-l.c-btn-l.c-btn-l--mail {
  font-size: 1.8vw;
  padding: 1.4vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-flow__btn-l.c-btn-l.c-btn-l--line,
  .p-flow__btn-l.c-btn-l.c-btn-l--mail {
    font-size: 1.198vw;
    font-size: min(1.198vw, 28px);
    padding: 0.781vw 1.302vw;
    padding: min(0.781vw, 15px) min(1.302vw, 25px);
    margin-right: -2.5rem;
  }
}

.p-flow__btn-l.c-btn-l.c-btn-l--line::before {
  height: 2.5vw;
  width: 4.5vw;
}
@media screen and (min-width: 768px) {
  .p-flow__btn-l.c-btn-l.c-btn-l--line::before {
    width: 2.1875rem;
    height: 2.5rem;
  }
}

.p-flow__btn-l.c-btn-l.c-btn-l--mail::before {
  height: 2.5vw;
  width: 4.5vw;
}
@media screen and (min-width: 768px) {
  .p-flow__btn-l.c-btn-l.c-btn-l--mail::before {
    width: 4.375rem;
  }
}

.p-flow__img {
  width: 13.125rem;
}

.p-flow__img img {
  aspect-ratio: 1064/856;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}
.p-flow__text-top {
  padding: 0.9375rem 0;
  font-size: 4.2vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-flow__text-top {
    font-size: 2.5rem;
    padding: 0;
  }
}

.p-flow__text-top.p-flow__test-top--1 {
  border-bottom: dotted 4px #0067c0;
}

.p-flow__text-bottom.p-flow__text-bottom--1 {
  border-top: none;
  margin-top: 1.25rem;
}

.p-flow__text-bottom {
  margin-top: -1vw;
  border-top: dotted 4px #0067c0;
  width: 95%;
  margin-inline: auto;
  padding-top: 2.5rem;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .p-flow__text-bottom {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-flow__text-bottom.p-flow__text-bottom-5 {
  margin-top: 2.5rem;
}

.p-flow__credit-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.6875rem 1.25rem;
  white-space: pre-wrap;
  width: 100%;
  font-size: 4vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #0067c0;
  border-radius: 9999px;
  border: 3px solid #0067c0;
}
@media screen and (min-width: 768px) {
  .p-flow__credit-1 {
    font-size: min(2.08vw, 40px);
  }
}

.p-flow__credit-top-1 {
  margin-top: 3.125rem;
  margin-inline: auto;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-flow__credit-top-1 {
    margin-top: 4.0625rem;
    max-width: 75rem;
  }
}

.p-flow__credit-1__img-wrap {
  margin-top: 1.875rem;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow__credit-1__img-wrap {
    border-radius: 30px;
    padding: 2.5rem;
  }
}

.p-flow__credit-1__img {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__credit-1__img {
    width: 48.4vw;
  }
}

.p-flow__credit-2__img-wrap {
  background: #fff;
  margin-top: 1.875rem;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow__credit-2__img-wrap {
    padding: 2.5rem;
    border-radius: 30px;
  }
}

.p-flow__credit-2__img {
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__credit-2__img {
    width: 42.2vw;
  }
}

.p-flow__p-announce__body {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__p-announce__body {
    margin-top: 8.75rem;
  }
}

.p-flow__cta__body {
  margin-top: 2.5rem;
}

.p-footer {
  background-color: #0067c0;
}

.p-footer__inner {
  width: 90vw;
  margin-inline: auto;
  width: 100%;
}

.p-footer__top {
  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;
  color: #fff;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0rem 1.875rem 3.125rem;
  }
}

.p-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-wrap {
    width: 52.8409090909%;
  }
}

.p-footer__logo {
  padding: 0 0.9375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 4.75rem;
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-top: 1.25rem;
    max-width: 21.5625rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-inline: 0;
  }
}

.p-footer__nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2vw;
  }
}

.p-footer__nav-item {
  padding: 0rem 1.5625rem;
  font-size: 4.2vw;
  font-weight: 500;
  color: #fff;
  border-top: 4px #fff dotted;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    padding: 0.9375rem 1.5625rem;
    font-size: 0.97vw;
    padding: 0;
    border: none;
  }
}

.p-footer__nav-item a {
  padding: 2.1875rem 0.625rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a {
    padding: 0;
    width: auto;
    width: initial;
  }
}

.p-footer__nav-item:last-child {
  border-bottom: 4px #fff dotted;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item:last-child {
    border: none;
  }
}

.p-footer__nav-item::before {
  position: absolute;
  display: inline-block;
  background: url(../images/icon-footer.png) no-repeat center;
  background-size: 100%;
  content: "";
  top: 50%;
  right: 4vw;
  width: 2.3vw;
  height: 4.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item::before {
    background-image: none;
  }
}

.p-footer__text-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 90%;
  font-weight: 500;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__text-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: initial;
    margin-inline: 0;
    width: 46.3068181818%;
  }
}

.p-footer__head {
  font-size: 4.4vw;
  margin-left: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__head {
    font-size: 1vw;
    text-align: left;
    text-align: initial;
  }
}

.p-footer__textblock {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__textblock {
    margin-top: 0.625rem;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    border: 2px solid #fff;
  }
}

.p-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.p-footer__list-item {
  font-size: 2.9vw;
  padding: 3.3vw 1vw;
  border-radius: 9999px;
  border: 2px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__list-item {
    font-size: 1vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: start;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__list-item::before {
    content: "";
    display: inline-block;
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 50%;
    background-color: #fff;
  }
}

.p-footer__btn.c-btn-l.c-btn-l--mail::before {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.6875rem;
  width: 1.302vw;
  height: 1.302vw;
  margin-right: 0.573vw;
}

.p-footer__btn.c-btn-l.c-btn-l--line,
.p-footer__btn.c-btn-l.c-btn-l--mail {
  font-size: 5.09vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__btn.c-btn-l.c-btn-l--line,
  .p-footer__btn.c-btn-l.c-btn-l--mail {
    padding: 1vw 1.719vw;
    font-size: 0.99vw;
  }
}

.p-footer__btn.c-btn-l.c-btn-l--line::before {
  width: 7.406vw;
  height: 6.8vw;
  margin-right: 2vw;
}
@media screen and (min-width: 768px) {
  .p-footer__btn.c-btn-l.c-btn-l--line::before {
    width: 1.406vw;
    height: 1.146vw;
    margin-right: 0.573vw;
  }
}

.p-footer__btn.c-btn-l.c-btn-l--mail::before {
  width: 7.406vw;
  height: 6.146vw;
  margin-right: 2vw;
}
@media screen and (min-width: 768px) {
  .p-footer__btn.c-btn-l.c-btn-l--mail::before {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.6875rem;
  }
}

.p-footer__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffcb2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5%;
  height: 20vw;
  padding: 0 1.7vw;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0;
    height: 4.5vw;
    padding: 0 1vw;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

.p-footer__link-block {
  width: 66%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__link-block {
    display: contents;
  }
}

.p-footer__link-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.17vw;
}

.p-footer__link-panel.p-cta__link-panel {
  background-color: #fff;
  color: #ffcb2d;
  font-size: 2vw;
  padding: 0.925vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-footer__link-panel.p-cta__link-panel {
    padding: 0.625vw 2vw;
    font-size: 0.833vw;
  }
}

.p-footer__call.c-btn-link-call {
  margin-left: 5.5vw;
  font-size: 7.8vw;
  line-height: 1;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__call.c-btn-link-call {
    margin-left: 2.5vw;
    font-size: 2.7vw;
    line-height: 1;
  }
}

.p-footer__call.c-btn-link-call::before {
  position: absolute;
  top: -0.98vw;
  left: -5vw;
  content: "";
  display: inline-block;
  background: url(../images/footer-phone.png) no-repeat center center/contain;
  background-size: 100%;
  width: 4.5vw;
  height: 9.6vw;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-footer__call.c-btn-link-call::before {
    top: -0.98vw;
    left: -2.39vw;
    width: 2.1vw;
    height: 4.6vw;
  }
}

.p-footer__link-text {
  font-size: 4.6vw;
  margin-left: 1vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__link-text {
    font-size: 1.8vw;
    margin-left: 0;
  }
}

.p-footer__icon-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__icon-wrap {
    display: inline-block;
  }
}

.p-footer__sp-link-wrap-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5vw;
  width: 30%;
}

.p-footer__sp-line,
.p-footer__sp-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.0625rem;
  height: 6.0625rem;
  width: 13.8vw;
  height: 13.8vw;
  border-radius: 50%;
  border: 2px #fff solid;
  text-align: center;
}

.p-footer__sp-line {
  background-color: #75d059;
}

.p-footer__sp-line img {
  width: 7vw;
}

.p-footer__sp-mail {
  background-color: #0067c0;
}

.p-footer__sp-mail img {
  width: 7vw;
}

.p-footer__link-wrap-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5vw;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .p-footer__link-wrap-sp {
    display: none;
  }
}

.p-footer__link-wrap-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__link-wrap-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    width: 35%;
  }
}

.p-footer__icon-wrap.p-cta__icon-2-wrap {
  position: relative;
  width: 8.2%;
}

.p-footer__icon.p-cta__icon-2 {
  margin-top: -1.458vw;
}

.p-footer__icon-text.p-cta__text {
  position: absolute;
  content: "";
  top: 75%;
  left: 0;
  font-size: 1vw;
}

.fv2 {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/3152;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .fv2 {
    aspect-ratio: 3848/2358;
    margin-top: 11.5rem;
    margin-top: -40px;
    z-index: -3;
  }
}

.fv2::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/fv-sp.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .fv2::after {
    bottom: 0;
    right: 0;
    z-index: -1;
    background: url(../images/fv13.jpg) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fv2__title-warp {
    position: absolute;
    top: 12.5vw;
    left: 26.7vw;
    z-index: 4;
  }
}

.fv2__title {
  font-family: "Zen Maru Gothic", sans-serif;
}
/* 各スパンのスタイル */
.fv__1,
.fv__11 {
  font-size: 7vw;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-feature-settings: "smcp", "zero";
          font-feature-settings: "smcp", "zero";
  font-weight: 700;
  color: #fffe85;
  -webkit-text-stroke: 2px #0067c0;
  text-stroke: 2px #0067c0;
  white-space: nowrap;
}

.fv__11 {
  margin-left: -0.9375rem;
}

.fv__2 {
  margin-left: -1.0625rem;
  font-size: 4.8vw;
  letter-spacing: -0.14em;
  color: #0067c0;
}

.fv__3 {
  margin-left: 2.1375rem;
  font-size: 4.2vw;
  color: #d5fbff;
  font-weight: bold;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 2px #0067c0;
  text-stroke: 2px #0067c0;
  line-height: 1;
}

.fv__4 {
  margin-left: -0.6rem;
  font-size: 3.7vw;
  color: #0067c0;
  letter-spacing: -0.14em;
}

.fv__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 1.875rem;
  text-align: center;
  margin-left: 5rem;
  color: #0067c0;
}

.fv__5 {
  font-size: 1.9vw;
  border: 3px solid #0067c0;
  border-radius: 0.625rem;
  padding: 0px 2.5rem;
}

.fv__6 {
  margin-left: 0.375rem;
  font-size: 1.9vw;
  border: 3px solid #0067c0;
  border-radius: 0.625rem;
  padding: 0px 1.375rem;
}

.fv__7 {
  letter-spacing: -0.14em;
  font-size: 3.2vw;
  color: #fffe85;
  -webkit-text-stroke: 2px #ffa841;
  text-stroke: 2px #ffa841;
}

.fv__Caution {
  position: absolute;
  top: 40.7vw;
  left: 25.4vw;
  text-align: center;
  font-family: Zen Maru Gothic;
  font-size: 2.1vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.06em;
  z-index: 1;
}

.fv__8 {
  color: #ff5f5f;
  font-size: 2.1vw;
}

.fv__9 {
  letter-spacing: 0.04em;
  color: #ffa841;
  font-size: 2.3vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffe85));
  background: linear-gradient(transparent 50%, #fffe85 50%);
}

.p-header {
  height: 4.5rem;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    display: block;
    height: 6.25rem;
    max-width: 110rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-inline: auto;
    position: relative;
  }
}

.p-header__inner {
  height: inherit;
}
.p-header__pc-wrap {
  height: inherit;
}
.p-header__top {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo-pc {
    z-index: 10;
    height: inherit;
    width: min(17.7vw, 341px);
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo-pc a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__logo-pc img {
  width: 100%;
}

.p-header__pc-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  height: inherit;
}

.p-header__pc-nav-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}

.p-header__pc-nav-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0067c0;
  border-radius: 0.3125rem;
  font-size: min(0.9vw, 18px);
  line-height: 0.8166666667;
  color: #fff;
  padding: 0.375rem 1.3125rem;
}
.p-header__pc-call {
  padding: 0 1.5625rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-header__pc-nav-btn {
    gap: 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}

.p-header__pc-nav {
  background-color: #f4f4f4;
  padding: 1.1875rem 2rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-header__pc-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .p-header__pc-nav-item {
    height: inherit;
    position: relative;
  }
}

.p-header__pc-nav-item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #cacaca;
}

@media screen and (min-width: 768px) {
  .p-header__pc-nav-item a {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 0px 1.3125rem;
    font-size: min(1.04vw, 20px);
    line-height: 1;
    white-space: nowrap;
    display: block;
    color: #000;
  }
}

.p-header__sp-wrap {
  background-color: #0067c0;
  position: fixed;
  top: 4.5rem;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-header__sp-wrap {
    display: none;
  }
}

.p-header__sp-inner {
  height: 100%;
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__sp-inner {
    padding: 3.125rem 1.25rem 9.375rem;
  }
}

.p-header__sp-wrap.js-off {
  opacity: 0;
  pointer-events: none;
}

.p-header__sp-wrap:not(.js-off) {
  opacity: 1;
  pointer-events: auto;
}

.p-header__sp-nav {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  min-height: 100vh;
}

.p-header__sp-nav-item + .p-header__sp-nav-item {
  margin-top: 1.875rem;
}

.p-header__sp-nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: #002850;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-header__sp-nav-btn {
  margin-top: 1.875rem;
  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;
  margin-inline: auto;
}

.p-header__sp-nav-link:nth-child(n+2) {
  margin-top: 1.875rem;
}

.p-header__sp-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.p-header__sp-wrap.js-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-header__sp-top {
  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;
}

.p-header__sp-top-items {
  padding: 2vw 15vw 2vw 2vw;
  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: 5vw;
}

.p-header__sp-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5vw;
}

.p-header__logo-sp {
  z-index: 10;
  height: inherit;
  width: 16.875rem;
}

.p-header__sp-line,
.p-header__sp-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
}

.p-header__sp-line {
  background-color: #75d059;
}

.p-header__sp-line img {
  width: 1.5625rem;
}

.p-header__sp-mail {
  background-color: #0067c0;
}

.p-header__sp-mail img {
  width: 1.5625rem;
}

.p-header__pc-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 1.875rem;
}

.p-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-wrap {
    width: 52.8409090909%;
  }
}

.p-header__nav.p-footer__nav {
  margin-top: 10vw;
}

.p-header__top-title.p-cta__top-title {
  margin-top: 11vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__top-title.p-cta__top-title::after {
  content: "";
  display: inline-block;
  width: 43vw;
  height: 0.125rem;
  background: #fff;
  margin-left: -7px;
}
@media screen and (min-width: 768px) {
  .p-header__top-title.p-cta__top-title::after {
    width: 13.75rem;
  }
}

.p-header__link-head.p-cta__link-head {
  margin-top: 3vw;
}

.p-header__link-panel.p-cta__link-panel {
  background-color: #fff;
  color: #0067c0;
}

.p-header__link-wrap.p-cta__link-panel-wrap {
  gap: 4.72vw;
}

.p-footer__icon-wrap.p-cta__icon-2-wrap {
  position: relative;
  width: 8.2%;
}

.p-footer__icon.p-cta__icon-2 {
  margin-top: -1.458vw;
}

.p-footer__icon-text.p-cta__text {
  position: absolute;
  content: "";
  top: 75%;
  left: 0;
  font-size: 1vw;
}

.p-header__btn-wrap.p-cta__link-wrap {
  margin-top: 3vw;
}

.p-header__cta-bottom.p-cta__bottom {
  padding-bottom: 6.25rem;
}

.p-contact__cta-head {
  margin-top: 1.875rem;
  font-size: 1.5625rem;
  color: #0067c0;
  line-height: 1;
  text-align: center;
}

.p-contact__link-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.p-header__cta-text.p-cta__link-text {
  font-size: 5.3vw;
  color: #fff;
}

.p-header__link-call.c-btn-link-call {
  margin-top: 1.25rem;
  font-size: 11vw;
  letter-spacing: -0.06em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}

.p-header__link-call.c-btn-link-call::before {
  top: -0.58vw;
  left: 1.61vw;
  background: url(../images/footer-phone.png) no-repeat center center/contain;
  width: 6.1vw;
  height: 9.6vw;
  z-index: 5;
}

.p-header__sp-nav-mail.c-btn-l.c-btn-l--mail {
  color: #0067c0;
  background-color: #fff;
}

.p-header__sp-nav-mail.c-btn-l.c-btn-l--mail::before {
  width: 8.302vw;
  height: 5.302vw;
  margin-right: 0.573vw;
  background: url(../images/sp-nav-mail.png) no-repeat center center/contain;
}

.p-kitchen__mv.c-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2674;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-kitchen__mv.c-mv {
    z-index: -3;
    aspect-ratio: 3848/1470;
    margin-top: -6.875rem;
  }
}

.p-kitchen__mv.c-mv::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/sp-mv-kitchen.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-kitchen__mv.c-mv::after {
    background-image: none;
  }
}

.p-reason {
  background-color: #ffffe0; /* 背景色（任意） */
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-reason::before {
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.6875rem;
    background: url(../images/reason-top.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.p-reason__contents {
  margin-top: 1.6875rem;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-reason__contents {
    padding: 0 0rem;
  }
}

.p-reason__warp {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-reason__warp {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-reason-item__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-reason-item__image-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-reason-item__image-wrap.p-reason-item__image-wrap--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-reason-item__image-wrap.p-reason-item__image-wrap--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__img.p-reason__img--1 {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .p-reason__img.p-reason__img--1 {
    width: 57%;
  }
}

.p-reason__img.p-reason__img--2 {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-reason__img.p-reason__img--2 {
    width: 41%;
  }
}

.p-reason__img.p-reason__img--3 {
  width: 72%;
}
@media screen and (min-width: 768px) {
  .p-reason__img.p-reason__img--3 {
    width: 42%;
  }
}

.p-reason__img.p-reason__img--4 {
  width: 76%;
}
@media screen and (min-width: 768px) {
  .p-reason__img.p-reason__img--4 {
    width: 76%;
  }
}

.p-reason__img.p-reason__img--5 {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .p-reason__img.p-reason__img--5 {
    width: 75%;
  }
}

.p-reason__img.p-reason__img--6 {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-reason__img.p-reason__img--6 {
    width: 70%;
  }
}

.p-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.p-reason__no {
  background-color: #0067c0; /* 黄色い背景 */
  color: #fff;
  font-weight: 700;
  border-radius: 50%; /* 円形 */
  aspect-ratio: 1/1;
  width: 5.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reason__number-label {
  font-size: 1.3125rem;
  line-height: 1;
}

.p-reason__number {
  line-height: 1;
  font-size: 2.5rem;
}

.p-reason__head {
  margin-left: 0.9375rem;
}

.p-reason__label {
  font-size: 7.5vw;
  color: #0067c0;
}
@media screen and (min-width: 768px) {
  .p-reason__label {
    font-size: 2.8125rem;
  }
}

.p-reason__title {
  font-size: 4.7vw;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 2.5rem;
  }
}

.p-reason-card__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-reason-card__img {
    display: block;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason-card__img.p-reason-card__img--1 {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .p-reason-card__img.p-reason-card__img--2 {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .p-reason-card__img.p-reason-card__img--3 {
    width: 33%;
  }
}

.p-reason__text {
  font-size: 4vw;
  line-height: 1.3;
  margin-top: 30px;
  border-top: dotted 2px #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    font-size: 1.375rem;
  }
}

.p-reason__text::before {
  position: absolute;
  content: "";
  top: -3.6875rem;
  left: 0;
  display: inline-block;
  width: 100%;
  max-width: 32.3125rem;
  height: 5.6875rem;
  background: url(../images/reason-line.png) no-repeat center;
  background-size: 100%;
}

/* ベーススタイル */
.reason-section {
  padding: 3.75rem 1.25rem; /* セクション全体の上下の余白 */
}

.p-reason__body {
  position: relative;
}

.reason-section__inner {
  position: absolute;
  top: -0.625rem; /* 画像の少し上に配置 */
  right: -0.625rem; /* 画像の少し右に配置 */
  background-color: #fce800; /* 黄色い背景 */
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.3125rem 0.625rem;
  border-radius: 50%; /* 円形 */
  min-width: 40px; /* 円のサイズ調整 */
  height: 40px; /* 円のサイズ調整 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.reason-item {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  padding: 1.25rem;
  text-align: center;
  width: calc(33.333% - 20px); /* PC: 3列表示 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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; /* 中央寄せ */
}

.reason-item__image-wrap {
  position: relative;
  width: 100%; /* 親要素の幅に合わせて画像も調整 */
  margin-bottom: 15px;
}

.reason-item__image {
  max-width: 100%;
  height: auto;
  display: block; /* 画像下の余白をなくす */
  margin: 0 auto; /* 中央寄せ */
}

.reason-item__number {
  position: absolute;
  top: -10px; /* 画像の少し上に配置 */
  right: -10px; /* 画像の少し右に配置 */
  background-color: #fce800; /* 黄色い背景 */
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50%; /* 円形 */
  min-width: 40px; /* 円のサイズ調整 */
  height: 40px; /* 円のサイズ調整 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.reason-item__label {
  background-color: #0067c0;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block; /* テキストにフィット */
  margin-bottom: 10px;
}

.reason-item__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}

.reason-item__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: left; /* テキストは左寄せに */
}

/* 特定の文字の色を変更するユーティリティクラス */
.u-text-red {
  color: #e30000; /* 即日対応の赤色 */
}

/* --- スマートフォン対応 (全要素を縦一列に) --- */
@media (max-width: 768px) {
  /* タブレット以下の幅を想定 */
  .reason-section {
    padding: 40px 15px;
  }
  .reason-section__main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .reason-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* 縦並び */
    gap: 20px; /* アイテム間の隙間を調整 */
  }
  .reason-item {
    width: 100%; /* 幅を100%にする */
    padding: 15px;
  }
  .reason-item__image-wrap {
    margin-bottom: 10px;
  }
  .reason-item__number {
    font-size: 16px;
    padding: 4px 8px;
    min-width: 35px;
    height: 35px;
  }
  .reason-item__title {
    font-size: 18px;
  }
  .reason-item__text {
    font-size: 13px;
  }
}
/* さらに小さいスマホ向け */
@media (max-width: 480px) {
  .reason-section__main-title {
    font-size: 24px;
  }
}
.p-service-about.p-about {
  margin-top: 3.5rem;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-about.p-about {
    padding-bottom: 8vw;
    margin-top: 6.875rem;
  }
}

.p-service__blue-area {
  background-color: #ecfdff;
  padding-top: 0.625rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__blue-area {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

.p-service__item {
  margin-top: 3.75rem;
  background: #fff;
  border: 3px solid #f5e56b;
  border-radius: 30px;
  padding: 3.3125rem 4vw;
  width: 100%;
  margin-inline: auto;
}

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

@media screen and (min-width: 768px) {
  .p-service__header-img {
    margin-top: -5rem;
    position: relative;
    width: 8.125rem;
  }
}

.p-service__header-img img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__header-img img {
    display: block;
  }
}

.p-service__list-head {
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  line-height: 2.1;
  border-bottom: 7px dotted #69a5d7;
  width: 90%;
}

.p-service__list-item {
  font-size: 4vw;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__list-item {
    font-size: 1.5625rem;
  }
}

.p-service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #0077cc;
  border-radius: 35px;
  overflow: hidden;
}

.p-service__label {
  background-color: #ecfdff;
  border-right: 2px solid #0077cc;
  padding: 0.75rem 2vw 0.75rem 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-service__label {
    padding: 0.75rem 3.5rem;
  }
}

.p-service__label.p-service__label--head {
  background-color: #0077cc;
  color: white;
}

.p-service__label.p-service__label--white {
  background-color: #fff;
}

.p-service__value {
  padding: 16px;
  width: 40%;
  background-color: #ecfdff;
  color: #333;
  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;
}

.p-service__value.p-service__value--head {
  background-color: #ffe65c;
  color: #333;
}

.p-service__value.p-service__value--white {
  background-color: #fff;
}

.p-service__item-text {
  margin-top: 2.5rem;
}

.p-test {
  color: red;
  font-size: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-toiret__mv.c-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2674;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-toiret__mv.c-mv {
    z-index: -3;
    aspect-ratio: 3848/1470;
    margin-top: -6.875rem;
  }
}

.p-toiret__mv.c-mv::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/sp-mv-toilet.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-toiret__mv.c-mv::after {
    background-image: none;
  }
}

.p-top-area {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  background-color: #fbf9f5;
}
@media screen and (min-width: 768px) {
  .p-top-area {
    padding-bottom: 6.25rem;
  }
}

.p-top-area__inner {
  width: 100%;
  padding: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-area__inner {
    max-width: 1175px;
    padding: 0 0.9375rem;
  }
}

.p-top-area__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
@media screen and (min-width: 768px) {
  .p-top-area__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.25rem;
  }
}

.p-top-area__head {
  margin-top: 4.375rem;
  padding: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #0067c0;
  border-radius: 1.25rem;
  max-width: 11.125rem;
  width: 100%;
}

.p-top-area__img {
  margin-top: 1.1875rem;
  width: 100%;
}

.p-top-area__img img {
  aspect-ratio: 1092/754;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-top-area__textblock {
  margin-top: 1.6875rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}

.p-top-blog {
  background-color: #0067c0;
}

.p-top-blog__title__main.c-section-title__main {
  color: #fff;
}

.p-top-blog__title__en.c-section-title__en {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.p-top-blog__title__circle.c-section-title__circle span {
  background-color: #fff;
}

.p-top-blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1.25rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-top: 5.125rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    overflow: visible;
  }
}

.P-top-blog__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-top-btn-blog {
  display: inline-block;
  padding: 1.25rem;
  width: 80%;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  color: #0067c0;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-btn-blog {
    width: 24%;
  }
}

.p-modern-accordion {
  max-width: 78.75rem;
  margin: 0 auto;
}

.p-accordion-item {
  border-top: 0.3125rem dotted #b8b8b8;
  overflow: hidden;
  background: white;
}

.p-accordion-item:last-child {
  border-bottom: 0.3125rem dotted #b8b8b8;
}

.p-top-faq__header.accordion-header {
  width: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.p-top-faq__header.accordion-header:hover {
  background-color: #f8fafc;
}

.p-top-faq__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top-faq__header-content {
    gap: 2.5625rem;
  }
}

.p-top-faq__label {
  font-size: 7.3vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-faq__label {
    font-size: 3.1875rem;
  }
}

.p-top-faq__title {
  font-size: 3.9vw;
  color: #0067c0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-faq__title {
    font-size: 1.5625rem;
  }
}

.p-top-faq__icon-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5vw;
  height: 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-faq__icon-wrap {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-top-faq__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-faq__text {
  font-size: 3.9svw;
}
@media screen and (min-width: 768px) {
  .p-top-faq__text {
    font-size: 1.375rem;
  }
}

.p-top-faq__line:first-child {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top-faq__line:last-child {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordion-header.active .p-top-faq__line:last-child {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-top-faq__accordion-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.p-top-faq__body {
  padding: 0 1.875rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5625rem;
}

.p-top-faq__body-label {
  font-size: 7.3vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-faq__body-label {
    font-size: 2.5rem;
  }
}

.p-top-faq {
  background-color: #fff;
}

.p-top-faq__head {
  margin-top: 3.4375rem;
  font-size: 1.375rem;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__head {
    text-align: center;
    padding: 0;
  }
}

.p-top-faq__contents {
  margin-top: 4.0625rem;
}

/* アニメーション用の状態 */
.accordion-body.entering {
  height: var(--content-height);
}

.accordion-body.leaving {
  height: 0;
}

.p-top-flow {
  background-color: #ecfdff;
}

.p-top-flow__contents {
  margin-top: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-flow__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem; /* アイテムと区切り線（アイコン）の間のスペースを調整 */
  }
}

.p-top-flow__item {
  border: 5px solid #0067c0;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
}

.p-top-flow__item.p-top-flow__item-3 {
  position: relative;
}

.p-top-flow__separator {
  position: relative;
}

.p-top-flow__separator::before {
  position: absolute;
  display: inline-block;
  background: url(../images/flow-5.png) no-repeat center;
  background-size: 100%;
  content: "";
  top: -32px;
  left: 50%;
  width: 1.5rem;
  height: 4.125rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-top-flow__separator::before {
    top: 16.375rem;
    left: -6px;
    width: 0.875rem;
    height: 2.25rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-top-flow__item {
  /* 既存のカードスタイル */
}

.p-top-flow__top {
  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;
}

.p-top-flow__no {
  background-color: #ffe65c;
  border-radius: 9999px;
  font-size: 6.7vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  text-align: center;
  padding: 0.25rem 1.8125rem 1.125rem;
  line-height: 1;
  width: 35vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow__no {
    font-size: 1.5vw;
    width: 8.9vw;
    padding: 0.25rem 1.8125rem 0.5rem;
  }
}

.p-top-flow__head {
  margin-top: 0.5625rem;
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0067c0;
}

.p-top-flow__icon1 {
  width: 22%;
}

.p-top-flow__icon2 {
  width: 26%;
}

.p-top-flow__icon3 {
  width: 26%;
}

.p-top-flow__icon4 {
  width: 26%;
}

.p-top-flow__icon5 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-flow__icon5 {
    display: block;
    position: absolute;
    width: 76.2%;
    right: 1.375rem;
    bottom: 0.025rem;
  }
}

.p-top-flow__lead {
  margin-top: 2.5rem;
  font-size: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-flow__lead {
    text-align: center;
    font-size: 1.375rem;
  }
}

.p-top-flow__lead::before {
  position: absolute;
  content: "";
  top: -1.375rem;
  left: 0;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 5px;
  background: url(../images/flow-line.png) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-flow__lead::before {
    max-width: 15.3125rem;
  }
}

.top-flow__1 {
  color: #ffb819;
}

.p-top-flow-link-wrap {
  margin-top: 0.4vw;
}

.p-top-flow-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow-btn-wrap {
    gap: 0.3vw;
  }
}

.p-top-flow__call {
  margin-top: 1.25rem;
  font-size: 8.3vw;
  line-height: 1.2;
  color: #0067c0;
  border-radius: 9999px;
  border: 1px solid #0067c0;
  padding: 0.6vw 12vw;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-flow__call {
    margin-top: 0;
    font-size: 1.4vw;
    padding: 0.5vw 1.3vw;
  }
}

.p-top-flow-btn-wrap {
  margin-top: 3.5vw;
}
@media screen and (min-width: 768px) {
  .p-top-flow-btn-wrap {
    margin-top: 0.8vw;
  }
}

.p-top-flow__line {
  width: 100%;
}

.p-top-flow__mail {
  width: 100%;
}

.p-top-flow__line-btn.c-btn-l.c-btn-l--line {
  width: 100%;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__line-btn.c-btn-l.c-btn-l--line {
    width: 7.5rem;
    height: 2.5rem;
  }
}

.p-top-flow__line-btn.c-btn-l.c-btn-l--line::before {
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__line-btn.c-btn-l.c-btn-l--line::before {
    margin-right: 0;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-top-flow__mail-btn.c-btn-l.c-btn-l--mail {
  width: 100%;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__mail-btn.c-btn-l.c-btn-l--mail {
    width: 7.5rem;
    height: 2.5rem;
  }
}

.p-top-flow__mail-btn.c-btn-l.c-btn-l--mail::before {
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__mail-btn.c-btn-l.c-btn-l--mail::before {
    margin-right: 0;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-top-service-card__wrap {
  width: 100%;
}
.p-top-service__contents {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.25rem;
  -webkit-column-gap: 1.7vw;
     -moz-column-gap: 1.7vw;
          column-gap: 1.7vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 450px) {
  .p-top-service__contents {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service__contents {
    padding: 0 0.9375rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.25rem;
       -moz-column-gap: 3.25rem;
            column-gap: 3.25rem;
    row-gap: 5.625rem;
  }
}

.p-top-service-card__wrap.p-top-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.p-top-service-card__wrap.p-top-item .p-top-service-card__link {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service-card__wrap.p-top-item .p-top-service-card__link {
    margin-top: 0.9375rem;
  }
}

.p-top-service-card {
  padding: 0.625rem 0.625rem 0.625rem;
  padding: 5%;
  background-color: #fff;
  width: 100%;
  border: #ffe65c 3px solid;
  border-radius: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-service-card {
    padding: 2.375rem 2.5rem 2.375rem;
  }
}

.p-top-service-card__img {
  width: 90%;
  width: 100%;
}
.p-top-service-card__img img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-inline: auto;
}

.p-top-service-card__head {
  font-size: 3.6vw;
  font-size: clamp(11px, 3.32vw, 27px);
  text-align: center;
  color: #0067c0;
  line-height: 2.3em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-service-card__head {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service-card__head {
    font-size: 1.875rem;
  }
}

.p-top-service-card__head span {
  display: block;
  width: 97%;
  border-bottom: dotted #0067c0 1.7vw;
  margin-inline: auto;
}
@media screen and (min-width: 450px) {
  .p-top-service-card__head span {
    width: 100%;
    border-bottom: dotted #0067c0 2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service-card__head span {
    border-bottom: dotted #0067c0 6px;
  }
}

.p-top-service-card__lead {
  margin-top: 1.4375rem;
  font-size: 1rem;
  font-size: 3vw;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .p-top-service-card__lead {
    font-size: 1.375rem;
  }
}

.p-top-service-card__link {
  margin-top: 1.625rem;
  padding: 0.3125rem 0.625rem;
  width: 70%;
  margin-inline: auto;
  border-radius: 9999px;
  background-color: #0067c0;
  color: #fff;
  font-size: 3vw;
  margin-inline: auto;
  text-align: center;
  display: block;
  width: 82%;
}
@media screen and (min-width: 768px) {
  .p-top-service-card__link {
    font-size: 1rem;
    padding: 1.0625rem 3.125rem;
    font-size: 1.5625rem;
  }
}

.c-service__card.p-top-service-card {
  aspect-ratio: auto;
}

.c-service__card-btn.p-top-service-card__link {
  padding: 1.1vw 1vw;
}
@media screen and (min-width: 768px) {
  .c-service__card-btn.p-top-service-card__link {
    padding: 0.5vw 1vw;
  }
}

.p-washroom__mv.c-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/2674;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-washroom__mv.c-mv {
    z-index: -3;
    aspect-ratio: 3848/1470;
    margin-top: -6.875rem;
  }
}

.p-washroom__mv.c-mv::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/sp-mv-washroom.jpg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-washroom__mv.c-mv::after {
    background-image: none;
  }
}

.detail__thumbnail {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

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

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

.is-hidden {
  display: none;
}

.u-mv__color {
  background-color: #fbf9f5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-mv__color::before {
    position: absolute;
    content: "";
    display: block;
    top: 0.125rem;
    left: 0;
    width: 100%;
    height: 4vw;
    background: url(../images/service-top.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.u-mv__color-b {
  background-color: #ecfdff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-mv__color-b::before {
    position: absolute;
    content: "";
    display: block;
    top: 0.125rem;
    left: 0;
    width: 100%;
    height: 4vw;
    background: url(../images/blue-top.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-title-br-sp {
  display: block;
}
@media screen and (min-width: 450px) {
  .u-title-br-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
