html {
  font-size: min(10px, 1.302083333vw);
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

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

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

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

ul,
ol {
  list-style: none;
}

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

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

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.lp3-body {
  font-family: "Noto Sans JP", sans-serif!important;
}

/*
 * l-footer
 * -------------------------------------------------------------
 */

.l-footer {
  background: #293570;
  color: #fff;
  font-weight: 500;
  padding: 4.6rem 0 2rem;
  text-align: center;
}

.l-footer__link {
  font-size: 1.8rem;
}

.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  font-size: 1.8rem;
  margin-top: 10.8rem;
}

/*
 * p-header
 * -------------------------------------------------------------
 */

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 76.8rem;
  padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  margin: 0 auto;
}

.c-btn:hover {
  filter: brightness(120%);
}

.c-btn {
  align-items: center;
  background: url(./../images/btn.webp) no-repeat center/100%;
  color: #fff;
  display: flex;
  font-size: 4.2rem;
  font-weight: 400;
  gap: 4rem;
  height: 100%;
  height: 16.4rem;
  justify-content: center;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 60rem;
  padding: 5.4rem 5rem 6.3rem 9.3rem;
  transition: all 0.2s;
  width: 100%;
}

.c-btn::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: inline-block;
  height: 5.5rem;
  width: 3.2rem;
}

.c-btn--tel {
  background: url(./../images/btn_tel.webp) no-repeat center/100%;
  font-size: 3.6rem;
  gap: 3rem;
  line-height: 1.6666666667;
  padding: 0;
  text-align: center;
}

.c-btn--tel::before {
  background: url(./../images/icon_tel.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 9.2rem;
  max-width: 9.2rem;
  width: 100%;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  background: #fff;
  padding: 3.5rem 4rem;
}

.c-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.c-cta__text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
}

.c-cta__btn {
  width: 100%;
}

/*
 * c-view
 * -------------------------------------------------------------
 */

.c-view {
  background: #fff7b7;
  padding: 5.8rem 0 6.8rem;
}

.c-view--pt0 {
  padding-top: 0;
}

.c-view__heading-ttl {
  align-items: center;
  background: #4a9820;
  color: #fff;
  display: flex;
  font-size: 4rem;
  gap: 1.4rem;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 60rem;
  padding: 2.2rem 2rem;
}

.c-view__heading-ttl::after {
  background: url(./../images/view_heading.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 4.5rem;
  max-width: 2.5rem;
  width: 100%;
}

.c-view__body {
  background: #fff;
  box-shadow: 0px 1.2rem 0px 0px rgba(252, 177, 55, 0.94);
  margin-top: 4rem;
  padding: 5rem 1.3rem;
}

.c-view__ttl {
  background: url(./../images/view_ttl_wave.webp) no-repeat top/55.6rem 5rem;
  background-position-x: 6.5rem;
  background-position-y: 1.1rem;
  font-size: 3.6rem;
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
}

.c-view__ttl::before {
  background: url(./../images/view_ttl_deco.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 7.4rem;
  left: 0;
  max-width: 4.25rem;
  position: absolute;
  top: -4rem;
  width: 100%;
}

.c-view-slider {
  margin: 0 auto;
  max-width: 49rem;
}

.c-view-slider__item {
  aspect-ratio: 364/273;
}

.c-view-slider__item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.c-view-slider__thumbnail {
  margin-top: 5.5rem;
  width: 100%;
}

.c-view-slider__thumbnail-item {
  aspect-ratio: 1/1;
  cursor: pointer;
  max-width: 16rem;
  transition: opacity 0.3s linear;
}

.c-view-slider__thumbnail-item.-height img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.c-view__txt {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 3rem;
  text-align: center;
}

.c-view-slider .slick-prev:before,
.c-view-slider .slick-next:before {
  color: rgba(252, 177, 55, 0.94);
}

.c-view-slider .slick-dots {
  bottom: -3.5rem;
}

.c-view-slider .slick-dots li {
  height: 2rem;
  margin: 0 2px;
  width: 2rem;
}

.c-view-slider .slick-dots li button {
  height: 2rem;
  width: 2rem;
}

.c-view-slider .slick-dots li button:before {
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
}

.c-view-slider .slick-dots li.slick-active button:before {
  color: rgba(252, 177, 55, 0.94);
}

.c-view-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: none;
}

/*
 * u-rd
 * -------------------------------------------------------------
 */

.u-rd {
  color: #ec5f32;
  font-weight: 700;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: block;
}

/*
 * answer
 * -------------------------------------------------------------
 */

.answer {
  background: #ffcd4d;
  padding-bottom: 12rem;
}

.answer__heading {
  background: #fff;
  box-shadow: 0px 0px 0px 1.6rem rgba(252, 177, 55, 0.94);
  margin: 0 calc(50% - 50vw);
  margin-top: 1.5rem;
  padding: 7.5rem 0 9.5rem;
}

.answer__lead {
  align-items: flex-end;
  color: #2868ae;
  display: flex;
  font-size: 3.6rem;
  gap: 4rem;
  justify-content: center;
}

.answer__lead::before,
.answer__lead::after {
  background: #2868ae;
  content: "";
  display: inline-block;
  height: 6.1rem;
  position: relative;
  top: 1rem;
  width: 0.5rem;
}

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

.answer__lead::after {
  transform: rotate(45deg);
}

.answer__body {
  padding-top: 7rem;
  position: relative;
  text-align: center;
}

.answer__body::before {
  background: url(./../images/answer_obj.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 22.6rem;
  left: -5.2rem;
  max-width: 15.8rem;
  position: absolute;
  top: 3.5rem;
  width: 100%;
}

.answer__body-text01 {
  background: #fff;
  border-radius: 2rem;
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 2.2rem 5.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.answer__body-text02 {
  font-size: 4.4rem;
  line-height: 1.6590909091;
  margin-top: 5rem;
}

.answer__body-text03 {
  margin: 6rem auto 0;
  max-width: 64.7rem;
}

.answer__body-text04 {
  font-size: 3.6rem;
  line-height: 2;
  margin-top: 4rem;
}

.answer__content {
  background: #fff;
  box-shadow: 1rem 1.2rem 1px 0px rgba(252, 177, 55, 0.94);
  margin-top: 5rem;
  padding: 6rem 2.2rem 5.5rem;
}

.answer__img {
  aspect-ratio: 480/320;
  margin: 0 auto;
  max-width: 48rem;
}

.answer__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.answer__content-text {
  font-size: 3.6rem;
  line-height: 2;
  margin-top: 4rem;
  text-align: left;
}

/*
 * campaign
 * -------------------------------------------------------------
 */

.campaign {
  background: #293570;
  padding-bottom: 7rem;
}

.campaign__heading {
  padding: 4.8rem 0;
  text-align: center;
}

.campaign__heading span {
  align-items: flex-end;
  color: #fff;
  display: block;
  display: flex;
  font-size: 3.6rem;
  font-weight: 500;
  gap: 4.8rem;
  justify-content: center;
}

.campaign__heading span::before,
.campaign__heading span::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 4.2rem;
  width: 2px;
}

.campaign__heading span::before {
  transform: rotate(-45deg);
}

.campaign__heading span::after {
  transform: rotate(45deg);
}

.campaign__heading-text {
  background: #fff;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  margin-top: 3.5rem;
  padding: 0.5rem 4.3rem;
}

.campaign__heading::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 3.2rem;
  margin: 4rem auto 0;
  width: 5.5rem;
}

.campaign__content {
  background: url(./../images/campaign_bg.webp) no-repeat top/cover;
  padding: 4rem 2rem 3rem;
}

.campaign__ttl {
  text-align: center;
}

.campaign__ttl span {
  display: block;
}

.campaign__ttl01 {
  border: 2px solid #333;
  font-size: 3.6rem;
  margin: 0 auto;
  max-width: 59.2rem;
  padding: 1.7rem;
}

.campaign__ttl02 {
  font-size: 3.8rem;
  line-height: 1.8421052632;
  margin-top: 3rem;
}

.campaign__lead {
  margin: 4rem auto 0;
  max-width: 59.8rem;
}

.campaign__img {
  margin: 2.3rem auto 0;
  max-width: 45.8rem;
}

.campaign__body {
  margin-top: 3rem;
  text-align: center;
}

.campaign__text {
  font-size: 2.8rem;
  line-height: 2.1428571429;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
  padding: 10.8rem 0 16.5rem;
}

.company__ttl {
  font-size: 4.2rem;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.company__ttl:before {
  background: #fcb137;
  content: "";
  display: inline-block;
  height: 5.3rem;
  left: -3.3rem;
  position: absolute;
  top: -1.3rem;
  width: 5.3rem;
  z-index: -1;
}

.company__map {
  margin: 8rem auto 0;
  max-width: 62rem;
}

.company__map-text {
  background: #4e4d4d;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.9rem 0.6rem 1.1rem;
  text-align: center;
}

.company__mapwrap {
  aspect-ratio: 620/260;
}

.company__body {
  margin-top: 8rem;
}

.company__table {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 4.5rem;
  margin: 0 auto;
  max-width: 65.5rem;
  padding-left: 2.5rem;
}

.company__item {
  align-items: flex-start;
  display: flex;
}

.company__table dt {
  align-items: center;
  display: flex;
  font-size: 3rem;
  gap: 1.9rem;
  line-height: 2.14;
  width: 22rem;
}

.company__table dt::before {
  background: #fcb137;
  content: "";
  display: inline-block;
  height: 3.9rem;
  width: 0.8rem;
}

.company__table dd {
  flex: 1;
  font-size: 2.8rem;
  line-height: 2.14;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: #fff7b7;
}

.contact__heading {
  background: #293570;
  padding: 6.6rem 4rem 6.7rem;
  text-align: center;
}

.contact__heading-ttl {
  color: white;
  font-size: 4.8rem;
  font-weight: 500;
}

.contact__heading-ttl::before,
.contact__heading-ttl::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: none;
  height: 2.7rem;
  width: 4.5rem;
}

.contact__form {
  margin: 0 auto;
  max-width: 68rem;
  padding: 12rem 4rem;
}

.contact__textwrap {
  margin-top: 5rem;
  text-align: center;
}

.contact__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__item:not(:nth-child(1)) {
  margin-top: 9rem;
}

.form__item dt {
  font-size: 4rem;
  font-weight: 600;
}

.form__item dt small {
  color: #ec5f32;
  display: inline-block;
  font-size: 75%;
  margin-left: 1rem;
}

.form__item dd {
  border: 2px solid #333;
  font-size: 3.2rem;
  margin-top: 2.3rem;
}

.form__item dd input {
  background: #fff;
  font-weight: 400;
  padding: 3rem 3.5rem 3.4rem;
  width: 100%;
}

.form__item dd input::-moz-placeholder,
.form__item dd textarea::-moz-placeholder {
  color: #949393;
  font-weight: 300;
}

.form__item dd input::placeholder,
.form__item dd textarea::placeholder {
  color: #949393;
  font-weight: 300;
}

.form__item dd textarea {
  aspect-ratio: 590/406;
  background: #fff;
  font-weight: 400;
  line-height: 2;
  padding: 2rem 2.5rem;
  width: 100%;
}

.form__btn {
  cursor: pointer;
  font-size: 4rem;
  margin-top: 5.4rem;
  width: 100%;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  aspect-ratio: 768/1610;
}

.fv__img {
  height: 100%;
}

.fv__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv__item {
  margin: -12rem auto 0;
  max-width: 71.8rem;
}

.fv__cta {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.5rem 4rem;
}

.fv__text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  text-align: center;
}

.fv__btn {
  width: 100%;
}

/*
 * hearing
 * -------------------------------------------------------------
 */

.hearing__heading {
  background: #293570;
  border-bottom: 1.6rem solid #fcb137;
  border-top: 1.6rem solid #fcb137;
  margin: 0 calc(50% - 50vw);
  padding: 7rem 0;
}

.hearing__heading-textwrap {
  background: #fff;
  margin: 0 auto;
  max-width: 65.2rem;
  padding: 4rem 4.5rem;
  text-align: center;
}

.hearing__heading-text {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 2;
}

.hearing__heading-text span {
  background: linear-gradient(transparent 73%, #ffcd4d 0%);
}

.hearing__body {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 6rem 4.5rem 0;
}

.hearing__body-imgarea {
  display: contents;
}

.hearing__img01 {
  margin: 0 auto;
  max-width: 59.7rem;
  order: 1;
}

.hearing__textarea {
  order: 2;
  padding: 4.8rem 0 8rem;
}

.hearing__text {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 2.25;
}

.hearing__text span {
  background: linear-gradient(transparent 8%, #ffcd4d 0%);
  line-height: 1.2;
}

.hearing__img02 {
  margin: 0 auto;
  max-width: 48rem;
  order: 3;
}

/*
 * message
 * -------------------------------------------------------------
 */

.message {
  background: #fff7b7;
  padding-bottom: 8rem;
  position: relative;
}

.message__heading {
  margin: 0 auto;
  max-width: 61.5rem;
  padding: 11rem 0 6rem;
  position: relative;
}

.message__heading::before {
  background: url(./../images/message_obj.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 18.3rem;
  left: -12rem;
  max-width: 16rem;
  position: absolute;
  top: 2rem;
  width: 100%;
}

.message__body {
  border: 1rem solid #fcb137;
}

.message__imgarea {
  background: #fff;
  padding: 5rem 2rem 3rem;
}

.message__img {
  margin: 0 auto;
  max-width: 49.4rem;
}

.message__namearea {
  background: #fcb137;
  padding: 2rem 0 2.8rem;
  text-align: center;
}

.message__name {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
}

.message__name span {
  font-size: 4.8rem;
  font-weight: 600;
  margin-top: 2rem;
}

.message__textarea {
  background: #fff;
  padding: 3.5rem 3.4rem 6rem;
}

.message__text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.33;
}

/*
 * problem
 * -------------------------------------------------------------
 */

.problem {
  background: #fff;
}

.problem__heading {
  background-color: #fcb137;
  box-shadow: 0px 0px 2rem 2rem rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}

.problem__heading-text {
  font-size: 3.6rem;
  line-height: 2;
  padding: 5.3rem 4rem;
  text-align: center;
}

.problem__body {
  background: url(./../images/problem_bg.webp) no-repeat bottom/100% 158.6rem;
  background-position-y: -15rem;
  padding-top: 8rem;
}

.problem__item {
  margin: 0 auto;
  max-width: 72rem;
}

/*
 * promise
 * -------------------------------------------------------------
 */

.promise {
  position: relative;
}

.promise_01 {
  background: #74abe6;
  padding-bottom: 6.5rem;
}

.promise__inner {
  padding: 0 3rem;
}

.promise__heading {
  margin: 0 auto;
  max-width: 76.8rem;
  padding: 7rem 0rem 7.5rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.promise__heading-text {
  font-size: 3.6rem;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.promise_01 .promise__heading-text {
  color: #293570;
}

.promise_01 .promise__heading-text::before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 5.3rem;
  left: 0.1rem;
  position: absolute;
  width: 5.3rem;
  z-index: -1;
}

.promise__body {
  background: #fff;
  box-shadow: 1.77rem 1.77rem 0px 0px rgba(69, 84, 161, 0.8);
  margin: 0 auto;
  max-width: 68rem;
  padding: 7.5rem 3.5rem 12rem;
}

.promise__img {
  padding: 0 1rem;
}

.promise__text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.4;
  margin-top: 6rem;
  padding: 0 2rem;
}

.promise__lists {
  background: #ecebeb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 6rem;
  padding: 3rem 3.5rem 5rem 2.3rem;
}

.promise__list {
  align-items: flex-end;
  color: #293570;
  display: flex;
  font-size: 2.6rem;
  font-weight: 500;
  gap: 0.8rem;
}

.promise__list:before {
  background: url(./../images/check.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 7.6rem;
  max-width: 6.7rem;
  position: relative;
  top: 0.6rem;
  width: 100%;
}

.promise__bottom {
  align-items: center;
  background: #fff;
  border-radius: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 10rem;
  padding: 4.5rem 4rem 7rem;
  position: relative;
  text-align: center;
  z-index: 3;
}

.promise__text-mark {
  background: #ffcd4d;
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.promise_01::after {
  background: url(./../images/promise_sankaku.webp) no-repeat center/100%;
  bottom: -4rem;
  content: "";
  display: inline-block;
  height: 12rem;
  left: 50%;
  max-width: 15.5rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.promise_02 {
  background: #f5f5f3;
  padding-bottom: 13rem;
}

.promise_02 .promise__heading::before {
  background: url(./../images/promise_obj.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 30rem;
  left: -16.5rem;
  max-width: 21rem;
  position: absolute;
  top: 3.3rem;
  width: 100%;
}

.promise_02 .promise__heading-text {
  font-size: 4rem;
}

.promise_02 .promise__body {
  box-shadow: 1.77rem 1.77rem 0px 0px rgba(139, 139, 137, 0.8);
}

.promise_02__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 8rem;
}

.promise_02 .promise__text-mark {
  font-size: 3rem;
  max-width: 59.8rem;
  padding: 0.2rem 0rem 0.2rem 1rem;
  width: 100%;
}

/*
 * reason-slider
 * -------------------------------------------------------------
 */

.reason-slider .slick-slide {
  padding-bottom: 1rem;
}

.reason-slider__item {
  background: #fff;
  box-shadow: 7.071px 7.071px 0px 0px rgba(96, 96, 92, 0.9);
  left: 1.5rem;
  margin: 0 auto;
  max-width: 61rem;
  padding: 4rem 3.5rem 2.8rem;
  position: relative;
}

.reason-slider__img {
  aspect-ratio: 552/347;
  max-width: 55.2rem;
}

.reason-slider__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.reason-slider__body {
  margin-top: 4rem;
}

.reason-slider__ttl {
  font-size: 3.6rem;
  line-height: 1.7777777778;
  text-align: center;
}

.reason-slider__ttl::after {
  background: #f2de3c;
  content: "";
  display: block;
  height: 1rem;
  margin: 3rem auto 0;
  max-width: 7.1rem;
  width: 100%;
}

.reason-slider__detail {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  margin: 5.8rem auto 0;
  max-width: 37rem;
}

.reason-slider__detail-item {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.reason-slider__detail dt {
  background: #796969;
  border-radius: 1rem;
  color: #fff;
  font-size: 2.8rem;
  padding: 0.6rem 0 0.7rem;
  text-align: center;
  width: 13.8rem;
}

.reason-slider__detail dd {
  flex: 1;
  font-size: 2.8rem;
  text-align: center;
}

.reason-slider__note {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 5.5rem;
  text-align: center;
}

.reason-slider .slick-prev,
.reason-slider .slick-next {
  display: none;
}

.reason-slider__prev,
.reason-slider__next {
  background: #293570;
  content: "";
  height: 5.4rem;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 5rem;
}

.reason-slider__prev {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -5rem;
}

.reason-slider__next {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -5rem;
}

/*
 * reason
 * -------------------------------------------------------------
 */

.reason__heading {
  background: #fff;
  padding: 9rem 7.5rem 3rem 9.4rem;
  position: relative;
}

.reason__heading::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  bottom: -9.6rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 9.7rem;
  left: 50%;
  margin: 0 auto;
  max-width: 76.8rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  width: 100%;
  z-index: 1;
}

.reason__heading-ttl {
  font-size: 4rem;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.reason__heading-ttl::before {
  background: #ffcd4d;
  content: "";
  display: block;
  height: 5.3rem;
  left: -2.9rem;
  max-width: 5.3rem;
  position: absolute;
  top: -0.5rem;
  width: 100%;
  z-index: -1;
}

.reason__heading-ttllg {
  display: block;
  margin: 5rem auto 0;
  max-width: 39rem;
}

.reason__item {
  background: #293570;
  color: #fff;
  padding: 19rem 4.5rem 2rem;
  position: relative;
}

.reason__item::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #293570;
  bottom: -9.5rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 9.7rem;
  left: 50%;
  margin: 0 auto;
  max-width: 76.8rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  width: 100%;
  z-index: 1;
}

.reason__item-inner {
  margin: 0 auto;
  max-width: 64.8rem;
  padding: 0 3.4rem;
}

.reason__ttleng {
  align-items: center;
  border-bottom: 3px solid #fff;
  display: flex;
  font-size: 4.8rem;
  font-weight: 500;
  gap: 1.7rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}

.reason__num {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #ec5f32;
  display: inline-block;
  display: flex;
  font-size: 7.4rem;
  font-weight: 500;
  height: 8.9rem;
  justify-content: center;
  padding-bottom: 1.2rem;
  position: relative;
  top: -0.6rem;
  width: 8.9rem;
}

.reason__ttl {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.7916666667;
  margin-top: 3rem;
}

.reason__img01 {
  margin: 3rem auto 0;
  max-width: 56rem;
}

.reason__body {
  margin-top: 5rem;
}

.reason__text {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 2;
}

.reason__textbox {
  background: #fff;
  color: #333;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 6.5rem;
  padding: 3.5rem 4rem;
  text-align: center;
}

.reason__textlg {
  font-size: 4rem;
  font-weight: 600;
  line-height: 2.2;
  margin-top: 8rem;
  text-align: center;
}

.reason__img02 {
  margin-top: 10rem;
}

.reason__arrow {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #ffcd4d;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  display: block;
  height: 7.7rem;
  margin: 2rem auto 0;
  max-width: 18.2rem;
}

.reason__img03 {
  margin: 5rem auto 0;
  max-width: 65.5rem;
}

.reason__item:nth-child(2n) {
  background: #eceaea;
  color: #333;
}

.reason__item:nth-child(2n):after {
  background: #eceaea;
}

.reason__item:nth-child(2n) .reason__ttleng {
  border-color: #333;
}

.reason__item:nth-child(2n) .reason__num {
  background: #ec5f32;
  color: #fff;
}

.reason__item:nth-child(2n) .reason__textbox {
  align-items: center;
  background: #fcb137;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 10rem;
}

.reason__item:nth-child(2n) .reason__arrow {
  background: #f2632e;
  margin-top: 10rem;
}

.reason__item:nth-child(2) .reason__textbox .reason__text {
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.6rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.reason__item:nth-child(2) .reason__img02 {
  margin: 8.5rem calc(50% - 50vw) 0;
}

.reason__note {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  margin-top: 5rem;
  text-align: center;
}

.reason__item:nth-child(4) .reason__textbox {
  margin: 7rem auto 0;
  max-width: 70rem;
  padding: 3.5rem 3rem;
}

.reason__item:last-child::after {
  display: none;
}

.reason__item:last-child {
  padding-bottom: 18rem;
}

.reason__slider {
  margin: 6.5rem auto 0;
  max-width: 64.8rem;
}

/*
 * thanks
 * -------------------------------------------------------------
 */

.thanks::before {
  background: #293570;
  content: "";
  display: block;
  height: 12rem;
  width: 100%;
}

.thanks__inner {
  font-weight: 500;
  max-width: 71rem;
  padding-bottom: 6rem;
  padding-top: 7rem;
  text-align: center;
}

.thanks__logo {
  margin: 0 auto;
  max-width: 43.8rem;
}

.thanks__ttl {
  font-size: 4rem;
  margin-top: 8rem;
}

.thanks__img {
  margin: 5.7rem auto 8rem;
  max-width: 24.8rem;
}

.thanks__textwrap {
  margin-top: 2.5rem;
}

.thanks__text {
  font-size: 2.4rem;
  line-height: 2.3333333333;
}

.thanks__text--narrow {
  line-height: 2;
}

.thanks__textbox {
  background: #293570;
  color: #fff;
  margin-top: 5rem;
  padding: 4.5rem;
}

.thanks__mailbox {
  margin-top: 7.6rem;
}

.thanks__mailbox span {
  display: block;
  font-size: 3.4rem;
  text-align: left;
}

.thanks__mailbox .thanks__text {
  margin-top: 4rem;
}

.thanks__mail {
  border: 3px solid #000;
  font-size: 4.4rem;
  margin-top: 2.3rem;
  padding: 2rem 2.5rem 2.4rem;
}

.thanks__btn {
  cursor: pointer;
  margin-top: 5rem;
}

.thanks__footer {
  background: #293570;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5rem;
  text-align: center;
}

/*
 * voice-guide
 * -------------------------------------------------------------
 */

.voice-guide {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-top: 6.8rem;
  text-align: center;
}

.voice-guide::after {
  background: url(./../images/voice_guide_sankaku.webp) no-repeat top/100% #fff7b7;
  content: "";
  display: block;
  height: 26.692708333vw;
  margin: -9rem auto 0;
  width: 100%;
}

.voice-guide__text01 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.875;
}

.voice-guide__text02 {
  font-size: 3.2rem;
  line-height: 2.1875;
}

.voice-guide__text02 span {
  background: linear-gradient(transparent 10%, #fff7b7 0%);
}

.voice-guide__text03 {
  font-size: 3.8rem;
  line-height: 1.8421052632;
  position: relative;
  z-index: 1;
}

/*
 * voice
 * -------------------------------------------------------------
 */

.voice {
  background: #fff7b7;
  padding: 20.3rem 0 21rem;
}

.voice__inner {
  position: relative;
}

.voice__inner::before {
  background: url(./../images/voice_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 9.6rem;
  max-width: 32.2rem;
  position: absolute;
  right: 4rem;
  top: -6.4rem;
  width: 100%;
}

.voice__items {
  display: flex;
  flex-direction: column;
  gap: 4.7rem;
  position: relative;
}

.voice__item {
  border: 1rem solid #fcb137;
  border-top: none;
  text-align: center;
}

.voice__num {
  background: #fcb137;
  color: #fff;
  display: block;
  font-size: 4.4rem;
  padding: 2.1rem;
  text-transform: capitalize;
}

.voice__body {
  background: #fff;
  padding: 5rem 4rem 11rem;
}

.voice__ttl {
  font-size: 3.6rem;
  line-height: 1.8888888889;
  margin: 0 calc(50% - 50vw);
}

.voice__img {
  aspect-ratio: 355/330;
  margin: 6rem auto 0;
  max-width: 25.5rem;
}

.voice__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.voice__detail {
  font-size: 3.2rem;
  line-height: 2;
  margin: 0 calc(50% - 50vw);
  margin-top: 6rem;
}

.voice__detail::after {
  background: #fcb137;
  content: "";
  display: block;
  height: 1rem;
  margin: 6rem auto 0;
  max-width: 6rem;
  width: 100%;
}

.voice__content {
  padding-top: 6rem;
  text-align: left;
}

.voice__text {
  font-size: 3rem;
  line-height: 2.3333333333;
}

.voice_02 {
  padding-bottom: 15rem;
}

@media screen and (min-width: 900px) {

  html {
    font-size: 10px;
  }

  .l-footer {
    padding: 3rem 0 1rem;
  }

  .l-footer__link {
    font-size: 1.1rem;
  }

  .l-footer__copyright {
    font-size: 1.1rem;
    margin-top: 4.2rem;
  }

  .l-inner {
    max-width: 108.5rem;
  }

  .c-btn {
    background: url(./../images/pc/btn.webp) no-repeat center/100%;
    font-size: 3.55rem;
    gap: 3.2rem;
    height: 15.3rem;
    max-width: 51rem;
    padding: 4.5rem 4.4rem 5.3rem 7.7rem;
  }

  .c-btn::after {
    height: 4.6rem;
    width: 2.8rem;
  }

  .c-btn--tel {
    background: url(./../images/pc/btn_tel.webp) no-repeat center/100%;
    font-size: 2.5rem;
		font-weight: 500;
    gap: 1.2rem;
    height: 12rem;
    max-width: 43rem;
    padding: 2.6rem 1rem 2.6rem 1.2rem;
  }

  .c-btn--tel::before {
    height: 6.5rem;
    max-width: 6.5rem;
  }

  .c-btn--tel::after {
    height: 3.9rem;
    width: 2.4rem;
  }

  .c-btn--contact {
    height: 11.2rem;
  }

  .c-btn--contact::after {
    height: 3.5rem;
    width: 2.2rem;
  }

  .c-btn--thanks {
    font-size: 2.45rem;
    font-weight: 600;
    height: 11.5rem;
    max-width: 37.5rem;
    padding: 3.8rem 3.3rem 4.2rem 6.5rem;
  }

  .c-btn--thanks::after {
    height: 3.4rem;
    width: 2.1rem;
  }

  .c-cta {
    padding: 2.7rem 0 5.3rem;
  }

  .c-cta__text {
    font-size: 2.2rem;
  }

  .c-view {
    padding: 6rem 0 8rem;
  }

  .c-view--pt0 {
    padding-top: 0;
  }

  .c-view__heading-ttl {
    font-size: 3rem;
    max-width: 46rem;
    padding: 1.2rem 2rem;
  }

  .c-view__body {
    margin: 3.5rem auto 0;
    max-width: 80.4rem;
    padding: 5rem 2rem 5.3rem;
  }

  .c-view__ttl {
    background: url(./../images/view_ttl_wave.webp) no-repeat top/47.2rem 5rem;
    background-position-x: 15rem;
    background-position-y: -0.1rem;
    font-size: 2.8rem;
    padding-bottom: 3rem;
  }

  .c-view__ttl::before {
    height: 6.8rem;
    left: 9rem;
    max-width: 3.9rem;
    top: -2.4rem;
  }

  .c-view-slider {
    max-width: 36.4rem;
  }

  .c-view-slider__thumbnail {
    margin: 4rem auto 0;
    max-width: 47.5rem;
  }

  .c-view-slider__thumbnail-item {
    max-width: 11.5rem;
  }

  .c-view__txt {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }

  .c-view-slider .slick-dots {
    bottom: -3rem;
  }

  .c-view-slider .slick-dots li button {
    padding: 5px;
  }

  .u-pc {
    display: block;
  }

  .u-sp {
    display: none;
  }

  .answer {
    padding-bottom: 5rem;
  }

  .answer__heading {
    box-shadow: none;
    margin-top: 0;
    padding: 8.2rem 0 7.9rem;
  }

  .answer__lead {
    border: 1.6rem solid #fcb137;
    border-radius: 1.7rem;
    font-size: 2.6rem;
    gap: 3rem;
    margin: 0 auto;
    padding: 4.2rem 5rem 5rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .answer__lead::before,
  .answer__lead::after {
    height: 4.1rem;
  }

  .answer__body {
    margin: 0 auto;
    max-width: 76rem;
    padding-top: 8.4rem;
  }

  .answer__body::before {
    height: 22.6rem;
    left: 0;
    max-width: 16.1rem;
    top: 7rem;
  }

  .answer__body-text01 {
    font-size: 2.4rem;
    line-height: 1;
    padding: 2.1rem 5.4rem 1.8rem;
  }

  .answer__body-text02 {
    font-size: 2.4rem;
    line-height: 2;
  }

  .answer__body-text03 {
    margin-top: 2.4rem;
    max-width: 36.6rem;
  }

  .answer__body-text04 {
    font-size: 2rem;
    line-height: 2;
    margin-top: 2rem;
  }

  .answer__content {
    align-items: center;
    box-shadow: 1.2rem 1.2rem 1px 0px rgba(252, 177, 55, 0.94);
    display: flex;
    gap: 2.8rem;
    margin: 2rem auto 0;
    max-width: 61.5rem;
    padding: 5.5rem 4.5rem;
  }

  .answer__img {
    aspect-ratio: 256/170;
    max-width: 25.6rem;
  }

  .answer__content-text {
    font-size: 1.4rem;
    margin: 0;
  }

  .campaign {
    padding-bottom: 9rem;
  }

  .campaign__inner {
    max-width: 93rem;
  }

  .campaign__heading {
    padding: 5.5rem 0 3rem;
  }

  .campaign__heading span {
    font-size: 2rem;
    gap: 7rem;
  }

  .campaign__heading span::before,
  .campaign__heading span::after {
    height: 3.2rem;
  }

  .campaign__heading span::before {
    transform: rotate(-55deg);
  }

  .campaign__heading span::after {
    transform: rotate(55deg);
  }

  .campaign__heading-text {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 2.4rem;
    padding: 0.7rem 1.1rem;
  }

  .campaign__heading::after {
    height: 3.3rem;
    margin-top: 2.6rem;
  }

  .campaign__content {
    padding: 5rem 1rem 4rem 6rem;
  }

  .campaign__ttl01 {
    font-size: 2.26rem;
    max-width: 100%;
    padding: 1rem 1.3rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .campaign__ttl02 {
    font-size: 2.4rem;
    line-height: 1;
  }

  .campaign__lead {
    max-width: 40rem;
  }

  .campaign__flex {
    display: flex;
    gap: 1rem;
    margin-top: 3.3rem;
  }

  .campaign__img {
    margin: 0;
    max-width: 33.6rem;
  }

  .campaign__body {
    flex: 1;
    margin: 0;
  }

  .campaign__text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .company {
    padding: 6.4rem 0 6rem;
  }

  .company__inner {
    max-width: 47.5rem;
  }

  .company__ttl {
    font-size: 2.4rem;
  }

  .company__ttl:before {
    height: 3.4rem;
    left: -1.8rem;
    top: -1.1rem;
    width: 3.3rem;
  }

  .company__map {
    margin-top: 5rem;
    max-width: 100%;
  }

  .company__map-text {
    font-size: 2.25rem;
    padding: 0.5rem 1rem 0.8rem;
  }

  .company__mapwrap {
    aspect-ratio: 395/165;
  }

  .company__body {
    margin-top: 5.5rem;
  }

  .company__table {
    gap: 3.5rem;
    max-width: 100%;
    padding-left: 1rem;
  }

  .company__table dt {
    font-size: 1.8rem;
    gap: 1.2rem;
    line-height: 2;
    width: 13.2rem;
  }

  .company__table dt::before {
    height: 2.5rem;
    width: 0.5rem;
  }

  .company__table dd {
    font-size: 1.8rem;
    line-height: 2;
  }

  .contact__heading {
    padding: 7rem 4rem;
  }

  .contact__heading-ttl {
    align-items: center;
    display: flex;
    font-size: 3.6rem;
    gap: 1.2rem;
    justify-content: center;
  }

  .contact__heading-ttl::before,
  .contact__heading-ttl::after {
    display: block;
  }

  .contact__form {
    max-width: 46.5rem;
    padding: 8.8rem 4rem 11rem;
  }

  .contact__textwrap {
    margin-top: 3rem;
  }

  .contact__text {
    font-size: 1.5rem;
  }

  .form__item:not(:nth-child(1)) {
    margin-top: 5.6rem;
  }

  .form__item dt {
    font-size: 2.4rem;
  }

  .form__item dd {
    font-size: 2rem;
    margin-top: 1.4rem;
  }

  .form__item dd input {
    padding: 2.2rem;
  }

  .form__item dd textarea {
    aspect-ratio: 375/258;
    padding: 2.5rem 1.6rem;
  }

  .form__btn {
    font-size: 2.5rem;
    gap: 3rem;
    margin-top: 3.4rem;
    padding: 4rem 3.4rem 4rem 6.7rem;
  }

  .fv {
    aspect-ratio: 1440/1225;
    background: url(./../images/pc/fv_bg.webp) no-repeat center/cover;
    max-height: 122.5rem;
    padding: 3.2rem 0 5rem;
    width: 100%;
  }

  .fv__inner {
    margin: 0 auto;
    max-width: 94.4rem;
    padding: 0 4rem;
  }

  .fv__img {
    height: auto;
    left: 4rem;
    position: relative;
  }

  .fv__inner {
    padding: 0 4rem;
  }

  .fv__item {
    left: 2rem;
    margin-top: 18.8rem;
    max-width: 54rem;
    position: relative;
  }

  .fv_02 .fv__inner {
    max-width: 76.1rem;
  }

  .fv_02 .fv__img {
    left: -4rem;
  }

  .hearing__heading {
    border-width: 1.8rem;
    padding: 4.4rem 0;
  }

  .hearing__heading-textwrap {
    max-width: 56.6rem;
    padding: 1.3rem;
  }

  .hearing__heading-text {
    font-size: 2.3rem;
  }

  .hearing__body {
    align-items: center;
    flex-direction: row;
    gap: 4.5rem;
  }

  .hearing__body-imgarea {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 33rem;
  }

  .hearing__img01 {
    max-width: 100%;
    order: initial;
  }

  .hearing__textarea {
    flex: 1;
    order: initial;
  }

  .hearing__text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .hearing__img02 {
    max-width: 100%;
    order: initial;
  }

  .message {
    padding-bottom: 3rem;
  }

  .message__inner {
    max-width: 57rem;
  }

  .message__heading {
    margin: 0 auto;
    max-width: 43rem;
    padding: 10.5rem 0 4.5rem;
  }

  .message__heading::before {
    height: 13.3rem;
    left: -7rem;
    max-width: 11rem;
    top: 4rem;
  }

  .message__heading-text {
    position: relative;
  }

  .message__body {
    border-width: 1.2rem;
  }

  .message__imgarea {
    padding: 3.5rem 3rem 2.2rem;
  }

  .message__img {
    max-width: 34.5rem;
  }

  .message__namearea {
    padding: 2rem 0 1.2rem;
  }

  .message__name {
    font-size: 2rem;
    line-height: 1.75;
  }

  .message__name span {
    font-size: 3.6rem;
    margin-top: 1rem;
  }

  .message__textarea {
    padding: 2.7rem 3.4rem 5rem;
  }

  .message__text {
    font-size: 2rem;
    line-height: 2.4;
  }

  .problem__heading {
    box-shadow: 0px 0px 24.08px 18.92px rgba(255, 255, 255, 0.8);
  }

  .problem__heading-text {
    font-size: 1.8rem;
    line-height: 1;
    padding: 4.7rem 4rem 4rem;
  }

  .problem__body {
    background: url(./../images/pc/problem_bg.webp) no-repeat bottom/100% 98.6rem;
    background-position-y: -1rem;
    padding-top: 6rem;
  }

  .problem__item {
    max-width: 70.2rem;
  }

  .promise_01 {
    padding-bottom: 3.5rem;
  }

  .promise__heading {
    padding: 7.4rem 0 5.5rem;
  }

  .promise__heading-text {
    font-size: 2.4rem;
  }

  .promise_01 .promise__heading-text::before {
    height: 3.8rem;
    left: -0.8rem;
    top: -0.1rem;
    width: 3.8rem;
  }

  .promise__body {
    max-width: 48rem;
    padding: 5rem 2rem 8rem;
  }

  .promise__img {
    padding: 0 0 0 2rem;
  }

  .promise__text {
    font-size: 2rem;
    line-height: 2;
    margin-top: 5rem;
  }

  .promise__lists {
    margin: 4.5rem auto 0;
    max-width: 43rem;
    padding: 3rem 2rem 5rem 3.2rem;
  }

  .promise__list {
    font-size: 1.8rem;
  }

  .promise__list:before {
    height: 5rem;
    max-width: 4.5rem;
  }

  .promise__bottom {
    gap: 0.6rem;
    margin: 4rem auto 0;
    max-width: 50rem;
    padding: 3.3rem 2.5rem 4.4rem;
  }

  .promise__text-mark {
    font-size: 2.2rem;
    padding: 0.3rem 0.8rem 0.5rem;
  }

  .promise_02 .promise__heading::before {
    height: 20.4rem;
    left: -10.5rem;
    max-width: 14.7rem;
    top: 4.5rem;
  }

  .promise_02 .promise__heading-text {
    font-size: 2.8rem;
  }

  .promise_02__bottom {
    gap: 0;
    margin-top: 2.4rem;
    padding-left: 2rem;
  }

  .promise_02 .promise__text-mark {
    font-size: 2rem;
    max-width: 40rem;
    padding: 0.4rem 0rem 0.5rem 0.5rem;
  }

  .reason-slider .slick-slide {
    padding-right: 1rem;
  }

  .reason-slider__item {
    left: 0;
    max-width: 100%;
    padding: 2.3rem 2.2rem;
  }

  .reason-slider__img {
    aspect-ratio: 250/160;
    max-width: 100%;
  }

  .reason-slider__body {
    margin-top: 2.5rem;
  }

  .reason-slider__ttl {
    font-size: 2rem;
    line-height: 1.6666;
  }

  .reason-slider__ttl::after {
    height: 5px;
    margin-top: 2rem;
    max-width: 5.5rem;
  }

  .reason-slider__detail {
    gap: 1.3rem;
    margin-top: 3rem;
    max-width: 20rem;
  }

  .reason-slider__detail-item {
    gap: 1rem;
  }

  .reason-slider__detail dt {
    font-size: 1.4rem;
    padding: 0.3rem 0 0.4rem;
    width: 6.8rem;
  }

  .reason-slider__detail dd {
    font-size: 1.4rem;
  }

  .reason-slider__note {
    font-size: 1.1rem;
    margin-top: 2.7rem;
  }

  .reason-slider__prev,
  .reason-slider__next {
    height: 2.8rem;
    top: 50%;
    width: 2.3rem;
  }

  .reason-slider__prev {
    left: -3.8rem;
  }

  .reason-slider__next {
    right: -3.5rem;
  }

  .reason__heading {
    padding: 8rem 7rem 5rem;
  }

  .reason__heading::after {
    bottom: -6.5rem;
    height: 6.6rem;
    max-width: 46rem;
  }

  .reason__heading-ttl {
    font-size: 2.4rem;
  }

  .reason__heading-ttl::before {
    left: -4.1rem;
    top: -1.3rem;
  }

  .reason__heading-ttllg {
    margin-top: 6rem;
    max-width: 28.5rem;
    padding-bottom: 0.2rem;
  }

  .reason__item {
    padding-bottom: 11rem;
  }

  .reason__item::after {
    bottom: -8.4rem;
    height: 8.5rem;
    max-width: 65rem;
  }

  .reason__item-inner {
    max-width: 39rem;
    padding: 0;
  }

  .reason__ttleng {
    font-size: 3.3rem;
  }

  .reason__num {
    font-size: 5.2rem;
    height: 6.3rem;
    padding-bottom: 0.6rem;
    width: 6.4rem;
  }

  .reason__ttl {
    font-size: 3rem;
  }

  .reason__img01 {
    margin-top: 2.5rem;
  }

  .reason__body {
    margin-top: 3.6rem;
  }

  .reason__text {
    font-size: 2.4rem;
  }

  .reason__textbox {
    font-size: 2.4rem;
    margin-top: 5.8rem;
    padding: 2.3rem;
  }

  .reason__textlg {
    font-size: 2.8rem;
    line-height: 2;
    margin-top: 5rem;
  }

  .reason__img02 {
    width: 105%;
  }

  .reason__arrow {
    height: 5.5rem;
    margin-top: 5rem;
    max-width: 13rem;
  }

  .reason__img03 {
    margin-top: 7rem;
    max-width: 37rem;
  }

  .reason__item:nth-child(2n) .reason__textbox {
    gap: 2rem;
    margin-top: 6rem;
    padding: 3.3rem 2rem;
  }

  .reason__item:nth-child(2n) .reason__arrow {
    margin-top: 8rem;
  }

  .reason__item:nth-child(2) {
    padding-bottom: 52rem;
    position: relative;
  }

  .reason__item:nth-child(2) .reason__textbox .reason__text {
    font-size: 2.5rem;
    padding: 0.2rem 0.5rem;
  }

  .reason__item:nth-child(2) .reason__img02 {
    margin: 0;
    max-width: 100%;
  }

  .reason__item:nth-child(2) .reason__img02-wrap {
    left: 50%;
    left: 50%;
    margin-top: 6.5rem;
    max-width: 83rem;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }

  .reason__note {
    font-size: 2.6rem;
    margin-top: 4rem;
  }

  .reason__item:nth-child(4) .reason__textbox {
    margin: 5rem calc(50% - 50vw) 0;
    max-width: 100vw;
    padding: 2.5rem 2rem 2rem;
  }

  .reason__item:last-child {
    padding-bottom: 4.5rem;
  }

  .reason__slider {
    margin-top: 3rem;
    max-width: 40rem;
  }

  .reason__text--bold {
    font-weight: 700;
  }

  .thanks::before {
    height: 7.5rem;
  }

  .thanks__inner {
    max-width: 45.5rem;
    padding-bottom: 4.2rem;
    padding-top: 6.8rem;
  }

  .thanks__logo {
    max-width: 26.8rem;
  }

  .thanks__ttl {
    font-size: 2.4rem;
    margin-top: 6rem;
  }

  .thanks__img {
    margin: 4.5rem auto 3.5rem;
    max-width: 15.2rem;
  }

  .thanks__textwrap {
    margin-top: 1rem;
  }

  .thanks__text {
    font-size: 1.4rem;
    line-height: 2.5714285714;
  }

  .thanks__text--narrow {
    line-height: 2;
  }

  .thanks__textbox {
    margin-top: 1.8rem;
    padding: 2.5rem 2.5rem 1.6rem;
  }

  .thanks__mailbox {
    margin-top: 3.8rem;
  }

  .thanks__mailbox span {
    font-size: 2.1rem;
  }

  .thanks__mailbox .thanks__text {
    margin-top: 1.8rem;
  }

  .thanks__mail {
    font-size: 2.7rem;
    margin-top: 1.2rem;
    padding: 1.2rem 2.5rem 1.6rem;
  }

  .thanks__btn {
    margin-top: 2rem;
  }

  .thanks__footer {
    font-size: 1.2rem;
    padding: 5.2rem 4rem 5.6rem;
  }

  .voice-guide {
    gap: 4.7rem;
    padding-top: 7.2rem;
  }

  .voice-guide::after {
    background: url(./../images/pc/voice_guide_sankaku.webp) no-repeat top/100% #fff7b7;
    height: 10.902777777vw;
  }

  .voice-guide__text01 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .voice-guide__text02 {
    font-size: 2rem;
    line-height: 2;
  }

  .voice-guide__text03 {
    font-size: 2.4rem;
    line-height: 2;
  }

  .voice {
    padding: 26rem 0 7rem;
    padding: 11.2rem 0 7rem;
  }

  .voice__inner {
    max-width: 77rem;
  }

  .voice__inner::before {
    top: -7.5rem;
  }

  .voice__items {
    gap: 8rem;
  }

  .voice__num {
    padding: 2.4rem;
  }

  .voice__body {
    padding: 4.5rem 1.5rem 6rem 4.5rem;
  }

  .voice__ttl {
    font-size: 2.4rem;
    line-height: 1.666;
  }

  .voice__flex {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-top: 5.3rem;
    padding-left: 1rem;
  }

  .voice__img {
    aspect-ratio: 230/220;
    margin: 0;
    max-width: 23rem;
  }

  .voice__detail {
    flex: 1;
    font-size: 2rem;
    margin: 0;
  }

  .voice__detail::after {
    margin-top: 3rem;
  }

  .voice__content {
    padding-right: 3rem;
    padding-top: 4rem;
  }

  .voice__text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .voice_02 {
    padding-bottom: 15.4rem;
  }

  .voice__item--05 .voice__body {
    padding-right: 0.5rem;
  }

  .voice__item--05 .voice__flex {
    gap: 0;
    padding-left: 0;
  }

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}


/*# sourceMappingURL=style.css.map */