/* top-page 
-------------------------------------- */


/* .top-page .en {
  font-size: 100px;
  font-family: "acier-bat-gris", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.2;
  color: #0068B7;
  margin-bottom: 0.4em;
}

.top-page .en.house {
  text-align: right;
}

.top-page .en.property {
  text-align: right;
}

.top-page .en.industry {
  text-align: right;
}

.top-page .en.house {
  text-align: right;
}

@media (max-width:767px) {

  .top-page .en {
    font-size: 40px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    white-space: nowrap;
    overflow: hidden;
  }

  .top-page .about .en {
    margin-left: 1vw;
  }

  .top-page span {
    color: #ACB3B8;
    font-weight: bold;
    font-size: 14px;
  }
} */



/* top-page 
-------------------------------------- */

.pick-up-ttl {
  text-align: center;
}

.pick-up-ttl {
  position: relative;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: .3em;
  text-align: center;
  margin-bottom: 40px !important;
}

.pick-up-ttl::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px var(--color-main);
  border-bottom: solid 2px var(--color-main);
}




/* company
-------------------------------------- */


.company-p {}

.company-img1 {
  margin-bottom: 2em;
}

.company .outline {
  margin-bottom: 107px;
}

.company .outline dl {
  display: flex;
  border-bottom: solid #ccc 1px;
  padding: 1em 0;
  position: relative;
}

.company .outline dl::before {
content: "";
background: #707070;
position: absolute;
left: 0;
bottom: -1px;
width: 150px;
height: 1px;
}

@media (max-width:767px) {
.company .outline dl::before {
  width: 30vw;
}
}

.company .outline dt {
  width: 25%;
  padding-left: 10px;
}

.company .outline dd {
  width: 65%;
}

@media (max-width:767px) {

  .company .outline {
    margin-bottom: 60px;
    font-size: 14px;
  }

  .company .outline dt {
    width: 40%;
    padding-left: 1em;
  }

  .company .outline dd {
    width: 60%;
    padding-right: 1em;
  }
}

.company .shop h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

.company .shop-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.company .shop-img {
  width: 45%;
}

.company .shop-text {
  width: 50%;
}

.company .shop-text dl {
  display: flex;
  border-bottom: solid 1px #eee;
  padding: 1em 0;

}

.company .shop-text dt {
  width: 30%;
}

.company .shop-text dd {
  width: 70%;
}


@media (max-width:767px) {

  .company .shop-flex {
    flex-direction: column;
  }

  .company .shop-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .company .shop-text {
    width: 100%;
  }
}

/* privacy
-------------------------------------- */

.privacy-p {
  padding-bottom: 100px;
}


.privacy h2 {
  margin-top: 70px;
  margin-bottom: 1em;
  font-size: 18px;
}


@media (max-width:767px) {

  .privacy-p {
    padding-bottom: 60px;
  }


  .privacy h2 {
    margin-top: 50px;
  }
}