@charset "UTF-8";

.index_service_inner_container_box_text {
  font-size: 13px;
}

.p-recruit .header_inner_logo--recruit a {
  width: 320px;
}

.p-recruit .header_inner_nav_list_item {
  width: 300px;
}

.p-recruit .header_inner_nav_list_item_inner {
  font-size: 14px;
}

.p-recruit .c-btn:hover {
  background-color: #fac623;
  color: #0d1468;
  opacity: 1;
}

.p-recruit .c-visual {
  width: 100%;
  position: relative;
}

.p-recruit .c-visual__txt {
  color: #0d1468;
  position: absolute;
  top: 50%;
  left: 100px;
  text-shadow: 1px 1px 1px #fff0c1, -1px 1px 1px #fff0c1, 1px -1px 1px #fff0c1,
    -1px -1px 1px #fff0c1, 1px 0px 1px #fff0c1, 0px 1px 1px #fff0c1, -1px 0px 1px #fff0c1,
    0px -1px 1px #fff0c1;
  transform: translateY(-50px);
  z-index: 10;
}

.p-recruit .c-visual__ttl {
  line-height: 1.2;
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 12px;
}

.p-recruit .c-visual__sttl {
  font-size: 18px;
  font-weight: bold;
}

.p-recruit .image {
  position: relative;
}

.p-recruit .src {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-recruit .src:after {
  content: '';
  display: block;
  padding: 700px 0 0;
}

.p-recruit .recruit {
  padding-top: 0;
}

.p-recruit .recruit_title_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.p-recruit .recruit_title_inner_main {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho',
    'MS 明朝', serif;
  font-size: 80px;
  color: #0d1468;
  padding-left: 30px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 20px;
  transform: translateY(-10px);
}

.p-recruit .recruit_title_inner_main:before {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: -30px;
  z-index: -1;
  background-color: #fac623;
}

.p-recruit .recruit_overview {
  margin-top: 60px;
}

.p-recruit .recruit_overview_inner {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.p-recruit .recruit_overview_inner_content {
  color: #333;
  font-size: 30px;
  font-family: 'Noto Serif', serif;
  font-weight: 100;
  line-height: 2;
  margin-bottom: 64px;
  padding: 0 40px;
  text-align: center;
}

.p-recruit .recruit_overview_inner_txt {
  background-color: #f6f6f6;
  line-height: 2;
  padding: 60px 40px;
  text-align: center;
}

.p-recruit .recruit_ceo {
  margin-top: 120px;
}

.p-recruit .c-title {
  color: #0d1468;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho',
    'MS 明朝', serif;
  font-size: 24px;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

.p-recruit .c-title .small {
  color: #fac623;
  font-size: 24px;
}

.p-recruit .recruit_ceo_content {
  margin-top: 60px;
  background-color: #f6f6f6;
}

.p-recruit .recruit_ceo_content_inner {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.p-recruit .recruit_ceo_content_inner:first-child {
  border-bottom: 1px solid #ddd;
}

.p-recruit .recruit_ceo_content_inner_img {
  left: 0;
  width: 50%;
  flex: 0 0 50%;
  padding-left: 60px;
  padding-right: 60px;
}

.p-recruit .recruit_ceo_content_inner_text {
  width: 50%;
  flex: 0 0 50%;
  margin-left: auto;
}

.p-recruit .recruit_ceo_content_inner_text_profile {
  font-size: 14px;
  line-height: 1.8;
}

.p-recruit .recruit_ceo_content_inner_text_profile_ttl {
  display: block;
  font-size: 20px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.p-recruit .recruit_summary {
  margin-top: 120px;
}

.p-recruit .recruit_summary_inner {
  line-height: 2;
  padding: 60px 40px;
  text-align: center;
}

.p-recruit .recruit_summary_inner_btn {
  margin: 30px 0;
  text-align: center;
}

.p-recruit .footer {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .p-recruit .src:after {
    padding: 100vh 0 0;
  }
  .p-recruit .c-visual__txt {
    padding: 0 15px;
    left: 0;
    transform: translateY(-50px);
  }
  .p-recruit .c-visual__ttl {
    font-size: 30px;
  }
  .p-recruit .c-visual__sttl {
    font-size: 16px;
  }
  .p-recruit .recruit_title_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-recruit .recruit_title_inner_main {
    font-size: 60px;
  }
  .p-recruit .recruit_title_inner_main:before {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }
  .p-recruit .recruit_overview_inner {
    padding: 0 15px;
  }
  .p-recruit .recruit_overview_inner_content {
    font-size: 20px;
    padding: 0;
  }
  .p-recruit .c-title {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-recruit .c-title .small {
    font-size: 20px;
  }
  .p-recruit .recruit_ceo_content_inner {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-recruit .recruit_ceo_content_inner_img {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-recruit .recruit_ceo_content_inner_text {
    width: 100%;
    flex: 0 0 100%;
  }
  .p-recruit .recruit_summary_inner {
    padding: 60px 15px;
  }
}

.c-section-recruit {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.c-section-recruit__container {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.c-section-recruit .c-wapp a .hiring {
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 0.5rem;
}

.c-section-recruit:hover .c-wapp a .career {
  color: #000000;
}

.c-section-recruit {
  position: relative;
  background-color: #090909;
  overflow: hidden;
}

.c-section-recruit:before {
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #f9f9f9;
  content: '';
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-section-recruit .c-wapp {
  width: 100%;
  display: table;
}

.c-section-recruit .c-wapp a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.c-section-recruit .c-wapp a .hiring {
  width: 50%;
  position: relative;
  display: block;
  text-align: left;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-section-recruit .c-wapp a .career {
  width: 50%;
  font-size: 30px;
  color: #fff;
  position: relative;
  display: block;
  text-align: right;
  font-weight: 600;
  margin-top: 10px;
}

.c-section-recruit:hover::before {
  width: 100%;
}

.c-section-recruit:hover a .hiring {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .c-section-recruit .c-wapp a .career {
    font-size: 20px;
  }

  .c-section-recruit .c-wapp a {
    flex-flow: wrap;
  }

  .c-section-recruit .c-wapp a .hiring {
    display: block;
    text-align: center;
    width: 100%;
    order: 2;
  }

  .c-section-recruit .c-wapp a .career {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.service_content_inner_container_box_text {
  letter-spacing: 0.1px;
}

.service_content_inner_container_box:nth-child(1) {
  background: url(/app/wp-content/uploads/2024/08/ai01.jpg) center / cover no-repeat;
}

.service_content_inner_container_box:nth-child(2) {
  background: url(/app/wp-content/uploads/2024/08/ai02.jpg) center / cover no-repeat;
}

.service_content_inner_container_box:nth-child(3) {
  background: url(/app/wp-content/uploads/2024/08/ai03.jpg) center / cover no-repeat;
}

.fantech_intro_inner_link a:nth-child(2) {
  margin-right: 40px;
}

.fantech_intro_inner_link {
  max-width: initial;
  justify-content: center;
}

.fantech_intro_inner_link_item {
  width: calc((100% - 40px) / 3);
}

.fantech_intro_inner_link_item_title:before {
  counter-increment: number 1;
  content: counter(number) ' ';
  top: 0px;
}

.fantech_service_inner_box_title:before {
  top: 4px;
}

.fantech,
.fantech_intro_inner_link {
  counter-reset: number 0;
}

.fantech_service_inner.--white {
  background-color: #fff;
}

.fantech_service_inner_box_title:before {
  counter-increment: number 1;
  content: counter(number) ' ';
}

.dealtech_example_inner_content_item_info_basic.w-100 {
  width: 100%;
}

.dealtech_example_inner_content_item_img_inner.--case {
  padding-top: 500px;
}

.media_content .media_content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 768px) {
  .media_content .media_content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
  color: #0d1468;
  line-height: 1.5;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #0d1468;
  text-align: center;
  transition: 0.4s;
}

.c-btn:hover {
  color: #fff;
  background-color: #0d1468;
}

.c-box {
  background-color: #fff;
  padding: 30px 60px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-box {
    padding: 30px 50px;
  }
}

.c-box .ttl {
  font-size: 20px;
  color: #74747d;
  font-weight: 700;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 20px;
  position: relative;
}

.c-box .ttl:before {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: -22px;
  background-color: #0d1468;
}

.c-box .sttl {
  font-size: 14px;
  background-color: #0d1468;
  color: #fff;
  font-weight: 700;
  margin-top: 64px;
  margin-left: 0;
  margin-bottom: 6px;
  padding: 3px 10px;
}

.c-box .sttl:nth-of-type(1) {
  margin-top: 0;
}

.c-box .read {
  font-size: 14px;
  background-color: #000;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 3px 10px;
  text-align: center;
}

.c-box .c-link {
  border: 1px solid #000;
  display: block;
}

.c-list {
  font-size: 14px;
  margin: 1em 0;
  padding-left: 0;
  list-style-type: disc;
}

.c-link {
  color: #03a9f4;
  transition: color 0.3s ease;
}

.c-link:hover {
  color: #00496b;
  text-decoration: underline !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-120 {
  margin-top: 120px;
}

.text-end {
  text-align: right;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .u-mb-pc-32 {
    margin-bottom: 32px !important;
  }
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1024px) {
  .u-mb-sp-32 {
    margin-bottom: 32px !important;
  }
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mt-3 {
  display: inline-block;
  margin-top: 1em;
}
