@charset "UTF-8";
/* CSS Document */
/*FV*/
.section__FV {
  position: relative;
}
.section__FV__img img {
  width: 100Vw;
  height: auto;
}
.section__FV__img-tb {
  display: none;
}
.section__FV__img-mb {
  display: none;
}
.section__FV h1 {
  z-index: 1;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  white-space: nowrap;
}
.section__FV h1 span {
  display: none;
}
@media(max-width: 1180px) {
  .section__FV__img-pc {
    display: none;
  }
  .section__FV__img-tb {
    display: block;
    width: 100vw;
    height: auto;
  }
}
@media(max-width: 1023px) {
  .section__FV h1 {
    font-size: 4.0rem;
  }
}
@media(max-width: 767px) {
  .section__FV__img-tb {
    display: none;
  }
  .section__FV__img-mb {
    display: block;
    width: 100vw;
    height: auto;
  }
  .section__FV h1 span {
    display: block;
    color: #F5D930;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    text-transform: uppercase;
  }
}
@media(max-width: 500px) {
  .section__FV h1 {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .section__FV h1 span {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
}
/*Contact*/
.select-tab__menu__item__br-mb {
  display: none;
}
.section__Contact {
  max-width: 1200px;
  padding: 120px 0 241px;
  margin: 0 auto;
}
.section__Contact__lead {
  padding: 0 5vw 120px;
  font-weight: 500;
}
/* タブメニュー */
.section__select__Contact__manu {
  width: clamp(900px, 56vw, 1087px);
  display: flex;
  gap: 16px;
  justify-content: center;
  border-bottom: solid 1px #898989;
  margin: 0 auto;
}
.section__select__Contact__manu a, .section__select__Contact__manu a:visited {
    color: #333333;
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    display: grid;
    place-items: center;
}
.select-tab__menu__item-service, .select-tab__menu__item-recruit{
  width: clamp(491px, 28vw, 536px);
  height: 89px;
  list-style: none;
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
  border-left: solid 1px #898989;
  border-radius: 15px 15px 0 0;
  font-size: 2.0rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.select-tab__menu__item-service.active, .select-tab__menu__item-recruit.active {
  background-color: #F5D930;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
.section__service_box, .section__recruit__box {
  display: none;
}
#serviceBox {
  display: block;
}
.row {
  margin: 0 auto;
  padding: 22px 0;
  border-bottom: solid 1px #898989;
  width: clamp(900px, 56vw, 1087px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.row h3 {
  width: clamp(200px, 13vw, 264px);
  font-weight: 700;
  padding-left: 1.5vw;
  display: flex;
  justify-content: space-between;
  transform: translateY(8px);
}
.row h3 span {
  width: 57px;
  height: 30px;
  background-color: #EA5A37;
  color: #fff;
}
.short {
  box-sizing: border-box;
  width: clamp(240px, 15vw, 294px);
  height: 47px;
  padding: 10px 18px;
}
.short_name1 {
  margin-left: 17px;
}
.name {
  padding-right: 12px;
  font-weight: 700;
}
.long {
  box-sizing: border-box;
  width: clamp(600px, 36vw, 698px);
  ;
  height: 47px;
  padding: 10px 18px;
}
.long-text {
  box-sizing: border-box;
  width: clamp(600px, 36vw, 698px);
  ;
  height: 379px;
  padding: 10px 18px;
}
.name__flex {
  box-sizing: border-box;
  width: clamp(600px, 36vw, 698px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
input::placeholder {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C6C6C6;
}
textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C6C6C6;
}
input {
  font-size: 1.6rem;
  font-weight: 700;
  border: solid 1px #898989;
}
textarea {
  font-size: 1.6rem;
  font-weight: 700;
}
/*同意確認*/
.consent-box {
  padding: 75px 0 51px;
}
.consent-box a {
  color: #898989;
  text-decoration: underline;
}
.consent-box p {
  padding-bottom: 51px;
}
.section__contact__form__checkbox {
  width: 206px;
  height: 57px;
  background-color: #C6C6C6;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn {
  cursor: pointer;
  width: 415px;
  height: 80px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  background-color: #333333;
  border: solid 2px #333;
}
.btn:hover {
  color: #333;
  background-color: #FFFFFF;
}
.note {
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .section__select__Contact__manu {
    width: max(700px, 71vw);
    gap: 8px;
  }
  .row {
    width: max(700px, 71vw);
  }
  .name__flex {
    width: clamp(450px, 36vw, 698px);
  }
  .short {
    width: clamp(170px, 15vw, 294px);
  }
  .long {
    width: clamp(450px, 36vw, 698px);
  }
  .long-text {
    width: clamp(450px, 36vw, 698px);
  }
  .section__Contact__lead {
    text-align: left;
    padding: 0 6vw 84px;
    margin: auto;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .section__Contact {
    padding: 94px 0 200px;
  }
  .section__select__Contact__manu {
    width: min(700px, 86vw);
  }
  .row {
    flex-flow: column;
    justify-content: center;
    width: min(700px, 86vw);
    gap: 8px;
  }
  .name__flex {
    width: min(700px, 86vw);
    flex-flow: column;
    gap: 8px;
    text-align: left;
  }
  .row h3 {
    width: min(700px, 86vw);
    padding-left: 0;
    transform: translateY(0px);
  }
  .short_name1 {
    margin-left: 0;
  }
  .name__flex-in {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 4px;
  }
  .name {
    padding-right: 0;
  }
  .short {
    width: 100%;
  }
  .long {
    width: 86vw;
  }
  .long-text {
    width: 86vw;
  }
  .consent-box p {
    width: 86vw;
    padding-bottom: 32px;
    margin: 0 auto;
    text-align: left;
  }
  .consent-box {
    padding: 40px 0 32px;
  }
  .btn {
    width: min(415px, 86%);
    height: 57px;
    font-size: 1.6rem;
  }
  .select-tab__menu__item__br-mb {
    display: block;
  }
  .select-tab__menu__item-service, .select-tab__menu__item-recruit {
    height: 83px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .note {
    margin-top: 18px;
  }
}
/*確認画面*/
#myform .error {
  color: #EA5A37;
  text-align: left;
  font-size: 1.3rem;
}
#myform .main-error {
  color: #EA5A37;
  width: clamp(900px, 56vw, 1087px);
  margin: auto;
  font-size: 1.3rem;
  text-align: center;
}
#myform .privacypolicy-error {
  color: #EA5A37;
  text-align: center;
  font-size: 1.3rem;
}
#myform .error__neme1 {
  transform: translateX(50px);
}
#myform .error__neme2 {
  transform: translateX(33px);
}
.section__Contact__lead-cofirm {
  padding: 0 5vw 104px;
  font-weight: 500;
}
.section__Contact__service-cofirm {
  width: min(863px, 86%);
  margin: 0 auto;
  text-align: left;
}
.section__Contact__service-cofirm table {
  width: 100%;
  margin-bottom: 22px;
}
.section__Contact__service-cofirm th, .section__Contact__service-cofirm td {
  border-bottom: solid 1px #898989;
  border-top: solid 1px #898989;
}
.section__Contact__service-cofirm th:nth-child(1), .section__Contact__service-cofirm td:nth-child(1) {
  padding: 22px 0 22px 30px;
  width: 36%;
  text-align: left;
  font-weight: 700;
}
.section__Contact__service-cofirm th:nth-child(2), .section__Contact__service-cofirm td:nth-child(2) {
  padding: 22px 0;
  text-align: left;
  font-weight: 500;
}
.section__Contact__service-cofirm__input {
  display: flex;
}
.section__Contact__service-cofirm__input input {
  color: #333333;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 40px;
  margin-left: 18px;
  background: transparent; /* 背景を透明に */
  border: none; /* 枠線を削除 */
  outline: none; /* フォーカス時のアウトラインを削除 */
  padding: 0; /* 余白をなくす */
  cursor: pointer; /* カーソルをポインターに */
}
.section__Contact__service-cofirm__input::before {
  content: "";
  background-image: url("../images/common/mark/arrow3.png");
  display: block;
  width: 14px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .section__Contact__lead-cofirm {
    text-align: left;
    padding: 0 6vw 80px;
    margin: auto;
    max-width: 700px;
  }
  #myform .main-error {
    width: max(700px, 71vw);
    margin: auto;
  }
}
@media (max-width:767px) {
  #myform .main-error {
    width: 86vw;
    margin: auto;
    text-align: left;
  }
  #myform .error__neme1 {
    transform: translateX(0px);
  }
  #myform .error__neme2 {
    transform: translateX(0px);
  }
  .section__Contact__service-cofirm th, .section__Contact__service-cofirm td {
    border-bottom: none;
    border-top: none;
  }
  .section__Contact__recruit-cofirm th, .section__Contact__recruit-cofirm td {
    border-bottom: none;
    border-top: none;
  }
  .section__Contact__service-cofirm th:nth-child(1), .section__Contact__service-cofirm td:nth-child(1) {
    display: block;
    width: auto;
    background-color: #C6C6C6;
    padding: 9px 13px;
  }
  .section__Contact__service-cofirm th:nth-child(2), .section__Contact__service-cofirm td:nth-child(2) {
    display: block;
    border-bottom: solid 1px #898989;
    padding: 9px 13px;
  }
  .section__Contact__recruit-cofirm th:nth-child(1), .section__Contact__recruit-cofirm td:nth-child(1) {
    display: block;
    width: auto;
    background-color: #C6C6C6;
    padding: 9px 13px;
  }
  .section__Contact__recruit-cofirm th:nth-child(2), .section__Contact__recruit-cofirm td:nth-child(2) {
    display: block;
    border-bottom: solid 1px #898989;
    padding: 9px 13px;
  }
  .section__Contact__service-cofirm a {
    margin-bottom: 40px;
  }
  .section__Contact__service-cofirm input {
    margin-bottom: 40px;
  }
  .section__Contact__recruit-cofirm a {
    margin-bottom: 40px;
  }
  .section__Contact__recruit-cofirm input {
    margin-bottom: 40px;
  }
  .section__Contact__service-cofirm table {
    margin-bottom: 12px;
  }
  .section__Contact__recruit-cofirm table {
    margin-bottom: 12px;
  }
}
@media (max-width:390px) {
  #myform .privacypolicy-error {
    text-align: left;
  }
}
/*完了画面*/
.section__Contact__send__h2 {
  font-size: 3.9rem;
  font-weight: 700;
  padding-bottom: 56px;
}
.section__Contact__lead-send {
  padding: 0 5vw 56px;
  font-weight: 500;
}
.btn__contact__send {
  cursor: pointer;
  width: 250px;
  height: 80px;
  background-color: #333333;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #333;
}
.btn__contact__send:hover {
  background-color: #FFFFFF;
}
.btn__contact__send a {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}
.btn__contact__send:hover.btn__contact__send a {
  color: #333;
}
@media (max-width:767px) {
  .section__Contact__lead-send__br-mb {
    display: none;
  }
  .section__Contact__lead-send {
    text-align: left;
    padding: 0 6vw 32px;
    margin: auto;
    max-width: 700px;
  }
  .section__Contact__send__h2 {
    font-size: 2.4rem;
    padding-bottom: 28px;
  }
  .btn__contact__send {
    width: min(250px, 86%);
    height: 57px;
  }
  .btn__contact__send a {
    font-size: 1.6rem;
  }
}