/*---------------------------------------------
    common
---------------------------------------------*/
h2 {
  color: #E83828;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
h2::after {
  background: #E83828;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 24px;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 2.4rem;
  }
}

.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  position: relative;
}
.mv h1 {
  background: rgb(232, 56, 40);
  color: #fff;
  font-size: 2.6rem;
  left: 0;
  line-height: 1.4;
  margin: auto;
  padding: 26px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 43%;
  width: 260px;
}
@media screen and (max-width: 500px) {
  .mv h1 {
    top: 190px;
  }
}
.mv h1 span {
  display: block;
  font-size: 1.2rem;
}
.mv header {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/*---------------------------------------------
    contact
---------------------------------------------*/
.contact {
  padding-bottom: 40px;
}
.contact .inner {
  margin: 0 auto;
  width: 90%;
}
.contact .inner .text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .contact .inner .text {
    font-size: 1.6rem;
  }
}
.contact .inner .note {
  background: #FCEBF3;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 10px 14px;
  text-align: center;
}
.contact .inner table {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .inner table {
    width: 100%;
  }
}
.contact .inner table tr th, .contact .inner table tr td {
  font-size: 1.6rem;
  padding: 14px 0;
}
.contact .inner table tr:last-child th {
  padding-top: 22px;
  vertical-align: top;
}
.contact .inner table tr th {
  font-size: 1.6rem;
  width: 36%;
}
@media screen and (max-width: 500px) {
  .contact .inner table tr th {
    font-size: 1.4rem;
  }
}
.contact .inner table tr td {
  width: 64%;
}
.contact .inner table tr td input[type=text], .contact .inner table tr td select, .contact .inner table tr td textarea {
  border: #E83828 solid 1px;
  border-radius: 14px;
  font-size: 1.6rem;
  padding: 12px 10px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .inner table tr td input[type=text], .contact .inner table tr td select, .contact .inner table tr td textarea {
    font-size: 1.4rem;
  }
}
.contact .inner table tr td textarea {
  line-height: 1.4;
}
.contact .inner table tr td .select {
  position: relative;
}
.contact .inner table tr td .select select {
  background: #fff;
}
.contact .inner table tr td .select select option:first-child {
  color: #ccc;
}
.contact .inner table tr td .select select:invalid {
  color: #ccc;
}
.contact .inner .consent {
  margin-bottom: 24px;
  text-align: center;
}
.contact .inner .consent .text {
  color: #231815;
}
@media screen and (max-width: 500px) {
  .contact .inner .consent .text {
    font-size: 1.4rem;
  }
}
.contact .inner .consent .text a {
  color: #036EB8;
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .contact .inner .consent label {
    font-size: 1.4rem;
  }
}
.contact .inner .consent label span {
  position: relative;
}
.contact .inner .consent label span input {
  margin-right: 6px;
}
.contact .inner .submit, .contact .inner .btn, .contact .inner .button-wrap {
  margin: 30px auto;
  width: 240px;
}
.contact .inner .submit input, .contact .inner .submit a, .contact .inner .submit button, .contact .inner .btn input, .contact .inner .btn a, .contact .inner .btn button, .contact .inner .button-wrap input, .contact .inner .button-wrap a, .contact .inner .button-wrap button {
  background: #E83828;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .inner .submit input, .contact .inner .submit a, .contact .inner .submit button, .contact .inner .btn input, .contact .inner .btn a, .contact .inner .btn button, .contact .inner .button-wrap input, .contact .inner .button-wrap a, .contact .inner .button-wrap button {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.contact .inner .submit input[type=submit][disabled], .contact .inner .btn input[type=submit][disabled], .contact .inner .button-wrap input[type=submit][disabled] {
  cursor: default;
  opacity: 0.7;
}
.contact .inner .button-wrap {
  display: flex;
  justify-content: space-around;
  width: 84%;
}
.contact .inner .button-wrap button {
  margin: 0 10px;
  width: 230px;
}

/*---------------------------------------------
    pagetop
---------------------------------------------*/
footer {
  padding-bottom: 0;
}

.pagetop {
  bottom: 0;
}
@media screen and (max-width: 1160px) {
  .pagetop {
    bottom: 0;
  }
}