main {
  font-family: "Klee One", cursive;
}
.border_black {
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}
/*-------recruit_fv-------*/
.fv {
  position: relative;
}
.recruit_fv_contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
}
.recruit_fv_title {
  text-align: right;
  font-size: 28px;
  color: var(--main-white-color);
}
.recruit_fv_copy {
  text-align: right;
  color: var(--main-white-color);
}

/*-------recruit_fv pc-------*/
@media screen and (min-width: 769px) {
  .recruit_fv_contents {
    width: 100%;
    right: 120px;
  }
  .recruit_fv_title {
    font-size: 48px;
  }
  .recruit_fv_copy {
    font-size: 16px;
  }
}
/*-------recruit_concept-------*/

.recruitConept_title {
  text-align: center;
  margin-bottom: 0;
}

.recruitConept_title_sub {
  text-align: center;
  margin: 0;
}

.concept_container {
  margin-top: 120px;
  position: relative;
}
.conceptImg {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
.concept_contents {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(255, 255, 255, 0.5);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 8px;
  padding-left: 8px;
}
.concept_text {
  white-space: nowrap;
}
.conceptImg_container {
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  max-width: 430px;
  height: 480px;
  position: relative;
}
.Img_contents img {
  position: absolute;
}

.Img_contents01 img {
  width: 200px;
  height: auto;
  top: 0;
  left: 0;
}
.Img_contents02 img {
  width: 240px;
  height: auto;
  top: 40%;
  transform: translateY(-40%);
  right: 0;
}
.Img_contents03 img {
  width: 300px;
  height: auto;
  bottom: 0;
  left: 0;
}
.concept_caption {
  text-align: center;
  margin-top: 240px;
}
/*-------recruit_concept pc-------*/
@media screen and (min-width: 769px) {
  .concept_contents {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .concept_container {
    max-width: 568px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .conceptImg_container {
    margin-top: 240px;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    height: 1000px;
    position: relative;
  }
  .conceptImg {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }
  .Img_contents01 img {
    width: 450px;
    height: auto;
    top: 0;
    left: 0;
  }
  .Img_contents02 img {
    width: 540px;
    height: auto;
    top: 30%;
    transform: translateY(-30%);
    right: 0;
  }
  .Img_contents03 img {
    width: 720px;
    height: auto;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
}

/*-------recruit_outline-------*/

.outline_box {
  margin-top: 32px;
}

/*-------recruit_concept pc-------*/
@media screen and (min-width: 769px) {
  .outline_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    margin-top: 100px;
  }
}

.visit_guide_contents {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.QR_contents {
  padding-top: 24px;
}
.tel_dial {
  margin-bottom: 8px;
  text-align: center;
}
.tel_contents_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.arrow img {
  display: block;
  width: 30%;
  height: auto;
  margin: auto;
}

.guide_container {
  margin-top: 150px;
}
.guide_container_item {
  position: relative;
}
.h80 {
  height: 90px;
}
.h120 {
  height: 120px;
}
.h160 {
  height: 170px;
}
.h180 {
  height: 190px;
}
.h200 {
  height: 210px;
}
.h260 {
  height: 270px;
}
.guide_container_item + .guide_container_item {
  margin-top: 50px;
}
.even {
  display: block;
  transform: scale(-1, 1);
}
.number {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 12px;
  left: 12px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  z-index: 1;
}
.sqar {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background-color: var(--main-bg-color);
  z-index: 1;
}
.guide_item_title {
  position: absolute;
  width: 150px;
  left: 50px;
  top: -15px;
}
.guide_item_text {
  position: absolute;
  width: 92%;
  top: 30px;
  right: 0;
  padding-top: 6px;
  padding-left: 6px;
  border-top: 16px solid var(--main-bg-color);
  border-left: 16px solid var(--main-bg-color);
}
.scale {
  display: inline-block;
  transform: scale(-1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scale_right {
  display: block;
  text-align: right;
  transform: scale(-1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*-------recruit_outline pc-------*/
@media screen and (min-width: 769px) {
  .visit_guide_contents {
    margin-top: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
  }
  .QR_contents {
    padding-top: 0;
    margin-left: 80px;
  }
  .guide_item_title {
    width: 200px;
    left: 80px;
  }
  .arrow img {
  width: 35%;
}
  .guide_container_item + .guide_container_item {
  margin-top: 100px;
}
  .number {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 25px;
    left: 25px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: 1;
  }
  .sqar {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--main-bg-color);
    z-index: 1;
  }
  .guide_item_text {
    position: absolute;
    width: 95%;
    top: 55px;
    right: 0;
    padding-top: 8px;
    padding-left: 8px;
    border-top: 25px solid var(--main-bg-color);
    border-left: 25px solid var(--main-bg-color);
  }
  .h80 {
    height: 130px;
  }
  .h120 {
    height: 130px;
  }
  .h160 {
    height: 180px;
  }
  .h180 {
    height: 200px;
  }
  .h200 {
    height: 200px;
  }
  .h260 {
    height: 250px;
  }
}

.recruit_caution {
  margin-top: 56px;
  font-size: 10px;
  width: 346px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruit_caution {
    margin-top: 120px;
    font-size: 12px;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
/*-------contact-------*/

@media screen and (min-width: 769px) {
.contact_container {
  margin-top: 120px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
}
