@charset "UTF-8";
img {
  max-width: 100%;
}

.l-container {
  min-width: 1220px;
  min-height: calc(100% - 159px);
  margin: 0 auto;
  font-size: 106.6666666667%;
  line-height: 1.4;
  color: #040404;
}
@media screen and (max-width: 768px) {
  .l-container {
    min-width: inherit;
    min-height: inherit;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.l-container a {
  transition: opacity 0.3s;
}
.l-container a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-container a:hover {
    opacity: 1;
  }
}
.l-container * {
  box-sizing: border-box;
}

.l-inner {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-section {
  padding-top: 72px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 46px;
  }
}
.pages .l-section:nth-of-type(even) {
  background: #efefef;
}

.l-content {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-content {
    margin: 0 15px;
  }
}

.l-wide {
  margin-top: 72px;
  margin-bottom: 40px;
  margin-left: -140px;
  margin-right: -140px;
}
.l-wide:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-wide {
    margin-top: 46px;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-nav {
  background: #6184c3;
}
.l-nav__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-nav__list {
  display: flex;
  align-items: center;
}
.l-nav__item {
  position: relative;
  padding: 15px 0;
}
.l-nav__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-nav__item:first-child::before {
  display: none;
}
.l-nav__item:first-child a {
  padding-left: 0;
}
.l-nav__item a {
  display: block;
  padding: 3px 30px;
  color: #fff;
}
.l-nav__item--en {
  margin: 0 0 0 auto;
}
.l-nav__item--en::before {
  height: 15px;
}
.l-nav__item--en::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.l-nav__item--en a {
  font-size: 87.5%;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .l-nav__sp-toggle {
    display: none;
  }
  .l-nav__item > a {
    position: relative;
  }
  .l-nav__item > a::before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.3s;
  }
  .l-nav__item:hover .l-nav__sub-item {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .l-nav__item:hover > a {
    opacity: 1;
  }
  .l-nav__item:hover > a::before {
    opacity: 1;
    visibility: visible;
  }
  .l-nav__item > a:hover {
    opacity: 1;
  }
  .l-nav__item > a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__inner {
    padding: 0;
  }
  .l-nav__sp-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 5.5px 0;
    border-bottom: solid 1px #fff;
  }
  .l-nav__sp-toggle::after {
    content: "";
    display: block;
    width: 14px;
    height: 8.5px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.41 18.41"><polygon fill="%23fff" stroke="%23fff" fill-rule="evenodd" points=".7 14.87 14.7 .71 17.5 3.54 3.5 17.7 .7 14.87"/><polygon fill="%23fff" stroke="%23fff" fill-rule="evenodd" points="14.7 .71 28.7 14.87 25.9 17.7 11.9 3.54 14.7 .71"/></svg>') no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
  .l-nav__sp-toggle.is-active::after {
    transform: none;
  }
  .l-nav__list {
    display: none;
    width: 100%;
    padding: 0 15px;
    position: absolute;
    z-index: 999;
    background: #6184c3;
  }
  .l-nav__item {
    border: none;
    position: relative;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  .l-nav__item::before {
    display: none;
  }
  .l-nav__item:first-child::before {
    display: none;
  }
  .l-nav__item a {
    display: flex;
    align-items: center;
    padding: 17px 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .l-nav__item--en {
    margin: 0;
    border-bottom: none;
  }
  .l-nav__item--en::after {
    display: none;
  }
  .l-nav__item--en a {
    font-size: 1.2rem;
    padding: 17px 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__toggle-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__toggle-link {
    position: relative;
  }
  .l-nav__toggle-link::before, .l-nav__toggle-link::after {
    content: "";
    display: block;
    width: 10.5px;
    height: 2.5px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: transform 0.3s, opacity 0.3s;
  }
  .l-nav__toggle-link::after {
    transform: rotate(90deg);
  }
  .l-nav__toggle-link.is-active::before {
    transform: rotate(180deg);
  }
  .l-nav__toggle-link.is-active::after {
    opacity: 0;
  }
}
.l-nav__sub-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px 24px 20px;
  position: absolute;
  top: calc(100% - 4px);
  width: 100%;
  background: #6184c3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .l-nav__sub-item {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    padding: 7px 10px 30px;
  }
}
.l-nav__sub-list li + li {
  margin: 14px 0 0;
}
.l-nav__sub-list li a {
  padding: 0;
  display: flex;
  gap: 8px;
}
.l-nav__sub-list li a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 10px;
  background: url(/common/images/com_icn40.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .l-nav__sub-list li a::before {
    margin-top: 0;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-flex {
    flex-direction: column;
  }
}
.l-flex--col2 {
  gap: 40px 3.33333333%;
}
.l-flex--col2 > * {
  width: 48.3333333%;
}
@media screen and (max-width: 768px) {
  .l-flex--col2 > * {
    width: 100%;
  }
}
.l-flex--reverse {
  flex-direction: row-reverse;
}

.c-headline {
  word-break: keep-all;
  display: flex;
  font-size: 187.5%;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  gap: 13px;
  margin: 72px 0 28px;
}
.c-headline:first-child {
  margin-top: 0;
}
.c-headline::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 21px;
  height: 30px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.92 30"><path fill="%235d7eb8" fill-rule="evenodd" d="m13.92,30v-10h7v10h-7ZM6.92,10h7v10h-7v-10ZM0,0h7v10H0V0Z"/></svg>') no-repeat center left;
  background-size: 100% auto;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .c-headline {
    font-size: 2rem;
    gap: 8px;
    margin: 46px 0 23px;
  }
  .c-headline::before {
    width: 18px;
    height: 22.5px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.01 45"><path fill="%235d7eb8" fill-rule="evenodd" d="m24.01,45v-15h12v15h-12ZM12,15h12v15h-12v-15ZM0,0h12v15H0V0Z"/></svg>');
    margin-top: 4px;
  }
}

.c-headline-2 {
  display: flex;
  gap: 12px;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 50px 0 22px;
}
.c-headline-2:first-child {
  margin-top: 0;
}
.c-headline-2::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.1 36"><path fill="%236184c3" fill-rule="evenodd" d="m13,36v-18h12.1v18h-12.1ZM0,0h13v18H0V0Z"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 6px;
}
.c-headline-2--nm::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-headline-2 {
    font-size: 1.7rem;
    margin: 30px 0 22px;
  }
  .c-headline-2::before {
    width: 13px;
    height: 18px;
  }
}

.c-headline-3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 22px 0;
}
.c-headline-3:first-child {
  margin-top: 0;
}
.c-headline-3--l2 {
  display: flex;
  gap: 10px;
}
.c-headline-3--l2::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 12px;
  background: #6184c3;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .c-headline-3 {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}

.c-page-hero {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 29px 0;
  background: url(/en/datacenter/common/images/bg_page_pc.jpg) no-repeat center center;
  background-size: cover;
}
.c-page-hero__inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-page-hero {
    min-height: inherit;
    padding: 17.5px 0;
    background: url(/en/datacenter/common/images/bg_page_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.c-page-hero__nav {
  margin: 24px 0 8px 62px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-page-hero__nav {
    margin: 30px 0 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.c-page-hero__nav li a {
  line-height: 1.4;
  color: #040404;
}
.c-page-hero__nav li a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(/en/datacenter/common/images/com_icn_blue.png) no-repeat center center;
  background-size: 100% auto;
  margin: 0 10px 2px 0;
}

.c-page-headline {
  display: flex;
  gap: 20px;
  font-size: 225%;
  font-weight: 700;
  line-height: 1.4;
}
.c-page-headline::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 42px;
  height: 61px;
  background: url(/en/datacenter/common/images/com_icn_headline.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .c-page-headline {
    font-size: 2.7rem;
    gap: 13px;
    padding: 0 0 0 17.5px;
  }
  .c-page-headline::before {
    width: 31.5px;
    height: 45px;
  }
}

.c-btn {
  display: inline-block;
  background: #6184c3 url(/common/images/com_icn40.png) no-repeat right 15px center;
  background-size: 9px 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 20px;
  min-width: 160px;
}
.c-btn:link, .c-btn:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 7px 15px;
    min-width: 133px;
  }
}
.c-btn--icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn--icon {
    gap: 7px;
  }
}
.c-btn--icon i {
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-btn--icon i img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn--icon i {
    width: 21px;
    height: 20px;
  }
}

.c-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.c-btn-list li {
  width: 288px;
}
@media screen and (max-width: 768px) {
  .c-btn-list {
    gap: 5px 1.470588235%;
  }
  .c-btn-list li {
    width: 49.264705882%;
  }
}

.c-link {
  gap: 13px;
  color: #6184c3;
  word-break: break-all;
  border-bottom: solid 1px;
  font-weight: 700;
}
.c-link:link, .c-link:visited {
  color: #6184c3;
}
.c-link--arrow {
  border-bottom: none;
}
.c-link--arrow::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(/en/datacenter/common/images/com_icn_blue.png) no-repeat center center;
  background-size: 100% auto;
  margin: 0 0 0 10px;
}
.c-link[target] {
  border-bottom: none;
}
.c-link[target]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url(/en/datacenter/common/images/com_icn_blank.svg) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 0 0 10px;
}
.c-link--pdf {
  border-bottom: none;
  padding: 0 0 0 35px;
  position: relative;
}
.c-link--pdf::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 26px;
  background: url(/en/datacenter/common/images/com_icn_pdf.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.c-link--pdf[target]::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-link--pdf {
    padding: 0 0 0 26.5px;
  }
  .c-link--pdf::before {
    width: 16px;
    height: 22px;
  }
}

.c-link-box {
  padding: 42px 30px;
  background: #efefef;
}
.c-link-box ul li + li {
  margin-top: 33px;
}
.page-content .c-link-box p {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .c-link-box {
    padding: 29px 15px;
  }
}

.c-image-links {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .c-image-links {
    gap: 15px;
    margin: 15px 0 0;
  }
}

.c-image-link {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 2px 2px 18px 0 rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  color: #040404;
  line-height: 1.7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-image-link {
    border-radius: 2px;
  }
}
.c-image-link:link, .c-image-link:visited {
  color: #040404;
}
.c-image-link__text {
  padding: 30px 40px 33px;
}
@media screen and (max-width: 768px) {
  .c-image-link__text {
    padding: 14px 15px 8px;
  }
}
.c-image-link__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 6px;
}
.c-image-link__title::before {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(/common/images/com_icn01.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .c-image-link__title {
    font-size: 1.7rem;
    gap: 7px;
  }
}

.c-tag {
  padding: 4px 12px;
  background: #6184c3;
  font-size: 81.25%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-tag {
    font-size: 1.1rem;
    padding: 3px 10px;
  }
}

.c-list {
  margin: 0 0 30px;
}
.c-list:last-child {
  margin: 0;
}
.c-list li {
  line-height: 1.7;
  display: flex;
  gap: 15px;
}
.c-list li + li {
  margin: 10px 0 0;
}
.c-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-list {
    margin: 0 0 20px;
  }
}

.c-caption {
  font-size: 75%;
  line-height: 1.7;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .c-caption {
    font-size: 1.2rem;
  }
}
.c-caption--ast {
  display: flex;
}
.c-caption--ast::before {
  content: "※";
}

.c-caption-area {
  margin: 0 0 50px;
}
.c-caption-area:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-caption-area {
    margin: 0 0 34px;
  }
}

.c-figure {
  margin: 56px auto 40px;
}
.c-figure:first-child {
  margin-top: 8px;
}
.c-figure + .c-figure {
  margin-top: 40px;
}
.c-figure:last-child {
  margin-bottom: 0;
}
.c-figure--half {
  max-width: 580px;
}
.c-figure--main {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-figure {
    margin: 33px 0 20px;
  }
  .c-figure + .c-figure {
    margin-top: 20px;
  }
}
.c-figure figcaption {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .c-figure figcaption {
    margin: 5px 0 0;
  }
}

.c-table-scroll {
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .c-table-scroll {
    margin: 0 0 18px;
    overflow: auto;
    width: auto;
    margin-right: -15px;
  }
  .c-table-scroll::-webkit-scrollbar {
    height: 12px;
  }
  .c-table-scroll::-webkit-scrollbar-track {
    background-color: #efefef;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .c-table-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(97, 132, 195, 0.5);
  }
}

.c-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table {
    width: 590px;
  }
  .c-table--w1 th:first-child {
    width: 185px;
  }
  .c-table--w2 th:first-child {
    width: 128px;
  }
}
.c-table tr:first-child th,
.c-table tr:first-child td {
  border-top: none;
}
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: none;
}
.c-table thead th {
  padding: 10px;
  background: #6184c3;
  text-align: center;
  color: #fff;
  font-size: 87.5%;
  border-right: solid 1px #fff;
}
.c-table thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-table thead th {
    font-size: 1.4rem;
    padding: 6px;
  }
}
.c-table tbody th {
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.c-table tbody td {
  padding: 25px 20px;
  background: #efefef;
  font-size: 87.5%;
  border: solid 1px #ccc;
  vertical-align: top;
}
.c-table tbody td .c-list {
  margin: 0;
}
.c-table tbody td .c-list li::before {
  margin-top: 10px;
}
.c-table tbody td:first-child {
  border-left: none;
}
.c-table tbody td:last-child {
  border-right: none;
}
.c-table tbody td figure + figure {
  margin-top: 20px;
}
.c-table tbody td figure.w270 {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .c-table tbody th, .c-table tbody td {
    font-size: 1.4rem;
    padding: 12px 15px;
  }
}
.c-table--l2 tbody th, .c-table--l2 tbody td {
  background: #fff;
}
.c-table--l2 tbody td {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .c-table--l2 tbody td {
    padding: 12px 15px;
  }
}
.c-table--l3 tbody td {
  padding: 20px 30px;
}
.c-table--l3 tbody td:first-child {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-table--l3 tbody td {
    padding: 12px 15px;
  }
}
.c-table--half td {
  width: 50%;
}

.c-text-top {
  max-width: 1200px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .c-text-top {
    margin: 26px 15px 0;
  }
}

.c-text-lead {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.6;
  color: #6184c3;
}
@media screen and (max-width: 768px) {
  .c-text-lead {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}

.c-page-nav {
  margin: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 110px;
}
.c-page-nav--bg {
  padding: 30px;
  background: #efefef;
}
.c-page-nav p {
  margin-bottom: 10px;
}
.c-page-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 30px;
}
.c-page-nav__list li a {
  display: flex;
  align-items: center;
  color: #6184c3;
  font-weight: 700;
  line-height: 1.4;
}
.c-page-nav__list li a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 11px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.83 10.16"><polyline fill="none" stroke="%236184c3" stroke-linecap="square" stroke-miterlimit="10" stroke-width="2px" points="1.41 1.41 8.41 8.72 15.41 1.41"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  margin: 0 0 0 11px;
}
.c-page-nav__list li a small {
  font-size: 62.5%;
  font-weight: 400;
  margin: -10px 0 -10px 10px;
}
@media screen and (max-width: 768px) {
  .c-page-nav {
    margin: 0 0 23px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px 0;
  }
  .c-page-nav--bg {
    padding: 19px 15px;
  }
  .c-page-nav__col {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .c-page-nav__col:last-child {
    border-bottom: none;
  }
  .c-page-nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .c-page-nav__list li {
    border-bottom: solid 1px #ccc;
  }
  .c-page-nav__list li:last-child {
    border-bottom: none;
  }
  .c-page-nav__list li a {
    position: relative;
    padding: 11px 30px 11px 0;
  }
  .c-page-nav__list li a::after {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .c-page-nav__list--l2 {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 9px;
    gap: 10px 0;
  }
  .c-page-nav__list--l2 li {
    width: 43.478260869%;
    border: none;
  }
  .c-page-nav__list--l2 li a {
    padding: 0 30px 0 5px;
  }
  .c-page-nav__list--l2 li a::after {
    width: 15px;
    height: 9px;
  }
}

.c-movie {
  position: relative;
  background: #eee;
}
.c-movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .l-section {
  overflow: visible;
}
.home .c-headline {
  margin: 0 0 20px;
}
.home .c-headline + p {
  margin: 0 0 33px;
}
@media screen and (max-width: 768px) {
  .home .c-headline {
    margin: 0 0 6px;
  }
  .home .c-headline + p {
    margin: 0 5px 13px;
  }
  .home p + .c-btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.home-hero {
  padding: 60px 0 100px;
  background: url(/datacenter/images/bg_hero_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.home-hero .slick-list {
  position: static;
}
.home-hero .slick-track {
  position: static;
}
.home-hero .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  z-index: 1;
}
.home-hero .slick-dots li {
  display: block;
  width: 14px;
  height: 14px;
}
.home-hero .slick-dots li.slick-active button {
  background: #6184c3;
}
.home-hero .slick-dots button {
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border: solid 1px #6184c3;
  border-radius: 50%;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.32);
}
.home-hero__head {
  position: relative;
}
.home-hero__headline {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 250%;
  font-weight: 700;
  position: absolute;
  top: 60px;
  left: 20px;
}
.home-hero__headline::before {
  content: "";
  display: block;
  width: 42px;
  height: 61px;
  background: url(/en/datacenter/common/images/com_icn_headline.png) no-repeat center center;
  background-size: 100% auto;
}
.home-hero__inner {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.home-hero__slider {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.home-hero__slider-image {
  width: 640px;
  margin: 0 0 110px;
  border-radius: 4px;
  box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: static;
}
.home-hero__slider-text {
  width: 500px;
  margin: 0 -83px 0 0;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.12);
  line-height: 1.7;
}
.home-hero__slider-text a {
  display: inline-block;
  margin-top: 36px;
  line-height: 1.4;
}
.home-hero__slide-title {
  font-size: 175%;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 3px;
}
@media screen and (max-width: 768px) {
  .home-hero {
    background: url(/datacenter/images/bg_hero_sp.jpg) no-repeat center center;
    padding: 30px 0 60px;
  }
  .home-hero .slick-dots {
    flex-direction: row;
    gap: 11.5px;
    align-items: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: -25px;
  }
  .home-hero .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .home-hero .slick-arrow {
    text-indent: -999px;
    overflow: hidden;
    width: 22.5px;
    height: 105px;
    border: none;
    background: rgba(255, 255, 255, 0.7) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.14 22.63"><rect fill="%236184c3" x="5.07" y="7.56" width="4" height="16" transform="translate(-8.93 9.56) rotate(-45)"/><rect fill="%236184c3" x="-.93" y="5.07" width="16" height="4" transform="translate(-2.93 7.07) rotate(-45)"/></svg>') no-repeat center center;
    background-size: 7px 11.5px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: -140px;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  .home-hero .slick-prev {
    left: 0;
  }
  .home-hero .slick-next {
    right: 0;
    transform: rotate(180deg);
  }
  .home-hero__headline {
    position: static;
    font-size: 2.7rem;
    margin: 0 33px 20px;
    gap: 6px;
  }
  .home-hero__headline::before {
    width: 31.5px;
    height: 45px;
    transform: translateY(-10px);
  }
  .home-hero__slider {
    display: block;
    position: relative;
  }
  .home-hero__inner {
    padding: 0;
  }
  .home-hero__slider-image {
    width: auto;
    margin: 0 30px 0 40px;
    z-index: -1;
    border-radius: 2px;
  }
  .home-hero__slider-image img {
    width: 100%;
  }
  .home-hero__slider-text {
    width: auto;
    margin: -16.5px 50px 0 15px;
    padding: 17px 15px;
    font-size: 1.4rem;
    border-radius: 2px;
  }
  .home-hero__slider-text a {
    margin-top: 10px;
  }
  .home-hero__slide {
    height: auto;
  }
  .home-hero__slide-title {
    font-size: 2rem;
  }
}

.home-information {
  background: #efefef;
  padding: 80px 0 70px;
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .home-information {
    padding: 47px 0 40px;
    margin: 55px 0 0;
  }
}

.home-news .c-headline {
  margin: 0 0 28px;
}
.home-news__item {
  border-top: solid 1px #ccc;
}
.home-news__item:first-child {
  border-top: none;
}
.home-news__item:first-child a {
  padding-top: 0;
}
.home-news__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 50px 15px 20px;
  gap: 5px 10px;
  color: #040404;
  position: relative;
}
.home-news__link::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(/common/images/com_icn01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}
.home-news__link[target=_blank]::after {
  width: 16px;
  height: 13px;
  background: url(/en/datacenter/common/images/com_icn_blank.svg) no-repeat center center;
  background-size: 100% 100%;
  right: 18px;
}
.home-news__link:visited {
  color: #040404;
}
.home-news__link time {
  font-weight: 700;
}
.home-news__link p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-news .c-headline {
    margin: 0 0 16px;
  }
  .home-news__list {
    margin: 0 5px;
  }
  .home-news__link {
    padding: 12px 20px 6px 0px;
    gap: 5px 12px;
  }
  .home-news__link::after {
    right: 4px;
  }
  .home-news__link[target=_blank]::after {
    top: -7px;
    right: 0;
  }
  .home-news__link time {
    font-size: 1.2rem;
  }
}

.home-links .c-headline {
  margin: 0 0 15px;
}
.home-links li a {
  height: 70px;
  font-size: 125%;
  padding: 10px 23px;
  background-position: right 18px center;
}
.home-links li._w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-links .c-btn-list {
    margin: 0 2.5px;
  }
  .home-links li a {
    font-size: 1.5rem;
    height: 50px;
    padding: 10px 10px;
    background-position: right 10px center;
  }
}
@media screen and (max-width: 375px) {
  .home-links li a {
    font-size: 4vw;
  }
}

.page-index {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-index {
    padding-bottom: 50px;
  }
}
.page-index .c-image-links {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-index .c-image-links {
    margin-top: 46px;
  }
}

.page-content {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-content {
    padding-bottom: 50px;
  }
}
.page-content .c-headline + .c-headline-2 {
  margin-top: 0;
}
.page-content .c-headline + .l-flex {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-content .c-headline + .l-flex {
    margin-top: 23px;
  }
}
.page-content .c-headline-2 + .l-flex,
.page-content .c-headline-3 + .l-flex {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .c-headline-2 + .l-flex,
  .page-content .c-headline-3 + .l-flex {
    margin-top: 20px;
  }
}
.page-content p {
  line-height: 1.7;
  max-width: 920px;
  margin: 0 0 28px;
}
.page-content p:last-child {
  margin: 0;
}
.page-content p.c-caption {
  margin: 0 0 8px;
}
.page-content p.c-caption:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-content p {
    margin: 0 0 30px;
  }
  .page-content p.c-caption {
    margin: 0 0 5px;
  }
}
.page-content blockquote {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.6;
  background: #efefef;
  border: solid 1px #ccc;
  color: #6184c3;
  padding: 25px 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-content blockquote {
    font-size: 1.5rem;
    padding: 15px;
  }
}
.page-content dl {
  margin: 0 0 27px;
}
.page-content dl:last-child {
  margin: 0;
}
.page-content dl dt, .page-content dl dd {
  line-height: 1.7;
}
.page-content dl dd a {
  font-weight: 700;
}
.page-content .l-flex {
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-content .l-flex:first-child {
  margin-top: 0;
}
.page-content .l-flex:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex {
    margin: 0 0 40px;
  }
}
.page-content .l-flex .col-text {
  flex: 1;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex .col-text {
    margin-top: 0;
  }
}
.page-content .l-flex .col-box {
  width: 48.333333333%;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex .col-box {
    width: 100%;
  }
}
.page-content .l-flex figcaption {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex figcaption {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-content .l-flex--col2 {
    gap: 10px;
  }
}
.page-content .l-flex--col2 figure {
  margin-bottom: 0;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex--col2 figure {
    width: 100%;
  }
}
.page-content .l-flex--col2-txt {
  gap: 60px;
  margin-bottom: 40px;
}
.page-content .l-flex--col2-txt figure {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex--col2-txt {
    gap: 15px;
    margin: 0 0 27px;
  }
  .page-content .l-flex--col2-txt figure {
    width: 100%;
  }
}
.page-content .l-flex--half {
  gap: 90px;
  margin-bottom: 40px;
}
.page-content .l-flex--half figure {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex--half {
    margin: 0 0 27px;
    gap: 15px;
  }
  .page-content .l-flex--half figure {
    width: 100%;
  }
}
.page-content .l-flex--between {
  gap: 50px 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-content .l-flex--between {
    gap: 15px;
  }
}

.gallery .l-flex {
  justify-content: space-between;
}
.gallery .l-flex > * {
  width: 560px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .gallery .l-flex > * {
    width: 100%;
  }
}
.gallery .l-flex .c-movie {
  margin-top: auto;
}

.gallery-slider {
  margin-right: -60px;
  margin-bottom: 40px;
  position: relative;
}
.gallery-slider:last-child {
  margin-bottom: 0;
}
.gallery-slider + .c-headline-2 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .gallery-slider {
    margin-right: -15px;
    margin-bottom: 30px;
  }
}
.gallery-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .gallery-slider .slick-list {
    padding-right: 70px;
  }
}
.gallery-slider .slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 15px;
  height: 25px;
  border: none;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.86 25.83"><polyline fill="none" stroke="%236184c3" stroke-linecap="square" stroke-miterlimit="10" stroke-width="2px" points="1.41 24.41 13.41 12.91 1.41 1.41"/></svg>') no-repeat center center;
  background-size: 15px 25px;
  position: absolute;
  top: -63px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
.gallery-slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .gallery-slider .slick-arrow {
    width: 30px;
    height: 60px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 12.5px 20px;
    bottom: -40px;
  }
}
.gallery-slider .slick-prev {
  left: -10px;
  transform: rotate(180deg);
}
@media screen and (min-width: 1341px) {
  .gallery-slider .slick-prev {
    left: -40px;
  }
}
.gallery-slider .slick-next {
  right: 55px;
}
@media screen and (min-width: 1341px) {
  .gallery-slider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slider .slick-next {
    left: auto;
    right: 10px;
  }
}

.gallery-slide {
  height: auto;
  margin: 0 60px 0 0;
  opacity: 0.5;
}
.gallery-slide.slick-active {
  opacity: 1;
}
@media screen and (min-width: 1441px) {
  .gallery-slide {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slide {
    margin: 0 20px 0 0;
  }
}
.gallery-slide__image {
  position: relative;
  margin: 0 0 13px;
}
.gallery-slide__image-inner {
  position: relative;
  overflow: hidden;
}
.gallery-slide__image-inner::before {
  content: "";
  display: block;
  padding-top: 66.6666666%;
}
@media screen and (max-width: 768px) {
  .gallery-slide__image {
    margin: 0 0 10px;
  }
}
.gallery-slide__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-slide__image a {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: -11px;
  right: 10px;
  min-width: 65px;
  padding: 6px 7px;
  font-size: 87.5%;
  line-height: 1;
  background: #6184c3;
  border-radius: 26px;
  color: #fff;
}
.gallery-slide__image a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><circle fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" cx="6.5" cy="6.5" r="6"/><line fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" x1="6.5" y1="2.14" x2="6.5" y2="10.86"/><line fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" x1="10.86" y1="6.5" x2="2.14" y2="6.5"/></svg>') no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .gallery-slide__image a {
    bottom: -8.5px;
    right: 5px;
    font-size: 1.2rem;
    min-width: 55px;
    padding: 4px 5px;
  }
  .gallery-slide__image a::before {
    width: 11px;
    height: 11px;
  }
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  cursor: zoom-out;
}

.modal-content {
  position: relative;
  z-index: 1;
  padding: 10px;
}
.modal-content img {
  max-height: 100%;
}