/*-------------------------------------
lp_css
-------------------------------------*/
body {
  margin: 0;
  font-family: "NotoSansJP";
  line-height: 1.7;
}
img {
  overflow: auto;
  overflow-clip-margin: unset;
  line-height: 0;
}
.lp_wrap {
  overflow: hidden;
  color: #515151;
}
.lp_wrap #page-top a {
  background: #ff9900;
}
.lp_wrap #page-top {
  z-index: 9999;
}
.lp_wrap p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.lp_wrap .site_ttl {
  position: relative;
  width: 250px;
}
.lp_wrap .h_nav_wrap {
  width: auto;
  /* max-width: 1000px; */
  margin: auto;
  padding: 20px 50px;
  align-items: center;
  border-bottom: 2px solid #ddd;
}
.lp_wrap .h_nav_inner_cta {
  margin-bottom: 0;
}
.lp_wrap .h_nav_inner_cta a {
  display: flex;
}
body:not(.home):not(.single) .lp_wrap h1 {
  padding: 0;
  line-height: 0;
  background: none;
}
body:not(.home):not(.single) .lp_wrap h1:after {
  content: none;
}
.h_text_wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 20%;
}
.h_text_wrap:before {
}
.h_text_inner {
  z-index: 1;
  position: relative;
}

.h_text_inner .sub_text {
  font-size: 20px;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}
.h_text_inner .main_text {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.h_text_inner .main_text span {
  font-size: clamp(2rem, 3vw, 4rem);
  color: #009e96;
}
.h_img {
  display: flex;
  /* max-width: 1000px; */
  margin: 0 auto;
  z-index: -1;
  position: relative;
}

.lp_main_wrap ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.lp_main_wrap li {
  list-style: none;
}

.lp_main_wrap li:last-child {
  margin-bottom: 0;
}
.lp_main_wrap h2 {
  text-align: center;
  font-size: clamp(2rem, 2vw, 3rem);
  color: #515151;
  font-family: "NotoSansJP";
}
.worries_wrap,
.merit_wrap,
.service_wrap,
.lease_wrap,
.retirement_wrap,
.differ_wrap,
.trouble_wrap,
.resolution_wrap,
.company_wrap,
.flow_wrap,
.question_wrap {
  margin-bottom: 100px;
}
.worries_inner,
.merit_inner,
.service_inner,
.lease_inner,
.retirement_inner,
.differ_inner,
.trouble_inner,
.resolution_inner,
.company_inner,
.flow_inner,
.question_inner,
.contact_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.under_line {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 0, 0) 0%,
    rgba(255, 255, 0, 0) 70%,
    rgba(255, 255, 0, 1) 71%,
    rgba(255, 255, 0, 1) 100%
  );
}
.emphasis {
  color: #ff9900;
  font-size: 22px;
  font-weight: bold;
}

.lp_cta_wrap {
  background: #6d6d6d;
}
.lp_cta_inner {
  max-width: 1000px;
  padding: 50px 20px;
  margin: 0 auto;
}
.lp_cta_con .text {
  font-size: clamp(2rem, 2vw, 3rem);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.cta_img {
  /* max-width: 400px; */
  position: relative;
  overflow: hidden;
  animation: move_a 2s infinite;
  line-height: 0;
}
.cta_img a {
  text-decoration: none;
  line-height: 0;
}
.cta_img img {
  position: relative;
  overflow: hidden;
}
@keyframes move_a {
  0% {
    transform: translate(0px, 4px);
  }
  5% {
    transform: translate(0px, -4px);
  }
  10% {
    transform: translate(0px, 4px);
  }
  15% {
    transform: translate(0px, -4px);
  }
  20% {
    transform: translate(0px, 4px);
  }
  25% {
    transform: translate(0px, -4px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

.worries_wrap {
  padding: 100px 0;
  margin-bottom: 0;
}
.worries_wrap ul {
  margin-bottom: 50px;
}
.worries_wrap li {
  list-style: none;
  max-width: 500px;
  margin-bottom: -50px;
  line-height: 0;
}
.worries_wrap li.rigth {
  margin-left: auto;
}
.worries_wrap li img {
  max-width: 500px;
}
.worries_text {
  text-align: center;
  padding: 50px;
  font-size: clamp(2rem, 2vw, 2rem);
  font-weight: bold;
  color: #515151;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0 #d6e0e3;
  background: #fff;
}
.worries_text .emphasis {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
}
.worries_text p {
  margin-bottom: 50px;
}

.worries_wrap h2 span {
  font-size: clamp(45px, 4vw, 4rem);
  color: #009e96;
  position: relative;
}
.worries_wrap h2 span:before {
  position: absolute;
  content: "";
  background: url(lp_img/worries_img09.svg) no-repeat;
  width: 60px;
  height: 60px;
  top: -40px;
  left: -25%;
}
.worries_wrap .arrow {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 50px;
}
.worries_wrap .arrow img {
  max-height: 100px;
}
.worries_img {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.worries_img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fffce8;
  z-index: -1;
  border-radius: 100%;
}

.service_wrap {
  padding: 100px 0;
  background: #009e96;
  margin-bottom: 0;
}
.service_wrap h2 {
  color: #fff;
  position: relative;
}
.service_wrap h2 span {
  font-size: clamp(40px, 5vw, 5rem);
}
.service_wrap h2:before {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 110px 6.5px 0;
  content: "";
  display: block;
  height: 0;
  margin-right: 25px;
  transform: rotate(325deg);
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.service_wrap h2:after {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 110px 6.5px 0;
  content: "";
  display: block;
  height: 0;
  margin-left: 20px;
  transform: rotate(-325deg);
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service_wrap .sub_con {
  display: flex;
  margin: 0 auto 50px;
  max-width: 40%;
  align-items: center;
}
.service_wrap .sub_con > div {
  padding: 10px;
  background: #fff;
  font-weight: bold;
  color: #009e96;
  width: calc(100% / 3 - 10px);
  text-align: center;
  margin: 0 20px;
  border-radius: 80px;
  box-shadow: 4px 5px 20px #039990;
}
.service_wrap .service_box {
  background: #fff;
  padding: 50px;
  margin: 0 20px;
  width: 50%;
  border-radius: 20px;
  box-shadow: 4px 5px 20px #039990;
}
.service_box .main_text {
  font-size: clamp(2rem, 2vw, 3rem);
  text-align: center;
  color: #009e96;
  font-weight: bold;
  margin-bottom: 50px;
}
.service_box .sub_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #515151;
  width: 100%;
}

.merit_wrap {
  background: #f5f3ed;
  padding: 100px 0;
}
.merit_con h2 {
  margin-bottom: 80px;
}
.merit_wrap h2 span {
  font-size: clamp(40px, 4vw, 4rem);
  color: #009e96;
}

.merit_wrap .merit_fir {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  counter-reset: number 0;
}
.merit_wrap .merit_fir li {
  max-width: 400px;
  width: 100%;
  padding: 60px 30px 30px;
  background: #ffffff;
  margin: 0 auto 60px;
  border-radius: 20px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 3px 12px rgba(62, 58, 57, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit_wrap .merit_fir li img {
  max-height: 100px;
  margin-bottom: 20px;
}

.merit_wrap .merit_fir li:after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  top: -25px;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 35px;
  border-radius: 60px;
  font-weight: bold;
  color: #009e96;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: 5px 5px 20px 0 #ebebeb;
  line-height: 1.7;
}

.merit_wrap .between_text {
  text-align: center;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: bold;
  margin-bottom: 50px;
}

.merit_sec {
  display: flex;
  flex-direction: column;
}
.merit_sec li {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merit_sec li img {
  width: 100%;
}
.merit_title {
  font-size: clamp(40px, 3vw, 4rem);
  font-weight: bold;
  color: #009e96;
  margin-bottom: 30px;
}
.merit_title span {
  font-size: 20px;
  color: #515151;
}
.merit_text {
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: bold;
}

.lease_wrap h2 span {
  font-size: clamp(40px, 4vw, 4rem);
  color: #009e96;
}
.lease_wrap h2 .min {
  font-size: 20px;
  color: #515151;
  margin-left: -15px;
  margin-right: 10px;
}
.lease_con .fir_text,
.lease_con .sec_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.lease_con .fir_text {
  margin-bottom: 50px;
}
.lease_con .arrow {
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto 50px;
  text-align: center;
}
.lease_con .arrow img {
  max-height: 100px;
}
.lease_img {
  margin-bottom: 50px;
}

.differ_wrap {
  background: #f5f3ed;
  padding: 100px 0;
  overflow: hidden;
}
.differ_wrap h2 span {
  font-size: clamp(40px, 3vw, 4rem);
  /* -webkit-text-emphasis: filled; */
  /* text-emphasis: filled; */
  color: #009e96;
}
.differ_wrap h2 .emphasis {
  text-emphasis: none;
  font-weight: 900;
  margin-right: 20px;
}

.differ_con {
  counter-reset: number 0;
}
.differ_con ul li section {
  display: flex;
  align-items: center;
}
.differ_con li {
  margin-bottom: 50px;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(62, 58, 57, 0.11);
}
.differ_img {
  width: 30%;
  text-align: center;
}
.differ_img.rigth {
  order: 2;
}
.differ_img img {
  max-height: 200px;
}
.differ_text {
  width: 70%;
  padding: 30px;
}
.differ_title {
  margin-bottom: 30px;
  position: relative;
  color: #0c9790;
  font-size: 30px;
}

.differ_title:after {
  content: none;
}
.differ_text .number {
  /* font-family:'din1451alt'; */
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.differ_text .number:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #f90;
  border-radius: 100%;
  z-index: -1;
  left: -15%;
  /* transform: translate(-50%, 0%); */
  top: -20%;
}

.trouble_wrap h2 {
  margin-bottom: 100px;
}
.trouble_wrap h2 span {
  font-size: clamp(40px, 4vw, 4rem);
  color: #009e96;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.trouble_fir,
.trouble_sec {
  padding: 50px;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0 #d6e0e3;
  position: relative;
}
.trouble_fir {
  margin-bottom: 150px;
}
.trouble_title {
  margin-bottom: 50px;
  position: absolute;
  width: 175px;
  top: -15%;
  left: -10%;
}
.trouble_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trouble_text p {
  width: 60%;
}
.trouble_img {
  width: 30%;
}
.trouble_img img {
  width: 100%;
  max-height: 200px;
}
.trouble_wrap .arrow {
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}
.trouble_wrap .arrow img {
  max-height: 100px;
}

.point_wrap {
  background: #f5f3ed;
  padding: 100px 0px;
}
.point_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.point_wrap ul {
  margin-bottom: 50px;
}
.point_wrap li {
  display: flex;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 12px rgba(62, 58, 57, 0.11);
}
.point_wrap li .title {
  font-weight: bold;
  font-size: 30px;
  color: #009e96;
  padding-bottom: 5px;
  border-bottom: 2px dashed;
  margin-bottom: 30px;
}
.point_wrap li .point .title {
  color: #ff9900;
  border: none;
  margin-bottom: 0;
}
.point_wrap li .point .title:before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f0eb";
  display: inline-block;
  margin: 0 3px 0 0;
}
.point_img {
  width: 20%;
  max-width: 180px;
}
.point_img img {
  width: 100%;
}
.point_wrap .arrow {
  line-height: 0;
  margin-bottom: 30px;
  text-align: center;
}
.point_wrap .arrow img {
  max-height: 50px;
}
.point_wrap .text {
  width: 70%;
}
.point_wrap .fir {
  margin-bottom: 30px;
}

.book {
  margin-bottom: 50px;
}
.book .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.book p {
  margin-bottom: 30px;
}
.external p {
  margin-bottom: 0;
}
.external a {
  width: 100%;
  word-wrap: break-word;
}
.external a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f35d";
  display: inline-block;
  margin: 0 0 0 5px;
}

.summary {
  display: flex;
  align-items: center;
}
.summary .img {
  width: 30%;
}
.summary .img img {
  width: 100%;
}

.philosophy_wrap {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 80%);
}
.philosophy_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(lp_img/philosophy.webp);
  background-position: 50% 25%;
  z-index: -1;
  top: 0;
}
.philosophy_wrap h2 {
}
.philosophy_wrap h2 span {
  font-size: clamp(50px, 4vw, 4rem);
  color: #009e96;
  margin: 0 10px;
}
.philosophy_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.philosophy_wrap .text {
  font-weight: bold;
}

.resolution_wrap {
  padding: 100px 0;
  background: #009e96;
  margin-bottom: 0;
}
.resolution_wrap h2 {
  color: #fff;
  position: relative;
}
.resolution_wrap h2:before {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 110px 6.5px 0;
  content: "";
  display: block;
  height: 0;
  margin-right: 25px;
  transform: rotate(325deg);
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.resolution_wrap h2:after {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 110px 6.5px 0;
  content: "";
  display: block;
  height: 0;
  margin-left: 20px;
  transform: rotate(-325deg);
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.resolution_wrap h2 span {
  font-size: clamp(30px, 4vw, 4rem);
}

.resolution_example {
  padding: 50px;
  background: #fff;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 4px 5px 20px #039990;
}
.resolution_example .data_text {
  padding: 10px 35px;
  color: #fff;
  background: #009e96;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}
.resolution_example .flex {
  align-items: center;
  justify-content: space-between;
}
.resolution_text {
  width: 60%;
}
.resolution_text h3 {
  margin-bottom: 30px;
}
.resolution_text h3:after {
  content: none;
}
.resolution_img {
  width: 30%;
  max-height: 350px;
}
.resolution_img img {
  max-height: 350px;
}

.retirement_wrap h2 {
  color: #fff;
}
.retirement_wrap h2 span {
  font-size: clamp(40px, 4vw, 4rem);
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  margin-right: 10px;
}
.retirement_wrap {
  padding: 100px 0;
  background: #009e96;
  margin-bottom: 0;
}

.retirement_inner {
  position: relative;
}
.retirement_inner:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  top: 0;
  bottom: 0;
  left: -5%;
  right: -50%;
  background: #fffce8;
  z-index: -1;
  border-radius: 100%;
}
.retirement_text p {
  font-size: 20px;
  margin-bottom: 50px;
  color: #fff;
}
.retirement_text p span {
  font-weight: bold;
  font-size: 28px;
  border-bottom: 2px dashed;
}
.retirement_text p .red {
  color: #ea5550;
  background: #fff;
  padding: 0px 5px;
  border: none;
}
.retirement_text.last p {
  margin-bottom: 0;
}

.lifespan {
  margin-bottom: 50px;
}
.lifespan a {
  position: relative;
  color: #fff;
}
.lifespan a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f35d";
  display: inline-block;
  margin: 0 0 0 5px;
}
.retirement_img {
  margin-bottom: 50px;
}
.retirement_con .sub_text {
}

.lp_main_wrap .company_inner dt {
  border-bottom: 1px solid #ddd;
  float: left;
  padding: 23px 0;
  width: 20%;
  font-weight: bold;
}

.lp_main_wrap .company_inner dd {
  border-bottom: 1px solid #ddd;
  float: left;
  padding: 23px 0;
  width: 80%;
  margin-inline-start: 0;
}

.company_wrap {
  margin-top: 100px;
}
.company_con .min {
  font-size: 14px;
  color: #8d8d8d;
}

.flow_wrap {
  padding: 100px 0;
  background: #f5f3ed;
  margin-bottom: 0;
}
.flow_wrap h2 {
}
.flow_wrap h2 span {
  font-size: clamp(40px, 4vw, 4rem);
  color: #009e96;
}

.question_wrap {
  padding: 100px 20px;
  margin-bottom: 0;
  background: #009e96;
}
.question_wrap h2 span {
  font-size: clamp(40px, 4vw, 4rem);
  color: #009e96;
}
.question_inner {
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
.faq {
  padding: 85px 0;
}
.faq .inner {
  max-width: 728px;
}
.faq-ttl {
  font-size: 2.9em;
  letter-spacing: 0.1em;
}
.faq-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 1.8em;
  font-weight: 700;
}
.faq-tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 15px) / 4);
  height: 80px;
  background: #f5f3ee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1;
  text-align: center;
  font-size: clamp(1rem, 2vw, 2rem);
}
.faq-tab-item.isActive {
  background: #009e96;
  color: #fff;
  text-align: center;
}
.faq-tab-item.isActive:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  height: 6px;
  background: #008780;
  z-index: 0;
}
.faq-tab-item:hover {
  cursor: pointer;
}
.faq-body {
  position: relative;
  visibility: hidden;
  height: 0;
  font-size: 1.8em;
  opacity: 0;
}
.faq-body.isActive {
  visibility: visible;
  height: auto;
  margin-top: 12px;
  opacity: 1;
}
.faq-body-item {
  position: relative;
  min-height: 1.75em;
  padding: 22px 80px 30px 0;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.faq-body-item:before {
  position: absolute;
  top: 22px;
  bottom: 0;
  right: 10px;
  /* width: 30px; */
  transition: opacity 0.3s;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\2b";
  display: inline-block;
  margin: 0 3px 0 0;
}
.faq-body-item.isOpen:before {
  content: "\f068";
}
.faq-body-item:not(.isOpen):hover:before {
  opacity: 0.7;
}
.faq-body:before,
.faq-body-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(
      to right,
      rgba(71, 71, 71, 1),
      rgba(71, 71, 71, 1) 2px,
      rgba(71, 71, 71, 0) 3px,
      rgba(71, 71, 71, 0) 6px
    )
    center left / 6px 3px repeat-x;
}
.faq-body:before {
  top: -6px;
  bottom: auto;
  content: none;
}
.faq-body-item-q,
.faq-body-item-a {
  position: relative;
  padding-left: 20px;
  background-position: top 0.25em left 15px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.faq-body-item:not(.isOpen):hover .faq-body-item-q,
.faq-body-item:not(.isOpen):hover .faq-body-item-a {
  opacity: 0.7;
}
.faq-body-item-q {
  font-weight: 700;
}
.faq-body-item-a {
  display: none;
  margin-top: 20px;
  padding-bottom: 5px;
  animation: faq-item-a 0.8s ease;
}
.faq-body-item.isOpen .faq-body-item-a {
  display: block;
}

.lp_main_wrap .flow_inner li {
  border: none;
  padding: 30px;
  margin: 0 0px 100px;
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(62, 58, 57, 0.11);
}
.lp_main_wrap .flow_wrap .flow_inner li:before {
  content: "";
  background: url(lp_img/arrow.svg) no-repeat;
  transform: scale(1, 1) translateX(-35%);
  top: calc(100% + 10%);
}
.lp_main_wrap .flow_wrap .flow_inner li:last-child:before {
  content: none;
}
.flow_inner li .title {
  font-weight: bold;
  font-size: clamp(2rem, 2vw, 2rem);
  margin-bottom: 20px;
}
.lp_main_wrap .flow_wrap .flow_inner ul {
  width: 100%;
  counter-reset: count;
}
.lp_main_wrap .flow_inner li .number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.lp_main_wrap .flow_inner li .number:before {
  position: relative;
  counter-increment: count;
  content: "0" counter(count);
  border: 2px solid #515151;
  border-radius: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  box-sizing: border-box;
  padding-bottom: 5%;
}
.lp_main_wrap .flow_inner li b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.lp_main_wrap .flow_inner li b:before {
  content: "";
  width: 44.5px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
}
.lp_main_wrap .flow_inner li .number:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 4px), calc(-50% + 4px));
  width: 115px;
  height: 115px;
  border-radius: 115px;
  background-color: #009e96;
  z-index: 1;
}

.lp_main_wrap .flow_inner li .text {
  max-width: 350px;
}
.lp_main_wrap .flow_inner li .img {
  max-width: 400px;
}
.lp_main_wrap .flow_inner li .img img {
  width: 100%;
}

.contact_wrap {
  padding: 100px 0;
}

.contact_wrap .contact_title {
  font-weight: bold;
  text-align: center;
  font-size: clamp(40px, 4vw, 4rem);
  color: #009e96;
}

.contact_explanation ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact_explanation li {
  width: calc(100% / 3);
  padding: 30px;
  border: 2px solid #ddd;
  border-radius: 20px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}
.contact_explanation li .img {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_explanation li .img img {
  max-height: 160px;
}
.contact_explanation li p {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.contact_wrap .wpcf7-form_form {
  border: none;
}
.contact_wrap .house_info,
.contact_wrap .guest_info {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid;
  margin-bottom: 50px;
}
.contact_wrap .wpcf7_left,
.contact_wrap .wpcf7_right {
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 1px solid; */
}
.contact_wrap .wpcf7_left {
  max-width: 300px;
  padding: 20px 20px 0 0;
  /* border-bottom: 1px solid; */
}
.contact_wrap .wpcf7-form-control-wrap input {
  width: 95%;
}

.contact_wrap form.wpcf7-form .fieldset_area .required:before {
  width: 100%;
  max-width: 20px;
  height: 16px;
  margin-top: 26px;
}
.contact_wrap .data_text {
  /* font-family: 'din1451alt'; */
  font-weight: bold;
  color: #009e96;
}
.contact_wrap .fir {
  margin-bottom: 50px;
}
.contact_wrap .wpcf7c_submit input[type="submit"] {
  background: #009e96;
  font-family: "NotoSansJP";
}
fieldset {
  border: none;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  display: flex;
}
.lp_wrap legend {
  display: contents;
}
.lp_wrap legend span {
  width: 100%;
  max-width: 240px;
  display: inline-block;
  padding: 20px 20px 0 0;
}
.lp_wrap legend .any {
  max-width: 275px;
}
.fieldset_area {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.fieldset_area > div {
  display: table-row;
}
.wpcf7-form .fieldset_area span.wpcf7-not-valid-tip {
  left: 20px;
  position: relative;
}

.lp_wrap footer {
  border-bottom: none;
  padding: 30px 0;
  background: #008780;
}
.lp_wrap .footer {
  background: none;
}
.lp_wrap .footer_inner {
  padding: 0;
}
.lp_wrap .copyright.copyright {
  margin: 0;
  padding: 0;
}
.lp_wrap .copyright.copyright p {
  text-align: center;
  color: #fff;
}
.pc_none_550 {
  display: none;
}
.pc_none_820 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .service_wrap h2:before,
  .resolution_wrap h2:before {
    left: 3%;
    top: -3%;
  }
  .service_wrap h2:after,
  .resolution_wrap h2:after {
    right: 3%;
    top: -3%;
  }
  .trouble_title {
    left: 0;
    top: -10%;
    width: 120px;
  }
  .worries_wrap li {
    margin: 0 auto 25px;
  }
  .lp_main_wrap .flow_inner li .text {
    max-width: 250px;
  }
}

@media only screen and (max-width: 820px) {
  .lp_wrap .h_nav_wrap {
    padding: 20px 10px;
  }
  body:not(.home):not(.single) .lp_wrap h1 {
    top: 0;
    left: 0;
    width: 40vw;
  }
  .service_con .flex {
    flex-direction: column;
    width: 100%;
  }
  .service_wrap .service_box {
    margin: 0 auto 50px;
    max-width: 500px;
    padding: 50px;
  }
  .service_wrap .sub_con {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .service_wrap .sub_con.sp_none_820 {
    display: none;
  }
  .service_img {
    width: 100%;
  }
  .merit_wrap h2 span {
    font-size: clamp(2rem, 4vw, 4rem);
  }
  .merit_sec li {
    flex-direction: column;
  }
  .merit_text {
    margin-bottom: 50px;
  }
  .merit_title {
    font-size: clamp(2rem, 3vw, 4rem);
  }
  .lease_con .fir_text,
  .lease_con .sec_text {
    text-align: left;
  }
  .differ_wrap h2 span {
    font-size: clamp(1.7rem, 3vw, 4rem);
  }
  .differ_title {
    font-size: 24px;
  }
  .trouble_title {
    width: 100px;
  }
  .service_wrap h2:after,
  .resolution_wrap h2:after {
    border-width: 70px 6.5px 0;
    right: 0%;
    top: 20%;
    display: none;
  }
  .service_wrap h2:before,
  .resolution_wrap h2:before {
    border-width: 70px 6.5px 0;
    left: 0%;
    top: 20%;
    display: none;
  }
  .resolution_example .flex {
    flex-direction: column;
  }
  .resolution_text {
    width: 100%;
  }
  .resolution_example .flex p {
    margin-bottom: 30px;
  }
  .flow_wrap h2 {
    margin-bottom: 100px;
  }
  .lp_main_wrap .flow_inner li {
    flex-direction: column;
    padding: 80px 30px 30px;
  }
  .lp_main_wrap .flow_inner li .number {
    left: 50%;
    top: 0%;
  }
  .lp_main_wrap .flow_inner li .text {
    max-width: 100%;
  }
  .lp_main_wrap .flow_wrap .flow_inner li:before {
    display: none;
  }
  .service_wrap .sub_con > div {
    vertical-align: middle;
    margin: 0 5px;
    width: 100%;
  }
  .sp_none_820 {
    display: none;
  }
  .pc_none_820 {
    display: block;
  }
  .contact_explanation ul {
    flex-direction: column;
  }
  .contact_explanation li {
    width: 70vw;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .contact_wrap .wpcf7-form_form {
    padding: 0px;
  }
  .lp_wrap legend span {
    width: 58%;
    /* max-width: 34%; */
  }
  .contact_wrap .wpcf7_left {
    width: 80%;
  }
  .lp_wrap legend .any {
    width: 68%;
  }
}

@media only screen and (max-width: 550px) {
  .sp_none_550 {
    display: none;
  }
  .pc_none_550 {
    display: block;
  }

  .lp_wrap .h_nav_inner_cta a img,
  .lp_wrap .h_nav_inner_cta a {
    display: block;
    width: 100%;
  }
  .h_img {
    width: 100%;
  }
  .lp_wrap .site_ttl {
    width: min(150px, 40vw);
    top: 0;
    left: 0;
  }
  .lp_cta_con .text {
    font-size: 6vw;
  }
  .service_wrap .service_box {
    width: auto;
    max-width: 340px;
  }
  .service_wrap .service_box.sec {
    margin-bottom: 0;
  }
  .service_img {
  }
  .merit_title {
    text-align: center;
    line-height: 1;
  }
  .retirement_text p span {
    font-size: 20px;
  }
  .differ_con li {
    padding: 30px;
  }
  .differ_text {
    padding: 0;
    width: 100%;
  }
  .differ_con ul li section {
    flex-direction: column;
  }
  .differ_img.rigth {
    order: 0;
  }
  .differ_img {
    margin: 0 auto 30px;
  }
  .trouble_text {
    flex-direction: column;
  }
  .trouble_img {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .trouble_text p {
    order: 2;
    width: 100%;
  }
  .trouble_wrap .arrow img {
    margin: 30px 0;
  }
  .trouble_title {
    top: -30px;
  }
  .trouble_fir {
    margin-bottom: 100px;
  }
  .trouble_fir,
  .trouble_sec {
    padding: 30px;
  }
  .resolution_example {
    padding: 30px;
  }
  .resolution_img {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
  }
  .resolution_img img {
    max-height: 200px;
    height: 200px;
  }
  .point_wrap li {
    flex-direction: column;
    padding: 30px;
  }
  .point_img {
    order: 1;
    width: 100%;
  }
  .point_wrap .text {
    order: 2;
    width: 100%;
  }
  .book .title {
    font-size: 25px;
  }
  .lp_wrap .company_inner dl {
    flex-direction: column;
  }
  .lp_main_wrap .company_inner dt {
    padding: 20px 0 10px;
    border-bottom: none;
    width: 100%;
  }
  .lp_main_wrap .company_inner dd {
    padding: 10px 0 20px;
    width: 100%;
  }
  .lp_main_wrap .flow_inner li .img img {
    margin-top: 30px;
  }
  .question_inner {
    padding: 30px;
  }
  .faq-body-item-q {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .faq-body-item-a {
    font-size: 16px;
    letter-spacing: 0;
  }
  .lp_main_wrap .readme {
    width: auto;
  }
  .worries_wrap .arrow img {
    width: 80px;
  }
  .worries_text {
    padding: 20px;
  }
  .lp_wrap #page-top a {
    width: 20px;
    padding: 10px 10px;
    box-shadow: 0 2px 0 rgb(0 167 219 / 10%);
  }
  .lp_wrap #page-top {
    right: 10px;
    bottom: 20px;
  }
  .lp_main_wrap h2 {
    font-size: 25px;
  }
  .faq-tab {
    flex-wrap: wrap;
  }
  .lp_wrap .faq-tab-item {
    width: calc((100% - 15px) / 2);
    height: 50px;
    margin-bottom: 10px;
  }
  fieldset {
    display: block;
  }
  span.wpcf7-list-item {
    margin: 0;
  }
  .contact_wrap .wpcf7-form_form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact_wrap .house_info,
  .contact_wrap .guest_info {
    font-size: 25px;
  }

  .contact_wrap .wpcf7-form-control-wrap textarea {
    width: 95%;
  }
  .worries_text p {
    font-size: 25px;
  }
  .resolution_wrap h2 span {
  }

  .lp_wrap legend span {
    width: 100%;
  }
  .wpcf7-checkbox label span {
    font-size: initial;
    font-weight: normal;
  }

  .contact_inner #wpcf7cpcnf table {
    border-bottom: 1px solid #ccc;
  }
  .contact_inner #wpcf7cpcnf table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border: none;
    border-top: 1px solid #ccc;
    background: none;
  }
  .contact_inner #wpcf7cpcnf table th p {
    padding: 10px 20px;
  }
  .contact_inner #wpcf7cpcnf table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .contact_inner #wpcf7cpcnf table td p {
    padding: 0 20px 10px;
  }
}
