@charset "UTF-8";
/* CSSリセット
--------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* COMMON */
html {
  font-size: 62.5%;
}
html.is_hidden {
  overflow: hidden;
}

body {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100dvh;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

svg {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  .scale_half_em {
    font-size: 0.5em;
  }
  .scale_two3rd_em {
    font-size: 0.666em;
  }
}
.sr_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is_block {
  display: block;
}

.is_inline_block {
  display: inline-block;
}

.is_pc_block {
  display: block;
}

.is_pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .is_sp_block {
    display: block;
  }
  .is_pc_block {
    display: inline;
  }
  .is_pc_none {
    display: block;
  }
}
.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.header {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.header_logo {
  max-width: 655px;
  margin-bottom: 45px;
}
.header_logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header_logo {
    max-width: 655px;
  }
}
main {
  width: 100%;
}

.comingsoon_slider {
  margin-bottom: 53px;
  overflow: hidden;
}
.comingsoon_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comingsoon_text > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.comingsoon_address {
  margin-top: 70px;
}

.comingsoon_pdf {
  margin-top: 100px;
}
.comingsoon_pdf h1 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.comingsoon_pdf h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.comingsoon_pdf a {
  text-decoration: underline;
}
.comingsoon_pdf a:hover {
  opacity: 0.8;
}
.comingsoon_pdf ul {
  list-style-type: disc;
}
.comingsoon_pdf ul li {
  margin-left: 1em;
}

a[href$=".pdf"]::after {
  display: inline-block;
  content: " ";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_pdf.png) center/contain no-repeat;
}

.post_body > *:not(:last-child) {
  margin-bottom: 1.5em;
}
.post_body h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.post_body a {
  text-decoration: underline;
}
.post_body a:hover {
  opacity: 0.8;
}
.post_body ul {
  list-style-type: disc;
}
.post_body ul li {
  margin-left: 1em;
}/*# sourceMappingURL=style.css.map */