@charset "UTF-8";

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.u-mt-32 {
  margin-top: 32px;
}

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

.c-image {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.c-image__src {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.c-image__src:after {
  content: '';
  display: block;
}

.c-image__src.--ratio {
  --ratio: calc(100% * 9 / 16);
}

.c-image__src.--ratio:after {
  padding: var(--ratio) 0 0;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .u-mt-sm-32 {
    margin-top: 32px;
  }
  .u-mt-sm-120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .u-mt-md-32 {
    margin-top: 32px;
  }
  .u-mt-md-120 {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .u-mt-lg-32 {
    margin-top: 32px;
  }
  .u-mt-lg-120 {
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .u-mt-xl-32 {
    margin-top: 32px;
  }
  .u-mt-xl-120 {
    margin-top: 120px;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .u-mt-xxl-32 {
    margin-top: 32px;
  }
  .u-mt-xxl-120 {
    margin-top: 120px;
  }
}

.index_kv_inner_bg_en img {
  width: clamp(500px, 35vw, 600px);
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .index_kv_inner_bg_en img {
    max-width: 90%;
  }
}

.healthtech_desc_inner_feature_list.--two {
  flex-wrap: wrap;
  margin-top: 0;
}

.healthtech_desc_inner_feature_list.--two .healthtech_desc_inner_feature_list_item {
  width: calc((100% - 30px) / 2);
  flex: 0 0 calc((100% - 30px) / 2);
  margin-top: 32px;
}

.index_service_inner_container_box {
  justify-content: flex-start;
  padding: 0;
  text-align: left;
}

.index_service_inner_container_box:nth-child(1) {
  background: none;
}

.index_service_inner_container_box_item {
  background: url(assets/img/index/estate.jpg) center / cover no-repeat;
  padding: 30px;
}

.index_service_inner_container_box_text {
  height: 100%;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 11px;
  padding: 20px 20px 20px 40px;
}

.index_service_inner_container_box_text li {
  list-style: disc;
  margin: 0;
  padding: 0;
}

.index_service_inner_container_box_sub span {
  font-size: 13px;
  margin-bottom: 0;
}

.index_service_inner_container_box_sub span:before {
  top: 12px;
}

.index_service_inner_container_box_title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

.index_service_inner_container_box:nth-child(3) {
  background: url(assets/img/index/seminar.jpg) center / cover no-repeat;
}

.c-headline {
  background-color: #fff;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: 900;
  padding: 4px 15px;
}

.c-after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-after__color {
  --zindex: 1;
  --background-color: rgb(0 0 0 / 40%);
  background-color: var(--background-color);
  z-index: var(--zindex);
}

.c-image__caption {
  font-size: clamp(20px, 3vw, 36px);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-recruit .c-btn {
  width: 220px;
  height: 50px;
  display: flex;
  border: 4px solid #000;
  border-radius: 60px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  background-size: 9.36px 10.36px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.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 {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.p-recruit .c-title.--right {
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

.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_ceo_content_inner_text_profile_alpha {
  display: inline-block;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  padding: 2px 10px;
  text-align: center;
}

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

.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;
  }
}

.c-label {
  display: inline-block;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  padding: 2px 10px;
  text-align: center;
}

.c-subtitle {
  font-size: 12px;
  color: #0d1468;
  padding-left: 46px;
  position: relative;
}

.c-subtitle::before {
  content: '';
  width: 32px;
  height: 1px;
  background-color: #0d1468;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  z-index: 10;
}

.c-link {
  text-decoration: underline !important;
}

.wp-block-list,
.wp-block-list ul {
  margin: 1em 0;
  padding-left: 40px;
}

.wp-block-list li {
  list-style: disc;
  margin: 0;
  padding: 0;
}

.company_overview_innner_news {
  font-size: 16px;
}

.company_overview_innner_news h3 {
  background-color: #0d1468;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
}

.company_overview_innner_news h3:first-of-type {
  margin-top: 0;
}

.company_overview_innner_news ul {
  margin-top: 20px;
}

.company_overview_innner_news li {
  display: flex;
  margin-top: 10px;
}

.company_overview_innner_news li:first-child {
  display: flex;
  margin-top: 0;
}

.company_overview_innner_news span {
  flex: 0 0 20%;
}

.company_overview_innner_news a {
  flex: 0 0 80%;
}

.dealtech_flow_inner_content_block_item_info.--trans {
  background-color: transparent;
}
