@charset "UTF-8";

html {
  font-size: 62.5%;
  font-weight: 500;
}

body {
  color: #333;
  font-size: 1.6rem;
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

/*--- ヘッダー ---*/
/*ヘッダー共通設定*/
.page-header {
  height: 280px;
  background-image: url(../images/top_img_contact.webp);
  background-size: cover;
  position: relative;
}
/*ヘッダー共通設定*/
.section_inq_20>p {
  font-size: 16px;
  margin-bottom: 50px;
}

.contact01a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px dashed #474F59;
  align-items: center;
}

.contact01ain01 {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  /*padding-top: 15px;*/
}

.contact01ain01>span {
  color: #D25C36;
}

.contact01ain02 {
  width: 70%;
  font-size: 18px;
}

.contact01ain02 input {
  width: 100%;
  font-size: 18px;
  background-color: #F7F7F7;
}

.contact01ain02>textarea {
  width: 100%;
  font-size: 18px;
  background-color: #F7F7F7;
}

.contact01a_last {
  border-bottom: 1px dashed #474F59;
}

.contact_cp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact03_p1 {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.contact03_p1>input {
  width: 309px;
  /* margin: 0 auto; */
  margin-right: auto;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 17px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  background: url(../images/btn_arrow1c.png), linear-gradient(to left, #5CBE8D, #2D51A2);
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  background: linear-gradient(90deg, #2d51a2, #58b58f);
}

.contact_ar2 {
  position: absolute;
  top: 17px;
  left: 17px;
  background: url(../images/btn_arrow1c.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;

}

.mw_wp_form_input .contact_ar2 {
  display: none;
}

.contact03_p1:hover>.contact_ar2 {
  /*display: none;*/
}

.contact03_p1>input:hover {
  /*padding: 13px;
  border: 4px solid #2D51A2;
  color: #2D51A2;
  background: url(../images/btn_arrow1hc.png), linear-gradient(to left, #ffffff, #ffffff);
  background-position: left center;
  background-repeat: no-repeat;
  animation: none;*/
}

.contact03_p2 {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: auto;
  text-align: center;
  position: relative;
}

.contact03_p2>input {
  width: 309px;
  /* margin: 0 auto; */
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 17px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  /* background: url(../images/btn_arrow1.png),linear-gradient(to left, #5CBE8D, #2D51A2); */
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  background: linear-gradient(90deg, #D2A336, #D25C36);
}

.contact_ar1 {
  position: absolute;
  top: 17px;
  right: 17px;
  background: url(../images/btn_arrow1.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;

}

.contact03_p2:hover>.contact_ar1 {
  /* display: none; */
}

.contact03_p2>input:hover {
  /* padding: 13px;
  border: 4px solid #2D51A2;
  color: #2D51A2;
  background: url(../images/btn_arrow1h.png), linear-gradient(to left, #ffffff, #ffffff);
  background-position: right center;
  background-repeat: no-repeat;
  animation: none; */
}

.contact03>input>span {
  top: -2px;
  position: relative;
}

.mw_wp_form_preview .section_inq_20_p1 {
  display: none;
}

.section_inq_20_p2 {
  display: none;
}

.mw_wp_form_preview .section_inq_20_p2 {
  display: block;
}

.contact01ain01::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 26px;
  margin: -3px 0 0 5px;
  background: url(../images/recruit_deco01.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 17px;
}

/*---------------------------------
レスポンシブ
---------------------------------*/
@media screen and (max-width: 1250px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 859px) {}

@media screen and (max-width: 859px) {}




/*---------------------------------
レスポンシブ スマホ
---------------------------------*/
@media screen and (max-width: 767px) {

  /*ヘッダー共通設定*/
  .page-header {
    background-image: url(../images/top_img_contact_m.webp);
    margin-top: 66px !important;
  }
  /*ヘッダー共通設定*/
  .contact_ar1 {
    right: 32px;
  }

  .contact_ar2 {
    left: 32px;
  }

  .contact01ain02 {
    width: 100%;
    margin-top: 20px;
  }

  .contact03_p1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .contact03_p2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .contact03_p1>input {
    width: 90%;
    margin: 0 auto;
  }

  .contact03_p2>input {
    width: 90%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}