/* base */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #171717;
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

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

.section-wrapper {
  padding: 100px 0 70px;
}

.section-title {
  max-width: 1000px;
  color: #282f35;
  font-size: 6rem;
  font-style: italic;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.section-title::after {
  content: "";
  display: inline-block;
  background-color: #282f35;
  width: 200px;
  height: 5px;
  margin-left: 30px;
  vertical-align: middle;
}

.submit-btn {
  display: block;
  width: 235px;
  line-height: 60px;
  margin: 0 auto 70px;
  background-color: #f7d43f;
  -webkit-box-shadow: 0 0 6px #1b1310;
          box-shadow: 0 0 6px #1b1310;
  border-radius: 30px;
  text-align: center;
  color: #171717;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.submit-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* ---- */
/* header */
.header {
  padding: 19px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-style: italic;
}
.header a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.site-title {
  font-size: 2.6rem;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-list .nav-item {
  margin-right: 30px;
}
.nav-list:last-of-type {
  margin-right: 0;
}

.burger-btn {
  display: none;
}

.header.fixed {
  position: fixed;
  background-color: #282f35;
  padding: 30px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------ */
/* page-title */
.page-title-wrapper {
  height: 453px;
  background-image: url(../img/contact-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
}

.page-title {
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-top: 186px;
  color: #fff;
}

.page-title-bottom {
  font-size: 9rem;
  color: #fff;
  opacity: 0.1;
  margin: 20px 0 0 48px;
}

/* ---------- */
/* form */
.form-wrapper {
  padding: 100px 0 80px;
}

.form-list {
  max-width: 700px;
  margin: 0 auto 80px;
  padding: 0 50px;
}

.form-item {
  margin-bottom: 25px;
}
.form-item:last-of-type {
  margin-bottom: 0;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input, textarea {
  resize: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #141414;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-text {
  padding: 0 8px;
  line-height: 30px;
}

textarea {
  height: 170px;
  padding: 0 8px;
  line-height: 30px;
}

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-item {
  margin-right: 20px;
}

.checkbox label,
.checkbox {
  cursor: pointer;
}

.checkbox {
  border: solid 1px #282f35;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
.checkbox:checked {
  background-color: #333;
}

/* ------- */
/* footer */
footer {
  padding: 30px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #282F35;
}

/* ------ */
/* responsive */
@media screen and (max-width: 768px) {
  /* base_sp */
  .section-wrapper {
    padding: 100px 0 40px;
  }

  .section-title {
    padding: 0 4vw;
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .section-title::after {
    width: 90px;
  }

  .section-inner {
    padding: 0 4vw;
  }
  .section-inner .link-btn {
    margin-bottom: 40px;
  }

  .section-bottom {
    font-size: 4rem;
    padding: 0 4vw;
  }

  /* header_sp */
  .header {
    padding: 30px 4vw 0;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #282F35;
  }

  .nav-list {
    height: 100%;
    -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;
  }

  .nav-item {
    margin: 0 0 30px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0;
  }

  .burger-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 4vw;
  }
  .burger-btn .bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bar_top,
.bar_mid {
    margin-bottom: 8px;
  }

  .burger-btn.cross .bar_top {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
            transform: rotate(45deg) translate(8px, 8px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .burger-btn.cross .bar_mid {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .burger-btn.cross .bar_bottom {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
            transform: rotate(-45deg) translate(8px, -8px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  body.noscroll {
    overflow: hidden;
  }

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .checkbox-list {
    display: block;
    padding: 0 4vw;
  }

  .checkbox-item {
    margin-right: 0px;
    width: 320px;
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .page-title-wrapper {
    width: 100%;
    margin: 0;
  }

  .page-title-bottom {
    font-size: 4rem;
    padding: 0 4vw;
  }
}
/*# sourceMappingURL=contact.css.map */