@charset "UTF-8";
/* 色設定 */
/* ============================================ */
/* メインビジュアル */
#mainvisual {
  text-align: center;
  height: 350rem;
  display: flex;
  align-items: center;
  background-image: url("../img/about/bg_about_mainvisual.jpg");
  background-size: cover;
  color: white;
  font-weight: 700;
}

#mainvisual .viewport-s {
  display: flex;
  align-items: center;
}

#mainvisual .viewport-s::after {
  content: "";
  height: 1px;
  background-color: white;
  flex-grow: 1;
}

#mainvisual .viewport-s::before {
  content: "";
  height: 1px;
  background-color: white;
  flex-grow: 1;
}

#mainvisual .page-title {
  line-height: 1;
  position: relative;
  flex-grow: 0;
  margin: 0 40rem;
  color: white;
}

#mainvisual .page-title .en {
  display: block;
  font-size: 40rem;
}

#mainvisual .page-title .ja {
  display: block;
  font-size: 18rem;
  margin-top: 8rem;
}

#contact-form {
  padding-top: 100rem;
  background-color: #fafbfd;
  padding-bottom: 100rem;
}

#contact-form figure {
  width: 350rem;
  margin: 0rem auto 100rem;
}

#contact-form .guid {
  font-size: 15rem;
  text-align: center;
  color: #26272c;
  padding-bottom: 100px;
}

#contact-form .Form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50rem;
  width: 100%;
}

#contact-form .Form table {
  margin: 0 auto;
}

#contact-form .Form table tbody tr {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#contact-form .Form table tbody tr th {
  display: block;
  padding-bottom: 10rem;
  width: 100%;
  font-size: 16rem;
}

#contact-form .Form table tbody tr th .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  width: 10px;
  display: inline-block;
  text-align: center;
  color: red;
  font-size: 14px;
}

#contact-form .Form table tbody tr td {
  display: block;
  padding-bottom: 30rem;
  width: 100%;
}

#contact-form .Form table tbody tr td input {
  width: 100%;
  border: 1px solid #cccccc;
  height: 40rem;
  padding-left: 1em;
  padding-right: 1em;
}

#contact-form .Form table tbody tr td textarea {
  width: 100%;
  border: 1px solid #cccccc;
  height: 240rem;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}

#contact-form .Form table tbody tr td input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #3f51b5;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-1em);
}

#contact-form .Form table tbody tr td input[type="radio"]:checked:after {
  content: "";
  width: 70%;
  height: 70%;
  background-color: #3f51b5;
  border-radius: 50%;
}

#contact-form .Form-Btn input {
  display: flex;
  width: 100%;
  max-width: 300rem;
  margin: 0rem auto;
  height: 48rem;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16rem;
  color: white;
  border: solid 2px #0b0549;
  box-shadow: #0b0549 0px 2px 0px 0px;
  position: relative;
  background: #73b8e2;
}

#contact-form .Form-Btn input:hover {
  background: white;
  color: #0b0549;
  transition: 0.3s;
  box-shadow: #0b0549 0px 0px 0px 0px;
  transform: translateY(2px);
}

#contact-form .caution {
  text-align: center;
  font-size: 15rem;
  margin-top: 70rem;
  margin-bottom: 50rem;
}

#contact-form .caution a {
  color: blue;
  text-decoration: underline;
}

/* ============================ ============================ */
@media screen and (max-width: 1080px) {
  /* メインビジュアル */
  #mainvisual {
    height: 260rem;
  }
  #mainvisual .page-title .en {
    font-size: 26rem;
  }
  #mainvisual .page-title .ja {
    font-size: 16rem;
  }
  /* ============================ ============================ */
  /* ============================================ */
  /* ============================ ============================ */
}
