/* CSS Document */
body {
  font-weight: 400;
}

.header {
  padding: 20px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .header {
    padding: 25px 53px 25px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .page-logo {
  width: 208px;
}
@media screen and (min-width: 992px) {
  .header .page-logo {
    width: 279px;
  }
}
.header .page-logo a {
  display: block;
}
.header .burger-btn {
  right: 15px;
  top: 17px;
}
@media screen and (min-width: 992px) {
  .header .header-nav {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .header .header-nav .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.header .header-nav .header-menu li:not(:last-of-type) {
  margin-right: 33px;
}
@media screen and (min-width: 992px) {
  .header .header-nav .header-menu li a {
    padding: 5px;
    border: none !important;
    display: inline-block;
  }
}

main {
  margin-top: 62px;
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 80px;
  }
}

/*=================================
page title
===================================*/
.page-ttl {
  background-color: #f4f4f4;
  text-align: center;
  padding: 28px 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page-ttl {
    margin-bottom: 80px;
    padding: 45px 0;
  }
}
.page-ttl .en {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 40px;
  display: block;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .page-ttl .en {
    font-size: 60px;
  }
}
.page-ttl .ja {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

/*=================================
parivacy policy
===================================*/
.p-privacy {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-privacy {
    padding-bottom: 120px;
  }
}
.p-privacy .container {
  max-width: 867px;
}
.p-privacy__ttl {
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 1.625;
}
@media screen and (min-width: 992px) {
  .p-privacy__ttl {
    font-size: 17px;
  }
}
.p-privacy__ttl span {
  color: #ff6b45;
}
.p-privacy__txt {
  margin-top: 6px;
}
@media screen and (min-width: 992px) {
  .p-privacy__txt {
    font-size: 15px;
    line-height: 1.73333333;
  }
}
.p-privacy__txt:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-privacy__txt:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

/*=================================
contact
===================================*/
.p-form {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-form {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-form .container {
    max-width: 945px;
  }
}
.p-form .txt {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .p-form .txt {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.p-form .mw_wp_form {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form {
    margin-top: 80px;
  }
}
.p-form .mw_wp_form .list-form li {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .list-form li {
    margin-bottom: 40px;
  }
}
.p-form .mw_wp_form .ttl {
  line-height: 1.25;
}
.p-form .mw_wp_form .ttl .required {
  font-size: 12px;
  display: inline-block;
  background-color: #ff6b45;
  color: #fff;
  margin-left: 8px;
  padding: 3px 10px;
}
.p-form .mw_wp_form .postal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .postal-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-form .mw_wp_form .postal-wrap .mark {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.p-form .mw_wp_form .postal-wrap .input-text {
  width: 55%;
  margin-top: 0;
  padding-left: 28px;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .postal-wrap .input-text {
    margin-right: 20px;
    width: 235px;
  }
}
.p-form .mw_wp_form .postal-wrap .postal-search {
  display: block;
  height: 40px;
  width: 42%;
  background-color: #fff;
  border: 2px solid #333;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .postal-wrap .postal-search {
    font-weight: 500;
    width: 235px;
  }
}
.p-form .mw_wp_form .input-text,
.p-form .mw_wp_form .select {
  padding: 10px 14px;
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f4f4f4;
  outline: none;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .input-text,
.p-form .mw_wp_form .select {
    margin-top: 20px;
  }
}
.p-form .mw_wp_form .input-text::-webkit-input-placeholder, .p-form .mw_wp_form .select::-webkit-input-placeholder {
  color: #a3a3a3;
}
.p-form .mw_wp_form .input-text::-moz-placeholder, .p-form .mw_wp_form .select::-moz-placeholder {
  color: #a3a3a3;
}
.p-form .mw_wp_form .input-text:-ms-input-placeholder, .p-form .mw_wp_form .select:-ms-input-placeholder {
  color: #a3a3a3;
}
.p-form .mw_wp_form .input-text::-ms-input-placeholder, .p-form .mw_wp_form .select::-ms-input-placeholder {
  color: #a3a3a3;
}
.p-form .mw_wp_form .input-text::placeholder,
.p-form .mw_wp_form .select::placeholder {
  color: #a3a3a3;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .select {
    max-width: 490px;
  }
}
.p-form .mw_wp_form .textarea {
  display: block;
  width: 100%;
  height: 150px;
  border: none;
  background-color: #f4f4f4;
  resize: none;
  outline: none;
  padding: 10px 14px;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .textarea {
    height: 300px;
  }
}
.p-form .mw_wp_form .button {
  margin: 80px auto 0;
  outline: none;
  
  display: block;
  width: 345px;
  cursor: pointer;
}

.p-form .mw_wp_form .button:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .mwform-checkbox-field {
    text-align: center;
    display: block;
  }
}
.p-form .mw_wp_form .mwform-checkbox-field-text {
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .p-form .mw_wp_form .mwform-checkbox-field-text {
    font-size: 16px;
  }
}
.p-form .mw_wp_form a {
  color: #ff6b45;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.p-form .mw_wp_form .error {
  color: #ff6b45;
}
.p-form .mw_wp_form_confirm .ttl {
  margin-bottom: 10px;
}
.p-form .mw_wp_form_confirm .postal-wrap .mark {
  display: none;
}
.p-form .mw_wp_form_confirm .postal-wrap .postal-search {
  display: none;
}
.p-form .mw_wp_form_confirm .agree {
  text-align: center;
}
.p-form .btn-top {
  margin: 50px auto 0;
}
@media screen and (min-width: 992px) {
  .p-form .btn-top {
    margin: 80px auto 0;
  }
}

.p-404 {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-404 {
    padding-bottom: 120px;
  }
}
.p-404 .txt {
  text-align: center;
}
.p-404 .btn-top {
  margin: 50px auto 0;
}
@media screen and (min-width: 992px) {
  .p-404 .btn-top {
    margin: 80px auto 0;
  }
}

/*=================================
sitemap
===================================*/
.p-sitemap {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-sitemap {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-sitemap .container {
    max-width: 867px;
  }
}
@media screen and (min-width: 992px) {
  .p-sitemap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-sitemap__list .parent {
    width: 48%;
  }
}
.p-sitemap__list .parent:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-sitemap__list .parent:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-sitemap__list .parent > a {
  font-weight: bold;
}
.p-sitemap__list .parent .child {
  margin-top: 6px;
}
.p-sitemap__list .parent .child li:not(:last-of-type) {
  margin-bottom: 6px;
}
.p-page {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-page {
    padding-bottom: 120px;
  }
}