html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #d8d8d8;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

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

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

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

section {
  overflow: hidden;
}

section.fv {
  overflow: visible;
}

*,
*::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;
}

th,
td {
  padding: 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;
}

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

.footer {
  background: #fff;
  padding: 2.3rem 0;
}

.footer__inner {
  grid-gap: 4rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 2.5rem;
}

.footer__inner::before {
  content: "";
  display: block;
  height: 10rem;
  max-width: 23rem;
  width: 100%;
}

.footer__text {
  font-size: 2.1rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.footer__btns {
  align-items: center;
  display: flex;
  gap: 3.8rem;
  justify-content: center;
  margin: 2rem auto 0;
  min-width: 67rem;
}

.footer__copyright {
  margin-left: auto;
  margin-top: 1.5rem;
  max-width: 23rem;
}

.footer__logo {
  max-width: 21.2rem;
}

.footer__copyright p {
  color: #bebebe;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-top: 1.7rem;
}

.float {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
}

.float__btn {
  border-radius: 1.1rem;
  max-width: 31.6rem;
  width: 50%;
}

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

.header {
  background: #fff;
  height: 10rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 2rem;
}

.header__logo {
  max-width: 19.3rem;
}

.header__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

.l-inner {
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
}

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

.l-main {
  background: url(./../images/bg.webp) repeat top/128rem 758.6rem;
  margin: 0 auto;
  max-width: 128rem;
  padding: 10rem 0 16.3rem;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
  padding: 0 3rem;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 3.1rem;
  justify-content: space-between;
  position: relative;
  width: 4.6rem;
}

.burger span {
  background: #4d4d4d;
  border-radius: 10rem;
  display: block;
  height: 0.5rem;
  transition: all 0.2s;
  width: 100%;
}

.burger span.is-active {
  position: absolute;
}

.burger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
  opacity: 0;
}

.burger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

/*
 * c-secHead
 * -------------------------------------------------------------
 */

.c-secHead {
  color: #fff;
  height: 9.2rem;
  letter-spacing: 0.04em;
  margin: 0 calc(50% - 50vw);
  position: relative;
  text-align: center;
  width: 100vw;
}

.c-secHead__inner {
  align-items: center;
  background: linear-gradient(30deg, rgb(97, 95, 95) 0%, rgb(0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.c-secHead::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: rgba(0, 0, 0, 0.8);
  bottom: -3.2rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 3.3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 6.5rem;
  z-index: 1;
}

.c-secHead__ttl {
  font-size: 3.3rem;
  font-weight: 700;
  width: 100%;
}

.c-secHead__ttl.--ltsp {
  letter-spacing: 0.2em;
}

.c-secHead__ttl .color {
  color: #ffff00;
}

.c-secHead__ttl .fs23 {
  font-size: 2.3rem;
}

.c-secHead__lead {
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-top: 0.6rem;
}

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

.cta__head {
  align-items: center;
  background: #39a74a;
  color: #fff;
  display: flex;
  font-weight: 700;
  margin: 0 auto;
  max-width: 74.8rem;
  padding: 1.4rem 4.8rem 1.4rem 0;
  position: relative;
}

.cta__head::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #39a74a;
  bottom: -2.3rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.7rem;
}

.cta__headLeft {
  align-items: center;
  border-right: 1px solid #fff;
  display: flex;
  padding: 0.9rem 1.6rem 0.9rem 3.4rem;
}

.cta__headLeft small {
  align-items: center;
  background: #fff;
  color: #39a74a;
  display: inline-block;
  display: grid;
  font-size: 1.9rem;
  justify-items: center;
  margin-right: 0.9rem;
  padding: 1rem;
  place-items: center;
}

.cta__headLeft .fs44 {
  font-size: 4.4rem;
}

.cta__headLeft .fs23 {
  font-size: 2.3rem;
  margin: 1.2rem 0 0 0.2rem;
}

.cta__headRight {
  flex: 1;
  text-align: center;
}

.cta__headText {
  font-size: 2rem;
  line-height: 1.65;
}

.cta__btns {
  display: flex;
  gap: 3.8rem;
  justify-content: center;
  margin-top: 3.4rem;
}

.cta__btn {
  border-radius: 1.1rem;
  max-width: 31.6rem;
  width: 50%;
}

/*
 * u-marker
 * -------------------------------------------------------------
 */

.u-marker {
  background: linear-gradient(transparent 70%, #ffff00 0%);
  display: inline-block;
  padding: 0.1rem;
}

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

.u-pc {
  display: block;
}

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

.u-sp {
  display: none;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about__inner {
  max-width: 118.5rem;
}

.about__cont {
  padding: 8.8rem 0 5.8rem;
}

.about__body {
  display: flex;
  gap: 3.2rem;
}

.about__img {
  aspect-ratio: 488/325;
  max-width: 44.8rem;
}

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

.about__details {
  flex: 1;
  max-width: 59.8rem;
  position: relative;
}

.about__details::before {
  background: url(./../images/about_map.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 54rem;
  max-width: 31.5rem;
  position: absolute;
  right: 0;
  top: -7rem;
  width: 100%;
}

.about__lead {
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-bottom: 4.7rem;
}

.about__lead .fs27 {
  font-feature-settings: "palt";
  font-size: 2.7rem;
  font-weight: 700;
}

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

.about__text {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.about__text span {
  font-weight: 700;
}

/*
 * case
 * -------------------------------------------------------------
 */

.case__inner {
  max-width: 123.6rem;
}

.case__cont {
  padding: 7.5rem 0 2rem;
}

.case__itemRow {
  align-items: center;
  display: flex;
  gap: 2.6rem;
  padding: 2rem 0;
}

.case__itemRow:not(:last-child) {
  border-bottom: 0.5rem dotted #8b8b8b;
}

.case__itemRow:first-child {
  padding-top: 0;
}

.case__item {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.case__img {
  aspect-ratio: 321/213;
  max-width: 32.1rem;
}

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

.case__details {
  flex: 1;
}

.case__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.case__price {
  color: #ff0000;
  font-size: 6.2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.case__price small {
  color: #000;
  font-size: 3.1rem;
}

.case__meta {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1.5555555556;
  margin-top: 1.5rem;
}

.case__type {
  font-feature-settings: "palt";
}

.case__type::before {
  content: "【";
  display: inline-block;
}

.case__type::after {
  content: "】";
  display: inline-block;
}

.case_location {
  margin-top: 0.5rem;
}

.case_location::before {
  content: "●";
  display: inline-block;
}

.case__note {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  margin-top: 1rem;
  text-align: center;
}

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

.company__inner {
  max-width: 123.6rem;
}

.company__cont {
  display: flex;
  gap: 2.6rem;
  justify-content: space-between;
  padding: 4.8rem 0 5.5rem;
}

.company__table {
  flex: 1;
  max-width: 75.7rem;
}

.company__item {
  display: flex;
  gap: 0.3rem;
}

.company__item dt,
.company__item dd {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.7916666667;
}

.company__item dt {
  background: #1a1a1a;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.6rem;
  min-width: 14.9rem;
  padding: 1.3rem;
}

.company__item dt.height1 {
  height: 13.3rem;
}

.company__item dt.height2 {
  height: 11.7rem;
}

.company__item dd {
  color: #4d4d4d;
  flex: 1;
  padding: 1.3rem 2.8rem;
  position: relative;
  top: -0.2rem;
}

.company__item:not(:last-child) dd {
  border-bottom: 1px solid #4d4d4d;
}

.company__maparea {
  margin-top: 8.7rem;
  max-width: 37.1rem;
}

.company__map {
  aspect-ratio: 371/382;
  margin-top: 1.5rem;
}

.company__copyright {
  color: #4d4d4d;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-top: 3.5rem;
  order: 4;
  text-align: center;
}

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

.contact__inner {
  max-width: 101.6rem;
}

.contact__cont {
  padding: 6.3rem 0 8rem;
}

.contact__lead {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}

.contact__lead span {
  color: #ff0000;
}

.contact__note {
  align-items: center;
  display: flex;
  font-size: 1.7rem;
  gap: 1px;
  letter-spacing: 0.02em;
  margin-top: 2.5rem;
  padding-left: 1rem;
}

.contact__form {
  margin-top: 2.2rem;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq__inner {
  max-width: 129.6rem;
}

.faq__cont {
  padding: 7rem 0 9rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 9.5rem;
}

.faq__question {
  font-feature-settings: "palt";
  align-items: flex-start;
  display: flex;
  gap: 2rem;
}

.faq__eng {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.faq__q {
  background: linear-gradient(transparent 65%, #ffff00 0%);
  display: inline-block;
  padding: 0 0.5rem 0.4rem;
  position: relative;
}

.faq__q::after {
  background: url(./../images/faq_arrow.webp) no-repeat center/100%;
  bottom: -5.4rem;
  content: "";
  display: block;
  height: 4.5rem;
  left: 0.3rem;
  position: absolute;
  width: 2.8rem;
  z-index: 1;
}

.faq__ttl {
  border-bottom: 1px solid #000;
  flex: 1;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.8421052632;
  padding-top: 0.8rem;
}

.faq__answer {
  font-feature-settings: "palt";
  align-items: flex-start;
  display: flex;
  gap: 1.3rem;
  padding: 4rem 0 0 3.2rem;
}

.faq__a {
  background: linear-gradient(transparent 65%, #ff0000 0%);
  display: inline-block;
  padding: 0 0.5rem 0.4rem;
  position: relative;
  top: -1.5rem;
}

.faq__text {
  font-size: 1.7rem;
  letter-spacing: 0.14em;
  line-height: 1.7058823529;
}

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

.form__item {
  align-items: stretch;
  background: #fff;
  border-bottom: 1px solid #000;
  display: flex;
}

.form__item:nth-child(2) {
  border-top: 1px solid #000;
}

.form__th {
  align-items: center;
  border-right: 1px solid #000;
  display: flex;
  gap: 1rem;
  padding: 2.5rem 2.4rem 2.2rem;
  width: 28rem;
}

.form__req {
  background: #FF0000;
  border-radius: 1.3rem;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.7rem 1.2rem;
}

.form__label {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.form__td {
  flex: 1;
  padding: 1.4rem 1.3rem 1.4rem 1.1rem;
}

.form__td.--post {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.form__postcode {
  max-width: 15rem;
}

.form__td input,
.form__select select,
.form__td textarea {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 1.3rem 2rem 1.3rem 1.2rem;
  width: 100%;
}

.form__select select {
  background: #f2f2f2;
  padding-right: 4rem;
}

.form__td input::-moz-placeholder,
.form__td textarea::-moz-placeholder {
  color: #d4d4d4;
  letter-spacing: -0.02em;
}

.form__td input::placeholder,
.form__td textarea::placeholder {
  color: #d4d4d4;
  letter-spacing: -0.02em;
}

.form__td textarea {
  height: 14.7rem;
  line-height: 1.7058823529;
}

.form__select {
  position: relative;
}

.wpcf7-not-valid {
  border: 2px solid #ff0000 !important;
}

.form__select::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
}

.form__check {
  margin-top: 2.8rem;
}

.form__checkText {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  text-align: center;
}

.form__checkLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  gap: 1rem;
  justify-content: center;
  margin: 4rem auto 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.form__checkLabel .wpcf7-list-item-label::before {
  border: 1px solid #000;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  height: 1.6rem;
  margin: 0.2rem 1rem 0 0;
  width: 1.6rem;
}

.form__checkLabel input[type=checkbox] {
  height: 1.6rem;
  width: 1.6rem;
}

.form__checkLabel:has(:checked)::after {
  border: solid #535353;
  border-width: 0 2px 2px 0;
  content: "";
  height: 1.4rem;
  left: 0.4rem;
  position: absolute;
  top: 0.2rem;
  transform: rotate(40deg);
  width: 0.7rem;
}

.form__checkLabel input {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

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

.form__btn {
  margin: 3.5rem auto 0;
  max-width: 59.5rem;
}

.form__btn input[type=submit] {
  /* 初期色 */
  background: #929292;
  box-shadow: 0px 4px 0px 0px #808080;
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  overflow: hidden;
  padding: 3.4rem;
  text-align: center;
  width: 100%;
  width: 100%;
}

.form__btn input[type=submit][disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.form__btn input[type=submit]:not([disabled]):hover {
  background: linear-gradient(90deg, rgb(216, 10, 17) 0%, rgb(186, 46, 29) 100%);
  box-shadow: 0px 4px 0px 0px #801909;
}

/* 有効状態：赤グラデを常時適用（ホバー不要） */

.form__btn.is-ready input[type=submit] {
  background: linear-gradient(90deg, rgb(216, 10, 17) 0%, rgb(186, 46, 29) 100%);
  box-shadow: 0px 4px 0px 0px #801909;
  cursor: pointer;
}

/* 念のため：is-ready 時は hover しても見た目は変えない */

.form__btn.is-ready input[type=submit]:hover {
  background: linear-gradient(90deg, rgb(216, 10, 17) 0%, rgb(186, 46, 29) 100%);
  box-shadow: 0px 4px 0px 0px #801909;
}

.form .is-error {
  border-color: #ff0000 !important;
  border-width: 2px !important;
}

.form .form__select:has(select.is-error),
.form .form__postcode:has(input.is-error) {
  border-color: #ff0000 !important;
  border-width: 2px !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-list-item-label::before {
  border: 1px solid #5E5E5E;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.1rem;
  width: 1.3rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}

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

.fv__top {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.fv__imgs {
  grid-gap: 0.5rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(6, 1fr);
}

.fv__img {
  aspect-ratio: 315/210;
}

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

.fv__inner {
  max-width: 101rem;
  padding-bottom: 9rem;
  padding-top: 4.5rem;
}

.fv__lead {
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: clac(124/33);
  text-align: center;
}

.fv__ttl {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  margin-top: 2.6rem;
}

.fv__ttl span {
  border: 0.3rem solid #000;
  display: inline-block;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  height: 11.6rem;
  line-height: 1;
  padding: 1.6rem 1rem;
  text-align: center;
  width: 11.6rem;
  width: 11.6rem;
}

.fv__items {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 3.7rem;
}

.fv__item {
  align-items: center;
  background: #000;
  border-radius: 1.4rem;
  color: #fff;
  display: grid;
  font-size: 1.8rem;
  font-weight: 700;
  height: 9rem;
  justify-items: center;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  max-width: 18.4rem;
  place-items: center;
  text-align: center;
  width: 25%;
}

/* 上段：最初の2つは 50%（＝2列） */

/* 下段：3つは 33.333%（＝3列） */

.fv__text {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
  text-align: center;
}

.fv__circles {
  display: flex;
  gap: 1.7rem;
  justify-content: center;
  margin-top: 2rem;
}

.fv__circle {
  max-width: 15.8rem;
}

.fv__cta {
  margin-top: 4.5rem;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  -webkit-overflow-scrolling: touch;
  background: #1a1a1a;
  bottom: 0;
  height: auto;
  height: auto;
  left: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 0;
  overflow-y: auto;
  padding: 0 7rem;
  position: fixed;
  right: 0;
  top: 10rem;
  transition: all 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.nav.is-active {
  opacity: 1;
  visibility: visible;
}

.nav__link {
  color: #fff;
  font-size: 2rem;
  padding: 2rem;
  text-align: center;
}

.nav__item:not(:last-child) {
  border-bottom: 2px solid #333333;
}

.nav__link:hover {
  color: #ffff00;
  opacity: 1;
}

/*
 * point
 * -------------------------------------------------------------
 */

.point__inner {
  max-width: 132.8rem;
  padding: 0 2.4rem;
}

.point__cont {
  padding: 7.5rem 0 6.3rem;
}

.point__headText {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6153846154;
  text-align: center;
}

.point__headItems {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  margin: 3rem auto;
}

.point__headItem {
  align-items: center;
  background: linear-gradient(90deg, rgb(105, 178, 45) 0%, rgb(52, 167, 55) 100%);
  border-radius: 1.4rem;
  color: #fff;
  display: grid;
  font-weight: 500;
  height: 6.3rem;
  justify-items: center;
  max-width: 40.2rem;
  place-items: center;
  width: 50%;
}

.point__list {
  margin-top: 6.5rem;
  padding-left: 6rem;
}

.point__item:nth-child(2n) {
  margin-left: auto;
  max-width: 66.5rem;
}

.point__itemHead {
  display: flex;
  gap: 2rem;
}

.point__num {
  background: linear-gradient(transparent 68%, #ffff00 0%);
  background-position-y: -0.5rem;
  display: inline-block;
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.point__ttl {
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.972972973;
  position: relative;
  top: 0.3rem;
}

.point__text {
  font-feature-settings: "palt";
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 2;
  margin-top: 1rem;
}

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

.promise__inner {
  max-width: 105rem;
}

.promise__cont {
  padding: 11.2rem 0 5.7rem;
}

.promise__items {
  display: flex;
  flex-direction: column;
  gap: 10.7rem;
}

.promise__ttl {
  background: url(./../images/promise_ttl_bg.webp) no-repeat center/100% 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 3.3rem;
  font-weight: 700;
  height: 7.1rem;
  justify-content: center;
  letter-spacing: 0.04em;
  padding-left: 10.9rem;
  width: 100%;
}

.promise__details {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
}

.promise__img {
  max-width: 29.5rem;
}

.promise__text {
  flex: 1;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.promise__lists {
  display: grid;
  grid-template-columns: 29rem 34.8rem 27.4rem;
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 92.8rem;
  position: relative;
}

.promise__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 31.5rem;
  justify-content: center;
  position: relative;
}

.promise__lists::after {
  background: url(./../images/promise_line.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 64.1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.promise__listText {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.5428571429;
  text-align: center;
}

.promise__list:nth-child(n+4) {
  gap: 4rem;
  padding-top: 3rem;
}

.promise__list:nth-child(2),
.promise__list:nth-child(6) {
  justify-content: flex-start;
}

.promise__list:nth-child(3),
.promise__list:nth-child(6) {
  padding-left: 3rem;
}

.promise__list:nth-child(6) {
  gap: 2.2rem;
}

.promise__list:nth-child(1) .promise__listIcon {
  max-width: 18rem;
}

.promise__list:nth-child(2) .promise__listIcon {
  max-width: 16.5rem;
}

.promise__list:nth-child(3) .promise__listIcon {
  max-width: 20.8rem;
}

.promise__list:nth-child(4) .promise__listIcon {
  max-width: 15.7rem;
}

.promise__list:nth-child(5) .promise__listIcon {
  max-width: 22.5rem;
}

.promise__list:nth-child(6) .promise__listIcon {
  max-width: 20.2rem;
}

.promise__foot {
  margin-top: 4rem;
}

.promise__footText {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.6571428571;
  text-align: center;
}

.promise__footText .fs33 {
  color: #ff0000;
  font-size: 3.3rem;
  font-weight: 700;
}

/*
 * risk
 * -------------------------------------------------------------
 */

.risk__inner {
  max-width: 118.5rem;
}

.risk__cont {
  padding: 6.8rem 0 5.2rem;
}

.risk__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.risk__item {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.risk__img {
  aspect-ratio: 1/1;
  max-width: 17.5rem;
}

.risk__img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.risk__details {
  flex: 1;
  max-width: 63.5rem;
  padding-top: 1rem;
}

.risk__ttl {
  font-feature-settings: "palt";
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 0.3rem;
}

.risk__ttl.u-marker {
  background: linear-gradient(transparent 65%, #ffff00 0%);
}

.risk_text {
  border-top: 1px solid #000;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.risk__item.--reverse {
  flex-direction: row-reverse;
}

.risk__item.--reverse .risk__ttl {
  text-align: right;
}

.risk__foot {
  margin-top: 7.2rem;
  text-align: center;
}

.risk__footText {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.risk__footText .fs27 {
  color: #ff0000;
  font-size: 2.7rem;
  font-weight: 700;
}

/*
 * step
 * -------------------------------------------------------------
 */

.step__inner {
  max-width: 102rem;
}

.step__cont {
  padding: 3rem 0 7rem;
}

.step__list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-left: 5rem;
}

.step__item {
  align-items: center;
  display: flex;
  gap: 2.2rem;
  position: relative;
}

.step__item:not(:last-child)::before {
  background: url(./../images/step_dot.webp) no-repeat center/100%;
  bottom: -5.5rem;
  content: "";
  display: block;
  height: 4rem;
  position: absolute;
  width: 100%;
}

.step__num {
  max-width: 30.3rem;
  width: 35%;
}

.step__num.--stepNum1 img {
  max-width: 28.2rem;
}

.step__num.--stepNum2 img {
  max-width: 27.6rem;
}

.step__num.--stepNum3 img {
  max-width: 23.7rem;
}

.step__num.--stepNum4 img {
  max-width: 27.6rem;
}

.step__details {
  flex: 1;
  padding-top: 2.5rem;
}

.step__ttl {
  background: linear-gradient(transparent 50%, #ffff00 0%);
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 0 0.2rem 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.step__ttl::before {
  content: "◆";
  display: inline-block;
}

.step__text {
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 1.5428571429;
  margin-top: 1rem;
}

.step__cta {
  margin-top: 4.2rem;
}

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

.voice__inner {
  max-width: 123.6rem;
}

.voice__cont {
  padding: 7.3rem 0 4rem;
}

.voice__list {
  grid-gap: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}

.voice__group {
  display: contents;
}

.voice__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.voice__details {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  text-align: center;
}

.voice__text {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 1.6428571429;
}

.voice__name {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: auto;
}

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

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

}

@media screen and (max-width: 1300px) {

  html {
    font-size: 0.77vw;
  }

}

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

  html {
    font-size: 1.02vw;
  }

  .footer__copyright {
    display: none;
  }

  .l-main {
    max-width: 100%;
  }

  .l-wrap {
    padding: 0;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .case__img {
    max-width: 24rem;
  }

  .case__price {
    font-size: 5rem;
  }

  .case__price small {
    font-size: 2.4rem;
  }

  .company__cont {
    flex-direction: column;
    gap: 0;
    padding-bottom: 3.5rem;
  }

  .company__table {
    margin-top: 6.4rem;
    order: 2;
  }

  .company__maparea {
    display: contents;
  }

  .company__img {
    order: 1;
  }

  .company__map {
    margin-top: 2.2rem;
    order: 3;
  }

  .fv__imgs {
    grid-template-columns: repeat(4, 1fr);
  }

  .fv__img {
    aspect-ratio: 278/185;
  }

  .fv__img:first-child,
  .fv__img:last-child {
    display: none;
  }

  .fv__ttl {
    display: block;
    text-align: center;
  }

  .fv__ttl span {
    margin: 1rem;
  }

  .fv__items {
    flex-wrap: wrap;
    gap: 1.2rem;
  }

  .fv__item {
    max-width: 33%;
    padding: 0 1rem;
    width: auto;
  }

  .risk__foot {
    margin-top: 2.5rem;
    text-align: left;
  }

  .risk__footText .fs27 {
    font-size: 2.6rem;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 10px;
  }

  body {
    font-size: 1.2rem;
  }

  .footer {
    padding: 0.8rem 0 0.6rem;
  }

  .footer__inner {
    display: flex;
    justify-content: center;
    padding: 0 1.8rem;
  }

  .footer__inner::before {
    display: none;
  }

  .footer__text {
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .footer__btns {
    display: flex;
    gap: 1.6rem;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .float__btn {
    max-width: 15rem;
  }

  .header {
    height: 6rem;
  }

  .header__inner {
    padding: 0 1.6rem;
  }

  .header__logo {
    max-width: 12.3rem;
  }

  .l-inner {
    max-width: 50rem;
    padding: 0 1.8rem;
  }

  .l-main {
    background: url(./../images/sp/bg.webp) repeat top/100% 222.2rem;
    padding: 6rem 0 6.4rem;
  }

  .burger {
    height: 2.2rem;
    width: 3.3rem;
  }

  .burger span {
    height: 0.3rem;
  }

  .c-secHead {
    height: 5rem;
  }

  .c-secHead::after {
    bottom: -1.9rem;
    height: 2rem;
    width: 3.6rem;
  }

  .c-secHead__ttl {
    font-size: 1.8rem;
  }

  .c-secHead__ttl .fs23 {
    font-size: 1.2rem;
  }

  .c-secHead__lead {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.2rem;
  }

  .cta__head {
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
    padding: 0.7rem 0.4rem 0.9rem;
  }

  .cta__head::after {
    bottom: -1.1rem;
    height: 1.2rem;
    width: 2.4rem;
  }

  .cta__headLeft {
    border-bottom: 1px solid #fff;
    border-right: none;
    justify-content: center;
    padding: 0 0 0.7rem 0;
    width: 100%;
  }

  .cta__headLeft small {
    font-size: 1rem;
    margin-right: 0.3rem;
    padding: 0.5rem;
  }

  .cta__headLeft .fs44 {
    font-size: 2.25rem;
    margin-right: 0.4rem;
  }

  .cta__headLeft .fs23 {
    font-size: 1.1rem;
    margin: 0.7rem 0 0 0rem;
  }

  .cta__headText {
    font-size: 1rem;
    line-height: 1.65;
    padding-top: 0.9rem;
  }

  .cta__btns {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .cta__btn {
    border-radius: 1.2rem;
    max-width: 33.8rem;
    width: 100%;
  }

  .about__cont {
    padding: 2.7rem 0 2.9rem;
  }

  .about__body {
    flex-direction: column;
    gap: 1.6rem;
  }

  .about__img {
    aspect-ratio: 338/225;
    max-width: 100%;
  }

  .about__details::before {
    height: 31.8rem;
    left: 50%;
    max-width: 18.5rem;
    right: auto;
    top: 1rem;
    transform: translateX(-50%);
  }

  .about__lead {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 2.3rem;
  }

  .about__lead .fs27 {
    font-size: 1.55rem;
  }

  .about__foot {
    margin-top: 0;
    text-align: left;
  }

  .about__text {
    font-size: 1.2rem;
    line-height: 1.94;
  }

  .case__cont {
    padding: 3rem 0 2.1rem;
  }

  .case__itemRow {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .case__itemRow:not(:last-child) {
    border: none;
  }

  .case__itemRow:first-child {
    padding-top: 0;
  }

  .case__item {
    gap: 0.9rem;
    padding: 1.4rem 0;
  }

  .case__itemRow:not(:last-child) .case__item {
    border-bottom: 2px dotted #8b8b8b;
  }

  .case__img {
    aspect-ratio: 183/121;
    max-width: 100%;
    width: 50%;
  }

  .case__ttl {
    font-size: 1.5rem;
  }

  .case__price {
    font-size: 3.5rem;
  }

  .case__price small {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: 0.2rem;
  }

  .case__meta {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 0.7rem;
  }

  .case_location {
    margin-top: 0;
  }

  .case__note {
    font-size: 1rem;
    margin-top: 0;
  }

  .company__cont {
    padding: 3rem 0 1.5rem;
  }

  .company__table {
    margin-top: 2.1rem;
  }

  .company__item {
    gap: 0.4rem;
  }

  .company__item dt,
  .company__item dd {
    font-size: 1.6rem;
  }

  .company__item dt {
    margin-bottom: 0.4rem;
    min-width: 10.2rem;
    padding: 1rem;
  }

  .company__item dt.height1 {
    height: 8rem;
  }

  .company__item dt.height2 {
    height: 9.1rem;
  }

  .company__item dd {
    font-size: 1.3rem;
    padding: 1.7rem 0 1.7rem 1.8rem;
  }

  .company__item.--addr dd {
    letter-spacing: 0.06em;
  }

  .company__map {
    aspect-ratio: 336/346;
    margin-top: 0.7rem;
  }

  .company__copyright {
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  .contact__cont {
    padding: 3rem 0 3.8rem;
  }

  .contact__lead {
    font-size: 1.4rem;
  }

  .contact__note {
    font-size: 1.2rem;
  }

  .contact__form {
    margin-top: 1rem;
  }

  .faq__cont {
    padding: 3.5rem 0 2.6rem;
  }

  .faq__list {
    gap: 1.8rem;
  }

  .faq__question {
    gap: 0.7rem;
  }

  .faq__eng {
    font-size: 2.6rem;
  }

  .faq__q {
    padding: 0 0.3rem 0.4rem;
  }

  .faq__q::after {
    background: url(./../images/sp/faq_arrow.webp) no-repeat center/100%;
    bottom: -3.8rem;
    height: 3.1rem;
    width: 1.9rem;
  }

  .faq__ttl {
    font-size: 1.1rem;
    line-height: 1.6470588235;
    padding: 1.4rem 0 0.5rem 0;
  }

  .faq__answer {
    gap: 0.9rem;
    padding: 1rem 0 0 1.5rem;
  }

  .faq__answer.--pt {
    padding-top: 2.6rem;
  }

  .faq__a {
    padding: 0 0.3rem 0.4rem 0.5rem;
    top: 0.3rem;
  }

  .faq__text {
    font-size: 1rem;
    line-height: 1.8709677419;
  }

  .form__item {
    background: none;
    border: none;
    flex-direction: column;
    gap: 0;
  }

  .form__item:nth-child(2) {
    border: none;
  }

  .form__th {
    background: #e4e4e4;
    border-bottom: 1px solid #000;
    border-right: none;
    border-top: 1px solid #000;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    width: 100%;
  }

  .form__req {
    border-radius: 0.4rem;
    font-size: 1rem;
    padding: 0.4rem 0.8rem 0.5rem;
  }

  .form__label {
    font-size: 1.4rem;
  }

  .form__td {
    padding: 0.9rem 0;
  }

  .form__td.--post {
    gap: 0.9rem;
  }

  .form__postcode {
    max-width: 12rem;
  }

  .form__td input,
  .form__select select,
  .form__td textarea {
    font-size: 1.4rem;
    padding: 0.8rem 1rem 1rem;
  }

  .form__select select {
    background: #fff;
    padding-right: 4rem;
  }

  .form__td textarea {
    height: 11.8rem;
  }

  .form__select::after {
    height: 0.8rem;
    right: 1.5rem;
    top: 1.6rem;
    width: 0.8rem;
  }

  .form__check {
    margin-top: 1.1rem;
  }

  .form__checkText {
    font-size: 1.2rem;
    line-height: 1.9655172414;
  }

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

  .form__checkLabel .wpcf7-list-item-label::before {
    height: 1.5rem;
    margin-top: 0.1rem;
    width: 1.5rem;
  }

  .form__btn {
    margin-top: 1.8rem;
    max-width: 100%;
  }

  .form__btn input[type=submit] {
    font-size: 1.4rem;
    padding: 2rem;
  }

  .fv__inner {
    max-width: 100%;
    padding: 4.53vw 4.4vw 5.33vw;
  }

  .fv__lead {
    font-size: 4.67vw;
  }

  .fv__ttl {
    margin-top: 4vw;
  }

  .fv__ttl span {
    font-size: 13.6vw;
    height: 18.6vw;
    margin: 1.5vw;
    padding: 2.4vw 1.9vw;
    width: 18.6vw;
  }

  .fv__items {
    gap: 1.1vw;
    margin-top: 5.1vw;
  }

  .fv__item {
    border-radius: 1.4vw;
    font-size: 2.93vw;
    height: 14vw;
    max-width: 30vw;
    padding: 0;
  }

  .fv__item:nth-child(1) {
    flex-basis: calc(33.333% - 0.6rem);
    order: 3;
  }

  .fv__item:nth-child(2) {
    flex-basis: calc(33.333% - 0.6rem);
    order: 4;
  }

  .fv__item:nth-child(3) {
    flex-basis: calc(33.333% - 0.6rem);
    order: 5;
  }

  .fv__item:nth-child(4) {
    flex-basis: calc(50% - 0.6rem);
    order: 1;
  }

  .fv__item:nth-child(5) {
    flex-basis: calc(50% - 0.6rem);
    order: 2;
  }

  .fv__text {
    font-size: 3.2vw;
    margin-top: 3.6vw;
  }

  .fv__circle {
    gap: 2.7vw;
    margin-top: 2.8vw;
    max-width: 27.5vw;
  }

  .fv__cta {
    margin-top: 3.1vw;
  }

  .fv .cta__head {
    padding: 1.8vw 1.1vw 2.4vw;
  }

  .fv .cta__head::after {
    bottom: -3vw;
    height: 3.1vw;
    width: 6.3vw;
  }

  .fv .cta__headLeft {
    padding: 0 0 1.8vw 0;
  }

  .fv .cta__headLeft small {
    font-size: 2.6vw;
    margin-right: 0.8vw;
    padding: 1.3vw;
  }

  .fv .cta__headLeft .fs44 {
    font-size: 6vw;
    margin-right: 1vw;
  }

  .fv .cta__headLeft .fs23 {
    font-size: 3vw;
    margin: 1.9vw 0 0 0;
  }

  .fv .cta__headText {
    font-size: 2.7vw;
    line-height: 1.65;
    padding-top: 2.3vw;
  }

  .fv .cta__btns {
    gap: 4vw;
    margin-top: 5.3vw;
  }

  .fv .cta__btn {
    border-radius: 3.2vw;
    max-width: 90vw;
    width: 90vw;
  }

  .nav {
    padding: 0 5.9rem;
    top: 6rem;
  }

  .nav__link {
    font-size: 1.6rem;
    padding: 1.7rem 0;
  }

  .point__inner {
    padding: 0 1.8rem;
  }

  .point__cont {
    padding: 3.6rem 0 4.5rem;
  }

  .point__headText {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .point__headItems {
    gap: 0.7rem;
    margin: 0.9rem auto;
  }

  .point__headItem {
    border-radius: 0.5rem;
    font-size: 1.1rem;
    height: 2.8rem;
    line-height: 1;
    max-width: 50%;
  }

  .point__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3.1rem;
    padding-left: 0;
  }

  .point__item:nth-child(2n) {
    margin-left: 0;
    max-width: 100%;
  }

  .point__itemHead {
    gap: 1rem;
  }

  .point__num {
    background-position-y: -0.1rem;
    font-size: 2.5rem;
  }

  .point__ttl {
    font-size: 1.7rem;
    line-height: 2;
    top: 0.1rem;
  }

  .point__text {
    font-size: 1.1rem;
    line-height: 1.90625;
    margin-top: 0.1rem;
  }

  .promise__cont {
    padding: 3.4rem 0 2rem;
  }

  .promise__items {
    gap: 2.1rem;
  }

  .promise__ttl {
    font-size: 1.4rem;
    height: 3rem;
    padding-left: 4.7rem;
  }

  .promise__details {
    flex-direction: column;
    gap: 1.3rem;
    margin-top: 0.8rem;
  }

  .promise__img {
    max-width: 100%;
  }

  .promise__text {
    font-size: 1.3rem;
    line-height: 1.6944444444;
  }

  .promise__lists {
    gap: 0.7rem;
    grid-template-areas: "a b""c d""e f";
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.2rem;
  }

  .promise__list {
    border-bottom: 2px dotted #000;
    gap: 0.7rem;
    height: auto;
    padding-bottom: 1.1rem;
  }

  .promise__lists::after {
    display: none;
  }

  .promise__lists::before {
    border-left: 2px dotted #000;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
  }

  .promise__listText {
    font-size: 1.1rem;
  }

  .promise__list:nth-child(3) .promise__listText {
    margin-top: auto;
  }

  .promise__list:nth-child(n+4) {
    gap: 1rem;
    padding-top: 2rem;
  }

  .promise__list:nth-child(3),
  .promise__list:nth-child(6) {
    border-bottom: none;
    padding-left: 0;
  }

  .promise__list:nth-child(1) {
    grid-area: a;
  }

  .promise__list:nth-child(2) {
    grid-area: b;
  }

  .promise__list:nth-child(3) {
    grid-area: e;
    padding-top: 2rem;
  }

  .promise__list:nth-child(4) {
    grid-area: c;
  }

  .promise__list:nth-child(5) {
    grid-area: d;
  }

  .promise__list:nth-child(6) {
    grid-area: f;
  }

  .promise__list:nth-child(1) .promise__listIcon {
    margin-top: auto;
    max-width: 9.6rem;
  }

  .promise__list:nth-child(2) .promise__listIcon {
    max-width: 8.8rem;
  }

  .promise__list:nth-child(3) .promise__listIcon {
    max-width: 11.3rem;
  }

  .promise__list:nth-child(4) .promise__listIcon {
    max-width: 8.4rem;
  }

  .promise__list:nth-child(5) .promise__listIcon {
    max-width: 11.3rem;
  }

  .promise__list:nth-child(6) .promise__listIcon {
    max-width: 10.8rem;
  }

  .promise__foot {
    margin-top: 1.1rem;
  }

  .promise__footText {
    font-size: 1.2rem;
    line-height: 1.6285714286;
  }

  .promise__footText .fs33 {
    font-size: 1.4rem;
  }

  .risk__cont {
    padding: 4rem 0 2.7rem;
  }

  .risk__list {
    gap: 2.5rem;
  }

  .risk__item {
    gap: 0.9rem;
  }

  .risk__img {
    max-width: 8.5rem;
  }

  .risk__details {
    max-width: 100%;
    padding-top: 0;
  }

  .risk__ttl {
    font-size: 1.7rem;
  }

  .risk_text {
    line-height: 1.5;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .risk__footText {
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .risk__footText .fs27 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .risk__footText:last-child {
    margin-top: 2.5rem;
  }

  .step__inner {
    padding: 0 1.4rem;
  }

  .step__cont {
    padding: 1.8rem 0 2.3rem;
  }

  .step__list {
    gap: 3.2rem;
    margin-left: 0;
  }

  .step__item {
    flex-direction: column;
    gap: 0;
  }

  .step__item:not(:nth-child(1)) {
    padding-top: 1.4rem;
  }

  .step__item:not(:last-child)::before {
    bottom: -4rem;
  }

  .step__num {
    margin-right: 2rem;
    max-width: 11.1rem;
    width: 100%;
  }

  .step__num.--stepNum1 img {
    max-width: 100%;
  }

  .step__num.--stepNum2 img {
    max-width: 10.8rem;
  }

  .step__num.--stepNum3 img {
    max-width: 9.5rem;
  }

  .step__num.--stepNum4 img {
    max-width: 10.5rem;
  }

  .step__details {
    padding-top: 0;
  }

  .step__ttl {
    font-size: 1.4rem;
    margin: 1.5rem auto 0;
  }

  .step__text {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 1rem calc(50% - 50vw) 0;
    text-align: center;
  }

  .step__cta {
    margin-top: 2.1rem;
  }

  .voice__cont {
    padding: 3.3rem 0 2.2rem;
  }

  .voice__list {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .voice__group {
    border-bottom: 2px dotted #8b8b8b;
    display: flex;
    gap: 1.5rem;
    padding: 1.3rem 0;
  }

  .voice__group:last-child {
    display: contents;
  }

  .voice__item {
    width: 50%;
  }

  .voice__item.--spNotGroup {
    margin: 0 auto;
    padding-top: 1.3rem;
    width: calc(50% - 0.8rem);
  }

  .voice__details {
    gap: 0.5rem;
  }

  .voice__text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .voice__name {
    font-size: 1rem;
  }

}

@media screen and (max-width: 375px) {

  html {
    font-size: 2.67vw;
  }

}


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