@charset "utf-8";
/*--Theme Name: 上村自動車--*/

/*--共通--*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
  outline-style: none;
  letter-spacing: 0.1em;
  border: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
html {
  width: 100%;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  width: 100%;
}
section {
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
ul , li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*--ヘッダー--*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #fff;
  padding-left: 30px;
}
header * {
  font-weight: bold;
}
header h1 {
}
header h1 a {
}
header h1 a img {
  width: auto;
  height: 50px;
}
.hamburger-menu {
  display: none;
}
.head_right {
  display: flex;
  align-items: center;
  height: 100%;
}
.head_menu {
  display: flex;
  margin-right: 30px;
}
.head_menu li {
  margin-right: 20px;
}
.head_menu li:last-of-type {
  margin-right: 0;
}
.head_menu li a {
  color: #353535;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.head_inquiry {
  height: 100%;
  text-align: center;
  background: #006EE5;
  padding: 18px 16px;
}
.head_inquiry_text {
  color: #fff;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 5px;
}
.head_inquiry_list {
  display: flex;
  justify-content: space-between;
}
.head_inquiry_list li {
  margin-right: 5px;
}
.head_inquiry_list li:last-of-type {
  margin-right: 0;
}
.head_inquiry_list li a {
  display: block;
  background: #fff;
  padding: 7px;
}
.head_inquiry_list li a img {
  width: 25px;
}

/*--トップ--*/
.top {
  position: relative;
  height: calc(100vh - 100px);
  background-image: url("images/back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top * {
  color: #fff;
  font-weight: bold;
}
.top_text {
  position: absolute;
  left: 3%;
  top: 3vw;
  width: 94%;
}
.top_left1 {
  display: inline-block;
  color: #006EE5;
  font-size: 18px;
  background: #fff;
  box-shadow: 5px 5px 0px #006EE5;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.top_left2 {
  font-size: 32px;
  text-align: right;
  text-shadow: 3px 2px #000;
  margin-bottom: 30px;
}
.top_left3 {
  position: absolute;
  left: 3%;
  bottom: 4vw;
  width: 75%;
  font-size: 18px;
}
.top_right {
  position: absolute;
  right: 3%;
  bottom: 3vw;
  width: 240px;
  max-width: 19%;
  text-align: center;
  padding: 20px 0 15px;
  background-image: linear-gradient(152deg, rgba(0, 110, 229, 1) 50%, rgba(0, 82, 181, 1) 50% 50%);
}
.top_right1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.top_right2 {
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.top_right img {
  width: 104px;
}

/*--下層ページ共通--*/
.under_eye {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 50px;
  margin-bottom: 30px;
}
.under_eye * {
  color: #fff;
  font-weight: bold;
}
.under_text {
  width: 75%;
  margin-left: 3%;
}
.under_left1 {
  display: inline-block;
  color: #006EE5;
  font-size: 18px;
  background: #fff;
  box-shadow: 5px 5px 0px #006EE5;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.under_left2 {
  font-size: 32px;
  text-shadow: 3px 2px #000;
  margin-bottom: 30px;
}
.under_left3 {
  font-size: 18px;
}
.under_right {
  position: absolute;
  right: 3%;
  bottom: 3vw;
  width: 240px;
  max-width: 19%;
  text-align: center;
  padding: 20px 0 15px;
  background-image: linear-gradient(152deg, rgba(0, 110, 229, 1) 50%, rgba(0, 82, 181, 1) 50% 50%);
}
.under_right1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.under_right2 {
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.under_right img {
  width: 104px;
}
.under_pankuzu {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto 60px;
}
.under_pankuzu ul , .under_little_pankuzu {
  display: flex;
}
.under_pankuzu ul li , .under_little_pankuzu li {
  margin-right: 10px;
}
.under_pankuzu ul li:last-of-type , .under_little_pankuzu li:last-of-type {
  margin-right: 0;
}
.under_pankuzu li a {
  color: #006ee5;
  text-decoration: underline;
}
.under_little_pankuzu li a {
  text-decoration: underline;
}
.under_little_eye {
  height: 150px;
  background-image: url("images/under_little_eye.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.under_little_eye * {
  color: #fff;
}
.under_little_eye div {
  position: relative;
  display: flex;
  align-items: center;
  width: 75%;
  max-width: 1100px;
  height: 150px;
  margin: 0 auto;
}
.under_little_eye div h2 {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
.under_little_eye div h2 span {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 15px;
}
.under_little_pankuzu {
  position: absolute;
  top: 10px;
  right: 0;
}
.under_little_pankuzu * {
  font-size: 15px;
}

/*--レッカー・ロードサービス--*/
.towing_service_eye {
  background-image: url("images/towing_service/eye.jpg");
}
.towing_service_wrap {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto 100px;
}
.towing_service_wrap:last-of-type {
  margin-bottom: 0;
}
.towing_service_wrap h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.towing_service_inner {
  text-align: center;
  border: 2px solid #006ee5;
  padding: 20px;
  margin-bottom: 80px;
}
.towing_service_inner:last-of-type {
  margin-bottom: 0;
}
.towing_service_inner h3 {
  font-size: 27px;
  border-bottom: 2px solid #006ee5;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.towing_service_inner p {
  font-size: 15px;
  margin-bottom: 30px;
}
.towing_service_inner p.towing_service_inner_subname {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.towing_service_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.towing_service_inner ul li {
  width: 23%;
  margin-right: calc(8% / 3);
}
.towing_service_inner ul li:nth-child(4n) , .towing_service_inner ul li:last-of-type {
  margin-right: 0;
}
.towing_service_inner ul li:nth-child(n+5) {
  margin-top: calc(8% / 3);
}
.towing_service_inner ul li img {
}

/*--整備・車検・一般修理--*/
.maintenance_eye {
  background-image: url("images/maintenance/eye.jpg");
}
.maintenance_wrap {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
.maintenance_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.maintenance_wrap ul li {
  width: calc((100% - 40px)/3);
  margin: 0 20px 20px 0;
}
.maintenance_wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.maintenance_wrap ul li:last-of-type {
  margin: 0;
}
.maintenance_wrap ul li img {
}

/*--ニュース＆ブログ--*/
.news_wrap {
  width: 75%;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.news_wrap * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.news_wrap dl {
  border-bottom: 1px solid #353535;
}
.news_wrap dl a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.news_wrap dl dt {
  width: 7.5em;
  padding: 0 10px;
  margin-right: 70px;
}
.news_wrap dl dd {
  width: calc(100% - 7.5em - 70px);
}
.news_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
}


/*--企業情報--*/
.company_eye {
}
.company_wrap {
  background: #eee;
  padding: 100px 0;
  margin: -100px 0 120px;
}
.company_wrap_inner {
  width: 75%;
  max-width: 1100px;
  margin: auto;
}
.company_wrap dl {
  display: flex;
  border-bottom: 1px solid #eee;
}
.company_wrap dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  color: #fff;
  background: #006EE5;
  border-right: 1px solid #eee;
  padding: 30px;
}
.company_wrap dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 260px);
  background: #fff;
  padding: 30px;
}
.company_wrap_2 {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto 100px;
}
.company_wrap_2_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: calc((100% - 40px) / 2);
  background: #006EE5;
  margin-bottom: 30px;
}
.company_wrap_2_text div {
}
.company_wrap_2_text h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.company_wrap_2_text p {
  color: #fff;
}
.company_wrap_2_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.company_wrap_2_img:last-of-type {
  margin-bottom: 0;
}
.company_wrap_2_img img {
  width: calc((100% - 40px) / 2);
}

/*--採用情報--*/
.recruit_eye {
}
.recruit_wrap {
  width: 75%;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.recruit_top_text {
  text-align: center;
  margin-bottom: 50px;
}
.recruit_wrap .slick {
  position: relative;
  width: 675px;
  margin: 0 auto 100px;
}
.recruit_wrap .slick li {
}
.recruit_wrap .slick li img {
}
.recruit_wrap .fa-solid {
  position: absolute;
  top: 50%;
  color: #ddd;
  font-size: 30px;
  cursor: pointer;
}
.recruit_wrap .fa-chevron-left {
  left: -54px;
}
.recruit_wrap .fa-chevron-right {
  right: -54px;
}
.recruit_btn {
  display: flex;
  margin-bottom: 100px;
}
.recruit_btn dt {
  width: 260px;
  color: #fff;
  text-align: center;
  background: #006EE5;
  padding: 30px;
}
.recruit_btn dd {
  width: calc(100% - 260px);
  border: 1px solid #006EE5;
  padding: 30px;
}
.recruit_btn dd a {
  display: inline-block;
  margin-right: 40px;
}
.recruit_btn dd a:last-of-type {
  margin-right: 0;
}
.recruit_wrap h3 {
  color: #006EE5;
  font-size: 24px;
  margin-bottom: 30px;
}
.recruit_inner {
  margin-bottom: 100px;
}
.recruit_inner:last-of-type {
  margin-bottom: 0;
}
.recruit_inner dl {
  display: flex;
  border-bottom: 1px solid #006EE5;
}
.recruit_inner dl:first-of-type {
  border-top: 1px solid #006EE5;
}
.recruit_inner dl dt {
  width: 260px;
  font-weight: bold;
  padding: 30px 50px;
}
.recruit_inner dl dd {
  width: calc(100% - 260px);
  padding: 30px 50px 30px 0;
}
.recruit_inner p {
  margin-top: 50px;
}
.recruit_inner p a {
  position: relative;
  display: block;
  width: 50%;
  color: #006EE5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #006EE5;
  box-shadow: 5px 5px 0px #006EE5;
  padding: 30px 0;
  margin: auto;
}
.recruit_inner p a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #006EE5 transparent transparent transparent;
}

/*--お問い合わせ--*/
.contact_eye {
}
.contact_wrap {
  width: 75%;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.contact_wrap_top_text {
  text-align: center;
  margin-bottom: 60px;
}
.contact_wrap_top_text span {
  text-decoration: underline;
}
.contact_wrap dl {
  display: flex;
  margin-bottom: 20px;
}
.contact_wrap dt {
  width: 200px;
  padding: 20px 0;
  margin-right: 80px;
  font-weight: bold;
}
.contact_wrap dt span {
  font-weight: bold;
  color: #f00;
}
.contact_wrap dt .contact_required {
  color: #f00;
}
.contact_wrap dd {
  width: calc(100% - 280px);
}
.contact_wrap dd .contact_form_mail_attention {
  color: #f00;
  font-size: 12px;
}
.contact_wrap dd select , .contact_wrap dd input {
  width: 50%;
  border: 1px solid #888;
  padding: 20px;
}
.contact_wrap dd input[name="your-email"] , .contact_wrap dd input[name="your-address"] {
  width: 100%;
}
.contact_wrap dd textarea {
  width: 100%;
  border: 1px solid #888;
  padding: 20px;
}
.contact_form_btn {
}
.contact_inner dl dd span {
    display: block;
    color: #f00;
    font-size: 12px;
}

.contact_inner dl:nth-of-type(5) dd input {
    width: 100%;
}
.contact_inner dl:nth-of-type(7) dd input {
    width: 100%;
}
.contact_inner dl dd textarea {
    height: 150px;
}
.contact_inner input::placeholder {
  color: #cccccc;
}
.contact_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_btn button {
    width: 49%;
    height: 50px;
    background-color: #eeeeee;
    cursor: pointer;
}
.contact_btn input {
    width: 49%;
    height: 50px;
    color: #fff;
    background-color: #006ee5;
    cursor: pointer;
}
.mw_wp_form_preview .contact_btn button:nth-of-type(2) {
    display: none;
}


/*--お問い合わせ完了ページ--*/
.thanks {
  width: 75%;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.thanks h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.thanks p:last-of-type {
  margin-top: 20px;
}
.thanks p a {
  text-decoration: underline;
}

/*--フッター--*/
footer {
  text-align: center;
  background: #006ee5;
  padding: 15px 0;
  margin-top: 100px;
}
footer p {
  color: #fff;
}

@media screen and (max-width: 640px){
  /*--共通--*/
  * {
  }
  html {
  }
  *:before, *:after {
  }
  body {
  }
  section {
  }
  img {
  }
  ul , li {
  }
  a {
  }
  a:hover {
  }

  /*--ヘッダー--*/
  header {
    height: 80px;
    padding-left: 2vw;
  }
  header * {
  }
  header h1 {
  }
  header h1 a {
  }
  header h1 a img {
    height: 40px;
  }
  .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 3px;
    background: #006EE5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .head_right {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: unset;
    text-align: center;
    background: #fff;
    z-index: 9999;
  }
  .head_menu {
    display: unset;
    margin-right: 0;
  }
  .head_menu li {
    margin-right: 0;
    padding: 20px;
  }
  .head_menu li:last-of-type {
  }
  .head_menu li a {
  }
  .head_inquiry {
    height: unset;
  }
  .head_inquiry_text {
  }
  .head_inquiry_list {
  }
  .head_inquiry_list li {
    margin-right: 20px;
  }
  .head_inquiry_list li:last-of-type {
  }
  .head_inquiry_list li a {
  }
  .head_inquiry_list li a img {
  }

  /*--トップ--*/
  .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
    position: unset;
    height: calc(100vh - 80px);
    padding: 2vw;
  }
  .top * {
  }
  .top_left1 , .top_left2 , .top_left3 {
  }
  .top_left1 {
    width: 98.5%;
    font-size: 14px;
    box-shadow: 1.5vw 1.5vw 0px #006EE5;
    padding: 5px 10px;
    margin: 0 1.5% 10px 0;
  }
  .top_left2 {
    font-size: 20px;
    text-align: inherit;
    margin-bottom: 10px;
  }
  .top_left3 {
    position: unset;
    width: auto;
    font-size: 11px;
  }
  .top_right {
    position: unset;
    width: auto;
    max-width: unset;
    padding: 20px 20px 15px;
  }
  .top_right1 {
  }
  .top_right2 {
  }
  .top_right img {
  }

  /*--下層ページ共通--*/
  .under_eye {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 2vw;
    margin-bottom: 10px;
  }
  .under_eye * {
  }
  .under_text {
    width: 100%;
    margin: 0 0 2vw 0;
  }
  .under_left1 {
    width: 98.5%;
    font-size: 14px;
    box-shadow: 1.5vw 1.5vw 0px #006EE5;
    padding: 5px 10px;
    margin: 0 1.5% 2vw 0;
  }
  .under_left2 {
    font-size: 20px;
    margin-bottom: 1vw;
  }
  .under_left3 {
    font-size: 11px;
  }
  .under_right {
    position: unset;
    width: auto;
    max-width: unset;
    padding: 20px 20px 15px;
  }
  .under_right1 {
  }
  .under_right2 {
  }
  .under_right img {
  }
  .under_pankuzu {
    width: 96%;
    margin: 0 auto 40px;
  }
  .under_pankuzu ul , .under_little_pankuzu {
  }
  .under_pankuzu ul li , .under_little_pankuzu li {
    font-size: 10px;
  }
  .under_pankuzu ul li:last-of-type , .under_little_pankuzu li:last-of-type {
  }
  .under_pankuzu ul li a {
    font-size: 10px;
  }
  .under_little_pankuzu li a {
    font-size: 10px;
  }
  .under_little_eye {
    margin-bottom: 10px;
  }
  .under_little_eye * {
  }
  .under_little_eye div {
    width: 95%;
  }
  .under_little_eye div h2 {
    font-size: 26px;
  }
  .under_little_eye div h2 span {
    display: block;
    font-size: 12px;
    margin: 0;
  }
  .under_little_pankuzu {
  }
  .under_little_pankuzu * {
  }

  /*--レッカー・ロードサービス--*/
  .towing_service_eye {
  }
  .towing_service_wrap {
    width: 96%;
  }
  .towing_service_wrap h2 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
  }
  .towing_service_inner {
    padding: 10px;
    margin-bottom: 60px;
  }
  .towing_service_inner:last-of-type {
  }
  .towing_service_inner h3 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .towing_service_inner p {
    font-size: 14px;
  }
  .towing_service_inner p.towing_service_inner_subname {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .towing_service_inner ul {
  }
  .towing_service_inner ul li {
    width: 48%;
    margin-right: 4%;
  }
  .towing_service_inner ul li:nth-child(2n) {
    margin-right: 0;
  }
  .towing_service_inner ul li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .towing_service_inner ul li:last-of-type {
  }
  .towing_service_inner ul li img {
  }

  /*--整備・車検・一般修理--*/
  .maintenance_eye {
  }
  .maintenance_wrap {
    width: 96%;
  }
  .maintenance_wrap ul {
  }
  .maintenance_wrap ul li {
    width: 48%;
    margin-right: 4%;
  }
  .maintenance_wrap ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .maintenance_wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .maintenance_wrap ul li img {
  }

  /*--ニュース＆ブログ--*/
  .news_wrap {
    width: 95%;
  }
  .news_wrap * {
  }
  .news_wrap dl {
  }
  .news_wrap dl a {
    padding: 10px 0;
  }
  .news_wrap dl dt {
    margin-right: 10px;
  }
  .news_wrap dl dd {
    width: calc(100% - 7.5em - 10px);
  }
  
  /*--企業情報--*/
  .company_eye {
  }
  .company_wrap {
    padding: 20px 0;
    margin: -10px 0 50px;
  }
  .company_wrap_inner {
    width: 95%;
  }
  .company_wrap dl {
    display: block;
  }
  .company_wrap dl dt {
    display: block;
    width: 100%;
    border-right: 0;
    padding: 20px;
  }
  .company_wrap dl dd {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .company_wrap_2 {
    width: 95%;
  }
  .company_wrap_2_text {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .company_wrap_2_text div {
  }
  .company_wrap_2_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .company_wrap_2_text p {
  }
  .company_wrap_2_img {
    margin-bottom: 50px;
  }
  .company_wrap_2_img:last-of-type {
  }
  .company_wrap_2_img img {
    width: calc((100% - 10px) / 2);
  }
  
  /*--採用情報--*/
  .recruit_eye {
  }
  .recruit_wrap {
    width: 95%;
  }
  .recruit_top_text {
    margin-bottom: 30px;
  }
  .recruit_wrap .slick {
    width: 80%;
    margin: 0 auto 50px;
  }
  .recruit_wrap .slick li {
  }
  .recruit_wrap .slick li img {
  }
  .recruit_wrap .fa-solid {
  }
  .recruit_wrap .fa-chevron-left {
    left: -13%;
  }
  .recruit_wrap .fa-chevron-right {
    right: -13%;
  }
  .recruit_btn {
    display: block;
    margin-bottom: 50px;
  }
  .recruit_btn dt {
    width: auto;
    padding: 20px 0;
  }
  .recruit_btn dd {
    width: auto;
    text-align: center;
    padding: 20px 0;
  }
  .recruit_btn dd a {
  }
  .recruit_btn dd a:last-of-type {
  }
  .recruit_wrap h3 {
    margin-bottom: 20px;
  }
  .recruit_inner {
    margin-bottom: 70px;
  }
  .recruit_inner:last-of-type {
  }
  .recruit_inner dl {
    display: block;
  }
  .recruit_inner dl:first-of-type {
  }
  .recruit_inner dl dt {
    width: auto;
    border-bottom: 1px dotted #006EE5;
    padding: 20px;
  }
  .recruit_inner dl dd {
    width: auto;
    padding: 20px;
  }
  .recruit_inner p {
    margin-top: 30px;
  }
  .recruit_inner p a {
    width: calc(100% - 5px);
    padding: 20px 0;
    margin: unset;
  }
  .recruit_inner p a::before {
  }
  
  
  /*--お問い合わせ--*/
  .contact_wrap dl {
    display: block;
  }
  .contact_wrap dt {
    width: auto;
    margin-right: auto;
  }
  .contact_wrap dd {
    width: auto;
  }
  .contact_wrap dd select, .contact_wrap dd input , .contact_wrap dd textarea {
    width: -webkit-fill-available;
    border-radius: 0;
  }
  .contact_wrap {
    width: 95%;
  }
  .contact_btn input {
    border-radius: 0;
  }

  
  
  
  
  
  
  
  /*--フッター--*/
  footer {
  }
  footer p {
    font-size: 12px;
  }
}
