@charset "utf-8";

/*==========================================
社員紹介　一覧
===========================================*/
.inner_ttl_area {
  margin-bottom: 10px;
  background: #dff2fc;
}
.inner_ttl {
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 50px 2%;
  color: #1f2c5c;
  background: #dff2fc;
  margin-bottom: 0;
}
.bread_area {
  margin-bottom: 30px;
  padding: 0 2%;
}

@media screen and (max-width: 767px) {
  .inner_ttl {
    font-size: 30px;
    padding: 25px 2%;
  }
  .bread_area {
    margin-bottom: 10px;
  }
}
/*==========================================
社員紹介 コンテンツ部分
===========================================*/

.arc_staff_area {
}
.arc_staff_ul {
  line-height: 1;
}
.arc_staff_li {
  flex-basis: calc(88% * 1 / 3);
  margin: 0 2% 40px;
  padding-bottom: 25px;
}
.arc_staff_li a {
  display: inline-block;
  width: 100%;
  padding-right: 25px;
  position: relative;
  z-index: 0;
}
.arc_staff_li_img_area {
  font-weight: bold;
  position: relative;
}
.arc_staff_li_img_area::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -25px;
  left: 25px;
  background: #f7f8f8;
  z-index: -1;
}
.arc_staff_li_img {
  position: relative;
  height: 0;
  padding-bottom: 126%;
  overflow: hidden;
}
.arc_staff_li_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
.arc_staff_li_img_span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}
.arc_staff_li_txt_area {
  align-items: center;
  background: rgba(187, 220, 244, 0.8);
  color: #1f2c5c;
  max-width: 230px;
  width: 100%;
  padding: 10px 5%;
  line-height: 1.8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.staff_sec {
  flex-basis: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.staff_posi {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 0.5em;
}
.staff_name {
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .arc_staff_li {
    flex-basis: calc(92% * 1 / 2);
    margin: 0 2% 20px;
    padding-bottom: 15px;
  }
  .arc_staff_li a {
    padding-right: 15px;
  }
  .arc_staff_li_img_area::before {
    bottom: -15px;
    left: 15px;
  }
  .arc_staff_li_txt_area {
    line-height: 1.6;
  }
}
/*==========================================
社員紹介 詳細
===========================================*/
.single_main_flex {
  position: relative;
}
.single_main_blc {
}
.single_main_blc.blc01 {
  margin: 0 0 0 auto;
  text-align: right;
}
.single_main_img {
  position: relative;
  /*height: 566px;*/
  max-width: 450px;
  margin: 0 0 0 auto;
  width: 100%;
} /*
.single_main_img img{
  display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: inherit;
}
.single_main_img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0);
  z-index: 10;
}*/
.single_main_blc.blc02 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.single_main_blc_inner {
  background: rgba(187, 220, 244, 0.8);
  color: #1f2c5c;
  /*  max-width: 450px;
  width: 100%;*/
  width: 450px;
  line-height: 1.8;
  padding: 30px 8%;
  font-weight: bold;
}
.single_main_blc_txt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1f2c5c;
  font-size: 24px;
  line-height: 1.6;
}
.single_main_blc_flex {
  align-items: center;
}
.single_main_blc_inner .staff_sec {
  font-size: 16px;
}
.single_main_blc_inner .staff_posi {
  font-size: 16px;
}
.single_main_blc_inner .staff_name {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .single_main_flex {
    padding-bottom: 50px;
  }
  .single_main_blc.blc01 {
    width: 100%;
  }
  .single_main_blc.blc02 {
    top: auto;
    left: 0;
    bottom: 0;
    display: block;
  }
  .single_main_blc_inner {
  }
  .single_main_blc_txt {
  }
  .single_main_blc_flex {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .single_main_blc_inner {
    padding: 20px 4%;
    width: 340px;
  }
  .single_main_blc_txt {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 340px) {
  .single_main_blc_inner {
    width: 100%;
  }
}
/*==========================================
社員紹介 詳細 content
===========================================*/
.single_content_area {
  background: #f7f8f8;
  padding: 50px 4%;
  margin-bottom: 70px;
}
.single_content_inner {
  background: #fff;
  padding: 50px 3%;
  margin-bottom: 30px;
}
.single_content_inner:last-of-type {
  margin-bottom: 0px;
}
.single_content_ul {
  background-image: linear-gradient(
    to right,
    #b5b5b6,
    #b5b5b6 2px,
    transparent 2px,
    transparent 4px
  );
  background-size: 6px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
.single_content_li {
  align-items: center;
  background-image: linear-gradient(
    to right,
    #b5b5b6,
    #b5b5b6 2px,
    transparent 2px,
    transparent 4px
  );
  background-size: 6px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 16px 2%;
  color: #231815;
  font-size: 16px;
  line-height: 1.6;
}
.con_li_ttl {
  flex-basis: 30%;
  color: #1f2c5c;
  font-weight: bold;
}
.con_li_txt {
  flex-basis: 70%;
  font-weight: 500;
}
.single_content_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1f2c5c;
  color: #1f2c5c;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.single_content_txt_area {
  font-weight: 500;
  line-height: 1.6;
}
.single_content_flex {
  width: 100%;
}
.single_content_flex .single_content_txt_area {
  flex-basis: 55%;
  margin-right: 5%;
}
.single_content_img_area {
  flex-basis: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_content_area {
    padding: 25px 4%;
    margin-bottom: 35px;
  }
  .single_content_inner {
    background: #fff;
    padding: 0px 3% 25px;
    margin-bottom: 20px;
  }
  .single_content_ul {
    background-image: none;
  }
  .single_content_ttl {
    margin-bottom: 10px;
    padding-top: 25px;
  }
  .single_content_flex {
    display: block;
  }
  .single_content_flex .single_content_txt_area {
    margin-right: 0%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .single_content_li {
    display: block;
    padding: 10px 2%;
  }
}
/*==========================================
社員紹介 詳細 ボタン
===========================================*/
.single_btn_area {
  margin-bottom: 70px;
}
.single_btn {
  text-align: center;
  padding: 0 4%;
}
.single_btn a {
  display: inline-block;
  max-width: 310px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 25px 1%;
  border: 2px solid #1f2c5c;
  color: #1f2c5c;
}
.single_btn a:hover {
  background: #1f2c5c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .single_btn_area {
    margin-bottom: 35px;
  }
}
/*==========================================
採用情報 一覧
===========================================*/
/*見出し*/
.arc_info_ttl_area {
  padding: 0 2%;
  width: 100%;
}
#process.arc_info_ttl_area {
  margin-top: -100px;
  padding-top: 100px;
}
.arc_info_ttl {
  background: #1f2c5c;
  color: #fff;
  padding: 20px 3%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.arc_info_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #b8ab83 transparent transparent transparent;
  z-index: 0;
}
.arc_info_ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  /* right: -300%;
  width: 300%; */
  height: 100%;
  background: #1f2c5c;
}

@media screen and (max-width: 767px) {
  .arc_info_ttl {
    padding: 16px 2%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/*==========================================
採用情報 一覧 募集要項
===========================================*/
.arc_info_ul {
  line-height: 1;
}
.arc_info_li {
  flex-basis: calc(92% * 1 / 2);
  margin: 0 2% 60px;
}
.arc_info_li a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.arc_info_li_bg_area {
  font-weight: bold;
  position: relative;
  padding: 30px 0 30px 10%;
}
.arc_info_li_bg_area::before {
  content: "";
  display: inline-block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  background: #f7f8f8;
  z-index: -1;
}
.arc_info_li_inner {
  padding: 0 10%;
}
.arc_info_li_ttl {
  background: #eaf6fd;
  color: #1f2c5c;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 3%;
  margin-bottom: 30px;
  position: relative;
  left: -10%;
}
.arc_info_li_txt {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.arc_info_li_img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 7% 66.7%;
  margin-bottom: 25px;
}
.arc_info_li_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: 100%;
}
.arc_info_li_img_span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .arc_info_li {
    margin: 0 2% 30px;
  }
  .arc_info_li_ttl {
    font-size: 18px;
    padding: 10px 3%;
    margin-bottom: 15px;
  }
  .arc_info_li_txt {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .arc_info_ul {
    display: block;
  }
  .arc_info_li {
    margin: 0 0% 30px;
  }
  .arc_info_li_bg_area {
    padding: 30px 5% 30px 5%;
  }
  .arc_info_li_bg_area::before {
    left: 5%;
    right: 5%;
  }
  .arc_info_li_ttl {
    left: -5%;
  }
}
/*==========================================
採用情報 一覧 選考プロセス
===========================================*/
.arc_process_ul {
  padding: 0 2%;
}
.arc_process_li {
  margin-bottom: 90px;
}
.arc_process_li_inner {
  position: relative;
  padding: 0 3% 0 5%;
}
.arc_process_li_inner::before {
  content: "";
  display: inline-block;
  width: 92%;
  height: 100%;
  position: absolute;
  bottom: -25px;
  right: 0;
  background: #eaf6fd;
  z-index: -1;
}
.arc_process_li_inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -77px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 44px;
  height: 52px;
  text-align: center;
  background: url(../../img/recruit/recruit_img18.svg) no-repeat top center;
}
.arc_process_li:last-of-type .arc_process_li_inner::after {
  content: normal;
}
.arc_process_li_num {
  font-family: BebasNeue;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 0;
  width: 80px;
  text-align: center;
  color: #1f2c5c;
}
.arc_process_li_num::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #eaf6fd;
  z-index: -1;
}
.arc_process_li_blc {
  background: #fff;
  border: 2px solid #1f2c5c;
  padding: 25px 7%;
  color: #1f2c5c;
}
.arc_process_li_ttl {
  border-bottom: 2px solid #1f2c5c;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
}
.arc_process_li_txt {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .arc_process_ul {
    padding: 10px 2% 0;
  }
  .arc_process_li_num {
    font-size: 45px;
    top: -20px;
    width: 60px;
  }
  .arc_process_li_num::before {
    width: 60px;
    height: 60px;
    top: -6px;
  }
}
/*==========================================
採用情報 一覧 ボタン
===========================================*/
.info_btn_area {
  text-align: center;
  padding: 0 4%;
}
.info_btn {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 20px 1%;
  border: 2px solid #1f2c5c;
  color: #1f2c5c;
  transition: 0.5s all;
}
.arc_info_li a:hover .info_btn {
  color: #fff;
  background: #1f2c5c;
}
/*==========================================
採用情報 詳細
===========================================*/
.re_infomation_single .single_main_blc_txt {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: none;
}
.re_infomation_single .single_main_blc.blc02 {
  align-items: flex-end;
  padding-bottom: 60px;
}
.re_infomation_single .single_content_inner {
  padding: 25px 3% 50px;
}
.single_content_inner_ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 1% 10px;
  color: #1f2c5c;
  border-bottom: 2px solid #1f2c5c;
}
.re_infomation_single .single_content_ul {
  background-image: none;
}
.re_infomation_single .single_main_img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .re_infomation_single .single_main_blc.blc02 {
    padding-bottom: 0px;
  }
}
/*==========================================
採用情報 詳細 ボタン
===========================================*/
.info_single_btn_area {
  margin-bottom: 70px;
}
.info_single_btn {
  position: relative;
}
.info_single_btn a {
  max-width: 285px;
  width: 100%;
  text-align: center;
  background: #b8ab83;
  z-index: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding: 20px 0px;
  left: 0;
  right: 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.5s all;
  border: 2px solid #b8ab83;
}
.info_single_btn a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #b8ab83;
}
.info_single_btn .single_link_li_span02 {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  color: #fff;
  font-size: 24px;
  transition: 0.5s all;
}
.info_single_btn a:hover .single_link_li_span02 {
  color: #b8ab83;
}
.single_link_li_span02 i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .info_single_btn_area {
    margin-bottom: 35px;
  }
}
/*==========================================
採用情報 詳細 リンクエリア
===========================================*/
.info_single_link_area {
  margin-bottom: 70px;
}
.info_single_link_ul {
}
.info_single_link_li {
  text-align: center;
  flex-basis: calc(94% * 1 / 3);
  margin: 0 1% 16px;
}
.info_single_link_li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 25px 1%;
  border: 2px solid #1f2c5c;
  color: #1f2c5c;
  line-height: 1.4;
}
.info_single_link_li a:hover {
  background: #1f2c5c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .info_single_link_area {
    margin-bottom: 35px;
  }
  .info_single_link_li {
    flex-basis: calc(96% * 1 / 2);
  }
}

@media screen and (max-width: 480px) {
  .info_single_link_ul {
    display: block;
  }
  .info_single_link_li {
    margin: 0 0% 12px;
    padding: 0 4%;
  }
}

/*==========================================
スタッフ紹介のなかみ
==========================================*/
.single-recruitstaff .staff_list_area_bg {
  background: #1e3656;
}
.staff_list_inner {
  overflow: hidden;
  padding: 60px 0;
}
.staff_list_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.staff_list_flex .staff_list_left,
.staff_list_flex .staff_list_right {
  width: 38%;
}
.staff_list_flex .center {
  width: 24%;
}
.single-recruitstaff .single_staff_li {
  flex-basis: 46%;
  margin: 0 2% 40px;
  padding-bottom: 25px;
}
.single-recruitstaff .single_staff_li a img {
  opacity: 1;
  background: #fff;
}
.single-recruitstaff .single_staff_li a:hover {
  opacity: 0.75;
}
.single-recruitstaff .single_staff_li a:hover img {
  opacity: 1;
  background: #fff;
}
.single-recruitstaff .single_staff_li a:hover .arc_staff_li_img_span::after {
  opacity: 1;
}
.link_btn_area {
  position: relative;
  background: url(../img/recruit/recruit_staff_bg01.png) no-repeat center
    center/contain;
}
.staff_prev_link_btn {
  padding-right: 20px;
}
.staff_next_link_btn {
  padding-left: 20px;
}

.staff_link_txt {
  color: #fff;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
}
.btn_area_inr {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.single_btn_area {
  padding-bottom: 60px;
}
.staff_list_area_bg .single_btn a {
  display: inline-block;
  max-width: 310px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 25px 1%;
  border: 2px solid #fff;
  color: #fff;
}
.single_btn a:hover {
  color: #1f2c5c;
  background: #fff;
  border: 2px solid #1f2c5c;
}

@media screen and (max-width: 1200px) {
  .staff_list_flex {
    width: 124%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .staff_list_flex {
    flex-wrap: wrap;
    width: 100%;
    position: static;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .staff_list_inner {
    padding: 60px 2%;
  }
  .staff_list_flex .staff_list_left,
  .staff_list_flex .staff_list_right {
    width: 46%;
    margin: 0 2%;
  }
  .staff_list_flex .staff_list_left,
  .staff_list_flex .staff_list_right {
    display: block;
  }
  .single-recruitstaff .single_staff_li {
    max-width: 320px;
    margin: 0 2% 20px;
  }
  .single_staff_li.staff04,
  .single_staff_li.staff01 {
    display: none;
  }
  .staff_list_flex .center {
    width: 100%;
    flex-basis: 100%;
    order: 3;
  }
  .single-recruitstaff .btn_area_inr {
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    position: static;
    transform: none;
    margin: 0 auto;
  }
  .single-recruitstaff .btn_area_inr .prev_btn,
  .btn_area_inr .next_btn {
    flex-basis: 26%;
    margin: 0 2%;
  }
  .single-recruitstaff .staff_prev_link_btn {
    padding: 20px 0;
  }
  .single-recruitstaff .staff_next_link_btn {
    padding: 20px 0;
  }
  .staff_link_txt {
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    flex-basis: 40%;
  }
  .staff_list_area_bg .single_btn a {
    padding: 15px 1%;
  }
}

/*==========================================
私たちの仕事 一覧
===========================================*/
/*キャッチコピー*/
.arc_job_catch_area {
  margin-bottom: 70px;
  padding: 0 2%;
}
.arc_job_catch {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  font-weight: bold;
  color: #1f2c5c;
}
/*.arc_job_txt_area{
  margin-bottom: 70px;
padding: 0 2%;
}
.arc_job_txt{
  text-align: center;
font-size: 18px;
line-height: 2.2;
font-weight: bold;
color: #1F2C5C;
}*/
@media screen and (max-width: 767px) {
  .arc_job_catch_area {
    margin-bottom: 35px;
    padding: 0 4%;
  }
  .arc_job_catch {
    line-height: 1.6;
    font-weight: 500;
    font-size: 16px;
  }
}
/*コンテンツ*/
.arc_job_ul {
  line-height: 1;
}
.arc_job_li {
  margin: 0 0 60px;
}
.arc_job_li a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.arc_job_li_bg_area {
  font-weight: bold;
  position: relative;
  padding: 30px 0 30px 10%;
}
.arc_job_li_bg_area::before {
  content: "";
  display: inline-block;
  width: 90%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 10%;
  background: #f7f8f8;
  z-index: -1;
}
.arc_job_li_inner {
  padding: 0 5%;
}
.arc_job_li_ttl {
  background: #eaf6fd;
  color: #1f2c5c;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 3%;
  margin-bottom: 30px;
  position: relative;
  left: -10%;
  max-width: 430px;
}
.arc_job_li_txt {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.arc_job_li_img {
  position: relative;
  /*  height: 0;
  overflow: hidden;
    padding: 0 7% 39.6%;*/
  max-width: 430px;
  margin: 0 auto 0px;
  text-align: center;
}
.arc_job_li_img img {
  /*  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: 100%;*/
}
.arc_job_li_img_span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .arc_job_li {
    margin: 0 2% 30px;
  }
  .arc_job_li_ttl {
    font-size: 18px;
    padding: 10px 3%;
    margin-bottom: 15px;
  }
  .arc_job_li_txt {
    margin-bottom: 15px;
  }
  .arc_job_li_img {
    /*padding: 0 7% 66.7%;*/
    padding: 0 7% 0%;
  }
}

@media screen and (max-width: 480px) {
  .arc_job_ul {
    display: block;
  }
  .arc_job_li {
    margin: 0 0% 30px;
  }
  .arc_job_li_bg_area {
    padding: 30px 5% 30px 5%;
  }
  .arc_job_li_bg_area::before {
    left: 5%;
    right: 5%;
    height: 100%;
  }
  .arc_job_li_ttl {
    left: -5%;
  }
}
/*==========================================
応募フォーム
===========================================*/
.arc_form_txt_area {
  margin-bottom: 30px;
  padding: 0 2%;
}
.arc_form_txt {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .arc_form_txt_area {
    margin-bottom: 15px;
  }
}
.form.recruit {
  /*  max-width: 840px;
  width: 100%;
  margin: 0 auto;*/
  padding: 0 2%;
}
.recruit_form_ttl {
  color: #1f2c5c;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1f2c5c;
  padding: 0 0% 8px;
}
.entryform {
  margin: 10px auto 40px;
  max-width: 960px;
  width: 100%;
}
/*#jobtype {
  width: 98% !important;
  max-width: 530px;
}
.re_form input[type="text"].ajms {
  width: 98% !important;
  max-width: 530px;
}
.re_form input[type="email"].ajms {
  width: 98% !important;
  max-width: 530px;
}
.re_form input[type="tel"].ajms {
  width: 98% !important;
  max-width: 530px;
}
.re_form textarea.ajms {
  width: 98% !important;
  max-width: 530px;
}*/
.entryform .recruit_form_inner_ttl {
  width: 100%;
  color: #1f2c5c;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1f2c5c;
  padding: 40px 0% 8px;
  margin-bottom: 10px;
}
.recruit_form_end_txt {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .recruit_form_end_txt {
    line-height: 2;
  }
}
.recruit_form_end_txt a {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #1f2c5c;
}
@media screen and (max-width: 767px) {
  .re_form label {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .re_form label {
    width: 130px;
    margin: 0;
  }
}
/*==========================================
応募フォームサンクス
===========================================*/
.arc_thanks_area {
  text-align: center;
  padding: 70px 0;
}
.arc_thanks_img {
  margin-bottom: 30px;
}
.arc_thanks_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #1f2c5c;
  margin-bottom: 30px;
}
.arc_thanks_txt_area {
  margin-bottom: 30px;
}
.arc_thanks_txt {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 2.2;
  border-bottom: 2px solid #1f2c5c;
  padding-bottom: 30px;
}
.arc_thanks_txt02 {
  font-weight: 500;
  line-height: 2.2;
}
.arc_thanks_txt02.mail {
  position: relative;
}
.arc_thanks_txt02.mail::before {
  letter-spacing: 0.05em;
}
.arc_thanks_area .single_btn a {
  padding: 20px 1%;
  font-size: 16px;
  max-width: 230px;
}

/*==========20220804追加=============*/

#jobtype {
  width: 98% !important;
  max-width: 530px;
}
.re_form select[name="jobtype"].ajms {
  -webkit-appearance: none;
  appearance: none;
}
.re_form input[type="text"].ajms {
  width: 98% !important;
  max-width: 350px;
}
.re_form input[type="email"].ajms {
  width: 98% !important;
  max-width: 350px;
}
.re_form input[type="tel"].ajms {
  width: 98% !important;
  max-width: 350px;
}
.re_form select[name="graduate"].ajms {
  max-width: 150px;
}
.re_form textarea.ajms {
  width: 98% !important;
  max-width: 350px;
}

/*==========//20220804追加=============*/
