@charset "UTF-8";
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 500;
  color: #383838;
  letter-spacing: 0.05em;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a.li {
  letter-spacing: 0.05em;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1280px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1280px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

.yoyaku .form-wrapper th .tr-ttl {
  text-align: center;
  font-weight: bold;
}

.yoyaku .form-wrapper .tr-normal th p {
  font-weight: bold;
}

.sec {
  max-width: 700px;
  margin: auto;
}
.sec img {
  width: 100%;
}

.yoyaku {
  max-width: 700px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  max-width: 700px;
  margin: auto;
}

.sec {
  margin-bottom: -3px;
}

.sec5 {
  position: relative;
}

.modal-open {
  position: absolute;
  width: 70%;
  height: 10%;
  left: 15%;
  top: 10%;
}

.open2 {
  top: 39.4%;
}

.open3 {
  top: 71.4%;
}

.modal-wrapper {
  display: none; /* 初期非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 650px;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.modal img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-wrapper{
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 99;
}
.cta-wrapper .cta{
  max-width: 700px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
.cta-wrapper .cta.show{
  opacity: 1;
  pointer-events: all;
}
.cta-wrapper img{
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
