@charset "UTF-8";
#container {
  background-color: #fff;
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.concept_inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .concept_inner {
    max-width: none;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_inner {
    width: 100%;
    max-width: none;
  }
}

/*--- ラベル / 見出し共通 ---*/
.concept_label_en {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #5a8470;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .concept_label_en {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_label_en {
    font-size: 2.6666666667vw;
  }
}

.concept_heading {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: center;
  margin-top: 0.6em;
}
@media screen and (max-width: 1200px) {
  .concept_heading {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_heading {
    margin-top: 1em;
    font-size: 2.4vw;
  }
}

.concept_lead {
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: 0.02em;
  color: #231815;
  text-align: left;
  margin: 1em auto 0;
}
@media screen and (max-width: 1200px) {
  .concept_lead {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_lead {
    font-size: 1.8666666667vw;
  }
}

/*--- MV ---*/
.concept_mv {
  position: relative;
}

.concept_content {
  background-image: url(../images/concept/img01_pc.png);
  background-repeat: no-repeat;
  background-size: 430px auto;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  .concept_content {
    background-size: 35.8333333333vw auto;
  }
}
@media screen and (max-width: 768px) {
  .concept_content {
    background-image: url(../images/concept/img01_sp.png);
    background-size: 37.3333333333vw auto;
  }
}

/*--- セクション共通 ---*/
.concept_section {
  padding-top: 130px;
}
@media screen and (max-width: 1200px) {
  .concept_section {
    padding-top: 10.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_section {
    padding-top: 16vw;
  }
}

/*--- VISION ---*/
.concept_vision {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .concept_vision {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_vision {
    padding-top: 16vw;
  }
}
.concept_vision_ttl {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .concept_vision_ttl {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_vision_ttl {
    font-size: 2.9333333333vw;
  }
}
.concept_vision_ttl_sub {
  font-size: 27px;
  display: inline-block;
  margin-top: 0.4em;
}
@media screen and (max-width: 1200px) {
  .concept_vision_ttl_sub {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_vision_ttl_sub {
    font-size: 3.4666666667vw;
  }
}
.concept_vision_txt {
  font-size: 16px;
  line-height: 2.5em;
  letter-spacing: 0.03em;
  color: #231815;
  text-align: center;
  margin: 2.4em auto 0;
}
@media screen and (max-width: 1200px) {
  .concept_vision_txt {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_vision_txt {
    font-size: 1.8666666667vw;
    letter-spacing: 0;
    line-height: 2.5em;
    max-width: none;
  }
}

/*--- Timeless Value ---*/
.concept_value {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .concept_value {
    max-width: 58.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_value {
    max-width: none;
    width: 83.6vw;
  }
}
.concept_value .concept_label_en {
  text-align: left;
}
.concept_value .concept_heading {
  text-align: left;
}
.concept_value .concept_inner {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .concept_value .concept_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .concept_value .concept_inner {
    width: 100%;
  }
}

.concept_value_list {
  max-width: 680px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1200px) {
  .concept_value_list {
    max-width: none;
    width: 56.6666666667vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_value_list {
    max-width: none;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.concept_value_list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .concept_value_list_item {
    padding: 0.8333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .concept_value_list_item {
    padding: 1.3333333333vw 0;
  }
}
.concept_value_list_item dt {
  width: 270px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #231815;
}
@media screen and (max-width: 1200px) {
  .concept_value_list_item dt {
    width: 23.0833333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_value_list_item dt {
    width: 36.9333333333vw;
    font-size: 2.1333333333vw;
  }
}
.concept_value_list_item dt .mark {
  color: #5a8470;
  margin-right: 0.6em;
}
.concept_value_list_item dd {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #231815;
}
@media screen and (max-width: 1200px) {
  .concept_value_list_item dd {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_value_list_item dd {
    font-size: 1.8666666667vw;
  }
}

/*--- GREEN LABEL ---*/
.concept_greenlabel {
  padding-top: 110px;
}
@media screen and (max-width: 1200px) {
  .concept_greenlabel {
    padding-top: 9.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_greenlabel {
    padding-top: 14.6666666667vw;
  }
}
.concept_greenlabel_logo {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .concept_greenlabel_logo {
    width: 9.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_greenlabel_logo {
    width: 14vw;
  }
}
.concept_greenlabel_logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*--- 建物外観 ---*/
.concept_building {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .concept_building {
    max-width: none;
    width: 100vw;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_building {
    max-width: none;
    width: 100%;
    margin-top: 16vw;
  }
}

/*--- LOHAS × GREENHILL ---*/
.concept_lohas {
  position: relative;
  padding: 130px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .concept_lohas {
    padding: 10.8333333333vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .concept_lohas {
    padding: 16vw 0 0;
  }
}
.concept_lohas .concept_inner {
  position: relative;
  z-index: 2;
}
.concept_lohas_label {
  width: 115px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .concept_lohas_label {
    width: 9.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_lohas_label {
    width: 15.3333333333vw;
  }
}
.concept_lohas_ttl {
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2em;
  color: #231815;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .concept_lohas_ttl {
    font-size: 2.5vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_lohas_ttl {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
.concept_lohas_ttl .cross {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 0.7em;
  font-weight: 700;
  color: #231815;
  position: relative;
  top: -0.1em;
}
.concept_lohas_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .concept_lohas_row {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_lohas_row {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
.concept_lohas_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .concept_lohas_img {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.concept_lohas_text {
  width: 44.2%;
}
@media screen and (max-width: 768px) {
  .concept_lohas_text {
    width: 80vw;
    margin: 0 auto;
  }
}
.concept_lohas_heading {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .concept_lohas_heading {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_lohas_heading {
    font-size: 2.4vw;
    margin-top: 8vw;
  }
}
.concept_lohas_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9EM;
  letter-spacing: 0.02em;
  color: #231815;
  text-align: left;
  margin-top: 2em;
}
@media screen and (max-width: 1200px) {
  .concept_lohas_txt {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_lohas_txt {
    font-size: 1.8666666667vw;
    line-height: 1.9em;
  }
}

/*--- Sustainability ---*/
.concept_sustainability {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
}
@media screen and (max-width: 1200px) {
  .concept_sustainability {
    max-width: none;
    width: 58.3333333333vw;
    padding-top: 7.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sustainability {
    max-width: none;
    width: 83.4666666667vw;
    padding-top: 12vw;
  }
}
.concept_sustainability .concept_label_en {
  text-align: left;
}
.concept_sustainability .concept_heading {
  text-align: left;
}
.concept_sustainability .concept_inner {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .concept_sustainability .concept_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .concept_sustainability .concept_inner {
    width: 100%;
  }
}
.concept_sustainability_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .concept_sustainability_box {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sustainability_box {
    margin-top: 2.6666666667vw;
  }
}
.concept_sustainability_box_ttl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5a8470;
  white-space: nowrap;
  margin-right: 1em;
}
@media screen and (max-width: 1200px) {
  .concept_sustainability_box_ttl {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sustainability_box_ttl {
    font-size: 2.1333333333vw;
    margin-right: 1.5em;
  }
}
.concept_sustainability_box_ttl .line {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #5a8470;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .concept_sustainability_box_ttl .line {
    height: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sustainability_box_ttl .line {
    height: 2.4vw;
  }
}
.concept_sustainability_box_list {
  display: flex;
  flex-wrap: wrap;
}
.concept_sustainability_box_list li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  .concept_sustainability_box_list li {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sustainability_box_list li {
    font-size: 1.8666666667vw;
  }
}
.concept_sustainability_box_list li::before {
  content: "■";
  color: #5a8470;
  margin-right: 0.4em;
  font-size: 0.7em;
}
.concept_sustainability_box_list li + li {
  margin-left: 1.6em;
}

/*--- SDGs ---*/
.concept_sdgs {
  margin-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .concept_sdgs {
    margin-top: 6.6666666667vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sdgs {
    margin-top: 8vw;
    padding-bottom: 24vw;
  }
}
.concept_sdgs_heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #5a8470;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .concept_sdgs_heading {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sdgs_heading {
    font-size: 2.1333333333vw;
  }
}
.concept_sdgs_lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9em;
  letter-spacing: 0.02em;
  color: #5a8470;
  text-align: center;
  margin-top: 0.2em;
}
@media screen and (max-width: 1200px) {
  .concept_sdgs_lead {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sdgs_lead {
    font-size: 2.1333333333vw;
  }
}
.concept_sdgs_box {
  width: 100%;
  max-width: 630px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1200px) {
  .concept_sdgs_box {
    max-width: 52.5vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .concept_sdgs_box {
    max-width: none;
    width: 84vw;
    margin-top: 3.3333333333vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.concept_lohas_bg {
  opacity: 0.9;
}/*# sourceMappingURL=style_concept.css.map */