@charset "UTF-8";
/* Normalize.css
======================================================== */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Soft reset */
figure {
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2 h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin: 0;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  font-style: normal;
  font-size: 1.6rem; /* 16px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}
#gn,
#breadcrumbs,
#sidebar,
#fixedbtn,
.GlobalLayout__Header,
#addtoany,
.blvoice,
.blsearch,
#pagetop,
.ft_menu,
.GlobalLayout__Footer,
.blct {
  display: none!important;
}
#contents,
#main_contents {
    width: 100%;
}
#page_contents {
    padding: 0;
}
h2 {
    padding: 0;
}	
/* PC */
:root {
  --red-color: #dd2723;
  --orange-color: #f5800d;
  --text-color: #000000;
  --sns-line: #00c300;
  --arial: Arial, Helvetica, sans-serif;
}

/* 共通 */
.lp-container {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .lp-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.lp-title {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--orange-color);
  font-size: clamp(30px, 20.9px + 2.4vw, 50px);
  text-align: center;
  background-image: none;
	    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(7px, 0.7vw);
	    padding: 0;
}
@media screen and (max-width: 600px) {
  .lp-title {
        gap: 1.5vw;
	      flex-wrap: wrap;
  }
}
	@media screen and (max-width: 600px) {
  .lp-title span {
    display: block;
  }
}
.lp-title .large {
  font-size: clamp(40px, 17.3px + 6.1vw, 90px);
}

.lp-title_sub {
	font-size: min(3.2rem, 3.2vw);
    text-align: center;
    color: #000000;
    font-weight: bold;
    padding-bottom: clamp(15px, 4.54px + 2.79vw, 38px);
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(10px, 1vw);
}

@media screen and (max-width: 600px) {
  .lp-title_sub {
	      font-size: 4.2vw;
gap: 1.5vw;
    letter-spacing: 0.05em;
  }
}
.lp-title_sub-img {
    width: min(324px, 32.4vw);
}
	@media screen and (max-width: 600px) {
.lp-title_sub-img {
    width: 45vw;
}
}
.lp-title_greenline {
  display: inline;
  color: var(--orange-color);
  font-weight: bold;
  font-size: clamp(28px, 15.3px + 3.4vw, 56px);
  letter-spacing: 0.05em;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #f0ff00 85%, #f0ff00 85%, transparent 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 0.2em;
  line-height: 1.6;
}
/* .lp-title_greenline::after {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 82%, #f0ff00 82%, #f0ff00  100%);
  filter: blur(2px);
  content: "";
  z-index: -1;
} */
/* @media screen and (max-width: 600px) {
  .lp-title_greenline::after {
    bottom: 10px;
  }
} */

.lp-title_green {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--main-color);
  font-size: clamp(30px, 16.4px + 3.6vw, 60px);
  text-align: center;
}

.lp-title_underline {
  display: inline-block;
  position: relative;
  color: #56954d;
  font-size: clamp(24px, 13.1px + 2.9vw, 48px);
  text-align: center;
}
.lp-title_underline::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 86px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #56954d;
  content: "";
}

.btn-contact {
  display: flex;
  position: relative;
  justify-content: flex-end;
  /* width: clamp(350px, 7.1px + 57.1vw, 750px); */
  width: min(100%, clamp(350px, -50px + 66.7vw, 750px));
  padding-top: clamp(5px, 3.2px + 0.5vw, 13px);
  padding-bottom: clamp(12px, 4.73px + 1.94vw, 28px);
  background-color: var(--red-color);
  box-shadow: 1px 5px 3px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* @media screen and (max-width: 900px) {
  .btn-contact {
    width: min(100%, 350px);
  }
} */

@media screen and (max-width: 600px) {
  .btn-contact {
    justify-content: center;
    width: 100%;
  }
}

.lp-mainvisual .btn-contact {
    background-color: var(--red-color);
}

.btn-contact_text {
  display: flex;
  position: absolute;
  top: -8px;
  left: clamp(0px, -42.9px + 7.1vw, 50px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: clamp(57px, 0.4px + 9.4vw, 123px);
  height: clamp(57px, 0.4px + 9.4vw, 123px);
  border: solid 3px var(--red-color);
  background-color: #fff;
  color: var(--red-color);
  font-weight: bold;
  font-size: clamp(11px, 6px + 1.3vw, 22px);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .btn-contact_text {
    top: -6px;
    left: 31px;
    width: 57px;
    border: solid 1px var(--main-color);
  }
}

.lp-mainvisual .btn-contact_text {
  border: solid 3px var(--red-color);
  color: var(--red-color);
}

@media screen and (max-width: 600px) {
  .lp-mainvisual .btn-contact_text {
    border-width: 1px;
  }
}

.btn-contact_text .large {
  display: contents;
  font-size: clamp(29px, 20.1px + 2.4vw, 58px);
}

.btn-contact_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: clamp(0px, -88px + 14.7vw, 88px);
}
@media screen and (max-width: 600px) {
  .btn-contact_info {
    align-items: center;
    padding-right: 0;
    padding-left: 70px;
  }
}

.btn-contact_tel {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(29px, 17.6px + 3vw, 54px);
  font-family: var(--arial);
  color: #ffffff;
}
.btn-contact_tel::before {
  display: inline-block;
  width: clamp(24px, 0px + 4vw, 52px);
  height: clamp(18px, 1.7px + 2.7vw, 37px);
  background-image: url(/wp-content/uploads/2025/12/icon-telephone_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

.btn-contact_time {
    font-size: min(2rem, 2vw);
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    gap: 1em;
	    line-height: 1.2;
}
	
@media screen and (max-width: 900px) {
  .btn-contact_time {
font-size: 2.5vw;
  }
}
	
.btn-contact_time-text {
    text-align: left;
}
.btn-icon {
  -moz-column-gap: clamp(10px, -230px + 20vw, 50px);
  display: flex;
  position: relative;
       column-gap: clamp(10px, -230px + 20vw, 50px);
  align-items: center;
  justify-content: flex-start;
  width: clamp(170px, -95.7px + 44.3vw, 480px);
  padding-top: clamp(6px, 2.6px + 0.6vw, 10px);
  padding-bottom: clamp(6px, 2.6px + 0.6vw, 10px);
  padding-left: clamp(18px, -0.9px + 3.1vw, 40px);
  border-radius: 40px;
  background-color: #fff;
  color: var(--text-color);
  font-weight: bold;
  font-size: clamp(14px, 9.5px + 1.2vw, 24px);
  text-align: center;
  box-shadow: 1px 5px 3px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .btn-icon {
    column-gap: 16px;
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}

.btn-icon::before {
  display: inline-block;
  width: clamp(30px, 4.3px + 4.3vw, 60px);
  height: clamp(30px, 4.3px + 4.3vw, 60px);
  border-radius: 50%;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  content: '';
}
.btn-icon::after {
  position: absolute;
  top: 50%;
  right: clamp(15px, -6px + 3.5vw, 50px);
  width: clamp(8px, 1.1px + 1.1vw, 16px);
  height: clamp(10px, 2.3px + 1.3vw, 19px);
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.btn-icon.mail::before {
  background-image: url(/wp-content/uploads/2025/12/icon-mail.png);
  background-color: #8c6f53;
}
.btn-icon.mail::after {
  background-color: #8c6f53
}
.btn-icon.line::before {
  background-image: url(/wp-content/uploads/2025/12/icon-sns_line.png);
  background-size: 80%;
  background-color: var(--sns-line);
}
.btn-icon.line::after {
  background-color: #00c300;
}

.btn-icon.tel::before {
  background-image: url(/wp-content/uploads/2025/12/icon-telephone_white.png);
  background-color: var(--main-color);
  background-size: 40%;
  /* width: 26px; */
}
.btn-icon.tel::after {
  background-color: var(--main-color);
}

.btn-text {
    display: block;
    flex: 1;
    text-align: left;
}
	
@media screen and (max-width: 600px) {
  .btn-text span{
    display: block;
  }
}
.btn-green {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 850px;
  padding-top: clamp(16px, 9.6px + 1.7vw, 30px);
  padding-right: clamp(20px, 10.9px + 2.4vw, 40px);
  padding-bottom: clamp(16px, 9.6px + 1.7vw, 30px);
  border-radius: 45px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 9.6px + 1.7vw, 30px);
}
.btn-green::before {
  position: absolute;
  top: 50%;
  right: clamp(25px, -27.3px + 13.9vw, 140px);
  width: clamp(20px, 10.9px + 2.4vw, 40px);
  height: clamp(20px, 10.9px + 2.4vw, 40px);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}
.btn-green::after {
  position: absolute;
  top: 50%;
  right: calc(clamp(25px, -27.3px + 13.9vw, 140px) + 15px);
  width: clamp(7px, 3.8px + 0.8vw, 14px);
  height: clamp(7px, 3.8px + 0.8vw, 14px);
  transform: translateY(-50%) rotate(45deg);
  border-top: 4px solid #ad987a;
  border-right: 4px solid #ad987a;
  content: "";
}
@media screen and (max-width: 600px) {
  .btn-green::after {
    right: calc(clamp(25px, -27.3px + 13.9vw, 140px) + 7px);
    border-top: 2px solid #ad987a;
    border-right: 2px solid #ad987a;
  }
}
/* header */
.lp-mainvisual {
  position: relative;
  padding-top: 50px;
  padding-bottom: 44px;
  background-image: url(/wp-content/uploads/2025/12/bg-mainvisual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .lp-mainvisual {
    padding-top: 0;
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2025/12/bg-mainvisual-sp.jpg);
    background-position: center top;
    background-size: 150%;
  }
}

.lp-mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
  background-image: linear-gradient(to bottom, transparent 0, transparent 74%, rgba(255, 255, 255, 0.72) 74%, rgba(255, 255, 255, 0.72) 100%);
}

@media screen and (max-width: 600px) {
  .lp-mainvisual::before {
    background-image: linear-gradient(to bottom, transparent 0, transparent 72%, rgba(255, 255, 255, 0.45) 72%, rgba(255, 255, 255, 0.45) 100%);
    opacity: 1;
  }
}


.lp-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: min(100%, 1600px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-left: clamp(5px, -0.2px + 1.4vw, 30px);
  padding-right: clamp(5px, -0.2px + 1.4vw, 30px);;
  padding-bottom: 14px;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .lp-header {
    padding-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .lp-header {
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.lp-header_left {
    display: flex;
    column-gap: clamp(5px, -8.8px + 3.7vw, 50px);
    align-items: center;
    flex: 1;
}
@media screen and (max-width: 900px) {
  .lp-header_left {
        column-gap: 2vw;
  }
}

.lp-header_right {
  display: flex;
  column-gap: 20px;
}

@media screen and (max-width: 600px) {
  .lp-header_right {
    display: none;
  }
}

.lp-header_logo {
  width: min(340px, 30vw);
}
.lp-header_logo img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .lp-header_logo {
    width: 34vw;
  }
}

.lp-header_logo-text {
  font-size: clamp(11px, 6.91px + 1.09vw, 20px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .lp-header_logo-text {
    font-size: 2.6vw
  }
}

.lp-header_list-wrap {
  -moz-column-gap: 5px;
  display: flex;
       column-gap: 5px;
  align-items: center;
  color: #fff;
  font-size: clamp(10px, 6.9px + 0.8vw, 20px);
}
.lp-header_list-wrap p {
  letter-spacing: 0;
  white-space: nowrap;
}

.lp-header_list {
  -moz-column-gap: clamp(5px, 1.9px + 0.8vw, 15px);
  display: flex;
       column-gap: clamp(5px, 1.9px + 0.8vw, 15px);
  row-gap: clamp(1px, -0.2px + 0.3vw, 5px);
  justify-content: flex-start;
}
@media screen and (max-width: 1300px) {
  .lp-header_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .lp-header_list {
    justify-content: flex-end;
  }
}
.lp-header_list li {
  padding-top: clamp(2px, -1.1px + 0.8vw, 12px);
  padding-bottom: clamp(2px, -1.1px + 0.8vw, 12px);
  padding-left: 10px;
  padding-right: 10px;
  border: solid 3px #ffb955;
  border-radius: clamp(5px, 3.5px + 0.4vw, 10px);
  color: #fff;
  font-size: clamp(9px, 6.2px + 0.7vw, 18px);
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .lp-header_list li {
    /* width: 45%; */
    /* min-width: 5em; */
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .lp-header_list li {
    min-width: 4em;
    border: solid 1px var(--secondary-color);
  }
}

.lp-header_office {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  color: #ffffff;
  font-size: clamp(10px, 6.9px + 0.8vw, 20px);
}

.lp-header_office-text {
  font-weight: bold;
  color: #ffffff;
}

.lp-header_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.lp-header_tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
	color: var(--orange-color);
}

.lp-header_tel-text {
  display: inline-block;
  width: min(100%, 382px);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: clamp(10px, -12.2px + 3.7vw, 47px);
  padding-left: clamp(10px, -12.2px + 3.7vw, 47px);
  border-radius: 11px;
  background-color: var(--orange-color);
  color: #fff;
  font-size: clamp(12px, 10.2px + 0.48vw, 16px);
  text-align: center;
}

.lp-header_tel-number {
  position: relative;
  padding-left: 1em;
  color: #fff;
  font-weight: bold;
  font-size: clamp(24px, 14.93px + 2.42vw, 44px);
  font-family: var(--arial);
  letter-spacing: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.lp-header_tel-number::before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1/1;
  width: clamp(15px, 8.3px + 1.8vw, 37px);
  height: auto;
  transform: translateY(-50%);
  border-radius: 5px;
  background-color: var(--orange-color);
  content: "";
}
.lp-header_tel-number::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: clamp(10px, 5.4px + 1.2vw, 25px);
  height: clamp(10px, 5.4px + 1.2vw, 25px);
  transform: translateY(-50%);
  background-image: url("/wp-content/uploads/2025/12/icon-telephone.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.lp-header_tel-time {
  font-weight: bold;
  font-size: clamp(9px, 6.2px + 0.7vw, 18px);
  text-align: center;
  letter-spacing: 0;
}

.lp-mainvisual_inner {
  position: relative;
  width: min(100%, 1600px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 0;
}

@media screen and (max-width: 900px) {
  .lp-mainvisual_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .lp-mainvisual_inner {
    padding-top: 8px;
    padding-right:0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.lp-mainvisual_inner h1 {
  text-align: right;
}

.lp-mainvisual_inner h1 img {
  width: min(100%, 1563px);
}

.lp-mainvisual_contact {
  width: min(100%, 1340px);
  -moz-column-gap: 10px;
  display: flex;
  column-gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* @media screen and (max-width: 1300px) {
  .lp-mainvisual_contact {
    column-gap: 5px;
    align-items: center;
  }
} */

@media screen and (max-width: 600px) {
  .lp-mainvisual_contact {
    row-gap: 17px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.lp-mainvisual_contact-btn {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .lp-mainvisual_contact-btn {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: row;
    justify-content: center;
  }
}

.lp-mainvisual_contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.lp-mainvisual_contact-text {
  width: min(100%, 603px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .lp-mainvisual_contact-text {
    width: min(100%, 400px);
  }
}

@media screen and (max-width: 600px) {
  .lp-mainvisual_contact-text {
    width: min(100%, 350px);
  }
}

/* problem */
.lp-problem {
  padding-bottom: 145px;
  background-image: url(/wp-content/uploads/2025/12/bg-problem.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
}
@media screen and (max-width: 600px) {
  .lp-problem {
    padding-bottom: 45px;
    background-image: url(/wp-content/uploads/2025/12/bg-problem-sp.png);
	clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}

.lp-problem_wrapper {
    background-image: linear-gradient(to bottom, transparent 0%, transparent 87%, rgba(255, 222, 190, 0.7) 87%, rgba(255, 243, 231, 0.6) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 87%, #ffffff 87%, rgba(255, 243, 231, 0.7) 100%);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-problem_top {
  padding-top: 68px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .lp-problem_top {
    padding-top: 16px;
    padding-bottom: 0;
  }
}

.lp-problem_top-inner {
  padding-top: 60px;
  padding-bottom: 32px;
  background-image: url(/wp-content/uploads/2025/12/img-problem_question.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .lp-problem_top-inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.lp-problem_top-inner p {
  font-weight: bold;
  font-size: clamp(16px, 9.6px + 1.7vw, 30px);
}
.lp-problem_top-inner h2 {
  font-weight: bold;
  font-size: clamp(27px, 20.4px + 1.8vw, 52px);
  background-image: none;
  line-height: 1.313;
	padding: min(35px, 3.5vw) 0;
}
@media screen and (max-width: 600px) {
  .lp-problem_top-inner h2 span {
    display: block;
  }
}
.lp-problem_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-problem_bottom-person {
  width: min(100%, 1240px);
}

.lp-problem_bottom-person img {
  width: 100%;
}

.lp-problem_bottom-text {
  padding-top: 26px;
  padding-right: 37px;
  padding-bottom: 26px;
  padding-left: 54px;
  background-color: rgba(255, 255, 255, 0.55);
  font-weight: bold;
  color: #000000;
  font-size: clamp(18px, 4.4px + 3.6vw, 48px);
  letter-spacing: 0.05em;

}
@media screen and (max-width: 600px) {
  .lp-problem_bottom-text {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    text-align: center;
  }
}

.lp-problem_bottom-risk {
  width: min(100%, 1600px);
  padding-right: 116px;
}
@media screen and (max-width: 600px) {
  .lp-problem_bottom-risk {
    padding-right: 0;
  }
}
.lp-problem_bottom-risk img {
  width: 100%;
}

/* solution */
.lp-solution {
    padding-top: 38px;
    padding-bottom: 97px;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(255, 243, 231, 0.6) 0%, #ffffff 10%);
    background-image: linear-gradient(to bottom, rgba(255, 243, 231, 0.586) 0%, #ffffff 10%);
    margin-top: -2px;
}
@media screen and (max-width: 600px) {
  .lp-solution {
    /* margin-top: -100px;
    padding-top: 140px; */
    padding-top: 22px;
    padding-bottom: 51px;
  }
}

@media screen and (max-width: 600px) {
  .lp-solution .lp-container {
    padding-right: 0;
    padding-left: 0;
  }  
}

.lp-solution_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .lp-solution_inner {
    /* padding-right: 15px;
    padding-left: 15px; */
  }  
}

.lp-solution_title {
  width: min(100%, 324px);
  background-image: none;
  margin-top: 0;
  margin-bottom: 7px;
  padding-bottom: clamp(16px, 6.93px + 2.42vw, 36px);
}
@media screen and (max-width: 600px) {
  .lp-solution_title {
    width: 45vw;
    margin-bottom: 0;
  }
}

.lp-solution_title-sub {
    font-size: min(2.8rem, 2.8vw);
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    display: flex;
}
	
.lp-solution_title-sub span {
    text-align: left;
}	

.lp-solution_title-attention {
  padding-bottom: 30px;
  font-size: 16px; 
}

@media screen and (max-width: 600px) {
  .lp-solution_title-sub {
    padding-bottom: 3vw;
    letter-spacing: 0.02em;
	 font-size: 3.8vw;
  }
  .lp-solution_title-attention {
    padding-bottom: 5vw;
    font-size: 12px; 
  }
}

.lp-solution_info {
  font-size: clamp(16px, 10.5px + 1.5vw, 28px);
  color: var(--orange-color);
  text-align: center;
  font-weight: bold;
  border: solid 2px var(--orange-color);
  margin-bottom: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .lp-solution_info {
    border-width: 1px;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 1.313;
    margin-bottom: 21px;
    padding-left: 10px;
    padding-right: 5px;
	font-size: 4vw;
  }
}

@media screen and (max-width: 600px) {
  .lp-solution_info span {
    display: block;
  }
}

.lp-solution_text {
  font-size: clamp(14px, 12.2px + 0.48vw, 18px);
  letter-spacing: 0.05em;
  padding-bottom: 37px;
}

.lp-solution_info .highlight {
  position: relative;
  z-index: 0;
  font-size: clamp(28px, 15.3px + 3.4vw, 56px);
  color: var(--main-color);
}

.lp-solution_info .highlight::after {
  position: absolute;
  bottom: -6px;
  left: -15px;
  width: 100%;
  height: 26px;
  background-color: #fffc00;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .lp-solution_info .highlight::after {
    height: 13px;
  }
}

.lp-solution_img {
  width: min(100%, 1072px);
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .lp-solution_img {
    margin-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lp-solution_access {
  font-size: clamp(14px, 12.2px + 0.5vw, 18px);
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}

.lp-solution_list {
  display: flex;
  justify-content: space-between;

  & li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31.5%;
	border: 1px solid var(--orange-color);
	background: var(--orange-color);
	box-sizing: border-box;
	         overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .lp-solution_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 9vw;

    & li {
      width: 68%;
	
    }
  }
}
.lp-solution_list-inner {
    text-align: center;
    width: 80%;
    padding: min(15px, 1.5vw) 0  min(10px, 1vw);
}
	
@media screen and (max-width: 600px) {
.lp-solution_list-inner {
    padding: 3vw 0 3vw;
}
} 	
	
.lp-solution_list-title {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  font-size: min(3.4rem, 3.2vw);
  text-align: center;
}

@media screen and (max-width: 600px) {
  .lp-solution_list-title {
    font-size: 5vw;
  }
} 
.lp-solution_list-text {
    color: #fff;
    font-size: min(2rem, 1.8vw);
    display: flex;
    height: min(60px, 6vw);
    align-items: center;
    line-height: 1.3;
    place-content: center;
}
	
	@media screen and (max-width: 600px) {
  .lp-solution_list-text {
     font-size: 3vw;
    height: 11vw;
  }
} 
	
.lp-solution_list-location {
    font-size: min(2.3rem, 2vw);
    background: #fff;
    border-radius: 50px;
    display: grid;
    height: min(36px, 3.6vw);
    place-content: center;
}
	
		@media screen and (max-width: 600px) {
  .lp-solution_list-location {
	      font-size: 3.6vw;
    height: 6vw;
 
  }
} 
.lp-solution_list-address {
  font-size: clamp(14px, 12.8px + 0.3vw, 18px);
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.313;
}

@media screen and (max-width: 600px) {
  .lp-solution_list-address {
    margin-bottom: 15px;
  }
}

.lp-solution_list-address .orange {
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 15px;
}

.lp-solution_list-img {
      aspect-ratio: 380 / 204;

  & img {
    width: 100%;
  }
}

/* CTA */
.lp-cta {
  padding-top: clamp(17px, 5.6px + 3.0vw, 42px);
  padding-bottom: clamp(18px, 3.5px + 3.9vw, 50px);
  background-color: #493d31;
}
.lp-cta .lp-container {
  width: min(100%, 1340px);
}

.lp-cta_contact {
  -moz-column-gap: 10px;
  display: flex;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .lp-cta_contact {
    row-gap: 17px;
    flex-direction: column;
  }
}

.lp-cta_contact-text {
  position: relative;
  margin-bottom: 30px;
  padding-right: clamp(20px, 10.9px + 2.4vw, 40px);
  padding-left: clamp(20px, 10.9px + 2.4vw, 40px);
  color: #fff;
  font-weight: bold;
  font-size: clamp(15px, 10px + 1.3vw, 26px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .lp-cta_contact-text {
    margin-bottom: 10px;
  }
}
.lp-cta_contact-text::before, .lp-cta_contact-text::after {
  position: absolute;
  top: 50%;
  width: clamp(15px, 8.2px + 1.8vw, 30px);
  height: clamp(15px, 8.2px + 1.8vw, 30px);
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.lp-cta_contact-text::before {
  left: 0;
  background-image: url("/wp-content/uploads/2025/12/img-dobleline_left.png");
}
.lp-cta_contact-text::after {
  right: 0;
  /* background-image: url("/wp-content/uploads/2025/12/img-dobleline_right.png"); */
  background-image: url("/wp-content/uploads/2025/12/img-dobleline_left.png");
  transform: translateY(-50%) scale(-1, 1);
}

.lp-cta_contact-btn {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .lp-cta_contact-btn {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: row;
    justify-content: center;
  }
}

.lp-cta_contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 750px);
}
.lp-cta_contact-wrapper img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .lp-cta_contact-wrapper {
    width: 100%;
    max-width: 380px;
  }
}

/* support */
.lp-support {
  position: relative;
  padding-top: clamp(41px, 19.3px + 5.8vw, 127px);
  padding-bottom: clamp(55px, 30px + 6.67vw, 110px);
 background: repeating-linear-gradient(-45deg, #f7efe8, #f7efe8 6px, #fff7ef 6px, #fff7ef 13px);
  z-index: 0;
}
@media screen and (max-width: 600px) {
.lp-support {
    background: repeating-linear-gradient(-45deg, #f7efe8, #f7efe8 3px, #fff7ef 3px, #fff7ef 7px);
}	
}	
.lp-support::before,
.lp-support::after {
  content: '';
  position: absolute;
  width: min(100%, 388px);
  height: min(100%, 398px);
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .lp-support::before,
  .lp-support::after {
    width: min(100%, 322px);
    height: min(100%, 218px);
  }
}

.lp-support::before {
  top: 0;
  left: 50px;
  background-image: url(/wp-content/uploads/2025/12/bg-support_paper.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .lp-support::before {
    display: none;
  }
}
.lp-support::after {
  bottom: 0;
  right: 0;
  background-image: url(/wp-content/uploads/2025/12/bg-support_paper.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom 50px; 
}

@media screen and (max-width: 600px) {
  .lp-support::after {
    bottom: 50px;
    right: 0;
    background-position: 250px bottom; 
  }
}

.lp-support_field {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(30px, 14.1px + 4.2vw, 65px);
  padding-right: clamp(25px, 7.6px + 4.6vw, 100px);
  padding-bottom: clamp(30px, 14.1px + 4.2vw, 65px);
  padding-left: clamp(25px, 7.6px + 4.6vw, 100px);
  border-radius: 10px;
  background-color: var(--orange-color);
}

@media screen and (max-width: 600px) {
  .lp-support_field {
    border-radius: 5px;
  }
}

.lp-support_field::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 74px;
  height: 38px;
  transform: translateX(-50%);
  background-color: var(--orange-color);
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

@media screen and (max-width: 600px) {
	.lp-support_field::after {
    bottom: -4vw;
    width: 10vw;
    height: 5vw;
}
}
.lp-support_title {
  display: inline-block;
  position: relative;
  margin-top: 0;
  color: #fff;
  font-size: clamp(24px, 13.1px + 2.9vw, 48px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  background-image: none;
}

@media screen and (max-width: 600px) {
  .lp-support_title {
    margin-bottom: 30px;
  }
}
	
@media screen and (max-width: 600px) {
  .lp-support_title span {
    display: block;
  }
}

.lp-support_list {
  -moz-column-gap: clamp(10px, -65px + 12.5vw, 85px);
  display: flex;
       column-gap: clamp(10px, -65px + 12.5vw, 85px);
  row-gap: clamp(35px, 14px + 3.5vw, 56px);
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .lp-support_list {
    row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }
}
.lp-support_list li {
  width: calc((100% - 85px) / 2);
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .lp-support_list li {
    width: 100%;
  }
}
.lp-support_list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(14px, 6.7px + 1.9vw, 30px);
  padding-right: clamp(22px, 16.1px + 1.6vw, 35px);
  padding-bottom: clamp(14px, 6.3px + 2.1vw, 42px);
  padding-left: clamp(22px, 16.1px + 1.6vw, 35px);
  margin-top: 0;
  margin-bottom: 0;
}

.lp-support_list li dl dt {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 24px;
  font-weight: bold;
  font-size: clamp(20px, 13.6px + 1.7vw, 34px);
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .lp-support_list li dl dt {
    padding-bottom: 7vw;
  }
}

.lp-support_list li dl dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 2px;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #ff9601 50%, transparent 50%);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 600px) {
  .lp-support_list li dl dt::after {
    bottom: 10px;
    background-size: 4px 1px;
  }
}

.lp-support_list li dl dd {
  padding-top: clamp(0px, -9.1px + 2.4vw, 20px);
  font-weight: bold;
  font-size: clamp(14px, 10.4px + 1vw, 22px);
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.364;
}

.lp-support_list-01,
.lp-support_list-02,
.lp-support_list-03,
.lp-support_list-04 {
  display: block;
}
.lp-support_list-01::before,
.lp-support_list-02::before,
.lp-support_list-03::before,
.lp-support_list-04::before {
  position: absolute;
  top: -15px;
  /* right: calc(50% - 100px); */
  aspect-ratio: 1/1;
  width: clamp(33px, 18px + 4vw, 66px);
  height: auto;
  transform: translateX(50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}


@media screen and (max-width: 600px) {
  .lp-support_list-01::before,
  .lp-support_list-02::before,
  .lp-support_list-03::before,
  .lp-support_list-04::before {
    /* width: 33px; */
    top: 0;
    height: auto;
    right: calc(50% - 63px);
  }
}

.lp-support_list-01::before {
  right: calc(50% - 120px); 
  background-image: url(/wp-content/uploads/2025/12/icon-support_01.png);
}

@media screen and (max-width: 900px) {
  .lp-support_list-01::before {
    right: calc(50% - 80px);
  }
}

@media screen and (max-width: 600px) {
  .lp-support_list-01::before {
    right: calc(50% - 63px);
  }
}

.lp-support_list-02::before {
  right: calc(50% - 120px);
  background-image: url(/wp-content/uploads/2025/12/icon-support_02.png);
}

@media screen and (max-width: 900px) {
  .lp-support_list-02::before {
    right: calc(50% - 80px);
  }
}

@media screen and (max-width: 600px) {
  .lp-support_list-02::before {
    left: calc(50% - 94px);
  }
}

.lp-support_list-03::before {
  right: calc(50% - 120px); 
  background-image: url(/wp-content/uploads/2025/12/icon-support_03.png);
}

@media screen and (max-width: 900px) {
  .lp-support_list-03::before {
    right: calc(50% - 80px);
  }
}

@media screen and (max-width: 600px) {
  .lp-support_list-03::before {
    right: calc(50% - 63px);
  }
}

.lp-support_list-04::before {
  right: calc(50% - 120px);
  background-image: url(/wp-content/uploads/2025/12/icon-support_04.png);
}

@media screen and (max-width: 900px) {
  .lp-support_list-04::before {
    right: calc(50% - 80px);
  }
}

@media screen and (max-width: 600px) {
  .lp-support_list-04::before {
    left: calc(50% - 94px);
  }
}

.lp-support_bottom {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .lp-support_bottom {
    padding-top: 43px;
  }
}

.lp-support_logo {
	width: min(100%, 324px);
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .lp-support_logo {
    width: 45vw;
    padding-bottom: 0;
    margin-bottom: 4vw;
  }
}

.lp-support_info {
  font-size: 14px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .lp-support_info {
    padding-bottom: 20px;
    letter-spacing: 0;
  }
}

.lp-support_text {
  font-size: clamp(28px, 14.8px + 3.5vw, 57px);
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.439;
  letter-spacing: 0.05em;
}

.lp-support_text .highlight {
  position: relative;
  z-index: 0;
}

.lp-support_text .highlight::after {
  position: absolute;
  bottom: -6px;
  left: -15px;
  width: 110%;
  height: 26px;
  background-color: #fffc00;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .lp-support_text .highlight::after {
    height: 13px;
  }
}

/* reason */
.lp-reason {
  padding-top: clamp(45px, 28.7px + 4.3vw, 110px);
  /* padding-bottom: clamp(40px, 12.7px + 7.3vw, 100px); */
  background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  .lp-reason {
    padding-bottom: 12px;
  }
}

.lp-reason .lp-title {
  font-size: clamp(30px, 16.4px + 3.6vw, 60px);
}

.lp-reason .lp-title_sub {
  font-size: clamp(16px, 9.2px + 1.8vw, 31px);
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}

.lp-reason_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(50px, 27.3px + 6.1vw, 100px);
  padding-bottom: clamp(43px, 34.2px + 2.3vw, 76px);
  /* background-color: #fbf7f3; */
}
.lp-reason_list li:nth-child(2n) {
  background-color: #f6f2ed;
}


@media screen and (max-width: 600px) {
  .lp-reason_list li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.lp-reason_list li dl {
  width: 42%;
  padding-top: 48px;
}
@media screen and (max-width: 600px) {
  .lp-reason_list li dl {
    width: 100%;
    padding-top: 13px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.lp-reason_list li dl dt {
  padding-bottom: clamp(10px, 2.5px + 2vw, 42px);
  font-size: min(3.2rem, 2.5vw);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.05em;

  & .text-black {
    padding-left: 20px;
  }
}

@media screen and (max-width: 600px) {
.lp-reason_list li dl dt {
    font-size: 4.8vw;
}
}	
	
@media screen and (max-width: 600px) {
  .lp-reason_list li dl dt .text-black {
    padding-left: 10px;
  }
}

.lp-reason_list li dl dt .lp-title_greenline {
  /* margin-right: -0.4em; */
  font-size: min(4rem, 3.4vw);
  line-height: 1.4;
}
.lp-reason_list li dl dt .lp-title_greenline::after {
  bottom: 6px;
  height: 10px;
}
.lp-reason_list li dl dd {
  font-size: min(2rem, 1.7vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000000;
}

@media screen and (max-width: 600px) {
.lp-reason_list li dl dt .lp-title_greenline {
    font-size: 6vw;
}
}	
	
@media screen and (max-width: 600px) {
  .lp-reason_list li dl dd {
    letter-spacing: 0.05em;
    line-height: 1.6;
	     font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .lp-reason_list li dl dd .small {
    display: block;
    font-size: 9px;
    text-align: right;
  }
}

.lp-reason_list-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: min(100%, 1240px);
  padding-right: min(20px, 1.5vw);
  padding-left: min(20px, 1.5vw);
}
@media screen and (max-width: 600px) {
  .lp-reason_list-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lp-reason_list-wrapper.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .lp-reason_list-wrapper.reverse {
    flex-direction: column;
  }
}

.lp-reason_list-number {
  display: flex;
  position: absolute;
  top: -65px;
  left: -10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(50px, 0px + 8.3vw, 100px);
  height: clamp(50px, 0px + 8.3vw, 100px);
  border: solid 2px #fff;
      background-color: #00982e;
  content: "";
  color: #fff;
  font-size: clamp(24px, 0px + 4vw, 48px);
  line-height: 1;
  font-family: var(--arial);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .lp-reason_list-number {
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .lp-reason_list-number {
    right: -10px;
    top: -25px;
  }
}

.reverse .lp-reason_list-number {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1300px) {
  .reverse .lp-reason_list-number {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .reverse .lp-reason_list-number {
    right: auto;
    left: 0;
  }
}
.lp-reason_list-number .small {
  font-size: clamp(10px, 0px + 1.7vw, 20px);
}

.lp-reason_list-number .number {
  font-family: var(--arial);
  font-weight: bold;
  letter-spacing: 0;
}

.lp-reason_list-img {
  width: 55%;

}

/* @media screen and (max-width: 900px) {
  .lp-reason_list-img {
    width: min(100%, 320px);

    & img {
      height: auto;
      aspect-ratio: 660/440;
    }
  }
} */
@media screen and (max-width: 600px) {
  .lp-reason_list-img {
    width: min(100%, 325px);
  }
}

.lp-reason_list-img img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  object-fit: cover;
  /* aspect-ratio: 660/440; */
}

@media screen and (max-width: 900px) {
  .lp-reason_list-img img {
    height: auto;
    aspect-ratio: 645/365;
    
  }
}


@media screen and (max-width: 600px) {
  .lp-reason_list-img img {
    /* aspect-ratio: 645/365; */

  }
}

@media screen and (max-width: 600px) {
  .lp-reason_list-title {
    line-height: 1.263;
    display: inline-block;
  }
}


/* voice */
.lp-voice {
  padding-top: clamp(44px, 29.5px + 3.9vw, 100px);
  padding-bottom: clamp(59px, 39.7px + 5.1vw, 137px);
  background-color: #f6f2ed;
}
.lp-voice .lp-title_wrapper {
  padding-bottom: clamp(42px, 27.5px + 3.9vw, 100px);
}

.lp-voice_list li {
  -moz-column-gap: 65px;
  display: flex;
  column-gap: 71px;
  align-items: center;
  padding-top: 43px;
  padding-right: clamp(9px, -26.93px + 9.58vw, 88px);
  padding-bottom: clamp(30px, 14.7px + 4.1vw, 80px);
  padding-left: clamp(18px, -1.1px + 5.1vw, 60px);
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(154, 154, 154, 0.35);
}
@media screen and (max-width: 600px) {
  .lp-voice_list li {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}

.lp-voice_list li:not(:last-child) {
  margin-bottom: clamp(38px, 24.5px + 3.6vw, 90px);
}
.lp-voice_list li dl {
  flex: 1;
}
.lp-voice_list li dl dt {
  padding-bottom: 15px;
  color: var(--orange-color);
  font-weight: bold;
  font-size: clamp(17px, 10.2px + 1.8vw, 32px);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .lp-voice_list li dl dt {
    -moz-column-gap: 20px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: 1.471;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
  }
}
.lp-voice_list li dl dd {
  font-size: clamp(15px, 12.3px + 0.7vw, 21px);
  line-height: 1.524;
  letter-spacing: 0.05em;
  color: #333333;
}

@media screen and (max-width: 600px) {
  .lp-voice_list li dl dd {
    line-height: 1.6;
  }
}

.lp-voice_list-img {
  width: min(100%, 177px);
}
@media screen and (max-width: 600px) {
  .lp-voice_list-img {
    width: 100%;
    min-width: 90px;
  }
}
.lp-voice_list-img img {
  width: 100%;
}

.lp-voice_list-name {
  padding-top: 20px;
  color: #000000;
  font-size: clamp(9px, 5.4px + 1vw, 17px);
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .lp-voice_list-name {
    padding-top: 0;
  }
}

/* step */
.lp-step {
  padding-top: clamp(38px, 23.7px + 3.8vw, 95px);
  padding-bottom: clamp(45px, -25.5px + 18.8vw, 200px);
  background-color: #ffffff;
}

.lp-step_list {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(55px, 38.7px + 4.5vw, 110px);
}
@media screen and (max-width: 600px) {
  .lp-step_list {
    flex-direction: column;
  }
}
.lp-step_list li {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .lp-step_list li {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.lp-step_list li::before {
  z-index: -1;
  position: absolute;
  top: calc(clamp(70px, -16.4px + 23vw, 260px) / 2);
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--orange-color);
  content: "";
  z-index: -1;
}
.lp-step_list li:first-child::before, .lp-step_list li:nth-child(3n+1):not(:first-child)::before {
  left: 75%;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .lp-step_list li:first-child::before, .lp-step_list li:nth-child(3n+1):not(:first-child)::before {
    left: calc(clamp(70px, -16.4px + 23vw, 260px) / 2);
    width: 2px;
  }
}
.lp-step_list li:last-child::before, .lp-step_list li:nth-child(3n):not(:last-child)::before {
  left: 25%;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .lp-step_list li:last-child::before, .lp-step_list li:nth-child(3n):not(:last-child)::before {
    left: calc(clamp(70px, -16.4px + 23vw, 260px) / 2);
    width: 2px;
  }
}
@media screen and (max-width: 600px) {
  .lp-step_list li::before {
    top: 90%;
    left: calc(clamp(70px, -16.4px + 23vw, 260px) / 2);
    width: 2px;
    height: 100%;
    transform: translateY(-50%);
    background-size: 2px 100%;
    background-repeat: repeat-y;
  }
  .lp-step_list li:first-child::before {
    top: 80%;
    height: 100%;
  }
  .lp-step_list li:last-child::before {
    top: 0;
    height: 0;
  }
}
.lp-step_list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .lp-step_list li dl {
    align-items: flex-start;
    width: 76%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lp-step_list li dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(60px, 46.4px + 3.6vw, 90px);
  font-weight: bold;
  font-size: clamp(17px, 11.1px + 1.6vw, 30px);
  text-align: center;
  padding-bottom: 10px;
  color: var(--orange-color);
}
@media screen and (max-width: 600px) {
  .lp-step_list li dl dt {
    text-align: left;
    min-height: 0;
  }
}
.lp-step_list li dl dd {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  font-size: clamp(14px, 11.3px + 0.7vw, 20px);
  line-height: 1.5;
  color: #000000;
  padding-top: 16px;
}

@media screen and (max-width: 600px) {
  .lp-step_list li dl dd {
    padding-top: 0;
  }
}

.lp-step_list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: clamp(70px, -16.4px + 23vw, 260px);
  min-width: 0;
  height: clamp(70px, -16.4px + 23vw, 260px);
  border: solid 3px var(--orange-color);
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .lp-step_list-icon {
    border: solid 2px var(--orange-color);
  }
}

.lp-step_list-icon img {
  width: 42%;
}

@media screen and (max-width: 600px) {
  .lp-step_list-icon img {
    width: 50%;
  }
}

.lp-step_list-number {
  display: flex;
  position: absolute;
  top: 0;
  left: 12%;
  align-items: center;
  justify-content: center;
  width: clamp(25px, 4.5px + 5.5vw, 70px);
  height: clamp(25px, 4.5px + 5.5vw, 70px);
  border-radius: 50%;
  background-color: var(--orange-color);
  color: #fff;
  font-weight: bold;
  font-size: min(4rem, 3.8vw);
  font-family: var(--arial);
}
@media screen and (max-width: 600px) {
  .lp-step_list-number {
    left: calc(clamp(25px, 4.5px + 5.5vw, 70px) - 30px);
  }
}

/* FAQ */
.lp-faq {
  position: relative;
  padding-bottom: clamp(45px, 22.1px + 6.1vw, 136px);
  background-color: #f6f2ed;
}
.lp-faq::before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  border-radius: 100% 100% 0 0/100% 100% 0 0;
  background-position: top center;
  background-color: #f6f2ed;
  content: "";
}
@media screen and (max-width: 600px) {
  .lp-faq::before {
    top: -30px;
    height: 30px;
  }
}

.lp-faq_list {
  display: flex;
  row-gap: clamp(22px, 4.7px + 4.6vw, 60px);
  flex-direction: column;
  padding-top: clamp(44px, 10.4px + 9.0vw, 118px);
}
.lp-faq_list li {
  display: flex;
  flex-direction: column;
}
.lp-faq_list li dl {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: solid 2px var(--orange-color);
  border-radius: 10px;
}
.lp-faq_list li dl dt {
  position: relative;
  padding-top: clamp(12px, 8.4px + 1vw, 20px);
  padding-right: clamp(10px, 0.9px + 2.4vw, 30px);
  padding-bottom: clamp(14px, 10.4px + 1.0vw, 22px);
  padding-left: clamp(37px, 22px + 4vw, 70px);
  background-color: var(--orange-color);
  color: #fff;
  font-weight: bold;
  font-size: clamp(17px, 12.9px + 1.1vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.lp-faq_list li dl dt::before {
  position: absolute;
  top: clamp(14px, 10.4px + 1vw, 22px);
  left: clamp(12px, 3.8px + 2.2vw, 30px);
  content: "Q.";
  font-family: var(--arial);
}
.lp-faq_list li dl dd {
  position: relative;
  padding-top: clamp(14px, 6.7px + 1.9vw, 30px);
  padding-right: clamp(12px, -8.8px + 5.6vw, 80px);
  padding-bottom: clamp(14px, 4.5px + 2.5vw, 35px);
  padding-left: clamp(34px, 23.4px + 2.9vw, 70px);
  background-color: #fff;
  font-size: clamp(14px, 10.8px + 0.8vw, 21px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000000;
}
.lp-faq_list li dl dd::before {
  position: absolute;
  top: clamp(14px, 4.5px + 2.5vw, 35px);
  left: clamp(12px, 3.8px + 2.2vw, 30px);
  content: "A.";
  color: var(--orange-color);
  font-weight: bold;
  font-family: var(--arial);
}

/* access */
.lp-about {
  position: relative;
  padding-top: clamp(45px, 25.3px + 5.3vw, 120px);
  padding-bottom: clamp(45px, 23.4px + 5.8vw, 130px);
  background-color: #ffffff;
}

.lp-about .lp-title_wrapper.area{
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .lp-about .lp-title_wrapper.area{
    margin-bottom: 23px;
  }
}

.lp-about .lp-title_wrapper.area::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 239px;
aspect-ratio: 239 / 219;
  background-image: url("/wp-content/uploads/2025/12/img-area.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .lp-about .lp-title_wrapper.area::after {
        width: 32vw;
        right: 0;
        transform: inherit;
        top: 0;
  }
}

@media screen and (max-width: 600px) {
  .lp-about .lp-title{
    letter-spacing: 0;
  }
}

.lp-about .btn-wrapper {
  display: flex;
  row-gap: clamp(14px, 7.6px + 1.7vw, 28px);
  flex-direction: column;
  align-items: center;
}

.lp-about_container {
  display: flex;
  column-gap: clamp(10px, 0.8px + 2.5vw, 48px);
  width: min(100%, 565px);
  padding-top: clamp(15px, 8.2px + 1.8vw, 30px);
  padding-bottom: clamp(15px, 10.9px + 1.1vw, 24px);
  padding-left: 35px;
  /* padding-right: 50px; */
  border-bottom: dotted 1px var(--orange-color);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .lp-about_container {
   flex-direction: column;
   row-gap: 13px;
   padding-left: 0;
  }
}

.lp-about_container.lastitem {
  margin-bottom: 95px;
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  .lp-about_container.lastitem {
    margin-bottom: 0;
  }
}

.lp-about_container.line-none {
  border-bottom: none;
}
.lp-about_container .lp-title_wrapper {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .lp-about_container .address {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
}

.lp-about_container-title {
  display: flex;
  justify-content: flex-end;
  width: 7em;
  color: var(--orange-color);
  font-weight: bold;
  font-size: clamp(15px, 10.9px + 1.1vw, 24px);
  line-height: 1.565;
}

@media screen and (max-width: 600px) {
  .lp-about_container-title {
    width: auto;
    justify-content: center;
  }
}

.lp-about_container-text {
  font-size: clamp(15px, 11.4px + 1.0vw, 23px);
  line-height: 1.565;
  color: #000000;
}

.lp-about_container-text.small {
  font-size: clamp(13px, 10.26px + 0.73vw, 19px);
}

@media screen and (max-width: 600px) {
  .lp-about_container-text {
    text-align: center;
    line-height: 1.267;
  }
}

.lp-about_container-text .small {
  font-size: clamp(13px, 10.3px + 0.7vw, 19px);
}

.lp-about_office {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .lp-about_office {
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lp-about_office-title {
background-image: linear-gradient(to right, var(--orange-color), #ff9601);
    color: #fff;
    font-weight: bold;
    font-size: clamp(17px, 11.1px + 1.6vw, 30px);
    padding: 13px 20px;
    margin: 0 0 22px 0;
    border: none;
    line-height: inherit;
}

@media screen and (max-width: 600px) {
  .lp-about_office-title {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}

.lp-about_office-text {
  font-size: clamp(14px, 11.26px + 0.73vw, 20px);
  line-height: 1.55;
  color: #000000;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .lp-about_office-text {
    font-size: 4.2vw;
    line-height: 1.4;
  }
}

.lp-about_office-text .orange {
  color: var(--main-color);
  font-weight: bold;
}

.lp-about_access {
  display: flex;
  justify-content: space-between;
  column-gap: 45px;
}

@media screen and (max-width: 600px) {
  .lp-about_access {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
} 

.lp-about_access-img {
  width: 45.5%;
}

@media screen and (max-width: 600px) {
  .lp-about_access-img {
    width: 100%;
  }
}

.lp-about_access-map {
    width: 51.5%;
}

@media screen and (max-width: 600px) {
  .lp-about_access-map {
    aspect-ratio: 647/420;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.lp-about_container-map iframe {
  width: 100%;
  height: 356px;
}
@media screen and (max-width: 600px) {
  .lp-about_container-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 647/420;
    object-fit: cover;
  }
}


@media screen and (max-width: 600px) {
  .space-none {
    margin-left: -1.5em;
  }    
}

/* floating */
.lp-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #468c01;
  padding-top: 16px;
  padding-bottom: 18px;
	display: none;
}

.lp-floating_container {
  width: min(100%, 1075px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .lp-floating_container {
    padding-left: 5px;
    padding-right: 5px;
  }
}


.lp-floating_btn-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;

  & .btn-icon {
    width: 100%;
    max-width: 480px;
    border-radius: 41px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    column-gap: 0;
    box-shadow: none;

    & .btn-icon_inner {
      font-size: clamp(14px, 9.5px + 1.21vw, 24px);
      line-height: 1;
      margin-left: auto;
      margin-right: auto;
      padding-right: 30px;

      & .large {
        font-family: Arial;
        font-size: clamp(18px, 8px + 2.67vw, 40px);
        color:#917d5f;
        line-height: 1;
      }
    
      & .small {
        font-size: clamp(8px, 4.81px + 0.85vw, 15px);
      }
    }
  }
}

@media screen and (max-width: 600px) {
  .lp-floating_btn-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
  
    & .btn-icon {
      width: 100%;
      max-width: 480px;
      column-gap: 5px;
      padding-right: 10px;

      &::after {
        right: 5px;
      }
  
      & .btn-icon_inner {
        margin-left: 0;
        padding-right: 0;
      }

      &.mail .btn-icon_inner {
        padding-left: 20px;;
      }
    }
  }
}

.lp-privacypolicy {
    text-align: center;
    padding: min(40px, 4vw);
}
.lp-privacypolicy a {
    font-size: min(2.4rem, 2.4vw);
    text-decoration: underline;
}
	
@media screen and (max-width: 600px) {
.lp-privacypolicy a {
    font-size: 3.4vw;
}
}	
	
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.pc-switcher { display: none; }

@media only screen and (min-width: 600px) and (max-width: 1300px) {
  /* タブレット */
}
@media screen and (max-width: 600px) {
  /* スマートフォン */
}