@charset "utf-8";
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  margin-top: 14rem;
}
.mv-page__bg {
  display: block;
  width: 100%;
}
.mv-title {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 10rem auto 0;
}
.mv-title__jp {
  display: inline-block;
  padding-left: 20rem;
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  line-height: 1.2;
}
.mv-title__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: auto; /* JavaScriptで動的に設定 */
  min-height: 30.4rem;
}
.mv-title__line .line {
  width: 2px;
  background-color: #B4B4B4;
  flex-grow: 1;
}
.mv-title__line .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0079C2;
}
.mv-title__line .dot.dot--bottom {
  background-color: #4C4948;
}
.mv-title__en {
  display: flex;
  align-items: center; /* ← ここで縦中央揃え */
  color: #B4B4B4;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .mv-page {
    /*padding-bottom: calc(310 / 375 * 100%);*/
    min-height: 31rem;
    margin-top: 8.5rem;
    overflow-x: hidden;
  }
  .mv-page img {
    min-height: 31rem;
    object-fit: cover;
  }
  .mv-title__en {
    width: 6rem;
    font-size: 4rem;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: sideways-lr;
  }
  .mv-title__jp {
    width: 6rem;
    padding-left: 0;
    font-size: 2.8rem;
  }
}
/* Common
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(84vw, 136rem);
  padding: 10rem 0;
  margin: 0 auto;
}
.main h3 {
  margin-bottom: 10rem;
  color: #00839E;
  font-size: 3.2rem;
  text-align: center;
}
.main h3 span {
  display: inline-block;
  width: 24.6rem;
  border-bottom: 1rem solid #006666;
  padding-bottom: 1rem;
}
.main p {
  margin-bottom: 6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 1367px) {
  .main {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .main {
    width: 100%;
    padding: 5rem 0;
    text-align: center;
  }
  .main h3 {
    margin-bottom: 5.5rem;
    font-size: 2.4rem;
  }
  .main h3 span {
    width: 100%;
  }
  .main p {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    text-align: left;
  }
}
/* Section - Contact
----------------------------------------------------------------------------------------------------*/
.sec-form-footer {
  max-width: 108.2rem;
  padding: 3rem 0;
  margin: 0 auto 6rem;
  background-color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.sec-form-footer p {
  width: min(100%, 57.2rem);
  padding: 0 1.7rem;
  margin: 2rem auto;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
.sec-form-footer a, .form-item__text a {
  color: #00839E;
  font-weight: 500;
  transition: all 0.4s;
  text-decoration: none;
}
.sec-form-footer a:hover, .form-item__text a:hover {
  opacity: 0.5;
}
.contact-body {
  background-color: #F3FAFA;
  font-size: 2rem;
  padding: 14rem;
  margin: 0 auto;
  line-height: 1.75
}
.sec-form .label.warning {
  font-size: 1.6rem;
  padding: 0 0.8rem;
  margin-left: 0;
  border-radius: 0.5rem;
}
.sec-contact {
  width: 100%;
  margin: 0 auto 8rem;
  line-height: 1.75
}
.sec-contact a {
  text-decoration: none;
}
.txt__areaBox {
  padding: 0 0 20px 0;
}
.sec-contact input {
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}
.sec-contact input::placeholder {
  color: #999999;
  font-size: 1.8rem;
}
.sec-contact input[type='checkbox'] {
  width: auto;
}
.sec-contact select {
  padding: 2.5rem 10rem 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-select {
  position: relative;
  display: inline-block;
}
.form-select::after {
  content: "";
  position: absolute;
  bottom: 45%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-right: 0.2rem solid #999999;
  border-bottom: 0.2rem solid #999999;
  transform: rotate(45deg);
  pointer-events: none;
}
.sec-contact textarea {
  width: 100%;
  border-radius: 1rem;
  padding: 2.5rem 1.2rem;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}
.sec-contact textarea::placeholder {
  color: #B3B3B3;
  font-size: 1.8rem;
}
.form-item__type input[type="checkbox"] {
  accent-color: #13579D;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    margin: 0 auto 9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .sec-form-footer {
    font-size: 1.6rem;
  }
  .sec-form .label.warning {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }
  .sec-form-footer p {
    width: 100%;
    margin: 2rem auto;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
  }
  .contact__txt {
    border-top: 0;
    text-align: left;
  }
  .sec-contact input {
    padding: 1.2rem;
  }
  .sec-contact input::placeholder {
    font-size: 1.6rem;
  }
  .sec-contact select {
    font-size: 1.6rem;
  }
  .sec-contact textarea {
    padding: 1.2rem;
  }
  .sec-contact textarea::placeholder {
    font-size: 1.6rem;
  }
  .contact-body {
    padding: 3.5rem;
  }
}
/* Section - Table
----------------------------------------------------------------------------------------------------*/
table.sec-contact {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 6rem;
  vertical-align: middle;
}
.sec-contact th {
  width: calc(270 / 1082 * 100%);
  padding: 20px 0;
  margin: 0 0 2.5rem;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
.sec-contact td {
  width: calc(803 / 1082 * 100%);
  /*padding-left: 1.3rem;*/
  margin: 0 0 2.5rem;
}
.sec-contact2 th {
  width: calc(330 / 1082 * 100%);
}
.sec-contact2 td {
  width: calc(743 / 1082 * 100%);
}
.sec-contact th label {
  padding-right: 5.5rem;
}
.sec-contact th label.label-off {
  padding-right: 1rem;
}
.sec-contact th span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  text-align: center;
}
.sec-contact th .label {
  padding: 0.2rem 0.5rem;
  font-size: 1.6rem;
}
.sec-contact tr:last-child th, .sec-contact tr:last-child td {
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .sec-contact tr {
    display: flex;
    flex-direction: column;
  }
  .sec-contact th {
    width: 100%;
    padding: 2rem 0 1rem;
    margin: 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .sec-contact th label {
    padding-left: 0;
  }
  .sec-contact td {
    width: 100%;
    padding: 1.2rem 0;
    border-top: none;
    font-size: 1.8rem;
  }
}
/* Section - Button
----------------------------------------------------------------------------------------------------*/
.form-item__button {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin: 2rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .form-item__button {
    flex-direction: column;
    gap: 4rem;
    margin: 2rem auto 5rem;
  }
}