@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 3.8647342995vw;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 3.8vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  background: #fff;
  font-size: 16px;
}

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

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .l-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.c-btn {
  text-align: center;
}

.c-btn a {
  display: inline-block;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
  padding: 0.6875rem 1.5rem;
  border: 1px solid #303e10;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn a {
    font-size: 1.3625rem;
    padding: 0.78125rem 1.84375rem;
  }
}

.c-btn a:hover {
  color: #fff;
  background: #303e10;
  opacity: 1;
}

.c-contact {
  text-align: center;
}

.c-contact__title {
  font-size: 2.16rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .c-contact__title {
    font-size: 2.705625rem;
  }
}

.c-contact__title span {
  border-bottom: 2px solid #74a700;
}

.c-cta {
  padding: 1.5rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-cta {
    padding: 2.125rem 0;
  }
}

.c-cta__title {
  position: relative;
  display: inline-block;
  font-size: 1.12875rem;
  font-weight: 700;
  line-height: 1.3067552602;
  color: #ea6f04;
}

.c-cta__title::before,
.c-cta__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 85%;
  background: #ea6f04;
}

.c-cta__title::before {
  left: -5%;
  transform: translateY(-50%) rotate(-10deg);
}

.c-cta__title::after {
  right: -5%;
  transform: translateY(-50%) rotate(10deg);
}

.c-cta__btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-cta__btn-wrap {
    gap: 1.375rem;
  }
}

.c-cta__btn-contact {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-cta__btn-contact {
    width: 100%;
    max-width: 23.1875rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
}

.c-cta__btn-contact a {
  position: relative;
  display: block;
  background: #ea6f04;
  border-radius: 3.125rem;
  border-bottom: 6px solid #b85600;
  padding: 0.96875rem 0.8125rem 0.71875rem 0.8125rem;
}

.c-cta__btn-contact__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cta__btn-contact__catch {
  position: absolute;
  left: 0.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 4.4375rem;
  height: 4.4375rem;
  color: #ea6f04;
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}

.c-cta__btn-contact__catch01 {
  display: inline-block;
  font-size: 0.856875rem;
  font-weight: 700;
  border-bottom: 2px solid #ea6f04;
}

.c-cta__btn-contact__catch02 {
  font-size: 1.169375rem;
  font-weight: 700;
  line-height: 1;
}

.c-cta__btn-contact__catch02 .is-big {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1.6675rem;
}

.c-cta__btn-contact__text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: 1.5625rem;
}

.c-cta__btn-contact__text01 {
  font-size: 1.19625rem;
}

.c-cta__btn-contact__text01 .inversion {
  display: inline-block;
  color: #ea6f04;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.28125rem;
  margin-right: 0.4625rem;
}

.c-cta__btn-contact__text02 {
  font-size: 1.72875rem;
  letter-spacing: 0.07em;
  margin-top: 0.1875rem;
}

.c-cta__btn-contact__arrow {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.71875rem;
  height: 0.71875rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.c-cta__btn-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-footer-fixbtn .container a img {
  width: 100%; /* 画像を親要素にフィットさせる */
  max-width: 200px; /* 適宜設定、希望の大きさ */
  height: auto; /* アスペクト比を維持 */
  display: block; /* 余白を消す */
}

.p-footer-fixbtn .container {
  display: flex; /* 横並びにする */
  justify-content: space-around; /* 均等に配置 */
  align-items: center; /* 垂直方向を中央揃え */
}

.p-footer-fixbtn .container a {
  flex: 1; /* 各リンクを均等にサイズ変更 */
  text-align: center; /* 中央揃え */
}

@media screen and (min-width: 769px) {
  .c-cta__btn-flex {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.518125rem;
  }
}

@media screen and (min-width: 769px) {
  .c-cta__btn-claim {
    width: 100%;
    max-width: 23.1875rem;
  }
}

.c-cta__btn-claim a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 3.125rem;
  border: 2.83px solid #ea6f04;
  padding: 0.78125rem 0.8125rem 0.53125rem 0.8125rem;
}

.c-cta__btn-claim__text {
  font-weight: 700;
  color: #ea6f04;
}

.c-cta__btn-claim__text01 {
  font-size: 1.19625rem;
}

.c-cta__btn-claim__text01 .inversion {
  font-size: 1.13375rem;
  color: #ea6f04;
  background: #fff;
  border: 1px solid #ea6f04;
  border-radius: 5px;
  padding: 0 0.375rem 0.09375rem;
  margin-right: 0.4625rem;
}

.c-cta__btn-claim__text02 {
  font-size: 1.72875rem;
}

.c-cta__btn-claim__arrow {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.71875rem;
  height: 0.71875rem;
  border-top: 3px solid #ea6f04;
  border-right: 3px solid #ea6f04;
}

@media screen and (min-width: 769px) {
  .c-cta__btn-tel {
    width: 100%;
    max-width: 23.1875rem;
  }
}

.c-cta__btn-tel a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 3.125rem;
  border: 2.83px solid #0476d8;
  padding: 0.53125rem 0.8125rem 0.78125rem 1.5625rem;
}

.c-cta__btn-tel__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cta__btn-tel__icon {
  position: absolute;
  left: 1.5625rem;
  width: 2.53875rem;
  height: 2.53875rem;
}

.c-cta__btn-tel__text {
  font-weight: 700;
  color: #0476d8;
  margin-left: 0.3125rem;
}

.c-cta__btn-tel__text01 {
  font-family: Inter, sans-serif;
  font-size: 2.06625rem;
  font-weight: 700;
}

.c-cta__btn-tel__text02 {
  font-size: 1.00375rem;
  margin-top: -0.3125rem;
}

.c-cta__btn-tel__text02 .inversion {
  font-size: 1.13375rem;
  font-weight: 700;
  color: #0476d8;
  background: #fff;
  border: 1px solid #0476d8;
  border-radius: 5px;
  padding: 0 0.375rem 0.09375rem;
  margin-right: 0.4625rem;
}

.c-cta__btn-tel__arrow {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.71875rem;
  height: 0.71875rem;
  border-top: 3px solid #0476d8;
  border-right: 3px solid #0476d8;
}

.cta__adjustment {
  padding-top: 5.6875rem;
}
@media screen and (min-width: 769px) {
  .cta__adjustment {
    padding-top: 10.5rem;
  }
}

@media screen and (min-width: 769px) {
  .cta__adjustment2 {
    padding-top: 3.75rem;
  }
}

.cta__adjustment-bottom {
  padding-bottom: 5.6875rem;
}
@media screen and (min-width: 769px) {
  .cta__adjustment-bottom {
    padding-bottom: 10.5rem;
  }
}

.c-cta__btn-tel--background a {
  background: transparent;
}

.c-cta__btn-tel--background .c-cta__btn-tel__text02 .inversion {
  background: transparent;
}

/* 全体のフォームデザイン */
form.c-form {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  form.c-form {
    margin-top: 3.75rem;
  }
}

.form-group {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .form-group {
    max-width: 620px;
    margin: 0 auto;
  }
}

.form-group:not(:first-of-type) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .form-group:not(:first-of-type) {
    margin-top: 1.65375rem;
  }
}

.form-group label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .form-group label {
    font-size: 1.4175rem;
  }
}

.required {
  display: inline-block;
  font-size: 0.84125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: #ea6f04;
  border-radius: 0.125rem;
  padding: 0.125rem 0.375rem;
}
@media screen and (min-width: 769px) {
  .required {
    font-size: 1.0625rem;
    border-radius: 0.15625rem;
  }
}

/* input, select, textarea デザイン */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 1.5625rem;
  border-radius: 0.625rem;
  margin-top: 0.75rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 1.0625rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #e7e7e7;
}

input::placeholder,
textarea::placeholder {
  font-size: 1.0625rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #e7e7e7;
}
@media screen and (min-width: 769px) {
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1.33875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 1.33875rem;
  }
}

.postalCode-group input[type="number"] {
  width: 60%;
  padding-left: 0.6875rem;
}

.prefectures-group .select-wrap {
  width: 60%;
}

.prefectures-group select {
  padding-left: 0.6875rem;
}

.prefectures-group .select-wrap::before {
  right: 0.6875rem;
}

input[type="number"]::-moz-placeholder {
  color: #303e10;
}

input[type="number"]::placeholder {
  color: #303e10;
}

select {
  font-size: 1.0625rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #222;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 769px) {
  select {
    font-size: 1.33875rem;
  }
}

.select-wrap {
  position: relative;
}

.select-wrap::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.125rem);
  right: 0.625rem;
  transform: translateY(-50%) rotate(135deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  pointer-events: none;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 2.4375rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 769px) {
  .radio-group {
    gap: 3.125rem;
    margin-top: 1.375rem;
  }
}

.radio-item {
  position: relative;
  display: flex;
  align-items: center;
}

.radio-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.radio-item label {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding-left: 1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .radio-item label {
    font-size: 1.33875rem;
  }
}

.radio-item input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #303e10;
  background-color: transparent;
  pointer-events: none;
}

.radio-item input[type="radio"]:checked + label:before {
  border-color: #303e10;
}

.radio-item input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #ea6f04;
}

/* checkbox */
.checkbox-group {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 769px) {
  .checkbox-group {
    margin-bottom: 4.375rem;
  }
}

.checkbox-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1875rem 1rem;
}
@media screen and (min-width: 769px) {
  .checkbox-wrap {
    gap: 0.3125rem 2rem;
  }
}

.checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
}

.checkbox-item:not(:first-of-type),
.checkbox-item:not(:nth-of-type(2)) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .checkbox-item:not(:first-of-type),
  .checkbox-item:not(:nth-of-type(2)) {
    margin-top: 1.875rem;
  }
}

.checkbox-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkbox-item label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding-left: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .checkbox-item label {
    font-size: 1.125rem;
  }
}

.checkbox-item label:before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #dcdddb;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.1875rem;
  box-sizing: border-box;
}

.checkbox-item input[type="checkbox"]:checked + label:before {
  background-color: #fbe4c9;
  border-color: #dcdddb;
}

.checkbox-item input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 0.625rem;
  height: 1.125rem;
  border: solid #303e10;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

textarea {
  height: 11.5rem;
}
@media screen and (min-width: 769px) {
  textarea {
    height: 14.4375rem;
  }
}

/* submit */
button.submit-button {
  position: relative;
  width: 100%;
  font-size: 1.72875rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #ea6f04;
  border-radius: 3.125rem;
  border: none;
  border-bottom: 6px solid #b85600;
  padding: 1.25rem;
  margin-top: 1.5625rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  button.submit-button {
    width: 29.21625rem;
    font-size: 2.17875rem;
    padding: 1.625rem 1.875rem;
    margin-top: 3.41875rem;
  }
}

button.submit-button:hover {
  background-color: #d65f02;
}

.submit-button__arrow {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.875rem;
  height: 0.875rem;
  border-top: 3.2px solid #fff;
  border-right: 3.2px solid #fff;
}
@media screen and (min-width: 769px) {
  .submit-button__arrow {
    right: 2rem;
    width: 1.0625rem;
    height: 1.0625rem;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}

.c-thanks-contact {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 80vh;
  min-height: calc(80vh + 5.125rem);
  background-color: #f2f7e5;
  padding: 6.25rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-thanks-contact {
    align-items: center;
    min-height: calc(80vh + 7.1875rem);
  }
}

.c-thanks-contact__title {
  font-size: clamp(1.875rem, 2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.c-thanks-contact__title span {
  display: inline-block;
  font-size: clamp(1.5625rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-top: 1.875rem;
}

.c-thanks-contact__text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-top: 1.875rem;
}

.p-about {
  padding: 3.375rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-about {
    padding: 4.5625rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-about__inner {
    max-width: 41.25rem;
  }
}

.p-about__emphasis {
  font-size: 2.9375rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #74a700;
  padding-left: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-about__emphasis {
    font-size: 4.1125rem;
  }
}

.p-about__sub-title {
  font-size: 1.169375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-about__sub-title {
    font-size: 1.636875rem;
    margin-top: 2.575rem;
  }
}

.p-about__sub-title span {
  display: inline-block;
  border-bottom: 2px solid #303e10;
}
@media screen and (min-width: 769px) {
  .p-about__sub-title span {
    border-bottom: 2.8px solid #303e10;
  }
}

.p-about__title {
  font-size: 2.3625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: 0.736875rem;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .p-about__title {
    font-size: 3.3075rem;
    margin-top: 1.3rem;
  }
}

.p-about__title .inversion {
  display: inline-block;
  font-size: 2.4875rem;
  color: #fff;
  background: #7db200;
  padding: 0.125rem 0.21875rem;
  margin-top: 0.8125rem;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-about__title .inversion {
    font-size: 3.4825rem;
  }
}

.p-about__image {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-about__image {
    max-width: 32.375rem;
    margin: 0 auto;
    margin-top: 4.525rem;
  }
}

.p-about__items {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-about__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    margin-top: 2.675rem;
  }
}

.p-about__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-about__item {
    width: calc(50% - 1.75rem);
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0125rem;
  }
}

.p-about__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-about__item:nth-of-type(even) {
    flex-direction: column;
    margin-top: 0rem;
  }
}

.p-about__item-image {
  width: 11.5rem;
  flex: none;
}
@media screen and (min-width: 769px) {
  .p-about__item-image {
    width: 100%;
  }
}

.p-about__item-text {
  font-size: 1.209375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-about__item-text {
    font-size: 1.0625rem;
    padding: 0 0.9375rem;
  }
}

.p-about__catch {
  font-size: 1.481875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #74a700;
  margin-top: 4.75rem;
}
@media screen and (min-width: 769px) {
  .p-about__catch {
    font-size: 2.074375rem;
    margin-top: 3.125rem;
  }
}

.p-about__catch span {
  display: inline-block;
  font-size: 2.26125rem;
  border: 2.73px solid #74a700;
  padding: 0.1875rem 0.6875rem;
  margin-top: 0.8125rem;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-about__catch span {
    font-size: 3.165625rem;
    border: 3.82px solid #74a700;
    margin-top: 1.35rem;
  }
}

.p-about__image-bottom {
  margin-top: 2.045625rem;
}
@media screen and (min-width: 769px) {
  .p-about__image-bottom {
    max-width: 32.375rem;
    margin: 0 auto;
    margin-top: 2.8125rem;
  }
}

.p-access {
  position: relative;
  padding: 4.375rem 0 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding: 6.75rem 0 0;
  }
}

.p-access::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  top: 7.5rem;
  right: -6.25rem;
  background-image: url(../images/vector04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-access::before {
    display: none;
  }
}

.p-access__inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-access__inner::before {
    content: "";
    width: 24.325rem;
    height: 24.2625rem;
    position: absolute;
    top: -1.25rem;
    right: -12.5rem;
    background-image: url(../images/vector04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.p-access__speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.1875rem;
  font-size: clamp(15px, 1.25rem, 37px);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  background: #ea6f04;
  border-radius: 0.625rem;
  padding: 0.75rem 0.75rem 0.75rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-access__speech-bubble {
    width: 18.4375rem;
    font-size: 1.8375rem;
  }
}

.p-access__speech-bubble .accent {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffea27;
  padding: 0 0.1875rem;
  margin-top: -0.5rem;
}

.p-access__speech-bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.p-access__speech-bubble:before {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
  border-left-width: 0.875rem;
  border-right-width: 0.875rem;
  border-bottom-color: #ea6f04;
}

.p-access__title {
  display: inline-block;
  font-size: 2.1475rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #ea6f04;
  border-bottom: 2px solid #ea6f04;
  margin-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .p-access__title {
    font-size: 3.00625rem;
    border-bottom: 2.8px solid #ea6f04;
    padding-bottom: 0.3125rem;
  }
}

.p-access__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-access__items {
    max-width: 745px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.4375rem;
  }
}

.p-access__item {
  border: 2px solid #7db200;
  border-radius: 0.625rem;
  background: #fff;
}

.p-access__item-head {
  background: #7db200;
  border-radius: 0.4375rem 0.4375rem 0 0;
  padding: 0.5rem 0.5rem;
}

.p-access__item-sub-title {
  font-size: 0.775rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
}

.p-access__item-title {
  font-size: 1.06875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-access__item-title {
    font-size: clamp(16px, 2.1vw, 1.06875rem);
  }
}

.p-access__item-body {
  padding: 0.83625rem 0.848125rem 0.9375rem;
}

.p-access__item-image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 149/103;
}

.p-access__item-address {
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: 0.46125rem;
  text-align: left;
}

.p-access__item-text-link {
  text-align: left;
}

.p-access__item-text-link a {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ea6f04;
  border-bottom: 1px solid #ea6f04;
}

.p-access__item-btn {
  margin-top: 0.625rem;
}

.p-access__item-btn a {
  display: inline-block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
  background: #ea6f04;
  border-radius: 4.375rem;
  padding: 0.625rem;
}

.p-charm {
  position: relative;
  padding: 0 0 6.425rem;
  background: #f2f7e5;
  text-align: center;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .p-charm {
    padding: 0 0 13.155rem;
  }
}

.p-charm__inner {
  position: relative;
  z-index: 1;
}

.p-charm::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  top: -3.625rem;
  left: 0;
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-charm::before {
    height: 7.5rem;
    top: -7.5rem;
    background-image: url(../images/intersect-pc.svg);
  }
}

.p-charm__inner::after {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  top: 8.125rem;
  right: -9.5rem;
  background-image: url(../images/vector04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-charm__inner::after {
    width: 24.325rem;
    height: 23.8875rem;
  }
}

.p-charm__speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.3125rem;
  font-size: clamp(15px, 1.25rem, 37px);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  background: #7db200;
  border-radius: 0.625rem;
  padding: 0.875rem 0.75rem 0.625rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-charm__speech-bubble {
    width: 18.625rem;
    font-size: 1.8375rem;
    padding: 0.9375rem 0.75rem 0.75rem;
  }
}

.p-charm__speech-bubble .accent {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffea27;
  padding: 0 0.1875rem;
  margin-top: -0.5rem;
}
@media screen and (min-width: 769px) {
  .p-charm__speech-bubble .accent {
    font-size: 2.8rem;
  }
}

.p-charm__speech-bubble .accent .is-big {
  font-size: 2.5rem;
}

.p-charm__speech-bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.p-charm__speech-bubble:before {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
  border-left-width: 0.875rem;
  border-right-width: 0.875rem;
  border-bottom-color: #7db200;
}

.p-charm__title {
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #7db200;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-charm__title {
    font-size: 2.04375rem;
    line-height: 1.3;
  }
}

.p-charm__title p {
  font-size: 2.46rem;
}
@media screen and (min-width: 769px) {
  .p-charm__title p {
    font-size: 3.44375rem;
  }
}

.p-charm__title span {
  border-bottom: 2.2px solid #7db200;
}
@media screen and (min-width: 769px) {
  .p-charm__title span {
    border-bottom: 3.11px solid #7db200;
  }
}

.p-charm__title .is-big {
  display: inline-block;
  font-size: 5.7725rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .p-charm__title .is-big {
    font-size: 8.08125rem;
  }
}

.p-charm__image {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-charm__image {
    max-width: 32.8125rem;
    margin: 0 auto;
    margin-top: 2.8125rem;
  }
}

.p-charm__correspondence {
  margin-top: 2rem;
  color: #7db200;
}
@media screen and (min-width: 769px) {
  .p-charm__correspondence {
    margin-top: 2.6875rem;
  }
}

.p-charm__correspondence-title {
  font-size: 2.0225rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .p-charm__correspondence-title {
    font-size: 3.00625rem;
  }
}

.p-charm__correspondence-title .is-small {
  display: block;
  font-size: 1.46rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-charm__correspondence-title .is-small {
    font-size: 2.04375rem;
  }
}

.p-charm__correspondence-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0625rem;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .p-charm__correspondence-items {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.98rem;
    margin-top: 1.89375rem;
  }
}

.p-charm__correspondence-text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #303e10;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-charm__correspondence-text {
    font-size: clamp(14px, 1.9vw, 1.11875rem);
  }
}

.p-charm__alignment-title {
  font-size: 1.8975rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #7db200;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-charm__alignment-title {
    font-size: 2.65625rem;
    margin-top: 4.84375rem;
  }
}

.p-charm__alignment-image {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-charm__alignment-image {
    max-width: 48.3125rem;
    margin: 0 auto;
    margin-top: 2.0625rem;
  }
}

.p-charm__texes {
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-charm__texes {
    margin-top: 2rem;
  }
}

.p-charm__texes01 {
  font-size: 1.2725rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #533727;
}
@media screen and (min-width: 769px) {
  .p-charm__texes01 {
    font-size: 1.78125rem;
  }
}

.p-charm__texes02 {
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #ea6f04;
  margin-top: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-charm__texes02 {
    font-size: 3.9375rem;
    line-height: 1.2;
  }
}

.p-contact-claim {
  background-color: #f2f7e5;
  text-align: center;
  padding: 6.25rem 0;
}

.p-contact {
  position: relative;
  background: #f2f7e5;
  padding: 0 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-contact {
    padding: 0 0 4.8825rem;
  }
}

.p-contact::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  top: -3.625rem;
  left: 0;
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-contact::before {
    height: 7.5rem;
    top: -7.5rem;
    background-image: url(../images/intersect-pc.svg);
  }
}

.p-contact__title {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-contact__title {
    margin-top: 3.3625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel {
    max-width: 32.4375rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel a {
    border: 4px solid #0476d8;
    border-radius: 6.25rem;
    padding: 0.84375rem 0.8125rem 1.09375rem 1.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel__icon {
    left: 2.5rem;
    width: 3.554375rem;
    height: 3.554375rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel__text01 {
    font-size: 2.893125rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel__text02 {
    font-size: 1.405rem;
    margin-top: -0.3125rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel__text02 .inversion {
    font-size: 1.375rem;
    border: 1.41px solid #0476d8;
    border-radius: 0.1875rem;
    padding: 0 0.625rem 0.09375rem;
    margin-right: 0.4625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact .c-cta__btn-tel__arrow {
    right: 2.25rem;
    transform: translateY(-50%) rotate(45deg);
    width: 1.375rem;
    height: 1.375rem;
    border-top: 5px solid #0476d8;
    border-right: 5px solid #0476d8;
  }
}

.p-effect {
  position: relative;
  padding: 6.75rem 0 3.75rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-effect {
    padding: 14.1875rem 0 16.875rem;
  }
}

.p-effect::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  top: 6.5625rem;
  right: -8.125rem;
  background-image: url(../images/vector04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-effect::before {
    display: none;
  }
}

.p-effect::after {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  bottom: 7.5rem;
  left: -7.5rem;
  background-image: url(../images/vector04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-effect::after {
    display: none;
  }
}

.p-effect__inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-effect__inner::before {
    content: "";
    width: 24.325rem;
    height: 23.8875rem;
    position: absolute;
    top: 6.25rem;
    right: -8.125rem;
    background-image: url(../images/vector04.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .p-effect__inner::after {
    content: "";
    width: 21.9375rem;
    height: 21.5rem;
    position: absolute;
    bottom: -5.9375rem;
    left: -9.375rem;
    background-image: url(../images/vector04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.p-effect__title {
  position: relative;
  display: inline-block;
  font-size: 1.6475rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #7db200;
  border-bottom: 2px solid #7db200;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-effect__title {
    font-size: 2.470625rem;
    border-bottom: 3px solid #7db200;
  }
}

.p-effect__title::after {
  content: "";
  width: 1.575rem;
  height: 1.5625rem;
  position: absolute;
  top: 0.625rem;
  right: -1.875rem;
  background-image: url(../images/circle-icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-effect__title::after {
    width: 2.361875rem;
    height: 2.34375rem;
    top: 1.5625rem;
    right: -3.125rem;
  }
}

.p-effect__title .is-big {
  font-size: 2.835rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .p-effect__title .is-big {
    font-size: 4.251875rem;
  }
}

.p-effect__sub-title {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #7db200;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-effect__sub-title {
    font-size: 1.21875rem;
  }
}

.p-effect__sub-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.625rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 769px) {
  .p-effect__sub-items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.28125rem;
  }
}

@media screen and (min-width: 769px) {
  .p-effect__sub-item:nth-of-type(2) {
    margin-top: 5.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-effect__sub-item:nth-of-type(3) {
    margin-top: 19.3125rem;
  }
}

.p-effect__annotation {
  font-size: max(0.625rem, 9px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #533727;
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-effect__annotation {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.p-effect__addition {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #74a700;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-effect__addition {
    font-size: 2.3rem;
  }
}

.p-facility {
  padding: 0.1875rem 0 5.53125rem;
}
@media screen and (min-width: 769px) {
  .p-facility {
    padding: 2.375rem 0 10rem;
  }
}

.p-facility__title {
  font-size: 1.1225rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-facility__title {
    font-size: 1.685rem;
  }
}

.p-facility__swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 0.9375rem;
}

.p-facility__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.p-facility__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 187/206;
  border-radius: 1.875rem;
}

.p-facility__btn {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 769px) {
  .p-facility__btn {
    margin-top: 1.25rem;
  }
}

.p-facility__image {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .p-facility__image {
    max-width: 36rem;
    margin: 0 auto;
    margin-top: 3.4375rem;
  }
}

.p-faq {
  padding: 3.4375rem 0 6.625rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-faq {
    padding: 4.875rem 0 10.875rem;
  }
}

.p-faq__title {
  display: inline-block;
  font-size: 2.21rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
  border-bottom: 2px solid #74a700;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-faq__title {
    font-size: 3.00625rem;
    border-bottom: 2.8px solid #74a700;
  }
}

.p-faq__items {
  margin-top: 1.8125rem;
}
@media screen and (min-width: 769px) {
  .p-faq__items {
    margin-top: 3.375rem;
  }
}

.p-faq__item {
  position: relative;
  background: #f2f7e5;
  border-radius: 0.625rem;
  padding: 1.375rem 1.8125rem 1.25rem 4.25rem;
}
@media screen and (min-width: 769px) {
  .p-faq__item {
    max-width: 620px;
    margin: 0 auto;
    padding: 2.375rem 2.0625rem 2.0625rem 6.25rem;
  }
}

.p-faq__item:not(:first-of-type) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-faq__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}

.p-faq__item-number {
  position: absolute;
  top: 1.1875rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-faq__item-number {
    width: 3.5rem;
    height: 3.5rem;
    left: 1.375rem;
  }
}

.p-faq__item-number img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-faq__item-title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-faq__item-title {
    font-size: 1.3125rem;
  }
}

.p-faq__item-text {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-faq__item-text {
    font-size: 1.0625rem;
    margin-top: 0.9375rem;
  }
}

.p-flow {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding: 3.4375rem 0 0;
  }
}

.p-flow__speech-bubble {
  position: relative;
  font-size: clamp(15px, 1.25rem, 37px);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  background: #74a700;
  border-radius: 0.625rem;
  padding: 0.75rem 0.75rem;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-flow__speech-bubble {
    max-width: 30.364375rem;
    margin: 0 auto;
    font-size: 1.8375rem;
  }
}

.p-flow__speech-bubble .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-flow__speech-bubble .flex span {
  display: inline-block;
}

.p-flow__speech-bubble .accent {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffea27;
  padding: 0 0.1875rem;
  margin-top: -0.5rem;
}
@media screen and (min-width: 769px) {
  .p-flow__speech-bubble .accent {
    font-size: 2.8rem;
  }
}

.p-flow__speech-bubble .accent .is-big {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-flow__speech-bubble .accent .is-big {
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}

.p-flow__speech-bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.p-flow__speech-bubble:before {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
  border-left-width: 0.875rem;
  border-right-width: 0.875rem;
  border-bottom-color: #74a700;
}

.p-flow__title {
  font-size: 2.1475rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .p-flow__title {
    font-size: 3.00625rem;
  }
}

.p-flow__items {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-flow__items {
    margin-top: 2.8125rem;
  }
}

.p-flow__item {
  position: relative;
  background: #f2f7e5;
  border-radius: 0.625rem;
  padding: 1.6875rem 1.375rem;
}
@media screen and (min-width: 769px) {
  .p-flow__item {
    max-width: 610px;
    margin: 0 auto;
    padding: 2.0625rem 1.25rem 2.0625rem 2.8125rem;
    margin-bottom: 5.8125rem;
  }
}

.p-flow__item:last-of-type {
  margin-bottom: 0;
}

.p-flow__item:not(:first-child) {
  margin-top: 1.875rem;
}

.p-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -1.5625rem;
  right: calc(50% - 1.9375rem);
  transform: translateX(-50%);
  width: 1.9375rem;
  height: 1.125rem;
  background-image: url("../images/triangle-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-flow__item:not(:last-child)::before {
    width: 2.6875rem;
    height: 1.5625rem;
    bottom: -3.4375rem;
    right: calc(50% - 2.6875rem);
  }
}

.p-flow__item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

.p-flow__number {
  position: absolute;
  top: -1.25rem;
  left: 0.9375rem;
  width: 3rem;
  height: 3.333125rem;
}
@media screen and (min-width: 769px) {
  .p-flow__number {
    width: 4.305625rem;
    height: 4.666875rem;
  }
}

.p-flow__number img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-flow__contents {
  flex: 1;
  text-align: left;
  padding-top: 0.3125rem;
}

.p-flow__item-title {
  font-size: 1.46875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .p-flow__item-title {
    font-size: 1.875rem;
  }
}

.p-flow__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #74a700;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .p-flow__item-text {
    font-size: 1.125rem;
  }
}

.p-flow__item-image {
  width: 8.75rem;
  flex: 1;
}

.p-flow__item-image img {
  max-width: 8.75rem;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 140/116;
}
@media screen and (min-width: 769px) {
  .p-flow__item-image img {
    width: 100%;
    max-width: 12.5rem;
    aspect-ratio: 200/162;
  }
}

.p-flow__item-annotation {
  font-size: max(0.625rem, 9px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #74a700;
  margin-top: 0.6875rem;
  text-align: left;
}

.p-footer {
  color: #fff;
  background: #74a700;
  padding: 1.25rem 0 80px;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding: 1.3625rem 0 1.9875rem;
  }
}

.p-footer__nav-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-footer__nav-lists {
    gap: 2.3625rem;
  }
}

.p-footer__nav-list a {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-footer__nav-list a {
    font-size: 1.225rem;
  }
}

.p-footer__copyright {
  font-size: max(0.5625rem, 9px);
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-footer__copyright {
    font-size: 0.7875rem;
  }
}

.p-footer-fixbtn {
  position: fixed;
  width: 100%;
  height: 58px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.p-footer-fixbtn__body {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer-fixbtn__contact {
  position: relative;
  width: 43%;
  height: inherit;
  text-align: center;
}

.p-footer-fixbtn__contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 0.84375rem;
  font-weight: 700;
  color: #fff;
  background: #ea6f04;
  padding: min(0.75rem, 12px) min(1.625rem, 26px) min(0.75rem, 12px)
    min(0.75rem, 12px);
}

.p-footer-fixbtn__contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%) rotate(45deg);
  width: min(0.5625rem, 9px);
  height: min(0.5625rem, 9px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-footer-fixbtn__claim {
  position: relative;
  width: 43%;
  height: inherit;
  text-align: center;
}

.p-footer-fixbtn__claim a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ea6f04;
  background: #fbe2cc;
  padding: min(0.75rem, 12px) min(1.625rem, 26px) min(0.75rem, 12px)
    min(0.75rem, 12px);
}

.p-footer-fixbtn__claim a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%) rotate(45deg);
  width: min(0.5625rem, 9px);
  height: min(0.5625rem, 9px);
  border-top: 2px solid #ea6f04;
  border-right: 2px solid #ea6f04;
}

.p-footer-fixbtn__tel {
  position: relative;
  display: block;
  width: 14.2%;
  height: inherit;
}

.p-footer-fixbtn__tel a {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ea6f04;
  background: #f7f7f7;
}

.p-footer-fixbtn__tel span {
  display: inline-block;
}

.p-footer-fixbtn__tel .icon img {
  width: 24px;
  height: 24px;
}

.p-footer-fixbtn__tel .text {
  font-size: 12.65px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-header {
  position: relative;
  width: 100%;
  z-index: 30;
}
@media screen and (min-width: 769px) {
  .p-header {
    padding: 0.625rem 0;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .p-header__inner {
    padding: 0 20px;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 4.540625rem;
}
@media screen and (min-width: 769px) {
  .p-header__logo {
    max-width: 7.5rem;
  }
}

.p-header__tel {
  background: #ea6f04;
  border-radius: 0 0 0 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-header__tel {
    display: none;
  }
}

.p-header__tel a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0.3135rem 0.820625rem;
}

.p-header__tel img {
  width: 1.5rem;
  height: 1.5rem;
}

.p-header__tel span {
  font-size: 0.790625rem;
  color: #fff;
}

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

.p-header__btn-wrap a {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 15.4375rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 2px solid #ea6f04;
  border-radius: 3.125rem;
  padding: 0.75rem 2.25rem 0.875rem 1.1875rem;
  text-align: center;
}

.p-header__btn-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-header__claim {
  color: #ea6f04;
  background: #fff;
  margin-right: 0.3125rem;
}

.p-header__contact {
  color: #fff;
  background: #ea6f04;
}

.p-header__btn-wrap .p-header__claim::before {
  border-top: 2px solid #ea6f04;
  border-right: 2px solid #ea6f04;
}

.p-introduction {
  position: relative;
  padding: 6.0625rem 0 0;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .p-introduction {
    padding: 9.4375rem 0 0;
  }
}

.p-introduction__treat {
  position: relative;
}

.p-introduction::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-introduction::before {
    height: 7.5rem;
    background-image: url("../images/intersect-pc.svg");
  }
}

.p-introduction__inner {
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__inner {
    max-width: 53.75rem;
    margin: 0 auto;
  }
}

.p-introduction__title {
  font-size: 1.43625rem;
  font-weight: 700;
  color: #74a700;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-introduction__title {
    font-size: 2.01125rem;
  }
}

.p-introduction__title .accent {
  position: relative;
  display: inline-block;
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #74a700;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__title .accent {
    font-size: 4.8125rem;
  }
}

.p-introduction__title .accent::before {
  content: "";
  width: 4.625rem;
  height: 4px;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  transform: translateX(-50%);
  background: #74a700;
}
@media screen and (min-width: 769px) {
  .p-introduction__title .accent::before {
    width: 6.475rem;
    height: 5.6px;
    bottom: -2.0375rem;
  }
}

.p-introduction__sub-title {
  font-size: 1.501875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #74a700;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-introduction__sub-title {
    font-size: 2.103125rem;
    margin-top: 5.3125rem;
  }
}

.p-introduction__sub-title span {
  font-size: 1.689375rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #7db200;
  background: #fff;
  border: 2px solid #74a700;
  padding: 0 0.28125rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__sub-title span {
    font-size: 2.278125rem;
    padding: 0 0.53125rem 0.0875rem;
  }
}

.p-introduction__image {
  position: relative;
  margin-top: 0.375rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__image {
    max-width: 33.75rem;
    margin: 0 auto;
    margin-top: 0.4875rem;
  }
}

.p-introduction__image::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  bottom: 6.25rem;
  left: -9.375rem;
  background-image: url(../images/vector06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-introduction__image::before {
    width: 24.325rem;
    height: 23.8875rem;
    bottom: 9.375rem;
    left: -9.375rem;
  }
}

.p-introduction__image::after {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  bottom: -11.25rem;
  right: -9.375rem;
  background-image: url(../images/vector06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-introduction__image::after {
    width: 24.325rem;
    height: 23.8875rem;
    bottom: -14.375rem;
    right: -9.375rem;
  }
}

.p-introduction__speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(15px, 1.1875rem, 37px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #7db200;
  border-radius: 0.625rem;
  padding: 0.75rem 0.3125rem 0.75rem 1.1875rem;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__speech-bubble {
    max-width: 32.1125rem;
    font-size: 1.8375rem;
    justify-content: center;
    margin: 0 auto;
    margin-top: 4.375rem;
  }
}

.p-introduction__speech-bubble .accent {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffea27;
  padding: 0 0.1875rem;
  margin-top: -0.5rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__speech-bubble .accent {
    font-size: 2.8rem;
  }
}

.p-introduction__speech-bubble .accent .is-big {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__speech-bubble .accent .is-big {
    font-size: 3.5rem;
  }
}

.p-introduction__speech-bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.p-introduction__speech-bubble:before {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
  border-left-width: 0.875rem;
  border-right-width: 0.875rem;
  border-bottom-color: #7db200;
}

.p-introduction__catch {
  margin-top: 2.4375rem;
  text-align: center;
}

.p-introduction__catch-text01 {
  display: inline-block;
  font-size: 1.46rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .p-introduction__catch-text01 {
    font-size: 2.04375rem;
  }
}

.p-introduction__catch-text01 span {
  border-bottom: 2px solid #74a700;
}

.p-introduction__catch-text01 p:first-of-type {
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #ea6f04;
}

.p-introduction__catch-text01 p:nth-child(2) {
  margin-top: 0.5rem;
}

.p-introduction__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__items {
    gap: 4.0625rem;
    margin-top: 6.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-introduction__items::after {
    content: "";
    width: 35rem;
    height: 34.375rem;
    position: absolute;
    bottom: -6.25rem;
    left: -31.25rem;
    background-image: url(../images/vector02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.p-introduction__items::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  bottom: -10.3125rem;
  left: -6.4375rem;
  background-image: url(../images/vector02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-introduction__items::before {
    display: none;
  }
}

.p-introduction__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.p-introduction__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-introduction__item-title {
    font-size: 1.75rem;
  }
}

.p-introduction__item-title .accent {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .p-introduction__item-title .accent {
    font-size: 3.5rem;
  }
}

.p-introduction__item--sub-title {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin-top: 0.25rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__item--sub-title {
    font-size: 1.1375rem;
  }
}

.p-introduction__item-image {
  width: 8.9375rem;
  margin: 0 auto;
  margin-top: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__item-image {
    width: 100%;
  }
}

.p-introduction__item-image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 143/168;
}
@media screen and (min-width: 769px) {
  .p-introduction__item-image img {
    aspect-ratio: 403/236;
  }
}

.p-introduction__item-text {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__item-text {
    font-size: 1.125rem;
    margin-top: 1.375rem;
  }
}

.p-introduction__evaluation {
  position: relative;
  text-align: center;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__evaluation {
    margin-top: 4.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-introduction__evaluation::before {
    content: "";
    width: 35rem;
    height: 34.375rem;
    position: absolute;
    bottom: -8.75rem;
    right: -32.1875rem;
    background-image: url(../images/vector02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .p-introduction__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 11%;
    margin-top: 2.5rem;
  }
}

.p-introduction__evaluation-contents {
  text-align: center;
}

.p-introduction__evaluation-title {
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .p-introduction__evaluation-title {
    font-size: 2.04375rem;
  }
}

.p-introduction__evaluation-title span {
  border-bottom: 2px solid #74a700;
}
@media screen and (min-width: 769px) {
  .p-introduction__evaluation-title span {
    border-bottom: 2.8px solid #74a700;
  }
}

.p-introduction__evaluation-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__evaluation-images {
    margin-top: 0rem;
  }
}

.p-introduction__evaluation-images img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 162.1/176.85;
}

.p-introduction__evaluation-image {
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-introduction__evaluation-image {
    margin-top: 1.5rem;
  }
}

.p-introduction__evaluation-image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 356/211;
}
@media screen and (min-width: 769px) {
  .p-introduction__evaluation-image img {
    aspect-ratio: 356/299;
  }
}

.p-introduction__greeting {
  position: relative;
  margin-top: 2.5rem;
}

.p-introduction__greeting::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  bottom: -0.625rem;
  right: -7.8125rem;
  background-image: url(../images/vector02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-introduction__greeting::before {
    display: none;
  }
}

.p-p-introduction__greeting-image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 345.6/94.01;
}

.p-p-introduction__greeting-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 769px) {
  .p-p-introduction__greeting-flex {
    margin-top: 4.0625rem;
  }
}

.p-p-introduction__greeting-flex-image {
  width: 8.75rem;
  height: 8.75rem;
}

.p-p-introduction__greeting-flex-image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.p-p-introduction__greeting-flex-contents {
  text-align: left;
}

.p-p-introduction__greeting-flex-title {
  font-family: "source-han-serif-japanese", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.p-p-introduction__greeting-flex-name {
  font-family: "source-han-serif-japanese", sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16em;
  margin-top: 0.25rem;
}

.p-p-introduction__greeting-flex-introduction {
  font-size: 0.6875rem;
  line-height: 1.3;
  letter-spacing: 0.16em;
  margin-top: 0.4375rem;
  text-align: left;
}

.p-p-introduction__greeting-text {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-top: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-p-introduction__greeting-text {
    text-align: left;
  }
}

.p-introduction-bottom {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 3.75rem;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .p-introduction-bottom {
    padding-top: 9.375rem;
  }
}

.p-introduction-bottom::before {
  content: "";
  width: 2.5825rem;
  height: 2.5625rem;
  position: absolute;
  top: 3.125rem;
  right: 1.4375rem;
  background-image: url(../images/circle-icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-introduction-bottom::before {
    display: none;
  }
}

.p-introduction-bottom-image-title {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 19.875rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-introduction-bottom-image-title {
    width: 26vw;
    max-width: 27.86875rem;
    max-width: clamp(200px, 27.86875rem, 450px);
    top: 4.9375rem;
  }
}

@media screen and (min-width: 769px) {
  .p-introduction-bottom-image-title::before {
    content: "";
    width: 3.615625rem;
    height: 3.5875rem;
    position: absolute;
    top: -1.25rem;
    right: -3.125rem;
    background-image: url(../images/circle-icon2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
}

.p-introduction-bottom-image-bg::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-introduction-bottom-image-bg::before {
    height: 40%;
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 35%,
      rgba(255, 255, 255, 0) 100%
    );
    display: none;
  }
}

.p-introduction-bottom-image-bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-introduction-bottom-image-bg img {
    aspect-ratio: 1680/750;
  }
}

.p-joy-voice {
  position: relative;
  background: #7db200;
  text-align: center;
  overflow-x: clip;
}

.pp-joy-voice__inner {
  position: relative;
  z-index: 1;
}

.pp-joy-voice__inner::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  top: 7.1875rem;
  right: -8.125rem;
  background-image: url(../images/vector05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .pp-joy-voice__inner::before {
    width: 24.325rem;
    height: 23.8875rem;
  }
}

.pp-joy-voice__inner::after {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  bottom: 13.125rem;
  left: -5rem;
  background-image: url(../images/vector05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .pp-joy-voice__inner::after {
    width: 24.325rem;
    height: 23.8875rem;
    bottom: 15.625rem;
    left: -6.25rem;
  }
}

.p-joy-voice::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  top: -3.5625rem;
  left: 0;
  transform: scaleX(-1);
  background-image: url(../images/intersect2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-joy-voice::before {
    height: 7.5rem;
    position: absolute;
    top: -7.5rem;
    background-image: url(../images/intersect2-pc.svg);
  }
}

.p-joy-voice::after {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  bottom: -3.625rem;
  left: 0;
  transform: rotate(-180deg) scaleX(-1);
  background-image: url(../images/intersect2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-joy-voice::after {
    height: 7.5rem;
    bottom: -7.5rem;
    background-image: url(../images/intersect2-pc.svg);
  }
}

.p-joy-voice__title {
  position: relative;
  display: inline-block;
  font-size: 1.46rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
  padding-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__title {
    font-size: 2.04375rem;
  }
}

.p-joy-voice__title::after {
  content: "";
  width: 1.575rem;
  height: 1.5625rem;
  position: absolute;
  bottom: 1.25rem;
  right: -1.875rem;
  background-image: url(../images/circle-icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__title::after {
    width: 2.204375rem;
    height: 2.1875rem;
    bottom: 1.875rem;
    right: -3.125rem;
  }
}

.p-joy-voice__title span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin: 0 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__title span {
    border-bottom: 2.8px solid #fff;
    padding-bottom: 0.1875rem;
  }
}

.p-joy-voice__title p:nth-of-type(2) {
  margin-top: 0.6875rem;
}

.p-joy-voice__title .is-big {
  font-size: 2.3125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffea27;
  border-bottom: 2px solid #ffea27;
  margin-top: 0.375rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__title .is-big {
    font-size: 3.2375rem;
    border-bottom: 3px solid #ffea27;
    padding-bottom: 0.3125rem;
  }
}

.p-joy-voice__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__items {
    max-width: 56.25rem;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
    margin-top: 4.3125rem;
  }
}

.p-joy-voice__item {
  border-radius: 1.25rem;
  background: #fafcf5;
  border: 8px solid #add05b;
  padding: 0.75rem 0.9375rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 9.6px solid #add05b;
    padding: 0.875rem 1.0875rem 1.375rem;
  }
}

.p-joy-voice__item:nth-of-type(2) .p-joy-voice__item-image {
  width: 15.8125rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item:nth-of-type(2) .p-joy-voice__item-image {
    width: 87%;
  }
}

.p-joy-voice__item:nth-of-type(2) .p-joy-voice__item-image img {
  padding-right: 0;
}

.p-joy-voice__item:nth-of-type(2) .p-joy-voice__item-text {
  display: block;
}

.p-joy-voice__item:nth-of-type(2) .p-joy-voice__item-text .accent {
  color: #f16b12;
}

.p-joy-voice__item-q {
  width: 2.25rem;
  height: 2.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-q {
    width: 2.7rem;
    height: 3rem;
  }
}

.p-joy-voice__item-q img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 36/40;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-q img {
    aspect-ratio: 43.2/48;
  }
}

.p-joy-voice__item-title {
  position: relative;
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding-bottom: 0.6875rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-title {
    font-size: 1.8875rem;
    font-size: clamp(23px, 3.1vw, 1.8875rem);
  }
}

.p-joy-voice__item-title::before {
  content: "";
  width: 5.625rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #303e10;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-title::before {
    width: 6.75rem;
    height: 2.4px;
  }
}

.p-joy-voice__item-image {
  margin-top: 0.34625rem;
}

.p-joy-voice__item-image img {
  width: 100%;
  padding-right: 2.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-image img {
    padding-right: 0;
  }
}

.p-joy-voice__item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #74a700;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-text {
    font-size: 1.46875rem;
  }
}

.p-joy-voice__item-text .accent {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #f15912;
  margin-top: -0.3125rem;
  border-bottom: 2px solid #f15912;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-text .accent {
    font-size: 2.3375rem;
    border-bottom: 2.4px solid #f15912;
  }
}

.p-joy-voice__item-text .is-big {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__item-text .is-big {
    font-size: 2.9375rem;
  }
}

.p-joy-voice__item-text .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-joy-voice__item-text .u-adjustment {
  display: inline-block;
  margin-top: 0.3125rem;
}

.p-joy-voice__comment-wrap {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__comment-wrap {
    margin-top: 3.6rem;
  }
}

.p-joy-voice__comment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.p-joy-voice__comment:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__comment:nth-of-type(even) {
    margin-top: 2.45rem;
  }
}

.p-joy-voice__comment:nth-of-type(even) .p-joy-voice__speech-bubble::before {
  left: auto;
  right: -1rem;
  transform: rotate(-180deg);
}
@media screen and (min-width: 769px) {
  .p-joy-voice__comment:nth-of-type(even) .p-joy-voice__speech-bubble::before {
    right: -1.125rem;
  }
}

.p-joy-voice__comment:nth-of-type(even) .p-joy-voice__speech-bubble:after {
  left: auto;
  right: -1.625rem;
  transform: rotate(-180deg);
}

.p-joy-voice__comment-image {
  width: 7.3125rem;
  height: 7.3125rem;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__comment-image {
    width: 10.2375rem;
    height: 10.2375rem;
  }
}

.p-joy-voice__speech-bubble {
  position: relative;
  width: 14.375rem;
  height: 5.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #74a700;
  border-radius: 0.625rem;
  background: #f8fbf2;
  border: 5px solid #add05b;
  padding: 0.8125rem 0.875rem 0.9375rem 0.875rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__speech-bubble {
    width: 20.9375rem;
    height: 7.875rem;
    font-size: 1.75rem;
    border: 7px solid #add05b;
    padding: 1.1375rem 1.0125rem 1.3625rem 2.205rem;
  }
}

.p-joy-voice__speech-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  margin-top: -0.4375rem;
  border: 0.4375rem solid transparent;
  border-right: 0.6875rem solid #fff;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-joy-voice__speech-bubble::before {
    left: -1.125rem;
    margin-top: -0.5625rem;
    border: 0.5625rem solid transparent;
    border-right: 0.8125rem solid #fff;
  }
}

.p-joy-voice__speech-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.625rem;
  margin-top: -0.625rem;
  border: 0.625rem solid transparent;
  border-right: 0.9375rem solid #add05b;
  z-index: 1;
}

.p-live {
  position: relative;
  background: #7db200;
  padding: 1.25rem 0;
}

.p-live::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  top: -3.625rem;
  left: 0;
  background-image: url(../images/intersect2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-live::before {
    height: 7.5rem;
    top: -7.5rem;
    background-image: url(../images/intersect2-pc.svg);
  }
}

.p-live::after {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  bottom: -3.625rem;
  left: 0;
  transform: rotate(-180deg);
  background-image: url(../images/intersect2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-live::after {
    height: 7.5rem;
    bottom: -7.5rem;
    background-image: url(../images/intersect2-pc.svg);
  }
}

.p-live__title {
  font-family: "source-han-serif-japanese", sans-serif;
  font-size: 1.701875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-live__title {
    font-size: 2.3825rem;
  }
}

.p-live__title span {
  position: relative;
}

.p-live__title span::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  /* right: 0; */
  background: #fff;
}

.p-live__title span:nth-of-type(2) {
  margin-top: 1.875rem;
}

.p-live__title span:nth-of-type(3) {
  margin-top: 3.75rem;
}

.p-live__sub-title {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-live__sub-title {
    font-size: 2.0125rem;
    margin-top: 4.625rem;
  }
}

.p-live__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 769px) {
  .p-live__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
  }
}

.p-live__item {
  background: #f9fbf2;
  border-radius: 1.25rem;
  border: 3px solid #f9fbf2;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-live__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.p-live__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9444444444;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .p-live__item-text {
    line-height: 1.3;
  }
}

.p-live__item-title {
  font-size: 2.28375rem;
  font-weight: 700;
  line-height: 1.4012041598;
  color: #7db200;
  margin-top: 0.25rem;
}
@media screen and (min-width: 769px) {
  .p-live__item-title {
    font-size: clamp(30px, 4vw, 2.28375rem);
    margin-top: 0.625rem;
  }
}

.p-live__item-title span {
  display: inline-block;
  border-bottom: 2px solid #7db200;
}

/* モーダル */
.p-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.p-modal__content {
  position: relative;
  width: 92.2%;
  max-width: 600px;
  margin: auto;
  margin-top: 76px;
  border-radius: 1.25rem;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-modal__content {
    max-width: 800px;
    margin-top: 143px;
  }
}

.modal-template__contents {
  max-height: 70vh;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .modal-template__contents {
    max-height: 761px;
  }
}

.modal__close {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal__close {
    width: 36px;
    height: 36px;
    top: -55px;
    right: 0;
    font-size: 36px;
  }
}

.modal__close-btn {
  position: absolute;
  bottom: -5rem;
  right: calc(50% - 13.4375rem);
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal__close-btn {
    bottom: -5.3125rem;
    right: calc(50% - 13.4375rem);
    transform: translateX(-50%);
  }
}

.modal__close-btn a {
  display: inline-block;
  width: 13.4375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #fff;
  background: #adadad;
  border: 3px solid #fff;
  border-radius: 3.125rem;
  padding: 1.1875rem 1.375rem;
  padding: min(1.1875rem, 19px) min(1.375rem, 22px);
}

.modal__close-btn a:hover,
.modal__close-btn a:focus {
  color: #fff;
  opacity: 1;
}

/* モーダルコンテンツは非表示 */
.modal-template {
  display: none;
}

.modal-template__contents {
  padding: 1.5rem 0.9375rem 2.166875rem;
  text-align: center;
}

.modal-template__sub-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.02em;
  color: #40210f;
}

.modal-template__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #40210f;
  margin-top: 0.125rem;
}

.modal-template__map {
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 1.25rem;
  padding-top: 61.53%;
  overflow: hidden;
  margin-top: 1.625rem;
}

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

.modal-template__address dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.875rem;
}

.modal-template__address dl:nth-of-type(2) {
  margin-top: 0.1875rem;
}

.modal-template__address dt {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.02em;
  color: #40210f;
}

.modal-template__address dd {
  font-family: Inter, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.07em;
  color: #40210f;
}

.modal-template__facility {
  margin-top: 1.8125rem;
}

.modal-template__facility-title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #40210f;
}

.modal-template__facility-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.479375rem 0.58125rem;
  margin-top: 1.25rem;
}

.modal-template__facility-item-image img {
  border-radius: 1.25rem;
}

.modal-template__facility-item-text {
  font-family: Inter, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 0.34375rem;
}

.p-mv {
  position: relative;
  margin-top: -3.43875rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-mv {
    margin-top: -4.6875rem;
    min-width: 1090px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 1250px) and (min-width: 769px) {
  .p-mv img {
    aspect-ratio: 1.5/1;
  }
}
.p-price {
  padding: 1.5rem 0 0.5625rem;
}

@media screen and (min-width: 769px) {
  .p-price__inner {
    max-width: 42.875rem;
  }
}

.p-price__body {
  border: 4px solid #7db200;
  border-radius: 0.625rem;
  box-shadow: 0 0.263125rem 0.921875rem rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 769px) {
  .p-price__body {
    border: 4.54px solid #7db200;
  }
}

.p-price__title {
  position: relative;
  font-size: 1.494375rem;
  line-height: 1.0832287746;
  color: #fff;
  background: #7db200;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 0.46875rem 0.3125rem 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-price__title {
    font-size: 1.695rem;
    line-height: 1.0803834808;
    padding: 0.46875rem 0.3125rem 0.9375rem;
  }
}

.p-price__title::before {
  content: "";
  width: 3.125rem;
  height: 2.75rem;
  position: absolute;
  top: -1.25rem;
  right: -0.625rem;
  background-image: url("../images/circle-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-price__title::before {
    width: 5.470625rem;
    height: 4.814375rem;
    top: -1.875rem;
    right: -1.875rem;
  }
}

.p-price__title .inversion {
  display: inline-block;
  font-size: 1.808125rem;
  line-height: 1.0369858279;
  color: #7db200;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 0.125rem 0.375rem 0.28125rem;
  margin-left: 0.375rem;
}
@media screen and (min-width: 769px) {
  .p-price__title .inversion {
    font-size: 2.050625rem;
    line-height: 1.0393172813;
  }
}

.p-price__title .accent {
  display: inline-block;
  font-size: 1.738125rem;
  color: #fffb1e;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-price__title .accent {
    font-size: 1.97125rem;
  }
}

.p-price__title .is-big {
  font-size: 1.988125rem;
  border-bottom: 2px solid #fffb1e;
}
@media screen and (min-width: 769px) {
  .p-price__title .is-big {
    font-size: 2.28375rem;
  }
}

.p-price__contents {
  padding: 0.779375rem 1.5625rem 1.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price__contents {
    max-width: 34.375rem;
    margin: 0 auto;
    padding: 0.894375rem 1.5625rem 1.625rem;
  }
}

.p-price__life {
  color: #7db200;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-price__life {
    text-align: center;
  }
}

.p-price__life-title {
  display: inline-block;
  font-size: 1.12rem;
  line-height: 1.4453125;
  border-bottom: 2px solid #7db200;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-price__life-title {
    font-size: 1.27rem;
    line-height: 1.4419291339;
    border-bottom: 2.27px solid #7db200;
    padding-bottom: 0.1875rem;
  }
}

.p-price__life-title .is-big {
  display: inline-block;
  font-size: clamp(20px, 6.4vw, 1.80625rem);
  line-height: 1.1158301158;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price__life-title .is-big {
    font-size: 2.04875rem;
    line-height: 0.8938377059;
  }
}

.p-price__life-dl {
  display: flex;
  align-items: center;
  gap: 0.92875rem;
  margin-top: -0.3125rem;
}

.p-price__life-dl:first-of-type {
  margin-top: 1rem;
}

.p-price__life-dl dt {
  display: inline-block;
  min-width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(13px, 4.1vw, 1.12rem);
  line-height: 1.4453125;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #7db200;
  border-radius: 0.3125rem;
  padding: 0.24125rem 0.5625rem;
}
@media screen and (min-width: 769px) {
  .p-price__life-dl dt {
    font-size: 1.9125rem;
    line-height: 1.3006535948;
    padding: 0.4375rem 0.625rem;
  }
}

.p-price__life-dl .p-price__life-dt__flex {
  display: flex;
  justify-content: space-between;
}

.p-price__life-dl dd {
  font-size: 1.73375rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-price__life-dl dd {
    font-size: 2.665rem;
    line-height: 1.3;
  }
}

.p-price__life-dl dd .is-big {
  display: inline-block;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 4.601875rem;
  font-size: clamp(48px, 15vw, 4.601875rem);
  line-height: 0.6152383539;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price__life-dl dd .is-big {
    font-size: 6.645625rem;
    line-height: 0.8;
  }
}

.p-price__life-dl dd .is-small {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 2.92375rem;
  font-size: clamp(34px, 10.8vw, 2.92375rem);
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-price__life-dl dd .is-small {
    font-size: 4.781875rem;
  }
}

.p-price__life-dl dd .is-small span {
  letter-spacing: -0.05em;
}

.p-price__medical {
  color: #ea6f04;
  text-align: center;
}

.p-price__medical-title {
  display: inline-block;
  font-size: 1.62rem;
  line-height: 1;
  border-bottom: 2px solid #ea6f04;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price__medical-title {
    font-size: 1.836875rem;
    line-height: 0.9867301803;
  }
}

.p-price__medical-box {
  position: relative;
  border: 3px solid #ea6f04;
  background: #fff4e7;
  border-radius: 0.625rem;
  padding: 3.125rem 0.875rem 1.0625rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-price__medical-box {
    border: 3.4px solid #ea6f04;
    margin-top: 1.6875rem;
    padding: 4.1875rem 0.875rem 1.5625rem;
  }
}

.p-price__medical-catch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 82.55%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  background: #ea6f04;
  border-radius: 2.5rem;
  padding: 0.15625rem 0.3125rem 0.5625rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 769px) {
  .p-price__medical-catch {
    max-width: 18.75rem;
    font-size: 1.4175rem;
    line-height: 1.049382716;
  }
}

.p-price__medical-catch .is-small {
  position: relative;
  display: inline-block;
  font-size: 1.1025rem;
  line-height: 1.4002267574;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-price__medical-catch .is-small {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-price__medical-catch .is-small::before,
.p-price__medical-catch .is-small::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 85%;
  background: #fff;
}

.p-price__medical-catch .is-small::before {
  left: -5%;
  transform: translateY(-50%) rotate(-20deg);
}

.p-price__medical-catch .is-small::after {
  right: -5%;
  transform: translateY(-50%) rotate(20deg);
}

.p-price__medical-catch .accent {
  color: #fffb1e;
}

.p-price__medical-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.0625rem;
}

.p-price__medical-dl dt {
  display: inline-block;
  min-width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.994375rem;
  line-height: 1.6279069767;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #ea6f04;
  border-radius: 0.3125rem;
  padding: 0.11875rem 0.28125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-price__medical-dl dt {
    min-width: 5.625rem;
    font-size: 1.269375rem;
    line-height: 1.447562777;
  }
}

.p-price__medical-dl dd {
  font-size: 1.55625rem;
  line-height: 1.0763052209;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-price__medical-dl dd {
    font-size: 1.765rem;
    line-height: 1.0764872521;
  }
}

.p-price__medical-dl dd .is-big {
  display: inline-block;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 3.283125rem;
  font-size: clamp(30px, 11vw, 3.283125rem);
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price__medical-dl dd .is-big {
    font-size: 4.078125rem;
    line-height: 0.7086590038;
  }
}

.p-price__accordion {
  margin-top: 1.125rem;
  text-align: center;
}

.p-price__accordion-text {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ea6f04;
}
@media screen and (min-width: 769px) {
  .p-price__accordion-text {
    font-size: max(0.96125rem, 12px);
    line-height: 1.3979193758;
    cursor: pointer;
  }
}

.p-price__accordion-body {
  display: none;
  border: 3px solid #f1f1f1;
  border-radius: 0.625rem;
  margin-top: 0.4375rem;
  padding: 1.125rem 0.75rem;
}

.p-price__accordion-body p {
  font-size: max(0.625rem, 9px);
  font-weight: 500;
  line-height: 1.8;
  color: #ea6f04;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-price__accordion-body p {
    font-size: max(0.78125rem, 11px);
  }
}

.p-price__accordion-body p:nth-of-type(2) {
  margin-top: 0.625rem;
}

.p-price__accordion-body p span {
  font-weight: 700;
}

.p-price__addition {
  font-size: max(0.5625rem, 8px);
  line-height: 1.4333333333;
  letter-spacing: 0.06em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-price__addition {
    font-size: max(0.75rem, 11px);
    line-height: 1.225;
  }
}

.p-price2 {
  position: relative;
  padding: 0;
  background: #f2f7e5;
}
@media screen and (min-width: 769px) {
  .p-price2 {
    padding: 2.5rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-price2__inner {
    max-width: 42.875rem;
  }
}

.p-price2::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  top: -3.625rem;
  left: 0;
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-price2::before {
    height: 7.5rem;
    top: -7.5rem;
    background-image: url(../images/intersect-pc.svg);
  }
}

.p-price2::after {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  bottom: -3.625rem;
  left: 0;
  transform: rotate(-180deg);
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-price2::after {
    height: 7.5rem;
    bottom: -7.5rem;
    background-image: url(../images/intersect-pc.svg);
  }
}

.p-price2__body {
  border: 4px solid #7db200;
  border-radius: 0.3125rem;
  box-shadow: 0 0.263125rem 0.921875rem rgba(0, 0, 0, 0.13);
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-price2__body {
    border-radius: 1.1875rem;
  }
}

.p-price2__title {
  position: relative;
  font-size: 1.431875rem;
  line-height: 1.130510694;
  color: #fff;
  background: #7db200;
  border-radius: 0.125rem 0.125rem 0 0;
  padding: 0.9375rem 0.3125rem 0.625rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-price2__title {
    font-size: 1.695rem;
    line-height: 1.0803834808;
    padding: 1.875rem 0.3125rem 1.25rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.p-price2__title::before {
  content: "";
  width: 3.125rem;
  height: 2.75rem;
  position: absolute;
  top: -2rem;
  right: -0.9375rem;
  background-image: url("../images/circle-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-price2__title::before {
    width: 4.725rem;
    height: 4.158125rem;
    top: -1.5625rem;
    right: -1.875rem;
  }
}

.p-price2__title .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-price2__title .sub {
  padding: 0 0.125rem;
}

.p-price2__title .inversion {
  display: inline-block;
  font-size: 1.495625rem;
  line-height: 1.2536564981;
  color: #7db200;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 0.125rem 0.375rem 0.28125rem;
}
@media screen and (min-width: 769px) {
  .p-price2__title .inversion {
    font-size: 2.271875rem;
    line-height: 1.045392022;
  }
}

.p-price2__title .accent {
  display: inline-block;
  font-size: 2.300625rem;
  color: #fffb1e;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-price2__title .accent {
    font-size: 3.478125rem;
    margin-top: 0.625rem;
  }
}

.p-price2__contents {
  padding: 0.779375rem 1.5625rem 1.1875rem;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-price2__contents {
    max-width: 34.375rem;
    margin: 0 auto;
    padding: 1.8125rem 1.5625rem 2.30625rem;
  }
}

.p-price2__life {
  color: #7db200;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-price2__life {
    text-align: center;
  }
}

.p-price2__life-title {
  display: inline-block;
  font-size: 1.12rem;
  line-height: 1.4453125;
  border-bottom: 2px solid #7db200;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 769px) {
  .p-price2__life-title {
    font-size: 1.693125rem;
    line-height: 1.4433370247;
    border-bottom: 3px solid #7db200;
    padding-bottom: 0.1875rem;
  }
}

.p-price2__life-title .is-big {
  display: inline-block;
  font-size: clamp(20px, 6.4vw, 1.80625rem);
  line-height: 1.1158301158;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price2__life-title .is-big {
    font-size: 2.73125rem;
    line-height: 0.8947368421;
  }
}

.p-price2__life-dl {
  display: flex;
  align-items: center;
  gap: 0.92875rem;
  margin-top: -0.3125rem;
}

.p-price2__life-dl:first-of-type {
  margin-top: 1rem;
}

.p-price2__life-dl dt {
  display: inline-block;
  min-width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(13px, 4.1vw, 1.12rem);
  line-height: 1.4453125;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #7db200;
  border-radius: 0.3125rem;
  padding: 0.24125rem 0.5625rem;
}
@media screen and (min-width: 769px) {
  .p-price2__life-dl dt {
    font-size: 1.9125rem;
    line-height: 1.3006535948;
    padding: 0.4375rem 0.625rem;
  }
}

.p-price2__life-dl .p-price2__life-dt__flex {
  display: flex;
  justify-content: space-between;
}

.p-price2__life-dl dd {
  font-size: 1.73375rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-price2__life-dl dd {
    font-size: 2.665rem;
    line-height: 1.3;
  }
}

.p-price2__life-dl dd .is-big {
  display: inline-block;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 4.601875rem;
  font-size: clamp(48px, 15vw, 4.601875rem);
  line-height: 0.6152383539;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price2__life-dl dd .is-big {
    font-size: 6.645625rem;
    line-height: 0.8;
  }
}

.p-price2__life-dl dd .is-small {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 2.92375rem;
  font-size: clamp(34px, 10.8vw, 2.92375rem);
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-price2__life-dl dd .is-small {
    font-size: 4.781875rem;
  }
}

.p-price2__life-dl dd .is-small span {
  letter-spacing: -0.05em;
}

.p-price2__medical {
  color: #ea6f04;
  text-align: center;
  margin-top: 2.375rem;
}

.p-price2__medical-title {
  display: inline-block;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border-bottom: 3px solid #ea6f04;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-title {
    font-size: 2.7125rem;
    border-bottom: 4.2px solid #ea6f04;
  }
}

.p-price2__medical-box {
  position: relative;
  border: 3px solid #ea6f04;
  background: #fff4e7;
  border-radius: 0.625rem;
  background: #fff;
  padding: 3.125rem 0.875rem 1.0625rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-box {
    border: 6px solid #ea6f04;
    padding: 4.1875rem 0.875rem 1.5625rem;
    margin-top: 3.125rem;
  }
}

.p-price2__medical-catch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 82.55%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  background: #ea6f04;
  border-radius: 2.5rem;
  padding: 0.15625rem 0.3125rem 0.5625rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-catch {
    top: -0.9375rem;
    max-width: 24.84375rem;
    font-size: 1.875rem;
    line-height: 1.05;
  }
}

.p-price2__medical-catch .is-small {
  position: relative;
  display: inline-block;
  font-size: 1.1025rem;
  font-weight: 700;
  line-height: 1.4002267574;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-catch .is-small {
    font-size: 1.65375rem;
    line-height: 1.3983371126;
  }
}

.p-price2__medical-catch .is-small::before,
.p-price2__medical-catch .is-small::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 85%;
  background: #fff;
}

.p-price2__medical-catch .is-small::before {
  left: -5%;
  transform: translateY(-50%) rotate(-20deg);
}

.p-price2__medical-catch .is-small::after {
  right: -5%;
  transform: translateY(-50%) rotate(20deg);
}

.p-price2__medical-catch .accent {
  color: #fffb1e;
}

.p-price2__medical-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
}

.p-price2__medical-dl dt {
  display: inline-block;
  min-width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.244375rem;
  line-height: 1.6279069767;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #ea6f04;
  border-radius: 0.3125rem;
  padding: 0.11875rem 0.28125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-dl dt {
    min-width: auto;
    font-size: 1.86625rem;
    line-height: 1.3027461487;
    padding: 0.40625rem 0.875rem;
  }
}

.p-price2__medical-dl dd {
  font-size: 1.55625rem;
  line-height: 1.0763052209;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-dl dd {
    min-width: 25%;
    font-size: 2.334375rem;
    line-height: 1.0763052209;
  }
}

.p-price2__medical-dl dd .is-big {
  display: inline-block;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 3.595625rem;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price2__medical-dl dd .is-big {
    font-size: 5.333125rem;
  }
}

.p-price2__addition {
  font-size: max(0.59375rem, 9px);
  line-height: 1.3578947368;
  margin-top: 0.3125rem;
  color: #ea6f04;
}
@media screen and (min-width: 769px) {
  .p-price2__addition {
    font-size: max(0.75rem, 10px);
    margin-top: 0.5rem;
  }
}

.p-price2__breakdown {
  background: #f2f7e5;
  border-radius: 0.625rem;
  padding: 1.0625rem 1.25rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-price2__breakdown {
    padding: 1.60625rem 1.875rem 1.8125rem;
  }
}

.p-price2__breakdown-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #303e10;
}
@media screen and (min-width: 769px) {
  .p-price2__breakdown-title {
    font-size: 1.4175rem;
    text-align: left;
  }
}

.p-price2__breakdown-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem 1.5625rem;
  margin-top: 0.75rem;
}

.p-price2__breakdown-item dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  font-size: 0.86875rem;
  line-height: 1.3;
  color: #303e10;
}
@media screen and (min-width: 769px) {
  .p-price2__breakdown-item dl {
    font-size: 1.323125rem;
    gap: 0.8125rem;
  }
}

.p-price2__breakdown-annotation-wrap {
  margin-top: 0.75rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-price2__breakdown-annotation-wrap {
    margin-top: 1.134375rem;
  }
}

.p-price2__breakdown-annotation {
  font-family: Inter, sans-serif;
  font-size: max(0.625rem, 9px);
  font-weight: 600;
  color: #7db200;
}
@media screen and (min-width: 769px) {
  .p-price2__breakdown-annotation {
    font-size: 0.945rem;
    text-align: left;
  }
}

.p-price2__breakdown-annotation:nth-of-type(2) {
  margin-top: 0.1875rem;
}

.p-price2__consultation {
  margin-top: 1.75rem;
  text-align: center;
}

.p-price2__consultation-title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #ea6f04;
}
@media screen and (min-width: 769px) {
  .p-price2__consultation-title {
    font-size: 2.1875rem;
  }
}

.p-price2__consultation-sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #ea6f04;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-price2__consultation-sub-title {
    font-size: 1.4125rem;
    margin-top: 2.75rem;
  }
}

.p-price2__consultation-body {
  margin-top: 0.4375rem;
  background: #fff;
  border: 3px solid #f1f1f1;
  border-radius: 0.625rem;
  padding: 1.5rem 1.25rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-price2__consultation-body {
    font-size: 1.4125rem;
    line-height: 1.1769911504;
    margin-top: 1.1125rem;
    border: 4.2px solid #f1f1f1;
  }
}

.p-price2__consultation-body p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #ea6f04;
}
@media screen and (min-width: 769px) {
  .p-price2__consultation-body p {
    font-size: 0.9375rem;
  }
}

.p-price2__consultation-body p:nth-of-type(2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-price2__consultation-body p:nth-of-type(2) {
    margin-top: 1.25rem;
  }
}

.p-recommendation {
  position: relative;
  background: #f2f7e5;
  overflow-x: clip;
  padding: 0.625rem 0 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation {
    padding: 0;
  }
}

.p-recommendation::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  top: -3.625rem;
  left: 0;
  background-image: url("../images/intersect.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-recommendation::before {
    height: 7.5rem;
    top: -7.5rem;
    background-image: url("../images/intersect-pc.svg");
  }
}

.p-recommendation::after {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  bottom: -3.625rem;
  left: 0;
  transform: rotate(180deg);
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-recommendation::after {
    height: 7.5rem;
    bottom: -7.5rem;
    transform: rotate(-180deg);
    background-image: url("../images/intersect-pc.svg");
  }
}

.recommendation__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .recommendation__inner {
    max-width: 37.9375rem;
    margin: 0 auto;
  }
}

.recommendation__inner::before {
  content: "";
  width: 18.5rem;
  height: 21.3125rem;
  position: absolute;
  top: 15rem;
  right: -3.75rem;
  background-image: url("../images/vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .recommendation__inner::before {
    width: 24.05rem;
    height: 27.70625rem;
    top: 15.625rem;
    right: -15.625rem;
    background-image: url("../images/vector-pc.svg");
  }
}

.recommendation__inner::after {
  content: "";
  width: 2.5825rem;
  height: 2.5625rem;
  position: absolute;
  bottom: -5.3125rem;
  left: 2.5rem;
  background-image: url(../images/circle-icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .recommendation__inner::after {
    width: 3.87375rem;
    height: 3.84375rem;
    bottom: -6.25rem;
    left: -8.75rem;
  }
}

.p-recommendation__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-recommendation__title {
    font-size: 1.3rem;
  }
}

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

.p-recommendation__title .inversion {
  display: inline-block;
  font-size: 1.318125rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
  background: #fff;
  border: 2px solid #74a700;
  padding: 0.6875rem 0.95125rem 0.3125rem 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__title .inversion {
    font-size: 1.713125rem;
    border: 2.6px solid #74a700;
  }
}

.p-recommendation__title .inversion:first-of-type {
  position: relative;
}

.p-recommendation__title .inversion:first-of-type::before {
  content: "※";
  position: absolute;
  top: 0;
  right: 0.125rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #74a700;
}

.p-recommendation__title .normal {
  display: block;
  font-weight: 900;
  margin-top: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__title .normal {
    margin-top: 1.125rem;
  }
}

.p-recommendation__title .is-big {
  position: relative;
  display: inline-block;
  font-size: 2.333125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-top: 0.34375rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-recommendation__title .is-big {
    font-size: 3.033125rem;
    margin-top: 0.46875rem;
  }
}

.p-recommendation__title .is-big::before {
  content: "";
  width: 100%;
  height: 1.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.53rem;
  background: #ffea27;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-recommendation__title .is-big::before {
    height: 1.4625rem;
    border-radius: 0.6875rem;
  }
}

.p-recommendation__image {
  margin-top: 2.275rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__image {
    margin-top: 3rem;
  }
}

.p-recommendation__speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.26rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
  background: #7db200;
  border-radius: 0.625rem;
  padding: 0.75rem 0.75rem;
  text-align: center;
  margin-top: 2.875rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__speech-bubble {
    width: 28.03125rem;
    margin: 0 auto;
    font-size: 1.638125rem;
    padding: 0.9375rem 0.75rem;
    margin-top: 3rem;
  }
}

.p-recommendation__speech-bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.p-recommendation__speech-bubble:before {
  border-top-width: 0.875rem;
  border-bottom-width: 0.875rem;
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-color: #7db200;
}

.p-recommendation__catch {
  font-weight: 700;
  line-height: 1.4;
  color: #74a700;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-recommendation__catch {
    margin-top: 1.5625rem;
  }
}

.p-recommendation__catch .is-big {
  font-size: 1.6875rem;
  letter-spacing: 0.02em;
  border-bottom: none;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__catch .is-big {
    font-size: 2.194375rem;
  }
}

.p-recommendation__catch span {
  display: inline-block;
  font-size: 1.521875rem;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #74a700;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__catch span {
    font-size: 1.97875rem;
    border-bottom: 2.6px solid #74a700;
  }
}

.p-recommendation__bottom-image {
  position: relative;
  margin-top: 0.75rem;
}

.p-recommendation__bottom-image::before {
  content: "";
  width: 3.9375rem;
  height: 4.625rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/circle-icon3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-recommendation__bottom-image::before {
    right: -0.9375rem;
    width: 5.85125rem;
    height: 6.8725rem;
  }
}

.p-recommendation__text {
  font-size: max(0.5625rem, 8.5px);
  text-align: left;
  margin-top: 0.5rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-recommendation__text {
    font-size: 0.75rem;
    margin-top: 1.42625rem;
  }
}

.p-set {
  text-align: center;
  padding: 4.8125rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-set {
    padding: 11rem 0 0;
  }
}

.p-set__title {
  font-size: 1.606875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ea6f04;
}
@media screen and (min-width: 769px) {
  .p-set__title {
    font-size: 2.424375rem;
  }
}

.p-set__title span {
  display: inline-block;
  border-bottom: 3px solid #ea6f04;
  padding-bottom: 0.1875rem;
}

.p-set__sub-title {
  font-size: 1.231875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ea6f04;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-set__sub-title {
    font-size: 1.724375rem;
    line-height: 1.3;
    margin-top: 3.2625rem;
  }
}

.p-set__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4375rem 1.0625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-set__items {
    max-width: 31.25rem;
    margin: 0 auto;
    gap: 2.0375rem 1.6625rem;
    margin-top: 4.225rem;
  }
}

.p-set__item-text {
  font-size: 0.875rem;
  font-size: clamp(10px, 3vw, 0.875rem);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-set__item-text {
    font-size: 1.0625rem;
    margin-top: 0.4375rem;
  }
}

.p-solution {
  position: relative;
  text-align: center;
  padding: 1.25rem 0;
  background: #f2f7e5;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .p-solution {
    padding: 2.5rem 0;
  }
}

.p-solution__inner {
  position: relative;
}

.p-solution::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  top: 0;
  right: -8.75rem;
  background-image: url(../images/vector04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-solution::before {
    display: none;
  }
}

.p-solution::after {
  content: "";
  width: 100%;
  height: 3.625rem;
  position: absolute;
  bottom: -3.625rem;
  left: 0;
  transform: rotate(180deg);
  background-image: url(../images/intersect.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-solution::after {
    height: 7.5rem;
    bottom: -7.5rem;
    transform: rotate(-180deg);
    background-image: url("../images/intersect-pc.svg");
  }
}

.p-solution__title {
  position: relative;
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #74a700;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-solution__title {
    font-size: 2.04375rem;
  }
}

.p-solution__title span {
  border-bottom: 2px solid #74a700;
}
@media screen and (min-width: 769px) {
  .p-solution__title span {
    border-bottom: 2.8px solid #74a700;
  }
}

.p-solution__title .is-big {
  display: inline-block;
  font-size: 2.71rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  border-bottom: none;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-solution__title .is-big {
    font-size: 3.79375rem;
  }
}

.p-solution__items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.375rem;
  margin-top: 1.625rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-solution__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 3.7625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-solution__items::before {
    content: "";
    width: 24.325rem;
    height: 23.8875rem;
    position: absolute;
    top: -19.375rem;
    right: 5rem;
    background-image: url(../images/vector04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.p-to-me {
  text-align: center;
  padding: 7.25rem 0;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .p-to-me {
    padding: 12.4375rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-p-to-me__inner {
    max-width: 43.75rem;
    margin: 0 auto;
  }
}

.p-to-me__sub-title {
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #74a700;
}
@media screen and (min-width: 769px) {
  .p-to-me__sub-title {
    font-size: 2.04375rem;
  }
}

.p-to-me__title {
  position: relative;
  font-size: 2.1475rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #74a700;
  margin-top: 2.375rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__title {
    font-size: 3.00625rem;
    margin-top: 3.2625rem;
  }
}

.p-to-me__title::before {
  content: "";
  width: 17.375rem;
  height: 17.0625rem;
  position: absolute;
  top: 9.375rem;
  right: -11.25rem;
  background-image: url(../images/vector02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-to-me__title::before {
    width: 24.325rem;
    height: 23.8875rem;
    top: -1.875rem;
    right: -18.75rem;
  }
}

.p-to-me__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.5rem;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
    margin-top: 3.25rem;
  }
}

.p-to-me__item:first-of-type {
  width: 50%;
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (min-width: 769px) {
  .p-to-me__item:first-of-type {
    width: 100%;
    grid-column: auto;
    justify-self: auto;
  }
}

.p-to-me__item-image {
  width: 10.5rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item-image {
    width: 12.875rem;
  }
}

.p-to-me__item-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item-text {
    margin-top: 0.45rem;
  }
}

.p-to-me__items2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8125rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__items2 {
    max-width: 29.9375rem;
    margin: 0 auto;
    justify-items: center;
    gap: 1.05625rem;
    margin-top: 2.4375rem;
  }
}

.p-to-me__item2-image {
  width: 11.1875rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item2-image {
    width: 14.5rem;
  }
}

.p-to-me__item2-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item2-text {
    margin-top: 0.45rem;
  }
}

.p-to-me__item2-catch {
  margin-top: 2.25rem;
  font-size: 1.856875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #74a700;
  margin-top: 3.0875rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item2-catch {
    font-size: 2.599375rem;
  }
}

.p-to-me__item2-catch .is-big {
  font-size: 2.2375rem;
  margin-top: 0.638125rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item2-catch .is-big {
    font-size: 3.1325rem;
    margin-top: 0.8375rem;
  }
}

.p-to-me__item2-catch .is-big span {
  display: inline-block;
  font-size: 2.26125rem;
  padding: 0.1875rem 0.5rem;
  border: 2.73px solid #74a700;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .p-to-me__item2-catch .is-big span {
    font-size: 3.165625rem;
    border: 3.82px solid #74a700;
  }
}

.p-training {
  position: relative;
  background: #7db200;
  padding: 0 0 2.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-training {
    padding: 0 0 4.74375rem;
  }
}

.p-training::before {
  content: "";
  width: 100%;
  height: 2.125rem;
  position: absolute;
  top: -2.125rem;
  left: 0;
  background-image: url(../images/intersect-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-training::before {
    height: 6.044375rem;
    top: -6.044375rem;
    background-image: url(../images/intersect-circle2.svg);
    background-position: center;
  }
}

.p-training::after {
  content: "";
  width: 1.575rem;
  height: 1.5625rem;
  position: absolute;
  top: -1.3125rem;
  right: 1.7375rem;
  background-image: url(../images/circle-icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-training::after {
    display: none;
  }
}

.p-training__inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-training__inner::before {
    content: "";
    width: 5.96875rem;
    height: 5.9225rem;
    position: absolute;
    top: -7.5rem;
    right: 17.5rem;
    background-image: url(../images/circle-icon2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.p-training__speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.1875rem;
  margin: 0 auto;
  font-size: clamp(18px, 2rem, 40px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #7db200;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-training__speech-bubble {
    width: 10.5rem;
    font-size: 2.725rem;
  }
}

.p-training__speech-bubble:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.p-training__speech-bubble:before {
  border-top-width: 0.9375rem;
  border-bottom-width: 0.9375rem;
  border-left-width: 0.8125rem;
  border-right-width: 0.8125rem;
  border-bottom-color: #fff;
}

.p-training__title {
  font-size: 1.7175rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-training__title {
    font-size: 2.2025rem;
  }
}

.p-training__title span {
  border-bottom: 2.35px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-training__title span {
    border-bottom: 3px solid #fff;
  }
}

.p-training__title .accent {
  display: inline-block;
  font-size: 2.21rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #ffea27;
  border-bottom: none;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 769px) {
  .p-training__title .accent {
    font-size: 2.83375rem;
    margin-top: 0.6875rem;
  }
}

.p-training__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-training__images {
    max-width: 30.29375rem;
    margin: 0 auto;
    margin-top: 1.125rem;
  }
}

.p-training__images img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 186/180;
}

.p-training__catch {
  margin-top: 0.8125rem;
}

.p-training__catch-text01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.193125rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-training__catch-text01 {
    font-size: 2.8125rem;
    gap: 0.3125rem;
  }
}

.p-training__catch-text01 .inversion {
  display: inline-block;
  font-size: 1.943125rem;
  font-weight: 900;
  line-height: 1.3;
  color: #7db200;
  background: #fff;
  padding: 0.3125rem 0.125rem 0.4375rem 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-training__catch-text01 .inversion {
    font-size: 2.491875rem;
  }
}

.p-training__catch-text02 {
  font-size: 1.835rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-training__catch-text02 {
    font-size: 2.353125rem;
  }
}

.p-training__catch-text03 {
  font-size: clamp(28px, 2.46rem, 68px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #ffea27;
  margin-top: 0.375rem;
}
@media screen and (min-width: 769px) {
  .p-training__catch-text03 {
    font-size: 3.235rem;
    margin-top: 0.4625rem;
  }
}

.p-training__catch-text03 span {
  display: inline-block;
  border-bottom: 2px solid #ffea27;
}
@media screen and (min-width: 769px) {
  .p-training__catch-text03 span {
    border-bottom: 2.56px solid #ffea27;
  }
}

.u-is-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-is-pc {
    display: block;
  }
}

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

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

.p-training__images {
  display: flex; /* Flexboxを適用 */
  justify-content: space-between; /* 左右均等に配置 */
  align-items: center; /* 縦方向の中央揃え */
}

.p-training__images img {
  width: 45%; /* 画像のサイズを均等に */
  max-width: 300px; /* 必要に応じて最大幅を設定 */
}

/* 2025/02/06追加 ブラウザで戻るボタンをクリックした時のモーダル */
.p-popup {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease, z-index 0.3s ease, visibility 0.3s ease;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-popup.is-active {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
  animation: modalOpen 0.3s ease forwards;
}

.p-popup__inner {
  position: relative;
  max-width: 804px;
  width: 95%;
  background-color: #fff;
}

@media (max-width: 850px) {
  .p-popup__inner {
    width: 80%;
  }
}

.p-popup__close {
  display: block;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 30px;
  height: 30px;
  /* overflow: hidden; */
  cursor: pointer;
  z-index: 1001;
  background-color: white;
  border-radius: 100px;
  padding: 10px;
  box-sizing: content-box;
  border: 3px solid #222;
}

.p-popup__close::before,
.p-popup__close::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: 11px;
  right: 22px;
  width: 4px;
  height: 30px;
}

.p-popup__close::before {
  transform: rotate(45deg);
}

.p-popup__close::after {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .p-popup__close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    padding: 5px;
  }

  .p-popup__close::before,
  .p-popup__close::after {
    top: 6px;
    right: 14px;
    width: 2px;
    height: 20px;
  }
}

.p-popup__buttons {
  width: 100%;
  padding: 0 45px 39px;
  padding: 0 clamp(20px, 45/804 * 100vw, 45px) clamp(20px, 39/804 * 100vw, 39px);
  background-color: #fff;
  display: flex;
  column-gap: 39px;
  column-gap: clamp(20px, 39/804 * 100vw, 39px);
  align-items: flex-end;
  margin-top: -17px;
}

.p-popup__button-left {
  width: calc(417 / 714 * 100%);
  height: 215px;
  height: clamp(80px, 215/804 * 100vw, 215px);
  background-color: #0476d7;
  font-size: 95px;
  font-size: clamp(40px, 95/804 * 100vw, 95px);
  font-weight: bold;
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 1.2;
  border-radius: 8px;
}

.p-popup__button-right {
  width: calc(261 / 714 * 100%);
  height: 132px;
  height: clamp(60px, 132/804 * 100vw, 132px);
  background-color: #cccccc;
  font-size: 60px;
  font-size: clamp(20px, 60/804 * 100vw, 60px);
  font-weight: bold;
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 1.2;
  border-radius: 8px;
}

/* 背面スクロールを無効にするクラス */
.no-scroll {
  overflow: hidden;
  height: 100vh; /* モバイルでのスクロール防止用 */
}
/*# sourceMappingURL=style.css.map */
