@charset "UTF-8";
/* リセット
------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

* html table {
  border-collapse: collapse;
}

*:first-child + html table {
  border-collapse: collapse;
}

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

table, th, td, img {
  border: 0;
}

img, input {
  vertical-align: middle;
  outline: none;
}

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

ul {
  list-style: none;
}

hr,
legend,
caption {
  display: none;
}

img {
  border: 0;
}

a:focus, input:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #4C4948;
  transition: all 0.5s;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*----------------------
 common
----------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}

a:hover {
  opacity: 0.75;
}

header .linkList a:hover {
  opacity: 1;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

header {
  margin-bottom: 60px;
}

.header_inner {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header_inner {
    padding: 10px 10px;
  }
}
.header_logo {
  display: block;
  width: 100px;
}

header ul {
  display: flex;
  align-items: center;
}

header li {
  list-style: none;
  margin-bottom: 0;
}

header li:not(:first-of-type) {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  header li:not(:first-of-type) {
    margin-left: 10px;
  }
}
header li a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

/*----------------------
contact
----------------------*/
#contact {
  background-color: #02087d;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#contact .inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
}

#contact h1 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 32px;
  padding-bottom: 12px;
  letter-spacing: 0.12em;
  text-align: center;
}

#contact .item {
  padding-top: 66px;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  padding-bottom: 5px;
}

input {
  border: none;
  background-color: #fff;
  border-radius: 2px;
  padding: 1em;
  height: 60px;
}

input:focus {
  border: solid 1px #4C4948;
}

textarea {
  border: none;
  background-color: #fff;
  border-radius: 2px;
  padding: 1em;
  height: 262px;
  resize: vertical;
}

textarea:focus {
  border: solid 1px #4C4948;
}

.textarea .inputs {
  float: none;
  width: 100%;
  line-height: 2rem;
}

.btnSubmit {
  border: 1px solid #fff;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1.3em 2em 1em;
  width: 250px;
  margin: 0 auto;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.36;
  letter-spacing: 0.1em;
}

.btnSubmit {
  color: white;
  margin-top: 97px;
  height: auto;
}

.btnSubmit:hover {
  opacity: 0.75;
  transition: all 0.5s;
  cursor: pointer;
}

.submitBtn {
  margin-top: 72px;
}

.btn a {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  width: 227px;
  height: 55px;
  border-radius: 3px;
  background: #613e00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.capTxt {
  width: 760px;
  margin: 115px auto 0;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 100px;
}

.capTxt ul {
  margin-top: 25px;
}

.capTxt ul li {
  text-indent: -0.8em;
  padding-left: 1.2em;
}

#contact.page_confirm dl {
  margin-top: 33px;
  letter-spacing: 0.14em;
}

#contact.page_confirm dt {
  font-size: 1.8rem;
  padding-bottom: 5px;
}

#contact.page_confirm dd {
  font-size: 1.8rem;
}

#contact.page_confirm .contactBtn {
  display: flex;
  justify-content: center;
}

#contact.page_confirm .contactBtn .btnSubmit:not(:first-of-type) {
  margin-left: 20px;
}

#contact.page_thanks .txt {
  font-size: 1.8rem;
  text-align: center;
  padding-top: 33px;
}

#contact .required {
  font-size: 1.2rem;
  vertical-align: top;
}

#contact .required_text {
  font-size: 1.8rem;
  margin-top: 10px;
}

footer {
  margin-top: auto;
}

.copyright {
  font-size: 12px;
  padding: 120px 0 10px;
  text-align: center;
}

.sp_btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
}
.sp_btn::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  transition-duration: 0.5s;
}
.sp_btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 5px);
  left: 0;
  transition-duration: 0.5s;
}
.sp_btn.on::before {
  top: 50%;
  transform: rotate(45deg);
  background-color: #fff;
}
.sp_btn.on::after {
  top: 50%;
  transform: rotate(-45deg);
  background-color: #fff;
}

.sp_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  z-index: 50;
}
.sp_menu_inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
.sp_menu li:not(:first-of-type) {
  margin-top: 20px;
}
.sp_menu li a {
  color: #fff;
}/*# sourceMappingURL=base.css.map */