@charset "UTF-8";
/*------▼メッセージ▼-------*/
section.company_title_sec {
  background-image: url(../img/company/company_bk.webp);
  background-size: cover;
  background-position: center;
}
section.company_title_sec h2 {
  text-align: center;
}
section.company_title_sec h2::after {
  width: 0;
}
section.company_title_sec p.name {
  text-align: right;
  margin-top: 1.19rem;
  margin-bottom: 3.2rem;
}
section.company_title_sec h3 {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
section.company_title_sec p.sub {
  text-align: center;
  margin-top: 1.06rem;
  margin-bottom: 6.25rem;
}
section.company_title_sec .en {
  margin-top: 1.5rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
section.company_title_sec .en div {
  position: relative;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}
section.company_title_sec .en div::before, section.company_title_sec .en div::after {
  content: "";
  width: 2.20494rem;
  height: 1px;
  display: inline-block;
  background: #000000;
  border-radius: 2px;
  position: absolute;
  top: 2.5rem;
  right: -2.7rem;
}
section.company_title_sec .en div::before {
  transform: rotate(45deg); /* 時計回りに45度回転させる */
}
section.company_title_sec .en div::after {
  transform: rotate(-45deg); /* 反時計回りに45度回転させる */
}
section.company_title_sec .en div:last-child::before, section.company_title_sec .en div:last-child::after {
  display: none;
}
section.company_title_sec .en div span {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 780px) {
  section.company_title_sec h3 {
    font-size: 1.2rem;
  }
  section.company_title_sec p.sub {
    margin-top: 0.8rem;
  }
  section.company_title_sec .en {
    flex-direction: column;
    align-items: center;
  }
  section.company_title_sec .en div {
    font-size: 2.5rem;
    text-align: center;
  }
  section.company_title_sec .en div::before, section.company_title_sec .en div::after {
    top: 6.5rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  section.company_title_sec .en div span {
    font-size: 1rem;
  }
}
/*------▼会社概要▼-------*/
section.company_sec table {
  width: 80%;
  margin: 4rem auto 0 auto;
}
section.company_sec table tr,
section.company_sec table th,
section.company_sec table td {
  border: 1px solid #fffaf0;
  padding: 1rem;
}
section.company_sec table th {
  background: #124b80;
  color: #fff;
  text-align: center;
}
section.company_sec table td {
  background: #fff;
}

@media screen and (max-width: 780px) {
  section.company_sec table {
    width: 100%;
  }
  section.company_sec table th,
  section.company_sec table td {
    display: block;
  }
  section.company_sec table td {
    border: none;
  }
}
/*------▼採用情報▼-------*/
section.recruit_title_sec .wrap {
  position: relative;
}
section.recruit_title_sec h2 {
  text-align: left;
}
section.recruit_title_sec h2::after {
  width: 0;
}
section.recruit_title_sec .recruit_bk {
  background: #f6d84c;
  padding: 2rem 2rem 2rem 0rem;
  position: relative;
  border-radius: 0 3.125rem 3.125rem 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-right: 22rem;
}
section.recruit_title_sec .recruit_bk p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1rem;
}
section.recruit_title_sec .recruit_bk ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 3.6rem;
  margin-bottom: 2.5rem;
}
section.recruit_title_sec .recruit_bk ul li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.5rem;
}
section.recruit_title_sec .recruit_img {
  margin-bottom: 7.5rem;
}
section.recruit_title_sec .recruit_img img {
  width: 35.05644rem;
  height: 38.125rem;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 780px) {
  section.recruit_title_sec .recruit_bk {
    width: 100%;
  }
  section.recruit_title_sec .recruit_bk p {
    font-size: 1rem;
  }
  section.recruit_title_sec .recruit_bk ul {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  section.recruit_title_sec .recruit_bk ul li {
    font-size: 1rem;
  }
  section.recruit_title_sec .recruit_img {
    position: relative;
    margin-bottom: 21rem;
    top: -3rem;
    bottom: 0;
  }
  section.recruit_title_sec .recruit_img img {
    width: 100%;
    height: auto;
  }
}
/*------▼働く環境▼-------*/
section.recruit_sec h2 {
  margin-bottom: 5rem;
}
section.recruit_sec .flex_box {
  gap: 2rem;
  position: relative;
  align-items: center;
  margin-bottom: 2.38rem;
}
section.recruit_sec .flex_box img {
  border-radius: 1.875rem;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 25.375rem;
  flex: 1;
  position: relative;
  right: 50%;
  margin-right: -20%;
  transform: translateX(50%);
}
section.recruit_sec .flex_box div {
  flex: 1;
}
section.recruit_sec .flex_box div h3 {
  display: flex;
  gap: 0.5rem;
  color: #124b80;
  font-family: "Zen Maru Gothic";
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 150%;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 2.37rem;
}
section.recruit_sec .flex_box div h3 span {
  color: #fccf00;
  font-family: "Open Sans Hebrew";
  font-size: 0.61956rem;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
}
section.recruit_sec .flex_box div h3 span span {
  color: #000;
  font-family: "Open Sans";
  font-size: 2.06519rem;
  display: block;
}
section.recruit_sec .reverse {
  flex-direction: row-reverse;
}
section.recruit_sec .reverse img {
  right: auto;
  left: 50%;
  margin-right: 0;
  margin-left: -20%;
  transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
  section.recruit_sec h2 {
    margin-bottom: 3rem;
  }
  section.recruit_sec .flex_box {
    gap: 1rem;
    margin-bottom: 5rem;
  }
  section.recruit_sec .flex_box img {
    border-radius: 1rem;
    height: 20.375rem;
    position: relative;
    right: 0;
    margin-right: 0;
    transform: none;
  }
  section.recruit_sec .flex_box div h3 {
    line-height: 100%;
    font-size: 1.5rem;
  }
  section.recruit_sec .flex_box.reverse {
    flex-direction: column;
  }
  section.recruit_sec .flex_box.reverse img {
    left: 0;
    margin-left: 0;
  }
  section.recruit_sec .flex_box:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=company_recruit.css.map */