@charset "UTF-8";

/* ==========================================================================
  キービジュアル
========================================================================== */
.kv__pp {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/business/en/service/datacenter/location/sonezaki/partner-program/img/kv_partner-program_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 38.66% 0 0 0;
}
.kv__pp-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.kv__pp-title {
  width: 63%;
  filter: brightness(0) invert(1);
  margin: 0 0 3% 4%;
}
.kv__pp-title img {
  width: 100%;
}
.kv__pp-text {
  position: static;
  font-size: clamp(11.9462px, calc(100vw * 14 / 375), 18.6662px);
  color: #fff;
  text-align: left;
  margin: 0 0 0 4%;
}
.kv__cta {
  position: relative;
  height: 70px;
  background-image: url(/business/en/service/datacenter/location/sonezaki/partner-program/img/kv_cta_bg_sp.jpg);
  background-size: cover;
  padding: 10px 0;
}
.kv__cta a {
  display: block;
  max-width: 300px;
  background-image: -moz-linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
  background-image: -webkit-linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
  background-image: -ms-linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
  box-shadow: 1.368px 3.759px 6px 0px rgba(9, 27, 56, 0.3);
  border-radius: 6px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #133664;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
}
.kv__cta a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
  transform: translate(0, -50%);
	width: 20px;
	height: 20px;
  background-color: #133664;
  border-radius: 50%;
}
.kv__cta a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translate(0, -50%);
	width: 7px;
	height: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.kv__cta a:hover {
  box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
@media screen and (min-width: 768px) {
  .kv__pp {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 340px;
    background-image: url(/business/en/service/datacenter/location/sonezaki/partner-program/img/kv_partner-program_bg.jpg);
    background-repeat: no-repeat;
    background-position: 56% bottom;
    background-size: cover;
    padding: 0;
  }
  .kv__pp-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1120px;
  }
  .kv__pp-title {
    width: 510px;
    margin: 0 0 26px 40px;
  }
  .kv__pp-title img {
    width: 100%;
  }
  .kv__pp-text {
    font-size: 2.4rem;
  }
  .kv__cta {
    position: static;
    height: auto;
    background: none;
    padding: 0;
  }
  .kv__cta a {
    max-width: 450px;
    font-size: 2.4rem;
    margin: 26px 0 0 40px;
    padding: 26px 0;
  }
  .kv__cta a::before {
    right: 30px;
    width: 26px;
    height: 26px;
  }
  .kv__cta a::after {
    top: calc(50% - 1px);
    right: 43px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .kv__pp {
    background-position: center bottom;
  }
}
@media screen and (min-width: 2000px) {
  .kv__pp {
    background-size: 100% auto;
  }
}

/* ==========================================================================
共通スタイル
========================================================================== */
.lower__title-h2 {
  font-size: 2.4rem;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .lower__title-h2 {
    font-size: 3.2rem;
    padding: 80px 0 50px;
  }
}


.lower__title-h3 {
  font-size: 2.2rem;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .lower__title-h3 {
    font-size: 2.8rem;
    padding: 26px 0 0;
  }
}


/* ==========================================================================
制度概要
========================================================================== */
.systemoutline__bg {
  background-color: #f3f6f8;
}
.systemoutline__container {
  margin: 0 auto;
  padding: 40px 4% 50px;
}
.systemoutline__container picture {
  padding: 30px 0 0 0;
}
.cta li:last-child a {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .systemoutline__container {
    margin: 0 auto;
    padding: 54px 0 80px 0;
  }
  .systemoutline__container picture {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .systemoutline__container picture img {
    width: 100%;
  }
  .cta ul {
    justify-content: center;
  }
}







