@charset "UTF-8";

/* 共通 */

.map iframe {
    width: 100%;
    margin-bottom: 30px;
  }

img {
  width: 100%;
}

body {
  background-color: #fbf8f6;
  font-family: serif;
}
.pt-15 {
  padding-top: 15px;
}
h2 img {
  width: 100%;
  margin-bottom: 60px;
}
.section_body {
  width: 1000px;
  margin: 0 auto;
}
.value-red3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.value-red3_box {
  width: 30%;
  background-color: #eee9ee;
  padding: 35px 35px 25px 35px;
  box-sizing: border-box;
  position: relative;
}
.value-red3_box img {
  width: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}
.value-red3_box h3 {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 3px;
  font-weight: bold;
  color: #b81c22;
  margin-bottom: 10px;
}
.value-red3_box p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.value-red3 + img {
  width: 100%;
  margin-bottom: 70px;
}

.value-red2 {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
}
.value-red2_box {
  width: 40%;
  background-color: #fff;
  padding: 35px 35px 25px 35px;
  box-sizing: border-box  ;
  position: relative;
}
.value-red2_box img {
  width: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}
.value-red2_box h3 {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 3px;
  font-weight: bold;
  color: #b81c22;
  margin-bottom: 10px;
}
.value-red2_box p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.value-red2 + img {
  margin-bottom: 70px;
}

.value-blue {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.value-blue_box {
  width: 30%;
  background-color: #fff;
  padding: 35px 35px 25px 35px;
  box-sizing: border-box;
  position: relative;
}
.value-blue_box img {
  width: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}
.value-blue_box h3 {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 3px;
  font-weight: bold;
  color: #003f65;
  margin-bottom: 10px;
}
.value-blue_box p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.value-blue + img {
  width: 100%;
  margin-bottom: 70px;
}


.mainvisual img {
  width: 100%;
}
.anchors-wrapper {
  background-color: #232c5b;
}
.anchors {
  width: 100%;
  padding: 50px 0;
}
.anchors p {
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
  font-size: 17px;
  letter-spacing: 2px;
  color: #fff;
}
.anchors_list {
  width: 1000px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.anchors_list a {
  width: 24%;
  height: 70px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 70px;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: #231815;
  transition: .3s;
}
.anchors_list a:hover {
  background-color: #b10011;
  transition: .3s;
  color: #fff;
}
.anchors_list a::after {
  content: "";
  background: url(../img/anchor_arrow.svg) no-repeat;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 4px;
  bottom: 0px;
  right: 15px;
  margin: auto 0;
}

/* ノムコム  */

.nomucom_intro {
  display: flex;
  margin-bottom: 40px;
}
.nomucom_intro p {
  width: 50%;
  font-size: 15px;
  line-height: 2;
  padding: 10px 70px 10px 0px;
  text-align: justify;
  letter-spacing: 2px;
}
.nomucom_intro img {
  width: 50%;
}
.nomucom_crown {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.nomucom_crown img {
  width: 330px;
}
.nomucom_percentage {

}
.nomucom_percentage h3 {
  text-align: center;
  font-size: 23px;
  color: #b81c22;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 30px;
}
.nomucom_percentage p {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2;
}
.nomucom_percentage_figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.nomucom_percentage_figure img.nomucom_percentage_figure_4220 {
  display: block;
  width: 60%;
}
.nomucom_percentage_figure img.nomucom_percentage_figure_pc {
  display: block;
  width: 35%;
}
.nomucom_percentage_graph {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.nomucom_percentage_graph img {
  width: 48%;
}
.nomucom_percentage p.nomucom_nielsen {
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 70px;
}

/* 独自のネットワーク */

#network .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.network_customan {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.network_customan_figure {
  width: 65%;
}
.network_customan_34 {
  width: 27%;
}
.network_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.network_info .network_info_desc {
  width: 50%;
}
.network_info .network_info_desc h3 {
  font-size: 23px;
  color: #003f65;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.7;
}
.network_info .network_info_desc p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
.network_info .network_info_desc img {
  width: 90%;
}
.network_info .network_info_figure {
  width: 45%;
}

/* ホームステージング */

#homestaging .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.homestaging_option {
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 70px;
}
.homestaging_option_desc {
  width: 70%;
  background-image: url(../img/optionbg_hs.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  box-sizing: border-box;
}
.homestaging_option_desc h4 {
  font-size: 24px;
  color: #b81c22;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 5px;
}
.homestaging_option_desc p {
  font-size: 13px;
}
.homestaging_option_pic {
  width: 30%;
}
.homestaging_option_pic img {
  width: 100%;
}

/* ホームクリーンアップ */

#homecleanup .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.homecleanup_option {
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 70px;
}
.homecleanup_option_desc {
  width: 70%;
  background-image: url(../img/optionbg_hc.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  box-sizing: border-box;
}
.homecleanup_option_desc h4 {
  font-size: 18px;
  color: #003f65;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 5px;
}
.homecleanup_option_desc p {
  width: 90%;
  line-height: 1.7;
  font-size: 12px;
}
.homecleanup_option_pic {
  width: 30%;
}
.homecleanup_option_pic img {
  width: 100%;
}

/* 3Dウォークスルー */

#alkthrough{
    background-color: #f8f5f2 !important;
}

#walkthrough .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

/* あんしん設備保証 */

#anshin .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#anshin .section_body > p + small {
  font-size: 10px;
  line-height: 1;
  text-align: justify;
  margin-bottom: 50px;
  display: block;
  letter-spacing: 0.1em;
}
#anshin .value-blue {
  margin-bottom: 15px;
}
#anshin .value-blue + small {
  font-size: 10px;
  line-height: 1;
  text-align: justify;
  margin-bottom: 50px;
  display: block;
  letter-spacing: 0.1em;
}
.anshin_flow {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.anshin_info h3 {
  font-size: 23px;
  color: #003f65;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.7;
}
.anshin_info p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.anshin_info_setsubi_container {
  display: flex;
  margin-bottom: 70px;
}
.anshin_info_setsubi_pic {
  width: 75%;
}
.anshin_info_setsubi_desc {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 買換保証 */

#kaikae .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
#kaikae .value-red2 {
  margin-bottom: 50px;
}
#kaikae .value-red2_box small {
  font-size: 10px;
}
#kaikae .value-red2_box p {
  letter-spacing: 0.5px;
}
.kaikae_point {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.kaikae_point .kaikae_point_block {
  text-align: center;
}
.kaikae_point .kaikae_point_block h3 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #b81c22;
  font-weight: bold;
}
.kaikae_point .kaikae_point_block p {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 1.3px;
}
.kaikae_flow {
  margin-bottom: 30px;
}
.kaikae_subpoint {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
  margin-bottom: 70px;
}
.kaikae_subpoint_block {
  width: 30%;
  height: 125px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.kaikae_subpoint_block p {
  font-size: 14px;
}
.kaikae_subpoint_block span {
  font-size: 23px;
  display: block;
  letter-spacing: 2px;
  color: #b10011;
}
.kaikae_subpoint_block p + small {
  font-size: 10px;
  text-align: justify;
  letter-spacing: 0px;
  display: block;
}

/* マンションデータPlus */

#mdp .section_body > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.mdp_frow {
  margin-bottom: 50px;
}
.mdp_point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.mdp_point_box {
  width: 30%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.mdp_point_box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #003f66;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.mdp_point_box h3 span {
  border-bottom: 3px solid #eb6856;
  font-weight: bold;
}
.mdp_point_box p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.vr-pc {
  display: flex;
  justify-content: space-between;
}
.vr-pc_desc {
  width: 25%;
}
.vr-pc_pic {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.vr-pc_txt {
  margin-bottom: 30px;
}
.vr-pc_txt h3 {
  font-size: 19px;
  color: #152142;
  margin-bottom: 10px;
  font-weight: bold;
}
.vr-pc_txt p {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.vr-flow h3 {
  font-size: 19px;
  color: #152142;
  margin-bottom: 20px;
  font-weight: bold;
}
.vr-flow_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.vr-flow_box p {
  width: 27%;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.vr-flow_box_img {
  width: 70%;
}

footer {
  width: 100%;
  padding: 50px 0;
}
footer a img {
  display: block;
  width: 650px;
  margin: 0 auto;
}

.pcnone {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media only screen and (max-width: 768px){
  /* ハンバーガー */
  .navOverlay {
    background: rgba(0,0,0,0.4);
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .nav {
    background: #fff;
    height: 100%;
    position: fixed;
    right: -260px;
    top: 0;
    transition: right .35s ease-in-out;
    width: 260px;
    z-index: 101;
  }
  .nav.-open {
    right: 0;
  }
  .nav ul {
    padding: 60px 0 0 30px;
  }
  .nav ul li {
    margin-bottom: 35px;
  }
  .nav ul li a {
    text-decoration: none;
    color: #262629;
    font-size: 15px;
    position: relative;
    width: 100%;
    display: block;
  }
  .nav ul li a::after {
    content: "";
    background: url(../img/anchor_arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 40px;
    margin: auto 0;
    transform: rotate(-90deg);
  }
  .nav__btn {
    cursor: pointer;
    height: 28px;
    left: -40px;
    position: absolute;
    top: 19px;
    width: 28px;
  }
  .nav__btn__inr {
    height: 19px;
    position: relative;
    width: 24px;
  }
  .nav__btn__inr span {
    background: #fafafa;
    display: block;
    height: 2px;
    position: absolute;
    transition: opacity .1s,-webkit-transform .15s;
    transition: transform .15s,opacity .1s;
    transition: transform .15s,opacity .1s,-webkit-transform .15s;
    width: 100%;
  }
  .nav__btn__inr span:nth-child(1) {
    -webkit-transform: rotate(0deg);
    top: 0;
    transform: rotate(0deg);
  }
  .nav.-open .nav__btn__inr span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    top: 8px;
    transform: rotate(45deg);
  }
  .nav__btn__inr span:nth-child(2) {
    top: 8px;
  }
  .nav.-open .nav__btn__inr span:nth-child(2) {
    opacity: 0;
  }
  .nav__btn__inr span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    top: 17px;
    transform: rotate(0deg);
  }
  .nav.-open .nav__btn__inr span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 8px;
    transform: rotate(-45deg);
  }
  /* 共通 */
  header {
    position: fixed;
    z-index: 999;
  }
  header ul {
    padding: 60px 0 0 30px;
  }
  .mainvisual img {
    padding-top: 57px;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .spnone {
    display: none
  }
  header {
    align-items: center;
    flex-direction: column;
  }
  header .logo_plus {
    width: 140px;
  }
  header .logo_sl {
    display: none;
  }
  header a:last-child {
    width: 65%;
  }
  .logo_plus {
    width: 70%;
  }
  .logo_sl {
    width: 100%;
  }
  .section_body {
    width: 85%;
  }
  .anchors {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .anchors p {
    text-align: justify;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
  }
  .anchors p br {
    display: none;
  }
  .anchors_list {
    width: 80%;
    height: auto;
    display: none;
  }
  .anchors_list a {
    width: 100%;
    margin-bottom: 15px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
  }
  h2 img {
    margin-bottom: 30px;
  }
  footer {
    padding: 40px 0;
  }
  footer a img {
    width: 70%;
  }
  .pt-15 {
    padding-top: 0px;
  }
  .value-red3 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .value-red3_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .value-red3_box img {
    width: 85px;
    top: -17px;
  }
  .value-red3_box h3 {
    font-size: 16px;
  }
  .value-red3_box p {
    font-size: 13px;
  }
  .value-blue {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .value-blue + img {
    margin-bottom: 0px;
  }
  .value-blue_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .value-blue_box img {
    width: 85px;
    top: -17px;
  }
  .value-blue_box h3 {
    font-size: 16px;
  }
  .value-blue_box p {
    font-size: 13px;
  }
  .value-red2 {
    width: 100%;
    flex-direction: column;
  }
  .value-red2_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .value-red2_box img {
    width: 85px;
    top: -17px;
  }

  /* ノムコム  */
  .nomucom_intro {
    flex-direction: column;
  }
  .nomucom_crown {
    width: 90%;
    margin-bottom: 30px;
  }
  .nomucom_crown img {
    width: 47%;
  }
  .nomucom_percentage_figure {
    flex-direction: column;
  }
  .nomucom_intro p {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .nomucom_intro img {
    width: 100%;
  }
  .nomucom_percentage h3 {
    text-align: justify;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .nomucom_percentage p {
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .nomucom_percentage_figure img.nomucom_percentage_figure_4220 {
    width: 100%;
    margin-bottom: 30px;
  }
  .nomucom_percentage_figure img.nomucom_percentage_figure_pc {
    width: 80%;
  }
  .nomucom_percentage_graph {
    flex-direction: column;
    margin-bottom: 0px
  }
  .nomucom_percentage_graph img {
    width: 100%;
    margin-bottom: 30px;
  }
  .nomucom_percentage p.nomucom_nielsen {
    margin-bottom: 50px;
  }

  /* 独自のネットワーク */
  #network .section_body > p {
    margin-bottom: 30px;
  }
  .network_customan {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .network_customan_figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .network_customan_34 {
    width: 55%;
  }
  .network_info {
    flex-direction: column;
  }
  .network_info .network_info_desc {
    width: 100%;
  }
  .network_info .network_info_desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .network_info .network_info_desc h3 br {
    display: none;
  }
  .network_info .network_info_desc img {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  .network_info .network_info_figure {
    width: 95%;
  }
  /* ホームステージング */
  .homestaging_option {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .homestaging_option_desc {
    padding-left: 30px;
  }
  .homestaging_option_desc h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .homestaging_option_desc h4 + p {
    font-size: 11px;
    width: 90%;
    line-height: 1.3;
  }

  /* ホームクリーンアップ */
  .homecleanup_option {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .homecleanup_option_desc {
    padding-left: 28px;
  }
  .homecleanup_option_desc h4 {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .homecleanup_option_desc h4 + p {
    font-size: 11px;
    width: 90%;
    line-height: 1.3;
    text-align: justify;
  }

  /* 3Dウォークスルー */

  .walkthrough_view {
    margin-bottom: 50px;
  }
  #walkthrough .section_body > p {
    margin-bottom: 35px;
  }

  /* あんしん設備保証 */

  #anshin .section_body > p + small {
    line-height: 1.5;
  }
  #anshin .value-blue {
    margin-bottom: 0px;
  }
  .anshin_flow_sp {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .anshin_info h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .anshin_info p br {
    display: none;
  }
  .anshin_info_setsubi_container {
    flex-direction: column-reverse;
  }
  .anshin_info_setsubi_desc {
    width: 100%;
    justify-content: normal;
  }
  .anshin_info_setsubi_pic {
    width: 100%;
  }

  /* 買換保証 */
  #kaikae .value-red2 {
    margin-bottom: 20px;
  }
  .kaikae_point {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .kaikae_point .kaikae_point_block {
    margin-bottom: 30px;
  }
  .kaikae_point .kaikae_point_block h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .kaikae_subpoint {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .kaikae_subpoint_block {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .vr-pc {
    flex-direction: column;
  }
  .vr-pc_desc {
    width: 100%;
  }
  .vr-pc_pic {
    width: 100%;
  }
  .vr-flow_box {
    flex-direction: column;
  }
  .vr-flow_box p {
    width: 100%;
  }
  .vr-flow_box_img {
    width: 100%;
  }

  /* マンションデータPlus */
  #mdp {
    padding-bottom: 30px;
  }
  .mdp_frow  {
    width: 75%;
    margin: auto;
    margin-bottom: 40px;
  }
  .mdp_point {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .mdp_point_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .mdp_point_box h3 {
    font-weight: bold;
  }

  .map iframe {
    height: 300px;
  }
}
