@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_recruit.webp);
  background-size: cover;
  position: relative;
}

/*ヘッダー共通設定*/

.section_recruit_22 {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
}

.section_recruit_22_1 {
  width: 50%;
  padding-right: 5%;
}

.section_recruit_22_1>h2 {
  font-size: 38px;
  color: #5A2720;
  margin-top: 50px;
}

.section_recruit_22_1>h2>span {
  color: #D25C36;
}

.recruitp01 {
  font-size: 18px;
  width: 100%;
  padding-left: 10px;
  margin-top: 50px;
  line-height: 175%;
}

.recruitd03 {
  position: relative;
}

.recruitd02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -160%);
  -webkit-transform: translate(-50%, -160%);
  -ms-transform: translate(-50%, -160%);
  /*background-color: #FFF;*/
}

.recruitp02 {
  text-align: center;
  width: 280px;
  height: 44px;
  border: 1px solid #D25C36;
  border-radius: 22px;
  margin: 0 auto;
  padding-top: 10px;
  color: #D25C36;
  font-weight: 500;
  background-color: #FFF;
}

.recruitp03 {
  background-color: #FEFAF1;
  padding: 36px 20px;
  margin-top: 80px;
}

.recruitd04 {
  position: relative;
}

.recruitd05 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -418%);
  -webkit-transform: translate(-50%, -418%);
  -ms-transform: translate(-50%, -418%);
  /*background-color: #FFF;*/
}

.section_recruit_22_1>div>ul {
  background-color: #FEFAF1;
  padding-top: 50px;
  padding-left: 35px;
  padding-bottom: 35px;
  margin-top: 70px;
}

.section_recruit_22_1>div>ul>li {
  display: flex;
  flex-direction: row;
}

.section_recruit_22_1>div>ul>li>div:nth-child(1) {
  background-color: #D25C36;
  display: grid;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #FFF;
  padding-left: 7px;
}

.section_recruit_22_1>div>ul>li>div:nth-child(2) {
  padding-left: 10px;
}

.section_recruit_22_2 {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px;
  max-width: 600px;
  width: 100%;
  /*height: 900px;*/
  margin-left: auto;
  align-self: start;
}

.section_recruit_22_2>div:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.section_recruit_22_2>div:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.section_recruit_22_2>div:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.section_recruit_22_2>div:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.section_recruit_22_2>div:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.section_recruit_22_2>div:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.section_recruit_30 {
  margin-top: 150px;
}

.section_recruit_33 {
  font-size: 22px;
  color: #D25C36;
}

.section_recruit_33::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;
}

.recruit__title {
  font-size: 3rem;
  color: #5A2720;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_all {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.recruit_dl1 {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  line-height: 175%;
}

.recruit_dl1_top {
  border-top: 1px dashed #5A2720;
}

.recruit_dl1>div:nth-child(1) {
  width: 18%;
  display: grid;
  place-items: center;
  border-bottom: 1px dashed #5A2720;
  font-weight: 600;
}

.recruit_dl1>div:nth-child(2) {
  width: 82%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #5A2720;
}

.recruit_nday {
  margin-right: 12px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #000;
}

.recruit_dis {
  background-color: #FEFAF1;
  font-size: 18px;
  color: #5A2720;
  padding: 24px 37px;
}

.section_recruit_40 {
  background: linear-gradient(90deg, #FEFAF1 0%, #FEFAF1 50%, #FFF 50%, #FFF 100%);
}

.section_recruit_41 {
  display: flex;
  flex-direction: row;
}

.section_recruit_41_1 {
  height: 567px;
  width: 60%;
  background-color: #FEFAF1;
  display: grid;
  place-items: center;
}

.section_recruit_41_1_1 {}

.section_recruit_41_1_1>h3 {
  font-size: 24px;
  text-align: center;
  position: relative;
}

.section_recruit_41_1_1>h3::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  top: 9px;
  margin-left: -24px;
  background: url(../images/recruit_deco02.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.section_recruit_41_1_1>h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  top: 9px;
  margin-left: 6px;
  background: url(../images/recruit_deco03.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.section_recruit_41_1_1>h2 {
  font-size: 38px;
  text-align: center;
  padding-top: 30px;
}

.section_recruit_41_1_1>h2>span {
  color: #D25C36;
}

.section_recruit_41_1_1>p {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding-top: 44px;
  line-height: 200%;
}

.section_recruit_41_2 {
  height: 567px;
  width: 40%;
  position: relative;
}

.section_recruit_41_2>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-63%, -50%);
  -webkit-transform: translate(-63%, -50%);
  -ms-transform: translate(-63%, -50%);
  width: 560px;
  height: 418px;
}

.section_recruit_41_2>div>img {
  width: 100%;
  object-fit: cover;
}

.section_recruit_51 {
  text-align: center;
  margin-top: 145px;
}

.section_recruit_51>h3 {
  width: 90%;
  margin: 0 auto;
  color: #D25C36;
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: solid 1px #D25C36;
  border-bottom: solid 1px #D25C36;
}

.section_recruit_51>p {
  margin-top: 21px;
}

.recruit_tel_class {
  font-size: 26px;
  font-weight: 500;
}

.recruit_tel_class>span {
  font-size: 14px;
  margin-right: 5px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}

.recruit__title::before,
.recruit__title::after {
  border-top: 1px solid #707070;
  content: "";
  width: 10rem;
}

.recruit__title::before {
  margin-right: 1em;
}

.recruit__title::after {
  margin-left: 1em;
}

.recruit__title--en {
  font-size: 1.8rem;
  color: #D25C36;
  margin-top: 1rem;
  text-align: center;
}

/* talon add 230404 */
.recruit_tel_class_ad {
  margin: 0 auto;
  margin-top: 31px;
  color: #FFF;
  font-size: 22px;
  padding: 10px 14px;
  background-color: #D25C36;
  display: inline-block;
}

/* talon add 230404 */

/* talon add 230611 */
.rec_banner_pre {
  width: 50%;
  text-align: center;
}

.rec_banner_pre2 {
  text-align: center;
}

.rec_banner {
  width: 90%;
  max-width: 640px;
}

.rec_banner2 {
  width: 90%;
  max-width: 360px;
}

.kmd_inspection {
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #D25C36;
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}

/* talon add 230611 */

/* talon add 230907 */
.vk_balloon_icon_name {
  font-size: 1.5rem !important;
}

.vk_balloon_icon {
  flex-basis: 130px !important;
}

.vk_balloon_icon_image {
  width: 128px !important;
  height: 128px !important;
}

/*---------------------------------
レスポンシブ
---------------------------------*/
@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_recruit_m.webp);
    margin-top: 66px !important;
  }

  /*ヘッダー共通設定*/

  .section_recruit_22 {
    flex-direction: column;
    margin-top: 0;
  }

  .section_recruit_22_1 {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  .section_recruit_22_1>h2 {
    font-size: 33px;
  }

  .section_recruit_22_2 {
    width: 95%;
    margin: 0 auto;
    /*height: 450px;*/
  }

  .recruitd02 {
    transform: translate(-50%, -187%);
    -webkit-transform: translate(-50%, -187%);
    -ms-transform: translate(-50%, -187%);
  }

  .recruitd05 {
    top: -6%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }

  .section_recruit_22_1>div>ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_recruit_22_1>div>ul>li>div:nth-child(1) {
    padding-left: 8px;
    padding-right: 9px;
  }

  .recruit__title {
    font-size: 2.1rem;
  }

  .recruit__title::before,
  .recruit__title::after {
    width: 4.8rem;
  }

  .recruit__title--en {
    font-size: 1.6rem;
  }

  .recruit_dl1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .recruit_dl1>div:nth-child(1) {
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 20px;
    border-bottom: none;
  }

  .recruit_dl1>div:nth-child(2) {
    width: 100%;
  }

  .recruit_dis {
    padding: 20px 20px;
  }

  .section_recruit_41 {
    display: flex;
    flex-direction: column;
  }

  .section_recruit_41_1 {
    width: 100%;
  }

  .section_recruit_41_2 {
    width: 100%;
    height: 250px;
  }

  .section_recruit_41_2>div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -84%);
    -webkit-transform: translate(-50%, -84%);
    -ms-transform: translate(-50%, -84%);
    width: 80%;
    height: auto;
  }

  .section_recruit_41_1_1>h3 {
    font-size: 18px;
  }

  .section_recruit_41_1_1>h2 {
    font-size: 30px;
  }

  .section_recruit_41_1_1>p {
    width: 90%;
  }

  .section_recruit_40 {
    background: none;
  }

  .rec_banner_pre {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  /* talon add 230907 */
  .vk_balloon_icon_name {
    font-size: .7rem !important;
  }

  .vk_balloon_icon {
    flex-basis: 80px !important;
  }

  .vk_balloon_icon_image {
    width: 64px !important;
    height: 64px !important;
  }

}

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

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

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