.home .message {
  color: #8EC2E4;
  font-size: 20px;
  line-height: 1.6em;
  font-family: 'Noto Serif JP', serif;
}

.home .concept {
  margin-bottom: 80px;
  margin: 0 0 0 auto;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
}

.home .concept__message {
  margin: 40px auto;
}

@media print, screen and (min-width: 768px) {
  .home .concept__message {
    margin: 45px auto;
  }
  .home .concept__message p {
    line-height: 1.8em;
  }
  .home .concept__message p:nth-of-type(2), .home .concept__message p:last-of-type {
    display: inline-block;
  }
}

.home .concept__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  position: relative;
}

.home .concept__image::before {
  content: "";
  display: block;
  height: 400px;
}

@media print, screen and (min-width: 768px) {
  .home .concept__image::before {
    height: 370px;
  }
}

.home .concept__picture {
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.home .concept__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home .concept__text {
  position: absolute;
  left: 0;
  top: 30px;
  margin: 0 0 0 auto;
  z-index: 1;
  line-height: 2em;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .home .concept {
    max-width: calc(100% - ((100% - 900px) / 2));
    width: calc(100% - 20px);
  }
}

.home .recomend {
  width: calc(100% - 15px);
  margin: 60px auto;
  max-width: 900px;
}

.home .recomend__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .home .recomend {
    margin: 100px auto;
    width: calc(100% - 40px);
  }
}

.home .present {
  width: calc(100% - 15px);
  margin: 60px auto;
  max-width: 900px;
}

.home .present__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .present__content .item:last-of-type {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .home .present {
    width: calc(100% - 40px);
  }
  .home .present__content .item {
    width: calc(100% / 2 - 10px);
  }
  .home .present__content .item::before {
    padding-top: 70%;
  }
  .home .present__content .item:last-of-type {
    display: block;
  }
}

.home .about {
  margin: 0 auto 30px;
  max-width: 900px;
}

@media print, screen and (min-width: 768px) {
  .home .about {
    width: calc(100% - 40px);
  }
}

.home .about .title__icon {
  width: 140px;
}

.home .about__img {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.home .about__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home .about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print, screen and (min-width: 768px) {
  .home .about__img::before {
    padding-top: 45%;
  }
}

.home .about__message {
  margin: 30px auto 15px;
  width: calc(100% - 40px);
}

@media print, screen and (min-width: 768px) {
  .home .about__message {
    margin: 40px auto 25px;
    width: 100%;
  }
  .home .about__message p {
    line-height: 1.8em;
  }
}

.home .about__movie {
  position: relative;
  margin: 0 auto;
  max-width: 350px;
  overflow: hidden;
  border-radius: 6px;
}

.home .about__movie::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.home .about__movie a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.home .about__movie a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .home .about__movie {
    max-width: 100%;
    width: 100%;
  }
  .home .about__movie::before {
    padding-top: 45%;
  }
}

.home .about__text {
  margin: 25px auto 25px;
  width: calc(100% - 40px);
}

@media print, screen and (min-width: 768px) {
  .home .about__text {
    width: 100%;
  }
}

.home .banners {
  width: calc(100% - 40px);
  margin: 60px auto 65px;
  max-width: 900px;
}

.home .banners__list li {
  margin: 20px auto;
}

.home .banners__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 6px;
}

@media print, screen and (min-width: 768px) {
  .home .banners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .banners__list li {
    width: calc(100% / 3 - 10px);
    margin-left: 0;
    margin-right: 0;
  }
  .home .banners__list::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 10px);
    height: 0;
  }
}

.home .external {
  width: calc(100% - 15px);
  margin: 20px auto 100px;
  max-width: 800px;
}

.home .external__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .external__link {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

@media print, screen and (min-width: 680px) {
  .home .external {
    margin: 110px auto 100px;
  }
  .home .external__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .external__link {
    width: calc(50% - 10px);
    max-width: 380px;
  }
}

.home .emergency {
  font-family: 'Noto Serif JP', serif;
  margin-top: 60px;
  margin-bottom: 100px;
}

.home .emergency__inner {
  width: calc(100% - 60px);
  margin: 10px auto 60px;
  max-width: 500px;
  text-align: center;
}

.home .emergency__title {
  padding: 15px 35px;
  border: 3px solid red;
  border-radius: 6px;
  color: red;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: 700;
}

.home .emergency__content {
  text-align: left;
}

.home .emergency__message {
  color: red;
  margin: 30px auto 50px;
  font-size: 15px;
  line-height: 1.5em;
}

.home .emergency__heading {
  padding: 8px 15px;
  border: 1px solid #000;
  border-radius: 6px;
  display: inline-block;
}

.home .emergency__list {
  width: 100%;
  margin: 15px 0 0;
  font-size: 16px;
}

.home .emergency__list tr {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .emergency__list tr td {
  padding: 18px 0;
}

.home .emergency__list tr td:first-of-type {
  padding-right: 10px;
}

.home .emergency__list tr td:last-of-type {
  width: 120px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.home .emergency__notice {
  font-size: 20px;
  font-weight: 700;
  margin: 25px auto 40px;
  line-height: 1.5em;
  width: calc(100% - 60px);
  max-width: 650px;
  text-align: justify;
}

@media print, screen and (min-width: 680px) {
  .home .emergency__notice {
    text-align: center;
  }
}
/*# sourceMappingURL=home.css.map */