@charset "utf-8";

.bg-white-text {
  color: #817063;
  background-color: #fff;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
}
/* .project {

}
.project-yonezawa {

} */
.project-fv {
  background: url(../img/ph_yonezawa_fv.png);
  background-size: cover;
  background-position: center;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.project-fv--kitagami {
  background: url(../img/ph_kitagami_sumer.png);
  background-size: cover;
  background-position: center;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.project-fv:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.project-fv::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #817063;
  mix-blend-mode: multiply;
}
.project-fv-index {
  position: absolute;
  z-index: 1;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.project-fv-index__title {
  font-size: 20px;
  background: #2D241E;
  border-radius: 50vw;
  padding: 4px 20px;
  display: inline-block;
  margin-bottom: 16px;
}
.project-fv-index__lead {
  font-size: 40px;
  margin-bottom: 4px;
}
.project-fv-index__lead span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .project-fv {
    height: 70vh;
  }
  .project-fv-index {
    padding: 0 16px;
  }
  .project-fv-index__title {
    font-size: max(2.604vw, 16px);
    padding: 8px 16px;
    margin-bottom: 4px;
  }
  .project-fv-index__lead {
    font-size: max(5.208vw, 32px);
    margin-bottom: 16px;
  }
}


.project-thought {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #817063;
}
.project-thought__lead {
  font-size: 32px;
  text-align: center;
  margin-bottom: 80px;
  color: #FFF;
}
.project-thought__text {
  text-align: center;
  line-height: 2.5;
  color: #FFF;
}
.project-thought__text .pc {
  display: block;
}


@media screen and (max-width: 767px) {
  .project-thought {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .project-thought__lead {
    font-size: max(4.166vw, 24px);
    margin-bottom: 64px;
  }
  .project-thought__text {
    text-align: left;
    line-height: 2;
  }
  .project-thought__text .pc {
    display: none;
  }
}


.project-concept {
  padding-top: 120px;
  padding-bottom: 80px;
}
.project-concept__title {
  font-family: "EB Garamond", serif;
  color: #817063;
  font-size: 32px;
  margin-bottom: 96px;
}
.project-concept__title::before {
  content: attr(data-ja);
  font-weight: 400;
  font-size: 14px;
  color: #FF9142;
  display: block;
}
.project-concept__item {
  width: 80%;
  margin-left: auto;
}
.project-concept__item + .project-concept__item {
  margin-top: 120px;
  position: relative;
}
/* .project-concept__item + .project-concept__item::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #817063;
  position: absolute;
  top: -60px;
} */
.project-concept__lead {
  line-height: 1.75;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  color: #817063;
}
.project-concept__lead span {
  background: #817063;
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}
.project-concept__text {
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .project-concept__title {
    margin-bottom: 40px;
  }
  .project-concept__item {
    width: 100%;
  }
  .project-concept__item + .project-concept__item {
    margin-top: 40px;
  }
  .project-concept__lead {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .project-concept {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


.project-expansion {
  padding-top: 120px;
  padding-bottom: 160px;
  border-top: 1px solid #e7d7cb;
}
.project-expansion__title {
  color: #817063;
  font-size: 32px;
  margin-bottom: 96px;
  font-weight: bold;
}
.project-expansion__title::before {
  content: attr(data-ja);
  font-weight: 400;
  font-size: 14px;
  color: #FF9142;
  display: block;
}
.project-expansion__item {
  width: 80%;
  margin-left: auto;
}
.project-expansion__lead {
  line-height: 1.75;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  color: #817063;
}
.project-expansion__text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .project-expansion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .project-expansion__title {
    font-size: max(4.166vw, 24px);
    margin-bottom: 40px;
  }
  .project-expansion__item {
    width: 100%;
  }
  .project-expansion__lead {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.project-concept-wrap {
  display: flex;
}
.project-concept-wrap__item--img {
  width: 40%;
}
.project-concept-wrap__item--text {
  width: 60%;
  margin-left: 20px;
}
.project-kitagami .project-concept__item + .project-concept__item {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .project-title {
    font-size: max(4.166vw, 24px);
    margin-bottom: 40px;
  }
  .project-concept-wrap {
    flex-direction: column;
    width: 100%;
  }
  .project-concept-wrap__item--img {
    width: 100%;
  }
  .project-concept-wrap__item--text {
    width: 100%;
    margin-left: 0px;
    margin-top: 4px;
  }
}

.project-section {
  padding-top: 120px;
  padding-bottom: 160px;
  border-top: 1px solid #e7d7cb;
}
.project-title {
  color: #817063;
  font-size: 32px;
  margin-bottom: 96px;
  font-weight: bold;
}
.project-title::before {
  content: attr(data-ja);
  font-weight: 400;
  font-size: 14px;
  color: #FF9142;
  display: block;
}
.project-lead {
  line-height: 1.75;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  color: #817063;
}
.project-text {
  line-height: 2;
}
.project-table {
  border-collapse: collapse;
  width: 80%;
  margin-left: auto;
}
.project-table th, .project-table td {
  border: 2px solid #FFFCF8;
  background-color: #F4F1EE;
  padding: 1em;
}
.project-table th {
  background-color: #817063;
  color: #fff;
  text-align: center;
  width: 20%;
  min-width: 4em;
  font-weight: normal;
}
.project-bgArea {
  background: #F4F1EE;
  border-radius: 5px;
  padding: 64px 40px;
}
.project-section__item {
  width: 80%;
  margin-left: auto;
}
.project-section__item span {
  font-weight: bold;
  color: #817063;
}
@media screen and (max-width: 767px) {
  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .project-title {
    font-size: max(4.166vw, 24px);
    margin-bottom: 40px;
  }
  .project-table {
    width: 100%;
  }
  .project-table th {
    width: 30%;
  }
  .project-bgArea {
    padding: 40px 16px;
  }
  .project-section__item {
    width: 100%;
  }
}

.project-outline {
  padding-top: 120px;
  padding-bottom: 80px;
  border-top: 1px solid #e7d7cb;
}
@media screen and (max-width: 767px) {
  .project-outline {
    padding-top: 80px;
  }
}

.project-value {
}
.project-value__content {
  width: 80%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.project-value-item {
  display: flex;
}
.project-value-item__lead {
  width: 40%;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  color: #817063;
  font-size: 24px;
  position: relative;
  padding-left: 12px;
}
.project-value-item__lead::before {
  content: '';
  display: block;
  width: 2px;
  height: 70px;
  background: #FF9142;
  position: absolute;
  left: 0;
  top: 0;
}
.project-value-item__lead span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.project-value-item__desc {
  width: 60%;
}
.project-value-item__desc ul {
  margin-top: 1em;
  list-style: disc;
  padding-left: 1em;
}
.project-value-item__desc li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .project-value__content {
    width: 100%;
    margin-left: auto;
    gap: 40px;
  }
  .project-value-item {
    flex-direction: column;
  }
  .project-value-item__lead {
    width: 100%;
    font-size: 20px;
    padding-left: 16px;
  }
  .project-value-item__lead::before {   
    height: 100%; 
  }
  .project-value-item__desc {
    width: 100%;
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.project-merit {
  width: 80%;
  margin-left: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.project-merit-list {
  position: relative;
}
.project-merit-list + .project-merit-list::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #817063;
  position: absolute;
  top: -60px;
}
.project-merit-list__lead {
  font-size: 24px;
  font-weight: bold;
  color: #817063;
}
.project-merit-item {
  margin-top: 24px;
}
.project-merit-item__title {
  background: #FFF;
  color: #817063;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 18px;
}
.project-merit-item__text {
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  .project-merit {
    width: 100%;
    margin-top: 24px;
    gap: 80px;
  }
  .project-merit-list + .project-merit-list::before {
    top: -40px;
  }
  .project-merit-list__lead {
    font-size: 18px;
    font-weight: bold;
  }
  .project-merit-item {
    margin-top: 16px;
  }
  .project-merit-item__title {
    font-size: 16px;
  }
  .project-merit-item__text {
    padding: 4px 10px;
  }
}

.project-vp .project-bgArea {
  padding-top: 40px;
  padding-bottom: 40px;
}