@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  position: relative;
  z-index: 1;
}
body::before, body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body::before {
  background: url(../img/bg.jpg?0525) repeat-y top center/cover fixed;
  filter: blur(3px);
}
body::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.global_head, footer {
  position: relative;
  z-index: 500;
}

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 950px;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap h1 {
  color: #5f8552;
}
@media only screen and (min-width: 768px) {
  .section {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    margin: 0 0 30px;
  }
}
.section:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section__ttl {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section__ttl {
    margin: 0 0 30px;
  }
}

.top__ttl {
  text-align: center;
}
.top__ttl img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top__ttl img {
    max-width: 97%;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl img {
    max-width: 99%;
  }
}

@media only screen and (min-width: 768px) {
  .text {
    max-width: 930px;
    margin: 0 auto;
  }
}
.text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  z-index: -100;
}
.text p {
  font-weight: bolder;
  color: #41323d;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text p {
    font-size: 23px;
    line-height: 2.8rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text p {
    font-size: 16px;
    line-height: 1.9rem;
    margin: 0 0 20px;
  }
}
.text p:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bottom img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.other {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .other {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .other {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .other__sns {
    width: 100%;
  }
}
.other__contact {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .other__contact {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .other__contact_item {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .other__contact_item {
    margin: 0 0 25px;
  }
}
.other__contact_item:last-child {
  margin: 0;
}
.other__contact_text {
  margin: 0;
  line-height: 1.7rem;
}
.other h2 {
  margin: 0 0 15px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .other h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .other h2 {
    font-size: 20px;
  }
}
.other ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.other ul li {
  margin: 0 0 7px;
}
.other ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 35px 0 28px;
  }
}
.topics__container {
  margin: 0 auto;
}
.topics__item {
  vertical-align: top;
  border: solid 10px #fff;
  border-radius: 15px;
  position: relative;
  scroll-snap-align: center;
  display: inline-block;
  white-space: normal;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: 49%;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 200px;
    margin: 0 7px 10px;
  }
}
.topics__item:hover {
  opacity: 0.8;
}
.topics__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #363939;
  position: relative;
  text-align: center;
  padding: 0;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 120px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    min-height: 200px;
    height: fit-content;
    line-height: 160px;
  }
}
.topics__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__ttl {
  font-size: 0.9rem;
  background-color: #af70a2;
  border-radius: 0 0 5px 5px;
}
.topics__ttl a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.topics__ttl a p {
  margin: 0;
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.topics__ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}/*# sourceMappingURL=style.css.map */