@charset "UTF-8";
/* ===================================================================
   CSS Variables
=================================================================== */
:root {
  --f-ja: "Shippori Mincho", serif;
  --f-en: "Montserrat", sans-serif;
}

/* ===================================================================
   Cocept Common
=================================================================== */
.page-under .secheader {
  background: #efefef;
}
.page-under .sp-menu {
  background: #efefef;
}

.dib {
  display: inline-block;
}

.cg_image {
  position: relative;
}

.image-box {
  width: 100%;
  margin: 0;
  position: relative;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.cap {
  font-family: var(--f-ja);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: #fff;
  opacity: 0.8;
  text-align: right;
  position: absolute;
  right: 1em;
  bottom: 0.4em;
}
.cap.__static {
  position: static;
  margin-top: 0.25em;
  color: #999;
  text-align: left;
}
.cap.lef {
  left: 1em;
  right: auto;
  text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}

.main-title {
  margin: 0 auto;
  width: 100%;
  padding: 290px 0 38px;
  font-family: var(--en-font);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  background-color: #efefef;
}

.main-title .main-title-jp {
  display: block;
  font-family: var(--sub-font);
  font-size: 20px;
  font-weight: 400;
}

.main-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 2880/880;
}

#concept {
  background-color: #1f2533;
  margin: 0;
  padding: 100px 0 120px;
}
#concept .section-inner {
  max-width: 1060px;
  width: 90%;
  margin: auto;
}
#concept .section-title {
  font-size: 26px;
  font-family: var(--f-ja);
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  margin: 0 0 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#concept .section-title .section-title-en {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: var(--f-en);
  font-weight: 300;
}
#concept .concept-content {
  display: flex;
  gap: 20px;
}
#concept .concept-content .text-box {
  flex: 1;
}
#concept .concept-content .text-box .text {
  font-size: 16px;
  font-family: var(--f-ja);
  font-weight: 400;
  line-height: 2.5;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#concept .concept-content .text-box .text + .text {
  margin-top: 1.25em;
}
#concept .concept-content .image-box {
  flex: 1;
  max-width: 450px;
  margin-top: 10px;
}

/* ===================================================================
   Section
=================================================================== */
.section {
  margin: 110px 0 140px;
}

.content {
  position: relative;
  /* 左側のコンテンツ */
  /* 右側のコンテンツ */
}
.content .content-box {
  display: flex;
  max-width: 1600px;
  margin: auto;
}
.content .text-box {
  font-family: var(--f-ja);
}
.content .text-box .title {
  font-size: 28px;
  font-family: var(--f-en);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.content .text-box .lead {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.75;
  margin: 15px 0 40px;
}
.content .text-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 50px;
}
.content .image-box {
  position: relative;
}
.content .image-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .image-box.image-box02 {
  width: 55%;
}
.content .image-box.image-box03 {
  width: 40%;
  margin-left: auto;
  margin-right: 15%;
}
.content .content-left {
  width: 50%;
  margin-top: 45px;
}
.content .content-left .content-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: calc(460px + 20%);
  margin: auto;
  padding-right: 5%;
  padding-left: 15%;
}
.content .content-right {
  width: 50%;
  margin-right: 20px;
}
.content .content-right .image-box {
  position: relative;
}
.content .content-right .image-box img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content.__reverse .content-box {
  flex-direction: row-reverse;
}
.content.__reverse .content-left .content-inner {
  padding-right: 10%;
  padding-left: 10%;
}
.content.__reverse .content-right {
  margin-right: 0;
  margin-left: 20px;
}

#umeda .content-left .text-box .text {
  margin-bottom: 100px;
}
#umeda .content-right .text-box {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

#garden {
  margin-bottom: 170px;
}
#garden .content-left .text-box .text {
  margin-bottom: 0;
}
#garden .content-left .text-box .text + .text {
  margin-top: 1.5em;
}
#garden .image-box01 img {
  -o-object-position: right;
     object-position: right;
}
#garden .content-box-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 90%;
  margin: 70px auto 0;
}
#garden .content-box-sub .text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
#garden .content-box-sub .image-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
#garden .content-box-sub .image-box-wrap .image-box02 {
  max-width: 340px;
  width: 90%;
}

#nextvision {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 150px;
  text-align: center;
}
#nextvision .text-box .lead {
  margin-top: 20px;
}
#nextvision .text-box .text {
  margin-bottom: 0;
}
#nextvision .text-box .text.text {
  margin-top: 1.5em;
}
#nextvision .image-box {
  margin-top: 45px;
}

/* ===================================================================
   Mobile
=================================================================== */
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: clip;
  }
  .image-box .cap {
    font-size: 11px;
    right: 0.5em;
    bottom: 10%;
  }
  .image-box .cap.lef {
    left: 1em;
    bottom: 1em;
    right: auto;
  }
  .main-title {
    text-align: left;
    padding: 100px 5% 30px;
    font-size: 24px;
  }
  .main-title .main-title-jp {
    margin-top: 10px;
    font-size: 16px;
  }
  .main-visual {
    aspect-ratio: 750/638;
  }
  /* #concept Section */
  #concept {
    padding: 50px 0 55px;
  }
  #concept .section-inner {
    width: 90%;
  }
  #concept .section-title {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  #concept .section-title .section-title-en {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #concept .concept-content {
    flex-direction: column-reverse;
    gap: 35px;
  }
  #concept .concept-content .text-box {
    margin-top: 0;
  }
  #concept .concept-content .text-box .text {
    font-size: 14px;
    line-height: 2.5;
  }
  /* Section */
  .section {
    margin: 60px 0 75px;
  }
  .content .content-box {
    flex-direction: column;
  }
  .content .content-left,
  .content .content-left .content-inner,
  .content .text-box {
    display: contents;
  }
  .content .text-box .title,
  .content .text-box .lead,
  .content .text-box .text {
    width: 90%;
    margin: auto;
  }
  .content .text-box .title {
    order: 1;
    font-size: 22px;
  }
  .content .text-box .lead {
    order: 2;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
  }
  .content .text-box .text {
    order: 5;
    max-width: 400px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .content .image-box.image-box01 {
    width: 95%;
    margin: 0 0 0 auto;
    order: 3;
  }
  .content .image-box.image-box02 {
    order: 4;
    width: 45%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 5%;
  }
  .content .image-box.image-box03 {
    order: 6;
    width: 40%;
    margin-left: 5%;
  }
  .content.__reverse .content-box {
    flex-direction: column;
  }
  .content.__reverse .image-box.image-box01 {
    margin: 0 auto 0 0;
  }
  #concept .concept-content .image-box {
    margin: auto;
  }
  #umeda .content-left .text-box .text {
    margin-bottom: 0;
  }
  #umeda .content-left .text-box .text + .text {
    margin-top: 1.25em;
    margin-bottom: 2.5em;
  }
  #umeda .content-left .cap {
    text-align: right;
  }
  /* #garden Section */
  #garden {
    margin-bottom: 90px;
  }
  #garden .content-left .text-box .image-box01 {
    order: 3;
    margin-bottom: 0;
  }
  #garden .content-left .text-box .text {
    margin-top: 0;
    order: 2;
    max-width: inherit;
    margin-bottom: 30px;
  }
  #garden .content-left .text-box .text .text + .text {
    margin-top: 25px;
  }
  #garden .content-box-sub {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  #garden .content-box-sub .text-box {
    margin-bottom: 0;
  }
  #garden .content-box-sub .text-box .text {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
  }
  #garden .content-box-sub .image-box-wrap .image-box02 {
    width: 55%;
  }
  #garden .content-box-sub .image-box-wrap .image-box02 .cap {
    text-align: right;
  }
  /* #nextvision Section */
  #nextvision {
    width: 100%;
    margin: 0 auto;
  }
  #nextvision .text-box .lead {
    margin-top: 15px;
  }
  #nextvision .image-box {
    margin-top: 40px;
  }
  .parallax {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .content .text-box .text {
    max-width: 300px;
  }
}/*# sourceMappingURL=concept.css.map */