@charset "UTF-8";
/*---------------------------------------------
  Default
---------------------------------------------*/
/* ルートフォントサイズ設定 ---------- */
/* PC用設定 */
html {
  font-size: 100px;
}

/* タブレット用設定 ※対応が必要な場合のみ有効化 */
/* max-widthはPCデザインに応じて適宜変更する */

@media screen and (min-width: 768px) and (max-width: 1360px) {
  html {
    font-size: 7.36vw;
  }
}

/* SP用設定 */
@media screen and (max-width: 767px) {
  html {
    /* SP基準サイズ375pxの場合 */
    font-size: 26vw;
  }
}

.img_switch {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.cmn_header a,
#datacenter02_operationdx a {
  text-decoration: none;
  transition: all 0.4s ease;
}

.cmn_header a:hover,
#datacenter02_operationdx a:hover {
  text-decoration: none;
  opacity: 0.7;
}


#datacenter02_operationdx *,
#datacenter02_operationdx *::before,
#datacenter02_operationdx *::after,
.cmn_header *,
.cmn_header *::before,
.cmn_header *::after,
.cmn_header,
.cmn_header::before,
.cmn_header::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.15rem;
  color: #4c4948;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 13.2rem;
  margin: 0 auto;
}

.mod_btn a {
  width: 3.06rem;
  line-height: 0.61rem;
  display: block;
  text-align: center;
  font-size: 0.19rem;
  font-weight: 700;
  color: #fff;
  background-color: #d74c77;
  border: 0.05rem solid #fff;
  border-radius: 10rem;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0.05rem 0.15rem;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0.05rem 0.15rem;
}

.mod_btn a::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: calc(50% - 0.04rem);
  right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../../img/lp/datacenter02_operationdx/cmn/btn_arrow.svg);
}


.head {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	background: #eff2f2;
	box-sizing: border-box;
}
.head .in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 40px;
	padding: 0 12px;
	height: 50px;
}
.head .in p {
	font-size: 14px;
	line-height: 1.25;
}
.head .in .tis_logo {
	flex: 0 0 150px;
}
.head .in {
	max-width: 1026px;
	margin: 0 auto;
	box-sizing: border-box;
}

.cmn_header {
  width: 100%;
  padding: 0.2rem 0;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
}

.cmn_header .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	max-width: 11.1rem;
	margin: 0 auto;

}

.cmn_header .logo img {
  width: 1.6rem;
}

.cmn_header .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_header .lists .item {
  margin-right: 0.365rem;
}

.cmn_header .lists .item a {
  color: #4c4948;
}

.cmn_header .lists .btn:not(:last-of-type) {
  margin-right: 0.27rem;
}

.cmn_header .lists .btn a {
  min-height: 0.51rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.14rem;
  font-weight: 900;
  line-height: 1.28;
  border-radius: 0.255rem;
  color: #fff;
  background-color: #12b3c7;
}

.cmn_header .lists .btn.btn01 a {
  width: 2.3rem;
}

.cmn_header .lists .btn.btn02 a {
  width: 2.2rem;
}

.cmn_header.bg {
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.05);
}

.cmn_footer {
  padding: 0.22rem 0.28rem 0.22rem;
  position: relative;
}

.cmn_footer .logo img {
  width: 1.6rem;
}

.cmn_footer small {
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.11rem;
}

.cta {
  background-color: #12b3c7;
}

.cta .wrap {
  padding: 0.42rem 0;
  width: 7.23rem;
  margin: 0 auto;
  position: relative;
}

.cta .wrap::before {
  content: "";
  width: 2.34rem;
  height: 1.875rem;
  position: absolute;
  bottom: -1px;
  left: -2.7rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/img01.png);
}

.cta .btn a {
  display: block;
  text-align: center;
  border-radius: 0.425rem;
  border: 0.03rem solid #fff;
  color: #fff;
  background-color: #d74c77;
  position: relative;
}

.cta .btn a::before, .cta .btn a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cta .btn a::after {
  width: 0.111rem;
  height: 0.111rem;
  top: calc(50% - 0.055rem);
  right: 0.41rem;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/btn_arrow.svg);
}

.cta .btn a::before {
  width: 2.15rem;
  height: 1.92rem;
  top: calc(50% - 0.95rem);
  left: 0.05rem;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/btn_deco.png);
}

.cta .btn a .txt {
  line-height: 0.83rem;
  font-size: 0.25rem;
  font-weight: 900;
}

.cta .btn .cat {
  padding: 0 0.22rem;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.37rem;
  position: absolute;
  top: -0.26rem;
  right: -0.39rem;
  border-radius: 0.185rem;
  color: #4c4948;
  background-color: #fff;
}

.cta .btn .cat::after {
  content: "";
  width: 0.64rem;
  height: 0.32rem;
  position: absolute;
  bottom: -0.23rem;
  right: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/cat_deco.svg);
}

.cmn_cta {
  text-align: center;
  background-color: #12b3c7;
}

.cmn_cta .wrap {
  width: 11.05rem;
  padding: 0.66rem 0 0.81rem;
  margin: 0 auto;
  position: relative;
}

.cmn_cta .wrap::before, .cmn_cta .wrap::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cmn_cta .wrap::before {
  width: 2.745rem;
  height: 2.2rem;
  bottom: -1px;
  right: -1.07rem;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/img02.png);
}

.cmn_cta .wrap::after {
  width: 3.46rem;
  height: 3.42rem;
  bottom: 0.15rem;
  left: -1.03rem;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/img.png);
}

.cmn_cta .tit {
  display: inline-block;
  text-align: center;
  font-size: 0.35rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.cmn_cta .tit::before, .cmn_cta .tit::after {
  content: "";
  width: 0.53rem;
  height: 0.02rem;
  position: absolute;
  top: 0.2rem;
  background-color: #fff;
}

.cmn_cta .tit::before {
  left: -0.84rem;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}

.cmn_cta .tit::after {
  right: -0.84rem;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
}

.cmn_cta .btn a {
  width: 6rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 0.425rem;
  border: 0.03rem solid #fff;
  color: #fff;
  background-color: #d74c77;
  position: relative;
}

.cmn_cta .btn a::before, .cmn_cta .btn a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cmn_cta .btn a::after {
  width: 0.111rem;
  height: 0.111rem;
  top: calc(50% - 0.055rem);
  right: 0.22rem;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/btn_arrow.svg);
}

.cmn_cta .btn a .txt {
  line-height: 0.79rem;
  font-size: 0.25rem;
  font-weight: 900;
}

.cmn_cta .btn .cat {
  min-width: 2.5rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.37rem;
  position: absolute;
  top: -0.26rem;
  border-radius: 0.185rem;
  color: #4c4948;
  background-color: #fff;
}

.cmn_cta .btn .cat::after {
  content: "";
  width: 0.64rem;
  height: 0.32rem;
  position: absolute;
  bottom: -0.23rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/cat_deco.svg);
}

.cmn_cta .btn01 {
  margin-top: 0.88rem;
}

.cmn_cta .btn01 a::before {
  width: 1.95rem;
  height: 1.92rem;
  top: calc(50% - 0.95rem);
  left: -0.05rem;
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/btn_deco02.png);
}

.cmn_cta .btn01 a .txt {
  padding-left: 0.58rem;
}

.cmn_cta .btn01 .cat {
  right: -1.23rem;
}

.cmn_cta .btn01 .cat::after {
  right: 1.5rem;
}

.cmn_cta .btn02 {
  margin-top: 0.41rem;
}

.cmn_cta .btn02 .cat {
  right: -0.55rem;
}

.cmn_cta .btn02 .cat::after {
  right: 0.8rem;
}

.cmn_cta.cmn_cta02 .wrap::before {
  background-image: url(../../../img/lp/datacenter02_operationdx/cta/img03.png);
}

.cmn_cta.cmn_cta03 .wrap {
  padding: 0.75rem 0 0.81rem;
}

.cmn_cta.cmn_cta03 .tit {
  font-size: 0.4rem;
}

.cmn_cta.cmn_cta03 .txt {
  width: 9.6rem;
  margin: 0.37rem auto 0;
  text-align: left;
  line-height: 1.86;
  color: #fff;
}

.cmn_cta.cmn_cta03 .btn01 {
  margin-top: 0.7rem;
}

.mv {
  padding: 0.72rem 0 0.83rem;
  color: #4c4948;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4ecf1), to(#fff));
  background: -webkit-linear-gradient(#c4ecf1, #fff);
  background: linear-gradient(#c4ecf1, #fff);
}

.mv .wrap {
  width: 11.1rem;
  margin: 0 auto;
  position: relative;
}

.mv .tit {
  font-size: 0.3rem;
  font-weight: 900;
  white-space: nowrap;
}

.mv .cat {
  margin-top: 0.15rem;
  font-weight: 900;
}

.mv .cat .fs01 {
  font-size: 0.56rem;
  line-height: 1.36;
  color: #12b3c7;
}

.mv .cat .fs02 {
  margin-top: 0.16rem;
  font-size: 0.45rem;
  display: block;
}

.mv .desc {
  margin-top: 0.47rem;
  line-height: 1.86;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

.mv .img {
  width: 5.92rem;
  position: absolute;
  top: -0.02rem;
  right: -0.97rem;
}

.sec01 {
  padding: 1rem 0 0.98rem;
  text-align: center;
}

.sec01 .tit {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
}

.sec01 .img {
  margin-top: -0.3rem;
  text-align: center;
}

.sec01 .img img {
  width: 12.76rem;
}

.sec01 .cat {
  margin-top: 0.7rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.sec01 .cat .strong {
  font-size: 0.36rem;
}

.sec01 .txt {
  margin-top: 0.33rem;
  line-height: 1.86;
}

.sec02 .before {
  padding: 0.9rem 0 0.44rem;
}

.sec02 .before .tit {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.7;
}

.sec02 .before .txt {
  width: 9.5rem;
  margin: 0.26rem auto 0;
  line-height: 1.86;
}

.sec02 .before .img {
  margin-top: 0.7rem;
  text-align: center;
}

.sec02 .before .img img {
  width: 11.58rem;
}

.sec02 .after .item {
  padding: 0.58rem 0.75rem;
}

.sec02 .after .content {
  max-width: 13rem;
  margin: 0 auto;
  border-radius: 0.15rem;
  background-color: #fff;
}

.sec02 .after .tit_wrap {
  width: 9.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 .after .num_wrap {
  width: 1.37rem;
  height: 1.37rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 900;
}

.sec02 .after .num_wrap .num_txt {
  font-size: 0.21rem;
}

.sec02 .after .num_wrap .num {
  font-size: 0.814rem;
}

.sec02 .after .item_tit {
  width: calc(100% - 1.37rem);
  padding-left: 0.55rem;
}

.sec02 .after .item_tit .fs01,
.sec02 .after .item_tit .fs02 {
  display: block;
  white-space: nowrap;
}

.sec02 .after .item_tit .fs01 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.32rem;
}

.sec02 .after .item_tit .fs02 {
  margin: 0.15rem 0 0 -0.5em;
  font-weight: 900;
  font-size: 0.383rem;
}

.sec02 .after .item_txt {
  width: 9.5rem;
  margin: 0.39rem auto 0;
  line-height: 1.86;
}

.sec02 .after .item01 {
  background-color: #12b3c7;
}

.sec02 .after .item01 .content {
  padding: 0.75rem 0 0.77rem;
}

.sec02 .after .item01 .num_wrap {
  background-color: #12b3c7;
}

.sec02 .after .item01 .item_tit .fs02 {
  color: #12b3c7;
}

.sec02 .after .item01 .cat {
  margin-top: 0.47rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
}

.sec02 .after .item01 .lists {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.27rem;
}

.sec02 .after .item01 .lists li {
  width: 1.98rem;
  text-align: center;
}

.sec02 .after .item01 .lists .list_txt_before {
  height: 0.97rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3f6f8;
}

.sec02 .after .item01 .lists .list_txt_after {
  margin-top: 0.17rem;
  padding-top: 0.28rem;
  font-size: 0.16rem;
  line-height: 1.56;
  position: relative;
  white-space: nowrap;
}

.sec02 .after .item01 .lists .list_txt_after::before {
  content: "";
  width: 0.36rem;
  height: 0.18rem;
  position: absolute;
  top: 0;
  left: calc(50% - 0.18rem);
  background-color: #12b3c7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec02 .after .item02 {
  background-color: #8b7cba;
}

.sec02 .after .item02 .content {
  padding: 0.75rem 0 0.87rem;
}

.sec02 .after .item02 .num_wrap {
  background-color: #8b7cba;
}

.sec02 .after .item02 .item_tit .fs02 {
  color: #8b7cba;
}

.sec02 .after .item02 .wrap {
  width: 11.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sec02 .after .item02 .wrap::after {
  content: "";
  width: 1.925rem;
  height: 2.435rem;
  position: absolute;
  bottom: -0.42rem;
  right: -0.24rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../../img/lp/datacenter02_operationdx/sec02/img02.png);
}

.sec02 .after .item02 .box {
  width: 5.5rem;
  margin-top: 0.5rem;
}

.sec02 .after .item02 .box_tit {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  background-color: #dcd8ea;
}

.sec02 .after .item02 .box_content {
  margin-top: 0.06rem;
  padding: 0.29rem 0 0.42rem 0.34rem;
  background-color: #f1eff7;
}

.sec02 .after .item02 .box_cat {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.12em;
  color: #8b7cba;
}

.sec02 .after .item02 .lists {
  margin-top: 0.38rem;
}

.sec02 .after .item02 .lists dt {
  padding-left: 0.22rem;
  font-weight: 700;
  position: relative;
  font-size: 0.19rem;
}

.sec02 .after .item02 .lists dt::before {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}

.sec02 .after .item02 .lists dt:not(:first-of-type) {
  margin-top: 0.26rem;
}

.sec02 .after .item02 .lists dd {
  font-size: 0.16rem;
  margin-top: 0.27rem;
}

.sec02 .after .item03 {
  background-color: #3e96d2;
}

.sec02 .after .item03 .content {
  padding: 0.75rem 0 0.8rem;
}

.sec02 .after .item03 .num_wrap {
  background-color: #3e96d2;
}

.sec02 .after .item03 .item_tit .fs02 {
  color: #3e96d2;
}

.sec02 .after .item03 .cat {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sec02 .after .item03 .wrap {
  width: 8.85rem;
  margin: 0.45rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 .after .item03 .lists {
  width: 5rem;
  padding: 0.27rem 0.34rem 0.31rem;
  background-color: #e8f2fa;
}

.sec02 .after .item03 .lists li {
  font-size: 0.2rem;
  padding-left: 0.2rem;
  position: relative;
}

.sec02 .after .item03 .lists li::before {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}

.sec02 .after .item03 .lists li:not(:first-of-type) {
  margin-top: 0.1rem;
}

.sec02 .after .item03 .txt {
  padding-left: 0.46rem;
  font-size: 0.21rem;
  font-weight: 700;
  position: relative;
}

.sec02 .after .item03 .txt::before {
  content: "";
  width: 0.18rem;
  height: 0.36rem;
  position: absolute;
  top: calc(50% - 0.18rem);
  left: 0;
  background-color: #3e96d2;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sec02 .after .after_item {
  background-color: #d74c77;
}

.sec02 .after .after_item .content {
  padding: 0.75rem 0 0;
  text-align: center;
}

.sec02 .after .after_item .after_item_tit {
  font-size: 0.41rem;
  font-weight: 900;
  color: #d74c77;
  letter-spacing: 0.01em;
}

.sec02 .after .after_item .cat01 {
  margin-top: 0.42rem;
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.sec02 .after .after_item .cat02 {
  margin-top: 0.23rem;
  font-size: 0.32rem;
  font-weight: 900;
}

.sec02 .after .after_item .txt {
  width: 9.5rem;
  margin: 0.38rem auto 0;
  text-align: left;
  line-height: 1.86;
}

.sec02 .after .after_item .img {
  margin-top: 0.42rem;
}

.sec02 .after .after_item .img img {
  margin-left: 0.7rem;
}

.sec03 {
  padding: 1rem 0 0;
}

.sec03 .container {
  width: 13.02rem;
  margin: 0 auto;
}

.sec03 .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
}

.sec03 .wrap {
  margin-top: 0.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec03 .item {
  width: 6.3rem;
  padding: 0.58rem 0.45rem;
  background-color: #f6f6f6;
}

.sec03 .item_tit_wrap {
  text-align: center;
}

.sec03 .item_tit {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #ffff80));
  background: -webkit-linear-gradient(transparent 70%, #ffff80 60%);
  background: linear-gradient(transparent 70%, #ffff80 60%);
}

.sec03 .name {
  margin-top: 0.29rem;
  padding: 0.18rem 0;
  text-align: center;
  font-size: 0.25rem;
  font-weight: 900;
  background-color: #fff;
  letter-spacing: 0.04em;
}

.sec03 .cat {
  text-align: center;
  margin-top: 0.18rem;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.75;
}

.sec03 .lists {
  margin-top: 0.41rem;
}

.sec03 .lists dt {
  text-align: center;
  padding: 0.12rem 0;
  font-size: 0.18rem;
  font-weight: 700;
  color: #fff;
  border-radius: 10rem;
  position: relative;
}

.sec03 .lists dt span {
  position: relative;
  z-index: 1;
}

.sec03 .lists dt::before {
  content: "";
  width: 0.35rem;
  height: 0.44rem;
  position: absolute;
  bottom: -0.22rem;
  left: 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec03 .lists dt:not(:first-of-type) {
  margin-top: 0.45rem;
}

.sec03 .lists dt:nth-of-type(1) {
  background-color: #12b3c7;
}

.sec03 .lists dt:nth-of-type(1)::before {
  background-image: url(../../../img/lp/datacenter02_operationdx/sec03/deco01.svg);
}

.sec03 .lists dt:nth-of-type(2) {
  background-color: #d74c77;
}

.sec03 .lists dt:nth-of-type(2)::before {
  background-image: url(../../../img/lp/datacenter02_operationdx/sec03/deco02.svg);
}

.sec03 .lists dd {
  margin-top: 0.35rem;
}

.sec03 .lists .desc {
  line-height: 1.86;
}

.sec03 .lists .stit {
  margin-bottom: 0.1rem;
  font-size: 0.19rem;
  font-weight: 700;
}

.sec03 .lists .stit:not(:first-of-type) {
  margin-top: 0.2rem;
}

.sec04 {
  padding: 0.55rem 0 0.99rem;
}

.sec04 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13rem;
  margin: 0 auto;
}

.sec04 .txt {
  padding: 1.2rem 0 0 1rem;
  width: calc(100% - 5.42rem);
}

.sec04 .tit {
  font-size: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sec04 .cat {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  font-weight: 900;
  line-height: 1.56;
}

.sec04 .desc {
  margin-top: 0.28rem;
  line-height: 1.86;
}

.sec04 .img01 {
  width: 5.42rem;
  text-align: right;
}

.sec04 .img01 img {
  width: 5.13rem;
  height: 4.7rem;
}

.sec04 .img02 {
  margin-top: 0.54rem;
  text-align: center;
}

.sec04 .img02 img {
  width: 10.83rem;
  height: 0.96rem;
}

.sec04 .btn {
  margin-top: 0.96rem;
}

.sec04 .btn a {
  width: 6rem;
  line-height: 0.82rem;
  margin: 0 auto;
  font-size: 0.25rem;
  font-weight: 900;
  display: block;
  text-align: center;
  border-radius: 0.41rem;
  color: #12b3c7;
  background-color: #fff;
  border: 0.02rem solid #12b3c7;
  position: relative;
}

.sec04 .btn a::after {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  position: absolute;
  top: calc(50% - 0.055rem);
  right: 0.3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../../img/lp/datacenter02_operationdx/sec04/btn_arrow.svg);
}

.sec05 {
  max-width: 13rem;
  margin: 0 auto;
  padding: 1.02rem 0;
  border-top: 1px solid #c9c8c8;
}

.sec05 .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
}

.sec05 .ac {
  width: 11rem;
  margin: 0.58rem auto 0;
}

.sec05 .ac_parent {
  padding: 0.24rem 0.2rem 0.24rem 0.38rem;
  font-size: 0.21rem;
  font-weight: 700;
  background-color: #e3f6f8;
  cursor: pointer;
  position: relative;
}

.sec05 .ac_parent::after {
  content: "";
  width: 0.29rem;
  height: 0.14rem;
  position: absolute;
  top: 0.25rem;
  right: 0.3rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #12b3c7;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.sec05 .ac_parent.active::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.sec05 .ac_parent:not(:first-of-type) {
  margin-top: 0.5rem;
}

.sec05 .ac_child {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease max-height;
  transition: 0.4s ease max-height;
}

.sec05 .ac_child .ac_child_inner {
  padding: 0.2rem 0 0;
  line-height: 1.86;
}

.sec05 .ac_child .ac_child_inner a {
  font-weight: 700;
  color: #12b3c7;
}
