@charset "UTF-8";
.scroll-wrap {
  padding-top: 136px;
  color: #1d3348;
}

.main {
  position: relative; 
  margin: 0 auto;
  width: 1100px;
}

.main .kv {
  margin: 0 auto; 
  width: 100%;
}

.main h1 {
  position: absolute;
  top: -95px;
  left: 50px;
  z-index: 1000; 
  width: 160px;
  height: auto;
}

.intro {
  margin: 100px auto 110px;
  width: 1100px;
  text-align: center;
}

.intro h2 {
  margin-bottom: 1.5em;
  letter-spacing: 2px; 
  font-size: 30px;
}

.intro .lead {
  letter-spacing: 1px;
  font-weight: 400; 
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.5em;
}

.intro_company {
  margin: 0 auto 100px;
  padding: 55px 0 30px;
  width: 904px;
  background-image: url("images/bg_keyman.jpg");
  background-position: top center;
  background-size: auto 100%; 
  background-repeat: no-repeat;
}

.intro_company h3 {
  margin-bottom: 1em; 
  font-weight: 700;
  font-size: 24px;
}

.intro_company h4 {
  font-weight: 500; 
  font-size: 19px;
}

.intro_company h5 {
  font-weight: 300; 
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

.intro_company p {
  letter-spacing: 1px; 
  font-family: "Noto Serif JP", serif;
}

.intro_company .mark {
  margin: 35px auto; 
  width: 85px;
  height: auto;
}

.intro_company .address {
  margin: 0 auto 50px;
  width: 50%;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
}

.intro_company .bt {
  display: block;
  margin: 0 auto 11px;
  width: 337px;
  height: 49px;
  border: 1px solid #27313b;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Serif JP", serif; 
  line-height: 51px;
}

.intro_company .bt_icon {
  background-image: url("images/bg_button.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.intro_company .bt:hover {
  opacity: .7;
}

.intro_company .outro {
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
}

.intro_tel {
  margin: 0 auto 100px;
}

.intro_tel p {
  letter-spacing: 2px; 
  font-family: "Noto Serif JP", serif !important;
}

.intro_tel h3 {
  margin-bottom: 20px;
  height: 30px;
  background-image: url("images/bd_tel.png");
  background-position: center center;
  background-repeat: no-repeat; 
  letter-spacing: 4px;
  font-weight: 200;
  font-size: 30px;
}

.intro_tel .sub {
  font-weight: 500; 
  font-size: 16px;
}

.intro_tel .tel_num {
  margin: 40px auto 20px; 
  font-size: 27px;
}

.intro_tel .tel_num .num {
  font-weight: 600; 
  font-size: 40px;
}

.intro_tel .time {
  font-weight: 500; 
  font-size: 16px;
  line-height: 2em;
}

.form_wrap {
  margin: 0 auto;
  padding: 137px 0 0 0;
  width: 100%;
  background-image: url("images/bg_mailform.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

.form_wrap h3 {
  margin-bottom: 20px;
  height: 30px;
  background-image: url("images/bd_mail.png");
  background-position: center center;
  background-repeat: no-repeat; 
  letter-spacing: 4px;
  font-weight: 200;
  font-size: 30px;
}

.form_wrap .sub {
  font-weight: 500; 
  font-size: 16px;
  font-family: "Noto Serif JP", serif !important;
}

.form_wrap .form_bg {
  margin: 0 auto;
  padding-top: 100px;
  width: 1030px;
  background-color: #fff;
}

.form_wrap .contact-form {
  margin: 70px auto 0; 
  width: 785px;
}

.form_wrap .contact-form th {
  padding: 20px 0;
  width: 285px;
  text-align: left; 
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

.form_wrap .contact-form th .note {
  font-size: 14px;
}

.form_wrap .contact-form th .required {
  padding: 2px 8px 4px;
  border-radius: 16px;
  background-color: #dc2c2f;
  color: #fff;
  font-size: 12px; 
  font-family: "Noto Sans JP", sans-serif;
}

.form_wrap .contact-form td {
  padding: 20px 0;
  width: 500px;
  text-align: left; 
  font-size: 16px;
}

.form_wrap .contact-form td input,
.form_wrap .contact-form td input[type="checkbox"],
.form_wrap .contact-form td select,
.form_wrap .contact-form td textarea {
  border: none;
  border-radius: 5px;
  background-color: #e6f1f3;
}

.form_wrap .contact-form td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  padding: 12px 20px;
  border: 2px solid #e6f1f3;
  font-size: 14px;
}

.form_wrap .contact-form td input:focus,
.form_wrap .contact-form td input.error:focus,
.form_wrap .contact-form td textarea:focus {
  outline: none;
  border: 2px solid #1e3348;
  background-color: #fff; 
  color: #1e3348;
}

.form_wrap .contact-form td .division-1 {
  margin-right: 50px;
}

.form_wrap .contact-form td input.w100 {
  width: 100%;
}

.form_wrap .contact-form td input.zip,
.form_wrap .contact-form td input.tel {
  width: 80px;
}

.form_wrap .contact-form td select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  padding: 11px 50px 11px 20px;
  outline: none;
  background-image: url("images/select_arrow.png");
  background-position: right 10px center; 
  background-repeat: no-repeat;
  font-size: 16px;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 25px;
  font-family: "Noto Serif JP", serif; 
  cursor: pointer;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #d4dde6;
  border-radius: 10px;
  background-color: #fff; 
  content: "";
}

input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #235d98; 
  content: "";
}

.form_wrap .contact-form td .subject-list li {
  margin-bottom: 1em;
}

.form_wrap .contact-form td .subject-list li:last-child {
  margin-bottom: 0;
}

.form_wrap .contact-form td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  width: 100%;
  height: 170px;
  font-size: 14px;
  line-height: 2.0em;
}

.form_wrap .btn-def,
.form_wrap .btn-send,
.form_wrap .btn-fix {
  margin: 50px 10px;
  padding: 1.2em 0 1em;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Serif JP", serif; 
  cursor: pointer;
}

.form_wrap .btn-def {
  width: 316px;
  background-color: #1d3348;
  color: #fff;
}

.form_wrap .btn-send {
  width: 200px;
  background-color: #1d3348;
  color: #fff;
}

.form_wrap .btn-fix {
  width: 200px;
  border: 1px solid #1d3348;
  background-color: #fff;
  color: #1d3348;
}

.form_wrap .btn-def:hover,
.form_wrap .btn-send:hover,
.form_wrap .btn-fix:hover {
  opacity: .7;
}

/* 確認画面 */
.form_confirm,
.form_error {
  padding: 0;
  background: none;
}

.form_confirm .contact-form {
  border-bottom: 2px solid #93989c;
}

.form_confirm .contact-form th,
.form_confirm .contact-form td {
  padding: 2em .5em;
  border-top: 2px solid #93989c;
}

.form_confirm .contact-form td {
  font-family: "Noto Serif JP", serif;
}

.form_confirm .contact-form .subject-list {
  padding-left: 1.5em; 
  list-style: disc;
}

/* エラー */
.form_error .attention {
  margin: 40px auto 0;
  padding: 2em;
  width: 800px;
  border: 1px solid #dc2c2f; 
  color: #dc2c2f;
  text-align: center;
  font-size: 16px;
}

.form_wrap .contact-form td input.error,
.form_wrap .contact-form td input[type="checkbox"].error,
.form_wrap .contact-form td select.error,
.form_wrap .contact-form td textarea.error {
  background-color: #ffe2e4;
}

.form_wrap .contact-form td input.error {
  border: 2px solid #ffe2e4;
}

.form_wrap .contact-form td .error_text {
  margin-top: .5em;
  color: #dc2c2f; 
  font-size: 14px;
}

/* サンクス */
.thanks {
  margin: 100px auto 110px;
  width: 800px;
  text-align: center;
}

.thanks h2 {
  margin-bottom: 1.5em;
  text-align: center; 
  letter-spacing: 2px;
  font-size: 24px;
}

.thanks .lead {
  margin-bottom: 40px;
  text-align: left; 
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.5em;
}

.thanks .lead2 {
  text-align: left; 
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
}

.thanks_tel {
  margin: 0 auto 100px;
}

.thanks_tel p {
  letter-spacing: 2px; 
  font-family: "Noto Serif JP", serif !important;
}

.thanks_tel h3 {
  margin-bottom: 40px;
  letter-spacing: 4px; 
  font-weight: 600;
  font-size: 20px;
}

.thanks_tel .company {
  font-size: 16px;
}

.thanks_tel .tel_num {
  margin: 0 auto 0; 
  font-size: 27px;
}

.thanks_tel .tel_num .num {
  font-weight: 600; 
  font-size: 40px;
}

.thanks_tel .tel_num .company {
  font-size: 16px;
}

.thanks_tel .time {
  font-size: 16px;
  line-height: 2em;
}

.thanks_tel .bt {
  display: block;
  margin: 40px auto 80px;
  padding: 1em 0;
  width: 300px;
  border: 1px solid #1d3348;
  font-size: 16px;
  font-family: "Noto Serif JP", serif !important;
}

@media screen and (max-width: 640px) {
  .scroll-wrap {
    padding-top: 81px; 
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .main .kv {
    width: 100%;
  }
  .main h1 {
    position: absolute;
    top: -13.5vw; 
    left: 5.8%;
    width: 29.6%;
  }
  .intro {
    margin: 60px auto 60px; 
    width: 100%;
  }
  .intro h2 {
    margin-bottom: 1.5em; 
    font-size: 6.4vw;
  }
  .intro .lead {
    margin: 0 auto;
    width: 76.2%;
    text-align: left;
    font-size: 4.2vw;
    line-height: 2.0em;
  }
  .intro_company {
    margin: 0 auto 50px;
    padding: 0;
    width: 100%;
    background: none;
  }
  .intro_company h3 {
    font-size: 5.3vw;
  }
  .intro_company h4 {
    font-size: 5.2vw;
  }
  .intro_company h5 {
    font-size: 3.7vw;
  }
  .intro_company p {
    font-size: 4.3vw;
  }
  .intro_company .mark {
    margin: 20px auto; 
    width: 85px;
    height: auto;
  }
  .intro_company .address {
    margin: 0 auto 30px; 
    width: 64%;
    font-size: 4.3vw;
  }
  .intro_company .bt {
    width: 80%;
    height: 49px;
    font-size: 3.7vw;
    line-height: 51px;
  }
  .intro_company .bt:hover {
    opacity: .7;
  }
  .intro_company .outro {
    margin-top: 30px; 
    font-size: 4.3w;
  }
  .intro_tel {
    margin: 0 auto 50px;
  }
  .intro_tel p {
    letter-spacing: 2px; 
    font-family: "Noto Serif JP", serif !important;
  }
  .intro_tel h3 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 52.2%;
    height: 8.0vw;
    background-image: url("images/bd_tel_sp.png");
    background-position: center center;
    background-size: 100% auto; 
    font-size: 8.0vw;
  }
  .intro_tel .sub {
    font-size: 16px;
  }
  .intro_tel .tel_num {
    margin: 0 auto 20px; 
    font-size: 5.1vw;
  }
  .intro_tel .tel_num .num {
    font-size: 7.5vw;
  }
  .intro_tel .time {
    font-size: 4.3vw;
  }
  .form_wrap {
    margin: 0 auto;
    padding: 63px 0 0 0;
    width: 100%;
    background-image: url("images/bg_mailform_sp.jpg");
    background-size: 100% auto;
  }
  .form_wrap h3 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 86.6%;
    height: 50px;
    background-image: url("images/bd_mail_sp.png");
    background-size: 100% auto;
    letter-spacing: 2px; 
    font-size: 8.0vw;
  }
  .form_wrap .sub {
    font-size: 4.3vw;
  }
  .form_wrap .form_bg {
    margin: 0 auto;
    padding-top: 50px; 
    width: 93.3%;
  }
  .form_wrap .contact-form {
    margin: 50px auto 0; 
    width: 93.3%;
  }
  .form_wrap .contact-form th {
    display: block; 
    padding: 15px 0 5px;
    width: 100%;
    font-size: 4.3vw;
  }
  .form_wrap .contact-form th .note {
    font-size: 14px;
  }
  .form_wrap .contact-form th .required {
    border-radius: 4.3vw;
    font-size: 3.2vw;
  }
  .form_wrap .contact-form td {
    display: block; 
    padding: 5px 0 15px;
    width: 100%;
    font-size: 4.3vw;
  }
  .form_wrap .contact-form td input,
  .form_wrap .contact-form td input[type="checkbox"],
  .form_wrap .contact-form td select,
  .form_wrap .contact-form td textarea {
    border: none;
    border-radius: 5px;
    background-color: #e6f1f3;
  }
  .form_wrap .contact-form td input {
    padding: 12px 20px; 
    font-size: 3.7vw;
  }
  .form_wrap .contact-form td input:focus,
  .form_wrap .contact-form td input.error:focus,
  .form_wrap .contact-form td textarea:focus {
    outline: none;
    border: 2px solid #1e3348;
    background-color: #fff; 
    color: #1e3348;
  }
  .form_wrap .contact-form td .division-1 {
    margin-right: 50px;
  }
  .form_wrap .contact-form td input.w100 {
    width: 100%;
  }
  .form_wrap .contact-form td input.zip,
  .form_wrap .contact-form td input.tel {
    width: 80px;
  }
  .form_wrap .contact-form td select {
    margin-top: 10px;
    margin-left: 0; 
    width: 100%;
    font-size: 4.3vw;
  }
  input[type="checkbox"],
  input[type="radio"] {
    display: none;
  }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    position: relative;
    display: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 25px;
    font-family: "Noto Serif JP", serif; 
    cursor: pointer;
  }
  .form_wrap .contact-form td .subject-list li {
    margin-bottom: 1em;
  }
  .form_wrap .contact-form td .subject-list li:last-child {
    margin-bottom: 0;
  }
  .form_wrap .contact-form td textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 100%;
    height: 100px;
    font-size: 3.7vw;
  }
  .form_wrap .btn-area {
    margin: 10px auto 30px; 
    width: 93.3%;
  }
  .form_wrap .btn-def,
  .form_wrap .btn-send,
  .form_wrap .btn-fix {
    margin: 0 auto;
    font-size: 4.3vw;
  }
  .form_wrap .btn-def {
    width: 100%;
  }
  .form_wrap .btn-send {
    width: 49%;
  }
  .form_wrap .btn-fix {
    width: 49%;
  }
  .form_wrap .btn-def:hover,
  .form_wrap .btn-send:hover,
  .form_wrap .btn-fix:hover {
    opacity: 1.0;
  }
  /* 確認画面 */
  .form_confirm,
  .form_error {
    padding: 0;
    background: none;
  }
  .form_confirm .contact-form {
    border-bottom: 2px solid #dfe0e2;
  }
  .form_confirm .contact-form th {
    border-top: 2px solid #dfe0e2;
  }
  .form_confirm .contact-form td {
    border: none;
  }
  .form_confirm .contact-form td {
    font-family: "Noto Serif JP", serif;
  }
  .form_confirm .contact-form .subject-list {
    padding-left: 1.5em; 
    list-style: disc;
  }
  /* エラー */
  .form_error .attention {
    margin: 40px auto 0;
    padding: 10px 20p;
    width: 93.3%;
    text-align: left; 
    font-size: 4.3vw;
  }
  .form_wrap .contact-form td .error_text {
    font-size: 3.7vw;
  }
  /* サンクス */
  .thanks {
    margin: 50px auto 50px;
    width: 100%;
    text-align: center;
  }
  .thanks h2 {
    margin-bottom: 1.5em;
    letter-spacing: 2px; 
    font-size: 6.4vw;
  }
  .thanks .lead {
    margin: 0 auto 1em;
    width: 80%;
    font-size: 4.3vw;
  }
  .thanks .lead2 {
    margin: 0 auto 1em; 
    width: 80%;
    font-size: 3.7vw;
    line-height: 2.0em;
  }
  .thanks_tel {
    margin: 0 auto;
  }
  .thanks_tel h3 {
    margin-bottom: 20px;
    letter-spacing: 2px; 
    font-size: 4.3vw;
  }
  .thanks_tel .company {
    margin-bottom: 20px; 
    font-size: 4.3vw;
  }
  .thanks_tel .tel_num {
    margin: 0 auto 0; 
    font-size: 5.3vw;
  }
  .thanks_tel .tel_num .num {
    font-weight: 600; 
    font-size: 8.0vw;
  }
  .thanks_tel .tel_num .company {
    font-size: 3.7vw;
  }
  .thanks_tel .time {
    font-size: 4.3vw;
    line-height: 2em;
  }
  .thanks_tel .bt {
    margin: 0 auto;
    margin: 40px auto 50px;
    width: 80%;
    font-size: 4.3vw;
  }
}