@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .section-wrap {
    padding: 3rem 0 5rem;
  }
}

.sdgs-title {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .sdgs-title {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .sdgs-title img {
    height: 28px;
  }
}

.contents-inner p.date {
  text-align: right;
  line-height: 1.6;
}
.contents-inner section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .contents-inner section {
    margin-bottom: 5rem;
  }
}
.contents-inner section:first-of-type {
  margin-top: 5rem;
}
.contents-inner section:last-of-type {
  margin-bottom: 0;
}
.contents-inner section h2 {
  font-size: 2.8rem;
  color: #0089d2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .contents-inner section h2 {
    font-size: 2.4rem;
  }
}
.contents-inner section h2 + p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2em !important;
}
@media screen and (max-width: 767.98px) {
  .contents-inner section h2 + p {
    font-size: 1.6rem;
  }
}
.contents-inner section h3 {
  font-size: 1.8rem;
  color: #0089d2;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0 1.3em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .contents-inner section h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.contents-inner section h3::before, .contents-inner section h3::after {
  content: "";
  width: 0.8em;
  height: 2px;
  background-color: #0089d2;
  position: absolute;
  top: 0.8em;
}
.contents-inner section h3::before {
  left: 0;
}
.contents-inner section h3::after {
  right: 0;
}
.contents-inner section .attempt-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}
.contents-inner section .attempt-list li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.contents-inner section .attempt-list li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0.4em;
}
.contents-inner section .sdgs-icon-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
}
.contents-inner section .sdgs-icon-list li {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  flex: 0 0 20%;
}
@media screen and (max-width: 767.98px) {
  .contents-inner section .sdgs-icon-list li {
    flex-basis: 25%;
    width: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .contents-inner section .sdgs-icon-list li {
    flex-basis: 50%;
    width: auto;
  }
}
.contents-inner section .sdgs-icon-list li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contents-inner section video {
  display: block;
  max-width: 100%;
  height: auto;
}
.contents-inner section .movie-caption {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.5em;
  margin-bottom: 3rem;
}
.contents-inner section .dining-room-area {
  border-radius: 1rem;
  padding: 3rem 5rem 0;
  border: 5px solid #f2fbff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575.98px) {
  .contents-inner section .dining-room-area {
    padding: 2rem 1.5rem 0;
    border-width: 3px;
    border-color: #d0eeff;
  }
}
.contents-inner section .dining-room-area .dining-room-title {
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #0089d2;
  font-weight: 700;
}
@media screen and (max-width: 575.98px) {
  .contents-inner section .dining-room-area .dining-room-title {
    font-size: 1.6rem;
  }
}
.contents-inner section figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-weight: 500;
}

ul.slick-slider.dining-room-slider {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575.98px) {
  ul.slick-slider.dining-room-slider {
    margin-bottom: 2rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 1rem;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button :hover,
.slick-dots li button :focus {
  outline: none;
}
.slick-dots li button :hover :before,
.slick-dots li button :focus :before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  content: "•";
  display: inline-block;
  text-align: center;
  background-color: #dadada;
  border-radius: 50%;
}
@media screen and (max-width: 575.98px) {
  .slick-dots li button::before {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
.slick-dots li.slick-active button::before {
  background-color: #0089d2;
}/*# sourceMappingURL=sdgs.css.map */