@charset "UTF-8";
/* **************************************************
	service - AI・IoT関連事業
************************************************** */
/* **************************************************
共通パーツ override
************************************************** */
/* ----------------------------------------
	ページタイトル (override)
---------------------------------------- */
.page_title_wrap.type_a .pt_subcontent {
  padding: 18px 0 12px;
}

@media (min-width: 768px) {
  .page_title_wrap.type_a .pt_subcontent {
    padding: 39px 0 0 0;
  }
  .page_title_wrap.type_a figure.image {
    top: -25px;
  }
}
/* ----------------------------------------
	見出し (override)
---------------------------------------- */
.hl_a {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .hl_a {
    margin-bottom: 77px;
  }
}
.hl_b {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 20px;
}
.hl_b::before {
  height: calc(100% - 10px);
}

@media (min-width: 768px) {
  .hl_b {
    margin-bottom: 22px;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .hl_b::before {
    height: calc(100% - 6px);
  }
}
/* **************************************************
 ページ内共通パーツ
************************************************** */
/* 子セクション */
section section.sec_sub {
  padding-bottom: 80px;
}
section section.sec_sub:last-of-type {
  padding-bottom: 0;
}

/* メインテキスト */
.sec_main_text {
  padding-bottom: 51px;
}

@media (min-width: 768px) {
  .sec_main_text {
    padding-bottom: 44px;
  }
}
/* 技術リスト */
.func_list {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.func_list p {
  padding-bottom: 13px;
}
.func_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.func_list ul li {
  color: #FFFFFF;
  background-color: #189FD5;
  border-radius: 9999px;
  padding: 8px 21px;
}

@media (min-width: 768px) {
  .func_list {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .func_list p {
    padding: 0;
  }
}
/* 画像並び */
.figure_flex {
  padding: 0 8px 44px 7px;
}
.figure_flex figure {
  margin: 0 auto 24px;
  max-width: 640px;
}
.figure_flex figure:last-of-type {
  margin-bottom: 0;
}
.figure_flex figure figcaption {
  padding: 9px 0 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

@media (min-width: 768px) {
  .figure_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 0 44px;
  }
  .figure_flex figure {
    flex: 0 0 auto;
    max-width: inherit;
    width: 320px;
    margin: 0;
  }
  .figure_flex figure.wide {
    width: 670px;
  }
}
/* **************************************************
セクション別
************************************************** */
/* ----------------------------------------
	機能一覧
---------------------------------------- */
.sec_concept {
  padding: 52px 0 49px;
}
.sec_concept .hl_c.concept {
  margin-bottom: 27px;
}
.sec_concept .row_text {
  margin-bottom: 44px;
}
.sec_concept .hl_c.ai_iot_map {
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .sec_concept {
    padding: 72px 0 83px;
  }
  .sec_concept .row_text {
    margin-bottom: 54px;
  }
  .sec_concept .hl_c.ai_iot_map {
    margin-bottom: 11px;
  }
}
.box_concept_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 42px;
}
.box_concept_wrap .box.care {
  order: 1;
}
.box_concept_wrap .box.medical {
  order: 2;
}
.box_concept_wrap .box.admin {
  order: 4;
}
.box_concept_wrap .box.general {
  order: 3;
}
.box_concept_wrap .box .hl_box {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #189FD5;
  border-radius: 20px 20px 0 0;
  padding: 12px 20px;
  margin: 0;
}
.box_concept_wrap .box .text_box {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #189FD5;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  padding: 23px 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .box_concept_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 53px;
  }
  .box_concept_wrap .box {
    flex: 0 0 auto;
    width: 495px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .box_concept_wrap .box.care {
    order: 1;
  }
  .box_concept_wrap .box.medical {
    order: 2;
  }
  .box_concept_wrap .box.admin {
    order: 3;
  }
  .box_concept_wrap .box.general {
    order: 4;
  }
  .box_concept_wrap .box .hl_box {
    flex: 0 0 auto;
    padding: 12px 40px;
  }
  .box_concept_wrap .box .text_box {
    flex: 1 1 auto;
    min-height: 166px;
    padding: 23px 40px;
  }
}
table.ai_case {
  background-color: #FFFFFF;
  width: 100%;
}
table.ai_case th, table.ai_case td {
  border: solid 1px #CCCCCC;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-align: center;
}
table.ai_case th {
  background-color: #F2FCFF;
}
table.ai_case td.bk1 {
  text-align: left;
  background-color: #F2F4FF;
}
table.ai_case td.bk2 {
  background-color: #FFEFEF;
}
table.ai_case td.bk3 {
  background-color: #FFFEE6;
}
table.ai_case td span {
  display: inline-block;
  width: auto;
}
table.ai_case td span.small {
  font-size: 1.2rem;
}
table.ai_case td a {
  text-decoration: underline;
}
table.ai_case td a span {
  text-decoration: underline;
}
table.ai_case td a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  table.ai_case {
    table-layout: fixed;
  }
  table.ai_case thead th {
    padding: 11px 8px 10px;
  }
  table.ai_case th {
    padding: 8px 0 8px;
  }
  table.ai_case th:first-of-type {
    width: 109px;
  }
  table.ai_case td {
    padding: 8px 0;
    height: 58px;
  }
  table.ai_case td:first-of-type {
    padding: 10px 14px;
    width: 33%;
    min-width: 109px;
  }
}
@media (max-width: 767px) {
  table.ai_case {
    margin-bottom: 11px;
  }
  table.ai_case th {
    padding: 10px 14px;
  }
  table.ai_case td {
    padding: 14px 14px 13px;
  }
  table.ai_case td:first-of-type {
    width: 33%;
    min-width: 110px;
  }
  table.ai_case td.pd_lr_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* ----------------------------------------
	介護
---------------------------------------- */
.sec_ai_care .sec_sub.mimamori {
  padding-bottom: 75px;
}
.sec_ai_care .sec_sub.mimamori dl.dl_a {
  margin-bottom: 50px;
}
.sec_ai_care .sec_sub.mimamori dl.dl_a dd {
  padding-bottom: 20px;
}
.sec_ai_care .sec_sub.ninchi {
  padding-bottom: 75px;
}
.sec_ai_care .sec_sub.ninchi .func_list ul li {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .sec_ai_care .inner {
    padding-bottom: 79px;
  }
  .sec_ai_care .sec_sub.mimamori {
    padding-bottom: 77px;
  }
  .sec_ai_care .sec_sub.mimamori dl.dl_a dt {
    padding-bottom: 24px;
  }
  .sec_ai_care .sec_sub.mimamori dl.dl_a dd {
    padding-bottom: 24px;
  }
  .sec_ai_care .sec_sub.ninchi {
    padding-bottom: 77px;
  }
  .sec_ai_care .sec_sub.walker .sec_main_text {
    padding-bottom: 43px;
  }
  .sec_ai_care .sec_sub.walker .func_list {
    margin-bottom: 47px;
  }
}
/* ----------------------------------------
	医療
---------------------------------------- */
.sec_medical .inner {
  padding-bottom: 50px;
}
.sec_medical .sec_sub.ecmo {
  padding-bottom: 75px;
}
.sec_medical .sec_sub.ecmo .sec_main_text {
  padding-bottom: 24px;
}
.sec_medical .sec_sub.uc {
  padding-bottom: 75px;
}
.sec_medical .sec_sub.uc .sec_main_text {
  padding-bottom: 40px;
}
.sec_medical .sec_sub.pcloud .sec_main_text {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .sec_medical .inner {
    padding-bottom: 80px;
  }
  .sec_medical .hl_a {
    margin-bottom: 78px;
  }
  .sec_medical .sec_sub.ecmo {
    padding-bottom: 76px;
  }
  .sec_medical .sec_sub.ecmo .hl_b {
    margin-bottom: 21px;
  }
  .sec_medical .sec_sub.ecmo .sec_main_text {
    padding-bottom: 44px;
  }
  .sec_medical .sec_sub.ecmo .func_list {
    margin-bottom: 47px;
  }
  .sec_medical .sec_sub.uc {
    padding-bottom: 76px;
  }
  .sec_medical .sec_sub.uc .hl_b {
    margin-bottom: 21px;
  }
  .sec_medical .sec_sub.uc .sec_main_text {
    padding-bottom: 44px;
  }
  .sec_medical .sec_sub.uc .func_list {
    margin-bottom: 47px;
  }
  .sec_medical .sec_sub.uc .figure_flex figure.wide {
    max-width: 669px;
    margin: 0 0 0 auto;
  }
  .sec_medical .sec_sub.pcloud .sec_main_text {
    padding-bottom: 43px;
  }
  .sec_medical .sec_sub.pcloud .func_list {
    margin-bottom: 47px;
  }
}
/* ----------------------------------------
	医療／介護
---------------------------------------- */
.sec_medical_and_care .inner {
  padding-bottom: 50px;
}
.sec_medical_and_care .sec_sub.rehab .sec_main_text {
  padding-bottom: 26px;
}

.dl_medical_and_care {
  padding-bottom: 41px;
}
.dl_medical_and_care dt {
  font-weight: bold;
}
.dl_medical_and_care dd {
  padding-bottom: 27px;
}
.dl_medical_and_care dd:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sec_medical_and_care .inner {
    padding-bottom: 79px;
  }
  .sec_medical_and_care .hl_a {
    margin-bottom: 79px;
  }
  .sec_medical_and_care .sec_sub.rehab .hl_b {
    margin-bottom: 20px;
  }
  .sec_medical_and_care .sec_sub.rehab .func_list {
    margin-bottom: 47px;
  }
  .dl_medical_and_care {
    padding-bottom: 45px;
  }
}
/* ----------------------------------------
	行政
---------------------------------------- */
.sec_admin .sec_sub.survey .sec_main_text {
  padding-bottom: 40px;
}
.sec_admin .sec_sub.survey .func_list ul {
  gap: 15px 10px;
}

@media (min-width: 768px) {
  .sec_admin .sec_sub.survey .sec_main_text {
    padding-bottom: 44px;
  }
  .sec_admin .sec_sub.survey .func_list {
    margin-bottom: 47px;
  }
}
/* ----------------------------------------
	一般
---------------------------------------- */