@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: auto;
  height: auto;
  box-sizing: border-box;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  color: #060519;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Mincho', 'serif', 'Noto Serif JP', "Courier", 'Arial Rounded MT Bold', "Yu Gothic", 'Hiragino Maru Gothic Pro W4', 'Yu Gothic';
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: center;
  background-image: repeating-linear-gradient(90deg, #f8f3cf, #f8f3cf 10px, #f9ebc4 10px, #f9ebc4 20px);
  height: 100%;
  width: auto;
  margin: 0;
}
.wrap {
  width: auto;
  margin: 0;
  padding: 0;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
address {
  font-style: normal;
}
address a {
  text-decoration: underline;
  color: #262455;
}
section {
  margin-bottom: 180px;
}
.section_title {
  margin-bottom: 80px;
}
.section_title img {
  width: 200px;
  height: auto;
  margin: auto;
}
section h2 {
  font-size: 4.6rem;
  letter-spacing: 6px;
  font-weight: 800;
  margin-top: -56px;
}
@media(max-width: 1036px) {
  section {
    margin-bottom: 150px;
  }
}
@media(max-width: 900px) {
  section h2 {
    font-size: 3.6rem;
    letter-spacing: 4px;
    margin-top: -48px;
  }
  .section_title {
    margin-bottom: 60px;
  }
  .section_title img {
    width: 150px;
  }
}
@media(max-width: 770px) {
  body {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  section {
    margin-bottom: 110px;
  }
}
@media(max-width: 590px) {
  section {
    margin-bottom: 90px;
  }
}
@media(max-width: 530px) {
  section h2 {
    font-size: 3rem;
    letter-spacing: 3px;
    margin-top: -42px;
  }
  .section_title {
    margin-bottom: 40px;
  }
  .section_title img {
    width: 130px;
  }
}
@media(max-width: 460px) {
  section {
    margin-bottom: 80px;
  }
  section h2 {
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-top: -40px;
  }
  .section_title img {
    width: 110px;
  }
}