@charset "UTF-8";
html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  text-rendering: optimizeSpeed;
}

body {
  background: url(../img/bg.png) no-repeat center center/cover;
  background-attachment: fixed;
  color: #000;
  font-family: "M PLUS 1p", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-qa__title.c-title__box {
  text-align: center;
}

.c-title__box-title {
  color: #269cbd; /* フォールバック色 */
  display: inline-block;
  font-size: 2.375rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  z-index: 3;
  /* グラデーション対応ブラウザ用 */
  /* Firefox等の非対応ブラウザ用 */
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .c-title__box-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .c-title__box-title {
    color: #269cbd;
  }
}

h5 {
  margin: 0;
  padding: 0;
}

body {
  -webkit-overflow-scrolling: touch;
}

.Android body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "M PLUS 1p", "Roboto", "Droid Sans", sans-serif;
  text-rendering: optimizeSpeed;
}
.Android button,
.Android a,
.Android input[type=submit] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.footer {
  background: #fff;
  padding-block: 1.9375rem 1.9375rem;
  text-align: center;
}

.footer__copyright {
  display: block;
  font-size: 0.75rem;
}

.footer-cta {
  margin-top: -2px;
}

.back-to-top {
  bottom: 3.75rem;
  display: none;
  position: fixed;
  right: 4.375rem;
  transition: opacity 0.3s ease;
  z-index: 100;
}

.back-to-top__link {
  cursor: pointer;
  display: inline-block;
  height: 3.3125rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 3.3125rem;
}
.back-to-top__link:hover {
  opacity: 0.8;
  transform: translateY(-0.1875rem);
}
.back-to-top__link img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-philosophy {
  background: #fff;
  overflow: hidden;
  padding-bottom: 1.1875rem;
  padding-bottom: 12.5rem;
  padding-top: 3.9375rem;
  position: relative;
  z-index: 3;
}

.p-philosophy__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

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

.p-philosophy__subtitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #269cbd, #057c21);
  background-clip: text;
  color: transparent;
  font-size: 2.375rem;
  font-weight: 700;
}

.p-philosophy__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 1rem;
}

.p-philosophy__mission {
  color: #00c4cc;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

.p-philosophy__textBox {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 2rem;
  margin-top: 3.0625rem;
}

.p-philosophy__text {
  font-size: 1.125rem;
}

.p-philosophy__image {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  width: 34%;
  z-index: -1;
}
.p-philosophy__image img {
  height: auto;
}

.p-qa {
  margin-bottom: 7rem;
  margin-inline: auto;
  margin-top: 7rem;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-qa__inner {
  background: #fff;
  border-radius: 0.75rem;
  padding-bottom: 3.9375rem;
  padding-top: 3.9375rem;
}

.heading__ja {
  color: #2c893a;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}

.p-qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 70rem;
  padding-inline: 2.5rem;
}

.p-qa__box {
  background: #ebf9f6;
}

.p-qa-box {
  background: #ebf9f6;
  border-radius: 0.75rem;
}
.p-qa-box.is-open .p-qa-box__head::after {
  transform: rotate(0deg);
}

.p-qa-box__head {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  padding: 1.875rem 2rem;
  position: relative;
  width: 100%;
}

.p-qa-box__head-img {
  display: block;
  flex-shrink: 0;
  width: 2.875rem;
}
.p-qa-box__head-img img {
  height: auto;
  width: 100%;
}

.p-qa-box__head-text {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-qa-box__head-text::before {
  background: url(../img/qa-icon.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
  width: 1.125rem;
}
.p-qa-box__head-text.rotated::before {
  transform: translateY(-50%) rotate(0deg);
}

.p-qa-box__body {
  display: none;
  padding: 0 2rem;
}

.p-qa-box__a {
  border-top: 0.0625rem solid #c8c8c8;
  padding-bottom: 1.875rem;
  padding-top: 1.4375rem;
}

.p-qa-box__a-title-wrap {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-qa-box__a-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.p-qa-box__a-img {
  flex-shrink: 0;
  width: 2.875rem;
}

.p-qa-box__a-text {
  display: block;
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0 0 0 4.25rem;
}
.p-qa-box__a-text span {
  font-weight: bold;
}

.p-introduction {
  background: #fff;
  margin-top: 5rem;
}

.p-introduction__inner {
  margin-inline: auto;
  max-width: 72rem;
  padding-block: 5rem;
  padding-inline: 2.5rem;
}

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

.p-introduction__heading {
  align-items: center;
  color: #2c893a;
  display: flex;
  font-size: 2.25rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-introduction__heading::before, .p-introduction__heading::after {
  background: #2c893a;
  content: "";
  flex: 1;
  height: 0.125rem;
}
.p-introduction__heading::before {
  margin-right: 1.5rem;
}
.p-introduction__heading::after {
  margin-left: 1.5rem;
}

.p-introduction__heading1 {
  font-size: 1.5rem;
}

.p-introduction__heading2 {
  font-size: 2.25rem;
}

.p-introduction__cardItems {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-inline: auto;
  margin-top: 3.9375rem;
  max-width: 67rem;
}

.p-introduction__cardItem {
  background: linear-gradient(to right, #269cbd, #057c21);
  border-radius: 1rem;
  display: flex;
  gap: 4.875rem;
  padding: 2.9375rem 2.75rem 2.9375rem 3.75rem;
  position: relative;
}
.p-introduction__cardItem::before {
  background: #f8f9fa;
  border-radius: 0.875rem;
  bottom: 0.25rem;
  content: "";
  left: 0.25rem;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  z-index: 1;
}
.p-introduction__cardItem .p-introduction__cardNumber,
.p-introduction__cardItem .p-introduction__cardContent {
  position: relative;
  z-index: 2;
}
.p-introduction__cardItem:not(:last-child)::after {
  border-left: 3.625rem solid transparent;
  border-right: 3.625rem solid transparent;
  border-top: 2.5rem solid #2c893a;
  bottom: -2.5rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-introduction__cardNumber {
  align-items: center;
  background: linear-gradient(to bottom, #269cbd, #057c21);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 7.125rem;
  justify-content: center;
  width: 7.125rem;
}

.p-introduction__cardStepText {
  color: #fff;
  font-size: 1rem;
}

.p-introduction__cardStepDigit {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.p-introduction__cardTitle {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-introduction__cardText {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.875rem;
}
.p-introduction__cardText span {
  font-weight: bold;
}

.p-mv {
  overflow: hidden;
  padding-inline: 2.5rem;
  position: relative;
}

.p-mv__logo {
  left: 6.25rem;
  position: absolute;
  top: 1.25rem;
  width: 11.4375rem;
}
.p-mv__logo img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-mv__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding-block: 2.875rem 5rem;
  position: relative;
}

.p-mv__header {
  background: #fff;
  border-radius: 3.125rem;
  box-shadow: -0.0625rem 0 0 0 #057c21, 0.0625rem 0 0 0 #057c21, 0 0.1875rem 0 0 #057c21;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  margin-inline: auto;
  max-width: 43.75rem;
  padding: 0.625rem 0;
  position: relative;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-mv__balloon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-mv__balloon {
    color: #269cbd;
  }
}
.p-mv__balloon::before {
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.8125rem solid #057c21;
  bottom: -0.8125rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}
.p-mv__balloon::after {
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 1.25rem solid #fff;
  bottom: -0.625rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}

.p-mv__balloonAccent {
  color: #f4d000;
  text-shadow: 0.125rem 0.125rem 0 #269cbd, -0.125rem -0.125rem 0 #269cbd, 0.125rem -0.125rem 0 #269cbd, -0.125rem 0.125rem 0 #269cbd, 0.125rem 0 0 #269cbd, -0.125rem 0 0 #269cbd, 0 0.125rem 0 #269cbd, 0 -0.125rem 0 #269cbd, 0.125rem 0.125rem 0 #057c21, -0.125rem -0.125rem 0 #057c21, 0.125rem -0.125rem 0 #057c21, -0.125rem 0.125rem 0 #057c21, 0.125rem 0 0 #057c21, -0.125rem 0 0 #057c21, 0 0.0625rem 0 #057c21, 0 -0.125rem 0 #057c21;
}

.p-mv__content {
  margin-top: 0.875rem;
  text-align: center;
}

.p-mv__title-wrap {
  display: flex;
  gap: 1.0625rem;
  justify-content: center;
  margin-left: 9.875rem;
}

.p-mv__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  text-shadow: 0.3125rem 0.3125rem 0 #0e6940, 0.0625rem 0.3125rem 0 #0e6940, 0.3125rem 0.1875rem 0 #0e6940, 0.0625rem 0.1875rem 0 #0e6940, 0.1875rem 0.3125rem 0 #0e6940, 0.1875rem 0.375rem 0 #0e6940, 0.1875rem 0.4375rem 0 #0e6940, 0.375rem 0.375rem 0 #0e6940, 0rem 0.375rem 0 #0e6940, 0.375rem 0.1875rem 0 #0e6940, 0rem 0.1875rem 0 #0e6940;
}
.p-mv__title .small {
  font-size: 2.375rem;
}

.p-mv__icon {
  width: 9.9375rem;
}

.p-mv__titleAccent {
  color: #f4d000;
  font-size: 5rem;
  font-weight: 700;
}

.p-mv__subtitle-wrap {
  text-align: center;
}

.p-mv__subtitle {
  border-bottom: 0.0625rem solid #fff;
  border-top: 0.0625rem solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 600;
  margin-top: 1.0625rem;
  padding-block: 0.5rem;
  text-shadow: 0.0625rem 0.0625rem 0 #0e6940, -0.0625rem -0.0625rem 0 #0e6940, 0.0625rem -0.0625rem 0 #0e6940, -0.0625rem 0.0625rem 0 #0e6940, 0.0625rem 0 0 #0e6940, -0.0625rem 0 0 #0e6940, 0 0.0625rem 0 #0e6940, 0 -0.0625rem 0 #0e6940;
}

.p-mv__calculation {
  background: #fff;
  border-radius: 1.25rem;
  margin-inline: auto;
  margin-top: 1.4375rem;
  max-width: 69.375rem;
  padding: 2.1875rem 3.375rem;
}

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

.p-mv__calculationTitle {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-mv__calculationContent {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  margin-top: 1.875rem;
}

.p-mv__calculationContent1-wrap {
  align-items: end;
  display: flex;
  gap: 3.75rem;
}

.p-mv__calculationBefore {
  background: #b2e5d8;
  min-width: 12.5rem;
  padding: 2.6875rem 1.5625rem;
  text-align: center;
}

.p-mv__calculationAfter {
  background: #1aa84e;
  color: #fff;
  min-width: 12.5rem;
  padding: 1.875rem 2.5rem;
  text-align: center;
}

.p-mv__calculationLabel {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.75rem;
}

.p-mv__calculationAmount {
  font-size: 1.375rem;
  font-weight: 700;
}
.p-mv__calculationAmount .big1 {
  font-size: 2.5rem;
}
.p-mv__calculationAmount .big2 {
  font-size: 2.8125rem;
}

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

.p-mv__shape {
  height: auto;
  left: -3.875rem;
  position: absolute;
  top: -3.75rem;
  width: 3.9375rem;
}

.p-mv__calculationArrow {
  margin: 0 1.25rem;
  position: relative;
}

.p-mv__calculationAfterLabel {
  background: #f4d000;
  border-radius: 0.25rem;
  box-shadow: -0.125rem 0 0 0 #057c22, 0.125rem 0 0 0 #057c22, 0 0.125rem 0 0 #057c22, 0 -0.125rem 0 0 #057c21;
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  left: 50%;
  padding: 0.6875rem 1.6875rem;
  position: absolute;
  top: -3.875rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-mv__calculationAfterLabel::before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.5625rem solid #057c21;
  bottom: -0.5625rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}
.p-mv__calculationAfterLabel::after {
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.4375rem solid #f4d000;
  bottom: -0.4375rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.p-mv__calculationResult {
  margin-top: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-mv__line {
  bottom: 1.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 96%;
}

.p-mv__calculationResultText {
  align-items: center;
  display: flex;
  font-size: 2.25rem;
  font-weight: 700;
  gap: 0.25rem;
}
.p-mv__calculationResultText .tate {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-mv__calculationResultText .p-mv__calculationNumber {
  color: #f4d000;
  font-family: Roboto, sans-serif;
  font-size: 6.25rem;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940, 0.375rem 0 0 #0e6940, 0 0.375rem 0 #0e6940, 0.375rem 0.375rem 0 #0e6940;
}
.p-mv__calculationResultText .otoku {
  line-height: 1.2;
}

.p-mv__icons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: absolute;
  right: 2.5rem;
  top: 12.5rem;
}

.p-mv__icon {
  margin-top: 2.125rem;
  width: 7.5rem;
}
.p-mv__icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-worries {
  background: #fff;
  padding-block: 5rem 5rem;
  padding-inline: 2.5rem;
}

.p-worries__inner {
  margin-inline: auto;
  max-width: 75rem;
}

.p-worries__header {
  position: relative;
  text-align: center;
}

.p-worries__title-wrap {
  text-align: center;
}

.p-worries__title {
  color: #000;
  display: inline-block;
  font-size: 3.4375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-worries__media__img {
  position: absolute;
  right: 17.5625rem;
  top: -0.25rem;
  width: 7rem;
}

.p-worries__line {
  bottom: 0rem;
  left: 0rem;
  position: absolute;
  width: 25rem;
  z-index: -1;
}

.p-worries__arrow {
  color: #ff4444;
  font-size: 3.75rem;
  font-weight: 900;
}

.p-worries__accent {
  font-size: 4.875rem;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-worries__accent {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-worries__accent {
    color: #269cbd;
  }
}

.p-worries__content {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
  position: relative;
}

.p-worries__character {
  flex-shrink: 0;
  margin-top: 9.125rem;
  width: 12.125rem;
}
.p-worries__character img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-worries__balloons {
  display: flex;
  flex: 1;
  gap: 0.6875rem;
  margin-top: 3.875rem;
}

.p-worries__balloon-group {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
}
.p-worries__balloon-group--left {
  align-items: flex-end;
}
.p-worries__balloon-group--left .p-worries__balloon {
  background: #cfe8e7;
  position: relative;
}
.p-worries__balloon-group--right {
  align-items: flex-start;
  gap: 2.5625rem;
}
.p-worries__balloon-group--right .p-worries__balloon {
  background: #cae3d1;
  position: relative;
}
.p-worries__balloon {
  align-items: center;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.75rem;
  width: 31rem;
}

.p-delegate {
  background: url(../img/delegate-bg1-1.png) no-repeat center center/cover;
  padding-block: 6.5625rem 6.9375rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-delegate::before {
  border-bottom: 0;
  border-left: 10.875rem solid transparent;
  border-right: 10.875rem solid transparent;
  border-style: solid;
  border-top: 5.4375rem solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -0.125rem;
  transform: translateX(-50%);
  width: 0;
}

.p-delegate__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-delegate__heading {
  position: relative;
  text-align: center;
}

.p-delegate__title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-inline: auto;
  padding-top: 4.75rem;
  position: relative;
  width: 34.25rem;
  z-index: 2;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__title {
    color: #269cbd;
  }
}

.p-delegate__titleLine {
  bottom: -0.125rem;
  left: 46%;
  position: absolute;
  transform: translateX(-50%);
  width: 29.3125rem;
}

.p-delegate__title-bg {
  height: 100%;
  left: 48%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 47.5625rem;
}

.p-delegate__titleEm {
  font-size: 3.25rem;
}

.p-delegate__problems {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 9.375rem;
  max-width: 70.625rem;
}

.p-delegate__problemItem {
  align-items: center;
  background: #fff;
  border-radius: 0.75rem;
  display: flex;
  height: 13.25rem;
  justify-content: center;
  padding-inline: 2.1875rem;
  position: relative;
}
.p-delegate__problemItem:nth-child(1)::before {
  background: url(../img/delegate-problem1.png) no-repeat center center/cover;
  content: "";
  height: 5rem;
  left: -0.8125rem;
  position: absolute;
  top: -0.8125rem;
  width: 5rem;
  z-index: 1;
}
.p-delegate__problemItem:nth-child(2)::before {
  background: url(../img/delegate-problem2.png) no-repeat center center/cover;
  content: "";
  height: 3.5625rem;
  position: absolute;
  right: 0rem;
  top: -0.625rem;
  width: 5.125rem;
  z-index: 1;
}
.p-delegate__problemItem:nth-child(3)::before {
  background: url(../img/delegate-problem3.png) no-repeat center center/cover;
  content: "";
  height: 5.125rem;
  left: -0.75rem;
  position: absolute;
  top: -0.75rem;
  width: 5.625rem;
  z-index: 1;
}

.p-delegate__problemText {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
}
.p-delegate__problemText span {
  font-size: 1.25rem;
  font-weight: 500;
}

.p-delegate__message {
  background: linear-gradient(to top, #269cbd, #057c21);
  border-radius: 0.75rem;
  margin-top: 5.3125rem;
  padding: 3.4375rem 2.875rem 4.375rem 2.875rem;
  position: relative;
}
.p-delegate__message::before {
  background: #f8f9fa;
  border-radius: 0.75rem;
  bottom: 0.5rem;
  content: "";
  left: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1;
}

.p-delegate__light {
  bottom: 1.75rem;
  left: 3.0625rem;
  position: absolute;
  width: 6.25rem;
  z-index: 2;
}

.p-delegate__item {
  bottom: 0.375rem;
  position: absolute;
  right: 0.4375rem;
  width: 14.0625rem;
  z-index: 2;
}

.p-delegate__messageText {
  font-size: 2rem;
  font-weight: 500;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: 56.875rem;
  z-index: 2;
}

.p-delegate__messageEm {
  font-weight: 700;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__messageEm {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__messageEm {
    color: #269cbd;
  }
}

.p-delegate__messageEm2 {
  display: block;
  margin-left: 8.0625rem;
  width: 42.5rem;
}
.p-delegate__messageEm2 .black {
  font-weight: 500;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__messageEm2 .black {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #000, #000);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__messageEm2 .black {
    color: #000;
  }
}

.p-delegate__bottom {
  border-radius: 0.75rem;
  margin-top: 4.1875rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-delegate__bottomTitle {
  font-size: 3rem;
  font-weight: 600;
}
.p-delegate__bottomTitle .shadow {
  text-shadow: 0.375rem 0.375rem 0 #fff, -0.375rem -0.375rem 0 #fff, 0.375rem -0.375rem 0 #fff, -0.375rem 0.375rem 0 #fff, 0.375rem 0 0 #fff, -0.375rem 0 0 #fff, 0 0.375rem 0 #fff, 0 -0.375rem 0 #fff;
}

.p-delegate__line {
  bottom: -0.875rem;
  left: 49%;
  position: absolute;
  transform: translateX(-50%);
  width: 51.5rem;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-delegate__bottomEm .accent {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}

.p-effect {
  background: #fff;
  margin-top: -2px;
  padding-block: 4.125rem 8.3125rem;
}

.p-effect__inner {
  margin-inline: auto;
  max-width: 77.625rem;
  padding-inline: 2.5rem;
}

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

.p-effect__cases {
  align-items: stretch;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 67.5rem;
}

.p-effect__case {
  background: linear-gradient(to top, #7ccaad, #86ced4);
  height: 92%;
  margin-top: 1.25rem;
  padding: 2.125rem 1.5rem 2rem 1.5rem;
  position: relative;
  z-index: 1;
}
.p-effect__case::before {
  background: #fff;
  bottom: 0.25rem;
  content: "";
  left: 0.25rem;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  z-index: 1;
}

.p-effect__caseTitle {
  font-size: 1.375rem;
  position: relative;
  text-align: center;
  z-index: 2;
  /* Firefox等の非対応ブラウザ用 */
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-effect__caseTitle {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-effect__caseTitle {
    color: #269cbd;
  }
}

.p-effect__caseImage {
  margin-top: 1.375rem;
  position: relative;
  z-index: 2;
}
.p-effect__caseImage img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-effect__calculationResult {
  margin-top: 1.25rem;
  text-align: center;
}

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

.p-effect__calculationResultText {
  align-items: center;
  display: flex;
  font-size: 2.0625rem;
  font-weight: 700;
  gap: 0.25rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.p-effect__calculationResultText .tate {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-effect__calculationResultText .p-effect__calculationNumber {
  color: #f4d000;
  font-family: Roboto, sans-serif;
  font-size: 6.25rem;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.125rem 0.1875rem 0 #0e6940, 0.1875rem 0.0625rem 0 #0e6940, -0.125rem 0.0625rem 0 #0e6940, 0.0625rem 0.1875rem 0 #0e6940, 0.0625rem 0.25rem 0 #0e6940, 0 -0.125rem 0 #0e6940, 0.0625rem -0.125rem 0 #0e6940, -0.0625rem -0.125rem 0 #0e6940, 0.25rem 0.25rem 0 #0e6940, -0.1875rem 0.25rem 0 #0e6940, 0.25rem 0.0625rem 0 #0e6940, -0.1875rem 0.0625rem 0 #0e6940;
}
.p-effect__calculationResultText .otoku {
  line-height: 1.2;
}
.p-effect__calculationResultText .font {
  margin-left: 0.25rem;
}

.p-effect__calculationResultText2 .p-effect__calculationNumber {
  font-size: 4.625rem;
}
.p-effect__calculationResultText2 .small {
  font-size: 1.9375rem;
}

.p-mv__calculationNumber {
  color: #f4d000;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 6.25rem;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.125rem 0.1875rem 0 #0e6940, 0.1875rem 0.0625rem 0 #0e6940, -0.125rem 0.0625rem 0 #0e6940, 0.0625rem 0.1875rem 0 #0e6940, 0.0625rem 0.25rem 0 #0e6940, 0 -0.125rem 0 #0e6940, 0.0625rem -0.125rem 0 #0e6940, -0.0625rem -0.125rem 0 #0e6940, 0.25rem 0.25rem 0 #0e6940, -0.1875rem 0.25rem 0 #0e6940, 0.25rem 0.0625rem 0 #0e6940, -0.1875rem 0.0625rem 0 #0e6940;
}

.p-effect__line1 {
  bottom: 1.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 67%;
}

.p-effect__calculationNumber2 {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.p-effect__line2 {
  bottom: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 93%;
}

.p-effect__calculationNumber2 {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.p-effect__simulation {
  font-size: 0.75rem;
  margin-top: 1.625rem;
  text-align: center;
}

.p-effect__bottom {
  font-size: 3.4375rem;
  font-weight: 700;
  margin-top: 4.8125rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-effect__bottom .span-line {
  -webkit-box-decoration-break: clone;
  word-wrap: break-word;
  background: linear-gradient(transparent 78%, #f4d000 78%, #f4d000 92%, transparent 92%);
  box-decoration-break: clone;
  color: #000;
  display: inline;
  font-weight: 700;
  hyphens: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  z-index: 3;
}

.p-effect__star-img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 59.625rem;
}

.p-effect__bottomText {
  position: relative;
  z-index: 4;
}

.p-effect__bottomEm {
  display: inline-block;
  position: relative;
  z-index: 4;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-effect__bottomEm {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-effect__bottomEm {
    color: #269cbd;
  }
}
.p-effect__bottomEm .big {
  font-size: 4.875rem;
}

.p-result {
  color: #fff;
  padding-block: 6.25rem;
  padding-inline: 2.5rem;
}

.p-result__inner {
  margin-inline: auto;
  max-width: 75rem;
}

.p-result__header {
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 45.3125rem;
  position: relative;
  text-align: center;
}

.p-result__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.8125rem;
}
.p-result__title .title1 {
  font-size: 3.4375rem;
}
.p-result__title .title2 {
  font-size: 4.375rem;
}

.p-title-question {
  color: #02503d;
  font-family: "noto sans jp", sans-serif;
  font-size: 18.75rem;
  font-weight: 700;
  left: 50%;
  line-height: 5.3125rem;
  opacity: 0.9;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-result__title-icon {
  left: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.375rem;
}

.p-result__content {
  background: #fff;
  border-radius: 0.75rem;
  color: #000;
  margin-top: 5.5rem;
  padding-block: 5rem;
  padding-inline: 4rem;
}

.p-result__card-wrap {
  display: flex;
  flex-direction: column;
  gap: 10.1875rem;
}

.p-result__card {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.p-result__cardIcon {
  flex-shrink: 0;
  width: 12.5rem;
}
.p-result__cardIcon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-result__cardContent {
  flex: 1;
  margin-top: 0.875rem;
}

.p-result__cardTitle {
  display: inline-block;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 3rem;
  position: relative;
  z-index: 1;
}

.p-result__cardLine {
  bottom: -0.875rem;
  height: 1.75rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-result__cardLine1 {
  width: 25rem;
}

.p-result__cardIcon {
  width: 23rem;
}

.p-result__cardText {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  width: 43.125rem;
}
.p-result__cardText span {
  color: #269cbd;
  font-weight: bold;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-result__cardText span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21, #269cbd);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-result__cardText span {
    color: #269cbd;
  }
}

.p-result__summary {
  border-radius: 1.25rem;
  margin-top: 8.5625rem;
  text-align: center;
}

.p-result__summaryTitle {
  display: inline-block;
  font-size: 3.4375rem;
  font-weight: 700;
  position: relative;
}
.p-result__summaryTitle .span-line {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 78%, #f4d000 78%, #f4d000 92%, transparent 92%);
  box-decoration-break: clone;
  color: #000;
  display: inline;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
.p-result__summaryTitle span {
  color: #269cbd;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-result__summaryTitle span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-result__summaryTitle span {
    color: #269cbd;
  }
}
.p-result__summaryTitle span .big {
  font-size: 4.875rem;
}

.p-result__summaryText {
  font-size: 1rem;
  margin-top: 0.75rem;
}

.span-line-wrap {
  margin-top: -0.75rem;
}

.p-result__ppa {
  align-items: center;
  background: #ebf9f6;
  border-radius: 0.75rem;
  color: #000;
  display: flex;
  gap: 4.625rem;
  margin-top: 8rem;
  padding: 3rem 3.5rem 3rem 3.0625rem;
}

.p-result__ppaContent {
  flex: 1;
}

.p-result__ppaTitle {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-result__ppaText {
  font-size: 1rem;
  margin-top: 2.5rem;
}

.p-result__ppaImage {
  flex-shrink: 0;
  width: 26.875rem;
}
.p-result__ppaImage img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-merit {
  background: #ebf9f6;
  padding-block: 7rem;
  padding-inline: 2.5rem;
}

.p-merit__inner {
  background: #fff;
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 83rem;
  padding-block: 4rem;
  padding-inline: 4rem;
}

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

.p-merit__title {
  font-size: 2.375rem;
  font-weight: 600;
  margin-bottom: -0.625rem;
}

.p-merit__subtitle-box {
  background: linear-gradient(transparent 64%, #f4d000 75%, #f4d000 95%, transparent 95%);
  display: inline;
  margin-inline: auto;
  width: 20.5rem;
}

.p-merit__subtitle {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  margin-top: -0.5rem;
  position: relative;
  z-index: 3;
}
.p-merit__subtitle span {
  font-size: 4rem;
}

.p-merit__cards {
  display: grid;
  gap: 5rem 2.1875rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.75rem;
}

.p-merit__card {
  background: #ebf9f6;
  border-radius: 1rem;
  padding: 2.6875rem 3.375rem 2.6875rem 2.875rem;
  position: relative;
}

.p-merit__cardHeader {
  align-items: center;
  display: flex;
  gap: 1.4375rem;
  justify-content: center;
}

.p-merit__cardNumber-wrap {
  align-items: center;
  background: #ebf9f6;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -0.25rem;
  transform: translate(-50%, -50%);
  width: 6.25rem;
}

.p-merit__cardNumber {
  align-items: center;
  color: #269cbd;
  display: flex;
  flex-shrink: 0;
  font-size: 1.875rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-merit__cardNumber {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21);
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-merit__cardNumber {
    color: #269cbd;
    position: relative;
    z-index: 2;
  }
}

.p-merit__cardIcon {
  align-items: center;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  width: 3.75rem;
}
.p-merit__cardIcon img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

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

.p-merit__cardTitle {
  font-size: 1.625rem;
  font-weight: 700;
}

.p-merit__cardText {
  font-size: 1.125rem;
  margin-top: 3.75rem;
}

.p-merit__info {
  align-items: center;
  border-radius: 0.75rem;
  display: flex;
  gap: 3.75rem;
  margin-inline: auto;
  margin-top: 4.125rem;
  max-width: 66.875rem;
  padding: 3.75rem 2.8125rem;
  position: relative;
  z-index: 2;
}
.p-merit__info::after {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/merit-border.png) center center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 96%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.p-merit__infoTitle {
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

.p-merit__infoText {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  position: relative;
  z-index: 3;
}

.p-merit__infoHighlight {
  color: #269cbd;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.0625rem;
  max-width: 33.75rem;
  position: relative;
  z-index: 3;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-merit__infoHighlight {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #269cbd, #057c21, #057c21, #269cbd);
    background-clip: text;
    color: transparent;
  }
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-merit__infoHighlight {
    color: #269cbd;
  }
}

.p-reason {
  position: relative;
}
.p-reason__inner {
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 80rem;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  position: relative;
  z-index: 2;
}

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

.p-reason__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-reason__title .title-black {
  color: #fff;
  font-size: 1.4375rem;
}

.p-reason__titleAccent-box {
  display: inline;
  position: relative;
  z-index: 2;
}
.p-reason__titleAccent-box::before {
  background: #f4d000;
  bottom: 0.25rem;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
}

.p-reason__titleAccent {
  position: relative;
  z-index: 3;
}
.p-reason__titleAccent .big {
  font-size: 3rem;
}

.p-reason__cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 69.375rem;
}

.p-reason__card {
  align-items: center;
  background: #ebf9f6;
  border-radius: 0.75rem;
  display: flex;
  gap: 3.375rem;
  padding: 2.875rem 2.125rem 2.875rem 2.125rem;
  position: relative;
}

.p-reason__cardImageLeft {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-reason__cardImageLeft img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20.625rem;
}

.p-reason__cardHeader {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.p-reason__cardIcon {
  align-items: center;
  background: #e8f7ff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  width: 3.75rem;
}
.p-reason__cardIcon img {
  height: 2rem;
  width: 2rem;
}

.p-reason__cardCategory {
  background: linear-gradient(to right, #269cbd, #057c21);
  border-radius: 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.p-reason__cardCategory span {
  font-size: 1.25rem;
}

.p-reason__cardContent {
  margin-top: 0.5rem;
}

.p-reason__cardTitle {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-reason__cardText {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}
.p-reason__cardText span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to left, #269cbd, #057c21, #269cbd, #057c21);
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-reason__cardText span {
    color: #269cbd;
  }
}

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

.p-reason__cardText3 {
  margin-top: 0.25rem;
}

.p-cta {
  padding-block: 5rem;
  position: relative;
}

.p-cta-1 {
  padding-inline: 2.5rem;
  padding-top: 5rem !important;
}

.p-cta-2 {
  margin-top: -2px;
  padding-bottom: 6.875rem !important;
  padding-inline: 2.5rem;
  padding-top: 0rem;
}

.cta-bg {
  background: #fff;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.p-cta__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.cta-bg__inner {
  background: url(../img/cta-bg.png) no-repeat center center/cover;
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 80rem;
  padding: 3.75rem 2.5rem;
}

.p-cta__content {
  color: #fff;
  flex: 1;
}

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

.p-cta__title {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940;
}
.p-cta__title::before, .p-cta__title::after {
  content: "";
  font-size: 1.75rem;
  height: 3.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
}
.p-cta__title::before {
  background: url(../img/cta-left.png) no-repeat center center/cover;
  left: -6.25rem;
}
.p-cta__title::after {
  background: url(../img/cta-right.png) no-repeat center center/cover;
  right: -2.5rem;
}
.p-cta__title span {
  color: #f4d000;
}

.p-cta__title-icon {
  left: -3.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.125rem;
}

.p-cta__subtitle-box {
  margin-top: 2.875rem;
  text-align: center;
}

.p-cta__subtitle {
  -webkit-background-clip: text, border-box;
  background: linear-gradient(to right, #269cbd, #057c21), #fff;
  background-clip: text, border-box;
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  color: transparent;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  position: relative;
}
.p-cta__subtitle::after {
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 1.0625rem solid #000;
  bottom: -1.0625rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.p-cta__subtitle::before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 1rem solid #fff;
  bottom: -0.9375rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.p-cta__info {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 0.625rem;
  max-width: 52.125rem;
}

.p-cta__description {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.1875rem;
  margin-top: 0.875rem;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940;
}
.p-cta__description span {
  color: #f4d000;
}

.p-cta__button {
  align-items: center;
  background: #f4d000;
  border-radius: 3.5rem;
  display: flex;
  height: 5.5rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2.5rem;
  position: relative;
  transition: all 0.2s ease;
  width: 57.3125rem;
}
.p-cta__button::before {
  background: url(../img/cta-arrow1.png) no-repeat center center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.375rem;
  pointer-events: none;
  position: absolute;
  right: 1.75rem;
  top: 51.5%;
  transform: translateY(-50%);
  width: 1rem;
  z-index: 2;
}
.p-cta__button:hover {
  opacity: 0.8;
  transform: translateY(0.25rem) scale(0.98);
}

.p-cta__button-link2__wrap {
  align-items: end;
  display: flex;
  gap: 0.625rem;
  margin-top: 0.375rem;
}

.time {
  background: #0e6940;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.25rem 0.625rem;
}

.p-cta__button2 {
  background: #0e6940;
  color: #fff;
  height: 7rem;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940;
}

.p-cta__button-icon {
  fill: #fff;
  display: block;
  filter: drop-shadow(0.0625rem 0.0625rem 0 #0e6940) drop-shadow(-0.0625rem -0.0625rem 0 #0e6940) drop-shadow(0.0625rem -0.0625rem 0 #0e6940) drop-shadow(-0.0625rem 0.0625rem 0 #0e6940) drop-shadow(0.0625rem 0 0 #0e6940) drop-shadow(-0.0625rem 0 0 #0e6940) drop-shadow(0 0.0625rem 0 #0e6940) drop-shadow(0 -0.0625rem 0 #0e6940);
  flex-shrink: 0;
  height: 1.875rem;
  left: 1.75rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
  z-index: 2;
}

.p-cta__button-link {
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940;
}

.p-cta__button-link2 {
  background: #0e6940;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: bold;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940;
}

.white-green {
  background: #fff;
  border-radius: 0.25rem;
  color: #057c21;
  display: block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
  text-shadow: initial;
}

.p-cta__contact {
  background: rgba(147, 203, 203, 0.4);
  border-radius: 0.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 57.3125rem;
  padding: 1.4375rem 0rem 1.6875rem 0rem;
  text-shadow: 0.1875rem 0.1875rem 0 #0e6940, -0.1875rem -0.1875rem 0 #0e6940, 0.1875rem -0.1875rem 0 #0e6940, -0.1875rem 0.1875rem 0 #0e6940, 0.1875rem 0 0 #0e6940, -0.1875rem 0 0 #0e6940, 0 0.1875rem 0 #0e6940, 0 -0.1875rem 0 #0e6940;
}

.p-cta__phoneLabel {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.375rem;
  text-align: center;
}

.p-cta__phoneNumber {
  align-items: center;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 0.375rem;
}

.p-cta__phoneNumber-box {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.p-cta__phoneIcon-img {
  width: 1.875rem;
}
.p-cta__number {
  font-size: 1.875rem;
}

.p-cta__hours {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-cta__qr {
  flex-shrink: 0;
  width: 10.625rem;
}
.p-cta__qr img {
  border-radius: 0.5rem;
  height: auto;
  width: 100%;
}

.p-differences {
  padding-block: 7.0625rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-differences__inner {
  background: #fff;
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 75rem;
  padding-block: 4rem;
  position: relative;
  z-index: 2;
}

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

.p-differences__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
}

.p-differences__titleAccent {
  font-size: 2.375rem;
  position: relative;
}

.p-differences__tableWrapper {
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 60.875rem;
  overflow: hidden;
}

.p-differences__table {
  border: 0.125rem solid #e1e1e1;
  border-collapse: collapse;
  width: 100%;
}

.p-differences__table thead tr {
  background: #f8f9fa;
}

.p-differences__headerItem {
  background: #d9d9d9;
  border-right: 0.125rem solid #e1e1e1;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem;
  text-align: center;
  width: 24.4402985075%;
}

.p-differences__headerGeneral {
  background: #808080;
  border-right: 0.125rem solid #e1e1e1;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem;
  text-align: center;
  width: 37.5%;
}

.p-differences__headerCompany {
  background: linear-gradient(to right, #269cbd, #057c21);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem;
  text-align: center;
  width: 37.5%;
}

.p-differences__table tbody tr {
  border-bottom: 0.125rem solid #e1e1e1;
}
.p-differences__table tbody tr:last-child {
  border-bottom: none;
}

.p-differences__item {
  border-right: 0.125rem solid #e1e1e1;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.5rem 1.25rem;
  text-align: center;
  vertical-align: middle;
}

.p-differences__general {
  border-right: 0.125rem solid #e1e1e1;
  padding: 1.5rem 1.25rem;
  text-align: center;
  vertical-align: middle;
}

.p-differences__company {
  text-align: center;
  vertical-align: middle;
}

.p-differences__icon {
  display: inline-block;
  font-size: 2.3125rem;
  font-weight: 700;
}

.p-differences__icon--triangle {
  color: #9a9999;
  font-size: 2.3125rem;
}

.p-differences__icon--circle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to top, #269cbd, #057c21);
  background-clip: text;
  color: transparent;
}

.p-differences__text {
  font-size: 1.0625rem;
}

.p-differences__text--company {
  font-weight: 500;
}
.p-differences__note {
  display: flex;
  flex-direction: column;
  gap: 2.6875rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 54.25rem;
}

.p-differences__noteText {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.p-differences__noteText .nomal {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(to right, #f4d000 0%, #f4d000 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0.1875rem;
  box-decoration-break: clone;
  color: inherit;
  position: relative;
  z-index: 3;
}
.p-differences__noteText .accent {
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text, border-box;
  background: linear-gradient(to left, #269cbd, #057c21, #269cbd, #057c21), linear-gradient(to right, #f4d000 0%, #f4d000 100%);
  background-clip: text, border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 0.1875rem;
  box-decoration-break: clone;
  color: transparent;
  position: relative;
  z-index: 3;
}

.p-greeting {
  background: url(../img/greeting-bg.png) no-repeat center center/cover;
  padding-block: 4rem;
  position: relative;
}
.p-greeting__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
  position: relative;
  z-index: 2;
}

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

.p-greeting__title {
  font-size: 3rem;
  font-weight: 700;
}

.p-greeting__content {
  margin-inline: auto;
  max-width: 75rem;
  text-align: center;
}

.p-greeting__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4rem;
  /* グラデーション対応ブラウザ用 */
}

.p-greeting__textBox {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 67.5rem;
}

.p-greeting__text {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-greeting__text span {
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text, border-box;
  background: linear-gradient(to left, #269cbd, #057c21, #269cbd, #057c21), linear-gradient(to right, #f4d000 0%, #f4d000 100%);
  background-clip: text, border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 0.1875rem;
  box-decoration-break: clone;
  color: transparent;
  font-size: 1.375rem;
  font-weight: 700;
  will-change: background-size;
}

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

.p-greeting__company {
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 3.125rem;
}

.p-greeting__positionBox {
  align-items: baseline;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.p-greeting__position {
  font-size: 1.25rem;
  font-weight: 500;
}

.p-greeting__name {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
}

.p-voice {
  margin-top: 7.0625rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-voice__inner {
  background: #fff;
  border-radius: 0.75rem;
  margin-inline: auto;
  max-width: 83.75rem;
  padding-block: 3.875rem;
  position: relative;
  z-index: 2;
}

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

.p-voice__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-voice__titleAccent {
  font-size: 2.375rem;
  position: relative;
}

.p-voice__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 67.5rem;
}

.p-voice__card {
  background: #ebf9f6;
  border-radius: 0.75rem;
  display: flex;
  gap: 2.625rem;
  padding: 2.125rem 2.8125rem 2.125rem 2.1875rem;
  position: relative;
}

.p-voice__cardImageLeft {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-voice__cardImageLeft img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 10.875rem;
}

.p-voice__cardHeader {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-voice__cardCategory {
  background: linear-gradient(to right, #00c4cc, #2c893a);
  border-radius: 0.375rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}

.p-voice__cardContent {
  margin-top: 1.375rem;
}

.p-voice__cardTitle {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 78%, #f4d000 78%, #f4d000 92%, transparent 92%);
  box-decoration-break: clone;
  color: #000;
  display: inline;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}

.p-voice__cardText {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 2rem;
}
.p-voice__cardText span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #00c4cc, #2c893a);
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-voice__cardText span {
    color: #00c4cc;
  }
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

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

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

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

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(16px, 4.266vw, 24px);
  }
  body {
    margin-inline: auto;
    max-width: 23.4375rem;
  }
  .c-title__box-title {
    font-size: 1.5rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .footer {
    padding-block: 1.25rem 1.25rem;
  }
  .back-to-top {
    bottom: 1.875rem;
    right: 1.25rem;
  }
  .back-to-top__link {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  .back-to-top__link:hover {
    transform: none;
  }
  .p-philosophy {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
  .p-philosophy__inner {
    padding-block: 3.125rem;
    padding-inline: 1rem;
  }
  .p-philosophy__content {
    max-width: none;
  }
  .p-philosophy__header {
    margin-bottom: 2rem;
  }
  .p-philosophy__subtitle {
    font-size: 1.5rem;
  }
  .p-philosophy__title {
    font-size: 1.75rem;
    margin-top: 0.75rem;
  }
  .p-philosophy__mission {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .p-philosophy__textBox {
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .p-philosophy__text {
    font-size: 0.875rem;
  }
  .p-philosophy__image {
    display: none;
  }
  .p-qa {
    margin-top: 5rem;
    padding-inline: 1.25rem;
  }
  .p-qa__inner {
    border-radius: 0.5rem;
    padding-bottom: 2.5rem;
    padding-inline: 0.75rem;
    padding-top: 2.5rem;
  }
  .heading__ja {
    font-size: 1.5rem;
  }
  .p-qa__boxes {
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-inline: 0;
  }
  .p-qa-box {
    border-radius: 0.5rem;
  }
  .p-qa-box__head {
    gap: 0.75rem;
    padding: 1.5rem 1.5rem;
  }
  .p-qa-box__head-img {
    width: 2rem;
  }
  .p-qa-box__head-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-qa-box__head-text::before {
    height: 0.375rem;
    right: -0.625rem;
    width: 0.75rem;
  }
  .p-qa-box__body {
    padding: 0 1.5rem;
  }
  .p-qa-box__a {
    padding-bottom: 1.5rem;
    padding-top: 1.25rem;
  }
  .p-qa-box__a-title-wrap {
    gap: 1rem;
  }
  .p-qa-box__a-title {
    font-size: 1rem;
  }
  .p-qa-box__a-img {
    width: 2rem;
  }
  .p-qa-box__a-text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.75rem 0 0 3.125rem;
  }
  .p-introduction {
    margin-top: 3.125rem;
  }
  .p-introduction__inner {
    padding-block: 3.125rem;
    padding-inline: 1.25rem;
  }
  .p-introduction__heading {
    flex-direction: column;
    font-size: 1.75rem;
    gap: 0.5rem;
  }
  .p-introduction__heading::before, .p-introduction__heading::after {
    display: none;
  }
  .p-introduction__heading1 {
    font-size: 1.25rem;
  }
  .p-introduction__heading2 {
    font-size: 1.75rem;
  }
  .p-introduction__cardItems {
    gap: 1.75rem;
    margin-top: 2.1875rem;
  }
  .p-introduction__cardItem {
    border-radius: 0.75rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
  .p-introduction__cardItem::before {
    border-radius: 0.625rem;
  }
  .p-introduction__cardItem:not(:last-child)::after {
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid transparent;
    border-top: 1.75rem solid #2c893a;
    bottom: -1.6875rem;
  }
  .p-introduction__cardNumber {
    align-self: center;
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-introduction__cardStepText {
    font-size: 0.75rem;
  }
  .p-introduction__cardStepDigit {
    font-size: 1.125rem;
  }
  .p-introduction__cardTitle {
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-introduction__cardText {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin-top: 0.75rem;
    text-align: center;
  }
  .p-mv {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-mv__logo {
    left: 1.25rem;
    top: 1.25rem;
    width: 7.5rem;
  }
  .p-mv__inner {
    padding-block: 1.875rem 2.5rem;
  }
  .p-mv__header {
    box-shadow: -0.0625rem 0 0 0 #057c21, 0.0625rem 0 0 0 #057c21, 0 0.125rem 0 0 #057c21;
    font-size: 0.75rem;
    max-width: 31.25rem;
    padding: 0.5rem 0;
  }
  .p-mv__balloonAccent {
    text-shadow: 0.0625rem 0.0625rem 0 #269cbd, -0.0625rem -0.0625rem 0 #269cbd, 0.0625rem -0.0625rem 0 #269cbd, -0.0625rem 0.0625rem 0 #269cbd, 0.0625rem 0 0 #269cbd, -0.0625rem 0 0 #269cbd, 0 0.0625rem 0 #269cbd, 0 -0.0625rem 0 #269cbd, 0.0625rem 0.0625rem 0 #057c21, -0.0625rem -0.0625rem 0 #057c11, 0.0625rem -0.0625rem 0 #057c11, -0.0625rem 0.0625rem 0 #057c21, 0.0625rem 0 0 #057c21, -0.0625rem 0 0 #057c21, 0 0.0625rem 0 #057c21, -0.0625rem 0 #057c21;
  }
  .p-mv__title-wrap {
    align-items: center;
    flex-direction: column;
    gap: 0rem;
    margin-left: 0;
  }
  .p-mv__title {
    font-size: 1.25rem;
    text-shadow: 0.25rem 0.25rem 0 #0e6940, 0.125rem 0.25rem 0 #0e6940, 0.25rem 0.1875rem 0 #0e6940, 0.125rem 0.1875rem 0 #0e6940, 0.1875rem 0.25rem 0 #0e6940, 0.1875rem 0.3125rem 0 #0e6940, 0.1875rem 0.375rem 0 #0e6940;
  }
  .p-mv__title .small {
    font-size: 1rem;
  }
  .p-mv__titleAccent {
    font-size: 1.875rem;
    letter-spacing: -0.05em;
  }
  .p-mv__subtitle {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .p-mv__calculation {
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
  .p-mv__calculationTitle {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-mv__calculationContent {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
  .p-mv__calculationContent1-wrap {
    align-items: center;
    flex-direction: column;
    gap: 3.75rem;
  }
  .p-mv__calculationBefore {
    min-width: 18.25rem;
    padding: 1.25rem 1.5rem;
  }
  .p-mv__calculationAfter {
    min-width: 9.375rem;
    padding: 1.25rem 1.5rem;
  }
  .p-mv__calculationLabel {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .p-mv__calculationAmount {
    font-size: 1.125rem;
  }
  .p-mv__calculationAmount .big1 {
    font-size: 1.75rem;
  }
  .p-mv__calculationAmount .big2 {
    font-size: 2rem;
  }
  .p-mv__shape {
    left: -3.4375rem;
    top: -3.5625rem;
    width: 3.8125rem;
  }
  .p-mv__shape img {
    transform: rotate(10deg);
  }
  .p-mv__calculationArrow {
    margin: 0.625rem 0;
  }
  .p-mv__calculationAfterLabel {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    top: -2.8125rem;
  }
  .p-mv__calculationAfterLabel::before {
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-top: 0.375rem solid #057c21;
    bottom: -0.375rem;
  }
  .p-mv__calculationAfterLabel::after {
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #f4d000;
    bottom: -0.3125rem;
  }
  .p-mv__line {
    bottom: 0.75rem;
    width: 95%;
  }
  .p-mv__calculationResultText {
    align-items: center;
    font-size: 1.5rem;
    gap: 0.5rem;
  }
  .p-mv__calculationResultText .tate {
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .p-mv__calculationResultText .p-mv__calculationNumber {
    font-size: 4rem;
    text-shadow: 0.0625rem 0.0625rem 0 #0e6940, -0.0625rem -0.0625rem 0 #0e6940, 0.0625rem -0.0625rem 0 #0e6940, -0.0625rem 0.0625rem 0 #0e6940, 0.0625rem 0 0 #0e6940, -0.0625rem 0 0 #0e6940, 0 0.0625rem 0 #0e6940, 0 -0.0625rem 0 #0e6940, 0.125rem 0 0 #0e6940, 0 0.125rem 0 #0e6940, 0.125rem 0.125rem 0 #0e6940;
  }
  .p-mv__icons {
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 2rem;
    position: static;
  }
  .p-mv__icon {
    margin-top: 0rem;
    width: 5rem;
  }
  .p-worries {
    padding-block: 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-worries__header {
    margin-bottom: 2.5rem;
  }
  .p-worries__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .p-worries__media__img {
    right: 6.1875rem;
    top: 0.1875rem;
    width: 3.75rem;
  }
  .p-worries__line {
    bottom: 2.625rem;
    left: 0rem;
    width: 14.5rem;
  }
  .p-worries__arrow {
    font-size: 2.5rem;
  }
  .p-worries__accent {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .p-worries__content {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
  .p-worries__character {
    margin-inline: auto;
    margin-top: 0;
    width: 9.375rem;
  }
  .p-worries__balloons {
    flex: none;
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 0;
    width: 100%;
  }
  .p-worries__balloon-group {
    gap: 1rem;
  }
  .p-worries__balloon-group--left {
    align-items: center;
  }
  .p-worries__balloon-group--right {
    align-items: center;
    gap: 1rem;
  }
  .p-worries__balloon {
    border-radius: 0.75rem;
    font-size: 1rem;
    margin-inline: auto;
    max-width: 21.875rem;
    min-height: 5rem;
    padding: 1.25rem 1.5rem;
    text-align: center;
    width: 100%;
  }
  .p-delegate {
    padding-block: 3.75rem 5rem;
    padding-inline: 1.25rem;
  }
  .p-delegate::before {
    border-left: 6.25rem solid transparent;
    border-right: 6.25rem solid transparent;
    border-top: 3.125rem solid #fff;
  }
  .p-delegate__inner {
    padding-inline: 1.25rem;
  }
  .p-delegate__title {
    font-size: 1.25rem;
    padding-top: 1.875rem;
    width: 100%;
  }
  .p-delegate__titleLine {
    bottom: -0.25rem;
    left: 50%;
    width: 15.625rem;
  }
  .p-delegate__title-bg {
    left: 50%;
    width: 22rem;
  }
  .p-delegate__titleEm {
    font-size: 1.5rem;
  }
  .p-delegate__problems {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 5rem;
    max-width: 25rem;
  }
  .p-delegate__problemItem {
    height: 9.375rem;
    padding-inline: 1.25rem;
  }
  .p-delegate__problemItem:nth-child(1)::before {
    height: 3.125rem;
    left: -0.5rem;
    top: -0.5rem;
    width: 3.125rem;
  }
  .p-delegate__problemItem:nth-child(2)::before {
    height: 2.1875rem;
    right: -0.3125rem;
    top: -0.5rem;
    width: 3.125rem;
  }
  .p-delegate__problemItem:nth-child(3)::before {
    height: 3.125rem;
    left: -0.5rem;
    top: -0.5rem;
    width: 3.4375rem;
  }
  .p-delegate__problemText {
    font-size: 1rem;
  }
  .p-delegate__message {
    padding: 1.875rem 1.25rem 3.125rem 1.25rem;
  }
  .p-delegate__message::before {
    bottom: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    top: 0.25rem;
  }
  .p-delegate__light {
    bottom: 0.9375rem;
    left: 1.25rem;
    width: 1.5rem;
  }
  .p-delegate__item {
    bottom: 0.3125rem;
    right: 0.625rem;
    width: 3.5rem;
  }
  .p-delegate__messageText {
    font-size: 1.125rem;
    max-width: 21.25rem;
    width: 100%;
  }
  .p-delegate__messageEm {
    font-size: 1rem;
  }
  .p-delegate__messageEm2 {
    margin-left: 0;
    width: 100%;
  }
  .p-delegate__bottom {
    margin-top: 1.875rem;
  }
  .p-delegate__bottomTitle {
    font-size: 1.3125rem;
  }
  .p-delegate__line {
    bottom: 0rem;
    width: 71%;
  }
  .p-effect {
    padding-block: 3.125rem 5rem;
  }
  .p-effect__inner {
    padding-inline: 1.25rem;
  }
  .p-effect__title {
    font-size: 1.25rem;
  }
  .p-effect__cases {
    gap: 1.875rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    max-width: 25rem;
  }
  .p-effect__case {
    height: auto;
    margin-top: 0.625rem;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  }
  .p-effect__caseTitle {
    font-size: 1.125rem;
  }
  .p-effect__caseImage {
    margin-top: 1rem;
  }
  .p-effect__calculationResult {
    margin-top: 1rem;
  }
  .p-effect__calculationResult2 {
    margin-top: 1.5rem;
  }
  .p-effect__calculationResultText {
    font-size: 1.375rem;
    gap: 0.5rem;
  }
  .p-effect__calculationResultText .p-effect__calculationNumber {
    font-size: 4rem;
    text-shadow: 0.0625rem 0.0625rem 0 #0e6940, -0.0625rem -0.0625rem 0 #0e6940, 0.0625rem -0.0625rem 0 #0e6940, -0.0625rem 0.0625rem 0 #0e6940, 0.0625rem 0 0 #0e6940, -0.0625rem 0 0 #0e6940, 0 0.0625rem 0 #0e6940, 0 -0.0625rem 0 #0e6940, 0.125rem 0 0 #0e6940, 0 0.125rem 0 #0e6940, 0.125rem 0.125rem 0 #0e6940;
  }
  .p-effect__calculationResultText2 .p-effect__calculationNumber {
    font-size: 2.375rem;
  }
  .p-effect__calculationResultText2 .small {
    font-size: 1.25rem;
  }
  .p-mv__calculationNumber {
    font-size: 3.125rem;
    text-shadow: 0.0625rem 0.0625rem 0 #0e6940, -0.0625rem -0.0625rem 0 #0e6940, 0.0625rem -0.0625rem 0 #0e6940, -0.0625rem 0.0625rem 0 #0e6940, 0.0625rem 0 0 #0e6940, -0.0625rem 0 0 #0e6940, 0 0.0625rem 0 #0e6940, 0 -0.0625rem 0 #0e6940, 0.125rem 0 0 #0e6940, 0 0.125rem 0 #0e6940, 0.125rem 0.125rem 0 #0e6940;
  }
  .p-effect__line1 {
    bottom: 0.625rem;
    width: 80%;
  }
  .p-effect__line2 {
    bottom: -0.25rem;
    width: 95%;
  }
  .p-effect__simulation {
    font-size: 0.625rem;
    margin-top: 1.25rem;
  }
  .p-effect__bottom {
    font-size: 1.375rem;
    margin-top: 2.5rem;
  }
  .p-effect__star-img {
    width: 109%;
  }
  .p-effect__bottomEm {
    padding: 1.25rem 0;
  }
  .p-effect__bottomEm .big {
    font-size: 2rem;
  }
  .p-result {
    padding-block: 3.75rem;
    padding-inline: 1.25rem;
  }
  .p-result__inner {
    padding-inline: 0rem;
  }
  .p-result__header {
    margin-top: 2.5rem;
  }
  .p-result__title {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }
  .p-result__title .title1 {
    font-size: 1.75rem;
  }
  .p-result__title .title2 {
    font-size: 2rem;
  }
  .p-title-question {
    font-size: 12.5rem;
    line-height: 12.5rem;
  }
  .p-result__title-icon {
    left: -0.625rem;
    width: 1.25rem;
  }
  .p-result__content {
    margin-top: 3.125rem;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-result__card-wrap {
    gap: 3.75rem;
  }
  .p-result__card {
    flex-direction: column;
    gap: 1.5625rem;
    text-align: center;
  }
  .p-result__cardIcon {
    width: 9.375rem;
  }
  .p-result__cardContent {
    margin-top: 0rem;
  }
  .p-result__cardTitle {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .p-result__cardText {
    font-size: 1rem;
    margin-top: 1.25rem;
    width: 100%;
  }
  .p-result__summary {
    margin-top: 5rem;
  }
  .p-result__summaryTitle {
    font-size: 1.375rem;
  }
  .p-result__summaryTitle span .big {
    font-size: 2rem;
  }
  .p-result__summaryText {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
  .p-result__ppa {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 5rem;
    padding: 2rem 1.25rem;
  }
  .p-result__ppaContent {
    text-align: center;
  }
  .p-result__ppaTitle {
    font-size: 1.125rem;
  }
  .p-result__ppaText {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
  .p-result__ppaImage {
    width: 15.625rem;
  }
  .p-merit {
    padding-block: 3.75rem;
    padding-inline: 0rem;
  }
  .p-merit__inner {
    margin-inline: 1rem;
    max-width: none;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-merit__title {
    font-size: 1.75rem;
    margin-bottom: -0.5rem;
  }
  .p-merit__subtitle {
    font-size: 2.25rem;
    margin-top: -0.375rem;
  }
  .p-merit__subtitle::after {
    bottom: 0.375rem;
    height: 0.375rem;
  }
  .p-merit__subtitle span {
    font-size: 3rem;
  }
  .p-merit__cards {
    gap: 5rem;
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }
  .p-merit__card {
    border-radius: 0.75rem;
    padding: 1.875rem 1.25rem;
  }
  .p-merit__cardHeader {
    flex-direction: column-reverse;
    gap: 0.9375rem;
  }
  .p-merit__cardNumber-wrap {
    height: 4rem;
    top: -0.125rem;
    width: 5rem;
  }
  .p-merit__cardNumber {
    font-size: 1.5rem;
  }
  .p-merit__cardIcon {
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-merit__cardContent {
    margin-top: 1.5625rem;
    text-align: center;
  }
  .p-merit__cardTitle {
    font-size: 1.25rem;
  }
  .p-merit__cardText {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .p-merit__info {
    border: 2px dashed #269cbd;
    flex-direction: column;
    gap: 1.875rem;
    margin-inline: 0rem;
    margin-top: 3.125rem;
    max-width: none;
    padding: 2.5rem 1.25rem;
    text-align: center;
  }
  .p-merit__info::after {
    display: none;
  }
  .p-merit__infoTitle {
    font-size: 1.125rem;
  }
  .p-merit__infoText {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    text-align: left;
  }
  .p-merit__infoHighlight {
    font-size: 1rem;
    line-height: 1.625rem;
    max-width: none;
  }
  .p-reason__inner {
    padding-block: 2.5rem;
    padding-inline: 1rem;
  }
  .p-reason__title {
    font-size: 1.375rem;
  }
  .p-reason__title .title-black {
    font-size: 1.125rem;
  }
  .p-reason__titleAccent-box::before {
    height: 0.3125rem;
  }
  .p-reason__titleAccent {
    font-size: 1.5rem;
  }
  .p-reason__titleAccent .big {
    font-size: 2rem;
  }
  .p-reason__cards {
    gap: 1.5rem;
    margin-top: 2.1875rem;
  }
  .p-reason__card {
    align-items: flex-start;
    border-radius: 0.5rem;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 1rem;
  }
  .p-reason__cardImageLeft {
    align-self: center;
  }
  .p-reason__cardImageLeft img {
    width: 15.625rem;
  }
  .p-reason__cardHeader {
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 100%;
  }
  .p-reason__cardIcon {
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-reason__cardIcon img {
    height: 1.625rem;
    width: 1.625rem;
  }
  .p-reason__cardCategory {
    font-size: 0.75rem;
    padding-block: 0.375rem;
    padding-inline: 0.75rem;
  }
  .p-reason__cardCategory span {
    font-size: 1rem;
  }
  .p-reason__cardContent {
    margin-top: 0.375rem;
    text-align: center;
  }
  .p-reason__cardTitle {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .p-reason__cardText {
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-top: 0.75rem;
  }
  .p-cta {
    padding-block: 2.5rem;
  }
  .p-cta-1 {
    padding-inline: 0rem;
    padding-top: 2.5rem !important;
  }
  .p-cta-2 {
    padding-bottom: 2.5rem;
    padding-inline: 0rem;
  }
  .cta-bg {
    padding-block: 0rem 0rem;
  }
  .p-cta__inner {
    max-width: none;
    padding-inline: 1rem;
  }
  .cta-bg__inner {
    border-radius: 0.5rem;
    margin-inline: 1rem;
    max-width: none;
    padding: 2.5rem 1rem;
  }
  .p-cta__content {
    text-align: center;
  }
  .p-cta__header {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
  }
  .p-cta__title {
    font-size: 1.25rem;
    text-shadow: 0.0625rem 0.0625rem 0 #0e6940, -0.0625rem -0.0625rem 0 #0e6940, 0.0625rem -0.0625rem 0 #0e6940, -0.0625rem 0.0625rem 0 #0e6940, 0.0625rem 0 0 #0e6940, -0.0625rem 0 0 #0e6940, 0 0.0625rem 0 #0e6940, 0 -0.0625rem 0 #0e6940;
  }
  .p-cta__title::before, .p-cta__title::after {
    height: 1.5rem;
    width: 1.25rem;
  }
  .p-cta__title::before {
    left: -3rem;
  }
  .p-cta__title::after {
    right: -1.25rem;
  }
  .p-cta__title-icon {
    left: -1.8125rem;
    width: 1.25rem;
  }
  .p-cta__subtitle {
    font-size: 1rem;
    padding: 0.375rem 1rem;
  }
  .p-cta__subtitle::after {
    border-left: 0.4375rem solid transparent;
    border-right: 0.4375rem solid transparent;
    border-top: 0.8125rem solid #000;
    bottom: -0.375rem;
    bottom: -0.75rem;
  }
  .p-cta__subtitle::before {
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.75rem solid #fff;
    bottom: -0.3125rem;
    bottom: -0.6875rem;
  }
  .p-cta__info {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
  }
  .p-cta__description {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin-top: 0.5rem;
    text-align: left;
    text-shadow: 0.0625rem 0.0625rem 0 #0e6940, -0.0625rem -0.0625rem 0 #0e6940, 0.0625rem -0.0625rem 0 #0e6940, -0.0625rem 0.0625rem 0 #0e6940, 0.0625rem 0 0 #0e6940, -0.0625rem 0 0 #0e6940, 0 0.0625rem 0 #0e6940, 0 -0.0625rem 0 #0e6940;
  }
  .p-cta__button {
    border-radius: 2.5rem;
    height: 3.75rem;
    margin-top: 1.5rem;
    width: 100%;
  }
  .p-cta__button::before {
    height: 1.125rem;
    right: 1.25rem;
    top: 50%;
    width: 0.8125rem;
  }
  .p-cta__button-link2__wrap {
    align-items: center;
    flex-direction: column;
    gap: 0.125rem;
    margin-top: 0rem;
  }
  .time {
    font-size: 0.625rem;
    padding: 0.125rem 0.5rem;
  }
  .p-cta__button2 {
    height: 5.25rem;
  }
  .p-cta__button-icon {
    filter: drop-shadow(0.0625rem 0.0625rem 0 #0e6940) drop-shadow(-0.0625rem -0.0625rem 0 #0e6940) drop-shadow(0.0625rem -0.0625rem 0 #0e6940) drop-shadow(-0.0625rem 0.0625rem 0 #0e6940) drop-shadow(0.0625rem 0 0 #0e6940) drop-shadow(-0.0625rem 0 0 #0e6940) drop-shadow(0 0.0625rem 0 #0e6940) drop-shadow(0 -0.0625rem 0 #0e6940);
    left: 1.125rem;
    top: 56%;
    width: 1.5rem;
  }
  .p-cta__button-link {
    font-size: 0.875rem;
    text-shadow: 0.125rem 0.125rem 0 #0e6940, -0.125rem -0.125rem 0 #0e6940, 0.125rem -0.125rem 0 #0e6940, -0.125rem 0.125rem 0 #0e6940, 0.125rem 0 0 #0e6940, -0.125rem 0 0 #0e6940, 0 0.125rem 0 #0e6940, 0 -0.125rem 0 #0e6940;
  }
  .p-cta__button-link2 {
    font-size: 0.75rem;
  }
  .white-green {
    margin-inline: auto;
    margin-top: 0.375rem;
    padding: 0.125rem 0.5rem;
    width: 11.25rem;
  }
  .p-cta__contact {
    text-shadow: 0.125rem 0.125rem 0 #0e6940, -0.125rem -0.125rem 0 #0e6940, 0.125rem -0.125rem 0 #0e6940, -0.125rem 0.125rem 0 #0e6940, 0.125rem 0 0 #0e6940, -0.125rem 0 0 #0e6940, 0 0.125rem 0 #0e6940, 0 -0.125rem 0 #0e6940;
  }
  .p-cta__phoneLabel {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .p-cta__phoneNumber {
    flex-direction: column;
    font-size: 1.25rem;
    gap: 0.5rem;
  }
  .p-cta__number {
    font-size: 1.5rem;
  }
  .p-cta__hours {
    font-size: 0.75rem;
  }
  .p-cta__qr {
    order: -1;
    width: 9.375rem;
  }
  .p-differences {
    padding-block: 3.125rem;
    padding-inline: 1rem;
  }
  .p-differences__inner {
    border-radius: 0.5rem;
    padding-block: 2rem;
    padding-inline: 1rem;
  }
  .p-differences__title {
    font-size: 1.125rem;
  }
  .p-differences__titleAccent {
    font-size: 1.25rem;
  }
  .p-differences__tableWrapper {
    -webkit-overflow-scrolling: touch;
    margin-inline: -1rem;
    margin-top: 1.5rem;
    overflow-x: auto;
    padding-inline: 1rem;
  }
  .p-differences__table {
    min-width: 43.75rem;
    width: 43.75rem;
  }
  .p-differences__headerItem {
    font-size: 0.75rem;
    padding: 0.75rem 0.5rem;
    width: 7.5rem;
  }
  .p-differences__headerGeneral {
    font-size: 0.75rem;
    padding: 0.75rem 0.5rem;
    width: 18.125rem;
  }
  .p-differences__headerCompany {
    font-size: 0.75rem;
    padding: 0.75rem 0.5rem;
    width: 18.125rem;
  }
  .p-differences__item {
    font-size: 0.6875rem;
    padding: 1rem 0.5rem;
    width: 7.5rem;
  }
  .p-differences__general {
    padding: 1rem 0.5rem;
    width: 18.125rem;
  }
  .p-differences__company {
    padding: 1rem 0.5rem;
    width: 18.125rem;
  }
  .p-differences__icon {
    font-size: 1.5rem;
  }
  .p-differences__text {
    font-size: 0.625rem;
  }
  .p-differences__note {
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .p-differences__noteText {
    font-size: 0.8125rem;
    text-align: left;
  }
  .p-differences__noteText .nomal {
    background-size: 100% 0.125rem;
  }
  .p-differences__noteText .accent {
    background-size: 100% 100%, 100% 0.125rem;
  }
  .p-greeting__inner {
    padding-block: 2.5rem;
    padding-inline: 1rem;
  }
  .p-greeting__titleBox {
    margin-bottom: 1.5rem;
  }
  .p-greeting__title {
    font-size: 1.75rem;
  }
  .p-greeting__heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
  .p-greeting__textBox {
    gap: 1.25rem;
    margin-top: 1.375rem;
  }
  .p-greeting__text {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-greeting__text span {
    background-size: 100% 100%, 100% 0.125rem;
    font-size: 1rem;
  }
  .p-greeting__company {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .p-greeting__positionBox {
    gap: 0.5rem;
  }
  .p-greeting__position {
    font-size: 0.875rem;
  }
  .p-greeting__name {
    font-size: 1.25rem;
  }
  .p-voice {
    margin-top: 3.125rem;
    padding-inline: 1rem;
  }
  .p-voice__inner {
    border-radius: 0.5rem;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-voice__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-voice__titleAccent {
    font-size: 1.5rem;
  }
  .p-voice__cards {
    gap: 1.25rem;
    margin-top: 2rem;
    padding-inline: 0rem;
  }
  .p-voice__card {
    align-items: center;
    border-radius: 0.5rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }
  .p-voice__cardImageLeft {
    align-self: center;
    order: -1;
  }
  .p-voice__cardImageLeft img {
    height: 7.5rem;
    width: 7.5rem;
  }
  .p-voice__card--right {
    text-align: center;
    width: 100%;
  }
  .p-voice__cardHeader {
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .p-voice__cardCategory {
    font-size: 0.875rem;
    padding-block: 0.375rem;
    padding-inline: 0.75rem;
  }
  .p-voice__cardContent {
    margin-top: 0rem;
    text-align: center;
  }
  .p-voice__cardTitle {
    background: linear-gradient(transparent 73%, #f4d000 73%, #f4d000 87%, transparent 87%);
    font-size: 1rem;
    line-height: 1.7;
  }
  .p-voice__cardText {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1rem;
    text-align: left;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

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

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */