@charset "UTF-8";

/* ==========================================================================
  キービジュアル
========================================================================== */
.kv__lower01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/business/service/datacenter/location/sonezaki/img/kv_service_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 38.66% 0 0 0;
}
.kv__lower01-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.kv__lower01-title {
  width: 40.533%;
  filter: brightness(0) invert(1);
  margin: 0 0 3% 4%;
}
.kv__lower01-title img {
  width: 100%;
}
.kv__lower01-text {
  position: static;
  font-size: clamp(11.9462px, calc(100vw * 14 / 375), 18.6662px);
  color: #fff;
  text-align: left;
  margin: 0 0 0 4%;
}
@media screen and (min-width: 768px) {
  .kv__lower01 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 340px;
    background-image: url(/business/service/datacenter/location/sonezaki/img/kv_service_bg.jpg);
    background-repeat: no-repeat;
    background-position: 63% bottom;
    background-size: cover;
    padding: 0;
  }
  .kv__lower01-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1120px;
  }
  .kv__lower01-title {
    width: 280px;
    margin: 0 0 26px 40px;
  }
  .kv__lower01-text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .kv__lower01 {
    background-position: center bottom;
  }
}
@media screen and (min-width: 2000px) {
  .kv__lower01 {
    background-size: 100% auto;
  }
}

/* ==========================================================================
ナビゲーション
========================================================================== */
.contentsnav__item-index {
  text-align: center;
  border-bottom: none;
  background-color: #dee3e9;
  border-radius: 6px;
}
.contentsnav__item-index .contentsnav__link {
  justify-content: center;
}
.contentsnav__item-index .contentsnav__link::after {
  display: none;
}
.contentsnav__item-index .contentsnav__link span {
  padding: 0 0 0 14px;
  position: relative;
}
.contentsnav__item-index .contentsnav__link span::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: calc(50% - 8px);
  left: 0;
  right: auto;
	transform: rotate(-135deg) translate(0, -50%);
  width: 8px;
  height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
  background-color: transparent;
  clip-path: none;
}
@media screen and (min-width: 768px) {
  .contentsnav__item-index {
    max-width: 190px;
  }
  .contentsnav__service .contentsnav__item:nth-child(n+2) {
    width: calc((100% - 190px)/3);
  }
  .contentsnav__facility .contentsnav__item:nth-child(n+2) {
    width: calc((100% - 190px)/4);
  }
  .contentsnav__pp .contentsnav__item:nth-child(n+2) {
    width: calc((100% - 190px)/2);
  }
  .contentsnav__item-index .contentsnav__link {
      color: #000;
  }
}

/* ==========================================================================
共通スタイル
========================================================================== */
.lower__title-h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .lower__title-h2 {
    font-size: 3.2rem;
    padding: 0 0 40px;
  }
}
.lower__title-h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .lower__title-h3 {
    font-size: 2.4rem;
    padding: 26px 0 0;
  }
}


/* ==========================================================================
提供サービス
========================================================================== */
#housing {
  background-color: #f3f6f8;
}
.housing__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.housing__box:nth-child(2) {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .housing__container {
    width: 1120px;
    padding: 80px 40px;
  }
  .housing__flex {
    display: flex;
    justify-content: space-between;
  }
  .housing__box {
    flex-basis: 46%;
    max-width: 46%;
  }
  .housing__box:nth-child(2) {
    margin: 0 0 0 0;
  }
}


.managed__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.managed__container p {
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .managed__container {
    width: 1120px;
    padding: 80px 0;
    text-align: center;
  }
  .managed__container p {
    padding: 0 0 50px;
  }
  .managed__container picture {
    width: 754px;
    margin: 0 auto;
  }
  .managed__container picture img {
    width: 100%;
  }
}


#network {
  background-color: #f3f6f8;
}
.network__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.network__container .lower__title-h3 {
  position: relative;
  margin: 30px 0 10px;
  padding: 0 0 14px;
}
.network__container .lower__title-h3::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
  background-color: #fabe00;
}
.network__container .text__link {
  font-weight: bold;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  .network__container {
    width: 1120px;
    padding: 80px 40px;
  }
  .network_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .network_flex picture {
    flex-basis: 430px;
    max-width: 430px;
    margin: 0 0 0 30px;
  }
  .network_box {
    flex-basis: 540px;
    max-width: 540px;
  }
  .network_box .lower__title-h3:nth-child(1) {
    margin: 0 0 10px;
  }
}


/* ==========================================================================
建物概要・仕様
========================================================================== */
.outline__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.outline_flex dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outline_flex dl dt {
  font-size: 1.5rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  flex-basis: 58%;
  max-width: 58%;
  height: 30px;
  background-color: #133664;
  border-radius: 6px;
  margin: 10px 0 0 0;
}
.outline_flex dl dd {
  font-weight: bold;
  flex-basis: 38%;
  max-width: 38%;
  line-height: 30px;
  height: 30px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .outline__container {
    width: 1120px;
    padding: 80px 40px;
  }
  .outline__container .lower__title-h2 {
    padding: 0;
  }
  .outline_flex {
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
  }
  .outline_flex dl {
    flex-basis: 380px;
    max-width: 380px;
  }
  .outline_flex dl dt {
    font-size: 1.6rem;
    line-height: 40px;
    flex-basis: 220px;
    max-width: 220px;
    height: 40px;
    margin: 16px 0 0 0;
  }
  .outline_flex dl dd {
    flex-basis: 160px;
    max-width: 160px;
    font-size: 1.8rem;
    line-height: 40px;
    height: 40px;
    margin: 16px 0 0 0;
    padding: 0 0 0 10px;
  }
}

/* 選ばれる理由（運用編）------------------------------------ */
.outline__reason {
  background-color: #f3f6f8;
}
.outline__reason-container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}
.outline__reason-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #133664;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  padding: 0 16px;
}
.outline__reason-ttl::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
  z-index: -1;
	width: 100%;
	height: 6px;
  background-color: #fabe00;
}
.outline__reason-dccp {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  line-height: 1.5;
  margin: 30px 0 16px 0;
  position: relative;
  background-image: url(/business/service/datacenter/location/sonezaki/img/dccp_bg_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.dccp__img {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .outline__reason {
    background-color: #f3f6f8;
  }
  .outline__reason-container {
    width: 1120px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .outline__reason-ttl {
    font-size: 3.0rem;
    padding: 0 22px;
  }
  .outline__reason-ttl::after {
    bottom: -2px;
    z-index: -1;
    height: 9px;
  }
  .outline__reason-dccp {
    font-size: 2.2rem;
    line-height: 60px;
    max-width: 1030px;
    height: 60px;
    background-color: #133664;
    padding: 0;
    margin: 50px auto 0;
  }
  .outline__reason-dccp::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border-right: 40px solid #f3f6f8;
    border-top: 60px solid #133664;
    background: none;
  }
  .outline__reason-dccp::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 40px solid #f3f6f8;
    border-top: 60px solid #133664;
  }
  .outline__reason-dccp + p {
    margin-bottom: 30px;
  }
  .dccp__img {
    max-width: 920px;
    margin: 0 auto;
  }
  .dccp__img img {
    width: 100%;
  }
}



.liveview {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  margin: 30px 0 0 0;
  padding: 0 0 20px;
}
main p.liveview__ttl {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #738792;
  border-radius: 6px 6px 0 0;
  padding: 6px 0;
  position: relative;
}
main p.liveview__ttl::after {
  content: "※有料サービス";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
  font-size: 1.2rem;
  font-weight: normal;
}
.liveview picture {
  padding: 20px;
}
.liveview p {
  padding: 0 20px 5px;
}
.liveview ul li {
  padding: 5px 20px 0;
}
@media screen and (min-width: 768px) {
  .liveview {
    max-width: 920px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    margin: 30px auto 0;
    padding: 0 0 40px;
  }
  main p.liveview__ttl {
    font-size: 2.2rem;
    padding: 8px 0;
  }
  main p.liveview__ttl::after {
    right: 20px;
    font-size: 1.4rem;
  }
  .liveview__flex {
    display: flex;
    padding: 0 40px;
  }
  .liveview picture {
    flex-basis: 476px;
    max-width: 476px;
    margin: 40px 40px 0 0;
    padding: 0;
  }
  .liveview__box {
    padding: 40px 0 0 0;
  }
  .liveview p {
    padding: 0 0 10px;
  }
  .liveview ul li {
    font-size: 1.8rem;
    padding: 12px 0 0 0;
  }
  .outline__reason .text__attention {
    max-width: 920px;
    margin: 16px auto;
  }
}


/* 災害対策------------------------------------ */
.countermeasure__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.countermeasure__stl {
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
  background-color: #738792;
  padding: 10px 0;
}
.countermeasure__stl:nth-child(5) {
  margin: 40px 0 0 0;
}
.countermeasure__container picture {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .countermeasure__container {
    width: 1120px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .countermeasure__container {
    width: 1120px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .countermeasure__stl {
    font-size: 2.8rem;
    padding: 20px 0 16px;
  }
  picture.earthquake__img {
    max-width: 942px;
    margin: 40px auto 0;
  }
  .earthquake__img img {
    width: 100%
  }
  .countermeasure__stl:nth-child(5) {
    margin: 80px 0 0 0;
  }
  picture.waterdamage__img {
    width: 692px;
    margin: 40px auto 0;
  }
  .earthquake__img img {
    width: 100%
  }
}

/* セキュリティ対策------------------------------------ */
#security {
  background-color: #f3f6f8;
}
.security__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}
.security__box {
  background-color: #fff;
  padding: 0 0 30px;
}
.security__box:nth-child(2) {
  margin: 40px 0 0 0;
}
.security__box-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #133664;
  padding: 10px;
}
main .security__box p {
  padding: 1em 20px 16px;
}
main p.security__summary {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #133664;
  position: relative;
  margin: 18px 0 0 0;
  padding: 42px 0 0 0;
}
main p.security__summary:before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90px;
	height: 30px;
  background-image: -moz-linear-gradient( 90deg, rgb(49,75,117) 0%, rgb(243,246,248) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(49,75,117) 0%, rgb(243,246,248) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(49,75,117) 0%, rgb(243,246,248) 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .security__container {
    width: 1120px;
    padding: 100px 0;
  }
  .security__flex {
    display: flex;
    justify-content: space-between;
  }
  .security__box {
    flex-basis: 47.5%;
    max-width: 47.5%;
    padding: 0 0 40px;
  }
  .security__box:nth-child(2) {
    margin: 0 0 0 0;
  }
  .security__box-ttl {
    font-size: 2.2rem;
    padding: 20px;
  }
  main .security__box p {
    padding: 1.0em 40px 20px;
  }
  main p.security__summary {
    font-size: 2.4rem;
    margin: 40px 0 0 0;
    padding: 80px 0 0 0;
  }
  main p.security__summary:before {
    width: 200px;
    height: 54px;
  }
}

/* 建物設備・システム------------------------------------ */
.system__container {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.system__box {
  border: 1px solid #cfd6db;
  margin: 30px 0 0 0;
}
.system__box picture img {
  width: 100%;
}
.system__box h3 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0 0;
}
main .system__box h3 + p {
  padding: 1em 20px 30px;
}
@media screen and (min-width: 768px) {
  .system__container {
    width: 1120px;
    padding: 100px 0 50px;
  }
  .system__container .lower__title-h2 {
    padding: 0;
  }
  .system__flex {
    display: flex;
    justify-content: space-between;
  }
  .system__box {
    flex-basis: 30%;
    max-width: 30%;
  }
  .system__box h3 {
    font-size: 2.2rem;
    margin: 26px 0 0 0;
  }
  main .system__box h3 + p {
    padding: 1em 30px 20px;
  }
}








