@charset "UTF-8";
/* ==========================================================================//
//
//  共通要素
//
// ========================================================================== */
.top_arrow::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 101px;
  height: 32px;
  background: url(/solutionnext/assets/img/solutions/icon_arrow_line.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .top_arrow::before {
    top: 48px;
  }
}

.modal.long {
  padding: 88px 50px;
}
@media only screen and (max-width: 767px) {
  .modal.long {
    padding: 88px 24px;
  }
}
.modal.long .modal-content {
  width: 960px;
  height: 100%;
}
.modal.long .modal-content .modal-container {
  padding: 0 0 50px 0;
}
.modal.long .modal-content .modal-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner {
    padding: 24px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .color_round_txt .inner {
    font-size: 1.2rem;
    padding: 3px 16px 2px;
  }
}
.modal.long .modal-content .modal-inner .case_main_ttl {
  margin-top: 16px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .case_main_ttl {
    font-size: 2rem;
  }
}
.modal.long .modal-content .modal-inner .case_sub_ttl {
  margin-top: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01908F;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .case_sub_ttl {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.modal.long .modal-content .modal-inner .base_txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .base_txt {
    margin-top: 16px;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column {
    flex-direction: column;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column .top_img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column .top_img {
    width: 100%;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column .img_inner_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column .img_inner_column {
    gap: 33px;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .figure_two .two_img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .figure_two .two_img {
    align-items: center;
    flex-direction: column;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .figure_two .two_img img {
  width: 151px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .figure_two .two_img img {
    width: 100%;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .figure_two .two_img .cap_txt {
  text-align: left;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .figure_two .two_img .cap_txt {
    margin: 4px 0 0 0;
  }
}
.modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .top_img {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .top_img_2column .img_inner_column .top_img {
    width: 100%;
  }
}
.modal.long .modal-content .modal-inner .cap_txt {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #707070;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .cap_txt {
    margin-top: 4px;
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .modal_sec_wrap {
    margin-top: 32px;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .bg_color_ttl {
  padding: 10px 16px 11px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #01908F;
  background-color: #ceefef;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .modal_sec_wrap .bg_color_ttl {
    font-size: 1.6rem;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .modal_sec_txt {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .dots_list {
  margin-top: 16px;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .dots_list .dots_item {
  font-size: 1.4rem;
  line-height: 1.7;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .dots_list .dots_item::before {
  top: 0.7em;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .dots_list .dots_item + .dots_item {
  margin-top: 16px;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_area {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_area {
    margin-top: 24px;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_inner {
  display: inline-block;
  width: 100%;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_inner .color_round_txt .inner {
  font-size: 1.6rem;
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_img_wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_img_wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_img_wrap .analy_img {
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_img_wrap .analy_img {
    max-width: 100%;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_img_wrap.various .analy_img:nth-of-type(2) {
  max-width: 267px;
}
@media only screen and (max-width: 767px) {
  .modal.long .modal-content .modal-inner .modal_sec_wrap .analysis_img_wrap.various .analy_img:nth-of-type(2) {
    max-width: 100%;
  }
}
.modal.long .modal-content .modal-inner .modal_sec_wrap .note_txt {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 2;
  color: #707070;
}

/* ---------------------------------------
  KV
--------------------------------------- */
.solution_kv .kv_img_wrap img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px 0 0 24px;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 767px) {
  .solution_kv {
    height: 277px;
  }
  .solution_kv .kv_txt_wrap .kv_ttl {
    width: 320px;
  }
  .solution_kv .kv_img_wrap img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

/* ---------------------------------------
  よくあるご質問
--------------------------------------- */
.qa_slide .qa_sec_ttl {
  color: #7030a0;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list {
    width: 1800px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item {
  background-color: #d1edfd;
}
.qa_slide #qa_slide_inner #qa_slide_list .item:nth-child(2n) {
  background-color: #b5d5f6;
}
@media only screen and (max-width: 767px) {
  .qa_slide {
    margin-top: 40px;
  }
}

.main_subttl_top {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

/* ---------------------------------------
  gisソリューション（リスト）
--------------------------------------- */
.support_point_area {
  padding-top: 232px;
}
.support_point_area .main_ttl_top {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.support_point_area h3 span.main_ttl_top {
  display: block;
}
@media only screen and (max-width: 960px) {
  .support_point_area {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .support_point_area {
    padding-top: 128px;
    padding-bottom: 32px;
  }
  .support_point_area .main_ttl_top {
    font-size: 2.2rem;
  }
  .support_point_area .main_subttl_top {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
  .support_point_area h3 span.main_ttl_top {
    font-size: 1.6rem;
  }
}

.support_point_images {
  margin-bottom: 50px;
  margin-top: 50px;
}

h3.while_sub_ttl {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
h3.while_sub_ttl.min-text {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  h3.while_sub_ttl.min-text {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  h3.while_sub_ttl {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}

section.support_point_area.top_arrow .base_txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  section.support_point_area.top_arrow .base_txt {
    margin-top: 8px;
  }
}

section.hub360_share_area.top_arrow {
  padding-top: 232px;
}
@media only screen and (max-width: 767px) {
  section.hub360_share_area.top_arrow {
    padding-top: 128px;
  }
}

.hub360_share_area .sec_inner_middle .hub360_share_wrap {
  padding: 50px 20px 60px;
  background: #e8e8e8;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hub360_share_area h2.main_ttl_top {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .hub360_share_area h2.main_ttl_top {
    font-size: 2rem;
    margin-bottom: 0px;
    margin-top: 0;
  }
}
.hub360_share_area .sub-text {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hub360_share_area .sub-text {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hub360_share_area .sub-text br {
    display: none;
  }
}

.hub360_share_images {
  width: 480px;
  max-width: 80%;
  margin: 24px auto 40px;
}

.hub360_share_images02 {
  width: 488px;
  max-width: 80%;
  margin: auto;
}

.hub360_share_images img,
.hub360_share_images02 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.base_txt {
  margin-top: 30px;
}

/* hub360 system */
.hub360_system_area {
  margin-top: 70px;
}
.hub360_system_area h2.main_ttl {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hub360_system_area h2.main_ttl {
    font-size: 2.4rem;
    margin-top: 0px;
    margin-bottom: 48px;
  }
}

.hub360_system_wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.hub360_system_wrap h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  position: absolute;
  padding: 10px 40px;
  border-radius: 10000px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .hub360_system_wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hub360_system_wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
  .hub360_system_wrap ul.hub360_system_list {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.hub360_system_content-01,
.hub360_system_content-02 {
  padding: 50px 20px 20px;
  border-radius: 40px;
  width: calc((100% - 20px) / 2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hub360_system_content-01,
  .hub360_system_content-02 {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    padding: 30px 20px 20px;
  }
}

.hub360_system_content-01 {
  background-color: #ef983b;
}
.hub360_system_content-01 h2 {
  background-color: #ef983b;
}

.hub360_system_content-02 {
  background-color: #02a8a8;
}
.hub360_system_content-02 h2 {
  background-color: #02a8a8;
}

ul.hub360_system_list {
  padding: 30px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
ul.hub360_system_list li h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  ul.hub360_system_list li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
ul.hub360_system_list li p {
  margin-bottom: 18px;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  ul.hub360_system_list li p {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  ul.hub360_system_list {
    padding: 20px;
    border-radius: 20px;
    gap: 30px;
  }
  ul.hub360_system_list .hub360_system_content-01,
  ul.hub360_system_list .hub360_system_content-02 {
    padding-top: 32px;
  }
}

/* ---------------------------------------
  Analysis Technology（STEP）
--------------------------------------- */
.solu_step_area {
  padding-top: 232px;
}
.solu_step_area .solu_step_list {
  margin-top: 0px;
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl {
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #ef983c;
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl.step_arrow_ttl__02 {
  background-color: #00a8a8;
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl.step_arrow_ttl__03 {
  background-color: #105fad;
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl .ttl_inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px 30px 30px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl {
    min-height: -moz-max-content;
    min-height: max-content;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_detail .detail_ttl {
    font-size: 2rem;
  }
}
.solu_step_area .solu_step_list .step_item .step_detail .base_txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_detail .base_txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.solu_step_area .solu_step_list .step_item::before {
  background-color: #105fad;
}
.solu_step_area .solu_step_list .step_item.step_item_last::before {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 80px) !important;
  background-color: #5C38AA;
  left: 0;
  right: 0;
  margin: auto;
  transform: none;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item.step_item_last::before {
    display: none;
  }
}
.solu_step_area .step_btm_txt .txt {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  background-color: #e8ddff;
  border-radius: 16px;
  background: #e8deff;
  color: #5f2eaa;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .step_btm_txt .txt {
    font-size: 1.8rem;
    text-align: left;
    padding: 2rem;
  }
  .solu_step_area .step_btm_txt .txt br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .step_btm_txt {
    padding: 32px 4.1025641026vw 0;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area {
    padding-top: 128px !important;
    padding-bottom: 40px;
  }
}

/* ---------------------------------------
  topics_area
--------------------------------------- */
h2.topics_area_ttl {
  text-align: center;
}

.topics_area .topics_area_ttl .inner {
  display: inline-block;
  padding: 3px 22px 6px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background-color: #1C1C1C;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .topics_area .topics_area_ttl .inner {
    padding: 3px 8px 6px;
    font-size: 2.4rem;
  }
}
.topics_area .topics_area_detail {
  margin-top: 37px;
  padding: 40px 70px;
  background-color: #faf9f6;
  border-radius: 16px;
  border: 2px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .topics_area .topics_area_detail {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 960px) {
  .topics_area_area .topics_area_detail {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail {
    margin-top: 40px;
    padding: 32px 0 60px;
  }
}
.topics_area_area .topics_area_detail .ttl_sub {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .ttl_sub {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
  }
}
.topics_area_area .topics_area_detail .bd_mcp_ttl {
  margin-top: 18px;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .bd_mcp_ttl {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
.topics_area_area .topics_area_detail .bd_mcp_ttl .rub::before {
  width: 183px;
  top: 0;
  left: -26px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .bd_mcp_ttl .rub::before {
    top: -8px;
    left: -22px;
  }
}
.topics_area_area .topics_area_detail .base_txt {
  margin-top: 16px;
}
.topics_area_area .topics_area_detail .function_ttl {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .function_ttl {
    margin-top: 32px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.topics_area_area .topics_area_detail .num_box_list {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 31px;
}
@media only screen and (max-width: 960px) {
  .topics_area_area .topics_area_detail .num_box_list {
    gap: 17px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .num_box_list {
    gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    width: 182px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 960px) {
  .topics_area_area .topics_area_detail .num_box_list .num_box_txt .num {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .num_box_list .num_box_txt .num {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .solu_top_inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area_area .topics_area_detail .solu_btm_inner {
    padding: 0 0 0 16px;
  }
}

.ttl_sub {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.ttl_sub .ttl_marker {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-weight: 700;
}
.ttl_sub .ttl_marker::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #FF9900;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .ttl_sub {
    font-size: 2rem;
  }
  .ttl_sub .ttl_marker::after {
    left: 0;
    width: 100%;
    height: 13px;
    bottom: 0;
  }
}

span.topics_area_detail_date {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-weight: 700;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  span.topics_area_detail_date {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

.topics_area_image_wrap .btn {
  margin-top: 30px;
}

.topics_area_wrap {
  gap: 48px;
  display: flex;
  margin-top: 30px;
}
.topics_area_wrap .base_txt {
  width: calc(100% - 320px - 48px);
  line-height: 2;
  margin-top: 0;
}
.topics_area_wrap .topics_area_image_wrap {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .topics_area_wrap .topics_area_image_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topics_area_wrap {
    gap: 24px;
    flex-direction: column;
  }
  .topics_area_wrap .topics_area_image_wrap {
    width: 320px;
    order: 2;
  }
  .topics_area_wrap .base_txt {
    width: 100%;
    line-height: 2;
    order: 1;
    font-size: 1.4rem;
  }
}

/* ---------------------------------------
  download_area
--------------------------------------- */
h2.docs_area_ttl {
  text-align: center;
}

.docs_area .docs_area_ttl .inner {
  display: inline-block;
  padding: 3px 22px 6px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background-color: #1C1C1C;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .docs_area .docs_area_ttl .inner {
    padding: 3px 8px 6px;
    font-size: 2.4rem;
  }
}
.docs_area.fade_in.is_fadein {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .docs_area.fade_in.is_fadein {
    padding-top: 40px;
  }
}

.docs_area_detail ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.docs_area_detail ul li {
  width: calc((100% - 40px) / 2);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #c8c8c8;
}
.docs_area_detail ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .docs_area_detail ul {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 20px;
    gap: 20px;
  }
  .docs_area_detail ul li {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
  }
  .docs_area_detail ul li .btn {
    width: 100%;
  }
}

/* ---------------------------------------
  Analysis Technology（テキストブロック）
--------------------------------------- */
.solu_tech_area {
  padding-bottom: 0;
  position: relative;
}
.solu_tech_area .solu_tech_detail {
  padding: 40px 68px 50px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail {
    padding: 32px 16px;
  }
}
.solu_tech_area .solu_tech_detail .ttl_sub {
  font-weight: 700;
}
.solu_tech_area .solu_tech_detail .bd_mcp_ttl {
  margin-top: 0;
}
.solu_tech_area .solu_tech_detail .bd_mcp_ttl .marker_ore {
  text-decoration-thickness: 0.18em;
}
.solu_tech_area .solu_tech_detail .tool_img {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .tool_img {
    margin-top: 17px;
  }
}
.solu_tech_area .solu_tech_detail .main_ttl_top {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .main_ttl_top {
    font-size: 1.8rem;
  }
}
.solu_tech_area .solu_tech_detail .base_txt {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .base_txt {
    margin-top: 17px;
  }
}
.solu_tech_area .solu_tech_detail .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .btn {
    margin: 17px 14px 0;
  }
}
.solu_tech_area .solu_tech_detail .btn .arrow {
  margin: 0 auto;
}
.solu_tech_area.fade_in {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area.fade_in {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.solu_tech_area .goal_txt_wrap {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .goal_txt_wrap {
    margin-top: 48px;
  }
}
.solu_tech_area .goal_txt_wrap .goal_txt {
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .goal_txt_wrap .goal_txt {
    font-size: 2.2rem;
  }
}
.solu_tech_area .goal_txt_wrap .goal_txt + .goal_txt {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .goal_txt_wrap .goal_txt + .goal_txt {
    margin-top: 20px;
  }
}
.solu_tech_area div.thum {
  margin-top: 0px;
}

/* ---------------------------------------
  関連情報
--------------------------------------- */
@media only screen and (max-width: 767px) {
  .relat_info_area {
    padding-top: 48px;
  }
}/*# sourceMappingURL=hub360.css.map */