@charset "UTF-8";
#fixed_header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
#global-navi > ul > li:nth-child(6) > ul > li > a {
        width: 90%;
    display: block;
    margin: 0 auto 0.5em;
    text-align: center;
}
#global-navi > ul > li:nth-child(6) > a {
    margin-bottom: 0.5em;
}
#fixed_header > div.fixed_header_logo > a > img {
  width: 80%;
}
/*#fixed_header .fixed_header_nav {
  display: none;
  visibility: hidden;
}*/
header#lp_top {
  height: 120%;
  color: #003584;
  text-align: center;
  background: url(/service/dxsolution/maas/img/main_img.png) no-repeat right 11%/106%;
  margin-top: 90px;
}
header#lp_top > ul {
  display: flex;
  justify-content: center;
  gap: 0 5px;
  margin-bottom: 8px;
}
header#lp_top > ul > li {
  display: grid;
  place-items: center;
  height: 20px;
  color: #003584;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
  border: 1px solid #003584;
  border-radius: 4px;
}
header#lp_top > p {
  font-size: 13px;
  margin-bottom: 9px;
}
header#lp_top > p > sub {
  font-size: 10px;
  margin-right: 3px;
}
header#lp_top > h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 28px;
}
header#lp_top > h1 > span {
  font-size: 80%;
  display: block;
}
header#lp_top .lead h2 {
  font-size: 140%;
  margin-bottom: 1em;
}
header#lp_top .lead h2 > span {
  color: #FF7452;
}
header#lp_top .lead p {
  font-size: 18px;
  margin-bottom: 2em;
}
#lp_top > div.lead {
  position: relative;
  top: 35em;
	z-index: -1;
}
header#lp_top .header_btnwrap {
  padding: 0 40px;
  margin-top: 20%;
margin-bottom: -7em;
}
#lp_top > div.section_btn{
  padding: 0 40px;
  margin-top: 110px;
  margin-bottom: 200px;	
}
header#lp_top .header_annotation {
  display: block;
  color: #333;
  font-size: 11px;
  margin-top: 42px;
  padding-right: 14px;
  text-align: right;
}
header#documentlist {
  max-width: 1366px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
header#form_page {
  padding: 36px 0;
  background-color: #f0f7f6;
}
header#form_page .form_description {
  margin-top: 16px;
  line-height: 21px;
  padding: 0 12px;
  text-align: center;
}
header#form_page .form_attention {
  margin-top: 24px;
  text-align: center;
}
header#form_page .form_attention > span {
  color: #ff4848;
}
header#form_thanks {
  padding: 36px 24px;
}
#news_persol {
  padding: 57px 24px 64px;
}
#news_persol .news_wrap {
  margin: 16px 0;
}
#news_persol .news_wrap > ul {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
}
#news_persol .news_wrap > ul:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#news_persol .news_wrap > ul .label > span {
  width: 84px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 10px;
  background-color: #003584;
}
#news_persol .news_wrap > ul .title {
  grid-column: 1/3;
  grid-row: 2;
  font-size: 13px;
  line-height: 23px;
}
#news_persol .news_wrap > ul .title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/service/dxsolution/maas/img/icon_linkto.svg) no-repeat center/15px;
  vertical-align: sub;
  margin-left: 4px;
}
#news_persol .link_news_list {
  text-align: center;
}
#news_persol .link_news_list > a {
  display: inline-grid;
  place-items: center;
  width: 194px;
  height: 42px;
  color: #003584;
  font-weight: 700;
  border: 1px solid #003584;
  border-radius: 21px;
  background: #fff url(/service/dxsolution/maas/img/arrow_right_green.svg) no-repeat right 16px center/7px auto;
}
/* Maasで追記 */
section#whats_maas {
  margin: 16px;
    background: #EDF4FF;
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 125%;
    text-align: left;
}
section#whats_maas > h2.section_title {
  margin: 10px;
    text-align: center;
    font-size: 160%;
	line-height: .5;
}
section#whats_maas > h2 > span {
  display: block;
  font-size: 50%;
	white-space: nowrap;
  line-height: 3;
}
section#whats_maas > h2 > span > span {
  color: #FF7452;
}
main > section > div.cont {
  max-width: 1366px;
  margin: 1em auto;
  overflow: hidden;
      padding: 0 1em 2em;
}
main > section > div h3 {
      font-size: 22px;
    margin-bottom: 1em;
    color: #003584;
    line-height: 2;
}
main > section > div p {
  margin-bottom: 2em;
  color: #003584;
font-size: 20px;
	text-align: left !important;
}
main > section > div .kakomi {
  padding: 2em 2em 1px;
  border-radius: 8px;
  background: white;
}
/* DETAIL */
section#sec_detail {
    background: #EBECF0;
}
#sec_detail div.left_col {
  display: none;
}
#sec_detail div.right_col h2 {
    height: 107vw;
    background-image: url(/service/dxsolution/maas/img/cont2_img.png);
    background-size: 90%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#sec_detail div.right_col h3 > span {
  border-bottom: 4px solid #FF7452;
}
#sec_detail div.right_col > div.kakomi {
  background: white;
  padding: 2em 2em 1px;
  border-radius: 8px;
}
/* 課題 */
#sec_kadai > div > ul.kakomi {
  margin: 0 auto 2em;
    padding: 11.5px;
    max-width: 800px;
    background: #003584;
    color: white;
    line-height: 2;
    list-style: disc;
    font-size: 18px;
    text-align: center;
    list-style-position: inside;
	position: relative;
}
#sec_kadai > div > ul.kakomi > li > span {
    display: block;
    font-size: 120%;
    font-weight: bold;
}
#sec_kadai > div > ul.kakomi::after{
	    content: "";
    display: block;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: -55px;
    right: 0;
	    background-image: url(/service/dxsolution/maas/img/sp/img_arr_red.svg);
    background-position: center 18px;
    background-repeat: no-repeat;
}
#sec_kadai > div > h3 {
  font-size: 24px;
  color: #FF7452;
}
#sec_kadai .cont > h3, #sec_kadai .cont > p {
  text-align: center;
}
#sec_kadai #flow {
  background-color: #EDF4FF;
  text-align: center;
}
/*#sec_kadai #flow > div.section_wrap {
    display: flex;
    flex-wrap: wrap;
}*/
#sec_kadai #flow > div.section_wrap > dl {
  text-align: center;
  color: #003584;
  font-size: 18px;
  width: 100%;
  max-width: 350px;
  margin: 80px auto 50px;
}
#sec_kadai #flow > div.section_wrap > dl > dt {
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  line-height: 1.5;
  width: 220px;
  height: 220px;
  background-color: white;
  border-radius: 50%;
  /*    display: table-cell;
    vertical-align: middle; */
  padding-top: 70px;
  position: relative;
  margin: 0 auto 25px;
}
#sec_kadai #flow > div.section_wrap > dl.service > dt, #sec_kadai #flow > div.section_wrap > dl.maintenance > dt {
  padding-top: 90px;
}
#sec_kadai #flow > div.section_wrap > dl > dt::before {
  font-size: 110px;
  position: absolute;
  top: -80px;
  text-align: center;
  width: 100%;
  right: 0;
}
#sec_kadai #flow > div.section_wrap > dl.project > dt::before {
  content: "01";
  color: #4C9AFF;
}
#sec_kadai #flow > div.section_wrap > dl.operation > dt::before {
  content: "02";
  color: #FF7452;
}
#sec_kadai #flow > div.section_wrap > dl.analytics > dt::before {
  content: "03";
  color: #36B37E;
}
#sec_kadai #flow > div.section_wrap > dl.maintenance > dt::before {
  content: "04";
  color: #998DD9;
}
#sec_kadai #flow > div.section_wrap > dl.service > dt::before {
  content: "05";
  color: #00C7E6;
}
#sec_kadai #flow > div.section_wrap > dl > dt > img {
  position: absolute;
  width: 70px;
  bottom: 0;
  right: 0;
}
#sec_kadai #flow > div.section_wrap > dl > dd {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
/* CASE */
section#sec_case {
    background: #EBECF0;
}
#sec_case div.section_wrap > div.bx-wrapper {
  box-shadow: none;
  background-color: transparent;
  border: none;
}
/*
#sec_case div ul {
  display: flex;
}*/
#sec_case div ul > li {
  border-radius: 6px;
  background: #F4F5F7;
  box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
	overflow: hidden;
    margin-bottom: 20px;
}
#sec_case div ul > li > h3 {
  margin: 24px;
}
#sec_case div ul > li > p {
  margin: 24px;
  font-size: 16px;
}
#sec_case div ul > li > p span.case_tag {
  font-size: 13px;
    display: inline-block;
    border: 2px solid #0747A6;
    padding: 2px 10px 2px;
    border-radius: 1em;
    background: white;
    margin-bottom: 1em;
}
#sec_case > div > div.section_wrap > ul > li > div {
	position: relative;
}
#sec_case > div > div.section_wrap > ul > li > div::after {
    content: "実績紹介";
    display: block;
    position: absolute;
    bottom: 0;
    background: #FF7452;
    color: white;
    padding: 0.5em 2em;
    font-size: 18px;
}
/*FAQ*/
#sec_faq > div.cont {
  max-width: 1200px;
}
#sec_faq > div > ul > li > div:nth-child(2n-1) {
  border-top: solid 1px #C1C7D0;
  margin-top: -1px;
  font-size: 18px;
  font-weight: bold;
  color: #003584;
  position: relative;
  padding: 1em 2em 1em;
  line-height: 1.5;
}
#sec_faq > div > ul > li > div:nth-child(2n) {
  border-bottom: solid 1px #C1C7D0;
}
#sec_faq > div > ul > li > div > i {
  color: #4c9aff;
  font-size: 24px;
  position: absolute;
  top: 32px;
  left: 0;
}
#sec_faq > div > ul > li > div:nth-child(5) > i {
  top: 20px;
}
#sec_faq > div > ul > li > div > p {
  font-size: 16px;
  margin-bottom: 1em;
}
/* CVA */
section#cv_area {
    background: #EBECF0;
}
#cv_area > div.cont {
    padding-top: 1.5em;
}
#cv_area > div > div.kakomi {
  text-align: center;
}
#cv_area > div > div > p.iq_txt {
  color: #0052CC;
  font-weight: bold;
}
#cv_area > div > div > p.dw_txt {
  color: #FF5630;
  font-weight: bold;
}
#cv_area > div > div > p > span {
  text-indent: -999em;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../../img/img_free.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -7px;
  margin-bottom: -20px;
}
/* 資料ダウンロード */
#dl_area > div > div > div > a.btn_orange_b {
    width: 100%;
}


