@charset "UTF-8";
/******************** 共通 ********************/
.bisSection {
  padding: 13.33333vw 0;
}

.bis_ttl {
  margin-bottom: 6.66667vw;
  text-align: center;
}

.bis_ttl::after {
  display: block;
  width: 5.33333vw;
  height: 5.33333vw;
  margin: 0 auto;
  border-bottom: 2px solid currentColor;
  content: "";
}

.bis_ttl_jp {
  display: block;
  margin-bottom: 2.4vw;
  font-size: 1.5rem;
  letter-spacing: 0.0375em;
  line-height: 1;
}

.bis_ttl_en {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.025em;
  line-height: 1;
  font-family: solex, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.business .galleryBnr {
  padding-top: 10.66667vw;
}

/******************** KV ********************/
.business .pageKv {
  position: relative;
  height: 72vw;
  padding-bottom: 0;
  background-color: #fcfafb;
  line-height: 0;
  overflow: hidden;
}

.business .pageKv img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/******************** MESSAGE ********************/
.bisMessage {
  background-color: #111e3d;
}

.bisMessage .bis_ttl {
  color: #fff;
}

.bisMessage_txt {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 1.81;
  text-align: center;
}

/******************** BUSINESS ********************/
.bisContent {
  background-color: #e5e5e5;
}

.bisContent_lead {
  margin-bottom: 9.33333vw;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 1.81;
  text-align: center;
}

.bisContent_item + .bisContent_item {
  margin-top: 12vw;
}

.bisContent_name {
  margin-bottom: 4.8vw;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}

.bisContent_img {
  padding: 0 2vw;
}

.bisContent_txt {
  margin-top: 4vw;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 2;
}

.bisContent_btn {
  width: 70%;
  margin-top: 8vw;
}

/******************** COMPANY ********************/
.bisCompany {
  background-color: #111e3d;
}

.bisCompany .bis_ttl {
  color: #fff;
}

.bisCompany_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.bisCompany_ttl {
  width: 20vw;
  padding: 3.2vw 0;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-align: right;
}

.bisCompany_ttl:last-of-type {
  border-bottom: none;
}

.bisCompany_txt {
  width: 69.33333vw;
  padding: 3.2vw 0 3.2vw 8vw;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  line-height: 1.25;
}

.bisCompany_txt:last-of-type {
  border-bottom: none;
}

.bisCompany_txt p + p {
  margin-top: 4vw;
}

/******************** RECRUIT ********************/
.bisRecruit_list_ttl {
  margin-top: 1.33333vw;
  margin-bottom: 4.8vw;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.bisRecruit_item + .bisRecruit_item {
  margin-top: 6.66667vw;
}

.bisRecruit_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 12vw;
  background-color: #111e3d;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.bisRecruit_name::before {
  display: block;
  position: absolute;
  right: 2.66667vw;
  top: 50%;
  width: 4vw;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.bisRecruit_name::after {
  display: block;
  position: absolute;
  right: 4.53333vw;
  top: 50%;
  width: 1px;
  height: 4vw;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.bisRecruit_name.open::after {
  display: none;
}

.bisRecruit_inner {
  display: none;
  padding-top: 4vw;
}

.bisRecruit_ttl {
  padding: 2.13333vw 0;
  background-color: #f0f0f0;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.bisRecruit_txt {
  padding-top: 4vw;
  padding-bottom: 8vw;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  line-height: 1.81;
}

.bisRecruit_txt .t-center {
  text-align: center;
}

.bisRecruit_txt > * + * {
  margin-top: 1em;
}

.bisRecruit_txt b {
  font-weight: bold;
}

.bisRecruit_txt hr {
  border-style: dashed;
}

.bisRecruit_btn {
  width: 70%;
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  /******************** 共通 ********************/
  .bisSection {
    padding: 80px 5px;
  }
  .bis_ttl {
    margin-bottom: 40px;
  }
  .bis_ttl::after {
    width: 24px;
    height: 20px;
    border-bottom: 3px solid currentColor;
  }
  .bis_ttl_jp {
    margin-bottom: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .bis_ttl_en {
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .business .galleryBnr {
    padding-top: 2.66667vw;
  }
  /******************** KV ********************/
  .business .pageKv {
    height: 498px;
    background-color: #4d4d4b;
  }
  .business .pageKv img {
    width: 1920px;
    height: auto;
  }
  /******************** MESSAGE ********************/
  .bisMessage {
    background-size: auto;
  }
  .bisMessage_txt {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
    line-height: 1.87;
  }
  /******************** BUSINESS ********************/
  .bisContent_lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1.87;
    text-align: center;
  }
  .bisContent_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bisContent_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31.25%;
  }
  .bisContent_item + .bisContent_item {
    margin-top: 60px;
    margin-left: 3.125%;
  }
  .bisContent_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .bisContent_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .bisContent_name {
    margin-bottom: 18px;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1;
    font-weight: bold;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bisContent_img {
    min-height: 1px;
    padding: 0 0 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .bisContent_txt {
    margin-top: 0;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bisContent_btn {
    margin-top: 50px;
  }
  /******************** COMPANY ********************/
  .bisCompany_box {
    width: 860px;
    margin: 0 auto;
  }
  .bisCompany_ttl {
    width: 90px;
    padding: 16px 0;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    line-height: 1.71;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .bisCompany_txt {
    width: 700px;
    padding: 16px 0 16px 90px;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    line-height: 1.71;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .bisCompany_txt p + p {
    margin-top: 20px;
  }
  /******************** RECRUIT ********************/
  .bisRecruit {
    padding-bottom: 160px;
  }
  .bisRecruit_list_ttl {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2rem;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .bisRecruit_list {
    position: relative;
    width: 860px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .bisRecruit_item + .bisRecruit_item {
    margin-top: 20px;
  }
  .bisRecruit_name {
    height: 50px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .bisRecruit_name::before {
    right: 20px;
    width: 18px;
  }
  .bisRecruit_name::after {
    right: 28px;
    height: 18px;
  }
  .bisRecruit_inner {
    padding-top: 30px;
  }
  .bisRecruit_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bisRecruit_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 20%;
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.87;
  }
  .bisRecruit_ttl::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
  }
  .bisRecruit_ttl:last-of-type::after {
    display: none;
  }
  .bisRecruit_txt {
    position: relative;
    width: 80%;
    padding: 20px 40px;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    line-height: 2;
    text-align: left;
  }
  .bisRecruit_txt::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
    content: "";
  }
  .bisRecruit_txt:last-of-type::after {
    display: none;
  }
  .bisRecruit_btn {
    margin-top: 50px;
  }
  @-webkit-keyframes fadeIn {
    0% {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
    20% {
      position: static;
      opacity: 0;
      pointer-events: none;
    }
    100% {
      position: static;
      opacity: 1;
      pointer-events: auto;
    }
  }
  @keyframes fadeIn {
    0% {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
    20% {
      position: static;
      opacity: 0;
      pointer-events: none;
    }
    100% {
      position: static;
      opacity: 1;
      pointer-events: auto;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      position: static;
      opacity: 1;
      pointer-events: auto;
    }
    20% {
      position: absolute;
      opacity: 1;
      pointer-events: none;
    }
    100% {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
  }
  @keyframes fadeOut {
    0% {
      position: static;
      opacity: 1;
      pointer-events: auto;
    }
    20% {
      position: absolute;
      opacity: 1;
      pointer-events: none;
    }
    100% {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
  }
}
