/* setting */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* ------------------------------------
  app02_common
------------------------------------ */
@media screen and (min-width: 769px) {
  .pc_inner_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1060px;
  }
}
@media screen and (max-width: 768px) {
  .sp_inner_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
#main {
  padding: 0;
}
#main section {
  padding: 6rem 0 8rem;
}

.app02_underline {
  border-bottom: 3px solid;
  border-color: #F3E600;
  display: inline-block;
}
.app02_heading01 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}
.app02_heading01::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background-color: #F3E600;
  margin: 0.2em auto 0;
}
.app02_heading02 {
  color: #004680;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}
.app02_heading02::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background-color: #004680;
  margin: 0.2em auto 0;
}
.app02_heading03 {
  color: #004680;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 480px) {
  .app02_heading03 {
    font-size: 5.6vw;
  }
}
.app02_cta_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app02_cta_bnr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .app02_cta_bnr li {
    margin: 0 3rem;
  }
}
.app02_cta_bnr li .qr_img {
  width: 74px;
  margin-left: 0.4rem;
}
.app02_btn {
  padding: 0.6em 3em;
  display: inline-block;
  color: #004680;
  border: 1px solid #004680;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.app02_btn::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.18em solid #004680;
  border-right: 0.18em solid #004680;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: calc(50% - 0.15em);
  right: 1.6em;
}
@media screen and (min-width: 769px) {
  .app02_btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background-color: #004680;
  }
  .app02_btn:hover::after {
    border-color: #fff;
  }
}

/* ------------------------------------
  contents
------------------------------------ */
#mv {
  background-color: #EDF2F7;
}
#mv .mv_head .mv_point {
  text-align: center;
  background-color: #F3E600;
  color: #004680;
  font-weight: bold;
  padding: 0.3em 0;
  font-size: 3.2vw;
}
#mv .mv_head .mv_catch {
  color: #004680;
  font-weight: bold;
  font-size: 8.5vw;
}
#mv .mv_main {
  position: relative;
}
#mv .mv_main .mv_badge {
  width: 36%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #mv {
    padding-top: 20px;
  }
  #mv .mv_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #mv .mv_head {
    width: 66%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  #mv .mv_head {
    width: 600px;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv_head .mv_point {
    margin-top: 1.5em;
    font-size: 1.65vw;
    width: 28em;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  #mv .mv_head .mv_point {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv_head .mv_catch {
    font-size: 5.8vw;
    margin: 0.4em 0 1em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  #mv .mv_head .mv_catch {
    font-size: 6rem;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv_main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: url("/housedo_img/rwd/app02/app_02_mvimg.png") no-repeat right top;
    background-size: 100%;
  }
  #mv .mv_main .mv_badge {
    width: 50%;
    right: auto;
    left: -5em;
    top: -0.5em;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  #mv .mv_main .mv_badge {
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv_pc_note {
    position: absolute;
    bottom: 0.4em;
    left: 0;
    width: 600px;
  }
  #mv .mv_pc_note .note01 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_head .mv_catch {
    margin: 1rem 0 0.6rem;
    text-align: center;
  }
  #mv .mv_head .mv_catch h1 {
    width: auto;
    text-align: left;
    display: inline-block;
  }
  #mv .mv_main .mv_img img {
    width: 70%;
  }
  #mv .mv_main .mv_badge {
    top: 14%;
  }
  #mv .mv_main .mv_badge .note01 {
    text-align: left;
    font-size: 2vw;
    width: 100%;
    margin-left: 2em;
  }
}

#mv_cta {
  position: relative;
  padding: 1.4rem 0 2.2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#mv_cta .mv_cta_text {
  text-align: center;
  font-weight: bold;
  font-size: 3.9vw;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  #mv_cta .mv_cta_text {
    font-size: 2.1rem;
  }
}

#fast {
  background-color: #EDF2F7;
}
#fast .fast_wrap {
  margin-bottom: 6rem;
  text-align: center;
}
#fast .fast_wrap h2 {
  margin-bottom: 3rem;
}
#fast .fast_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 3rem;
}
#fast .fast_point li {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  #fast .fast_point li {
    width: calc(25% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  #fast .fast_point li {
    width: calc(50% - 1rem);
  }
  #fast .fast_point li:nth-of-type(odd) {
    text-align: right;
  }
}
#fast .fast_point li span {
  background-color: #fff;
  display: inline-block;
}

#about {
  background-color: #004680;
  color: #fff;
  padding-bottom: 0 !important;
}
#about .about_wrap .about_main {
  padding-bottom: 3rem;
}
#about .about_wrap .about_main .app02_heading03 {
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  #about .about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #about .about_wrap .about_main {
    padding-left: 5%;
    padding-right: 5%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #about .about_wrap .about_img {
    margin-top: -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#point {
  background: url("/housedo_img/rwd/app02/app_02_img_house.png") no-repeat center bottom 5px/340px;
  position: relative;
}
#point::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #A7BCD6;
}
#point .note01 {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  #point .point_wrap {
    margin: 6rem 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #point .point_wrap .point_badge,
  #point .point_wrap .point_text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  #point {
    overflow: hidden;
  }
  #point .point_wrap {
    margin: 0 0 4rem;
  }
  #point .point_wrap .point_badge {
    padding: 2rem 0 6rem;
    position: relative;
  }
  #point .point_wrap .point_badge::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 18%;
    left: -6%;
    background-color: #F3E600;
    -webkit-transform: skewY(-4deg);
            transform: skewY(-4deg);
    z-index: -1;
    width: 120%;
    height: 40%;
  }
}

#feature {
  background-color: #EDF2F7;
}
#feature h2 {
  margin-bottom: 0;
}
#feature .feature_list li {
  text-align: center;
  margin-top: 6rem;
}
#feature .feature_list li .question {
  font-size: 1.8rem;
}
#feature .feature_list li img {
  max-width: 80%;
}
#feature .feature_list li dl {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.8em 1.2em 1.2em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
#feature .feature_list li dl dt {
  color: #004680;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
#feature .feature_list li dl dt span {
  display: inline-block;
  text-align: left;
}
#feature .feature_list li dl dd {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #feature .feature_list {
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #feature .feature_list li {
    width: calc(50% - 2em);
  }
  #feature .feature_list li dl {
    min-height: 11.6em;
  }
}

#flow .flow_row {
  max-width: 800px;
  margin: 0 auto;
}
#flow .flow_row dl {
  margin-top: 6rem;
  border: 3px solid #A7BCD6;
  border-radius: 5px;
  padding: 1.8em 1.2em;
  text-align: center;
  position: relative;
}
#flow .flow_row dl .step_icon {
  font-size: 1.6rem;
  color: #004680;
  font-weight: bold;
  display: block;
  background-color: #F3E600;
  border-radius: 50px;
  padding: 0.2em 2em;
  position: absolute;
  top: -1.1em;
  left: 1em;
}
#flow .flow_row dl dt {
  font-size: 5.2vw;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  #flow .flow_row dl dt {
    font-size: 2.1rem;
  }
}
#flow .flow_row dl dd .flow_cta_text {
  font-weight: bold;
  margin-bottom: 1rem;
}
#flow .flow_row dl dd .app02_cta_bnr li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  #flow .flow_row dl dd .app02_cta_bnr li {
    margin: 0 0.8rem;
  }
}
#flow .flow_row dl dd .app02_cta_bnr li .qr_img {
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 769px) {
  #flow .flow_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #flow .flow_row dl {
    padding: 1.8em 1.2em 1.5rem;
    width: calc(50% - 1em);
  }
  #flow .flow_row dl:first-child:before, #flow .flow_row dl:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #flow .flow_row dl:first-child::before {
    border-left: 19px solid #A7BCD6;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
  #flow .flow_row dl:first-child::after {
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow_row dl:first-child:before, #flow .flow_row dl:first-child::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #flow .flow_row dl:first-child::before {
    border: solid 19px transparent;
    border-top: solid 19px #A7BCD6;
  }
  #flow .flow_row dl:first-child::after {
    border: solid 20px transparent;
    border-top: solid 20px #fff;
    margin-top: -5px;
  }
}
#flow .flow_text {
  color: #004680;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 6rem 0 4rem;
}
@media screen and (max-width: 480px) {
  #flow .flow_text {
    font-size: 7vw;
  }
}
#flow .flow_img1 {
  width: 160px;
}
#flow .flow_img2 {
  width: 360px;
}

#foot_cta {
  background-color: #EDF2F7;
}
#foot_cta .foot_cta_head {
  background-color: #004680;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em 5%;
  position: relative;
}
#foot_cta .foot_cta_head::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #004680;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#foot_cta .foot_cta_main {
  padding: 4rem 0;
}
#foot_cta .foot_cta_main .foot_cta_text {
  color: #004680;
  text-align: center;
  font-weight: bold;
}
#foot_cta .foot_cta_main .foot_cta_text p {
  font-size: 4vw;
}
#foot_cta .foot_cta_main .foot_cta_text h2 {
  font-size: 5vw;
}
@media screen and (min-width: 769px) {
  #foot_cta .foot_cta_main .foot_cta_text p {
    font-size: 1.8rem;
  }
  #foot_cta .foot_cta_main .foot_cta_text h2 {
    font-size: 2.2rem;
  }
}
#foot_cta .foot_cta_main .app02_cta_bnr {
  margin: 2rem 0;
}
#foot_cta .foot_cta_main .notes_list {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
}

#other_app h2 {
  margin-bottom: 15px;
  padding: 0.5em 0.8em 0.4em;
  font-size: 123.8%;
  font-weight: bold;
  border: 1px solid #DCE4EF;
  border-top: 3px solid #004680;
  color: #004680;
}
#other_app a {
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #other_app a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #other_app a {
    width: 100%;
    text-align: center;
  }
}
#other_app a img {
  width: auto;
}