.section_mv {
  position: relative;
  background: url(../img/mv.png) center/cover no-repeat;
  height: 100vh;
}

.scroll-hint-icon-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .section_mv {
    background: url(../img/mv_sp.png) center/cover no-repeat;
  }
}

.section_mv .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.section_mv .mv_text .mv_sub {
  padding: 0 40px;
  position: relative;
  display: inline-block;
  width: 60%;
  min-width: 650px;
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .mv_sub {
    width: 100%;
    padding-top: 130px;
    min-width: auto;
  }
}

.section_mv .mv_text .mv_sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 40px;
  background: url(../img/mv_deco_left.svg);
}

.section_mv .mv_text .mv_sub:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 40px;
  background: url(../img/mv_deco_right.svg);
}

.section_mv .mv_text .mv_lead {
  margin-bottom: 40px;
  color: #F8AE00;
  font-size: clamp(80px, 10vw, 100px);
  font-family: "logotypejp_mp_b_1.1";
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .mv_lead {
    font-size: clamp(38px, 11.2vw, 60px);
  }
}

.section_mv .mv_text .mv_lead span {
  color: #000000;
  font-size: clamp(50px, 5.8vw, 70px);
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .mv_lead span {
    font-size: clamp(24px, 8vw, 44px);
  }
}

.section_mv .mv_text .mv_fukidashi {
  position: absolute;
  top: 0px;
  right: 14%;
  width: 13.4%;
  padding-top: 13.4%;
  background: url(../img/mv_fukidashi.svg) center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .mv_fukidashi {
    top: -10px;
    right: 10%;
    width: 31%;
    aspect-ratio: 1;
    max-width: 161px;
  }
}

.section_mv .mv_text .mv_fukidashi .wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: "logotypejp_mp_b_1.1";
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .mv_fukidashi .wrapper {
    font-size: clamp(10px, 3.2vw, 12px);
  }
}

.section_mv .mv_text .mv_fukidashi .wrapper .font_strong {
  font-size: clamp(18px, 2vw, 25px);
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .mv_fukidashi .wrapper .font_strong {
    font-size: clamp(14px, 4.8vw, 18px);
  }
}

.section_mv .mv_text .point_wrap {
  width: 80%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .point_wrap {
    width: 82%;
    flex-wrap: wrap;
  }
}

.section_mv .mv_text .point_wrap .point {
  width: 30%;
  padding: 20px 0;
  background: rgba(0, 160, 233, 0.7);
  border-radius: 20px;
  color: #fff;
  font-family: "FOT-TsukuGoPro-H";
  font-size: clamp(24px, 2.9vw, 35px);
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .point_wrap .point {
    width: 100%;
    padding: 8px 28px 12px;
    margin-bottom: 10px;
    font-size: clamp(20px, 8vw, 30px);
  }

  .section_mv .mv_text .point_wrap .point:last-of-type {
    margin-bottom: 0;
  }
}

.section_mv .mv_text .point_wrap .point .font_strong {
  font-size: clamp(35px, 3.75vw, 45px);
}

@media screen and (max-width: 767px) {
  .section_mv .mv_text .point_wrap .point .font_strong {
    font-size: clamp(30px, 10.6vw, 40px);
  }
}

.section_estimate {
  padding: 110px 0 64px;
  text-align: center;
}

.section_estimate h2 {
  display: inline-block;
  margin: 0 auto 67px;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "logotypejp_mp_b_1.1";
  position: relative;
}

.section_estimate h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  background: #F8AE00;
  z-index: -1;
  transition: .8s;
}

.section_estimate h2.animation:before {
  width: 100%;
}

.section_estimate .content_wrapper {
  margin: 0 auto 49px;
  width: 62%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_estimate .content_wrapper ul {
  width: 64%;
}

.section_estimate .content_wrapper ul li {
  position: relative;
  padding: 9px 23px;
  margin-bottom: 10px;
  border-radius: 30px;
  background: #FFE581;
  color: #705D4F;
  font-size: clamp(18px, 2vw, 24px);
  font-family: "MPLUSRounded1c-Bold";
}

.section_estimate .content_wrapper ul li:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 24px solid #ffe581;
  border-top: 0;
  transform: rotate(125deg);
}

.section_estimate .content_wrapper .image_area {
  width: 31%;
}

.section_estimate .btn_area {
  display: inline-block;
  border-radius: 50px;
  background: #F8AE00;
  font-size: clamp(18px, 1.8vw, 22px);
  font-family: "FOT-TsukuGoPro-B";
  color: #fff;
}

.section_estimate .btn_area a {
  padding: 20px 40px;
  font-size: clamp(26px, 3vw, 36px);
}

.section_grant {
  padding: 65px 0 102px;
  background: #FFD123;
  text-align: center;
}

.section_grant .sub_lead {
  margin-bottom: 20px;
  font-size: clamp(20px, 2vw, 24px);
  color: #00A0E9;
  font-family: "logotypejp_mp_b_1.1";
}

.section_grant h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 49px;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "logotypejp_mp_b_1.1";
  z-index: 0;
}

.section_grant h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  background: #00A0E9;
  z-index: -1;
  transition: .8s;
}

.section_grant h2.animation:before {
  width: 100%;
}

.section_grant .explanation_image {
  width: 100%;
  margin-bottom: 77px;
}

.section_grant h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(26px, 3vw, 36px);
  color: #333;
  font-family: "logotypejp_mp_b_1.1";
  z-index: 0;
}

.section_grant h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #FFF;
  z-index: -1;
  transition: .8s;
}

.section_grant h3.animation:before {
  width: 100%;
}

.section_grant .content_wrapper {
  margin-bottom: 83px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_grant .image_wrapper {
  position: relative;
  width: 60%;
  margin: auto;
  translate: 5% 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section_grant .image_wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
}

.section_grant .image_wrapper .image_area {
  position: relative;
  width: 90%;
}

.section_grant .image_wrapper .circle_image {
  position: absolute;
  width: 42.6%;
  bottom: -10%;
  right: 0;
}

.inplus_image_wrapper {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .inplus_image_wrapper {
    width: 75%;
  }
}

.section_grant .content_wrapper .description_wrapper {
  width: 45%;
  text-align: left;
}

.section_grant .content_wrapper .description_wrapper .description {
  margin-bottom: 20px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: bold;
}

.section_grant .content_wrapper .description_wrapper .description span {
  color: #e75400;
  font-size: clamp(20px, 2vw, 26px);
}

.section_grant .content_wrapper .description_wrapper .note {
  display: block;
  font-size: clamp(14px, 1.3vw, 16px);
}

.section_grant ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.section_grant ul li {
  width: 31%;
  background: #fff;
}

.section_grant ul li .image_area {
  width: 100%;
  height: auto;
}

.section_grant ul li .text_area {
  padding: 20px;
}

.section_grant ul li .text_area h4 {
  margin-bottom: 15px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-family: "FOT-TsukuGoPro-H";
  font-weight: bold;
}

.section_grant ul li .text_area p {
  text-align: left;
}

.section_grant ul li .text_area p .note {
  display: block;
  margin-top: 10px;
  font-size: clamp(10px, 1vw, 12px);
}

.section_reasonable {
  padding: 20px;
  background: #fff;
}

.section_reasonable .content_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_reasonable .content_wrapper .container {
  width: 50%;
  text-align: center;
  font-family: "FOT-TsukuGoPro-H";
}

.section_reasonable .content_wrapper .container .sub {
  margin-bottom: 20px;
  font-size: clamp(28px, 3.25vw, 39px);
}

.section_reasonable .content_wrapper .container h3 {
  margin-bottom: 20px;
  font-size: clamp(48px, 4.83vw, 58px);
}

.section_reasonable .content_wrapper .container h3 .font_strong {
  font-size: clamp(88px, 8.53vw, 103px);
}

.section_reasonable .content_wrapper .container h3 .font_orange {
  color: #F8AE00;
}

.section_reasonable .content_wrapper .container .reasonable {
  margin-bottom: 30px;
  font-size: clamp(28px, 3vw, 36px);
  color: #F8AE00;
}

.section_reasonable .content_wrapper .container .apartment {
  display: inline-block;
  padding: 0 10px 7px;
  border-bottom: solid 1px #000;
  font-size: clamp(16px, 1.83vw, 22px);
}

.section_reasonable .content_wrapper .image_area {
  width: 50%;
}

.section_case {
  padding: 38px 0 60px;
  background: #FFD123;
  text-align: center;
}

.section_case h2 {
  margin-bottom: 24px;
  font-family: "logotypejp_mp_b_1.1";
  font-size: clamp(26px, 3vw, 36px);
  color: #00A0E9;
}

.section_case .content_wrapper {
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section_case .content_wrapper li {
  padding: 17px;
  width: 23.8%;
  border-radius: 20px;
  background: #fff;
}

.section_case .content_wrapper li .image_area {
  position: relative;
  width: 100%;
  padding-top: 67%;
}

.section_case .content_wrapper li .image_area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section_case .content_wrapper li p {
  margin-top: 17px;
  font-family: "FOT-TsukuGoPro-H";
  font-size: clamp(16px, 1.5vw, 18px);
  text-align: center;
}

.section_case .example_title {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-size: clamp(26px, 3vw, 36px);
  color: #333;
  font-family: "logotypejp_mp_b_1.1";
  z-index: 0;
}

.section_case .example_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #FFF;
  z-index: -1;
  transition: .4s;
}

.section_case .example_title.animation:before {
  width: 100%;
}

.section_case .example_image {
  width: 45%;
}

.section_case .text_area {
  width: 45%;
}

.section_case .text_area h3 {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: dotted 1px #000;
  text-align: left;
  font-family: "FOT-TsukuGoPro-H";
  font-size: clamp(16px, 1.83vw, 22px);
}

.section_case .text_area .grade {
  text-align: left;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
}

.section_case .text_area table {
  margin-top: 20px;
  width: 100%;
  border-collapse: separate;
}

.section_case .text_area table .title {
  padding: 5px 0 7px;
  color: #FFF;
  background: #0092E5;
  text-align: center;
  font-size: clamp(16px, 1.83vw, 22px);
}

.section_case .text_area table th {
  padding: 7px 0;
  background: #B6E1F3;
  text-align: center;
  font-family: "FOT-TsukuGoPro-B";
  font-size: clamp(16px, 1.83vw, 22px);
}

.section_case .text_area table td {
  padding: 7px 0;
  background: #B6E1F3;
  text-align: center;
  font-size: clamp(16px, 1.83vw, 22px);
}

.section_case .btn_area a {
  display: inline-block;
  margin-top: 60px;
  padding: 20px 40px;
  border-radius: 50px;
  background: #00A0E9;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "FOT-TsukuGoPro-B";
  color: #fff;
}

.section_ecohome {
  padding: 60px 0;
  text-align: center;
}

.section_ecohome h2 {
  display: inline-block;
  margin: 0 auto 37px;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "logotypejp_mp_b_1.1";
  position: relative;
}

.section_ecohome h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  background: #F8AE00;
  z-index: -1;
  transition: .8s;
}

.section_ecohome h2.animation:before {
  width: 100%;
}

.section_ecohome .content_wrapper {
  width: 82.6%;
  margin: 0 auto 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_ecohome .content_wrapper .image_area {
  width: 50%;
  aspect-ratio: 1;
  background: url(../img/ecohome_img.svg) center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_ecohome .content_wrapper .image_area p {
  margin-bottom: 20px;
  font-size: clamp(28px, 3.25vw, 39px);
  font-family: "FOT-TsukuGoPro-H";
}

.section_ecohome .content_wrapper .image_area h3 {
  margin-bottom: 10px;
  font-size: clamp(48px, 4.83vw, 58px);
  font-family: "FOT-TsukuGoPro-H";
}

.section_ecohome .content_wrapper .image_area h3 .font_strong {
  font-size: clamp(88px, 8.53vw, 103px);
}

.section_ecohome .content_wrapper .image_area h3 .font_white {
  color: #FFF;
}

.section_ecohome .content_wrapper .text_area {
  width: 41%;
}

.section_ecohome .content_wrapper .text_area p {
  font-family: "logotypejp_mp_b_1.1";
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.66;
}

.section_ecohome .content_wrapper .text_area .note {
  margin-top: 45px;
  font-family: "FOT-TsukuGoPro-R";
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: left;
}

.section_ecohome .slider_wrapper {
  padding: 65px 0 38px;
  background: #FFD123;
}

.section_ecohome .slider_wrapper h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-size: clamp(26px, 3vw, 36px);
  color: #333;
  font-family: "logotypejp_mp_b_1.1";
  z-index: 0;
}

.section_ecohome .slider_wrapper h2:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #FFF;
  z-index: -1;
  transition: .8s;
}

.section_ecohome .slider_wrapper h2.animation:before {
  width: 100%;
}

.section_ecohome .slider_wrapper ul .slider-img {
  width: 550px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 140px;
}

.section_ecohome .slider_wrapper ul .slider-img h3 {
  padding: 20px 0;
  background: #1A1311;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 22px);
  font-family: "logotypejp_mp_b_1.1";
  text-align: center;
}

.section_ecohome .slider_wrapper ul .slider-img .container {
  padding: 28px;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  align-items: flex-start;
}

.section_ecohome .slider_wrapper ul .slider-img .container .image_area {
  width: 44.3%;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area {
  width: 49.8%;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table {
  width: 100%;
  border-collapse: separate;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table .title {
  padding: 5px 0 7px;
  color: #FFF;
  background: #0092E5;
  text-align: center;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table th {
  padding: 7px 0;
  background: #B6E1F3;
  text-align: center;
  font-family: "FOT-TsukuGoPro-B";
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table td {
  padding: 7px 17px;
  background: #B6E1F3;
  text-align: center;
  font-family: "FOT-TsukuGoPro-B";
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table td .price {
  text-align: right;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table td .yen {
  font-size: clamp(10px, 1.08vw, 13px);
  font-family: "FOT-TsukuGoPro-H";
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area table td .font_red {
  color: #EA5514;
}

.section_ecohome .slider_wrapper ul .slider-img .container .text_area p {
  margin-top: 10px;
  text-align: left;
  font-family: "FOT-TsukuGoPro-B";
  line-height: 1.5;
}

.section_ecohome .slider_wrapper .slick-dots {
  position: relative;
  z-index: 3;
  margin: 10px auto 0;
  text-align: center;
}

.section_ecohome .slider_wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.section_ecohome .slider_wrapper .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 15px;
  border: unset;
  border-radius: 50%;
  height: 15px;
  display: block;
  background: #333;
  cursor: pointer;
}

.section_ecohome .slider_wrapper .slick-dots .slick-active button {
  background: #00A0E9;
}

.section_ecohome .slider_wrapper .slick-prev {
  width: 66px;
  height: 66px;
  z-index: 99;
  left: 18%;
}

.section_ecohome .slider_wrapper .slick-prev:before {
  background: url(../img/arrow-circle-left.svg) !important;
  background-size: contain !important;
}

.section_ecohome .slider_wrapper .slick-next {
  width: 66px;
  height: 66px;
  z-index: 99;
  right: 18%;
}

.section_ecohome .slider_wrapper .slick-next:before {
  background: url(../img/arrow-circle-right.svg) !important;
  background-size: contain !important;
}

.section_ecohome .slider_wrapper .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.section_flow {
  padding: 67px auto 60px;
  text-align: center;
}

.section_flow h2 {
  display: inline-block;
  margin: 0 auto 47px;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "logotypejp_mp_b_1.1";
  position: relative;
}

.section_flow h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  background: #F8AE00;
  z-index: -1;
  transition: .4s;
}

.section_flow h2.animation:before {
  width: 100%;
}

.section_flow ul {
  width: 82.6%;
  margin: 0 auto;
}

.section_flow ul li {
  position: relative;
  padding: 20px 60px 20px 42px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 3px #F8AE00;
  border-radius: 60px;
}

.section_flow ul li:before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #333333;
  border-bottom: 0;
}

.section_flow ul li:after {
  content: "";
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #333333;
  border-bottom: 0;
}

.section_flow ul li:last-of-type:before {
  display: none;
}

.section_flow ul li:last-of-type:after {
  display: none;
}

.section_flow ul li .number {
  font-family: "DINPro-Bold";
  font-size: clamp(48px, 4.83vw, 58px);
  color: #F8AE00;
}

.section_flow ul li .text_area {
  width: 60%;
  text-align: left;
}

.section_flow ul li .text_area h3 {
  margin-bottom: 20px;
  font-size: clamp(18px, 2vw, 25px);
  font-family: "FOT-TsukuGoPro-H";
}

.section_flow ul li .text_area p {
  font-family: "FOT-TsukuGoPro-R";
}

.section_flow ul .yellow {
  border: solid 3px #FFD123;
}

.section_flow ul .yellow .number {
  color: #FFD123;
}

.section_flow ul .blue {
  border: solid 3px #00A0E9;
}

.section_flow ul .blue .number {
  color: #00A0E9;
}

.section_contact {
  padding: 60px 0 0;
  background: #FFD123;
  text-align: center;
}

.section_contact h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 49px;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "logotypejp_mp_b_1.1";
  z-index: 0;
}

.section_contact h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  background: #00A0E9;
  z-index: -1;
  transition: .8s;
}

.section_contact h2.animation:before {
  width: 100%;
}

.section_contact .text {
  margin-bottom: 40px;
}

.section_contact .form_wrapper {
  width: 82.6%;
  margin: 0 auto 55px;
  padding: 64px 7% 44px;
  background: #fff;
  border-radius: 18px;
}

.section_contact .form_wrapper .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_contact .form_wrapper .form-group .text {
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: "FOT-TsukuGoPro-H";
}

.section_contact .policy_text {
  margin: 0 auto 24px;
  display: block;
}

.section_contact .policy_text a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
}

.section_contact .submit_btn {
  display: inline-block;
  margin: 60px 0;
  border-radius: 50px;
  background: #00A0E9;
  font-size: clamp(18px, 1.8vw, 22px);
  font-family: "FOT-TsukuGoPro-B";
  color: #fff;
  padding: 0;
}

.section_contact .submit_btn input {
  background: transparent;
  padding: 20px 100px;
  display: block;
  margin: auto;
}

.section_contact .contact_tel {
  padding: 66px 0 82px;
  background: #fff;
}

.section_contact .contact_tel h2 {
  display: inline-block;
  margin: 0 auto 45px;
  font-size: clamp(26px, 3vw, 36px);
  font-family: "logotypejp_mp_b_1.1";
  position: relative;
}

.section_contact .contact_tel h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  background: #F8AE00;
  z-index: -1;
  transition: .8s;
}

.section_contact .contact_tel h2.animation:before {
  width: 100%;
}

.section_contact .contact_tel .tel_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.5%;
  margin: 0 auto;
}

.section_contact .contact_tel .tel_wrap .icon_area {
  width: 15%;
}

.section_contact .contact_tel .tel_wrap .number_area {
  font-size: clamp(32px, 3.6vw, 44px);
  font-family: "DINPro-Bold";
}

.section_contact .contact_tel .tel_wrap .number_area .note {
  display: block;
  font-size: clamp(10px, 1.1vw, 14px);
  font-family: "FOT-TsukuGoPro-H";
  text-align: left;
}

.fixed_btn_wrapper {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 40px;
}

.fixed_btn_wrapper .fixed_btn01 {
  margin-bottom: 18px;
}

.fixed_btn_wrapper .fixed_btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: solid 3px #F8AE00;
  background: #fff;
  position: relative;
}

.fixed_btn_wrapper .fixed_btn01 a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: dotted 1px #F8AE00;
}

.fixed_btn_wrapper .fixed_btn01 a .container {
  text-align: center;
}

.fixed_btn_wrapper .fixed_btn01 a .container .icon_area {
  display: block;
  width: 22.46px;
  margin: 0 auto 10px;
}

.fixed_btn_wrapper .fixed_btn01 a .container .text_area {
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: "logotypejp_mp_b_1.1";
  line-height: 1.25;
}

.fixed_btn_wrapper .fixed_btn01 a .container .text_area .font_orange {
  display: inline-block;
  border-bottom: solid 3px #FFD123;
  color: #F8AE00;
  font-size: clamp(18px, 1.75vw, 21px);
}

.fixed_btn_wrapper .fixed_btn02 a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fixed_btn_wrapper .fixed_btn02 a .fukidashi {
  margin-right: 28.6px;
  padding: 17px 15px;
  border-radius: 10px;
  background: #06C755;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 22px);
  text-align: center;
  font-family: "FOT-TsukuGoPro-B";
  position: relative;
}

.fixed_btn_wrapper .fixed_btn02 a .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid #06c755;
  border-right: 0;
}

.fixed_btn_wrapper .fixed_btn02 a .fukidashi .sub {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  text-align: center;
}

.fixed_btn_wrapper .fixed_btn02 a .icon_area {
  display: block;
  width: 55px;
  height: 55px;
}

.fixed_btn_wrapper .fixed_btn02 a .icon_area img {
  -o-object-fit: contain;
  object-fit: contain;
}

p.contact_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .fixed_btn_wrapper {
    display: none !important;
    opacity: 0;
  }

  header {
    position: relative;
    margin-top: 0;
  }

  header .btn_wrapper {
    width: 99%;
    justify-content: space-between;
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }

  header .btn_wrapper .btn {
    width: 49%;
    min-width: 0;
    margin-left: 0;
  }

  header .btn_wrapper .btn a {
    padding: 10px 0;
    font-size: 16px;
  }


  header .logo {
    top: 15px;
    left: 15px;
    max-width: 144px;
  }

  .section_estimate {
    padding: 27px 0 20px;
    text-align: center;
  }

  .section_estimate h2 {
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .section_estimate h2:before {
    bottom: 8px;
    height: 8px;
  }

  .section_estimate h2:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 0;
    height: 8px;
    background: #F8AE00;
    z-index: -1;
    transition: .8s;
  }

  .section_estimate h2.animation:after {
    width: 100%;
  }

  .section_estimate .content_wrapper {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .section_estimate .content_wrapper ul {
    width: 100%;
  }

  .section_estimate .content_wrapper ul li {
    font-size: clamp(10px, 4.8vw, 24px);
    text-align: center;
    padding: 10px 0;
  }

  .section_estimate .content_wrapper .image_area {
    width: 50%;
    margin: auto;
  }

  .section_grant {
    padding: 30px 0 30px;
  }

  .section_grant .sub_lead {
    margin-bottom: 10px;
    font-size: 5.87vw;
  }

  .section_grant .explanation_image {
    margin-bottom: 34px;
  }

  .section_grant .explanation_image img.display_sp {
    width: 106%;
    translate: -3%;
  }

  .section_grant h2 {
    margin-bottom: 16px;
    font-size: 8vw;
  }

  .section_grant h3 {
    font-size: 7.47vw;
  }

  .section_grant h3:before {
    height: 5px;
    bottom: 5px;
  }

  .section_grant h3:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    width: 0;
    height: 5px;
    background: #FFF;
    z-index: -1;
    transition: .8s;
    margin-left: 55px;
  }

  .section_grant h3.animation:after {
    width: 65%;
  }

  .section_grant .content_wrapper {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 30px;
  }

  .section_grant .content_wrapper .image_wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .section_grant .content_wrapper .description_wrapper {
    width: 100%;
  }

  .section_grant .content_wrapper .description_wrapper .description {
    margin-bottom: 10px;
    font-size: 4.27vw;
  }

  .section_grant .content_wrapper .description_wrapper .description span {
    display: inline-block;
    color: #e75400;
    font-size: 5.87vw;
    font-weight: 900;
    margin-bottom: 4px;
  }

  .section_grant .content_wrapper .description_wrapper .note {
    font-size: 3.2vw;
  }

  .section_grant ul {
    flex-direction: column;
  }

  .section_grant ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  .section_grant ul li .text_area h4 {
    font-size: 6.4vw;
    font-family: "FOT-TsukuGoPro-B";
  }

  .section_grant ul li .text_area p {
    line-height: 1.3;
  }

  .section_reasonable .content_wrapper {
    flex-direction: column;
  }

  .section_reasonable .content_wrapper .container {
    width: 100%;
  }

  .section_reasonable .content_wrapper .container .sub {
    width: 100%;
    margin-bottom: 8px;
  }

  .section_reasonable .content_wrapper .container .reasonable {
    margin-bottom: 16px;
  }

  .section_reasonable .content_wrapper .container h3 {
    font-size: 15.47vw;
  }

  .section_reasonable .content_wrapper .container h3 .font_strong.font_orange {
    font-size: 26.67vw;
  }

  .section_reasonable .content_wrapper .container h3 .font_orange {
    font-size: 15.47vw;
  }

  .section_reasonable .content_wrapper .container .reasonable {
    font-size: 9.07vw;
  }

  .section_reasonable .content_wrapper .container .apartment {
    font-size: 5.87vw;
    margin-bottom: 30px;
  }

  .section_reasonable .content_wrapper .image_area {
    width: 100%;
  }

  .section_case h2 {
    font-size: 9.07vw;
  }

  .section_case .content_wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .section_case .content_wrapper li {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  .section_case .example_title {
    font-size: 9.6vw;
    margin-bottom: 20px;
  }

  .section_case .example_image {
    width: 100%;
    margin-bottom: 26px;
  }

  .section_case .text_area {
    width: 100%;
  }

  .section_case .text_area .grade {
    font-size: 4.27vw;
    margin-bottom: 8px;
  }

  .section_case .text_area table .title {
    font-size: 4.8vw;
  }

  .section_case .image_area {
    overflow: auto;
    position: relative;
  }

  .section_case .image_area img {
    width: 1000px;
  }

  .section_case .btn_area a {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .section_case .content_wrapper li p {
    font-size: 5.87vw;
  }

  .section_case .text_area h3 {
    font-size: 4.8vw;
  }

  .scroll-hint-icon-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
  }

  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
  }

  .scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PHBhdGggZD0iTTIxLjMzIDMwLjUySDcuODVBMS41NSAxLjU1IDAgMDE2LjMgMjlhMTIuNDYgMTIuNDYgMCAwMC0uNjMtNC40MiAyNS4xNiAyNS4xNiAwIDAwLTQuMjUtNWwtLjA2LS4wNkE1IDUgMCAwMTAgMTUuODZhMy42NCAzLjY0IDAgMDExLjE3LTIuNjIgMy42MyAzLjYzIDAgMDE1LjE0LjA3VjMuNzdhMy43NyAzLjc3IDAgMTE3LjU0IDB2NC41NmEzLjM1IDMuMzUgMCAwMTEuMjYgMCAzIDMgMCAwMTIgMS4yMiAzLjUgMy41IDAgMDEyLS4wNiAzLjIxIDMuMjEgMCAwMTIgMS41NCAzLjc0IDMuNzQgMCAwMTMgLjQ3IDQuMjEgNC4yMSAwIDAxMS42MyAzLjV2LjQ2YTE5LjI2IDE5LjI2IDAgMDEtLjg0IDdjLS4xNC4zOC0uMzYuODEtLjU2IDEuMjJsLS4xMS4yMmMwIC4wNy0uMDkuMTQtLjE0LjIxYTcuMTMgNy4xMyAwIDAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAxLTEuNTQgMS41M3pNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4Ljc0IDguNzQgMCAwMTEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMDAuNDYtMSAxNi44IDE2LjggMCAwMC43LTYuMTJ2LS41NGEyIDIgMCAwMC0uNjQtMS41MiAxLjMzIDEuMzMgMCAwMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAxLTEuMTguMjggMS4xNSAxLjE1IDAgMDEtLjc4LS45NCAxLjI2IDEuMjYgMCAwMC0uNzUtMS4xMSAxIDEgMCAwMC0xLjExLjI4bC0uMS4xYTEuMTUgMS4xNSAwIDAxLTEuMTkuMjkgMS4xNiAxLjE2IDAgMDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwMC0xIC40OCAxLjE2IDEuMTYgMCAwMS0yLjE2LS41OFYzLjc3YTEuNDYgMS40NiAwIDEwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwMS0uODMgMS4xMSAxLjE1IDEuMTUgMCAwMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSAxLjM1IDAgMDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAwLS4zOSAxQTIuNTcgMi41NyAwIDAwMyAxNy44NWEyNy4yNCAyNy4yNCAwIDAxNC43IDUuNjIgMTIuNjMgMTIuNjMgMCAwMS45MSA0Ljc0em0xNC41OS00Ljg2ek02LjUxIDE2LjU5eiIgZmlsbD0iI2ZmZiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPjwvZz48L3N2Zz4=);
  }

  .scroll-hint-text {
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
  }

  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
  }

  .scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEuODUgNi4wMWg4LjU1TTEwLjQgNy4xN0gxLjg1YTEuMTYgMS4xNiAwIDExMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMTEwIDIuMzF6Ii8+PHBhdGggZD0iTTcuNCAxMmExLjE1IDEuMTUgMCAwMS0uNzItLjI1bC02LjI1LTVBMS4yIDEuMiAwIDAxMCA1Ljg3IDEuMTQgMS4xNCAwIDAxLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAxMS40IDEuODVMMyA1LjkxIDguMTIgMTBhMS4xNiAxLjE2IDAgMDEtLjcyIDJ6TTMxLjQ1IDYuMDFoLTguNTZNMzEuNDUgNy4xN2gtOC41NmExLjE2IDEuMTYgMCAxMTAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAxMCAyLjMxeiIvPjxwYXRoIGQ9Ik0yNS45IDEyYTEuMTggMS4xOCAwIDAxLS45MS0uNDMgMS4xNyAxLjE3IDAgMDEuMTgtMS41N2w1LjA5LTQuMDUtNS4wNi0zLjg3QTEuMTYgMS4xNiAwIDAxMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwMS40NS45MSAxLjE0IDEuMTQgMCAwMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwMS0uNzIuMTd6Ii8+PC9nPjwvZz48L3N2Zz4=);
    opacity: 0;
    transition-delay: 2.4s;
  }

  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8;
  }

  .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px;
  }

  .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px;
  }

  .section_case .btn_area {
    margin-top: 24px;
  }

  .section_case {
    padding: 36px 0 30px 0;
  }

  .section_ecohome {
    padding: 26px 0 30px 0;
  }

  .section_ecohome h2 {
    font-size: 6.93vw;
    line-height: 2;
  }

  .section_ecohome h2:before {
    bottom: inherit;
    top: 30%;
  }

  .section_ecohome h2.ecohome-main-title:after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0;
    margin-left: 1.5em;
    width: 0;
    height: 15px;
    background: #F8AE00;
    z-index: -1;
    transition: .8s;
  }

  .section_ecohome h2.ecohome-main-title:after {
    width: 10em;
  }

  .section_ecohome .content_wrapper {
    flex-direction: column;
    margin-bottom: 26px;
  }

  .section_ecohome .content_wrapper {
    width: 100%;
  }

  .section_ecohome .content_wrapper .image_area {
    width: 100%;
  }

  .section_ecohome .content_wrapper .image_area h3 {
    font-size: 12.8vw;
  }

  .section_ecohome .content_wrapper .image_area h3 .font_strong {
    font-size: 20.27vw;
  }

  .section_ecohome .content_wrapper .image_area p {
    margin-bottom: 18px;
    font-size: 7.47vw;
  }

  .section_ecohome .content_wrapper .text_area {
    width: 100%;
  }

  .section_ecohome .content_wrapper .text_area p {
    font-size: 6.4vw;
  }

  .section_ecohome .content_wrapper .text_area .note {
    margin-top: 23px;
  }

  .section_ecohome .slider_wrapper {
    padding: 36px 0 36px;
  }

  .section_ecohome .slider_wrapper h2 {
    font-size: 9.6vw;
    line-height: 1;
  }

  .section_ecohome .slider_wrapper ul .slider-img {
    max-width: 295px;
    margin: 0 30px;
    height: 100% !important;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container {
    padding: 16px;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container .image_area {
    width: 38%;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container .text_area {
    width: 60%;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container .text_area table .title {
    padding: 2px 4px;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container .text_area table th {
    padding: 2px 0;
    font-size: 2.4vw;
    white-space: nowrap;
    vertical-align: middle;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container .text_area table td {
    padding: 2px 4px;
    font-size: 3.2vw;
  }

  .section_ecohome .slider_wrapper ul .slider-img .container .text_area p {
    font-size: 2.4vw;
    margin-top: 2px;
    line-height: 1;
  }

  .section_flow h2 {
    font-size: 9.6vw;
    margin-bottom: 27px;
  }

  .section_flow ul {
    width: 100%;
    border-radius: 30px;
  }

  .section_flow ul li {
    border-radius: 30px;
    flex-wrap: wrap;
    padding: 15px 15px 30px 15px;
    margin-bottom: 66px;
  }

  .section_flow ul li .number {
    order: 1;
  }

  .section_flow ul li .image_area {
    order: 2;
  }

  .section_flow ul li .text_area {
    order: 3;
    width: 100%;
    margin-top: 16px;
  }

  .section_flow ul li .text_area h3 {
    font-size: 6.4vw;
    margin-bottom: 10px;
  }

  .section_contact {
    padding: 24px 0 0;
  }

  .section_contact h2 {
    font-size: 8vw;
    margin-bottom: 20px;
  }

  .section_contact .form_wrapper {
    width: 100%;
    padding: 50px 15px 50px;
    margin-bottom: 20px;
  }

  .form-group.radio .flex_warp {
    width: 100%;
  }

  .form-group.radio .flex_warp label {
    margin-right: 5px;
  }

  .section_contact .form_wrapper .form-group {
    margin-bottom: 24px;
    padding: 0;
  }

  .form-group .address_wrap {
    width: 100%;
  }

  .section_contact .submit_btn {
    margin: 20px 0;
    width: 295px;
    text-align: center;
  }

  .section_contact .contact_tel {
    padding: 30px 0;
  }

  .section_contact .contact_tel h2 {
    font-size: 6.67vw;
    margin-bottom: 30px;
  }

  .section_contact .contact_tel .tel_wrap {
    width: 100%;
  }

  .section_contact .contact_tel .tel_wrap .number_area .note {
    margin-top: 16px;
  }

  .section_contact .contact_tel .tel_wrap .icon_area {
    width: 12%;
    margin-top: -22px;
  }

  .section_contact .policy_text a {
    padding-bottom: 0;
  }

  .section_contact .policy_text {
    line-height: 1.6;
  }
}

body.contact,
body.custom_404 {
  background: #FFD123;
  height: auto;
  padding-bottom: 231px;
}

.contact .contact_page,
.custom_404 .error_page {
  position: relative;
  padding-top: 20%;
  background: url("../img/mv.png") no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact .contact_page .main_tittle,
.custom_404 .error_page .main_tittle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

.contact .contact_page h1,
.custom_404 .error_page h1 {
  font-size: 48px;
  font-weight: bold;
  font-family: "logotypejp_mp_b_1.1";
  text-align: center;
  line-height: 2;
}

.contact .contact_page h1 sub,
.custom_404 .error_page h1 sub {
  font-size: 16px;
  display: block;
}

.contact .section_contact .contact_text .custom_404 .error_text {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 48px;
}

.contact footer,
.custom_404 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contact .section_contact,
.custom_404 .section_error {
  padding: 60px 0;
}

.contact .contact_thanks_text {
  line-height: 2;
}

.custom_404 .text_404 {
  text-align: center;
  font-size: 24px;
  line-height: 2;
}

.contact .top_back_btn a,
.custom_404 .top_back_btn a {
  display: inline-block;
  margin-top: 60px;
  padding: 20px 40px;
  border-radius: 50px;
  background: #00A0E9;
  font-size: clamp(18px, 1.8vw, 22px);
  font-family: "FOT-TsukuGoPro-B";
  color: #fff;
}

.custom_404 .top_back_btn {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .contact .contact_page,
  .custom_404 .error_page {
    padding-top: 50%;
  }

  .contact .contact_page h1,
  .custom_404 .error_page h1 {
    font-size: 8.53vw;
  }

  .contact .contact_page h1 sub,
  .custom_404 .error_page h1 sub {
    font-size: 14px;
  }

  .section_contact .submit_btn input {
    padding: 20px 0;
  }

  .custom_404 .text_404 {
    text-align: center;
    font-size: 3.73vw;
    line-height: 2;
  }

  .contact .top_back_btn a,
  .custom_404 .top_back_btn a {
    padding: 10px 40px;
    font-size: 3.73vw;
  }

  span.wpcf7-list-item.last {
    margin: 0;
  }
}