@charset "UTF-8";

.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #ffffff;
  color-scheme: light;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

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;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

html {
  font-size: 16px;
}

.l-footer-copy-txt {
  font-size: 20px !important;
}

.l-footer-logo img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}

.difference {
  padding-top: 3.75rem;
  background: #ffffff;
}

.difference__inner {
  width: 100%;
  max-width: 100%;
}

.difference__container {
  width: 100%;
  max-width: 100%;
  padding-top: 1.25rem;
  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: 1px;
}

.difference__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.difference__column--brand {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
}

.difference__column--header {
  background: transparent;
}

.difference__corner {
  width: 100%;
  height: 4.8125rem;
  background: transparent;
}

.difference__row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  background: #ddf3e0;
  color: #0B9380;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  border-bottom: 1px solid #ffffff;
  min-height: 7.5625rem;
  padding-block: 2.875rem;
  text-align: center;
  line-height: 1.4;
}

.difference__col-head--brand {
  background: #0b9380;
  color: #ffffff;
  border: 6px solid #0b9380;
  width: 100%;
  max-width: 20rem !important;
  min-height: 5rem;
  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;
  font-weight: 600;
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
}

.difference__col-head.difference__col-head--brand {
  color: #ffffff;
  background-color: #0b9380;
  width: 100%;
  max-width: 20rem !important;
}

.difference__cell--brand {
  background: #ffffff;
  border-left: 6px solid #0b9380;
  border-right: 6px solid #0b9380;
  border-bottom: 1px solid #0b9380;
  width: 100%;
  max-width: 18.125rem;
  min-height: 8.125rem;
  padding: 1rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.3125rem;
}

.difference__cell--brand:last-child {
  border-bottom: 6px solid #0b9380;
}

.difference__cell.difference__cell--brand {
  padding: 0.5rem 0.625rem;
  background-color: #ffffff;
  border-bottom: 1px solid #0b9380;
}

.difference__cell.difference__cell--brand:last-child {
  border-bottom: 6px solid #0b9380;
}

.difference__col-head {
  background: #e6e6e6;
  color: #171c16;
  font-weight: 600;
  padding: 1.625rem 0.625rem;
  text-align: center;
  width: 100%;
  min-width: 18.125rem;
  min-height: 4.8125rem;
  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;
}

.difference__col-head.difference__col-head--brand {
  max-width: 21.5625rem;
  min-width: 21.5625rem;
}

.difference__cell.difference__cell--brand {
  max-width: 21.5625rem;
  min-width: 21.5625rem;
}

.difference__cell {
  background: #f0f0f0;
  padding: 1.25rem;
  min-height: 7.5625rem;
  max-width: 18.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.3125rem;
  border-bottom: 1px solid #ffffff;
}

.difference__brand-icon {
  font-size: 1.875rem;
  color: #ff9800;
  display: block;
}

.difference__ok,
.difference__ng {
  font-size: 1.875rem;
  color: #171c16;
  display: block;
}

.difference__desc {
  color: #171c16;
  text-align: center;
  font-size: clamp(0.8125rem, 0.7464788732rem + 0.2816901408vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

.difference__desc-small {
  color: #171c16;
  text-align: center;
  font-size: clamp(0.625rem, 0.5809859155rem + 0.1877934272vw, 0.75rem);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1.1px;
  display: block;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.u-action {
  padding-block: 5rem;
  background-image: url(../../assets/img/common/main-bg-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 39.9375rem;
  background-color: #ffffff;
}

.u-action__inner {
  width: 100%;
  max-width: clamp(48rem, 37.8327464789rem + 43.3802816901vw, 76.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 25px;
  margin-inline: auto;
}

.u-action__image {
  width: 100%;
  max-width: clamp(21.875rem, 17.2535211268rem + 19.7183098592vw, 35rem);
  aspect-ratio: 560/479;
}

.u-action__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-action__title-block {
  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;
}

.u-action__title {
  width: 100%;
  max-width: clamp(21.875rem, 15.448943662rem + 27.4178403756vw, 40.125rem);
  aspect-ratio: 642/179;
}

.u-action__label {
  width: 100%;
  max-width: clamp(16rem, 13.6452464789rem + 10.0469483568vw, 22.6875rem);
  background-color: #ffffff;
  text-align: center;
  color: #0b9380;
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-weight: 600;
  padding: 0.1875rem 0.5625rem;
}

.u-action__title img {
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-action__text {
  margin-top: 2rem;
  color: #ffffff;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-break {
  display: none;
}

.u-break2 {
  display: block;
}

.u-contact {
  padding-block: 4rem;
  background: #DBF4DE;
}

.u-contact__inner {
  width: 100%;
  max-width: clamp(48rem, 37.8327464789rem + 43.3802816901vw, 76.875rem);
  margin-inline: auto;
  padding-inline: 25px;
}

.u-contact__title {
  text-align: center;
  color: #171c16;
  font-size: clamp(1.75rem, 1.661971831rem + 0.3755868545vw, 2rem);
  font-weight: 600;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: -0.3125rem;
  text-decoration-thickness: 0.9375rem;
  text-decoration-color: #fff64a;
  -webkit-text-decoration: underline;
  -webkit-text-underline-offset: -0.3125rem;
  -webkit-text-decoration-thickness: 0.9375rem;
  -webkit-text-decoration-color: #fff64a;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
}

.u-contact__container {
  margin-top: 3rem;
  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: 4rem;
}

.u-contact__contents-label {
  text-align: center;
  color: #171c16;
  font-size: clamp(1.1875rem, 1.0774647887rem + 0.4694835681vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-contact__contents-label-color {
  color: #0B9380;
  font-size: clamp(1.1875rem, 1.0774647887rem + 0.4694835681vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-contact__contents-label::before {
  content: "";
  display: block;
}

.u-contact__contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: clamp(21.25rem, 19.2253521127rem + 8.6384976526vw, 27rem);
  min-width: clamp(21.25rem, 19.2253521127rem + 8.6384976526vw, 27rem);
  padding: 1.0625rem 1.25rem;
  -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;
  gap: 0.375rem;
  border: 3px solid #0B9380;
  border-radius: 12.5rem;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-contact__contents-wrapper:hover {
  background-color: #0B9380;
}

.u-contact__contents-wrapper:hover .u-contact__contents-number {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.u-contact__contents-wrapper:hover .u-contact__contents-time {
  color: #ffffff;
}

.u-contact__contents-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.u-contact__phone-label-color {
  color: #0B9380;
}

.u-contact__contents-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0B9380;
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.72px;
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid #0B9380;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-contact__contents-number:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.u-contact__contents-number::before {
  content: "";
  display: inline-block;
  background-image: url("../../phone-call.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.1875rem;
  height: 2.1875rem;
  aspect-ratio: 35/35;
  margin-right: 0.75rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.u-contact__contents-wrapper:hover .u-contact__contents-number::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.u-contact__contents-time {
  margin-top: 0.375rem;
  text-align: center;
  color: #0B9380;
  font-size: clamp(0.8125rem, 0.7904929577rem + 0.0938967136vw, 0.875rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-contact__contents-wrapper.u-contact__contents-wrapper--style {
  background-color: #0B9380;
  gap: 0rem;
}

.u-contact__contents-wrapper.u-contact__contents-wrapper--style:hover {
  background-color: #ffffff;
}

.u-contact__contents-wrapper.u-contact__contents-wrapper--style:hover .u-contact__contents-button--style {
  color: #0B9380;
  border-bottom-color: #0B9380;
}

.u-contact__contents-wrapper.u-contact__contents-wrapper--style:hover .u-contact__contents-time--style {
  color: #0B9380;
}

.u-contact__contents-button.u-contact__contents-button--style {
  width: 100%;
  max-width: 13.5rem;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-contact__contents-time.u-contact__contents-time--style {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-difference {
  padding-block: 5rem;
  background: #ffffff;
}

.u-difference__inner {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 25px;
}

.u-faq {
  padding-block: 5rem;
  background-color: #ffffff;
}

.u-faq__inner {
  width: 100%;
  max-width: clamp(42.5rem, 32.5968309859rem + 42.2535211268vw, 70.625rem);
  margin-inline: auto;
  padding-inline: 25px;
}

.u-faq__heading-block {
  text-align: center;
}

.u-faq__container {
  margin-top: 4rem;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.u-faq__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: 1.25rem;
}

.u-faq__item {
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #d9d9d9;
}

.u-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-block: 1.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  gap: 2.5rem;
}

.u-faq__q-mark {
  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;
  color: #0b9380;
  font-size: clamp(1.75rem, 1.3098591549rem + 1.8779342723vw, 3rem);
  font-weight: 700;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}

.u-faq__q-text {
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  color: #000000;
  font-weight: 600;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-faq__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -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;
}

.u-faq__toggle::before,
.u-faq__toggle::after {
  content: "";
  position: absolute;
  background-color: #0b9380;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

.u-faq__toggle::before {
  width: 1.875rem;
  height: 0.25rem;
}

.u-faq__toggle::after {
  width: 0.25rem;
  height: 1.875rem;
}

.u-faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease-out, padding 0.7s ease-out;
  transition: max-height 0.7s ease-out, padding 0.7s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-inline: 0 1.5rem;
  padding-block: 0;
  will-change: max-height, padding;
}

.u-faq__item.is-open .u-faq__answer {
  max-height: 800px;
  padding-block: 1.5rem;
}

.u-faq__item.is-open .u-faq__toggle::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.u-faq__item.is-open .u-faq__toggle::after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.u-faq__a-mark {
  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;
  color: #0b9380;
  font-size: clamp(1.75rem, 1.3098591549rem + 1.8779342723vw, 3rem);
  font-weight: 700;
  line-height: 1.8;
  margin-right: 2.5rem;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}

.u-faq__a-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-faq__a-content p:last-child {
  margin-bottom: 0;
}

.u-faq__a-text {
  color: #000000;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.48px;
}

.u-fv {
  background-image: url(../../assets/img/common/fv-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 20.625rem;
}

.u-fv__inner {
  width: 100%;
  max-width: 1130px;
  height: inherit;
  margin-inline: auto;
  padding-inline: 25px;
  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;
}

.u-fv__heading-block {
  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: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-fv__heading {
  color: #ffffff;
  font-size: clamp(1.5rem, 1.1038732394rem + 1.6901408451vw, 2.625rem);
  font-weight: 600;
}

.u-fv__sub-heading {
  color: #0b9380;
  text-align: center;
  font-family: Oswald;
  font-size: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  font-weight: 300;
}

.bread_wrap.meo-bread_wrap {
  margin-bottom: 0 !important;
}

.u-pankuzu {
  padding-block: 0.9375rem;
  background-color: #ffffff;
}

.u-pankuzu__inner {
  width: 100%;
  max-width: clamp(42.5rem, 32.5968309859rem + 42.2535211268vw, 70.625rem);
  margin-inline: auto;
  padding-inline: 25px;
}

.u-pankuzu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-pankuzu__link {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.88px;
}

.u-pankuzu__link span {
  color: #039194;
}

.u-performance {
  padding-block: 5rem;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 255, 244, 0.4)), to(rgba(240, 255, 244, 0.4))), url(<path-to-image>) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(240, 255, 244, 0.4) 0%, rgba(240, 255, 244, 0.4) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  z-index: 1;
}

.u-performance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../assets/img/common/performance-bg3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -2;
}

.u-performance::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: -1;
}

.u-performance__inner {
  width: 100%;
  max-width: clamp(62.5rem, 59.639084507rem + 12.20657277vw, 70.625rem);
  margin-inline: auto;
  padding-inline: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.u-performance__container {
  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.8125rem;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.15);
}

.u-performance__title-block {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  padding: 0.25rem 2.5rem;
  background-color: #039194;
}

.u-performance__title {
  color: #ffffff;
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-performance__box {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.u-performance__images {
  padding-block: 0.875rem;
  width: 100%;
  max-width: clamp(14.375rem, 9.8195422535rem + 19.4366197183vw, 27.3125rem);
  aspect-ratio: 437/534;
}

.u-performance__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-performance__image-block {
  width: 100%;
  max-width: clamp(23rem, 20.7112676056rem + 9.765258216vw, 29.5rem);
}

.u-performance__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 472/320;
}

.u-performance__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-performance__text {
  margin-top: 2.5rem;
  color: #171c16;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-plan {
  padding-block: 5rem;
  background-color: #ffffff;
}

.u-plan__inner {
  width: 100%;
  max-width: clamp(42.5rem, 32.5968309859rem + 42.2535211268vw, 70.625rem);
  margin-inline: auto;
  padding-inline: 25px;
}

.u-plan__title-block {
  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: 100%;
  max-width: 100%;
  background-color: #0B9380;
  padding-block: 0.625rem;
}

.u-plan__title {
  color: #ffffff;
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-plan__container {
  margin-top: 4rem;
  border: 4px solid #0B9380;
  border-radius: 8px;
}

.u-plan__box {
  width: 100%;
  max-width: clamp(42.5rem, 35.4577464789rem + 30.0469483568vw, 62.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 3rem 3.5rem;
  gap: 0.75rem;
  margin-inline: auto;
}

.u-plan__before {
  padding-top: 5.625rem;
}

.u-plan__before,
.u-plan__after {
  width: 100%;
  max-width: clamp(12.5rem, 6.9982394366rem + 23.4741784038vw, 28.125rem);
}

.u-plan__cost-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: clamp(1.0625rem, 0.9964788732rem + 0.2816901408vw, 1.25rem);
  font-weight: 600;
}

.u-plan__cost-amount {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.875rem, 2.4788732394rem + 1.6901408451vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.u-plan__cost-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #000000;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 600;
  padding-left: 0.3125rem;
}

.u-plan__before-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: clamp(12.5rem, 7.1522887324rem + 22.8169014085vw, 27.6875rem);
}

.u-plan__before-container {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.u-plan__plus {
  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;
  color: #70ab44;
  font-size: clamp(4rem, 3.2957746479rem + 3.0046948357vw, 6rem);
  font-weight: 300;
  line-height: 1.8;
}

.u-plan__after-wrapper {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}

.u-plan__after-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.u-plan__after-title-block {
  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: 100%;
  max-width: clamp(20rem, 17.9313380282rem + 8.8262910798vw, 25.875rem);
  padding: 0.75rem 0.625rem;
  gap: 0.625rem;
  background-color: #cc0d23;
  border-radius: 100px;
}

.u-plan__important {
  color: #ffffff;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-plan__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: clamp(18.75rem, 15.889084507rem + 12.20657277vw, 26.875rem);
  padding: 0.375rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 100px;
  border: 2px solid #0B9380;
  background: #ffffff;
  color: #0B9380;
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-plan__text.u-plan__text--style {
  font-size: clamp(0.8125rem, 0.6584507042rem + 0.6572769953vw, 1.25rem);
  padding: 0.375rem 0.875rem;
  text-align: center;
}

.u-plan__sub-text-color {
  color: #cc0d23;
}

.u-plan__text--space {
  margin-top: 1rem;
}

.u-plan__sub-text {
  margin-top: 1.25rem;
  color: #000000;
  text-align: center;
  font-size: clamp(0.8125rem, 0.7904929577rem + 0.0938967136vw, 0.875rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-service {
  padding-block: 5rem;
  background-color: #EEFCF7;
}

.u-service__inner {
  width: 100%;
  max-width: clamp(48rem, 40.0334507042rem + 33.9906103286vw, 70.625rem);
  margin-inline: auto;
  padding-inline: 25px;
}

.u-service__items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(3.125rem, 2.4647887324rem + 2.8169014085vw, 5rem);
     -moz-column-gap: clamp(3.125rem, 2.4647887324rem + 2.8169014085vw, 5rem);
          column-gap: clamp(3.125rem, 2.4647887324rem + 2.8169014085vw, 5rem);
  row-gap: clamp(2.5rem, 2.676056338rem + -0.7511737089vw, 2rem);
}

.u-service__item {
  width: 100%;
  max-width: inherit;
  padding-block: 1.25rem;
}

.u-service__title {
  color: #039194;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-service__title::after {
  margin-top: 0.625rem;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #039194;
}

.u-service__container {
  margin-top: 2rem;
  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: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
}

.u-service__item:nth-child(1) .u-service__image {
  aspect-ratio: 200/200;
  width: 12.5rem;
  height: 12.5rem;
}

.u-service__item:nth-child(2) .u-service__image {
  aspect-ratio: 129/200;
  width: 8.0625rem;
  height: 12.5rem;
}

.u-service__item:nth-child(3) .u-service__image {
  aspect-ratio: 183/200;
  width: 11.4375rem;
  height: 12.5rem;
}

.u-service__item:nth-child(4) .u-service__image {
  aspect-ratio: 200/200;
  width: 12.5rem;
  height: 12.5rem;
}

.u-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-service__text {
  color: #171c16;
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.u-service__text-color {
  color: #cc0d23;
}

.u-title {
  width: 100%;
  max-width: inherit;
  text-align: center;
}

.u-title::before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.3125rem;
  background-color: #039194;
  margin-inline: auto;
}

.u-title-main {
  margin-top: 1.5rem;
  color: #171c16;
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-bg-triangle {
  position: relative;
  background-color: #EEFCF7;
  height: clamp(2.1875rem, 0.1628521127rem + 8.6384976526vw, 7.9375rem);
}

.u-bg-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(1440px, 100%);
  height: inherit;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  pointer-events: none;
}

.u-voice {
  padding-block: 5rem;
  background-color: #DBF4DE;
}

.u-voice__inner {
  width: 100%;
}

.u-voice__heading-block {
  text-align: center;
}

.u-voice__container {
  margin-top: 3.75rem;
  overflow: hidden;
  position: relative;
}

.u-voice__slider {
  width: 100%;
  position: relative;
}

.u-voice__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.u-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 0.9375rem;
  height: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-voice__card {
  width: 100%;
  max-width: 31.25rem;
  min-width: 31.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(11, 147, 128, 0.3);
          box-shadow: 0 0 20px 0 rgba(11, 147, 128, 0.3);
  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;
}

.u-voice__image {
  width: 100%;
  max-width: 26.25rem;
  overflow: hidden;
  aspect-ratio: 420/250 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
  display: block;
}

.u-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}

.u-voice__card:hover .u-voice__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.u-voice__text {
  width: 100%;
  max-width: clamp(20rem, 17.7992957746rem + 9.3896713615vw, 26.25rem);
  color: #171c16;
  text-align: center;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  margin-top: 2.125rem;
}

.u-voice__text-color {
  color: #cc0d23;
}

.u-voice__author {
  color: #0b9380;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: right;
}

.u-worry {
  padding-block: 5rem;
  background-color: #ffffff;
}

.u-worry__inner {
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  padding-inline: 25px;
  position: relative;
}

.u-worry__image {
  position: absolute;
  bottom: -5rem;
  right: calc((100% - clamp(17.5rem, 4.5158450704rem + 55.3990610329vw, 54.375rem)) / 2 - 1rem);
  width: clamp(5rem, 3.5475352113rem + 6.1971830986vw, 9.125rem);
  height: clamp(8.125rem, 5.9463028169rem + 9.2957746479vw, 14.3125rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.u-worry__container {
  margin-top: 4rem;
  width: 100%;
  max-width: clamp(22.5rem, 13.6311619718rem + 37.8403755869vw, 47.6875rem);
  margin-inline: auto;
  border: 0.3125rem solid #cc0d23;
  background: #ffffff;
}

.u-worry__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  padding: 2.5rem;
}

.u-worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.25rem;
  color: #171c16;
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

.u-worry__item::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/common/main-icon1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
}

.u-worry__item-color {
  color: #cc0d23;
  text-decoration: underline;
  text-underline-offset: -0.25rem;
  text-decoration-thickness: 0.75rem;
  text-decoration-color: #fff64a;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media (max-width: 768px) {
  .u-voice {
    padding-block: 3.75rem;
  }

  .u-voice__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .u-voice__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .u-voice__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.5rem;
            flex: 0 0 17.5rem;
    padding: 1.25rem;
  }

  .u-voice__image {
    max-width: 100%;
    height: 10rem;
  }

  .u-voice__content {
    padding: 1.25rem;
  }

  .u-voice__text {
    margin-top: 1.25rem;
    max-width: 100%;
    font-size: 0.875rem;
  }
}

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

  .u-mobile {
    display: block;
  }

  html {
    font-size: 4.2666666667vw;
  }

  .difference {
    padding-top: 3rem;
  }

  .difference__inner {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.25rem;
    overflow-x: auto;
  }

  .difference__container {
    padding-top: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .difference__column {
    min-width: 8.75rem;
  }

  .difference__row-head {
    min-height: 5.125rem;
    padding-block: 2.25rem;
  }

  .difference__row-head.difference__row-head--style {
    padding-block: 1.25rem;
    line-height: 1.8;
  }

  .difference__col-head--brand {
    max-width: 15.625rem;
    min-height: 5.125rem;
    border: 4px solid #0b9380;
  }

  .difference__col-head.difference__col-head--brand {
    max-width: 15.625rem;
  }

  .difference__cell--brand {
    max-width: 15.625rem;
    min-height: 4.6875rem;
    border-left: 4px solid #0b9380;
    border-right: 4px solid #0b9380;
  }

  .difference__cell.difference__cell--brand {
    padding: 0.5rem;
  }

  .difference__cell.difference__cell--brand:last-child {
    border-bottom: 4px solid #0b9380;
  }

  .difference__col-head {
    min-width: 15.625rem;
    min-height: 3.3125rem;
    padding: 0.875rem 0.625rem;
  }

  .difference__col-head.difference__col-head--brand {
    max-width: 15.625rem;
    min-width: 15.625rem;
  }

  .difference__cell.difference__cell--brand {
    max-width: 15.625rem;
    min-width: 15.625rem;
  }

  .difference__cell {
    max-width: 15.625rem;
    min-height: 5.125rem;
    padding: 0.9375rem 0.625rem;
  }

  .difference__brand-icon {
    font-size: 1.5625rem;
  }

  .difference__ok,
  .difference__ng {
    font-size: 1.5625rem;
  }

  .js-scroll {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-hint-icon-wrap {
    position: relative;
    z-index: 1000;
  }

  .u-action {
    padding-block: 4rem 2.5rem;
    background-image: url(../../assets/img/common/main-bg-sp.webp);
    height: 44.375rem;
  }

  .u-action__inner {
    padding-inline: 15px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-action__image {
    margin-top: 1.5rem;
    max-width: 100%;
  }

  .u-action__title-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-action__title {
    max-width: 100%;
    aspect-ratio: 390/117;
    margin-top: 1rem;
  }

  .u-action__label {
    padding: 0.25rem 0.5625rem 0.125rem;
    text-align: center;
  }

  .u-action__text {
    margin-top: 1.5rem;
    text-align: center;
  }

  .u-break {
    display: block;
  }

  .u-break2 {
    display: none;
  }

  .u-contact__inner {
    max-width: 100%;
    padding-inline: 15px;
  }

  .u-contact__container {
    margin-top: 2.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-contact__contents-wrapper {
    padding: 1.25rem;
    max-width: clamp(20.625rem, 19.5246478873rem + 4.6948356808vw, 23.75rem);
    min-width: clamp(20.625rem, 19.5246478873rem + 4.6948356808vw, 23.75rem);
  }

  .u-contact__contents-number::before {
    width: 1.875rem;
    height: 1.875rem;
    aspect-ratio: 30/30;
    margin-right: 0.5rem;
  }

  .u-difference {
    padding-block: 3.5rem;
  }

  .u-difference__inner {
    max-width: 100%;
    padding-inline: 15px;
  }

  .u-faq {
    padding-block: 4rem;
  }

  .u-faq__inner {
    max-width: 100%;
    padding-inline: 15px;
  }

  .u-faq__container {
    margin-top: 2rem;
  }

  .u-faq__items {
    gap: initial;
  }

  .u-faq__question {
    gap: 1rem;
    padding-block: 1rem;
  }

  .u-faq__toggle::before {
    width: 1.25rem;
    height: 0.1875rem;
  }

  .u-faq__toggle::after {
    width: 0.1875rem;
    height: 1.25rem;
  }

  .u-faq__answer {
    padding-inline: 0 0.75rem;
  }

  .u-faq__a-mark {
    margin-right: 1rem;
  }

  .u-fv {
    background-image: url(../../assets/img/common/fv-sp.webp);
    height: 11.25rem;
  }

  .bread_wrap.meo-bread_wrap {
    margin-bottom: initial;
  }

  .u-performance {
    padding-block: 3.5rem;
  }

  .u-performance__inner {
    max-width: 100%;
    padding-inline: 15px;
    gap: 2.5rem;
  }

  .u-performance__container {
    padding: 2.5rem 0.9375rem 1.5rem;
  }

  .u-performance__title-block {
    margin-inline: auto;
  }

  .u-performance__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: initial;
  }

  .u-performance__images {
    max-width: 100%;
    aspect-ratio: 300/200;
    padding-block: 0.875rem 0;
  }

  .u-performance__image-block {
    padding-top: 1.875rem;
    max-width: 100%;
  }

  .u-performance__image {
    aspect-ratio: 300/204;
  }

  .u-performance__text {
    margin-top: 1rem;
    padding-inline: 0.625rem;
  }

  .u-plan {
    padding-block: 3.5rem;
  }

  .u-plan__inner {
    max-width: 100%;
    padding-inline: 15px;
  }

  .u-plan__container {
    margin-top: 2rem;
  }

  .u-plan__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: initial;
    padding: 3rem 0.625rem 2.5rem;
  }

  .u-plan__before {
    padding-top: initial;
  }

  .u-plan__before,
  .u-plan__after {
    max-width: 100%;
  }

  .u-plan__before-wrapper {
    max-width: 100%;
  }

  .u-plan__before-container {
    gap: 0.75rem;
  }

  .u-plan__plus {
    line-height: 1;
  }

  .u-plan__important {
    line-height: 1;
  }

  .u-plan__text {
    line-height: 1.5;
    margin-inline: auto;
  }

  .u-service {
    padding-block: 3.5rem;
  }

  .u-service__inner {
    max-width: 100%;
    padding-inline: 15px;
  }

  .u-service__items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }

  .u-service__container {
    margin-top: 1.5rem;
  }

  .u-service__item:nth-child(1) .u-service__image {
    aspect-ratio: 150/150;
    width: 9.375rem;
    height: 9.375rem;
  }

  .u-service__item:nth-child(3) .u-service__image {
    aspect-ratio: 156/171;
    width: 9.75rem;
    height: 10.6875rem;
  }

  .u-service__item:nth-child(4) .u-service__image {
    aspect-ratio: 155/153;
    width: 9.6875rem;
    height: 9.5625rem;
  }

  .u-title::before {
    width: 5.625rem;
  }

  .u-title-main {
    margin-top: 1.25rem;
  }

  .u-voice {
    padding-block: 3.5rem;
  }

  .u-voice__container {
    margin-top: 1.5625rem;
  }

  .u-voice__card {
    min-width: 19.5rem;
  }

  .u-worry {
    padding-block: 2.5rem 4.375rem;
  }

  .u-worry__inner {
    padding-inline: 15px;
  }

  .u-worry__image {
    bottom: -4.375rem;
  }

  .u-worry__container {
    margin-top: 2rem;
  }

  .u-worry__items {
    padding: 2.5rem 0.9375rem 2.5rem 1.5625rem;
  }

  .u-worry__item {
    padding-block: initial;
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }

  .u-worry__item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-worry__item-icon {
    content: "";
    display: inline-block;
    background-image: url(../../assets/img/common/main-icon1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.5625rem;
    height: 1.5625rem;
    padding-right: 1.25rem;
    margin-right: 0.625rem;
  }

  .u-worry__item::before {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */