.greeting .greeting-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.greeting .greeting-block__txt {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .greeting .greeting-block__txt {
    margin-right: 30px;
    font-size: 1.8rem;
    width: calc(60% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-block__txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.greeting .greeting-block__image img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .greeting .greeting-block__image {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .greeting .greeting-block__image {
    width: 100%;
  }
}

.philosophy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.philosophy .philosophy-block {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .philosophy .philosophy-block {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .philosophy .philosophy-block {
    width: 100%;
  }
}

.philosophy .philosophy-block__ttl {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .philosophy .philosophy-block__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .philosophy .philosophy-block__ttl {
    font-size: 2.6rem;
  }
}

.philosophy .philosophy-block__ttl:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #EFC100;
  z-index: -1;
}

.philosophy .philosophy-row {
  margin-top: 20px;
}

.philosophy .philosophy-row__image {
  border-radius: 20px;
}

.overview .overview-table {
  max-width: 750px;
  width: 100%;
  margin: 30px auto 0;
}

.overview .overview-table tr {
  position: relative;
  display: block;
  padding: 15px 0;
}

.overview .overview-table tr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 11px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.overview .overview-table tr:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 11px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.overview .overview-table th {
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .overview .overview-table th {
    width: 200px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .overview .overview-table th {
    display: block;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .overview .overview-table td {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .overview .overview-table td {
    width: 100%;
    padding-left: 20px;
  }
}

.env .env-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .env .env-list__item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .env .env-list__item {
    width: 100%;
    margin-bottom: 45px;
  }
}

.env .env-list__image {
  border-radius: 20px;
}

.env .env-list__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .env .env-list__ttl {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .env .env-list__ttl {
    margin-top: 10px;
  }
}

.env .env-list__txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .env .env-list__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .env .env-list__txt {
    margin-top: 10px;
  }
}

.facility .facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.facility .facility-list__item {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 3px solid #EFC100;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .facility .facility-list__item {
    width: calc((100% - 30px) / 4);
  }
}

@media screen and (max-width: 767px) {
  .facility .facility-list__item {
    width: calc((100% - 10px) / 2);
  }
}

.facility .facility-list__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(239, 193, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .facility .facility-list__info {
    padding: 7px 10px;
  }
}

@media screen and (max-width: 767px) {
  .facility .facility-list__info {
    padding: 3px 10px;
    font-size: 1.1rem;
  }
}

.top-view__image {
  margin-top: 30px;
}

.iziModal {
  border: 3px solid #efc100;
}

.iziModal-navigate-caption {
  display: none !important;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-weight: bold;
  font-family: inherit;
}

@media screen and (min-width: 768px) {
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=about.css.map */