@charset "utf-8";

.breadcrumb {
  border-bottom: none;
}

.headline-east{
  font-family: GaramondPro;
  font-size: 20px;
  text-align: right;
  padding-right: 10%;
  border-bottom:  #8ac050 6px solid;
  margin-bottom: 20px;
}
.headline-central{
  font-family: GaramondPro;
  font-size: 20px;
  text-align: right;
  padding-right: 10%;
  border-bottom:  #cce5ff 6px solid;
  margin-bottom: 20px;
}
.headine-large{
  font-size: 40px;
}

.locationMv figure {
  position: relative;
}

.publicSection figure {
  position: relative;
}

.locationMv figcaption {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 20px;
}

.publicSection figcaption {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 20px;
}

.publicSection {
  font-family: "RyuminPro", serif;
  color: #37444C;
  margin-top: 70px;
  line-height: 1.8;
}

.publicSection .wrap {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}

.publicBox {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .publicBox {
  margin-bottom: 70px;
  }
}

.mainTitle {
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mainTitle {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

.subTittle {
  font-family: serif;
  background: #37444c;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .subTittle {
    font-size: 26px;
    margin-top: 28px;
  }
}

.publicSection p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .publicSection p {
      font-size: 16px;
  }
}

.lead {
  text-align: center;
  margin-bottom: 70px;
}



.sup {
  font-size: 0.5em;
  vertical-align: top;
}

.top-mv.top-mv__slide figure {
  position: relative;
}

.top-mv.top-mv__slide .txt_wh {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
}

.top-mv.top-mv__slide .txt_bk {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #000;
  font-size: 14px
}

.design-sec figure {
  position: relative;
}

.design-sec .txt_bk {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #000;
  font-size: 14px
}

.slick-dots li button:before {
    content: "\2022";
    font-size: 45px;
}






.publicLink {
    font-family: "RyuminPro", serif;
    display: flex;
    flex-wrap: wrap;
}

.publicLink a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    padding: 10px 2.5vw;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .1em;
    background-color: #fefcf7;
    border-left: 1px solid #f1e9dc;
    border-bottom: 1px solid #f1e9dc;
}

.publicLink a.current {
    color: #fff;
    background-color: #868076;
}
.publicLink--2 a {
  width: 50%;
}

.publicLink--3 a {
    width: 33.33%;
}

.publicLink--4 a {
    width: 25%;
}

.publicLink--5 a {
    width: 20%;
}

.publicLink a::before {
    content: '\f105';
    position: absolute;
    left: calc(2.5vw - 15px);
    top: 50%;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #808081;
    transform: translateY(-50%);
}

.publicLink a.current::before {
    color: #fff;
}
.caption{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10px;
}
@media screen and (max-width: 1400px) {
    .publicLink a {
        font-size: 1.28vw;
    }
}

@media screen and (max-width: 768px) {
  .location-sec {
    margin-top: 9.11vw;
  }
    .publicLink a {
        padding: 10px 25px;
        font-size: 1.75vw;
    }
    .publicLink--4 a {
        width: 50%;
    }
    .publicLink--5 a {
        width: 33.33%;
    }
    .publicLink a::before {
        left: 10px;
    }
}

@media screen and (max-width: 639px) {
    .publicLink a {
        width: 100% !important;
        height: 13.33vw;
        font-size: 4vw;
    }
    .publicLink a::before {
        left: 6vw;
    }
.caption{
	max-width: 100%;
}

}

