@charset "UTF-8";
/* color
=========================================== */
/* =============================================
color END */
/* break
===========================================

default
tab：520 @media (min-width: 520px) {...}
pc：960 @media (min-width: 960px) {...}
max：1280 @media (min-width: 1280px) {...}

*/
/* =============================================
break END */
/* common
-------------------------- */
p {
  color: #525356;
  font-size: 16px;
}

.al_center p {
  color: #fff;
  font-size: 13px;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.theme_color {
  color: #7e9168;
}

.theme_color_orange {
  color: #cc7b4a;
}

.bg_gray {
  background-color: #f6f6f6;
}

.bg_green {
  background-color: #ecefe9;
}

.bg_orange {
  background-color: #faf1ec;
}

.txt_en {
  font-family: "Akshar", sans-serif;
}

.noPC {
  display: none;
}

.noSP {
  display: block;
}

.notice_txt {
  font-size: 14px;
}

.bk_sakaku_nami__gray {
  background-color: #fff;
}

@media (max-width: 959px) {
  .noPC {
    display: block;
  }
  .noSP {
    display: none;
  }
  p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 5%;
  }
}
/* --------------------------
common END */
/* after_care common
-------------------------- */
.after_care_mv {
  position: relative;
  height: 300px;
  background-image: url(../img/after_care/after_care_mv.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.after_care_mv .mv_ttl_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 450px;
  max-width: 450px;
  height: 195px;
  max-height: 195px;
  transform: translateX(-50%);
  letter-spacing: 4.8px;
  background-image: url(../img/after_care/mv_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.after_care_mv .mv_ttl_wrap h1 {
  position: relative;
  margin-bottom: 23.5px;
  padding-bottom: 23.5px;
  text-align: center;
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.after_care_mv .mv_ttl_wrap h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #7e9168;
}
.after_care_mv .mv_ttl_wrap .mv_subttl {
  letter-spacing: 4.2px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.catch_wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
  padding: 0 30px;
}
.catch_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 31px;
  height: 68px;
  background-image: url(../img/after_care/line_dot_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catch_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  width: 31px;
  height: 68px;
  background-image: url(../img/after_care/line_dot_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.catch_layout {
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 500;
}

.btn_layout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 60px;
  padding: 20px 10px;
  transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  letter-spacing: 2.1px;
  border: 2px solid #7e9168;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 500;
}
.btn_layout.theme_color_orange {
  border: 2px solid #cc7b4a;
}
.btn_layout.theme_color_orange:hover {
  transition: 0.5s;
  color: #fff;
  background-color: #cc7b4a;
}
.btn_layout + .btn_layout {
  margin-top: 20px;
}
.btn_layout:hover {
  transition: 0.5s;
  color: #fff;
  background-color: #7e9168;
}
.btn_layout.sp_only {
  display: none;
}
.btn_layout.pc_only {
  display: block;
}

.text_layout01 {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.text_layout01 p {
  position: relative;
  display: inline-block;
  color: #755a50;
  background: linear-gradient(transparent 60%, #fee764 30%);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.text_layout01 p:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -50px;
  display: block;
  width: 31px;
  height: 68px;
  background-image: url(../img/after_care/text_layout01_deco_before.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text_layout01 p:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -50px;
  display: block;
  width: 31px;
  height: 68px;
  background-image: url(../img/after_care/text_layout01_deco_after.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ttl_under_line {
  position: relative;
}
.ttl_under_line::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 64px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #7e9168;
}

.ttl_under_line_dot {
  position: relative;
}
.ttl_under_line_dot::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 100px;
  height: 1px;
  transform: translateX(-50%);
  border-bottom: 4px dotted #7e9168;
}

.ttl_layout01 {
  text-align: center;
  letter-spacing: 4.2px;
  font-size: 28px;
  font-weight: 500;
}
.ttl_layout01 .subttl {
  display: block;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}
.ttl_layout01 + .ttl_sub_txt {
  margin-top: 70px;
  text-align: center;
}

.ttl_under_line_brace {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #cc7b4a;
}
.ttl_under_line_brace::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cc7b4a;
}
.ttl_under_line_brace::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cc7b4a;
}
.ttl_under_line_brace .create_brace {
  text-align: center;
  font-size: 22px;
}
.ttl_under_line_brace .create_brace::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-top: 14px solid #cc7b4a;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
.ttl_under_line_brace .create_brace::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-top: 12px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
}

@media (max-width: 959px) {
  .after_care_mv {
    background-image: url(../img/after_care/after_care_mv_sp.jpg);
  }
  .after_care_mv .mv_ttl_wrap {
    width: 244px;
    height: 92px;
    background-size: cover;
  }
  .after_care_mv .mv_ttl_wrap h1 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 22px;
  }
  .after_care_mv .mv_ttl_wrap h1::after {
    bottom: -5px;
    width: 26px;
  }
  .after_care_mv .mv_ttl_wrap .mv_subttl {
    position: absolute;
    bottom: -37px;
    font-size: 10px;
  }
  .btn_layout {
    max-width: 220px;
    max-height: 50px;
    padding: 15px 10px;
    font-size: 12px;
  }
  .btn_layout.sp_only {
    display: block;
  }
  .btn_layout.pc_only {
    display: none;
  }
  .ttl_layout01 {
    font-size: 20px;
  }
  .ttl_layout01 .subttl {
    font-size: 14px;
  }
  .ttl_layout01 + .ttl_sub_txt {
    text-align: center;
  }
  .ttl_under_line:after {
    bottom: -10px;
  }
}
/* --------------------------
after_care common END */
/* support_wrap
-------------------------- */
.support_wrap {
  display: flex;
  justify-content: space-between;
}

.owners_support {
  padding-bottom: 138px;
  background-color: #fff;
}
.owners_support .support_wrap {
  position: relative;
  margin-top: 96px;
}
.owners_support .support_wrap p {
  letter-spacing: 0.8px;
}
.owners_support .support_wrap:nth-child(odd) .bg_gray {
  padding: 74px 180px 60px 100px;
}
.owners_support .support_wrap:nth-child(even) {
  justify-content: right;
}
.owners_support .support_wrap:nth-child(even) .bg_gray {
  padding: 74px 100px 60px 180px;
}
.owners_support .support_wrap:nth-child(even) .support_btn_wrap {
  align-items: flex-end;
  margin-right: 100px;
}
.owners_support .support_wrap.support_wrap01 .bg_gray::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -420px;
  display: block;
  width: 74%;
  max-width: 555px;
  height: 370px;
  max-height: 370px;
  border-radius: 30px 0 0 0;
  background-image: url("../img/after_care/img01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.owners_support .support_wrap.support_wrap02 .bg_gray::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -420px;
  display: block;
  width: 74%;
  max-width: 555px;
  height: 370px;
  max-height: 370px;
  border-radius: 30px 0 0 0;
  background-image: url("../img/after_care/img02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  left: -420px;
}
.owners_support .support_wrap.support_wrap03 .bg_gray::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -420px;
  display: block;
  width: 74%;
  max-width: 555px;
  height: 370px;
  max-height: 370px;
  border-radius: 30px 0 0 0;
  background-image: url("../img/after_care/img03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.owners_support .support_wrap .bg_gray {
  position: relative;
  max-width: 760px;
  height: 358px;
  max-height: 358px;
  border-radius: 50px 0 0 0;
}
.owners_support .support_wrap .support_txt {
  letter-spacing: 1.7px;
}
.owners_support .support_wrap .support_txt.txt_en {
  position: absolute;
  top: -45px;
  font-size: 34px;
}
.owners_support .support_wrap .support_num {
  margin-left: 10px;
  letter-spacing: 2.5px;
  font-size: 50px;
}
.owners_support .support_wrap .support_content_ttl {
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.owners_support .support_wrap .support_content_ttl + p {
  margin-top: 30px;
}
.owners_support .support_wrap .support_btn_wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 40px;
  margin-left: 100px;
}
.owners_support .support_wrap + .support_wrap {
  margin-top: 94px;
}

@media (max-width: 959px) {
  .catch_wrap {
    margin: 90px auto 0;
  }
  .catch_wrap::before {
    top: auto;
    bottom: 0;
    left: -12px;
    width: 19px;
    height: 39px;
    background-image: url(../img/after_care/line_dot_before_sp.png);
  }
  .catch_wrap::after {
    top: auto;
    right: -12px;
    bottom: 0;
    width: 19px;
    height: 39px;
    background-image: url(../img/after_care/line_dot_after_sp.png);
  }
  .catch_layout {
    font-size: 14px;
  }
  .owners_support {
    padding-bottom: 85px;
  }
  .owners_support .support_wrap.support_wrap01 .bg_gray::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -27%;
    left: 20px;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
    border-radius: 30px 0 0 0;
    background-image: url("../img/after_care/img01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .owners_support .support_wrap.support_wrap02 .bg_gray {
    max-height: 375px;
  }
  .owners_support .support_wrap.support_wrap02 .bg_gray::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -27%;
    left: 20px;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
    border-radius: 30px 0 0 0;
    background-image: url("../img/after_care/img02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -30%;
  }
  .owners_support .support_wrap.support_wrap03 .bg_gray {
    max-height: 306px;
  }
  .owners_support .support_wrap.support_wrap03 .bg_gray::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -27%;
    left: 20px;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
    border-radius: 30px 0 0 0;
    background-image: url("../img/after_care/img03.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -37%;
  }
  .owners_support .support_wrap.support_wrap03.support_wrap {
    margin-top: 200px;
  }
  .owners_support .support_wrap:nth-child(odd) .bg_gray {
    padding: 48px 37px 30px 40px;
  }
  .owners_support .support_wrap:nth-child(odd) .support_btn_wrap {
    align-items: center;
    margin: 140px auto 0;
  }
  .owners_support .support_wrap:nth-child(even) .bg_gray {
    padding: 48px 37px 30px 40px;
  }
  .owners_support .support_wrap:nth-child(even) .support_btn_wrap {
    align-items: center;
    margin: 140px auto 0;
  }
  .owners_support .support_wrap + .support_wrap {
    margin-top: 172px;
  }
  .owners_support .support_wrap .bg_gray {
    width: 106%;
    height: 100%;
    max-height: 400px;
  }
  .owners_support .support_wrap .support_content_ttl {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .owners_support .support_wrap .support_content_ttl + p {
    margin-top: 18px;
    font-size: 13px;
  }
  .owners_support .support_wrap .support_txt.txt_en {
    top: -33px;
    font-size: 25px;
  }
  .owners_support .support_wrap .support_num {
    font-size: 37px;
  }
  .owners_support .support_wrap .support_btn_wrap {
    align-items: center;
    margin: 130px auto 0;
  }
  .owners_support .support_content_ttl {
    font-size: 22px;
  }
}
/* --------------------------
support_wrap END */
/* other_support
-------------------------- */
#other_support {
  margin-top: 150px;
}

.other_support_wrap .box_layout01 {
  flex-direction: column;
  padding: 30px 36px;
}
.other_support_wrap .box_layout01 .box_layout01_ttl {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.dot_box_wrap {
  padding: 57px 100px;
  border-radius: 20px;
  background-color: #faf1ec;
}
.dot_box_wrap .dot_box_ttl {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 1.4px;
  border-radius: 28px;
  font-size: 28px;
  font-weight: 500;
}
.dot_box_wrap .content_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.dot_box_wrap .content_wrap .box_layout01 {
  width: calc(33.3333333333% - 35px);
}
.dot_box_wrap.bg_green {
  background-color: #ecefe9;
}
.dot_box_wrap.bg_green .box_layout01 {
  border: 4px dotted #7e9168;
}
.dot_box_wrap.bg_green .box_layout01::before {
  background-image: url(../img/after_care/box_layout01_deco_green.svg);
}
.dot_box_wrap.bg_green .box_layout01::after {
  background-color: #ecefe9;
}
.dot_box_wrap.bg_green .box_layout01 p {
  font-size: 14px;
}
.dot_box_wrap.bg_green .box_layout01 p.box_layout01_ttl {
  font-size: clamp(14px, 1.6vw, 22px);
}

.box_layout01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
  padding: 18px;
  border: 4px dotted #cc7b4a;
  border-radius: 20px;
}
.box_layout01::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -15px;
  left: 50%;
  display: block;
  width: 52px;
  height: 20px;
  transform: translateX(-50%);
  background-image: url(../img/after_care/box_layout01_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box_layout01::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 50%;
  display: block;
  width: 119px;
  height: 28px;
  transform: translateX(-50%);
  background-color: #faf1ec;
}
.box_layout01 p {
  text-align: center;
  letter-spacing: 1.8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 959px) {
  #other_support {
    width: 110%;
    margin-top: 180px;
    margin-left: -5%;
  }
  .dot_box_wrap {
    padding: 55px 38px 70px;
    border-radius: 0;
  }
  .dot_box_wrap .dot_box_ttl {
    letter-spacing: 0;
    font-size: 20px;
  }
  .dot_box_wrap .dot_box_ttl + p {
    margin-top: 20px;
  }
  .dot_box_wrap .content_wrap {
    flex-direction: column;
  }
  .dot_box_wrap .content_wrap .box_layout01 {
    width: 100%;
  }
  .dot_box_wrap .content_wrap .box_layout01 + .box_layout01 {
    margin-top: 43px;
  }
  .box_layout01 p {
    color: #202124;
  }
  .other_support_wrap .box_layout01 p {
    text-align: center;
  }
}
/* --------------------------
other_support END */
/* referral_system_wrap
-------------------------- */
#referral_system {
  margin-top: 135px;
}

.referral_system_wrap .ttl_layout01 + .content_wrap {
  margin-top: 75px;
}
.referral_system_wrap .content_wrap {
  display: flex;
  justify-content: center;
}
.referral_system_wrap .content_wrap .referral_system_item {
  width: 50%;
  padding-right: 50px;
}
.referral_system_wrap .content_wrap .referral_system_item + .referral_system_item {
  padding-left: 60px;
  border-left: 4px dotted #7e9168;
}
.referral_system_wrap .content_wrap .referral_system_item img {
  display: block;
  width: 100%;
  max-width: 441px;
  margin: 50px auto 0;
}
.referral_system_wrap .content_wrap .referral_system_item .benefit_txt {
  margin-top: 30px;
  text-align: center;
  color: #202124;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.referral_system_wrap .content_wrap .referral_system_item .benefit_txt + .notice_txt {
  margin-top: 20px;
  text-align: center;
}
.referral_system_wrap .content_wrap .referral_system_item + .referral_system_item img {
  max-width: 386px;
  margin: 40px auto 0;
}
.referral_system_wrap .content_wrap .referral_system_item + .referral_system_item .benefit_txt {
  margin-top: 20px;
}
.referral_system_wrap .content_wrap + .notice_txt {
  margin-top: 25.5px;
}
.referral_system_wrap .content_wrap + .notice_txt + a {
  margin: 0 auto;
  margin-top: 40px;
}

.speech_bubble_box {
  position: relative;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  padding: 10px 58px;
  text-align: center;
  color: #fee764;
  border-radius: 30px;
  background-color: #7e9168;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.speech_bubble_box span {
  display: inline-block;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
.speech_bubble_box::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #7e9168 transparent transparent transparent;
}

@media (max-width: 959px) {
  #referral_system {
    max-width: 300px;
    margin: 75px auto 0;
    margin-top: 75px;
  }
  .referral_system_wrap .ttl_layout01 + .content_wrap {
    margin-top: 55px;
  }
  .referral_system_wrap .content_wrap {
    align-items: center;
    flex-direction: column;
  }
  .referral_system_wrap .content_wrap .referral_system_item {
    width: 100%;
    padding-right: 0;
  }
  .referral_system_wrap .content_wrap .referral_system_item img {
    margin: 30px auto 0;
  }
  .referral_system_wrap .content_wrap .referral_system_item .benefit_txt {
    margin-top: 15px;
    font-size: 20px;
  }
  .referral_system_wrap .content_wrap .referral_system_item + .referral_system_item {
    margin-top: 35px;
    padding-top: 35px;
    padding-left: 0;
    border-top: 4px dotted #7e9168;
    border-left: none;
  }
  .speech_bubble_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 47px;
    font-size: 20px;
  }
  .speech_bubble_box span {
    margin-top: -5px;
    font-size: 26px;
  }
  .notice_txt {
    font-size: 12px;
  }
}
/* --------------------------
referral_system_wrap END */
/* emergency_contact_wrap
--------------------------*/
.emergency_contact_contents_wrap {
  width: 100%;
  padding-top: 77px;
  text-align: center;
  color: #202124;
  background-color: #f6f6f6;
}
.emergency_contact_contents_wrap .emergency_contact_contents_inner {
  max-width: 720px;
  margin: 0 auto;
}
.emergency_contact_contents_wrap .ecc_ttl {
  letter-spacing: 3.6px;
  color: #202124;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.emergency_contact_contents_wrap .btn_layout {
  margin: 35px auto 60px;
  transition: 0.5s;
  color: #525356;
  border: 2px solid #525356;
  background-color: transparent;
  font-weight: 600;
}
.emergency_contact_contents_wrap .btn_layout:hover {
  transition: 0.5s;
  color: #fff;
  background-color: #202124;
}
.emergency_contact_contents_wrap .ecc_tel_wrap {
  position: relative;
  margin: 35px 0;
  padding: 22px 0;
  border-top: 3px solid #202124;
  border-bottom: 3px solid #202124;
}
.emergency_contact_contents_wrap .ecc_tel_wrap::before {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  width: 100px;
  width: 100%;
  height: 100px;
  height: 1px;
  background-color: #202124;
}
.emergency_contact_contents_wrap .ecc_tel_wrap::after {
  content: "";
  position: absolute;
  bottom: 3px;
  display: block;
  width: 100px;
  width: 100%;
  height: 100px;
  height: 1px;
  background-color: #202124;
}
.emergency_contact_contents_wrap .ecc_tel_wrap .ecc_tel {
  font-family: "Akshar", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
.emergency_contact_contents_wrap .ecc_tel_wrap .ecc_tel .item {
  display: inline-block;
  margin-right: 10px;
  font-size: 38px;
  font-weight: 500;
}
.emergency_contact_contents_wrap .ecc_tel_wrap .ecc_office_hours {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.emergency_contact_contents_wrap .ecc_tel_wrap p {
  color: #202124;
}

@media (max-width: 959px) {
  .emergency_contact_contents_wrap {
    padding-top: 55px;
  }
  .emergency_contact_contents_wrap::after {
    height: 50px;
  }
  .emergency_contact_contents_wrap .ecc_ttl {
    font-size: 18px;
  }
  .emergency_contact_contents_wrap .ecc_tel_wrap {
    max-width: 300px;
    margin: 20px auto;
  }
  .emergency_contact_contents_wrap .ecc_tel_wrap .ecc_tel {
    font-size: 36px;
  }
  .emergency_contact_contents_wrap .ecc_tel_wrap .ecc_tel .item {
    font-size: 27px;
  }
  .emergency_contact_contents_wrap .ecc_tel_wrap .ecc_office_hours {
    font-size: 12px;
  }
}
/* --------------------------
emergency_contact_wrap END */
/* --------------------------------
inspection page
-------------------------------- */
.inspection {
  padding-bottom: 138px;
  background-color: #fff;
}
.inspection .inner {
  max-width: 1000px;
}

#thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
#thum img {
  width: calc(50% - 20px);
}
#thum p {
  margin-top: 15px;
  font-size: 14px;
}

#inspection_schedule {
  margin-top: 147px;
}

@media (max-width: 959px) {
  #thum {
    flex-direction: column;
  }
  #thum img {
    width: 100%;
  }
  #thum img + img {
    margin-top: 20px;
  }
  #inspection_schedule {
    margin-top: 95px;
  }
}
/* timeline_wrap
-------------------------- */
.timeline_wrap {
  margin-top: 33px;
  padding: 85px 102px 85px 100px;
}
.timeline_wrap .timeline_list {
  margin-left: 160px;
}
.timeline_wrap .timeline_list li {
  position: relative;
}
.timeline_wrap .timeline_list li::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -120px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: 2px solid #626365;
  border-radius: 50%;
  background-color: #f6f6f6;
}
.timeline_wrap .timeline_list li.tl_two_months_ago::before {
  content: "約\a２ヶ月前";
  position: absolute;
  top: 50%;
  left: -160px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  transform: translateY(-50%);
  text-align: center;
  white-space: pre;
  color: #fff;
  border: none;
  border-radius: 50%;
  background-color: #626365;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.timeline_wrap .timeline_list li.tl_inspection_day::before {
  content: "点検当日";
  position: absolute;
  top: 50%;
  left: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  background-color: #7e9168;
  font-size: 24px;
  font-weight: 500;
}
.timeline_wrap .timeline_list li.tl_after_inspection::before {
  content: "点検後";
  position: absolute;
  top: 50%;
  left: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  background-color: #cc7b4a;
  font-size: 24px;
  font-weight: 500;
}
.timeline_wrap .timeline_list li + li dl {
  margin-top: 35px;
}
.timeline_wrap .timeline_list li:last-child .border-line {
  top: -70%;
}
.timeline_wrap .timeline_list li .btn_layout {
  margin: 0 auto;
}
.timeline_wrap .timeline_list .border-line {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -95px;
  width: 2px;
  height: 135%;
  background: #ccc;
}
.timeline_wrap dl {
  padding: 25px 30px;
  background-color: #fff;
}
.timeline_wrap dl dt {
  font-size: 20px;
  font-weight: 500;
}
.timeline_wrap dl dd {
  margin-left: 0;
  font-size: 14px;
}
.timeline_wrap dl .support_btn_wrap {
  margin-top: 20px;
}

@media (max-width: 959px) {
  .inspection {
    padding-bottom: 85px;
  }
  .timeline_wrap {
    width: 112%;
    margin-left: -6%;
    padding: 50px 38px;
  }
  .timeline_wrap .timeline_list {
    margin-left: 81px;
  }
  .timeline_wrap .timeline_list li::before {
    left: -72px;
    width: 30px;
    height: 30px;
  }
  .timeline_wrap .timeline_list li.tl_two_months_ago::before {
    left: -88px;
    width: 66px;
    height: 66px;
    font-size: 12px;
  }
  .timeline_wrap .timeline_list li.tl_inspection_day::before {
    left: -88px;
    width: 66px;
    height: 66px;
    font-size: 12px;
  }
  .timeline_wrap .timeline_list li.tl_after_inspection::before {
    left: -88px;
    width: 66px;
    height: 66px;
    font-size: 12px;
  }
  .timeline_wrap .timeline_list li:first-child .border-line {
    top: 50%;
  }
  .timeline_wrap .timeline_list .border-line {
    left: -56px;
  }
  .timeline_wrap dl {
    padding: 15px 20px 20px;
  }
  .timeline_wrap dl dt {
    font-size: 16px;
  }
  .timeline_wrap dl dd {
    font-size: 12px;
  }
}
/* --------------------------
timeline_wrap END */
/* request_flow_wrap
-------------------------- */
.request_flow_wrap {
  padding-top: 150px;
}
.request_flow_wrap .bg_gray {
  margin-top: 66px;
  padding: 60px 100px;
}
.request_flow_wrap .flow_item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 40px;
  background-color: #fff;
}
.request_flow_wrap .flow_item .flow_num {
  margin-right: 30px;
  font-family: "Akshar", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_ttl {
  color: #202124;
  font-size: 20px;
  font-weight: 600;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_text {
  font-size: 14px;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_text + .flow_item_flex {
  align-items: baseline;
  justify-content: left;
  margin-top: 20px;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_text .theme_color_orange {
  font-weight: 500;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p {
  font-size: 12px;
  line-height: 1.5;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel {
  letter-spacing: -1px;
  font-size: 39px;
  line-height: 1;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel span {
  font-size: 30px;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel + p {
  margin-left: 10px;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_text_subttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.request_flow_wrap .flow_item .flow_text_wrap .flow_item_tel {
  color: #202124;
  font-family: "Akshar", sans-serif;
  line-height: 1;
}
.request_flow_wrap .flow_item .flow_text_wrap .btn_layout {
  margin: 15px auto 0;
  letter-spacing: 0;
}
.request_flow_wrap .flow_item + .flow_item {
  margin-top: 68px;
}
.request_flow_wrap .flow_item + .flow_item::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  display: block;
  width: 60px;
  height: 30px;
  transform: translateX(-50%);
  background-image: url(../img/after_care/icon_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.request_flow_wrap .flow_item .flow_num_wrap {
  align-self: flex-start;
  width: 11%;
}
.request_flow_wrap .flow_item .flow_text_wrap {
  width: 89%;
}
.request_flow_wrap .flow_item + .text_layout01::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  display: block;
  width: 60px;
  height: 30px;
  transform: translateX(-50%);
  background-image: url(../img/after_care/icon_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.request_flow_wrap .flow_item .btn_layout {
  width: 100%;
  margin-top: 20px;
  line-height: 1;
}
.request_flow_wrap .flow_text_box {
  width: calc(50% - 11px);
  padding: 15px 17px;
}

@media (max-width: 1280px) {
  .request_flow_wrap .flow_item .flow_text_wrap {
    width: 86%;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel {
    width: 70%;
  }
  .request_flow_wrap .flow_item .flow_num_wrap {
    width: 14%;
  }
  .refer_a_friend_program .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel {
    width: auto;
  }
}
@media (max-width: 959px) {
  .request_flow_wrap {
    width: 112%;
    margin-left: -6%;
  }
  .request_flow_wrap .bg_gray {
    padding: 50px 37px 60px;
  }
  .request_flow_wrap .flow_item {
    padding: 15px 20px 20px;
  }
  .request_flow_wrap .flow_item .flow_num {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 41px;
  }
  .request_flow_wrap .flow_item .flow_num_wrap {
    width: 19%;
  }
  .request_flow_wrap .flow_item .flow_text_wrap {
    width: 81%;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .btn_layout {
    width: 85%;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_ttl {
    font-size: 16px;
    line-height: 1.5;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_ttl + .flow_text {
    margin-top: 10px;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_text {
    font-size: 12px;
    line-height: 1.5;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex {
    flex-direction: column;
    margin-top: 15px;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p {
    font-size: 10px;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel {
    width: 100%;
    font-size: 27px;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel span {
    font-size: 21px;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_item_tel + p {
    margin-left: 0;
    font-size: 10px;
  }
  .request_flow_wrap .flow_item .flow_text_wrap .flow_item_flex p.flow_text_subttl {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .request_flow_wrap .flow_text_box {
    width: 100%;
    padding: 15px;
  }
  .request_flow_wrap .flow_text_box + .flow_text_box {
    margin-top: 10px;
  }
}
/* --------------------------
request_flow_wrap END */
/* advantage
-------------------------- */
#advantage {
  margin-top: 133px;
}
#advantage .column3_layout {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}
#advantage .column3_layout .column3_item {
  width: calc(33.3333333333% - 20px);
}
#advantage .column3_layout .column3_item .bg_orange {
  height: 220px;
  padding: 20px 40px;
  border-radius: 20px;
}
#advantage .column3_layout .column3_item .column3_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#advantage .column3_layout .column3_item .column3_item_text .column3_item_ttl {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
#advantage .column3_layout .column3_item .column3_item_text .column3_item_ttl + p {
  margin-top: 10px;
}

@media (max-width: 959px) {
  #advantage {
    margin-top: 95px;
  }
  #advantage .column3_layout {
    flex-direction: column;
    margin-top: 43px;
  }
  #advantage .column3_layout .column3_item {
    width: 100%;
  }
  #advantage .column3_layout .column3_item + .column3_item {
    margin-top: 30px;
  }
  #advantage .column3_layout .column3_item .column3_item_text .column3_item_ttl {
    font-size: 16px;
  }
  #advantage .column3_layout .column3_item .column3_item_text .column3_item_ttl + p {
    font-size: 12px;
  }
  .reform_for_owner .after_care_mv .mv_ttl_wrap h1 {
    margin-bottom: -30px;
    line-height: 1.2;
  }
  .reform_for_owner .after_care_mv .mv_ttl_wrap h1::after {
    bottom: 0;
  }
  .reform_for_owner .after_care_mv .mv_ttl_wrap .mv_subttl {
    bottom: -60px;
  }
  .reform_for_owner .catch_wrap {
    margin: 110px auto 0;
  }
  .reform_for_owner .ttl_under_line_brace .create_brace {
    letter-spacing: 2.7px;
    font-size: 18px;
    font-weight: 500;
  }
  .reform_for_owner #other_support {
    margin-top: 80px;
  }
}
/* --------------------------
advantage END */
/* contanct
-------------------------- */
#contact {
  margin: 137px 0 0;
}

.contact_wrap {
  text-align: center;
}
.contact_wrap .ttl_layout01 {
  margin-bottom: 35px;
  letter-spacing: 1px;
  color: #202124;
}
.contact_wrap .btn_layout {
  margin: 33px auto 0;
}

@media (max-width: 959px) {
  #contact {
    margin: 75px 0 0;
  }
  #contact .ttl_layout01 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
  }
}
/* --------------------------
contanct END */
/* reform_for_owner
-------------------------- */
.reform_for_owner {
  padding-bottom: 138px;
  background-color: #fff;
}
.reform_for_owner .request_flow_wrap .flow_item {
  align-items: center;
}
.reform_for_owner .thum_wrap {
  max-width: 1000px;
  margin: 45px auto 0;
}

@media (max-width: 959px) {
  .reform_for_owner {
    padding-bottom: 85px;
  }
  .reform_for_owner #referral_system {
    margin: 75px auto;
  }
  .reform_for_owner .request_flow_wrap {
    margin-top: 75px;
  }
  .reform_for_owner .request_flow_wrap .bg_gray {
    padding: 50px 37px 76px;
  }
}
/* --------------------------
reform_for_owner END */
/* refer_a_friend_program
-------------------------- */
.refer_a_friend_program {
  padding-bottom: 138px;
  background-color: #fff;
}

@media (max-width: 959px) {
  .refer_a_friend_program {
    padding-bottom: 85px;
  }
}


.owners_support .anchor-area .anc-title{
  font-size: 16px;
  text-align: center;
}
.owners_support .anchor-area{
  width: 100%;
  margin: auto;
}

.owners_support .anchor-area .flex{
  justify-content: center;
}

.owners_support  .anchor-area .wrap{
  padding: 100px 1em 100px 1em;
}
.owners_support .anchor-area .flex a{
  font-size: 20px;
  letter-spacing: .2em;
  display: inline-block;
  border: solid 1px #707070;
  border-radius: 200px;
  padding: .6em 4em;
  margin: 1em 1em 1em 0;
  color: #819060;
  position: relative;
}
.owners_support .anchor-area .flex a::after{
  content: "";
  position: absolute;
  right: 1em;
  content: "▼";
}
.anchor-area .flex a.anc01::before{
  content: "";
  position: absolute;
  left: 1em;
  background: url(../img/after_care/icon_home01.svg) no-repeat center;
  width: 35px;
  height: 30px;
}
.anchor-area .flex a.anc02::before{
  content: "";
  position: absolute;
  left: 1em;
  background: url(../img/after_care/icon_home02.svg) no-repeat center;
  width: 35px;
  height: 30px;
}
.page-performance .anchor-area .flex a.anc03::before{
  content: "";
  position: absolute;
  left: 1em;
  background: url(../img/after_care/icon_home03.svg) no-repeat center;
  width: 35px;
  height: 30px;
}

@media (max-width: 959px) {

  .owners_support .anchor-area .flex a.anc01::before{
    width: 30px;
  }
  .owners_support .anchor-area .flex a.anc02::before{
    width: 30px;
  }
  .owners_support .anchor-area .flex a.anc03::before{
    width: 30px;
  }
}
.owners_support .afterbox{

}

.owners_support .sec-title{
  font-size: 40px;
  letter-spacing: .2em;
  color: #819060;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 20px;
}

.owners_support .sec-subtitle{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.owners_support .sec-title .icon{
  display: inline-block;
}
.owners_support .sec-title .icon img{
  width: 70px;
  vertical-align: middle;
  margin-right: 35px;
}

.afterbox_wrap{
  position: relative;
}

.afterbox_title{
  font-size: 25px;
  font-weight: 700;
}

.afterbox_text{
  margin-top: 1em;
  font-size: 18px;
}

.afterbox_body{
  width: calc(676 /1250 * 100%);
}
.afterbox_thumb{
  position: absolute;
  right: calc(-240 /1250 * 100%);
  width: calc(762 /1250 * 100%);
  aspect-ratio: 762 / 572;
  z-index: 2;
}

.afterbox_thumb img,.afterbox_thumb04 img,.afterbox_thumb05 img{
  width: 100%;
  height: auto;
}

.afterbox_thumb04{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.afterbox_movie{
  margin: 25% auto 0;
  max-width: 800px;
}

.after01{
  padding: 0 4% 155px;
}
.after02{
  position: relative;
  padding: 75px 4%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #F6F6F6;
  
}

.after03{
  position: relative;
  padding: 145px 4% 145px;
}

.after03::after{
}

.after04{
  position: relative;
  padding: 75px 4%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #F6F6F6;
}
.after04::before{
  content: '';
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/after_care/bg_triangle_w_top.svg)repeat-x bottom left;
  background-size: 38px 15px;
}
.after04::after{
  content: '';
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/after_care/bg_triangle_w.svg)repeat-x bottom left;
  background-size: 38px 15px;
}


.after05{
  padding: 145px 0 145px;
}

.afterbox_movie{
  padding: 0 4%;
  aspect-ratio: 16/9;
}
.afterbox_movie iframe{
  display: block;
  width: 100%;
  height: 100%;
}
.after03_wrap{
  justify-content: space-between;
}

.after03_body{
  width: calc(504 / 1205 * 100%);
}

.after03_thumb{
  width: calc(606 / 1205 * 100%);
}

.after03_thumb img{
  width: 100%;
}

.after03-content.border{
  padding-bottom: 50px;
  background: url(../img/after_care/border01.svg) no-repeat center bottom;
}

.afterbox_movie05{
  margin-top: 40px;
}

.after05-body + .sp-scroll{
  margin-top: 40px
}

@media (max-width: 959px) {
  .owners_support .anchor-area .anc-title{
    font-size: 16px;
    text-align: center;
  }
  .owners_support .anchor-area{
    width: 100%;
    margin: auto;
  }
  .owners_support  .anchor-area .wrap{
    padding: 60px 1em 60px 1em;
  }
  .owners_support .anchor-area .flex a{
    font-size: 16px;
    display: block;
    padding: .6em 2em;
    margin: 1em;
    width: 100%;
    text-align: center;
  }
  .owners_support .anchor-area .flex a::after{
    content: "▼";
  }
  .owners_support .anchor-area .flex a.anc01::before{
    width: 30px;
  }
  .owners_support .anchor-area .flex a.anc02::before{
    width: 30px;
  }
  .owners_support .anchor-area .flex a.anc03::before{
    width: 30px;
  }
  .owners_support .sec-title{
    font-size: 26px;
    margin-bottom: 40px;
  }

  .owners_support .sec-title .icon{
    display: inline-block;
  }
  .owners_support .sec-title .icon img{
    width: 50px;
    margin-right: 30px;
  }
  .owners_support .sec-subtitle{
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .afterbox_wrap{
  
  }
  
  .afterbox_title{
    font-size: 18px;
    font-weight: 700;
  }
  
  .afterbox_text{
    margin-top: 1em;
    font-size: 14px;
  }
  
  .afterbox_body{
    width: 100%;
  }
  .afterbox_thumb{
    position: static;
    margin-top: 30px;
    width: 100%;
  }
  
  .afterbox_movie{
    margin-top: 25%;
  }
  
  .after01{
    padding: 0 0 75px;
  }
  .after02{
    position: relative;
    padding: 75px 5%;
  }
  
  .after03{
    padding: 50px 0 50px;
  }
  
  .after04{
    padding: 50px 5%;
  }
  
  .after05{
    padding: 50px 0 50px;
  }
  
  .afterbox_movie{
    padding: 0;
  }

  .after03_wrap{
    justify-content: space-between;
  }
  
  .after03_body,.after03_thumb{
    width: 100%;
  }

  .after03_thumb{
    margin-top: 25px;
  }

  .after03-content.border{
    background: url(../img/after_care/border01sp.svg) no-repeat center bottom;
  }

  .afterbox_movie05{
    margin-top: 40px;
  }
  
  .after05-body + .sp-scroll{
    margin-top: 40px
  }

}

@media (max-width: 650px) {
  .afterbox .sp-scroll {
    width: 100% !important;
  }
  .afterbox .sp-scroll .sp-scroll-img {
    width: 635px !important;
  }
}