@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;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #e2e2e2;
}

.wrap {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1500px;
    margin: 0 auto;
  }
}

.top {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top {
    padding: 150px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    padding: 150px 0 250px;
  }
}
.top::before {
  content: "";
  position: absolute;
  background-image: url("../img/bg2.jpg");
  background-size: width 1500px;
  filter: blur(5px);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.top::after {
  content: "";
  position: absolute;
  background-color: rgba(16, 102, 112, 0.8980392157);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.top h1 {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top h1 {
    font-size: 25px;
  }
}
.top a {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  font-weight: bolder;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .top a {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .top a {
    font-size: 25px;
  }
}
.top a span {
  color: #ffd000;
  font-size: 1.1em;
  transition: 0.2s;
}
.top a:hover {
  color: rgba(255, 255, 255, 0.6235294118);
}
.top a:hover span {
  color: rgba(255, 208, 0, 0.6235294118);
}

.content {
  position: relative;
  z-index: 3;
}
.content a {
  color: #0072cf;
  text-decoration: none;
  transition: 0.2s;
}
.content a:hover {
  color: #044479;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .content__info--box {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info--box {
    padding-bottom: 15px;
  }
}
.content__info strong {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .content__info {
    padding: 0 150px 50px;
    text-align: center;
  }
  .content__info:first-child {
    padding: 50px 150px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info {
    margin: 0 0 50px;
  }
  .content__info:first-child {
    margin: 0 0 30px;
  }
  .content__info:last-child {
    margin: 0;
  }
}
.content__info h2 {
  background-color: #d4d4d4;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content__info h2 {
    font-size: 30px;
    margin: 0 0 40px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info h2 {
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 0 0 30px;
    padding: 10px 15px 13px;
  }
}
.content__info h3 {
  position: relative;
  background-color: #eeeeee;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .content__info h3 {
    width: 93%;
    margin: 0 0 30px auto;
    font-size: 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .content__info h3 {
    font-size: 1.1rem;
    margin: 0 0 25px;
    text-align: center;
  }
}
.content__info h3 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .content__info h3 span {
    position: absolute;
    right: 10px;
    bottom: 13px;
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .content__info h3 span {
    font-size: 0.8rem;
    margin: 7px 0 0;
  }
}
.content__info h3 span a {
  border: 2px solid #0072cf;
  border-radius: 99px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
.content__info h4 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-bottom: solid 2px #000;
}
@media only screen and (min-width: 768px) {
  .content__info h4 {
    margin-left: 4.5%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info h4 {
    margin: 0 0 15px;
    font-size: 17px;
  }
}
.content__info h5 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content__info h5 {
    margin-left: 55px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info h5 {
    margin: 10px 0;
    font-size: 15px;
  }
}
.content__info em {
  text-decoration: underline;
}
.content__info p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content__info p {
    max-width: 750px;
    margin: 0 auto 50px;
    padding: 0 0 35px;
    font-size: 20px;
  }
  .content__info p span {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .content__info p {
    margin: 0;
    padding: 0 0 30px;
    font-size: 15px;
  }
  .content__info p span {
    font-size: 0.7rem;
  }
}
.content__info .intro {
  margin: 0 auto;
}
.content__info .text-flex {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .content__info .text-flex {
    max-width: 750px;
    margin: 0 auto 35px;
    gap: 0 30px;
    grid-template-columns: 20px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .content__info .text-flex {
    gap: 0 15px;
    grid-template-columns: 25px 1fr;
  }
}
.content__info .text-flex p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .content__info .text-flex p {
    padding: 3px 0 0;
  }
}
.content__info .text-flex .num {
  border: 3px solid #000;
  display: block;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .content__info .text-flex .num {
    font-size: 1.1rem;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info .text-flex .num {
    font-size: 1rem;
    width: 22px;
    height: 22px;
  }
}
.content__info .text-flex h4 {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .content__info .text-flex h4 {
    padding: 3px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content__info ul {
    max-width: 750px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info ul {
    max-width: 100vw;
    width: 90%;
    padding-left: 0px;
    margin: 0 0 30px 20px;
  }
}
.content__info ul li {
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .content__info ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info ul li {
    font-size: 15px;
    line-height: 1.6;
  }
}
.content__info img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .content__info img {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .content__info img {
    max-width: 100vw;
    width: 100%;
  }
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .image-gallery {
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .image-gallery {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .image-gallery img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .image-gallery img:hover {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .image-gallery img {
    max-width: 100vw;
    width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
  cursor: default;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style2.css.map */