@charset "UTF-8";
/* =========================================================
不動産再活用/reuse
========================================================= */
.p-reuse-mv {
  position: relative;
}
.p-reuse-mv--wrap {
  display: block;
  height: 75vh;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .p-reuse-mv--wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-mv--wrap {
    height: auto;
  }
}
.p-reuse-mv picture img {
  display: block;
  object-fit: cover;
  object-position: -200px;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .p-reuse-mv picture img {
    object-fit: contain;
    object-position: inherit;
  }
}
.p-reuse-mv_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-reuse-mv_title h1 {
  background: #00A7EA;
  color: #ffffff;
  font-size: calc(42 * (100vw / 430));
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 5px 20px;
}
@media screen and (min-width: 430px) {
  .p-reuse-mv_title h1 {
    font-size: calc(42 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-mv_title h1 {
    font-size: calc(42 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-mv_title h1 {
    font-size: calc(42 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-mv_title h1 {
    font-size: 42px;
  }
}
.p-reuse-mv_title h1 .in {
  color: #FFE200;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reuse-mv_title h1 .in {
    display: inline;
    padding-left: 10px;
  }
}
.p-reuse-about {
  background: url(../images/reuse/bg-reuse.webp) no-repeat bottom right;
  background-size: cover;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-reuse-about {
    padding: calc(100 * (100vw / 1920)) 8vw;
    background-position: right -200% center;
  }
}
.p-reuse-about--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-reuse-about--wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.p-reuse-about h2 {
  color: #223F88;
  font-size: calc(35 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 430px) {
  .p-reuse-about h2 {
    font-size: calc(35 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-about h2 {
    font-size: calc(35 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-about h2 {
    font-size: calc(35 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-about h2 {
    font-size: 35px;
    margin-bottom: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-reuse-about h2 {
    width: 50%;
  }
}
.p-reuse-about h2.pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-reuse-about h2.pc {
    display: block;
  }
}
.p-reuse-about .text {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-reuse-about .text {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-about .text {
    font-size: 16px;
    line-height: 2.8;
    margin-bottom: 0;
    max-width: 100%;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-reuse-about .text {
    width: 50%;
  }
}
.p-reuse-list {
  padding: calc(90 * (100vw / 992)) 8vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-reuse-list {
    margin-bottom: 50px;
    padding: calc(90 * (100vw / 1920)) 8vw;
  }
}
.p-reuse-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #F1F5F9;
  transform: scaleY(2.3) perspective(0.6em) rotateX(0.5deg);
  transform-origin: bottom left;
}
.p-reuse-list--wrap {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-reuse-list--wrap {
    display: grid;
    grid-template-columns: 1fr 240px;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-reuse-list--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-reuse-list picture {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
.p-reuse-list picture img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
.p-reuse-list dl {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-reuse-list dl {
    order: -1;
  }
}
.p-reuse-list dl dt {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-reuse-list dl dt {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-list dl dt {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-list dl dt {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-list dl dt {
    font-size: 30px;
  }
}
.p-reuse-list dl dt .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-reuse-list dl dt .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-reuse-list dl dd p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-reuse-list dl dd p {
    font-size: 16px;
  }
}
.p-reuse-support {
  background: #F1F5F9;
}
.p-reuse-support h2 {
  background: url(../images/reuse/bg-reuse02-ttl.webp) no-repeat bottom center;
  background-size: cover;
  color: #ffffff;
  padding: 10% 20px 15%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-reuse-support h2 {
    padding: 40px 20px 90px;
  }
}
@media screen and (min-width: 1200px) {
  .p-reuse-support h2 {
    padding: 40px 20px 120px;
  }
}
.p-reuse-support h2 .title {
  color: #ffffff;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-reuse-support h2 .title {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-support h2 .title {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-support h2 .title {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-support h2 .title {
    font-size: 30px;
  }
}
.p-reuse-support h2 .text {
  color: #ffffff;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-reuse-support h2 .text {
    font-size: 16px;
    width: 100%;
  }
}
.p-reuse-support--contents {
  padding: calc(120 * (100vw / 992)) 8vw;
  padding-top: 20px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-reuse-support--contents {
    padding: calc(100 * (100vw / 1920)) 8vw;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.p-reuse-support--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-reuse-support--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-support picture {
    width: 35%;
  }
}
.p-reuse-support ul {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-reuse-support ul {
    margin-top: 0;
    width: 65%;
    padding-left: 20px;
  }
}
.p-reuse-support ul li {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.p-reuse-support ul li:last-child {
  margin-bottom: 0;
}
.p-reuse-support ul li .no {
  background: #FFE200;
  border-radius: 100%;
  color: #223F88;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.p-reuse-support ul li p {
  color: #223F88;
  display: block;
  font-size: clamp(16px, 1.61vw, 18px);
  line-height: 1.6;
  padding-left: 10px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-reuse-support ul li p {
    font-size: 16px;
    width: 100%;
  }
}
.p-reuse-know {
  background: #F1F5F9;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-reuse-know {
    padding: calc(100 * (100vw / 1920)) 8vw;
  }
}
.p-reuse-know--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-reuse-know--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-reuse-know picture {
  text-align: center;
  margin: 0 auto 10px;
}
.p-reuse-know picture img {
  display: inline-block;
  max-width: 100px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-reuse-know picture img {
    max-width: 200px;
  }
}
.p-reuse-know h2 {
  color: #223F88;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 430px) {
  .p-reuse-know h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-know h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-know h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-know h2 {
    font-size: 30px;
  }
}
.p-reuse-know .text {
  color: #343434;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-reuse-know .text {
    font-size: 16px;
    width: 100%;
  }
}
.p-reuse-know .text .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-reuse-know .text .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-contact {
    margin: 50px auto 0;
    padding-top: 0;
  }
}
.p-reuse-contact.bottom {
  margin-top: 0;
  padding: calc(120 * (100vw / 992)) 8vw;
}
.p-reuse-contact.bottom .p-reuse-contact--wrap {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-reuse-contact.bottom {
    padding: calc(100 * (100vw / 1920)) 8vw;
  }
  .p-reuse-contact.bottom .p-reuse-contact--wrap {
    margin-top: 0;
  }
}
.p-reuse-contact--wrap {
  max-width: 1120px;
  margin: 30px auto 0;
  width: 100%;
  background: #223F88;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-reuse-contact--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-reuse-contact h2 {
  margin-bottom: 20px;
  width: 100%;
  color: #ffffff;
  display: block;
  font-size: calc(24 * (100vw / 430));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-reuse-contact h2 {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-contact h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-contact h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-contact h2 {
    font-size: 30px;
  }
}
.p-reuse-contact_tel {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-reuse-contact_tel {
    border-bottom: none;
    border-right: 1px solid #ffffff;
    padding: 20px 10px 20px 0;
    margin: 0 10px 0 0;
    font-size: 16px;
    width: calc(50% - 5px);
  }
}
.p-reuse-contact_tel h3 {
  margin-bottom: 10px;
}
.p-reuse-contact_tel h3 span {
  background: url(../images/common/icon-tel.svg) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 20px;
}
.p-reuse-contact_tel a {
  border-radius: 5px;
  color: #FFE200;
  display: block;
  font-size: 250%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-reuse-contact_tel a {
    font-size: 220%;
    font-weight: normal;
  }
}
.p-reuse-contact_tel p {
  color: #ffffff;
}
.p-reuse-contact_mail {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reuse-contact_mail {
    width: calc(50% - 5px);
  }
}
.p-reuse-contact_mail h3 {
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-reuse-contact_mail h3 {
    font-size: 16px;
  }
}
.p-reuse-contact_mail h3 span {
  background: url(../images/common/icon-mail.svg) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 20px;
}
.p-reuse-contact_mail a {
  background: #00A7EA;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 15px 35px 15px 10px;
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-reuse-contact_mail a {
    font-size: 20px;
  }
}
.p-reuse-contact_mail a::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
}
.p-reuse-contact_mail a:hover {
  background: #152856;
}
.p-reuse-philosophy h2 {
  background: url(../images/reuse/bg-value-ttl.svg) no-repeat bottom center;
  background-size: contain;
  background-color: #ffffff;
  color: #223F88;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  padding: 10% 15px;
}
@media screen and (min-width: 430px) {
  .p-reuse-philosophy h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-philosophy h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-philosophy h2 {
    font-size: calc(30 * (100vw / 992));
    padding: 80px 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-philosophy h2 {
    font-size: 30px;
  }
}
.p-reuse-value {
  background: #F1F5F9;
  padding: calc(90 * (100vw / 992)) 8vw;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reuse-value {
    padding: calc(90 * (100vw / 1920)) 8vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-reuse-value--out {
  overflow-x: hidden;
  position: relative;
  padding: calc(90 * (100vw / 992)) 8vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-reuse-value--out {
    padding: calc(90 * (100vw / 1920)) 8vw;
  }
}
.p-reuse-value--out::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #ffffff;
  transform: scaleY(2.3) perspective(0.6em) rotateX(0.5deg);
  transform-origin: bottom right;
}
.p-reuse-value--out::after {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.p-reuse-value--wrap {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-reuse-value--wrap {
    display: grid;
    grid-template-columns: 240px 1fr;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-reuse-value--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-reuse-value picture {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
.p-reuse-value picture img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
.p-reuse-value dl {
  max-width: 600px;
  margin: 0 auto;
}
.p-reuse-value dl dt {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-reuse-value dl dt {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-value dl dt {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-value dl dt {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-value dl dt {
    font-size: 30px;
  }
}
.p-reuse-value dl dt .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-reuse-value dl dt .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-reuse-value dl dd p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-reuse-value dl dd p {
    font-size: 16px;
  }
}
.p-reuse-reason {
  background: #F1F5F9;
  padding: calc(90 * (100vw / 992)) 8vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-reuse-reason {
    padding: calc(90 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-reuse-reason--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-reuse-reason--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-reuse-reason h3 {
  margin-bottom: 20px;
  width: 100%;
  color: #223F88;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-reuse-reason h3 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-reuse-reason h3 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-reuse-reason h3 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-reuse-reason h3 {
    width: 35%;
    font-size: 30px;
  }
}
.p-reuse-reason h3 .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-reuse-reason h3 .pc {
    display: block;
  }
}
.p-reuse-reason ul {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-reuse-reason ul {
    margin-top: 0;
    width: 65%;
  }
}
.p-reuse-reason ul li {
  background: #ffffff;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.p-reuse-reason ul li:last-child {
  margin-bottom: 0;
}
.p-reuse-reason ul li p {
  background: url(../images/common/icon-check.svg) no-repeat center left;
  background-size: 20px 20px;
  color: #223F88;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  padding-left: 30px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-reuse-reason ul li p {
    font-size: 16px;
    width: 100%;
  }
}
.p-reuse-reason_photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  text-align: center;
  padding-top: 30px;
  width: 100%;
}
.p-reuse-reason_photos img {
  display: block;
}
