@charset "UTF-8";
.fv {
  position: relative;
  height: 100%;
  padding: 100px 20px 24%;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 120px;
    height: auto;
    aspect-ratio: auto;
  }
}
.fv:before {
  position: absolute;
  content: "";
  background: url("../img/top/mv.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .fv:before {
    background-image: url("../img/top/mv-sp.png");
  }
}

.fv_caption {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .fv_caption {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
}

.fv_inr {
  max-width: 1526px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10%;
}
@media screen and (max-width: 1200px) {
  .fv_inr {
    padding-top: 0;
  }
}
.fv_ttl {
  color: #fff;
  font-size: 120px;
  font-weight: 200;
  writing-mode: vertical-lr;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 6px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .fv_ttl {
    font-size: 62px;
  }
}

.fv_txtWrap {
  max-width: 582px;
  width: 50%;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .fv_txtWrap {
    width: 100%;
    max-width: 302px;
    margin-top: 0;
  }
}
.fv_txtWrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv_txtWrap img {
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.fv_txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fv_txt {
    font-size: 10px;
    margin-top: 4px;
  }
}

.fv_en {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_en {
    font-size: 10px;
    margin-top: 20px;
  }
}

.build {
  margin-top: -20%;
}
@media screen and (max-width: 767px) {
  .build {
    display: block;
    position: relative;
    margin-top: -80px;
  }
}
.build img {
  width: 100%;
}

.build_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 3px;
}

.info_txtWrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .info_txtWrap {
    padding-bottom: 48px;
  }
}

.intro_detailFlex {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .intro_detailFlex {
    margin-top: 14px;
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .intro_detailFlex.pc_none {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .intro_detailFlex .sp_none {
    display: none;
  }
}
.intro_detailFlex p {
  color: #708159;
  line-height: 1;
}
.intro_detailFlex p.slash {
  color: #231815;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.slash {
    font-size: 26px;
  }
}
.intro_detailFlex p.big {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.big {
    font-size: 22px;
  }
}
.intro_detailFlex p.big .small {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.big .small {
    font-size: 14px;
  }
}
.intro_detailFlex p.address {
  position: relative;
  color: #231815;
  line-height: 1;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.address {
    font-size: 15px;
  }
}
.intro_detailFlex p.address .absolute {
  position: absolute;
  transform: translateY(-125%);
  font-size: 12px;
  line-height: 1.1;
  left: 5px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.address .absolute {
    font-size: 8px;
  }
}
.intro_detailFlex p.accessTxt {
  font-size: 20px;
  color: #231815;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.accessTxt {
    font-size: 18px;
  }
}
.intro_detailFlex p.accessTxt .big {
  font-size: 100px;
  color: #708159;
  display: inline-block;
  transform: translateY(5px);
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.accessTxt .big {
    font-size: 60px;
    transform: translateY(3px);
  }
}
.intro_detailFlex p.direction {
  color: #708159;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.direction {
    font-size: 20px;
  }
}
.intro_detailFlex p.num {
  font-size: 56px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.num {
    font-size: 36px;
    letter-spacing: 8%;
  }
}
.intro_detailFlex p.num .small {
  color: #231815;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.num .small {
    font-size: 18px;
  }
}
.intro_detailFlex p.num .big {
  transform: translateY(5px);
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .intro_detailFlex p.num .big {
    transform: translateY(3px);
  }
}

.intro_memoFlex {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .intro_memoFlex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .intro_memoFlex {
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    margin-top: 24px;
  }
}
.intro_memoFlex p {
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1200px) {
  .intro_memoFlex p {
    font-size: 18px;
  }
}
.intro_memoFlex p .green {
  color: #708159;
}
@media screen and (max-width: 1023px) {
  .intro_memoFlex .slash {
    display: none;
  }
}

.proximity {
  position: relative;
}
.proximity:before {
  position: absolute;
  content: "※1";
  top: -1.5em;
  right: -1em;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .proximity:before {
    font-size: 10px;
  }
}

.address_flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .address_flex {
    gap: 1px;
  }
}

.concept {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.concept_ttl {
  color: #708159;
  font-size: 136px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1200px) {
  .concept_ttl {
    margin-top: 20px;
    letter-spacing: 0 !important;
    max-width: 344px;
  }
}
.concept_ttl + .c-subTtl {
  margin-top: 40px;
}

.concept_en {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.58em;
}
@media screen and (max-width: 767px) {
  .concept_en {
    font-size: 16px;
  }
}

.concept_subTtl {
  max-width: 315px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .concept_subTtl {
    max-width: 126px;
  }
}

.concept_cont {
  position: relative;
}

.concept_line {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .concept_line {
    top: 38%;
  }
}

.info_cont {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 72px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info_cont {
    padding: 40px 0 45px;
  }
}

.info_subTtl {
  font-size: 30px;
  font-family: "arno-pro", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info_subTtl {
    font-size: 16px;
  }
}
.info_subTtl + .c-ttl {
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .info_subTtl + .c-ttl {
    margin-top: 16px;
  }
}

.info_ttl {
  font-size: 48px;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}
@media screen and (max-width: 767px) {
  .info_ttl {
    max-width: 284px;
  }
}

.info_subTtl + .info_ttl {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .info_subTtl + .info_ttl {
    margin-top: 28px;
  }
}

.info_btn {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .info_btn {
    margin-top: 50px;
  }
}

.concept_cont {
  padding: 126px 0 0;
}
@media screen and (max-width: 767px) {
  .concept_cont {
    padding-top: 54px;
  }
}

.concept_txt {
  margin-top: 50px;
  font-size: 14px;
  line-height: 2.8;
  color: #708159;
}
@media screen and (max-width: 767px) {
  .concept_txt {
    margin-top: 24px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

.concept_jp {
  color: #36481A;
  font-size: 64px;
  letter-spacing: 6%;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .concept_jp {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .concept_jp {
    margin-top: 20px;
  }
}

.concept_enTxt {
  max-width: 474px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept_enTxt {
    max-width: 250px;
  }
}

.sec {
  overflow: hidden;
}

.sec_label {
  writing-mode: vertical-rl;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_label {
    font-size: 24px !important;
  }
}

.sec_en {
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec_en {
    font-size: 10px;
  }
}

.concept_txtEn {
  color: #36481A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 8%;
}
@media screen and (max-width: 767px) {
  .concept_txtEn {
    font-size: 18px;
    margin-top: 24px;
  }
}

.bottom_btnWrap {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .bottom_btnWrap {
    margin-top: 100px;
  }
}

.top_ttl {
  display: none;
}