@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
}

a {
  color: inherit;
  outline: none;
}

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

.br-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-mobile {
    display: block;
  }
}

.header {
  background-color: #2A4198;
  color: #fefefe;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 1294px) {
  .header {
    height: 70px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding-left: 30px;
}

@media screen and (max-width: 1294px) {
  .header-inner {
    padding: 0 20px;
  }
}

.header-ttl {
  font-size: 24px;
  font-weight: 700;
  padding-left: 64px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1294px) {
  .header-ttl {
    font-size: 18px;
    padding-left: 42px;
  }
}

.header-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1294px) {
  .header-ttl::before {
    width: 34px;
    height: 34px;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1294px) {
  .header-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 170px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.header-wrap.active {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 13;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

@media screen and (max-width: 1294px) {
  .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
}

.header-item {
  margin-right: 40px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.header-item::after {
  position: absolute;
  content: "";
  background: url(../img/nav-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
}

@media screen and (max-width: 1294px) {
  .header-item {
    font-size: 2rem;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .header-item:last-child {
    margin-bottom: 0;
  }
}

.header-item:last-child {
  margin-right: 0;
}

.header-item:last-child::after {
  display: none;
}

.header-item > a {
  position: relative;
}

.header-item > a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fefefe;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-item > a:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-tel {
  margin-right: 15px;
}

.header-tel > a {
  line-height: 1.3;
}

@media screen and (max-width: 1294px) {
  .header-tel {
    display: none;
  }
}

.header-txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1294px) {
  .header-txtWrap {
    display: none;
  }
}

.header-txt {
  font-size: 14px;
  margin-left: 10px;
  line-height: 1;
}

.header-txt:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1294px) {
  .header-txt {
    display: none;
  }
}

.header-number {
  font-size: 28px;
  font-weight: 700;
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

.header-number::before {
  position: absolute;
  content: "";
  background: url(../img/tel.svg);
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1294px) {
  .header-number {
    display: none;
  }
}

.header-btnwrap {
  overflow: hidden;
}

.header-btn {
  font-size: 14px;
  font-weight: 700;
  background-color: #F3990D;
  padding: 19px 16px 19px 50px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-btn:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-btn::before {
  position: absolute;
  content: "";
  background: url(../img/mail.svg);
  width: 24px;
  height: 24px;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1294px) {
  .header-btn {
    display: none;
  }
}

body.noscroll {
  overflow: hidden;
}

.burger-bar {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1294px) {
  .burger-bar {
    display: block;
    background-color: transparent;
    border: none;
    z-index: 12;
  }
  .burger-bar.active {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.burger-close {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.burger-close.active {
  background-color: transparent;
  border: none;
  display: block;
  z-index: 12;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.musk {
  background-color: rgba(51, 51, 51, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.musk.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer {
  background-color: #2A4198;
  padding: 60px 20px 20px 20px;
  color: #fefefe;
  text-align: center;
}

@media screen and (max-width: 1294px) {
  .footer {
    padding: 60px 20px 70px 20px;
  }
}

.footer-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 29px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-ttl {
    font-size: 1.8rem;
    margin: 0 0 10px 40px;
  }
}

.footer-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  left: -52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer-ttl::before {
    width: 34px;
    height: 34px;
    left: -42px;
  }
}

.footer-address {
  font-size: 1.4rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .footer-address {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.footer-address > span {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-item {
  font-size: 1.4rem;
  margin-right: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-item:last-child {
  margin-right: 0;
}

.footer-item > a {
  position: relative;
}

.footer-item > a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fefefe;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-item > a:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer > small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .footer > small {
    font-size: 1rem;
  }
}

.foot {
  background-color: rgba(51, 51, 51, 0.97);
  padding: 0 10px;
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 1294px) {
  .foot {
    display: block;
  }
}

.foot-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.foot-tel {
  max-width: 360px;
  width: 100%;
  height: 48px;
  background-color: #fefefe;
  padding: 8px 0 8px 12px;
  border-radius: 3px;
  margin-right: 10px;
}

.foot-txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.foot-txt {
  font-size: 1.1rem;
  line-height: 1;
}

.foot-txt:first-child {
  margin-left: 0;
}

.foot-numberWrap {
  width: 100%;
}

.foot-number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: block;
  width: 120px;
  margin: 0 auto;
  position: relative;
}

.foot-number::before {
  position: absolute;
  content: "";
  background: url(../img/tel-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.foot-btnWrap {
  background-color: #F3990D;
  max-width: 360px;
  width: 100%;
  height: 48px;
  border-radius: 3px;
  padding: 0 0 0 12px;
}

.foot-btn {
  color: #fefefe;
  width: 66px;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 8px 0;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  position: relative;
}

.foot-btn::before {
  position: absolute;
  content: "";
  background: url(../img/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main {
  background-color: #FFFDF5;
}

.contact {
  padding: 100px 20px 140px 20px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 80px 20px 100px 20px;
  }
}

.contact-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.contact-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-ttl {
    font-size: 2rem;
  }
}

.contact-subttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contact-subttl {
    font-size: 1.4rem;
  }
}

.contact-subttl::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2A4198;
  width: 150px;
  height: 4px;
}

@media screen and (max-width: 767px) {
  .contact-subttl::before {
    width: 100px;
    bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-subttl {
    margin-bottom: 60px;
  }
}

.form {
  width: 100%;
  background-color: #ECF4FE;
  padding: 40px 55px 60px 55px;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 40px 15px 40px 15px;
  }
}

.form-wrap {
  margin-bottom: 30px;
}

.form-wrap:last-of-type {
  margin-bottom: 40px;
}

.form-wrap > input {
  display: block;
  max-width: 850px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 1.8rem;
  padding: 15px 20px;
  background-color: #fefefe;
}

.form-wrap > input::-webkit-input-placeholder {
  color: #999999;
}

.form-wrap > input:-ms-input-placeholder {
  color: #999999;
}

.form-wrap > input::-ms-input-placeholder {
  color: #999999;
}

.form-wrap > input::placeholder {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .form-wrap > input {
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}

.form-wrap > textarea {
  display: block;
  max-width: 850px;
  width: 100%;
  height: 370px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 1.8rem;
  padding: 15px 20px;
  background-color: #fefefe;
  resize: none;
}

.form-wrap > textarea::-webkit-input-placeholder {
  color: #999999;
}

.form-wrap > textarea:-ms-input-placeholder {
  color: #999999;
}

.form-wrap > textarea::-ms-input-placeholder {
  color: #999999;
}

.form-wrap > textarea::placeholder {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .form-wrap > textarea {
    height: 280px;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}

.form-label {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .form-label {
    font-size: 1.6rem;
  }
}

.form-require {
  position: relative;
}

.form-require::after {
  position: absolute;
  content: "必須";
  top: 50%;
  right: -75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-color: #da544f;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fefefe;
  text-align: center;
  width: 55px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .form-require::after {
    right: -55px;
    font-size: 1.4rem;
    width: 45px;
    border-radius: 3px;
  }
}

.form-btn {
  display: block;
  color: #fefefe;
  font-weight: 700;
  padding: 10px 50px;
  background-color: #F3990D;
  text-align: center;
  margin: 0 auto;
  max-width: 206px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2em;
}

.form-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form .btn-back {
  display: block;
  color: #fefefe;
  font-weight: 700;
  padding: 10px 50px;
  background-color: #F3990D;
  text-align: center;
  margin: 0 auto;
  max-width: 206px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2em;
  margin: 0 40px 0 0;
}

.form .btn-back:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .form .btn-back {
    margin-right: 20px;
  }
}

.form .btn-send {
  display: block;
  color: #fefefe;
  font-weight: 700;
  padding: 10px 50px;
  background-color: #F3990D;
  text-align: center;
  margin: 0 auto;
  max-width: 206px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2em;
  margin: 0;
}

.form .btn-send:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form .input-conts {
  display: block;
}

.after-btn {
  display: block;
  color: #fefefe;
  font-weight: 700;
  padding: 10px 50px;
  background-color: #F3990D;
  text-align: center;
  margin: 0 auto;
  max-width: 206px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 60px;
}

.after-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lowfv {
  background-image: url(../img/fv-lower.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
/*# sourceMappingURL=contact.css.map */