@charset "UTF-8";
.lp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.sp_display {
  display: block;
}

.pc_display {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
}
.header {
  display: block;
  height: 60px;
  border: 0;
}
.header .header_list {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header .header_list .header_logo {
  padding: 10px 5px 5px 10px;
}
.header .header_list .header_logo h1 {
  margin: 0;
}
.header .header_list .header_logo h1 img {
  height: 40px;
  width: auto;
}
.header .header_list .header_button {
  height: 60px;
}
.header .header_list .header_button ul {
  display: flex;
}
.header .header_list .header_button ul .header_form {
  background: linear-gradient(to right, #e84500, #ff7603);
  height: 60px;
  position: relative;
}
.header .header_list .header_button ul .header_form a {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 10px 10px 10px 40px;
}
.header .header_list .header_button ul .header_form a img {
  width: 20px;
  position: absolute;
  left: 10px;
  top: 25px;
}
.header .header_list .header_button ul .header_tel {
  background: linear-gradient(to right, #3a3a3a, #130f0b);
  height: 60px;
  position: relative;
}
.header .header_list .header_button ul .header_tel a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  display: block;
}
.header .header_list .header_button ul .header_tel a img {
  width: 20px;
  position: absolute;
  left: 6px;
  top: 22px;
}
.header .header_list .header_button ul .header_tel a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0;
  }
  .header .header_list .header_logo {
    padding: 15px;
  }
  .header .header_list .header_logo h1 img {
    height: 70px;
  }
  .header .header_list .header_button {
    height: 100px;
  }
  .header .header_list .header_button ul .header_form {
    height: 100px;
  }
  .header .header_list .header_button ul .header_form a {
    font-size: 18px;
    padding: 33px 20px 40px 50px;
    font-weight: bold;
  }
  .header .header_list .header_button ul .header_form a img {
    width: 22px;
    left: 20px;
    top: 40px;
  }
  .header .header_list .header_button ul .header_tel {
    height: 100px;
  }
  .header .header_list .header_button ul .header_tel a {
    font-size: 26px;
    padding: 18px 40px 20px 60px;
  }
  .header .header_list .header_button ul .header_tel a img {
    width: 22px;
    left: 32px;
    top: 30px;
  }
  .header .header_list .header_button ul .header_tel a span {
    font-size: 16px;
    margin: -6px 0 0 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
  .header .header_list .header_logo {
    padding: 5px;
  }
  .header .header_list .header_logo h1 {
    margin: 0;
  }
  .header .header_list .header_logo h1 img {
    height: 36px;
    width: auto;
    margin: 8px 0 0 0;
  }
  .header .header_list .header_button ul .header_form a {
    font-size: 11px;
    padding: 14px 5px 5px 26px;
  }
  .header .header_list .header_button ul .header_form a img {
    width: 14px;
    left: 6px;
  }
  .header .header_list .header_button ul .header_tel a {
    font-size: 13px;
    padding: 12px 10px 10px 25px;
  }
  .header .header_list .header_button ul .header_tel a img {
    width: 14px;
    left: 6px;
    top: 25px;
  }
  .header .header_list .header_button ul .header_tel a span {
    font-size: 11px;
  }
}
.mv {
  background: #fafafa;
  padding: 0 0 20px 0;
}
.mv ul {
  display: flex;
  flex-wrap: wrap;
}
.mv ul .mv_img {
  order: 0;
  margin: 20px 0 0 70px;
}
.mv ul .mv_img img {
  border-radius: 30px 0 0 30px;
}
.mv ul .mv_text {
  order: 1;
}
.mv ul .mv_text .mv_h2 {
  font-size: 7vw;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 1.4em;
  padding: 0 20px;
  margin: -30vw 0 0 0;
}
.mv ul .mv_text .mv_h2 .orange_text {
  color: #e84500;
}
.mv ul .mv_text .mv_h2 .small_text {
  font-size: 0.8em;
}
.mv ul .mv_text .mv_h2 .white_bg {
  display: inline-block;
  padding: 0;
  margin: 0 0 5px 0;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.mv ul .mv_text img {
  width: 90%;
  display: block;
  margin: 10px auto;
}
.mv ul .mv_text p {
  font-weight: bold;
  padding: 0 20px;
  font-size: 3.13vw;
}

@media screen and (min-width: 768px) {
  .mv {
    padding: 0 0 0 0;
    margin: 100px 0 0 0;
    position: relative;
    overflow: hidden;
    height: 850px;
  }
  .mv ul {
    display: flex;
    flex-wrap: wrap;
  }
  .mv ul .mv_img {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .mv ul .mv_img img {
    width: 55vw;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv ul .mv_text {
    position: absolute;
    margin: 40px 0 0 40px;
  }
  .mv ul .mv_text .mv_h2 {
    font-size: 5vw;
    margin: 0;
    font-feature-settings: "palt";
    line-height: 1.2em;
  }
  .mv ul .mv_text .mv_h2 .white_bg {
    display: inline-block;
    padding: 0;
    margin: 0 0 5px 0;
  }
  .mv ul .mv_text img {
    width: 39vw;
    display: block;
    margin: 30px 20px;
  }
  .mv ul .mv_text p {
    padding: 0 20px;
    font-size: 1.4vw;
    width: 50vw;
  }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
  .mv ul .mv_text p {
    padding: 0 10px;
    font-size: 3.2vw;
  }
}
.cta {
  background: linear-gradient(to right, #e84500, #ff7603);
  padding: 40px 20px;
}
.cta h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta ul .form {
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cta ul .form a {
  display: block;
  padding: 20px;
}
.cta ul .form a img {
  width: 30px;
  margin: 0 10px 2px 0;
}
.cta ul .tel {
  background: linear-gradient(to right, #3a3a3a, #130f0b);
  font-weight: bold;
  font-size: 30px;
  border-radius: 10px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cta ul .tel a {
  color: #fff;
  display: block;
  padding: 10px 10px 20px 10px;
}
.cta ul .tel a img {
  width: 30px;
  margin: 0 10px 8px 0;
}
.cta ul .tel a span {
  font-weight: normal;
  display: block;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .cta {
    padding: 80px 20px;
  }
  .cta h2 {
    font-size: 32px;
  }
  .cta ul .form {
    font-size: 24px;
    margin: 40px 20px;
    width: 440px;
  }
  .cta ul .form a {
    padding: 44px 20px;
  }
  .cta ul .form a img {
    width: 40px;
    margin: 0 20px 4px 0;
  }
  .cta ul .tel {
    font-size: 42px;
    margin: 40px 20px;
    width: 440px;
  }
  .cta ul .tel a img {
    width: 40px;
    margin: 0 10px 10px 0;
  }
  .cta ul .tel a span {
    font-size: 24px;
  }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
  .cta h2 {
    font-size: 18px;
  }
  .cta ul .form {
    font-size: 14px;
  }
}
.real_estate {
  background: #fff;
  padding: 40px 0 0;
  position: relative;
}
.real_estate h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 40px 0 40px 0;
  overflow: hidden;
}
.real_estate h2 span {
  position: absolute;
  color: #ffefe9;
  font-size: 80px;
  top: -10px;
  left: calc(50% - 200px);
  z-index: -1;
  white-space: nowrap;
}
.real_estate .list_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.real_estate .list_box .property_info_list {
  width: 48%;
}
.real_estate .list_box .property_info_list h4 {
  background-color: #e95513 !important;
}
.real_estate .list_box .property_info_list .bkn_box {
  border: 0 !important;
  background: #f0f0f0;
}
.real_estate .list_box .property_info_list .bkn_box .info .btn {
  left: calc(50% - 66px);
}
.real_estate .list_box .property_info_list .bkn_box_tit {
  font-weight: bold !important;
}
.real_estate .list_box .property_info_list .info dt {
  font-weight: bold !important;
  padding: 0;
}
.real_estate .real_estate_text {
  font-weight: bold;
  padding: 0 20px;
}
.real_estate .real_estate_button {
  background: linear-gradient(to right, #19a568, #005f35);
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  margin: 30px auto 60px;
  width: 90%;
  display: block;
  border: 0;
}
.real_estate .real_estate_button a {
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
.real_estate .real_estate_button a img {
  width: 30px;
  margin: 0 10px 2px 0;
}

.swiper-container {
  width: 100%; /* カルーセルの幅 */
  height: auto; /* カルーセルの高さ */
  overflow: hidden; /* スライドがはみ出さないように */
}

.swiper-slide {
  width: 100%; /* スライドの幅 */
  height: auto; /* スライドの高さ */
}

.swiper-button-next,
.swiper-button-prev {
  color: #e84500 !important; /* ボタンの色 */
  font-size: 2rem; /* ボタンのサイズ */
  background-color: #fff; /* ボタンの背景色 */
  padding: 10px; /* ボタンのパディング */
  border-radius: 50%; /* ボタンを丸くする */
  transition: background-color 0.3s ease; /* ホバー時のアニメーション */
  width: 50px !important;
  height: 50px !important;
  border: solid 1px #e84500 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.8); /* ホバー時の背景色 */
}

.swiper-pagination {
  bottom: 220px !important;
}

.swiper-pagination-bullet-active {
  background: #e84500 !important;
}

@media screen and (min-width: 768px) {
  .real_estate {
    padding: 100px 0;
  }
  .real_estate h2 {
    font-size: 32px;
    padding: 0 0 40px 0;
    overflow: visible;
  }
  .real_estate h2 span {
    font-size: 140px;
    top: -100px;
    left: calc(50% - 460px);
  }
  .real_estate .list_box {
    width: 90%;
    margin: 40px auto 0;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .real_estate .list_box .property_info_list {
    margin-bottom: 30px;
    width: 260px;
  }
  .real_estate .real_estate_text {
    font-size: 20px;
    width: 1000px;
    margin: 0 auto 60px;
  }
  .real_estate .real_estate_button {
    font-size: 16px;
    margin: 30px auto 0;
    width: 440px;
  }
  .real_estate .real_estate_button a {
    padding: 44px 20px;
    font-size: 24px;
    line-height: 1.6;
  }
  .real_estate .real_estate_button a img {
    width: 40px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 40% !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
  }
  .swiper-pagination {
    bottom: 400px !important;
  }
}
.problem {
  background: #fafafa;
  padding: 40px 0 0;
}
.problem h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.problem h2 span {
  position: absolute;
  color: #ffefe9;
  font-size: 80px;
  top: -30px;
  left: calc(50% - 200px);
  z-index: -1;
}
.problem .problem_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 20px 0px 20px;
  padding: 0 0 180px 0;
  position: relative;
}
.problem .problem_list::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 21%;
  width: 180px;
  height: 200px;
  background-image: url(../images/lp/problem_doctor.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.problem .problem_list .problem_item {
  border: solid 2px #e84500;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin: 0 0 10px 0;
  position: relative;
}
.problem .problem_list .problem_item img {
  width: 20px;
  position: absolute;
}
.problem .problem_list .problem_item p {
  padding: 0 0 0 30px;
}
.problem .problem_list .problem_item p span {
  color: #e84500;
  font-weight: bold;
}
.problem .problem_bk {
  background: url(../images/lp/problemblack_bg.jpg);
  background-size: cover;
  padding: 40px 30px;
  background-position: right;
}
.problem .problem_bk .problem_bk_text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.problem .problem_bk .problem_bk_text span {
  background: #e84500;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 10px;
  width: 150px;
  padding: 10px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  .problem {
    padding: 100px 0 0;
  }
  .problem h2 {
    font-size: 32px;
    padding: 0 0 40px 0;
    overflow: visible;
  }
  .problem h2 span {
    font-size: 140px;
    top: -70px;
    left: calc(50% - 350px);
  }
  .problem .problem_list {
    margin: 20px auto 0px;
    padding: 0 0 70px 0;
    width: 1000px;
  }
  .problem .problem_list::after {
    bottom: 0px;
    left: initial;
    right: -100px;
    width: 310px;
    height: 470px;
  }
  .problem .problem_list .problem_item {
    padding: 20px;
    margin: 0 0 20px 0;
    width: 820px;
  }
  .problem .problem_list .problem_item img {
    width: 34px;
  }
  .problem .problem_list .problem_item p {
    padding: 0 0 0 50px;
    font-size: 20px;
  }
  .problem .problem_bk {
    padding: 40px 30px;
    background-position: right;
    height: 200px;
  }
  .problem .problem_bk .problem_bk_text {
    font-size: 38px;
    text-align: center;
  }
  .problem .problem_bk .problem_bk_text span {
    font-size: 28px;
    border-radius: 60px;
    width: 180px;
    padding: 20px;
    margin: -80px auto 70px;
  }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
  .problem h2 {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .problem h2 span {
    font-size: 70px;
    left: calc(50% - 180px);
  }
}
.group {
  background: #fafafa;
  padding: 40px 20px 60px;
  position: relative;
}
.group::before {
  content: "";
  background: url(../images/lp/arrow.png);
  background-size: cover;
  width: 60px;
  height: 50px;
  display: block;
  z-index: 1;
  position: absolute;
  top: -20px;
  left: calc(50% - 30px);
}
.group p {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.group p span {
  color: #e84500;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.group figure {
  background: #fff;
  padding: 20px 5px;
  flex-wrap: wrap;
}
.group a {
  text-decoration: underline;
  margin: 30px 10px 10px 10px;
  display: block;
}

@media screen and (min-width: 768px) {
  .group {
    padding: 100px 0;
  }
  .group::before {
    width: 100px;
    height: 86px;
    top: -20px;
    left: calc(50% - 40px);
  }
  .group p {
    font-size: 20px;
    width: 1000px;
    margin: 0 auto 60px;
  }
  .group p span {
    font-size: 28px;
    font-feature-settings: "palt";
    padding: 0px 0 0 30px;
    margin: -30px 0 0 0;
  }
  .group figure {
    padding: 50px 25px 20px;
    margin: 0 auto;
    display: flex;
    width: 1000px;
  }
  .group figure img {
    width: 1000px;
  }
  .group figure a {
    display: inline-block;
    text-align: left;
  }
}
.reason {
  background: #fff;
  padding: 60px 20px 40px;
  position: relative;
}
.reason::before {
  content: "";
  background: url(../images/lp/arrow.png);
  background-size: cover;
  width: 60px;
  height: 50px;
  display: block;
  z-index: 1;
  position: absolute;
  top: -20px;
  left: calc(50% - 30px);
}
.reason h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0 0 40px 0;
}
.reason h2 span {
  position: absolute;
  color: #ffefe9;
  font-size: 80px;
  top: -50px;
  z-index: -1;
}
.reason .reason_list::after {
  content: "";
}
.reason .reason_list .reazon_item ul {
  display: flex;
  flex-wrap: wrap;
}
.reason .reason_list .reazon_item ul .text {
  order: 1;
}
.reason .reason_list .reazon_item ul .text span {
  font-size: 52px;
  font-weight: bold;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #e84500;
  margin: -50px 0 0 0;
  display: inline-block;
}
.reason .reason_list .reazon_item ul .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: -10px 0 10px 0;
}
.reason .reason_list .reazon_item ul .img {
  order: 0;
}
.reason .reason_list .reazon_item ul .img figure {
  border-right: solid 2px #e84500;
}
.reason .arrow {
  display: block;
  margin: -40px auto 20px;
  width: 60px;
}
.reason .end_comment {
  color: #e84500;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .reason {
    padding: 140px 0 60px;
  }
  .reason::before {
    width: 100px;
    height: 86px;
    top: -20px;
    left: calc(50% - 40px);
  }
  .reason h2 {
    font-size: 32px;
    margin: 0 0 80px 0;
  }
  .reason h2 span {
    font-size: 140px;
    top: -90px;
    left: calc(50% - 290px);
  }
  .reason .reason_list .reazon_item {
    margin: 0 0 80px 0;
  }
  .reason .reason_list .reazon_item:nth-child(even) .text {
    order: 1;
  }
  .reason .reason_list .reazon_item:nth-child(even) .img {
    order: 0;
    margin: -30px 40px 0 0;
  }
  .reason .reason_list .reazon_item:nth-child(odd) .text {
    order: 0;
    margin: 30px 40px 0 0;
  }
  .reason .reason_list .reazon_item:nth-child(odd) .img {
    order: 1;
  }
  .reason .reason_list .reazon_item ul {
    justify-content: center;
  }
  .reason .reason_list .reazon_item ul .text {
    width: 460px;
  }
  .reason .reason_list .reazon_item ul .text span {
    font-size: 82px;
    margin: -50px 0 0 0;
    display: inline-block;
  }
  .reason .reason_list .reazon_item ul .text h3 {
    font-size: 24px;
    margin: 0 0 0 0;
    display: inline-block;
    width: 350px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .reason .reason_list .reazon_item ul .text p {
    font-size: 18px;
    margin: -10px 0 0 0;
  }
  .reason .reason_list .reazon_item ul .img {
    order: 0;
  }
  .reason .reason_list .reazon_item ul .img figure {
    border-left: solid 4px #e84500;
    border-right: 0;
  }
  .reason .reason_list .reazon_item ul .img figure img {
    width: 480px;
  }
  .reason .arrow {
    width: 100px;
  }
  .reason .end_comment {
    font-size: 42px;
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
  .reason h2 {
    font-size: 18px;
    overflow: hidden;
  }
  .reason h2 span {
    font-size: 70px;
    left: calc(50% - 150px);
    top: -30px;
  }
  .reason .end_comment {
    font-size: 18px;
  }
}
.footer {
  background: linear-gradient(to right, #3a3a3a, #130f0b);
  color: #fff;
  padding: 40px;
}
.footer .footer_h2 {
  margin: 0 0 0 0;
}
.footer .footer_h2 a {
  font-size: 18px;
  color: #fff;
}
.footer ul li {
  margin: 0 0 20px 0;
}
.footer ul li span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.footer .page_link {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 20px;
}
.footer .page_link li {
  list-style: disc;
  margin: 0 30px 20px 0;
}
.footer .page_link li a {
  color: #fff;
  text-decoration: underline;
  margin: 0 0 0 -6px;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0;
  margin: 100px 0 20px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 80px 20px 80px;
  }
  .footer .footer_h2 a {
    font-size: 24px;
  }
  .footer ul li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 300px) and (max-width: 370px) {
  .footer {
    padding: 30px 20px;
  }
  .footer .copyright {
    margin: 60px 0 20px;
  }
}/*# sourceMappingURL=lp.css.map */