@charset "UTF-8";

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.breadcrumb {
  border-bottom: none;
}

.headline-east,
.headline-central {
  font-family: GaramondPro;
  font-size: 20px;
  text-align: right;
  padding-right: 10%;
  margin-bottom: 90px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
}

.headline-east {
  border-bottom-color: #8ac050;
}

.headline-central {
  border-bottom-color: #cce5ff;
}

@media screen and (max-width: 768px) {
  .headline-east,
  .headline-central {
    margin-bottom: 20px;
  }
}

.headine-large {
  font-size: 40px;
}

.label {
  font-size: 20px;
  background: #e6e2da;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .label {
    margin-top: 40px;
  }
}

.structure-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "RyuminPro", serif;
}

.structure-link 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;
}

.structure-link a.current {
  color: #fff;
  background-color: #868076;
}

.structure-link--2 a {
  width: 50%;
}

.structure-link--3 a {
  width: 33.33%;
}

.structure-link--4 a {
  width: 25%;
}

.structure-link--5 a {
  width: 20%;
}

.structure-link 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%);
}

.structure-link a.current::before {
  color: #fff;
}

.caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  .structure-link a {
    font-size: 1.28vw;
  }
}

@media screen and (max-width: 768px) {
  .structure-sec {
    margin-top: 9.11vw;
  }

  .structure-link a {
    padding: 10px 25px;
    font-size: 1.75vw;
  }

  .structure-link--4 a {
    width: 50%;
  }

  .structure-link--5 a {
    width: 33.33%;
  }

  .structure-link a::before {
    left: 10px;
  }
}

@media screen and (max-width: 639px) {
  .structure-link a {
    width: 100% !important;
    height: 13.33vw;
    font-size: 4vw;
  }

  .structure-link a::before {
    left: 6vw;
  }
}

.structureWrap {
  font-family: "RyuminPro", "Times New Roman", serif;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .structureWrap {
    margin: 0 auto;
    width: 84%;
    max-width: 1200px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.structureTittle {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.12em;
  color: #838075;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .structureTittle {
    font-size: 30px;
  }
}

.structureTittle::before,
.structureTittle::after {
  content: "";
  flex: 0 0 3.4375000000000004vw;
  height: 1px;
  background-color: #838075;
  position: relative;
  top: 5px;
}

.structureGrid {
  display: grid;
  gap: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .structureGrid {
    gap: 30px;
    margin-top: 30px;
  }
}

.structureGrid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.structureGrid--2-1 {
  grid-template-columns: 2.2fr 1fr;
}

.structureGrid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .structureGrid--2,
  .structureGrid--2-1,
  .structureGrid--3 {
    grid-template-columns: 1fr;
  }
}

.structureSubTittle {
  font-size: 20px;
  border-bottom: 1px solid #231815;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .structureSubTittle {
    font-size: 22px;
  }
}

.structureGridContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.structureGridContainer--center {
  justify-content: center;
}

.structureGridContainer p {
  font-size: 16px;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  .structureGridContainer p {
    font-size: 14px;
  }
}

p.structureCaption {
  font-size: 13px;
}

.structureGridContainer p.structureCaption,
.structureGridContainer p.structureCaption--2,
.structureGridContainer p.structureCaption--3 {
  font-size: 13px;
}

.structureGridContainer p.structureCaption {
  margin-top: auto;
}

.structureGridContainer p.structureCaption--2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.structureGridContainer p.structureCaption--3 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .structureGridContainer p.structureCaption--2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .structureGridContainer p.structureCaption--3 {
    margin-top: 0;
  }
}

.structureGridContainer .structureBox {
  border: 1px solid #838075;
  padding: 15px;
}

.structureGridContainer figure {
  position: relative;
  margin: 0 auto;
  margin-top: auto;
}

.structureGridContainer figcaption {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 15px;
}

.imageScaleBack {
  width: 80%;
}

.imageScaleBack--2 {
  width: 50%;
}

.imageLayout {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .imageLayout {
    padding-top: 20px;
  }
}

.structurePlan {
  font-size: 13px;
}