@charset "UTF-8";
.facadeSect {
  text-align: center;
}

.facadeSect__ttl {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .facadeSect__ttl {
    font-size: 32px;
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__ttl {
    font-size: 23px;
    margin-top: 48px;
  }
}

.facadeSect__txt {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .12em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .facadeSect__txt {
    font-size: 16px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__txt {
    font-size: 14px;
    margin-top: 18px;
  }
}

.facadeSect__visual {
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
}

@media print, screen and (min-width: 768px) {
  .facadeSect__visual {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__visual {
    margin: 40px -24px 0;
  }
}

.facadeSect__visual .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .featureSect__list {
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .featureSect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

.featureCard__en {
  color: #73a0a5;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .featureCard__en {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .featureCard__en {
    font-size: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureCard__visual {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .featureCard__visual {
    margin-top: 18px;
  }
}

.featureCard__visual .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.featureCard__ttl {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .featureCard__ttl {
    font-size: 20px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .featureCard__ttl {
    font-size: 19px;
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureCard__ttl sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .featureCard__ttl sup {
    font-size: 10px;
  }
}

.featureCard__txt {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .featureCard__txt {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .featureCard__txt {
    font-size: 14px;
    margin-top: 14px;
  }
}

.meritSect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .meritSect {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1010px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.meritSect__visual {
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .meritSect__visual {
    width: 483px;
  }
}

.meritSect__visual .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.meritSect__visual .photo__capIn {
  color: #464646;
  text-shadow: none;
}

.meritSect__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.meritSect__ttl {
  color: #464646;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl sup {
    font-size: 10px;
  }
}

.meritSect__txt {
  color: #464646;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .12em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .meritSect__txt {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__txt {
    font-size: 14px;
    margin-top: 16px;
  }
}

.meritSect__note {
  color: #464646;
  font-size: 11px;
  letter-spacing: .04em;
  margin-top: 12px;
}

.messageSect {
  text-align: center;
}

.messageSect__ttlImg {
  display: block;
  height: auto;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .messageSect__ttlImg {
    width: 495px;
  }
}

@media screen and (max-width: 768px) {
  .messageSect__ttlImg {
    width: 258px;
  }
}

.messageSect__txt {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .12em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .messageSect__txt {
    font-size: 16px;
    margin-top: 44px;
  }
}

@media screen and (max-width: 768px) {
  .messageSect__txt {
    font-size: 14px;
    margin-top: 28px;
    text-align: left;
  }
}

.sectionBand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #73a0a5;
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .sectionBand {
    height: 63px;
  }
}

@media screen and (max-width: 768px) {
  .sectionBand {
    height: 48px;
  }
}

.sectionBand__en {
  color: #ffffff;
  font-family: "Cinzel", serif;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .sectionBand__en {
    font-size: 24px;
    letter-spacing: .32em;
  }
}

@media screen and (max-width: 768px) {
  .sectionBand__en {
    font-size: 20px;
    letter-spacing: .24em;
  }
}

.specList {
  margin-inline: auto;
  /* 台中心 = 34px */
}

@media print, screen and (min-width: 768px) {
  .specList {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    display: grid;
    grid-template-columns: 322px 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .specList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.specList__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #528a90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  gap: 12px;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .specList__label {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .specList__label {
    font-size: 13px;
  }
}

.specList__label:after {
  background: #528a90;
  content: '';
  height: 1px;
  width: 100%;
}

.specList__plan {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.2;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .specList__plan {
    font-size: 40px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .specList__plan {
    font-size: 30px;
    margin-top: 18px;
  }
}

.specList__area, .specList__range {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
  /* 整数部（67・76・70） */
  /* 小数部（.09・.53）は整数より小さい */
}

.specList__area .num, .specList__range .num {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .specList__area .num, .specList__range .num {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .specList__area .num, .specList__range .num {
    font-size: 38px;
  }
}

.specList__area .dec, .specList__range .dec {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .specList__area .dec, .specList__range .dec {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .specList__area .dec, .specList__range .dec {
    font-size: 27px;
  }
}

@media print, screen and (min-width: 768px) {
  .specList__area .unit, .specList__range .unit {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .specList__area .unit, .specList__range .unit {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .specList__area .tilde, .specList__range .tilde {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .specList__area .tilde, .specList__range .tilde {
    font-size: 17px;
  }
}

.specList__area .note, .specList__range .note {
  font-size: 12px;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .specList__area {
    font-size: 34px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .specList__area {
    font-size: 26px;
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .specList__range {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .specList__range {
    margin-top: 6px;
  }
}

/* === wrap（SP余白はページ側で付与する共通慣習・access/plan に倣う） === */
@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 30px;
  }
}

/* === keyVisual（コンポーネント） === */
.keyVisual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .keyVisual {
    margin: 0 auto;
    padding-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual {
    margin: 0 -30px;
  }
}

.keyVisual__bg {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__bg {
    -webkit-box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
  }
}

.keyVisual__picture, .keyVisual__image {
  display: block;
  width: 100%;
}

.keyVisual__image {
  height: auto;
}

.keyVisual__ttl {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  display: block;
  font-family: "Cinzel", serif;
  left: 0;
  letter-spacing: .06em;
  line-height: .7;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 80px;
    padding: 20px 36px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 44px;
    padding: 14px 20px;
  }
}

.keyVisual__ttl:after {
  background-color: rgba(102, 102, 102, 0.2);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.keyVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 3;
}

/* === ページラッパー（レイアウトのみ・BEM要素は持たない） === */
@media print, screen and (min-width: 768px) {
  .concept-lead {
    padding: 116px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .concept-lead {
    padding: 56px 0 48px;
  }
}

.concept-aerial {
  /* container直下・wrap外なのでフルブリード */
}

.concept-aerial .photo__capIn {
  bottom: 8px;
  right: 12px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .concept-aerial .photo__capIn {
    left: 12px;
    right: auto;
  }
}

.concept-aerial .photo__image {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .concept-feature {
    padding: 100px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .concept-feature {
    padding: 56px 0 64px;
  }
}

.concept-facade {
  background: #f5f8f7;
}

@media print, screen and (min-width: 768px) {
  .concept-facade {
    padding: 100px 0 130px;
  }
}

@media screen and (max-width: 768px) {
  .concept-facade {
    padding: 56px 0 72px;
  }
}

@media print, screen and (min-width: 768px) {
  .concept-facade .specList {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .concept-facade .specList {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .concept-facade .meritSect {
    margin-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .concept-facade .meritSect {
    margin-top: 56px;
  }
}
