@charset "utf-8";
/******** タイトル画像記述******************************************************/
.foreign_title_img {
  z-index: 0;
  width: 100%;
  height: 30.7vw;
  background-color: gray;
  max-height: 288px;
  background-image: url("..//img/foreign/foreign_title_img.png");
  background-size: cover;
  margin: 110px auto auto auto;
  position: relative;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  .foreign_title_img {
    margin: 80px auto auto auto
  }
}
/******** 内容詳細****************************************/
.banner_block {
  padding: 3em 1em;
  max-width: 1280px;
  margin: auto;
}
.graph img {
  max-width: 100% !important;
  text-align: center;
  margin: auto;
  justify-content: center;
}
.graph {
  max-width: 100% !important;
  text-align: center;
  margin: auto;
  justify-content: center;
}
.company_description {
  margin: 2em 0;
}
.company_description span {
  padding: 0.2em;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  position: relative;
  padding: .3em .3em .3em 1.5em;
}
.company_description span::after {
  position: absolute;
  content: '';
  bottom: 20px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: #BA0000;
  transform: rotate(90deg);
}
.map {
  position: absolute;
  right: 50%
}
.map img {
  min-width: 100%;
}
.company_img {
  padding: 2em 0;
  width: 100%;
}
.company_img img {
  max-width: 100%;
}
.foreign_heading {
  color: #BA0000;
  font-size: min(5.5vw, 60px);
  line-height: min(7vw, 70px);
  font-style: oblique;
  font-weight: 700;
  margin-bottom: 20px;
}
.foreign_text {
  margin-bottom: 30px;
}
.gray_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
  justify-content: space-between;
}
.gray_item {
  padding: 30px 0;
  text-align: center;
  background-color: #EDEEEF;
  width: calc(100%/3 - 10px); /* 横幅を3等分 */
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  box-sizing: border-box; /* 装飾用 */
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between
}
.gray_item p {
  font-weight: bold;
  font-size: 1.3em;
}
.gray_item img {
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
}
.gray_title {
  font-size: 24px;
  padding: 0 0 2.5em 0;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 960px) {
  .gray_title {
    font-size: 20px;
    padding: 0 0 2.5em 0;
    font-weight: bold;
    line-height: 28px;
  }
  .company_description {
    margin: 0em 0;
  }
  .company_description span {
    padding: 0em;
    font-size: 1.5em;
    line-height: 1.8em;
    padding: 0.2em;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    position: relative;
    padding: .1em .1em .1em 1.5em;
  }
  .company_description span::after {
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #BA0000;
    transform: rotate(90deg);
  }
  .graph img {
    width: 80% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: auto !important;
    justify-content: center !important;
  }
  .graph {
    width: 80% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: auto !important;
    justify-content: center !important;
  }
  .map {
    position: inherit;
    right: 0%
  }
  .gray_item p {
    font-weight: bold;
    font-size: 1em;
  }
  .gray_item {
    padding: 30px 0;
    text-align: center;
    background-color: #EDEEEF;
    width: calc(100%/2 - 5px); /* 横幅を3等分 */
    height: auto;
    display: flex; /* 高さを揃えるための指定 */
    flex-direction: column; /* 高さを揃えるための指定 */
    border: 1px solid #ccc; /* 装飾用 */
    box-sizing: border-box; /* 装飾用 */
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  .description_img {
    width: 100% !important;
    text-align: center;
    min-width: 100% !important;
    position: relative;
  }
}
.e_interview {
  justify-content: center;
  margin: 60px auto 60px auto;
  display: flex;
  flex-direction: column;
}
.e_interview img {
  max-width: 100%;
}
.e_interview:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.e_interview_item {
  margin: auto;
}
.e_interview p {
  text-align: left;
}
.e_entry_button {
  padding: 1em;
  background-color: #BA0000;
  color: #ffffff;
  max-width: 30%;
  margin: 2em auto;
  text-align: center;
  font-weight: bold;
}
.e_entry_button_text {
  padding-left: 40px;
  background: url(../img/foreign/icon_download.png) no-repeat left center;
}
.e_entry_button a {
  display: block;
}
.e_entry_button:hover {
  background: #C04446;
}
.e_entry_text {
  padding: 1em 0 4em 0;
}
.description_box {
  display: flex;
  width: 100%;
  padding: 2em 0;
  gap: 3em;
  justify-content: space-between
}
.description_img {
  width: 50%;
  text-align: center;
  min-width: 50%;
}
.description_img img {
  max-width: 100% !important;
  width: 100%;
}
.description_text ul {}
.description_text li {
  margin-left: 1.44em;
  text-indent: -1.4em;
}
.description_text li:before {
  content: "・";
}
.description_contents {
  max-width: 50%
}
.description_heading {
  font-size: 32px;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 42px;
}
.description_text p {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 1em
}
.description_text {
  padding: 20px 0;
}
.description_close {
  margin: 0em auto 1em auto;
  padding-top: 1em;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
.recruitment_close {
  margin: -2em 0 1em 0;
}
.recruitment_close span {
  margin: 0em auto;
  font-size: 24px !important;
  line-height: 34px !important;
  text-align: center !important;
  font-weight: bold !important;
}
.qa_button_b {
  width: 100%;
  max-width: 1280px;
  margin: 3em auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .description_text p {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 1em
  }
  .recruitment_close span {
    margin: 0em auto;
    text-align: center !important;
    font-size: min(6vw, 24px) !important;
    line-height: min(7vw, 34px) !important;
    font-weight: 700 !important;
  }
  .e_entry_button {
    padding: 1em;
    background-color: #BA0000;
    color: #ffffff;
    max-width: 100%;
    margin: 2em auto;
    text-align: center;
    font-weight: bold;
  }
  .description_title {
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    display: inline-block;
    line-height: 1.4em;
    padding: 0.5em 1em;
    background: #001336;
    margin: 0.5em 0 0 0;
  }
  .description_box {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 1em 0;
    gap: 1em;
    margin-bottom: 2em;
  }
  .description_contents {
    max-width: 100%
  }
  .description_close {
    text-align: left;
    margin: -2em auto 1em auto;
    font-size: min(6vw, 24px) !important;
    line-height: min(7vw, 34px);
    font-weight: 700;
  }
  .job_title_margin {
    margin-top: 0em;
  }
  .job_title_margin_2 {
    margin-top: -3em !important;
  }
}
/********募集要項****************************************/
/* table01 */
.table_title {
  font-size: 1.5em;
  margin-top: 2em
}
#table01 {
  width: 100%;
  margin: 1em 0;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
#table01 th, #table01 td {
  padding: 24px 0;
  border: none;
}
#table01 th {
  width: 20%;
}
/* table02 */
.table_title2 {
  font-size: 1.5em;
  margin-top: 0em
}
#table02 th {
  font-weight: 400;
}
#table02 {
  width: 100%;
  margin: 1em 0;
}
#table02 tr {
  border: none;
}
#table02 th, #table02 td {
  padding: 0.2em 0;
  border: none;
}
.lh_th {
  line-height: 1.5em;
}
#table02 th {}
#table02 a:link {
  text-decoration: underline;
  color: #BA0000;
}
#table02 a:visited {
  color: #BA0000;
}
#table02 a:hover {
  color: #BA0000;
}
#table02 a:active {
  color: #BA0000;
}
.table3 {
  margin: -0.5em 0 0.5em 0 !important;
}
/* sp */
@media only screen and (max-width: 680px) {
  #table01 th, #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
  #table01 td {
    padding-top: 0;
  }
  #table02 th, #table02 td {
    width: 100%;
    display: block;
  }
  #table02 th {
    width: 100%;
  }
  #table02 td {
    padding-top: 0;
  }
}
/********共通個所****************************************/
.staff_heading {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
}
.staff_flex {
  display: flex; /* flexbox */
  flex-wrap: wrap; /* 折返し指定 */
  margin: 0em auto;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
  align-items: stretch;
  gap: 2px 2px; /* 余白 */
  box-sizing: border-box;
}
.staff_flex_box {
  display: flex;
  flex-flow: column;
  width: calc(50% - 2px); /* margin padding分を引く */
  align-items: stretch;
  box-sizing: border-box;
}
.staff_flex_box:hover .staff_flex_img {
  /* オーバーレイの色と画像の指定 */
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  transition: 0.3s;
}
.staff_flex_box:hover .button_02 {
  /* オーバーレイの色と画像の指定 */
  background-color: #C04446;
}
.staff_flex_box:hover img {
  /* オーバーレイの色と画像の指定 */
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  transition: 0.3s;
  opacity: 0.9;
}
.staff_flex_img img {
  width: 100%;
}
.staff_flex_img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .staff_flex {
    display: flex;
    flex-flow: wrap;
    margin: auto;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
    gap: 2px 2px; /* 余白 */
  }
  .staff_flex_img {
    height: auto;
    width: 100%;
  }
  .staff_flex_button {
    font-size: min(2.5vw, 20px);
    line-height: min(7vw, 30px);
  }
}