@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------
共通
--------------------------------------------------------------------- */
body.lp.event-area {
  line-height: 1.6;
}

body.lp.event-area img {
  object-fit: cover;
}

.wcont {
  width: 1000px;
  margin: 0 auto;
}

section {
  padding: 60px 0;
}

@media screen and (max-width:768px) {
  .wcont {
    width: 96%;
    margin: 0 auto;
  }

  section {
    padding: 45px 0;
  }
}

/* ---------------------------------------------------------------------
mv hero-header
--------------------------------------------------------------------- */
.hero-header {
  width: 100%;
  background-image: url(../img/mv_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(70vh - 92px);
  background-position: center;
}

.hero-header_in {
  color: #fff;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.hero-header_in .main_text_inner {
  position: absolute;
  right: 0%;
  top: 50%;
  padding: 40px calc(calc((100vw - 1000px) / 2)) 40px 60px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0));
  transform: translateY(-50%);
  text-shadow: 1px 1px 5px #3c3c3c;
}

.hero-header_in .main_text_inner .main_text{
  font-size: 22rem;
  letter-spacing: 0.02em;
}

.hero-header_in .main_text_inner h1 {
  font-size: 50rem;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:768px) {
  .hero-header {
    width: 100%;
    background-image: url(../img/mv_img_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-position: center;
  }
  
  .hero-header_in {
    color: #fff;
    min-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  
  .hero-header_in .main_text_inner {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    text-shadow: 1px 1px 5px #3c3c3c;
  }
  
  .hero-header_in .main_text_inner .main_text{
    font-size: 16rem;
    font-weight: 300;
    letter-spacing: 0.02em;
  }
  
  .hero-header_in .main_text_inner h1 {
    font-size: 36rem;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 0.05em;
  }
}

/* ---------------------------------------------------------------------
お客様の声
--------------------------------------------------------------------- */

.voice {
  background-color: #e9f1fb;
  background-color: #f8f8f8;
}

.voice h2 {
  font-size: 30rem;
  color: #1b5fb3;
  display: flex;
  justify-content: center;
  font-weight: 500;
}

.voice h2 span {
  position: relative;
}

.voice h2 span::before {
  content: "";
  background-image: url(../img/fukidashi.png);
  width: 132px;
  height: 74px;
  display: block;
  top: calc(-25px + -30rem);
  left: -65%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.voice .voice_cont {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.voice .voice_list {
  width: calc(1000px * 3.75/ 12);
}

.voice .voice_list_top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.voice .voice_list_top h3 {
  font-size: 18rem;
  font-weight: 600;
}

.voice_list_bottom {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: .8em 1.2em;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 1px #555);
}

.voice_list_bottom p {
  line-height: 1.6;
}

.voice_list_bottom:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 8%;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

@media screen and (max-width:768px) {
  .voice h2 {
    font-size: 24rem;
  }

  .voice h2 span::before {
    content: "";
    background-image: url(../img/fukidashi.png);
    width: 116px;
    height: 65px;
    top: calc(-30px + -24rem);
    left: -68%;
  }

  .voice .voice_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .voice .voice_list {
    width: 95%;
  }

  .voice .voice_list_top {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .voice .voice_list_top h3 {
    font-size: 16rem;
    font-weight: 600;
  }

  .voice_list_bottom {
    position: relative;
    display: inline-block;
    margin: 15px 0 20px;
    padding: .8em 1.2em;
    background: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 1px #555);
  }

  .voice_list_bottom p {
    line-height: 1.6;
    font-size: 14rem;
  }

  .voice_list_bottom:before {
    content: "";
    position: absolute;
    top: -22px;
    left: 8%;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
  }
}

/* ---------------------------------------------------------------------
営業所リンク
--------------------------------------------------------------------- */
section.area {
  padding: 60px 0;
  background-color: #e9f1fb;
}

.area_in.wcont {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 20%);
}

.area h2 {
  font-size: 30rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.area h2 span {
  font-weight: 600;
  color: #d55736;
}

.area h2::before,
.area h2::after {
  content: "";
  border-left: 2px solid;
  width: 2px;
  height: 50rem;
  position: absolute;
}

.area h2::before {
  transform: rotate(-45deg);
  left: 20%;
}

.area h2::after {
  transform: rotate(45deg);
  right: 20%;
}

.area .area_lead {
  font-size: 24rem;
  text-align: center;
  margin: 15px 0 30px;
}

.area .area_cont {
  display: flex;
  justify-content: space-between;
}

.area .area_list {
  width: calc(1000px * 3.75/ 12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  position: relative;
}

.area .area_list::before {
  background-color: #eef6ff;
  ;
  opacity: 0.85;
  content: "";
  width: 100%;
  position: absolute;
  height: 120px;
  cursor: pointer;
}

.area .area_list:hover {
  box-shadow: 0 0 0 3px #1b5fb3;
}

.area .area_list.aobadai {
  background-image: url(../img/aobadai.png);
}

.area .area_list.yokohama {
  background-image: url(../img/yokohama.png);
}

.area .area_list.totsuka {
  background-image: url(../img/totsuka.png);
}

.area h4 {
  font-size: 18rem;
  font-weight: 500;
  margin-left: 20px;
  z-index: 1;
}

.area .circle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1b5fb3;
  margin-right: 20px;
}

.area .triangle {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:768px) {
  .area h2 {
    font-size: 24rem;
  }

  .area h2::before,
  .area h2::after {
    content: "";
    border-left: 2px solid;
    width: 2px;
    height: 50rem;
    position: absolute;
    top: 50%;
  }

  .area h2::before {
    transform: rotate(-45deg) translateY(-50%);
    left: 12%;
  }

  .area h2::after {
    transform: rotate(45deg) translateY(-50%);
    right: 12%;
  }

  .area .area_lead {
    font-size: 18rem;
    text-align: center;
    margin: 20px 0 30px;
    line-height: 1.6;
  }

  .area .area_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .area .area_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    position: relative;
  }

  .area .area_list::before {
    background-color: #eef6ff;
    opacity: 0.85;
    content: "";
    width: 100%;
    position: absolute;
    height: 80px;
    cursor: pointer;
  }

  .area .area_list:hover {
    box-shadow: 0 0 0 3px #1b5fb3;
  }

  .area .area_list.aobadai {
    background-image: url(../img/aobadai.png);
  }

  .area .area_list.yokohama {
    background-image: url(../img/yokohama.png);
  }

  .area .area_list.totsuka {
    background-image: url(../img/aobadai.png);
  }

  .area h4 {
    font-size: 18rem;
    font-weight: 500;
    margin-left: 15px;
    z-index: 1;
  }

  .area .circle {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #1b5fb3;
    margin-right: 15px;
  }

  .area .triangle {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* ---------------------------------------------------------------------
より快適に暮らしに合った家へ
--------------------------------------------------------------------- */
.proposal_in {
  position: relative;
}

.proposal_img {
  position: absolute;
  right: 0;
  top: -10px;
  width: 250px;
}

.proposal_img img {
  width: 100%;
}

.proposal h2 {
  font-size: 30rem;
  text-align: center;
  font-weight: 500;
  /* color: #1b5fb3; */
  line-height: 2;
}

.proposal h2 span {
  border-bottom: 5px dotted rgba(255, 222, 140, 1);
  padding: .1em .5em;
}

.proposal .proposal_cont {
  display: flex;
  flex-wrap: wrap;
  /* gap: 5%; */
  justify-content: center;
  width: 900px;
  margin: 45px auto 30px;
}

.proposal .proposal_list {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #1b5fb3;
  background-color: rgb(255 182 0 / 5%);
  ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px 1px rgb(73 40 16 / 20%);
  margin: 0 5px;
}

.proposal .proposal_list img {
  width: 90px;
}

.proposal .proposal_list h3 {
  color: #fff;
  color: #1b5fb3;
  font-size: 18rem;
  font-weight: 500;
}

.proposal_list:first-of-type {
  width: 220px;
  height: 220px;
}

.proposal_list:first-of-type img {
  width: 120px;
}

.proposal_list:first-of-type h3 {
  font-size: 24rem;
}

.proposal_list:nth-of-type(2) {
  margin-top: 80px;
  margin-left: 16px;
}

.proposal_list:nth-of-type(3) {
  width: 140px;
  height: 140px;
}

.proposal_list:nth-of-type(3) img {
  width: 75px;
}

.proposal_list:nth-of-type(4) {
  margin-top: 60px;
}

.proposal_list:nth-of-type(5) {
  margin-top: 10px;
}


.proposal_list:nth-of-type(6) {
  width: 140px;
  height: 140px;
  margin-top: 60px;
  margin-left: 20px;
}

.proposal_list:nth-of-type(6) img {
  width: 75px;
}

.proposal_list:nth-of-type(7) {
  margin-top: -20px;
  margin-left: 20px;
}

.proposal_list:last-of-type {
  margin-top: 30px;
  margin-left: 10px;
  width: 220px;
  height: 220px;
}

.proposal_list:last-of-type img {
  width: 135px;
}

.proposal_list:last-of-type h3 {
  font-size: 24rem;
}
@media screen and (max-width:768px) {
  .proposal_in {
    position: relative;
  }
  
  .proposal h2 {
    font-size: 24rem;
    text-align: center;
    font-weight: 500;
    line-height: 2;
  }
  
  .proposal h2 span {
    border-bottom: 3px dotted rgba(255, 222, 140, 1);
    padding: .1em .5em;
  }
  
  .proposal .proposal_cont {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    width: 100%;
    margin: 30px auto 20px;
  }
  
  .proposal .proposal_list {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #1b5fb3;
    background-color: rgb(255 182 0 / 5%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px 1px rgb(73 40 16 / 20%);
    margin: 0 5px;
  }
  
  .proposal .proposal_list img {
    width: 70px;
  }
  
  .proposal .proposal_list h3 {
    color: #fff;
    color: #1b5fb3;
    font-size: 15rem;
    font-weight: 500;
  }
  
  /* .proposal_list:first-of-type {
    width: 220px;
    height: 220px;
  }
  
  .proposal_list:first-of-type img {
    width: 120px;
  }
  
  .proposal_list:first-of-type h3 {
    font-size: 24rem;
  }
  
  .proposal_list:nth-of-type(2) {
    margin-top: 80px;
    margin-left: 16px;
  }
  
  .proposal_list:nth-of-type(3) {
    width: 140px;
    height: 140px;
  }
  
  .proposal_list:nth-of-type(3) img {
    width: 75px;
  }
  
  .proposal_list:nth-of-type(4) {
    margin-top: 60px;
  }
  
  .proposal_list:nth-of-type(5) {
    margin-top: 10px;
  }
  
  
  .proposal_list:nth-of-type(6) {
    width: 140px;
    height: 140px;
    margin-top: 60px;
    margin-left: 20px;
  }
  
  .proposal_list:nth-of-type(6) img {
    width: 75px;
  }
  
  .proposal_list:nth-of-type(7) {
    margin-top: -20px;
    margin-left: 20px;
  }
  
  .proposal_list:last-of-type {
    margin-top: 30px;
    margin-left: 10px;
    width: 220px;
    height: 220px;
  }
  
  .proposal_list:last-of-type img {
    width: 135px;
  }
  
  .proposal_list:last-of-type h3 {
    font-size: 24rem;
  } */
}