@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@charset "UTF-8";

/* --------------------------------------------------------------------------------
	keyVisual ユニーク設定
-------------------------------------------------------------------------------- */
.keyVisual__ttl {
  width: 265px;
}

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

/* --------------------------------------------------------------------------------
	outline
-------------------------------------------------------------------------------- */
.outline__item {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .outline__item {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.outline__ttl {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #2e353b;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
}

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

.outline__tbl {
  width: 100%;
}

.outlineItem {
  margin: 50px auto 0;
}

.outlineItem>.cap {
  color: #333333;
  font-size: 13px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .outlineItem>.cap {
    font-size: 12px;
    line-height: 1.8;
  }
}

.outlineItem+.outlineItem {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .outlineItem+.outlineItem {
    margin-top: 60px;
  }
}

.apologizeCont {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .outline__tbl {
    width: 100%;
    margin: 30px auto 0;
  }
}

.outline__th {
  border: 1px solid #e5e2de;
  padding: 10px 0 10px 20px;
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .outline__th {
    padding: 10px 8px;
    letter-spacing: normal;
  }
}

.outline__td {
  border: 1px solid #e5e2de;
  padding: 10px 0 10px 20px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .outline__td {
    padding: 10px;
  }
}

.noticeAd {
  background-color: #fff;
  padding-bottom: 120px;
}

.pageTtl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cardo", serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .08em;
  line-height: .7;
}

@media only screen and (min-width: 768px) {
  .pageTtl {
    font-size: 64px;
    min-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .pageTtl {
    font-size: calc(80 / 750 * 100vw);
    min-height: calc(280 / 750 * 100vw);
  }
}