@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/**** fv ****/
@media screen and (min-width: 768px) {
  .child-fv__ttl {
    padding: 0 130px;
  }
}
@media screen and (min-width: 992px) {
  .child-fv__ttl {
    padding: 0 200px;
  }
}
.child-fv__ttl::before {
  width: 15%;
}
.child-fv__ttl::after {
  width: 15%;
}
.child-fv__ttl--sub img {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .child-fv__ttl--sub img {
    width: 140px;
  }
}
@media screen and (min-width: 992px) {
  .child-fv__ttl--sub img {
    width: 187px;
  }
}

.field__main-message {
  max-width: 935px;
  margin: 30px auto 0;
}
@media screen and (min-width: 992px) {
  .field__main-message {
    margin-top: 61px;
  }
}
.field-list-wrapper {
  max-width: 1182px;
  margin: 70px auto 0;
}
@media screen and (min-width: 992px) {
  .field-list-wrapper {
    margin-top: 154px;
  }
}
.field-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 56px;
}
.field-list-item {
  width: 100%;
}
.field-list-item-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 576px) {
  .field-list-item-inner {
    margin-right: -19.5px;
    margin-left: -19.5px;
  }
}
.field-list-item__img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .field-list-item__img {
    width: 41%;
    padding: 0 19.5px;
  }
}
.field-list-item-txt-wrapper {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .field-list-item-txt-wrapper {
    width: 59%;
    padding: 0 19.5px;
  }
}
.field-list-item__ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .field-list-item__ttl {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .field-list-item__ttl {
    margin-bottom: 28px;
  }
}

.greeting-wrapper {
  max-width: 1445px;
  margin: 70px auto 0;
}
@media screen and (min-width: 992px) {
  .greeting-wrapper {
    margin-top: 154px;
  }
}
.greeting__ttl {
  margin-top: 20px;
  margin-bottom: 28px;
}
@media screen and (min-width: 576px) {
  .greeting__ttl {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .greeting__ttl {
    margin-top: 40px;
  }
}
.greeting__name {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .greeting__name {
    margin-top: 23px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .greeting-img-wrapper {
    float: right;
    width: 45.2%;
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .greeting-img-wrapper {
    margin-left: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .greeting-img-wrapper {
    margin-left: 115px;
  }
}

.access-wrapper {
  max-width: 1531px;
  margin: 70px auto 0;
}
@media screen and (min-width: 992px) {
  .access-wrapper {
    margin-top: 154px;
  }
}
.access-inner {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .access-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  .access-inner {
    margin-top: 62px;
  }
}
.access__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__img {
    width: 54.3%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .access-txt-wrapper {
    width: 45.7%;
    padding: 0 15px;
  }
}
.access-txt-wrapper span:first-of-type {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .access-txt-wrapper span:first-of-type {
    font-size: 1.5rem;
  }
}
.access-txt-wrapper .tel-num {
  font-size: 1.375rem;
}
@media screen and (min-width: 992px) {
  .access-txt-wrapper .tel-num {
    font-size: 2rem;
  }
}

.overview-wrapper {
  max-width: 1140px;
  margin: 100px auto 0;
}
@media screen and (min-width: 992px) {
  .overview-wrapper {
    margin-top: 284px;
  }
}
.overview-wrapper dl {
  display: flex;
  border-top: 1px solid #000000;
}
.overview-wrapper dl:last-of-type {
  border-bottom: 1px solid #000000;
}
.overview-wrapper dl dt,
.overview-wrapper dl dd {
  padding: 18px 0;
  border-right: 1px solid #000000;
}
@media screen and (min-width: 992px) {
  .overview-wrapper dl dt,
  .overview-wrapper dl dd {
    font-size: 1.25rem;
    padding: 37.5px 0;
  }
}
.overview-wrapper dl dt {
  background-color: #FFDAB0;
  font-weight: 400;
  width: 23.33%;
  text-align: center;
  border-left: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-wrapper dl dd {
  width: 76.67%;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .overview-wrapper dl dd {
    padding-left: 36px;
    line-height: 2.23;
  }
}
.overview-wrapper dl dd .name {
  margin-bottom: 10px;
}
.overview-wrapper dl dd ul {
  margin-top: 5px;
}
.overview-wrapper dl dd ul li {
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 992px) {
  .overview-wrapper dl dd ul li {
    padding-left: 20px;
  }
}
.overview-wrapper dl dd ul li::before {
  content: "⚫︎";
  font-size: 1rem;
  color: #FFDAB0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .overview-wrapper dl dd ul li::before {
    font-size: 1.25rem;
  }
}
.overview-dl-wrapper {
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .overview-dl-wrapper {
    margin-top: 46px;
  }
}/*# sourceMappingURL=style-about.css.map */