@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
  overflow: hidden;
}
.en {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.inviewfadeInDown {
  opacity: 0;
  transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInDown {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.inviewfadeInLeft {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInLeft {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inviewflipInX {
  opacity: 0 !important;
}
.animate__flipInX {
  opacity: 1 !important;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: 100%;
  padding: 50px 5%;
}
.header-logo {
  width: 20%;
  min-width: 150px;
}

/* contact */
.contact {
  width: 90%;
  margin: 0 auto;
}
.form {
  width: 100%;
  max-width: 800px;
  padding: 80px 0;
}
.error-txt {
  font-size: 1.6em;
  line-height: 28px;
  color: #eb0000;
  padding: 0 0 30px 0;
}
.form-txt-top {
  font-size: 2.6em;
  line-height: 28px;
  padding: 0 0 20px 0;
}
.form-txt {
  font-size: 1.6em;
  line-height: 28px;
  padding: 20px 0 0 0;
}
.form-txt-top span {
  color: #eb0000;
}
.form-txt span {
  color: #eb0000;
}
.form-box {
  font-family: inherit !important;
  font-size: 1.6em;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #999;
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
}
.form-box-l {
  font-family: inherit !important;
  font-size: 1.6em;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #999;
  width: 49%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  float: left;
}
.form-box-r {
  font-family: inherit !important;
  font-size: 1.6em;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #999;
  width: 49%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  float: right;
}
.form-body {
  font-family: inherit !important;
  font-size: 1.6em;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #999;
  width: 100%;
  height: 200px;
  margin: 10px 0 0 0;
  padding: 5px 10px;
}
.form-btn-box {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}
.form-btn {
  font-family: inherit !important;
  font-size: 1.6em;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  padding: 15px 0;
  border-style: none;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-btn:hover {
  background-color: #487ab2;
}
.form-btn-l {
  width: 48%;
  float: left;
}
.form-btn-r {
  width: 48%;
  float: right;
}
.form-txt-que-top {
  font-size: 1.6em;
  line-height: 26px;
  color: #487ab2;
  padding: 0;
}
.form-txt-que {
  font-size: 1.6em;
  line-height: 26px;
  color: #487ab2;
  padding: 30px 0 0 0;
}
.form-txt-ans {
  font-size: 1.6em;
  line-height: 26px;
  padding: 5px 0 0 0;
}

/* select */
.select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #1e1e1e;
  border-right: solid 2px #1e1e1e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 0;
}
.select {
  font-family: inherit !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6em;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #999;
  color: #999;
  background: #fff;
  position: relative;
}
select::-ms-expand {
  display: none;
}

/* Radio */
.radio {
  margin: 10px 0 0 0;
}
.select {
  margin: 10px 0 0 0;
}
.check {
  text-align: center;
  margin: 25px 0 0 0;
}
.check a {
  color: #1e1e1e;
  border-bottom: 1px dashed #1e1e1e;
  padding: 0 0 3px 0;
}
input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  line-height: 30px;
  cursor: pointer;
}
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type="radio"] {
    display: none;
    margin: 0;
  }
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input[type="radio"] + label {
    margin-right: 30px;
    padding: 0 0 0 34px;
  }
  input[type="checkbox"] + label {
    padding: 0 0 0 24px;
  }
  input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
  }
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
  }
  input[type="radio"] + label::before {
    border: 1px solid #999;
    border-radius: 30px;
  }
  input[type="checkbox"] + label::before {
    border: 1px solid #999;
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
  input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="radio"]:checked + label::after {
    left: 6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #f39b17;
    border-radius: 12px;
  }
  input[type="checkbox"]:checked + label::after {
    left: 5px;
    width: 20px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid #f39b17;
    border-bottom: 3px solid #f39b17;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* thanks */
.thanks {
  width: 100%;
  max-width: 800px;
  padding: 80px 0;
}
.thanks-txt {
  font-size: 1.6em;
  line-height: 28px;
}
.thanks-btn {
  font-size: 1.8em;
  margin: 30px 0 0 0;
}
.thanks-btn a {
  color: #fff;
  background: #000;
  padding: 10px 30px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thanks-btn a:hover {
  background: #487ab2;
}

/* footer */
.footer {
  width: 100%;
  padding: 50px 5%;
}
.footer-copy {
  font-size: 1.6em;
  padding: 0;
}

@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* contact */
  .form {
    padding: 50px 0;
  }
  .error-txt {
    font-size: 1.4em;
    line-height: 26px;
  }
  .form-txt-top {
    font-size: 2em;
  }
  .form-txt {
    font-size: 1.4em;
    padding: 10px 0 0 0;
  }
  .form-box {
    margin: 5px 0 0 0;
  }
  .form-box-l {
    margin: 5px 0 0 0;
  }
  .form-box-r {
    margin: 5px 0 0 0;
  }
  .form-body {
    margin: 5px 0 0 0;
  }
  .form-btn-box {
    margin: 20px 0 0 0;
  }
  .form-btn {
    font-size: 1.4em;
  }
  .form-txt-que-top {
    font-size: 1.6em;
    line-height: 26px;
    color: #487ab2;
    padding: 0;
  }
  .form-txt-que {
    font-size: 1.4em;
  }
  .form-txt-ans {
    font-size: 1.4em;
  }
  .select {
    margin: 5px 0 0 0;
  }
  /* thanks */
  .thanks {
    padding: 50px 0;
  }
  .thanks-txt {
    font-size: 1.3em;
    line-height: 28px;
  }
  .thanks-btn {
    font-size: 1.6em;
    margin: 30px 0 0 0;
  }
  /* footer */
  .footer {
    width: 100%;
    padding: 50px 5%;
  }
  .footer-copy {
    font-size: 1.2em;
    padding: 0;
  }
}
