@charset "UTF-8";
/* CSS Document */

#breadcrumb {
  display: none;
}
.header-style {
  display: none;
}
#footer{
  display: none;
}
body {
  margin-top: 0!important;
}
/*------------------

最後のコンタクトボタン

-------------------*/
.br-sp {
  display: none;
}
.width h3 {
  border: none!important;
}
.btnArea {
  padding: 15px 0 110px 0!important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.btnArea a {
  color: #fff!important;
  text-decoration: none;
}
.btn-txt {
  display: block;
}

.tel-btn {
  display: flex;
  align-items:center;
  justify-content: center;
  background: linear-gradient(135deg, #274f90, #1e98b2);
  height: 50px;
  width: 260px;
  padding: 12px 0!important;
  margin: 0 5px!important;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 5px 0 #2f415f;
  border-radius: 10px;
  transition: 0.5s ;
}
.tel-btn::before{
  content: "";
  display: inline-block;
  background-image: url(/imgs/recruit/mobile.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
.tel-btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}
.line-btn {
  display: flex;
  align-items:center;
  justify-content: center;
  background: linear-gradient(135deg, #22661f, #56bb54);
  height: 50px;
  width: 260px;
  padding: 12px 0!important;
  margin: 0 5px!important;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 5px 0 #094a00;
  border-radius: 10px;
  transition: 0.5s ;
}
.line-btn::before{
  content: "";
  display: inline-block;
  background-image: url(/imgs/recruit/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
.line-btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}
.mail-btn {
  display: flex;
  align-items:center;
  justify-content: center;
  background: linear-gradient(135deg, #660066, #b21e75);
  vertical-align: middle;
  height: 50px;
  width: 260px;
  padding: 12px 0!important;
  margin: 0 5px!important;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 5px 0 #512445;
  border-radius: 10px;
  transition: 0.5s ;
}
.mail-btn::before{
  content: "";
  display: inline-block;
  background-image: url(/imgs/recruit/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
.mail-btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}

.contact-btn {
  background-image: url(/imgs/recruit/contact.back_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.contact-btn h2 {
  color: white;
  background-color: transparent;
  border-bottom: none;
  font-size: 50px;
  padding: 100px 0 0 0;
  margin-bottom: 5px;
  -webkit-text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px #000000;
}

.contact-btn h3 {
  color: white!important;
  background-color: transparent!important;
  font-size: 35px;
  font-weight: bold;
  -webkit-text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px #000000;
}

.underbar{
  border-bottom: solid 3px #ffffff!important;
}
/*------------------

入力フォーム

-------------------*/
.contact {
  max-width: 940px;
  margin: 0 auto;
}
#contact h2,.contact h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
  border-bottom: 2px solid #173c5f;
  color: #173c5f;
  border-radius: 0!important;
}
.contact-flow {
    display: flex;
    justify-content: space-between;
}
.contact-flow p {
    background: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px!important;
    font-size: 20px;
    margin: 0 0 20px 0!important;
}
.contact-flow p.on {
    background: #aa9a42;
    color: #fff;
}
.contact-intro {
    padding-bottom: 80px;
    font-size: 18px;
    text-align: center;
}
.contact-flowLine {
    width: 80%;
    height: 2px;
    background: #222;
    margin-bottom: -42px!important;
}
.form {
    font-size: 18px;
    border: 1px solid #f0f0f0;
    padding: 30px;
    margin-top: 30px;
}
.form table {
    border-top: none;
    margin: 0;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
    background: #f0f0f0;
    padding: 14px;
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    width: 100%;
}
.form table tbody {
    border: none;
}
.form table th,
.form table td{
    border: none;
    background: none;
}
.form table th {
    width: 40%
}
.form table td {
    width: 60%;
}
.form table tr {
    border-bottom: 1px solid #f0f0f0;
    padding: 24px;
}
.form table tr:last-of-type {
    border: none;
}
.form table tr:first-of-type th,
.form table tr:first-of-type td {
    padding-top: 0;
}
.form .hissu{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0px 2px;
    margin-left: 8px;
}
.form input[type="submit"] {
    background: #aa9a42;
    box-shadow: 0px 23px 20px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-size: 18px;
    padding: 16px 65px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    margin-bottom: 100px;
}
.form input[type="button"] {
    background: #888;
    box-shadow: 0px 23px 20px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-size: 18px;
    padding: 16px 65px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    margin-right: 20px;
}
.form input[type="submit"]:hover {
    opacity: .5;
    transition: .5s;
}
.form .btn {
    text-align: center;
}
.page-id-21974 .contact,
.page-id-21974 .contact {
    margin-top: 80px;
}


/*------------------

レスポンシブ

-------------------*/

@media screen and (max-width:939px) {
  .btnArea div {
      display: flex;
      height: auto;
  }
  .btnArea {
    flex-direction: column;
    justify-content: space-between;
  }
  .btnArea div {
    margin-bottom: 30px!important;
  }
}
@media screen and (max-width:425px) {
  .contact-btn {
    background-image: url(/imgs/recruit/contact.back_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .br-sp {
    display: block;
  }
  .contact-flow {
    display: block;
  }
  .flow-item {
      flex-direction: column;
  }
  .flow-item p {
      padding: 10px;
  }
  table tr {
      display: grid;
  }
  table th,
  table td {
      padding: 16px;
  }
  .contact-flow {
      display: block;
  }
  .contact-flow p:not(:last-of-type) {
      margin-bottom: 10px;
  }
  .contact-flow p {
      padding: 10px;
  }
  .contact-flowLine {
      display: none;
  }
  .contact-intro {
      padding-bottom: 20px;
  }
  .form {
      padding: 16px;
  }
  .form table tr {
      padding: 0;
      display: block;
  }
  .form table th,
  .form table td {
      width: 90%;
      display: block;
      padding: 16px 0;
  }
  .form table td {
      padding-top: 0;
  }
  .go-form {
      background-image: url(/imgs/recruit/optarea-bg-sp.jpg);
  }
  .form input[type="button"] {
      margin-right: 0;
      margin-bottom: 20px;
  }
  .contact h2 {
    line-height: 1.2em;
  }
}
