@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* 共通
----------------------------------------------*/
body {
  background-color: #fff;
}

#content {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  #content {
    margin-top: 0;
  }
}

.content_block {
  padding: 0 20px;
}

.section {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .section {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .section {
    margin-top: 100px;
  }
}

.inner_bg {
  background: url("images/recruit-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .inner_bg {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .inner_bg {
    padding: 100px 0;
  }
}
.inner_bg .inner_short {
  padding: 0 20px;
}

.page_ttl {
  text-align: center;
  padding: 1em 0 3em;
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    padding: 2em 0 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    padding: 3em 0 140px;
  }
}
.page_ttl .en_ttl {
  color: #110F67 !important;
  font-family: "Akshar";
  font-size: 60px;
  font-weight: 500;
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_ttl .en_ttl {
    font-size: 90px;
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl .en_ttl {
    font-size: 124px;
    display: block;
  }
}
.page_ttl .omitted {
  color: #110F67;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .page_ttl .omitted {
    margin-top: -10px;
  }
}
.page_ttl .ja_ttl {
  color: #110F67;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .page_ttl .ja_ttl {
    font-size: 32px;
  }
}

.section_ttl {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.section_ttl h2 {
  font-weight: 400;
  font-size: 26px;
  position: relative;
  padding-left: 1.1em;
  line-height: 1.4;
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .section_ttl h2 {
    font-size: 32px;
  }
}
.section_ttl h2::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  background-color: #00B00F;
}

/* ************************************************
 *	お問い合わせページ
 * ************************************************ */
.page_contact .text {
  text-align: center;
  font-size: 17px;
}
@media print, screen and (min-width: 960px) {
  .page_contact .text {
    font-size: 20px;
  }
}
.page_contact .page_contact_contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_contact .page_contact_contents {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
.page_contact .page_contact_contents .contact_list_box {
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid #00B00F;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .page_contact .page_contact_contents .contact_list_box {
    width: calc(50% - 15px);
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .page_contact .page_contact_contents .contact_list_box {
    width: calc(33.333% - 20px);
  }
}
.page_contact .page_contact_contents .contact_list_box:first-child {
  margin-top: 0;
}
.page_contact .page_contact_contents .contact_list_box a {
  transition: all ease 0.3s;
  display: block;
}
.page_contact .page_contact_contents .contact_list_box a:hover {
  opacity: 0.7;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1C1C1C;
  line-height: 1.4;
  white-space: nowrap;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box p {
  margin-top: 10px;
  line-height: 1.8;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .btn {
  margin-top: 20px;
  text-align: center;
  bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .page_contact .page_contact_contents .contact_list_box .contact_text_box .btn {
    margin-top: 30px;
  }
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .btn span {
  padding: 10px 65px 10px 35px;
  background-color: #00B00F;
  border-radius: 25px;
  width: 300px;
  display: inline-block;
  transition: all ease 0.5s;
  position: relative;
  color: #fff;
  border-radius: 40px;
  white-space: nowrap;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .btn span:hover {
  background-color: #00860B;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .btn span:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .btn span:hover::after {
  right: 1em;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .btn span::after {
  position: absolute;
  display: block;
  content: "";
  background: url("images/arrow-main.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .dl_link_wrapper {
  margin-top: 20px;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .dl_link_wrapper a {
  display: block;
  text-decoration: underline;
  padding: 5px 0;
  transition: color ease 0.3s;
}
.page_contact .page_contact_contents .contact_list_box .contact_text_box .dl_link_wrapper a:hover {
  color: #00B00F;
}

/* ************************************************
 *	サンクスページ
 * ************************************************ */
.thanks .contact_tel {
  display: block;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  white-space: nowrap;
  margin-top: 20px;
}
.thanks .contact_tel .tel {
  display: inline-block;
  font-size: 32px;
  padding-left: 35px;
  position: relative;
  line-height: 1;
  margin-right: 10px;
  font-family: "Akshar";
}
.thanks .contact_tel .tel::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("images/header-tel.svg");
  width: 1.2em;
  height: 1.2em;
  top: -10px;
  left: -8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.thanks .contact_tel p {
  font-size: 16px;
  color: #353535;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-top: 0;
}
@media print, screen and (min-width: 960px) {
  .thanks .contact_tel p {
    padding: 0 10px;
    text-align: start;
    font-size: 18px;
  }
}
.thanks .mt20 {
  margin-top: 20px !important;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_link_wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px 10px;
  border-radius: 10px;
}
.policy_link_wrapper a {
  display: inline-block;
  padding: 10px 60px 10px 30px;
  border: 1px solid #353535;
  transition: all ease 0.3s;
  position: relative;
}
.policy_link_wrapper a:hover {
  color: #00B00F;
  border: 1px solid #00B00F;
}
.policy_link_wrapper a:hover::after {
  filter: invert(45%) sepia(92%) saturate(2210%) hue-rotate(86deg) brightness(50%) contrast(102%);
  fill: #00B00F;
  opacity: 0.999;
}
.policy_link_wrapper a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-image: url("images/arrow-black.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all ease 0.1s;
  will-change: filter;
}

.policy_ttl {
  font-size: 20px;
  font-weight: 400;
  margin-top: 1.5em;
  line-height: 1;
  padding: 15px 0;
  color: #110F67;
  font-weight: bold;
  line-height: 1.4;
}

.border_left {
  border-left: 5px solid #353535;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 428px) {
  .border_left {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .border_left {
    font-size: 22px;
  }
}

.policy_area dd {
  margin-bottom: 2.5em;
}
.policy_area li {
  list-style: disc;
  margin-left: 1em;
}

ol {
  counter-reset: listnum;
  list-style: none;
}
@media print, screen and (min-width: 428px) {
  ol {
    padding-left: 1em;
  }
}
ol li {
  margin-left: 1em;
  text-indent: -1em;
}
ol li::before {
  counter-increment: listnum;
  content: "（" counter(listnum) "） ";
  color: #333;
  vertical-align: top;
}

.policy_wrapper ul {
  padding-left: 1em;
}
.policy_wrapper ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.mb {
  margin-bottom: 1.5em;
}

.bold {
  font-weight: bold;
  font-size: 18px;
}

.align_right {
  text-align: right;
}

.policy_contact {
  border: solid 1px #353535;
  border-radius: 1px;
  padding: 1em;
  max-width: 40em;
}

/* ************************************************
 *	労働者派遣法に基づく情報公開
 * ************************************************ */
.table_wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.info_table,
.sub_table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.info_table th,
.info_table td,
.sub_table th,
.sub_table td {
  border: 1px solid #353535;
  padding: 6px 8px;
  vertical-align: middle;
  font-size: 16px;
}
.info_table th:first-child,
.info_table td:first-child,
.sub_table th:first-child,
.sub_table td:first-child {
  width: 20px;
  text-align: center;
}

.info_table {
  min-width: 1000px;
}
.info_table th {
  text-align: center;
}
.info_table td[colspan="3"], .info_table td[colspan="2"] {
  text-align: left;
}
.info_table strong {
  padding: 6px 8px;
  display: block;
}
.info_table .start {
  text-align: start !important;
}

.sub_table {
  border-collapse: collapse;
}
.sub_table tr:last-child td {
  border-bottom: none;
}
.sub_table th {
  text-align: center;
  border: 1px solid #353535;
}
.sub_table th:first-child {
  border-top: 1px solid #353535;
}
.sub_table td {
  text-align: center;
  border: 1px solid #353535;
  font-weight: 400;
}
.sub_table td:last-child {
  border-bottom: none;
}
.sub_table th:first-child,
.sub_table td:first-child {
  width: 30%;
  border-left: none;
}
.sub_table th:last-child,
.sub_table td:last-child {
  border-right: none;
}

.padding_none {
  padding: 0 !important;
}

/* ************************************************
 *	CSR
 * ************************************************ */
.csr .csr_contents {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .csr .csr_contents {
    flex-direction: row;
  }
}
.csr .csr_contents .csr_img {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .csr .csr_contents .csr_img {
    width: calc(45% - 30px);
  }
}
.csr .csr_contents .csr_img img {
  border-radius: 10px;
  width: 80%;
}
@media print, screen and (min-width: 960px) {
  .csr .csr_contents .csr_img img {
    width: 100%;
  }
}
.csr .csr_contents .csr_text_box {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .csr .csr_contents .csr_text_box {
    width: calc(55% - 30px);
  }
}
.csr .csr_contents .csr_text_box .activity_box {
  border: 1px solid #353535;
  padding: 20px;
  width: 100%;
}
.csr .csr_contents .csr_text_box .activity_box h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .csr .csr_contents .csr_text_box .activity_box h3 {
    font-size: 18px;
  }
}
.csr .csr_contents .csr_text_box .activity_box ul {
  list-style: inside;
  margin-top: 15px;
}
.csr .csr_contents .csr_text_box .activity_box ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.compliance_program h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #110F67;
}
@media print, screen and (min-width: 960px) {
  .compliance_program h3 {
    font-size: 26px;
  }
}
.compliance_program .compliance_program_contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .compliance_program .compliance_program_contents {
    flex-direction: row;
    margin-top: 60px;
  }
}
.compliance_program .compliance_program_contents li {
  width: 100%;
  text-align: center;
  background-color: rgba(4, 136, 252, 0.1);
  padding: 30px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .compliance_program .compliance_program_contents li {
    width: calc(50% - 15px);
  }
}
@media print, screen and (min-width: 960px) {
  .compliance_program .compliance_program_contents li {
    width: calc(33.3333% - 20px);
  }
}
.compliance_program .compliance_program_contents li .compliance_program_img {
  height: 120px !important;
}
.compliance_program .compliance_program_contents li .compliance_program_img img {
  width: 120px;
  border-radius: 10px;
  height: 120px !important;
}
.compliance_program .compliance_program_contents li h4 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.compliance_program .compliance_program_contents li .mt20 {
  margin-top: 20px !important;
}
.compliance_program .promotion_contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 60px;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .compliance_program .promotion_contents {
    flex-direction: row;
  }
}
.compliance_program .promotion_contents h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.compliance_program .promotion_contents .promotion_text_box {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .compliance_program .promotion_contents .promotion_text_box {
    width: calc(60% - 30px);
  }
}
.compliance_program .promotion_contents .promotion_text_box ul {
  padding-left: 1em;
  list-style: inside;
  margin-top: 15px;
}
.compliance_program .promotion_contents .promotion_text_box ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.compliance_program .promotion_contents .promotion_img {
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .compliance_program .promotion_contents .promotion_img {
    width: calc(40% - 30px);
  }
}
.compliance_program .promotion_contents .promotion_img img {
  border-radius: 10px;
  width: 80%;
}
@media print, screen and (min-width: 428px) {
  .compliance_program .promotion_contents .promotion_img img {
    width: 70%;
  }
}
@media print, screen and (min-width: 960px) {
  .compliance_program .promotion_contents .promotion_img img {
    width: 100%;
  }
}

/* ************************************************
 *	企業情報
 * ************************************************ */
.company_wrapper .company_message_container {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .company_message_container {
    flex-direction: row;
  }
}
.company_wrapper .company_message_container .company_message_contents {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .company_message_container .company_message_contents {
    width: calc(100% - 250px);
  }
}
.company_wrapper .company_message_container .company_message_contents .company_message_title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #1C1C1C;
  font-weight: 500;
  border: none;
  padding: 0;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .company_message_container .company_message_contents .company_message_title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.company_wrapper .company_message_container .company_message_img_box {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .company_message_container .company_message_img_box {
    width: 250px;
  }
}
.company_wrapper .company_message_container .company_message_img_box .message_img img {
  border-radius: 10px;
}
.company_wrapper .company_message_container .company_message_img_box p {
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 14px;
}
.company_wrapper .company_message_container .company_message_img_box .name {
  font-size: 18px;
}
.company_wrapper .bg {
  background: url("images/company-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 20px 16vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .bg {
    padding: 60px 20px 16vw;
  }
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .bg {
    padding: 70px 20px 16vw;
  }
}
.company_wrapper .bg .philosophy_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: auto;
  z-index: 0;
  color: #1469ca;
  font-size: 110px;
  font-weight: 600;
  white-space: nowrap;
  mix-blend-mode: color-dodge;
}
.company_wrapper .management_philosophy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .management_philosophy {
    padding: 60px 0;
  }
}
.company_wrapper .management_philosophy .section_ttl {
  text-align: center;
  margin-bottom: 0;
}
.company_wrapper .management_philosophy .section_ttl h2 {
  display: block;
  padding-bottom: 25px;
  font-weight: 500;
  color: #110F67;
  font-size: 32px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .management_philosophy .section_ttl h2 {
    font-size: 40px;
    font-size: 58px;
  }
}
.company_wrapper .management_philosophy .section_ttl h2::before {
  display: none;
  text-align: center;
}
.company_wrapper .management_philosophy p {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  font-family: serif;
  color: #1C1C1C;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .management_philosophy p {
    font-size: 40px;
  }
}
.company_wrapper .management_philosophy .tab_pc_only {
  padding-left: 1em;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .management_philosophy .tab_pc_only {
    display: inline-block;
  }
}
.company_wrapper .company_profile table {
  border-collapse: collapse;
  width: 100%;
}
.company_wrapper .company_profile table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
}
@media print, screen and (min-width: 428px) {
  .company_wrapper .company_profile table tr {
    flex-direction: row;
  }
}
.company_wrapper .company_profile table tr:last-child {
  border-bottom: none;
}
.company_wrapper .company_profile table th {
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper .company_profile table th {
    width: 25%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    padding: 15px;
  }
}
.company_wrapper .company_profile table td {
  width: 100%;
  padding: 15px;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper .company_profile table td {
    width: 75%;
    padding: 15px;
  }
}
.company_wrapper .company_profile table td a {
  text-decoration: underline;
  transition: all ease 0.3s;
}
.company_wrapper .company_profile table td a:hover {
  opacity: 0.7;
}
.company_wrapper .office_information .office_information_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .office_information .office_information_wrapper {
    flex-direction: row;
  }
}
.company_wrapper .office_information .office_information_wrapper li {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .office_information .office_information_wrapper li {
    width: calc(50% - 30px);
  }
}
.company_wrapper .office_information .office_information_wrapper li h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .office_information .office_information_wrapper li h3 {
    font-size: 26px;
    font-weight: 500;
  }
}
.company_wrapper .office_information .office_information_wrapper li .office_information_img {
  margin-bottom: 10px;
}
.company_wrapper .office_information .office_information_wrapper li .office_information_img iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .office_information .office_information_wrapper li .office_information_img iframe {
    aspect-ratio: 16/9;
  }
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px 80px;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .office_information .office_information_wrapper li .office_information_flex {
    flex-direction: row;
  }
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_img {
  width: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_img {
    width: calc(50% - 40px);
  }
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_img img {
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text {
    width: calc(50% - 40px);
  }
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text p {
  line-height: 1.8;
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text .office_information_btn {
  margin-top: 20px;
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text .office_information_btn a {
  display: inline-block;
  transition: all ease 0.3s;
  background-color: #353535;
  color: #fff;
  padding: 4px 50px 4px 26px;
  font-size: 12px;
  position: relative;
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text .office_information_btn a:hover {
  opacity: 0.7;
}
.company_wrapper .office_information .office_information_wrapper li .office_information_flex .office_information_text .office_information_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url("images/arrow-black.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  filter: brightness(0) invert(1);
}
.company_wrapper .history table {
  border-collapse: collapse;
  width: 100%;
}
.company_wrapper .history table tbody {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: block;
  /* ===== スクロールバーのカスタム ===== */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  /* Chrome / Safari / Edge */
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .history table tbody {
    max-height: 600px;
  }
}
.company_wrapper .history table tbody::-webkit-scrollbar {
  width: 6px;
}
.company_wrapper .history table tbody::-webkit-scrollbar-track {
  background: #cfcfcf;
}
.company_wrapper .history table tbody::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.company_wrapper .history table tr {
  display: table-row;
  flex-direction: row;
  opacity: 0;
  transform: translateY(14px);
}
.company_wrapper .history table th {
  flex: 0 0 100px;
  padding: 0 1.5em 2.5em 0.5em;
  text-align: center;
  font-weight: 400;
  font-family: "Noto Sans JP";
  position: relative;
  line-height: 1;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .history table th {
    padding: 0 1.5em 2.5em 1.5em;
  }
}
.company_wrapper .history table th::after {
  display: block;
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 2px solid #00B00F;
  border-radius: 50%;
  top: 0px;
  left: 86px;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .history table th::after {
    left: 115px;
  }
}
.company_wrapper .history table .pt0 {
  padding-top: 0 !important;
}
.company_wrapper .history table td {
  flex: 1;
  padding: 0 0 2.5em 2em;
  line-height: 1.4;
  border-left: 1px solid rgba(28, 28, 28, 0.3);
}
.company_wrapper .history table .border_none {
  border: none !important;
}
.company_wrapper .history .reveal_table tr {
  opacity: 0;
  transform: translateY(14px);
}
.company_wrapper .history .reveal_table tr.is-show {
  animation: table-fade-up 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes table-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.company_wrapper .group .group_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.company_wrapper .group .group_wrapper .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 40px;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .group .group_wrapper .group {
    flex-direction: row;
    margin-top: 40px;
  }
}
.company_wrapper .group .group_wrapper .group .group_text {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .group .group_wrapper .group .group_text {
    width: calc(100% - 350px);
  }
}
.company_wrapper .group .group_wrapper .group .group_text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .group .group_wrapper .group .group_text h3 {
    font-size: 22px;
  }
}
.company_wrapper .group .group_wrapper .group .group_text table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid rgba(28, 28, 28, 0.3);
}
.company_wrapper .group .group_wrapper .group .group_text table tr {
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .group .group_wrapper .group .group_text table tr {
    flex-direction: row;
  }
}
.company_wrapper .group .group_wrapper .group .group_text table tr th {
  padding: 10px;
  text-align: center;
  padding: 20px 0 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .group .group_wrapper .group .group_text table tr th {
    width: 125px;
    padding: 15px;
    text-align: start;
  }
}
.company_wrapper .group .group_wrapper .group .group_text table tr td {
  padding: 15px;
  text-align: start;
}
.company_wrapper .group .group_wrapper .group .group_text .btn {
  margin-top: 20px;
}
.company_wrapper .group .group_wrapper .group .border_none {
  border-bottom: none !important;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .group .group_wrapper .group .border_none {
    border-bottom: 1px solid rgba(28, 28, 28, 0.3) !important;
  }
}
.company_wrapper .group .group_wrapper .group .group_img {
  width: 70%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .group .group_wrapper .group .group_img {
    width: 50%;
    text-align: start;
  }
}
@media print, screen and (min-width: 960px) {
  .company_wrapper .group .group_wrapper .group .group_img {
    width: 350px;
  }
}
.company_wrapper .commercial .commercial_contents {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .commercial .commercial_contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.company_wrapper .commercial .commercial_contents li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper .commercial .commercial_contents li {
    width: calc(50% - 30px);
  }
}
.company_wrapper .commercial .commercial_contents li iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

/* ************************************************
 *	安全衛生
 * ************************************************ */
.safety_health .safety_health_contents .safety_policy_bg {
  background-color: #110F67;
  padding: 40px 0 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .safety_policy_bg {
    padding: 60px 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg {
    padding: 100px 0 0;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .safety_philosophy {
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .safety_philosophy {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .safety_philosophy {
    padding-bottom: 100px;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner #safety_health_policy {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner #safety_health_policy {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner #safety_health_policy {
    padding-bottom: 100px;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .section_ttl {
  text-align: center;
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .section_ttl h2 {
  color: #fff;
  font-weight: bold;
  padding-left: 0;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .section_ttl h2 {
    font-size: 56px;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .section_ttl h2::before {
  display: none;
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner h3 {
    margin-top: 60px;
    font-size: 26px;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .text {
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner .text {
    font-size: 26px;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner ol {
  list-style-type: decimal;
  /* 標準の数字 */
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0.5em;
  font-weight: bold;
  max-width: 960px;
  margin: 0 auto;
}
@media print, screen and (min-width: 428px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner ol {
    padding-left: 1em;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner ol li {
  text-indent: 0;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner ol li::before {
  content: none !important;
  counter-increment: none !important;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner ol li {
    font-size: 22px;
  }
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_inner ol li::marker {
  font-weight: bold;
  font-feature-settings: "fwid";
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_img {
  position: relative;
  z-index: 0;
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; と同じ */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}
.safety_health .safety_health_contents .safety_policy_bg .safety_policy_logo img {
  height: 100%;
  width: auto;
}
.safety_health .safety_health_contents .bg {
  background: #EFF3EE;
  padding: 40px 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .bg {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .bg {
    padding: 100px 20px;
  }
}
.safety_health .safety_health_contents .activity_details {
  max-width: 1100px;
  margin: 0 auto;
}
.safety_health .safety_health_contents .activity_details h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #110F67;
  font-weight: bold;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .activity_details h3 {
    font-size: 32px;
    margin-top: 80px;
  }
}
.safety_health .safety_health_contents .activity_details .activity_details_contents {
  display: flex;
  flex-direction: column;
  gap: 20px 30px;
}
@media screen and (min-width: 600px) {
  .safety_health .safety_health_contents .activity_details .activity_details_contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.safety_health .safety_health_contents .activity_details .activity_details_contents li {
  width: 100%;
  list-style-type: none;
  border-radius: 10px;
  padding: 25px 35px;
  font-weight: 500;
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .activity_details .activity_details_contents li {
    width: calc(50% - 15px);
  }
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .activity_details .activity_details_contents li {
    width: calc(33.333% - 20px);
  }
}
.safety_health .safety_health_contents .activity_details .activity_details_contents li .number {
  display: block;
  color: #00B00F;
  font-size: 36px;
  top: 10px;
  left: 7px;
  line-height: 1;
  margin-bottom: 10px;
}
.safety_health .safety_health_contents .activity_details .activity_details_flex {
  display: flex;
  flex-direction: column;
  gap: 20px 40px;
  margin-top: 45px;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .activity_details .activity_details_flex {
    flex-direction: row;
  }
}
.safety_health .safety_health_contents .activity_details .activity_details_flex .activity_details_text {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .activity_details .activity_details_flex .activity_details_text {
    width: 70%;
  }
}
.safety_health .safety_health_contents .activity_details .activity_details_flex .activity_details_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .activity_details .activity_details_flex .activity_details_img {
    width: 30%;
  }
}
.safety_health .safety_health_contents .activity_details .activity_details_flex .activity_details_img img {
  border-radius: 10px;
}
.safety_health .safety_health_contents .ltir {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .safety_health .safety_health_contents .ltir {
    margin-top: 45px;
  }
}
.safety_health .safety_health_contents .ltir .transition_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .ltir .transition_wrapper {
    flex-direction: row;
  }
}
.safety_health .safety_health_contents .ltir .transition_wrapper li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .safety_health .safety_health_contents .ltir .transition_wrapper li {
    width: calc(50% - 30px);
  }
}
.safety_health .safety_health_contents .ltir .transition_wrapper li img {
  aspect-ratio: 251/192;
}
.safety_health .safety_health_contents .ltir .transition_wrapper li h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #1C1C1C;
  font-size: 22px;
}
.safety_health .safety_health_contents .ltir .transition_wrapper li strong {
  display: block;
  line-height: 1.8;
}
.safety_health .safety_health_contents .ltir .caution {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.safety_health .safety_health_contents .ltir .caution span {
  display: block;
}
.safety_health .safety_health_contents .ltir .caution .caution_img {
  width: 15px;
}
.safety_health .safety_health_contents .ltir .caution .caution_img img {
  vertical-align: -1px;
}
.safety_health .safety_health_contents .ltir .caution p {
  margin-left: 5px;
}
.safety_health .mt10 {
  margin-top: 10px !important;
}
.safety_health strong {
  font-size: 18px;
  display: block;
}

/* ************************************************
 *	人材育成
 * ************************************************ */
.development .bg {
  background: #EFF3EE;
  padding: 40px 20px;
}
@media print, screen and (min-width: 960px) {
  .development .bg {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .development .bg {
    padding: 100px 20px;
  }
}

#training_policy {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  #training_policy {
    margin-bottom: 100px;
  }
}
#training_policy h2 {
  font-size: 6vw;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 16px rgba(20, 105, 202, 0.7);
  white-space: nowrap;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 428px) {
  #training_policy h2 {
    top: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  #training_policy h2 {
    top: 35%;
  }
}
@media print, screen and (min-width: 960px) {
  #training_policy h2 {
    top: 50%;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1100px) {
  #training_policy h2 {
    font-size: 85px;
  }
}
#training_policy h2 span {
  font-size: 9vw;
}
@media screen and (min-width: 1100px) {
  #training_policy h2 span {
    font-size: 100px;
  }
}
#training_policy .lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  #training_policy .lead {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  #training_policy .lead {
    margin-top: 0;
    white-space: nowrap;
    margin-top: 20px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 5px rgba(20, 105, 202, 0.7);
  }
}

.development_container .lead {
  font-size: 20px;
  padding: 0 0 20px 0;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 960px) {
  .development_container .lead {
    font-size: 26px;
    padding: 0 0 30px 0;
  }
}
.development_container .maintenance {
  padding: 20px 0;
}
@media print, screen and (min-width: 960px) {
  .development_container .maintenance {
    padding: 30px 0;
  }
}
.development_container h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 960px) {
  .development_container h3 {
    font-size: 26px;
  }
}
.development_container h3 span {
  font-size: 16px;
  color: #353535;
  display: block;
  font-weight: 500;
  margin-top: 15px;
}
@media print, screen and (min-width: 960px) {
  .development_container h3 span {
    font-size: 18px;
    display: inline;
    margin-left: 16px;
    margin-top: 0;
  }
}
.development_container h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1C1C1C;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .development_container h4 {
    font-size: 20px;
  }
}
.development_container ul {
  padding-left: 1em;
  list-style: inside;
  margin-top: 15px;
}
.development_container ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.development_container .development_contents h2 {
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
}
.development_container .development_contents .development_contents_flex {
  display: flex;
  flex-direction: column;
  gap: 30px 40px;
}
@media print, screen and (min-width: 768px) {
  .development_container .development_contents .development_contents_flex {
    flex-direction: row;
    align-items: center;
  }
}
.development_container .development_contents .development_contents_flex .development_text_box {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .development_container .development_contents .development_contents_flex .development_text_box {
    width: calc(55% - 20px);
  }
}
.development_container .development_contents .development_contents_flex .development_text_box h3 {
  margin-bottom: 10px;
  color: #110F67;
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .development_container .development_contents .development_contents_flex .development_text_box h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.development_container .development_contents .development_contents_flex .development_text_box .black {
  color: #1C1C1C !important;
  font-size: 22px;
}
.development_container .development_contents .development_contents_flex .img {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
}
@media print, screen and (min-width: 768px) {
  .development_container .development_contents .development_contents_flex .img {
    width: calc(45% - 20px);
  }
}
.development_container .development_contents .development_contents_flex .img img {
  border-radius: 10px;
}
.development_container .development_contents .development_contents_flex .development_img_box {
  display: flex;
  gap: 20px;
}
.development_container .pb {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
@media print, screen and (min-width: 768px) {
  .development_container .pb {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .development_container .pb {
    padding-bottom: 100px;
  }
}
.development_container #education_system .bg {
  background: linear-gradient(135deg, #110F67 0%, #060534 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .development_container #education_system .bg {
    padding: 60px 20px;
  }
}
.development_container #education_system .bg .education_system_wrapper {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .development_container #education_system .bg {
    padding: 100px 20px;
  }
}
.development_container #education_system .bg h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .development_container #education_system .bg h2 {
    font-size: 56px;
  }
}
.development_container #education_system .bg p {
  color: #fff;
  font-size: 18px;
  text-align: start;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .development_container #education_system .bg p {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
  }
}
.development_container #education_system .bg .education_system_bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  pointer-events: none;
  z-index: 0;
}
.development_container #education_system .bg .education_system_bg img {
  height: 100%;
  width: auto;
}

.bg_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.teacher_contents_flex {
  display: flex;
  flex-direction: column;
  gap: 30px 60px;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .teacher_contents_flex {
    flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
}
.teacher_contents_flex .teacher_text_box {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .teacher_contents_flex .teacher_text_box {
    width: calc(60% - 30px);
  }
}
.teacher_contents_flex .teacher_text_box .box {
  max-width: 260px;
}
.teacher_contents_flex .img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .teacher_contents_flex .img {
    width: 80%;
  }
}
.teacher_contents_flex .img img {
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .teacher_contents_flex .img img {
    border-radius: 10px 0 0 10px;
  }
}

#qualification .box {
  max-width: 350px;
}

.box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}

/* ************************************************
 *	バーンフュージョンの魅力
 * ************************************************ */
.about .inner_bg {
  padding-top: 0 !important;
  background: url("images/about-bg.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.about .bg {
  background-color: rgba(239, 243, 238, 0.6);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .about .bg {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .about .bg {
    padding: 100px 0;
  }
}
.about .copy {
  text-align: center;
  font-weight: 900;
  font-style: italic;
  color: #110F67;
  font-size: 40px;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 960px) {
  .about .copy {
    font-size: 88px;
  }
}
.about .copy span {
  color: #00B00F;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 960px) {
  .about .copy span {
    font-size: 88px;
  }
}
.about .text {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 18px;
  text-align: start !important;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .about .text {
    font-size: 24px;
  }
}
.about h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgba(29, 59, 84, 0.8);
  margin-bottom: 10px;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .about h3 {
    font-size: 26px;
  }
}
.about h3 span {
  display: inline-block;
  margin-left: 1em;
}
@media print, screen and (min-width: 960px) {
  .about h3 span {
    margin-left: 1.25em;
  }
}
.about #five_relief {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.about #five_relief .section_ttl {
  text-align: center;
}
.about #five_relief .section_ttl .bg_logo {
  font-size: 15vw;
  font-weight: 600;
  color: rgba(20, 105, 202, 0.5);
  display: block;
  font-family: "Akshar";
  line-height: 1;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.about #five_relief .section_ttl h2 {
  font-size: 44px;
  font-weight: bold;
  color: #00B00F;
  text-align: center;
  padding: 0;
  display: inline-block;
  border-bottom: 8px solid #00B00F;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .section_ttl h2 {
    font-size: 88px;
  }
}
.about #five_relief .section_ttl h2 span {
  font-size: 120px;
  font-weight: 600;
  font-family: "Akshar";
  line-height: 0.9;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .section_ttl h2 span {
    font-size: 224px;
  }
}
.about #five_relief .section_ttl h2::before {
  display: none;
}
.about #five_relief .five_relief_container {
  padding: 20px 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .about #five_relief .five_relief_container {
    padding: 30px 0;
  }
}
.about #five_relief .five_relief_container h3 {
  display: flex;
  justify-content: flex-start;
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
  line-height: 1.6;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .about #five_relief .five_relief_container h3 {
    flex-direction: row;
  }
}
.about #five_relief .five_relief_container h3 .number {
  font-size: 66px;
  font-weight: 600;
  font-family: "Akshar";
  color: #00B00F;
  margin: 0;
  display: inline-block;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container h3 .number {
    margin: 0 20px 0 0;
    font-size: 132px;
    padding-top: 15px;
  }
}
.about #five_relief .five_relief_container h3 .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-left: 0;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .about #five_relief .five_relief_container h3 .ttl {
    padding: 15px 26px;
    text-align: start;
  }
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container h3 .ttl {
    font-size: 48px;
  }
}
.about #five_relief .five_relief_container .top_text {
  color: #fff;
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container .top_text {
    font-size: 24px;
    padding-left: 1em;
  }
}
.about #five_relief .five_relief_container ul {
  list-style: none;
  color: #fff;
  color: #00B00F;
}
.about #five_relief .five_relief_container ul li {
  color: #fff;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container ul li {
    margin-top: 50px;
  }
}
.about #five_relief .five_relief_container ul li h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
  text-indent: 0;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container ul li h4 {
    font-size: 32px;
  }
}
.about #five_relief .five_relief_container ul li h4::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  background-color: #00B00F;
}
.about #five_relief .five_relief_container ul li p {
  text-indent: 0;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 1.6em;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container ul li p {
    font-size: 18px;
  }
}
.about #five_relief .five_relief_container .relief_flex {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 26px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .about #five_relief .five_relief_container .relief_flex {
    flex-direction: row;
  }
}
.about #five_relief .five_relief_container .relief_flex li {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 18px 10px 25px 10px;
  font-family: "Noto Sans JP";
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .about #five_relief .five_relief_container .relief_flex li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container .relief_flex li {
    width: calc(33.3333% - 13.3333px);
  }
}
.about #five_relief .five_relief_container .relief_flex li h5 {
  font-size: 20px;
  font-weight: bold;
  color: #110F67;
  padding-bottom: 15px;
  border-bottom: 8px solid #110F67;
  font-size: 20px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container .relief_flex li h5 {
    font-size: 24px;
  }
}
.about #five_relief .five_relief_container .relief_flex li p {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #110F67;
  font-size: 20px;
  font-weight: bold;
  color: #00B00F;
  padding: 0;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container .relief_flex li p {
    font-size: 32px;
  }
}
.about #five_relief .five_relief_container .relief_flex li p .number {
  font-size: 50px;
  font-family: "Akshar";
  font-weight: 600;
  color: #00B00F;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .five_relief_container .relief_flex li p .number {
    font-size: 72px;
  }
}
.about #five_relief .five_relief_container .relief_flex li .relief_img {
  margin: 0 auto;
}
.about #five_relief .five_relief_container .relief_flex li .releaf01 {
  width: 160px;
}
.about #five_relief .five_relief_container .relief_flex li .releaf02 {
  width: 160px;
}
.about #five_relief .five_relief_container .relief_flex li .releaf03 {
  width: 110px;
}
.about #five_relief .five_relief_container.mb0 {
  margin-bottom: 0 !important;
}
.about #five_relief .btn {
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .about #five_relief .btn {
    margin-top: 40px;
  }
}
.about .career_flex {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .about .career_flex {
    margin-top: 50px;
  }
}
.about .career_flex .text_container {
  width: 100%;
}
.about .career_flex .career_img {
  width: 100%;
}
.about .pass_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 960px) {
  .about .pass_flex {
    flex-direction: row;
  }
}
.about .pass_flex .pass_contents {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .about .pass_flex .pass_contents {
    padding: 26px 30px;
    margin-left: 1.4em;
    max-width: 550px;
  }
}
@media print, screen and (min-width: 960px) {
  .about .pass_flex .pass_contents {
    margin-top: 50px;
    padding: 26px 30px;
    margin-left: 1.4em;
    max-width: 700px;
  }
}
.about .pass_flex .pass_contents strong {
  font-size: 20px;
  display: block;
  color: #110F67;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .about .pass_flex .pass_contents strong {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .about .pass_flex .pass_contents strong {
    font-size: 32px;
  }
}
.about .pass_flex .pass_contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.about .pass_flex .pass_contents ul li {
  color: #1C1C1C !important;
  margin: 0 !important;
  min-width: 300px;
  text-indent: 0 !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.about .pass_flex .pass_contents ul li:last-child {
  border-bottom: none;
}
.about .pass_flex .pass_contents ul li p {
  font-size: 16px !important;
  padding: 0 !important;
}
@media screen and (min-width: 600px) {
  .about .pass_flex .pass_contents ul li p {
    font-size: 24px !important;
  }
}
@media print, screen and (min-width: 960px) {
  .about .pass_flex .pass_contents ul li p {
    font-size: 32px !important;
  }
}
.about .pass_flex .pass_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .about .pass_flex .pass_img {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 960px) {
  .about .pass_flex .pass_img {
    width: calc(100% - 600px);
  }
}
.about .pass_flex .pass_img figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about .pass_flex .pass_img figure {
    width: calc(50% - 5px);
  }
}
.about .pass_flex .pass_img figure img {
  border-radius: 10px;
}
.about .work_place_flex {
  display: flex;
  flex-direction: column;
  gap: 20px 50px;
}
@media print, screen and (min-width: 960px) {
  .about .work_place_flex {
    flex-direction: row;
  }
}
.about .work_place_flex .work_place_left {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .about .work_place_flex .work_place_left {
    width: 480px;
    min-width: 480px;
  }
}
.about .work_place_flex .work_place_left .work_place_box {
  padding: 15px;
  background-color: rgba(4, 136, 252, 0.1);
  border-radius: 10px;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .about .work_place_flex .work_place_left .work_place_box {
    padding: 15px 17px;
  }
}
.about .work_place_flex .work_place_left .work_place_box p {
  margin-left: 10px;
}
.about .work_place_flex .work_place_left .work_place_box ul {
  margin-top: 0 !important;
}
.about .work_place_flex .work_place_left .work_place_box ul li {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-indent: -0.8em !important;
  font-family: "Noto Sans JP";
}
@media print, screen and (min-width: 428px) {
  .about .work_place_flex .work_place_left .work_place_box ul li {
    font-size: 22px;
    padding-left: 14px;
  }
}
.about .work_place_flex .work_place_left .work_place_box span {
  font-size: 10px;
  display: block;
  text-align: end;
  margin-right: 30px;
}
.about .work_place_flex .work_place_right {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .about .work_place_flex .work_place_right {
    width: auto;
  }
}
.about #event_sponsorship {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.about #sports_sponsorship {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.about .challenge_system .title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .about .challenge_system .title {
    font-size: 22px;
  }
}
.about .challenge_system .challenge_list {
  padding: 30px 0 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .about .challenge_system .challenge_list {
    flex-direction: row;
  }
}
.about .challenge_system .challenge_list li {
  border-radius: 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about .challenge_system .challenge_list li {
    width: calc(50% - 10px);
    min-width: 353px;
  }
}
@media print, screen and (min-width: 960px) {
  .about .challenge_system .challenge_list li {
    width: calc(33.333% - 13.3333px);
  }
}
.about .challenge_system .challenge_list li .img img {
  border-radius: 10px 10px 0 0;
}
.about .challenge_system .challenge_list li p {
  padding: 18px 0 25px;
  background-color: #110F67;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border-radius: 0 0 10px 10px;
}
.about .challenge_system strong {
  display: block;
  margin-top: 30px;
}
.about .challenge_system .challenge_flex {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 26px 16px;
  padding-left: 0 !important;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .about .challenge_system .challenge_flex {
    flex-direction: row;
  }
}
.about .challenge_system .challenge_flex li {
  border-radius: 10px;
  width: 100%;
  padding: 18px 25px;
  margin-left: 0 !important;
  border: 1px solid rgba(4, 136, 252, 0.7);
}
@media print, screen and (min-width: 960px) {
  .about .challenge_system .challenge_flex li {
    width: calc(33.3333% - 5.3333px - 8px);
  }
}
.about .challenge_system .challenge_flex li span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.about .challenge_system .challenge_flex li strong {
  font-size: 22px;
  line-height: 1.4;
}
.about .sports_sponsorship .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about .sports_sponsorship .text_list {
  list-style: inside;
  margin-top: 30px;
}
.about .donation .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about .donation .flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .about .donation .flex {
    margin-right: calc(50% - 50vw);
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.about .donation .flex .text_container {
  width: 100% !important;
}
@media print, screen and (min-width: 960px) {
  .about .donation .flex .text_container {
    width: 400px !important;
    margin-right: 60px;
  }
}
.about .donation .flex .img {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 10px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .about .donation .flex .img {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 960px) {
  .about .donation .flex .img {
    width: calc(100% - 400px - 15px);
    flex-wrap: nowrap;
  }
}
.about .donation .flex .img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .about .donation .flex .img img {
    width: calc(50% - 5px);
  }
}
@media print, screen and (min-width: 960px) {
  .about .donation .flex .img img {
    width: 45%;
  }
}
.about .donation .text_list {
  list-style: inside;
}
.about .event_sponsorship .table_wrapper {
  margin-top: 10px;
}
.about .event_sponsorship table {
  border-collapse: collapse;
  width: 100%;
  max-width: 515px;
  border-top: 1px solid rgba(53, 53, 53, 0.3);
}
@media print, screen and (min-width: 960px) {
  .about .event_sponsorship table {
    width: calc(50% - 40px);
  }
}
.about .event_sponsorship table tr {
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.about .event_sponsorship table td {
  display: block;
  padding: 10px 0 10px 5px;
}
@media print, screen and (min-width: 428px) {
  .about .event_sponsorship table td {
    padding: 10px 0 10px 10px;
  }
}
.about .sorai .flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media print, screen and (min-width: 960px) {
  .about .sorai .flex {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.about .sorai .flex .text_container {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .about .sorai .flex .text_container {
    width: 500px;
    margin-right: 60px;
  }
}
.about .sorai .flex .text_container .btn {
  margin-top: 30px;
}
.about .sorai .flex .img {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .about .sorai .flex .img {
    width: calc(100% - 500px);
    margin-top: -80px;
  }
}
.about .sorai .flex .img img {
  width: 70%;
}
@media print, screen and (min-width: 960px) {
  .about .sorai .flex .img img {
    width: 100%;
  }
}
.about .sp_visible {
  display: inline !important;
}
@media print, screen and (min-width: 428px) {
  .about .sp_visible {
    display: none !important;
  }
}

/* ************************************************
 *	お仕事をお探しの方へ
 * ************************************************ */
.job .bg {
  padding: 40px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
  .job .bg {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .job .bg {
    padding: 100px 0 100px 0;
  }
}
.job .bg h2 {
  background-color: #f3f3f3;
}
.job .jobSwiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  /* 左矢印 */
  /* 右矢印 */
}
.job .jobSwiper .section_ttl {
  padding: 0 20px;
  max-width: 1140px;
  margin: 0 auto 30px;
}
.job .jobSwiper .swiper-slide {
  text-align: center;
}
.job .jobSwiper .swiper-slide a {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .job .jobSwiper .swiper-slide a {
    font-size: 22px;
  }
}
.job .jobSwiper .swiper-slide .slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.job .jobSwiper .swiper-slide .slide-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
.job .jobSwiper .swiper-button-prev,
.job .jobSwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 60%;
  pointer-events: auto !important;
}
@media print, screen and (min-width: 960px) {
  .job .jobSwiper .swiper-button-prev,
  .job .jobSwiper .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
.job .jobSwiper .swiper-button-prev:after,
.job .jobSwiper .swiper-button-next:after {
  display: none;
}
.job .jobSwiper .swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.job .jobSwiper .swiper-button-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  left: 21px;
  border-top: solid 4px #00B00F;
  border-left: solid 4px #00B00F;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 960px) {
  .job .jobSwiper .swiper-button-prev::before {
    width: 16px;
    height: 16px;
    left: 33px;
  }
}
.job .jobSwiper .swiper-button-next {
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.job .jobSwiper .swiper-button-next::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  right: 21px;
  border-top: solid 4px #00B00F;
  border-right: solid 4px #00B00F;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 960px) {
  .job .jobSwiper .swiper-button-next::before {
    width: 16px;
    height: 16px;
    right: 33px;
  }
}

.text {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .text {
    font-size: 22px;
  }
}

.link_banner {
  text-align: center;
}
.link_banner a {
  transition: all ease 0.3s;
  display: inline-block;
}
.link_banner a:hover {
  opacity: 0.7;
}
.link_banner a .banner_img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .link_banner a .banner_img {
    width: 100%;
  }
}

#recruit_flow.inner_wide {
  width: 100%;
  max-width: none !important;
  margin-left: 50% !important;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  #recruit_flow.inner_wide {
    width: 100vw !important;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1640px) {
  #recruit_flow.inner_wide {
    width: 1600px !important;
    max-width: none !important;
    min-width: 1600px !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }
}

.recruit_flow_img img {
  display: block;
  height: auto;
  width: 70%;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .recruit_flow_img img {
    width: 100%;
    padding: 0;
  }
}

/* ************************************************
 *　FAQ
 * ************************************************ */
.job_question {
  padding: 0 20px;
}
.job_question h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all ease 0.2s;
  padding-left: 1.8em;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .job_question h3 {
    font-size: 24px;
    margin-top: 45px;
  }
}
.job_question h3:hover {
  color: #00B00F;
}
.job_question h3::before {
  position: absolute;
  display: block;
  content: "";
  top: 44%;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #353535;
}
.job_question h3::after {
  position: absolute;
  display: block;
  content: "";
  top: 44%;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #353535;
  transform: rotate(90deg);
  opacity: 1;
  transition: all ease 0.6s;
}
.job_question h3.active::after {
  opacity: 0;
  transform: rotate(90deg) scaleY(0);
}

.faq-accordion {
  margin: 0 auto;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-out;
}

.panel {
  margin-bottom: 15px;
}

.q {
  margin-right: 20px;
  color: #00B00F;
}

.panel-header {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: none;
  color: #1C1C1C;
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border-radius: 5px;
}
@media print, screen and (min-width: 960px) {
  .panel-header {
    padding: 15px 60px;
  }
}

.panel-header:hover {
  background: #fff;
}

.icon {
  font-size: 20px;
  transition: transform 0.5s;
  margin-left: auto;
  padding-left: 15px;
  color: #00B00F;
}

.panel-header.active .icon {
  transform: rotate(45deg);
}

.panel-content {
  height: auto;
  overflow: visible;
}

.panel-body {
  padding: 0 20px 20px 20px;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  color: #1C1C1C;
}
@media print, screen and (min-width: 960px) {
  .panel-body {
    font-size: 24px;
    padding: 0 90px 20px 70px;
  }
}

/* ************************************************
 *　企業のご担当者様へ
 * ************************************************ */
.message .fixed_btn {
  display: inline-block;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #fff;
  background: linear-gradient(90deg, #00B00F 0%, #C8E47B 100%);
  padding: 20px 15px 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
  transition: all ease 0.3s;
  z-index: 99;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .message .fixed_btn {
    bottom: unset;
    padding: 30px 20px 40px;
    top: 180px;
    transform: translateY(0);
  }
}
.message .fixed_btn:hover {
  opacity: 0.7;
}
.message .fixed_btn::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 15px;
  left: 55%;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 960px) {
  .message .fixed_btn::after {
    bottom: 15px;
    left: 55%;
    width: 25px;
    height: 15px;
  }
}
.message .fixed_btn p {
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .message .fixed_btn p {
    font-size: 22px;
  }
}
.message .message_flex {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 960px) {
  .message .message_flex {
    flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
}
.message .message_flex .text {
  text-align: start;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .message .message_flex .text {
    font-size: 22px;
    width: 580px;
    min-width: 580px;
    margin-right: 20px;
  }
}
.message .message_flex .message_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .message .message_flex .message_img {
    width: 80%;
  }
}
.message .message_flex .message_img img {
  border-radius: 10px;
}
@media print, screen and (min-width: 960px) {
  .message .message_flex .message_img img {
    border-radius: 10px 0 0 10px;
  }
}
.message .bg {
  background: #EFF3EE;
  padding: 40px 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .message .bg {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .message .bg {
    padding: 100px 20px;
  }
}
.message .bg .bg_logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  pointer-events: none;
  z-index: 0;
}
.message .bg .bg_logo img {
  height: 100%;
  width: auto;
}
.message .bg .bg_logo.href {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  pointer-events: none;
  z-index: 0;
}
.message .bg .bg_logo.href img {
  height: 50%;
  width: auto;
}
.message .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.message .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.message h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 20px 8px;
  background-color: #00B00F;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .message h3 {
    font-size: 50px;
    padding: 5px 45px 10px;
  }
}
.message h3 .small {
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .message h3 .small {
    font-size: 24px;
    display: inline;
  }
}
.message h4 {
  font-size: 20px;
  color: #110F67;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .message h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.message h5 {
  font-size: 18px;
  color: #110F67;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .message h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.message strong {
  margin-top: 30px;
  display: block;
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .message strong {
    margin-top: 35px;
    font-size: 24px;
  }
}
.message .message_top_flex {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px 54px;
}
@media print, screen and (min-width: 768px) {
  .message .message_top_flex {
    flex-direction: row;
  }
}
.message .message_top_flex .img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .message .message_top_flex .img {
    width: calc(50% - 27px);
  }
}
.message .message_top_flex .img img {
  border-radius: 10px;
}
.message .inner_bg {
  background-color: rgba(4, 136, 252, 0.05);
  padding: 35px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .message .inner_bg {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .message .inner_bg {
    padding: 100px 0;
  }
}
.message .inner_bg .inner_short {
  padding: 0 20px;
}
.message #business_contract,
.message #training_outsourcing,
.message #dispatch {
  position: relative;
  z-index: 1;
}
.message .service_container .service_contents,
.message .global_human_resources .service_contents,
.message .training_outsourcing .service_contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .service_contents,
  .message .global_human_resources .service_contents,
  .message .training_outsourcing .service_contents {
    flex-direction: row;
  }
}
.message .service_container .service_contents strong,
.message .global_human_resources .service_contents strong,
.message .training_outsourcing .service_contents strong {
  font-size: 20px;
  color: #1C1C1C;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .service_contents strong,
  .message .global_human_resources .service_contents strong,
  .message .training_outsourcing .service_contents strong {
    font-size: 24px;
  }
}
.message .service_container .service_contents li,
.message .global_human_resources .service_contents li,
.message .training_outsourcing .service_contents li {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .service_contents li,
  .message .global_human_resources .service_contents li,
  .message .training_outsourcing .service_contents li {
    width: calc(50% - 20px);
  }
}
.message .service_container .service_contents li h5,
.message .global_human_resources .service_contents li h5,
.message .training_outsourcing .service_contents li h5 {
  margin-bottom: 10px;
  line-height: 1.4;
}
.message .service_container .service_contents li p,
.message .global_human_resources .service_contents li p,
.message .training_outsourcing .service_contents li p {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .service_contents li p,
  .message .global_human_resources .service_contents li p,
  .message .training_outsourcing .service_contents li p {
    margin-left: 1em;
  }
}
.message .service_container .service_contents li.bg_gray,
.message .global_human_resources .service_contents li.bg_gray,
.message .training_outsourcing .service_contents li.bg_gray {
  background-color: #EFF3EE;
}
.message .service_container .works_contents,
.message .global_human_resources .works_contents,
.message .training_outsourcing .works_contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .works_contents,
  .message .global_human_resources .works_contents,
  .message .training_outsourcing .works_contents {
    flex-direction: row;
  }
}
.message .service_container .works_contents li,
.message .global_human_resources .works_contents li,
.message .training_outsourcing .works_contents li {
  width: 100%;
  border-radius: 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .works_contents li,
  .message .global_human_resources .works_contents li,
  .message .training_outsourcing .works_contents li {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 960px) {
  .message .service_container .works_contents li,
  .message .global_human_resources .works_contents li,
  .message .training_outsourcing .works_contents li {
    width: calc(33.3333% - 13.3333px);
  }
}
.message .service_container .works_contents li .img img,
.message .global_human_resources .works_contents li .img img,
.message .training_outsourcing .works_contents li .img img {
  border-radius: 10px 10px 0 0;
}
.message .service_container .works_contents li .text_box,
.message .global_human_resources .works_contents li .text_box,
.message .training_outsourcing .works_contents li .text_box {
  background-color: #110F67;
  padding: 10px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .works_contents li .text_box,
  .message .global_human_resources .works_contents li .text_box,
  .message .training_outsourcing .works_contents li .text_box {
    min-height: 173px;
  }
}
@media print, screen and (min-width: 960px) {
  .message .service_container .works_contents li .text_box,
  .message .global_human_resources .works_contents li .text_box,
  .message .training_outsourcing .works_contents li .text_box {
    min-height: 230px;
  }
}
.message .service_container .works_contents li .text_box h5,
.message .global_human_resources .works_contents li .text_box h5,
.message .training_outsourcing .works_contents li .text_box h5 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .message .service_container .works_contents li .text_box h5,
  .message .global_human_resources .works_contents li .text_box h5,
  .message .training_outsourcing .works_contents li .text_box h5 {
    font-size: 32px;
  }
}
.message .service_container .works_contents li .text_box p,
.message .global_human_resources .works_contents li .text_box p,
.message .training_outsourcing .works_contents li .text_box p {
  color: #fff;
}
.message .service_container .dispatch_contnets li,
.message .global_human_resources .dispatch_contnets li,
.message .training_outsourcing .dispatch_contnets li {
  display: flex;
  background-color: #fff;
}
.message .service_container .dispatch_contnets li .number,
.message .global_human_resources .dispatch_contnets li .number,
.message .training_outsourcing .dispatch_contnets li .number {
  width: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  color: rgba(29, 59, 84, 0.8);
}
.message .service_container .dispatch_contnets li p,
.message .global_human_resources .dispatch_contnets li p,
.message .training_outsourcing .dispatch_contnets li p {
  margin-left: 10px;
}
.message .service_flow {
  margin-top: 15px;
}
.message .service_flow li {
  border-left: 1px solid rgba(53, 53, 53, 0.3);
  padding-bottom: 30px;
  position: relative;
  padding-left: 40px;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .message .service_flow li {
    padding-bottom: 40px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .message .service_flow li {
    padding-bottom: 40px;
    padding-left: 50px;
  }
}
.message .service_flow li:last-child {
  border-left: none;
}
.message .service_flow li::after {
  display: block;
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 2px solid #00B00F;
  border-radius: 50%;
  top: 0px;
  left: -0.6em;
}
.message .service_flow li .service_flow_title {
  color: #110F67;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  border: none;
  padding: 0;
  text-align: start;
  background-color: transparent;
  line-height: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .message .service_flow li .service_flow_title {
    font-size: 24px;
  }
}
.message .correspondence_contents p {
  margin-left: 0 !important;
}
.message .team_dispatch {
  display: flex;
  flex-direction: column;
  gap: 20px 40px;
}
@media print, screen and (min-width: 960px) {
  .message .team_dispatch {
    flex-direction: row;
  }
}
.message .team_dispatch .text_container {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .message .team_dispatch .text_container {
    width: 570px;
    min-width: 570px;
  }
}
.message .team_dispatch .text_container strong {
  margin-top: 0;
}
.message .team_dispatch .img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .message .team_dispatch .img {
    width: auto;
  }
}
.message .team_dispatch .img img {
  border-radius: 10px;
}
.message .paid {
  margin-top: 30px;
}
.message .paid strong {
  margin-top: 20px;
}
.message .paid h5 {
  background-color: #110F67;
  color: #fff;
  padding: 10px 0 10px 30px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .message .paid h5 {
    font-size: 24px;
  }
}
.message .paid .text_box {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media print, screen and (min-width: 960px) {
  .message .paid .text_box {
    padding: 20px 30px;
  }
}
.message .paid .text_box strong {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.message .paid .text_box .box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .message .paid .text_box .box {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .message .paid .text_box .box .img {
    margin-right: 30px;
  }
}
.message .paid .text_box .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .message .paid .text_box .box ul {
    width: 80%;
  }
}
.message .paid .text_box .box ul li {
  width: calc(50% - 15px);
}
@media print, screen and (min-width: 768px) {
  .message .paid .text_box .box ul li {
    width: calc(25% - 22.5px);
  }
}
.message .training_outsourcing .service_contents p {
  margin-left: 0 !important;
}
.message .global_human_resources .box {
  background-color: transparent;
  border-radius: 10px;
  margin-top: 30px;
}
.message .global_human_resources .box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #110F67;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .message .global_human_resources .box h5 {
    font-size: 24px;
  }
}
.message .global_human_resources .box .specified_skilled {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 600px) {
  .message .global_human_resources .box .specified_skilled {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .message .global_human_resources .box .specified_skilled {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 60px;
         column-gap: 60px;
    max-width: 900px;
    margin: 0 auto;
  }
}
.message .global_human_resources .box .specified_skilled li {
  list-style: none;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
  padding-left: 1.2em;
  color: #1C1C1C;
  white-space: nowrap;
  font-size: 14px;
}
@media print, screen and (min-width: 428px) {
  .message .global_human_resources .box .specified_skilled li {
    margin-right: 60px;
    font-size: 18px;
  }
}
.message .global_human_resources .box .specified_skilled li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #00B00F;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.message .global_human_resources .text_box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media print, screen and (min-width: 960px) {
  .message .global_human_resources .text_box {
    padding: 20px 30px;
  }
}
.message .global_human_resources .text_box strong {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.message .global_human_resources .text_box .box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .message .global_human_resources .text_box .box {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .message .global_human_resources .text_box .box .img {
    margin-right: 30px;
  }
}
.message .global_human_resources .text_box .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .message .global_human_resources .text_box .box ul {
    width: 80%;
  }
}
.message .global_human_resources .text_box .box ul li {
  width: calc(50% - 15px);
}
@media print, screen and (min-width: 768px) {
  .message .global_human_resources .text_box .box ul li {
    width: calc(25% - 22.5px);
  }
}
.message .country_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .message .country_flex li {
    width: calc(12.5% - 17.5px);
  }
}
.message .country_flex li p {
  text-align: center;
}
.message .list {
  list-style: inside;
}
.message .training_outsourcing .text_box strong {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.message .training_outsourcing .text_box .box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .message .training_outsourcing .text_box .box {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .message .training_outsourcing .text_box .box .img {
    margin-right: 30px;
  }
}
.message .training_outsourcing .text_box .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .message .training_outsourcing .text_box .box ul {
    width: 80%;
  }
}
.message .training_outsourcing .text_box .box ul li {
  width: calc(50% - 15px);
}
@media print, screen and (min-width: 768px) {
  .message .training_outsourcing .text_box .box ul li {
    width: calc(25% - 22.5px);
  }
}

/* ************************************************
 *　採用情報
 * ************************************************ */
.recruit_main_visual {
  margin-top: -60px;
}
@media print, screen and (min-width: 768px) {
  .recruit_main_visual {
    margin-top: 0;
  }
}

.recruit_main_visual {
  position: relative;
}
.recruit_main_visual .mv_wrapper {
  position: relative;
}
.recruit_main_visual .mv_wrapper .recruit_page_ttl {
  position: absolute;
  top: 77%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl {
    top: 40%;
    transform: translate(0, -50%);
    text-align: start;
    left: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl {
    top: 35%;
    left: 8%;
  }
}
@media screen and (min-width: 1600px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl {
    top: 25%;
  }
}
.recruit_main_visual .mv_wrapper .recruit_page_ttl .logo {
  font-size: 13vw;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Akshar";
  line-height: 0.8;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl .logo {
    font-size: 70px;
    text-align: start;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl .logo {
    font-size: 6.5vw;
  }
}
.recruit_main_visual .mv_wrapper .recruit_page_ttl .en_ttl {
  font-size: 24vw;
  font-weight: 600;
  color: #15E326;
  text-align: center;
  font-weight: 600;
  display: block;
  line-height: 1;
  font-family: "Akshar";
}
@media print, screen and (min-width: 768px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl .en_ttl {
    font-size: 9.8vw;
    text-align: start;
  }
}
.recruit_main_visual .mv_wrapper .recruit_page_ttl .ja_ttl {
  font-size: 8vw;
  color: #15E326 !important;
  color: #040F36;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl .ja_ttl {
    font-size: 28px;
    text-align: start !important;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl .ja_ttl {
    font-size: 40px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit_main_visual .mv_wrapper .recruit_page_ttl .ja_ttl {
    font-size: 2.1vw;
  }
}
.recruit_main_visual .page_copy {
  position: static;
  z-index: 3;
  padding: 0 20px;
}
@media screen and (min-width: 1600px) {
  .recruit_main_visual .page_copy {
    position: absolute;
    top: 50%;
    left: 8%;
    padding: 0;
  }
}
.recruit_main_visual p {
  margin-top: 30px;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .recruit_main_visual p {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_main_visual p {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_main_visual p {
    font-size: 24px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit_main_visual p {
    font-size: 1.25vw;
    color: #fff;
    text-align: start;
    margin-top: 70px;
  }
}

.recruit .banner_img {
  width: 100%;
  box-shadow: 0 3px 5px rgba(148, 205, 255, 0.5);
}
.recruit .banner_img a {
  display: block;
  transition: all ease 0.3s;
}
.recruit .banner_img a:hover {
  opacity: 0.7;
}
.recruit .bg {
  padding: 40px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
  .recruit .bg {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit .bg {
    padding: 100px 0 100px 0;
  }
}
.recruit .bg h2 {
  background-color: #f3f3f3;
}
.recruit .fixed_btn {
  display: inline-block;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #fff;
  background: linear-gradient(90deg, #00B00F 0%, #C8E47B 100%);
  padding: 20px 15px 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
  transition: all ease 0.3s;
  z-index: 99;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .recruit .fixed_btn {
    bottom: unset;
    padding: 30px 20px 40px;
    top: 180px;
    transform: translateY(0);
  }
}
.recruit .fixed_btn:hover {
  opacity: 0.7;
}
.recruit .fixed_btn::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 15px;
  left: 55%;
  width: 15px;
  height: 10px;
  background-image: url(images/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 960px) {
  .recruit .fixed_btn::after {
    bottom: 15px;
    left: 55%;
    width: 25px;
    height: 15px;
  }
}
.recruit .fixed_btn p {
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .recruit .fixed_btn p {
    font-size: 22px;
  }
}
.recruit .link_banner {
  text-align: center;
}
.recruit .link_banner a {
  transition: all ease 0.3s;
  display: inline-block;
}
.recruit .link_banner a:hover {
  opacity: 0.7;
}
.recruit .link_banner a .banner_img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .recruit .link_banner a .banner_img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .recruit .link_banner a .banner_img img {
    width: 75%;
  }
}
.recruit .job_contents {
  display: flex;
  flex-direction: column;
  gap: 20px 70px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .recruit .job_contents {
    flex-direction: row;
    gap: 30px 70px;
  }
}
.recruit .job_contents li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .recruit .job_contents li {
    width: calc(50% - 35px);
  }
}
.recruit .job_contents li .img_wrapper {
  position: relative;
}
.recruit .job_contents li .img_wrapper .job_img img {
  border-radius: 10px;
}
.recruit .job_contents li .img_wrapper h3 {
  font-weight: bold;
  color: #110F67;
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 80%;
  border-radius: 0 10px 0 0;
  white-space: nowrap;
  padding: 10px 0;
}
@media print, screen and (min-width: 960px) {
  .recruit .job_contents li .img_wrapper h3 {
    font-size: 32px;
  }
}
.recruit .job_contents li p {
  margin-top: 10px;
}
.recruit .mt {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .recruit .mt {
    margin-top: 90px;
  }
}
.recruit .voice_wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .recruit .voice_wrapper {
    flex-direction: row;
  }
}
.recruit .voice_wrapper .text_container p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .recruit .voice_wrapper .text_container p {
    font-size: 24px;
    text-align: start;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit .voice_wrapper .text_container p {
    font-size: 32px;
  }
}
.recruit .voice_wrapper .text_container .name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruit .voice_wrapper .text_container .name {
    font-size: 20px;
  }
}
.recruit .voice_wrapper .text_container .name span {
  font-size: 22px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .recruit .voice_wrapper .text_container .name span {
    font-size: 28px;
  }
}
.recruit .number .section_ttl .en_ttl {
  font-size: 12.5vw;
  color: #0488FC;
  font-weight: 600;
  font-family: "Akshar";
  display: block;
  max-width: 1700px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 1700px) {
  .recruit .number .section_ttl .en_ttl {
    font-size: 224px;
    width: 1700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit .number .section_ttl .ja_ttl {
  color: #fff !important;
  font-size: 32px;
  font-weight: bold;
  display: block;
  position: relative;
  margin-left: 1.2em;
}
@media print, screen and (min-width: 960px) {
  .recruit .number .section_ttl .ja_ttl {
    font-size: 40px;
  }
}
.recruit .number .section_ttl .ja_ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  top: 51%;
  left: -1.2em;
  transform: translateY(-50%);
  background-color: #00B00F;
}
.recruit .number .caution {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  margin-left: 3.5rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .recruit .number .caution {
    margin-left: 4.5rem;
  }
}
.recruit .number_contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .recruit .number_contents {
    flex-direction: row;
  }
}
.recruit .number_contents li {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}
@media print, screen and (min-width: 768px) {
  .recruit .number_contents li {
    width: calc(50% - 15px);
  }
}
@media print, screen and (min-width: 960px) {
  .recruit .number_contents li {
    width: calc(33.3333% - 20px);
  }
}
.recruit .number_contents li .list_container h3 {
  color: #040F36;
  border-bottom: 8px solid #040F36;
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
  white-space: nowrap;
  font-weight: bold;
}
.recruit .number_contents li .list_container p {
  color: #00B00F;
  text-align: center;
  font-weight: bold;
  font-size: 54px;
}
.recruit .number_illust_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .recruit .number_illust_contents {
    flex-direction: row;
  }
}
.recruit .number_illust_contents li {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}
@media print, screen and (min-width: 768px) {
  .recruit .number_illust_contents li {
    width: calc(50% - 15px);
  }
}
@media print, screen and (min-width: 960px) {
  .recruit .number_illust_contents li {
    width: calc(40% - 20px);
  }
}
.recruit .number_illust_contents li .list_container h3 {
  color: #040F36;
  border-bottom: 8px solid #040F36;
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
}
.recruit .number_illust_contents li .list_container .illust_img {
  margin: 20px auto 0;
  width: 75%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.recruit .number_illust_contents li .list_container .illust_img img {
  opacity: 0;
  transform: scale(0.3);
  transform-origin: center center;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  width: 100%;
}
.recruit .number_illust_contents li .list_container .illust_img.show img {
  opacity: 1;
  transform: scale(1);
}
.recruit .person .voice_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 40px;
}
@media print, screen and (min-width: 768px) {
  .recruit .person .voice_wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: unset;
  }
}
.recruit .person .voice_wrapper .voice_img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.recruit .person .text_container {
  width: 100%;
  padding: 20px;
}
@media print, screen and (min-width: 960px) {
  .recruit .person .text_container {
    width: calc(100% - 250px);
    padding: 30px;
  }
}
.recruit .person .text_container p {
  font-size: 21px;
  color: #0488FC;
  color: #110F67;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 428px) {
  .recruit .person .text_container p {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit .person .text_container p {
    font-size: 36px;
    text-align: start;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit .person .text_container p {
    font-size: 42px;
  }
}
.recruit .person .text_container .name {
  font-size: 16px;
  color: #1C1C1C;
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .recruit .person .text_container .name {
    font-size: 20px;
    text-align: start;
  }
}
.recruit .voice_question {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.recruit .voice_question li {
  width: 100%;
}
.recruit .voice_question li h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #1C1C1C;
  font-family: "Noto Sans JP";
  margin-bottom: 5px;
}
.recruit .voice_question li p {
  color: #353535;
}

.btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 40px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .btn_wrapper {
    flex-direction: row;
  }
}
.btn_wrapper .entry_btn {
  width: 350px;
  border-radius: 20px 0 20px 0;
}
@media print, screen and (min-width: 768px) {
  .btn_wrapper .entry_btn {
    width: calc(50% - 20px);
  }
}
.btn_wrapper .entry_btn a {
  display: block;
  padding: 30px 30px 25px 50px;
  border-radius: 20px 0 20px 0;
  width: 100%;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 768px) {
  .btn_wrapper .entry_btn a {
    padding: 30px 30px 25px 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .btn_wrapper .entry_btn a {
    padding: 56px 30px 48px 80px;
  }
}
.btn_wrapper .entry_btn a:hover {
  opacity: 0.7;
}
.btn_wrapper .entry_btn a span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .btn_wrapper .entry_btn a span {
    font-size: 2.3vw;
  }
}
@media print, screen and (min-width: 960px) {
  .btn_wrapper .entry_btn a span {
    font-size: 2.54vw;
  }
}
@media screen and (min-width: 1100px) {
  .btn_wrapper .entry_btn a span {
    font-size: 28px;
  }
}
.btn_wrapper .new {
  background-color: #00B00F;
}
.btn_wrapper .new span {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.btn_wrapper .new span::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.4em;
  height: 1.4em;
  top: 50%;
  right: calc(-1.4em - 15px);
  transform: translateY(-50%);
  background-image: url("images/arrow-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn_wrapper .already {
  background-color: #040F36;
}
.btn_wrapper .already span {
  position: relative;
}
.btn_wrapper .already span::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.4em;
  height: 1.4em;
  top: 49%;
  right: calc(-1.4em - 15px);
  transform: translateY(-50%);
  background-image: url("images/arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* ************************************************
 *　新卒採用ページ、
 　　中途採用ページ
 * ************************************************ */
.description {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .description {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .description {
    margin-top: 0 !important;
  }
}
.description .section_ttl .en_ttl {
  font-size: 14vw;
  color: #0488FC;
  font-weight: 600;
  font-family: "Akshar";
  display: block;
  white-space: nowrap;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
@media screen and (min-width: 1700px) {
  .description .section_ttl .en_ttl {
    font-size: 224px;
    width: 1700px;
  }
}
.description .section_ttl .ja_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .description .section_ttl .ja_ttl {
    font-size: 40px;
  }
}
.description .table_wrapper {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 960px) {
  .description .table_wrapper {
    padding: 30px 30px 50px 30px;
  }
}
.description .table_wrapper h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .description .table_wrapper h3 {
    font-size: 32px;
    text-align: start;
  }
}
.description .table_wrapper h3 span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  line-height: 1.4;
  text-align: start;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .description .table_wrapper h3 span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }
}
.description .table_wrapper .mt {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .description .table_wrapper .mt {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .description .table_wrapper .mt {
    margin-top: 80px;
  }
}
.description .table_wrapper table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid rgba(28, 28, 28, 0.3);
}
.description .table_wrapper table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
}
@media screen and (min-width: 600px) {
  .description .table_wrapper table tr {
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
  }
}
.description .table_wrapper table tr:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 428px) {
  .description .table_wrapper table tr:last-child {
    border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  }
}
.description .table_wrapper table th {
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
  color: #110F67;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .description .table_wrapper table th {
    width: 25%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .description .table_wrapper table th {
    font-size: 24px;
  }
}
.description .table_wrapper table td {
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .description .table_wrapper table td {
    width: 75%;
    padding: 15px;
  }
}
.description .table_wrapper table td a {
  text-decoration: underline;
  transition: all ease 0.3s;
  color: #353535;
}
.description .table_wrapper table td a:hover {
  opacity: 0.7;
}
.description .table_wrapper table td ul {
  list-style: inside;
}
.description .table_wrapper table td ul li {
  text-indent: -1em;
  margin-left: 1em;
}/*# sourceMappingURL=page.css.map */