/* common */
body {
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
}

html {
    scroll-behavior: smooth;
}

section,
article {
    scroll-margin-top: 10rem;
}

img.w100 {
    max-width: 100%;
    height: auto;
}

.menu-hidden {
    display: none;
}

.pc-hidden {
    display: none;
}

.left {
    float: left;
}

.flex {
    display: flex;
}

.flexsb {
    display: flex;
    justify-content: space-between;
}

.flexsa {
    display: flex;
    justify-content: space-around;
}

.flexaic {
    display: flex;
    align-items: center;
}

.flexaifs {
    align-items: flex-start;
}

.flexjcc {
    justify-content: center;
}

.w780 {
    max-width: 78rem;
    width: 96%;
    margin: auto;
}

.w1046 {
    max-width: 104.6rem;
    width: 95%;
    margin: auto;
}

.header_wrap.w1046 {
    width: 100%;
}

.fixed .header_wrap.w1046,
.fixed .h_inner {
    width: 100%;
}
/*
.fixed .header_wrap.w1046 {
max-width: 102.9rem;
}

.fixed .header_wrap a.logo,
.fixed .h_inner a.logo {
    margin-right: 13.9rem;
}

.fixed .header_wrap a.logo.en {
    margin-right: 9.6rem;
}

.fixed .h_inner a.logo.en {
    margin-right: 9.7rem;
}
*/
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) {
_::-webkit-full-page-media, _:future, :root .fixed .header_wrap a.logo.en {
    margin-right: 7.1rem;
}
}
*/
/*
.fixed .header_wrap a.logo.cn {
    margin-right: 16.9rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
_::-webkit-full-page-media, _:future, :root .fixed .h_inner a.logo.en {
    margin-right: 7.67rem; 
}
}

.fixed .h_inner a.logo.cn {
    margin-right: 17rem;
}
*/

.w1056 {
    max-width: 105.6rem;
    margin: auto;
    width: 95%;
}

.w1076 {
    max-width: 107.6rem;
    width: 95%;
    margin: auto;
}

.w1000 {
    max-width: 100rem;
    width: 95%;
    margin: auto;
}

.w727 {
    max-width: 72.7rem;
    width: 95%;
    margin: auto;
}

.content_ttl {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3.5rem;
}

.content_text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #505050;
    text-align: center;
    margin-bottom: 13.6rem;
}

.text--blue {
    display: block;
    color: #173CA0;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 13.3rem;
}

.sec_line {
    max-width: 65.9rem;
    width: 100%;
    margin: auto auto 7rem;
    height: 1.39px;
    color: #E6E6E6;
}

.customervoice .content_text {
    margin-bottom: 5.6rem;
}

.mb0 {
    margin-bottom: 0 !important;
}

a.border {
    text-decoration: underline;
}



/* アニメーション */
.fadeUpTrigger{
    opacity: 0;
    }

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* common */
/* header - mv */
header.fixed {
    justify-content: space-evenly;
    color: #333;
}

.keyvisual {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}


.mv {
    color: #FFF;
    position: relative;
    padding-bottom: 15.5rem;
    margin-bottom: 5.6rem;
    overflow: hidden;
}

.top {
    margin-bottom: 19.55rem;
    align-items: center;
}

.rightdiv {
    width: 100%;
    justify-content: flex-end;
    align-items: baseline;
}

.rightdiv>li:not(:last-child) {
    margin-right: 2rem;
    margin-top: 3.8rem;
}


/* ドロップダウンメニュー */
/* メインナビゲーションのスタイル */
.menu-header-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-header-container>ul>.list-item {
    padding: 0 0 2rem;
}

.menu-header-container .rightdiv>li>a::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 50%;
    height: 2px;
    background: #FFF;
    bottom: -1px;
    /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s;
    /*変形の時間*/
}

header.page .menu-header-container .rightdiv>li>a::after,
header.fixed .menu-header-container .rightdiv>li>a::after {
    background: #000;
}

.menu-header-container .rightdiv>li>a:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
}



.menu-header-container a {
    display: block;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-decoration: none;
    position: relative;
}

.menu-header-container .head-sub-menu a:hover {
    opacity: 0.5;
}

/* ドロップダウンメニューのスタイル */
.menu-header-container .head-sub-menu {
    visibility: hidden;
    padding-bottom: 3rem;
    align-items: flex-end;
    padding: 2rem 0 2rem 10rem;
    position: absolute;
    padding-left: 10rem;
    width: 100vw;
    height: 22vh;
    top: 9rem;
    left: 0;
    color: #000;
    background-color: #fff;
    z-index: 1;
    margin: 0 calc(50% - 50vw);

}

.menu-header-container .head-sub-menu.active {
    display: flex;
    visibility: visible;

}

li.deta-top::before,
li.it-top::before {
    content: "DATA CENTER";
    position: absolute;
    top: 10%;
    left: 10rem;
    font-size: 2.4rem;
}

li.it-top::before {
    content: "IT SOLUTION";
}

li.deta-top::after,
li.it-top::after {
    content: "データセンター事業";
    position: absolute;
    top: 30%;
    left: 10rem;
}

li.deta-top.en::after,
li.it-top.en::after,
li.deta-top.cn::after,
li.it-top.cn::after {
    content: none;
}

li.it-top::after {
    content: "ITソリューション事業";
}

.menu-header-container .head-sub-submenu {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    position: absolute;
    padding-left: 2rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    text-align: left;
    background-color: #EFEFEF;
}

.menu-header-container li.deta-top .head-sub-submenu li,
.menu-header-container li.it-top .head-sub-submenu li {
    width: 23%;
    line-height: 2rem;
    height: 4rem;
    margin-right: 2rem;
}

.menu-header-container li.it-top .head-sub-submenu li {
    width: 31%;
    margin-right: 10rem;
}

.menu-header-container .head-sub-menu a {
    line-height: 2.4rem;
    position: relative;
}

.menu-header-container .head-sub-menu a:after {
    content: "";
    position: absolute;
    right: 0;
    background: url("../images/common/link.webp") no-repeat center/contain;
    width: 1.4rem;
    height: 1.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-header-container li.deta-top .head-sub-submenu li a,
.menu-header-container li.it-top .head-sub-submenu li a {
    display: block;
}

li.deta-top a,
li.it-top a {
    padding-bottom: 1rem;
    border-bottom: 1px solid #333;
}

li.deta-top,
li.it-top {
    display: block;
    width: 13%;
    text-align: left;
    color: #000;
}


a.logo {
    width: 18.4rem;
    height: 3.3rem;
}




/* ドロップダウンメニュー */


/* 言語 */
.language-select {
    font-size: 1.4rem;
    padding: 0 4.6rem 0 2.4rem;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFF;
    line-height: 3.9rem;
}

.lang_wrap {
    position: relative;
    z-index: 999;
}

.lang_wrap::after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
}

.lang_wrap:hover::after,
header.page .lang_wrap::after {
    border-color: #173CA0 transparent transparent transparent;
}

.language-select option {
    color: #173CA0;
    line-height: 4rem;
}

.language-select:hover {
    background-color: #FFFFFF;
    color: #173CA0;
}

header.page .language-select {
    background-color: #FFFFFF;
    color: #173CA0;
    border: 1px solid #173CA0;
}


header.fixed .lang_wrap,
header.fixed .lang_wrap::after {
    visibility: hidden;
}


/* 言語 */

.concept p {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 3.4rem;
}

span.border {
    border-bottom: 2px solid #FFF;
    padding-bottom: 16px;
}

h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 300;
    font-size: 5rem;
    line-height: 7.2rem;
}

h1 strong {

    font-weight: 700;
    font-size: 6.1rem;

}

.p-swiper-container {
    position: relative;
    z-index: -1;
}

.swiper-slide {
    background-position: right top;
    background-repeat: no-repeat;
    height: 61rem;
    width: 126.5rem;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
    backface-visibility: hidden;
    text-align: right;
}

.swiper-slide img {
    min-width: 126.5rem;
    width: 96%;
    height: auto;
}

.gray_box--mv {
    background-color: #EFEFEF;
    color: #333333;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    padding-top: 41.8rem;
    padding-bottom: 7.2rem;
    padding-left: 17.5rem;
    padding-right: 12.2rem;
    width: 80%;
    margin: auto auto auto 0;
    z-index: -2;
}

/*スクロールダウン全体の場所*/
.scrolldown {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 4.1rem;
    bottom: 15.7rem;
    /*全体の高さ*/
    height: 18.25rem;

}

/*Scrollテキストの描写*/
.scrolldown span {
    /*描画位置*/
    position: absolute;
    left: -15px;
    top: -1rem;
    /*テキストの形状*/
    color: #333333;
    font-size: 20px;
    writing-mode: vertical-lr;
    z-index: 10;
}

/* 線の描写 */
.scrolldown::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 6rem;
    /*線の形状*/
    width: 1px;
    height: 0;
    background: #333;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 6rem;
        opacity: 0;
    }

    30% {
        height: 12.3rem;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 30rem;
        opacity: 0;
    }
}

/* header - mv */
/* LEONが選ばれる3つの理由 */
.top.reason_list {
    align-items: stretch;
    margin-bottom: 11.9rem
}


.top.reason_list .list--item {
    width: calc(100% / 3 - 3.2rem);
    text-align: center;
    padding: 7rem 1.6rem 3.6rem;
    position: relative;
    border: 1px solid #707070;
}

.top.reason_list .list--item:not(:last-child) {
    margin-right: 1.6rem;
}

.top.reason_list .list--item::before {
    content: "";
    position: absolute;
    background: url("../images/top/r01.webp") center/contain no-repeat;
    width: 9.7rem;
    height: 9.7rem;
    top: -5.6rem;
    left: 0;
    right: 0;
    margin: auto;
}

.top.reason_list .list--item:nth-child(2):before {
    background: url("../images/top/r02.webp") center/contain no-repeat;
}

.top.reason_list .list--item:last-child:before {
    background: url("../images/top/r03.webp") center/contain no-repeat;
}

.top.reason_list .list--item h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.7rem;
}

.top.reason_list .list--item p {
    font-size: 1.6rem;
    line-height: 2.45rem;
    font-weight: 400;
    text-align: left;
}

/* LEONが選ばれる3つの理由 */
/* 製品とサービス */
.service {
    position: relative;
    z-index: 10;
    margin-bottom: 26.7rem;
}

.gray_box--service {
    background-color: #EFEFEF;
    width: 100%;
    margin: auto auto auto 0;
    position: relative;
    height: 35.2rem;
    z-index: -2;
}

.service--inner {
    max-width: 127.8rem;
    margin: auto;
}

.gray_box--service::after {
    content: "";
    position: absolute;
    background: url("../images/top/t01.webp") center/contain no-repeat;
    width: 56.7rem;
    height: 20.6rem;
    left: 1.3rem;
    bottom: -20.6rem;
}

.gray_box--service .service--top {
    background: url("../images/top/datacanter.webp") center/cover no-repeat;
    width: 71.5rem;
    height: 28rem;
    position: absolute;
    top: -7.3rem;
    left: 4.59rem;
}

.gray_box--service .service--bottom {
    background: url("../images/top/itsolution.webp") center/cover no-repeat;
    width: 71.5rem;
    height: 28rem;
    position: absolute;
    bottom: -18.8rem;
    right: 4.41rem;
}

.wrap-w {
    padding: 5.9rem 2.7rem 2rem 2.5rem;
    border: 1px solid #707070;
    position: relative;
    background-color: #fff;
    opacity: 0.91;
}

.service--bottom .wrap-w {
    width: 32.8rem;
    margin: 11.7rem auto 1.7rem 1.641rem;

}

.service--top .wrap-w {
    background-color: #fff;
    opacity: 0.91;
    width: 32.8rem;
    margin: 1.7rem 1.6rem 0 auto;
    padding: 5.9rem 2.7rem 2rem 2.5rem;
    border: 1px solid #707070;
    position: relative;
}

.wrap-w::before {
    content: "";
    position: absolute;
    background: url("../images/top/mark.webp") center/contain no-repeat;
    width: 3.3rem;
    height: 6px;
    top: 1.7rem;
    right: 1.7rem;

}

.wrap-w h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.more {
    text-align: right;
}

.service--top .more,
.service--bottom .more {
    display: block;
    position: relative;
    padding-right: 4.5rem;
    font-size: 1.6rem;
    height: 1.6rem;
    color: #333333;
    text-align: right;
}

.service--top .more::after,
.service--bottom .more::after  {
    content: "";
    position: absolute;
    background: url("../images/top/arrow.svg") no-repeat center/contain;
    right: 0;2
    top: 0;
    width: 3.7rem;
    height: 8px;
}

.service--top a,
.service--bottom a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* 製品とサービス */

/* お客様からの声 */
.voice_list {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 19.7rem;
}

.voice_list::after {
    content: "";
    position: absolute;
    background: url("../images/top/t02.webp") no-repeat center/contain;
    width: 120.7rem;
    height: 9.7rem;
    left: 0;
    bottom: -9.7rem;
}

.voice_list .list--item {
    width: calc(100% / 2 - 3.8rem);
    box-shadow: 0px 3px 6px #00000052;
    border-radius: 4px;
    padding: 3.5rem 3rem 2.4rem 2.7rem;
}

.voice_list .list--item:not(:nth-child(2n)) {
    margin-right: 3.8rem;
}

.voice_list .list--item:not(:nth-child(n + 3)) {
    margin-bottom: 3.8rem;
}

.voice_list .list--item img {
    margin-right: 2.9rem;
    margin-bottom: 7rem;
    width: 8.3rem;
    height: 8.3rem;
}

.voice_list .list--item dt {
    color: #173CA0;
    font-size: 1.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 2.1rem;
    line-height: 1.8rem;
}

.voice_list .list--item dd {
    color: #505050;
    font-size: 1.6rem;
    line-height: 2.45rem;
    font-weight: 400;
    height: 6.5rem;
}

.voice_list .list--item dl {
    margin-bottom: 2.9rem;
}

.voice_list .list--item span {
    border: 1px solid #8E8E8E;
    color: #8E8E8E;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    display: inline-block;
    padding: 4px 9px;
}

/* お客様からの声 */
/* Contact */
.contact {
    background: url("../images/top/contact.webp") right center/contain no-repeat, transparent linear-gradient(258deg, #A9C9D3 0%, #4B5E6E 33%, #353257 100%) 0% 0% no-repeat padding-box;
    padding: 4.5rem 0 6rem;
    color: #FFF;
}

.contact h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 5rem;
    font-weight: 100;
    letter-spacing: -1.5px;
    margin-bottom: 2.2rem;
}

.contact p {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 4.8rem;
}

p.cta a {
    background: transparent linear-gradient(117deg, #A9C9D3 0%, #6385A2 33%, #2E4867 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    padding: 2.1rem 9.2rem 2rem 9.3rem;
    font-size: 2.4rem;
    letter-spacing: 1.68px;
}

p.cta a:hover {
    background: linear-gradient(#a9c9d3 0%, #6385a2 32.51%, #2e4867 100%);
}

/* 最新情報 */
.news {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.news ul {
  list-style-type: none !important;
}

.news li {
  padding: 2px 0px;
}

.news p {
  float: left;
  width: 100px;
}

/* Contact */
/* Footer */
footer {
    background: url("../images/top/footer.webp") center/cover no-repeat;
    padding: 4rem 0 1.6rem;
}

.foot_top {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 1.55rem;
    margin-bottom: 2.45rem;
}

.menu-footer-container {
    height: 21rem;
    margin-bottom: 2rem;
}

.menu-footer-container a {
    display: inline-block;
    font-size: 1.4rem;
}

.menu-footer-container li.menu-item-has-children>a {
    font-weight: bold;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
}





.foot--item>li.menu-item:nth-child(n+3) {
    margin-bottom: 1rem;
}

.menu-footer-container .footer-sub-menu li:last-child,
.foot--item>li.menu-item:last-child {
    margin-bottom: 0;
}




.footer-sub-menu li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.menu-footer-container .menu-item-has-children {
    height: 21rem;
    margin-bottom: 0;
    margin-right: 3.6rem;
}


.foot_bottom img {
    margin-right: 0;
    margin-left: auto;
    background-color: #c8d8fb;
}

.menu-footer-container .foot--item {
    flex-wrap: wrap;
    color: #FFF;
    display: flex;
    height: 21rem;
    flex-direction: column;
}



.foot_bottom nav {
    width: 80%;
}

.p_mark {
    justify-content: flex-end;
}

.p_mark li {
    width: 30%;
}
.p_mark li a {
    display: block;
}

.copy {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #FFF;
    font-size: 1.4rem;
    display: block;
    text-align: center;
}

/* Footer */

/* 個別ページここから */

/* 共通 */
.h_inner {
    max-width: 104.6rem;
    margin: auto;
    justify-content: space-between;
}

header.page,header.fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 70%);
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 30;
    height: 9.1rem;
}

.page-mv {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 4rem;
}

.page-mv img {
    width: 100%;
    height: auto;
}

.page-mv h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 4.6rem;
    font-weight: 600;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ぱんくず */
#breadcrumb ul {
    display: flex;
    margin-left: 3.8rem;
    margin-right: auto;
    margin-bottom: 7.3rem;
}

#breadcrumb li {
    font-size: 1.4rem;
    color: #505050;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#breadcrumb li:not(:last-child) {
    margin-right: 1rem;
}

/* ぱんくず */

/* ページ内リンク */
.link_list {
    margin-left: 3.8rem;
    margin-right: auto;
}

.link_list .list--item {
    font-size: 2.2rem;
    font-weight: 400;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    line-height: 6.8rem;
    margin-bottom: 10rem;
}

.link_list .list--item a {
    display: block;
    padding: 0 2.7rem 0 2.1rem;
}

.link_list .list--item a:hover {
    filter: opacity(0.6);
}

.link_list .list--item a img {
    vertical-align: middle;
    margin-right: 1.4rem;
    height: auto;
    width: 2.8rem;
}

.link_list .list--item:not(:last-child) {
    margin-right: 2.2rem;
}

/* ページ内リンク */

/* タイトルと説明 */
.sec-title,
.sec-description {
    margin-left: 2.6rem;
}

.sec-title {
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 4.6rem;
}

.sec-description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.88rem;
    color: ##505050;
}

/* タイトルと説明 */
/* ボックス */
section.gray_box,
section.white_box {
    background-color: #F8F8F8;
    position: relative;
    max-width: 91rem;
    margin: auto auto 16.5rem;
    padding: 10.6rem 8.1rem 5.45rem 6.4rem;
}

section.white_box:last-child {
    margin-bottom: 0;
}


.sec-right img {
    position: absolute;
    right: -16.5rem;
    top: -10.5rem;
    width: 62rem;
    height: 24.5rem;
}

.sec-left img {
    position: absolute;
    left: -19.5rem;
    top: -10.5rem;
    width: 62rem;
    height: 24.5rem;
}


section.white_box {
    background-color: #FFF;
    max-width: 90.7rem;
}



/* 詳細をみる */
a.detail {
    display: block;
    border: 1px solid #173CA0;
    border-radius: 2px;
    background-color: #FFF;
    color: #173CA0;
    margin-right: 0;
    margin-left: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 1.4rem 1.6rem 1.7rem 2rem;
    width: 23.5rem;
    position: relative;
}

a.detail.left {
    margin-left: 0;
    margin-right: auto;
}

a.detail:hover {
    background: transparent linear-gradient(109deg, #BCF0F0 0%, #3583C6 45%, #153690 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
}

a.detail:hover::after {
    filter: brightness(10);
}

a.detail::after {
    content: "";
    background: url("../images/common/arrow.svg") no-repeat center/contain;
    width: 8px;
    height: 1.6rem;
    position: absolute;
    right: 1.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* 詳細をみる */
/* ボックス */

/* 背景 */
.bg-g {
    background-color: #EFEFEF;
}

.bg-w {
    background-color: #FFF;
}

/* 背景 */


/* 共通 */


/* サーバー */
.data--sec .main--title {
    text-align: left;
    margin-bottom: 4.6rem;
    margin-left: 4.3rem;
    margin-right: auto;
}

.data--sec .intro {
    margin-bottom: 17rem;
}

#server .sec-right:after {
    content: "";
    position: absolute;
    background: url("../images/data/t01.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 37.7rem;
    left: -5.2rem;
    bottom: 0;
}

#server .sec-left:after {
    content: "";
    position: absolute;
    background: url("../images/data/t02.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 28.9rem;
    right: -5.2rem;
    bottom: 0;
}

#server .sec-right:last-child:after {
    background: url("../images/data/t03.svg") no-repeat center/contain;
    height: 28.9rem;
}


/* サーバー */
/* ネットワーク通信 */
#network,
#website {
    padding: 8.56rem 0 14rem;
}

#network .sec-right:after {
    content: "";
    position: absolute;
    background: url("../images/data/t04.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 29.1rem;
    left: -5.2rem;
    bottom: 0;
}

#network .sec-left:after {
    content: "";
    position: absolute;
    background: url("../images/data/t05.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 8.1rem;
    right: -5.2rem;
    bottom: 0;
}

#network .sec-right:nth-child(5):after {
    background: url("../images/data/t06.svg") no-repeat center/contain;
    height: 24.9rem;
}

#network .sec-left:last-child:after {
    background: url("../images/data/t07.svg") no-repeat center/contain;
    height: 30.1rem;
}

/* ネットワーク通信 */
/* ITソリューション事業 */


.intro {
    margin-left: 4.3rem;
    margin-right: auto;
    margin-bottom: 4.45rem;
}

.intro--text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.line {
    border: 1px solid #ccc;
    max-width: 100rem;
    margin: auto auto 8rem;
}

.main--title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4.8rem;
    text-align: center;
    margin-bottom: 11.6rem;
}

.sec-right .box--textarea {
    margin: 0 auto 0 0;
}

.sec-left .box--textarea {
    margin: 0 0 0 auto;
}

.other_box {
    padding: 5.8rem 6.2rem 5.8rem 8.5rem;
}

.other_box dt {
    color: #505050;
    font-size: 2.2rem;
    font-weight: 700;
    width: 30%;
}

.other_box dd {
    color: #505050;
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 70%;
}

#other .intro {
    margin-bottom: 6rem;
}

#other {
    margin-bottom: 13.5rem;
}

#ec .sec-right:after {
    content: "";
    position: absolute;
    background: url("../images/it/t01.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 12.6rem;
    left: -5.2rem;
    bottom: 0;
}

#ec .sec-left:after {
    content: "";
    position: absolute;
    background: url("../images/it/t02.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 23.8rem;
    right: -5.2rem;
    bottom: 0;
}

#ec .sec-right:nth-child(5):after {
    background: url("../images/it/t03.svg") no-repeat center/contain;
    height: 20.9rem;
    width: 9.4rem;
    left: -9.4rem;
}

#ec .sec-left:last-child:after {
    background: url("../images/it/t04.svg") no-repeat center/contain;
    height: 16.9rem;
}

#website .sec-right:after {
    content: "";
    position: absolute;
    background: url("../images/it/t05.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 16.8rem;
    left: -5.2rem;
    bottom: 0;
}

#website .sec-left:last-child:after {
    content: "";
    position: absolute;
    background: url("../images/it/t06.svg") no-repeat center/contain;
    width: 5.2rem;
    height: 23.2rem;
    right: -5.2rem;
    bottom: 0;
}


/* ITソリューション事業 */

/* グラデーション */
.gr-b {
    background: linear-gradient(#9fc8d6 0%, #3583c6 31.03%, #2256a7 71.01%, #153690 100%);
}

.gr-p {
    background: linear-gradient(#e3c8b0 0%, #846ecc 31.03%, #153690 100%);
}


/* グラデーション */


/* データセンター事業 -- 詳細ページ */
.data--title,
.datadetail--title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 3.8rem;
    color: #333333;
    padding-left: 2rem;
}

.sec-left .data--title {
    text-align: right;
}

.datadetail--title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 1rem;
}

.datadetail--subtitle {
    font-size: 2rem;
    font-weight: 600;
    color: #505050;
    padding-left: 2rem;
    display: inline-block;
    margin-bottom: 3.85rem;
}



.datadetail--sec .box--textarea {
    max-width: 40.7rem;
}

.data--sec .box--textarea {
    margin-bottom: 5.8rem;
}

.data--text,
.datadetail--text {
    font-size: 1.8rem;
    font-weight: 300;
    color: #505050;
    line-height: 2.88rem;
    margin-bottom: 1.6rem;
    padding-left: 2rem;
}

.sec-right.datadetail--sec img {
    right: -17.1rem;
    top: -5.3rem;
    width: 62rem;
    height: 32rem;
}

.sec-left.datadetail--sec img {
    left: -16.33rem;
    top: -5.3rem;
    width: 62rem;
    height: 32rem;
}

.datadetail--sec.gray_box {
    max-width: 99rem;
    padding-bottom: 6.1rem;
    padding-top: 7.4rem;
}

.sec-right.datadetail--sec {
    padding-left: 9rem;
    padding-right: 0;
}

.sec-left.datadetail--sec {
    padding-right: 9rem;
    padding-left: 0;
}


.datadetail--sec.bg-g {
    padding: 10.6rem 0 13rem 0;

}

.sub--title {
    font-size: 3rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5rem;
    text-align: center;
}

.datadetail--sec.bg-g .sub--content {
    text-align: center;
}

.datadetail--sec .bg-w.sub--content {
    padding: 7rem 0 9.6rem 0
}

.datadetail--sec .sub--title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

/* 表組 */
.datadetail--sec .sub--content table {
    border: 1px solid #173CA0;
    max-width: 68.6rem;
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

.datadetail--sec .sub--content table th {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3.5rem;
    text-align: center;
    border-bottom: 1px solid #173CA0;
}

.datadetail--sec .sub--content table th:not(:last-child),
.datadetail--sec .sub--content table td:not(:last-child) {
    border-right: 1px solid #173CA0;
}

.datadetail--sec .sub--content table td {
    background-color: #FFF;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3.5rem;
    text-align: center;
    border-bottom: 1px solid #173CA0;
}

/* 表組 */
/* 導入検討から監視・保守・運用までを トータルサポートします */
.adjust {
    font-size: 2.3rem;
    line-height: 3.1rem;
    white-space: nowrap;
}

/* 高性能計算（ハイ・パフォーマンス・コンピューティング） */
.datadetail--title small {
    font-size: 1.8rem;
    white-space: nowrap;
}

/* 高性能計算（ハイ・パフォーマンス・コンピューティング） */

/* 料金表 */
.datadetail--sec .sub--content .price--list dl {
    width: calc(100% / 3 - 3.2rem);
    background: #FFFFFF;
    padding: 6rem 2.5rem;
    box-shadow: 0px 3px 6px #00000029;
}

.price--list dl:not(:last-child) {
    margin-right: 1.6rem;
}

.price--list dt {
    border-radius: 4px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #FFF;
    line-height: 5.4rem;
    margin-bottom: 3rem;
}

.price--list .started dt {
    background: linear-gradient(#a9c9d3 0%, #6385a2 32.51%, #2e4867 100%);
    opacity: 0.76;
}

.price--list .basic dt {
    background: linear-gradient(#a8ddc3 0%, #53949a 31.03%, #153690 100%);
}

.price--list .luxury dt {
    background: transparent linear-gradient(112deg, #E3C8B0 0%, #846ECC 31%, #153690 100%) 0% 0% no-repeat padding-box;
}

.price--list dd.price {
    margin-bottom: 2.85rem;
    font-size: 3.6rem;
    font-weight: bold;
    border: none;
    text-align: center;
}

.price--list .started dd.price {
    color: #505050;
}

.price--list .basic dd.price {
    color: #153690;
}

.price--list .luxury dd.price {
    color: #6249B2;
}


.price--list dd.price span {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    font-family: initial;
    font-weight: 300;
    display: block;
}

.price--list .started dd.price span {
    color: #505050;
}

.price--list dd {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 1.6rem;
    line-height: 4.6rem;
    text-align: left;
    padding-left: 1.3rem;
}

/* 料金表 */
/* デモ画面 */
.demoimage dt {
    color: #505050;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
}

.demoimage dl:not(:last-child) {
    margin-right: 1.7rem;
}

/* デモ画面 */

/* LEON連携のデータセンター */
.datadetail--sec.colocation .sub--content .sub--title {
    margin-bottom: 20.7rem;
}

.datadetail--sec.colocation .sub--content h3.sub--title {
    margin-bottom: 3.7rem
}

.datadetail--sec .white_box .sub--title {
    margin-bottom: 3.7rem;
}

.datadetail--sec .sec-center.white_box {
    padding: 14.8rem 7.4rem 5.5rem;
    max-width: 100rem;
    margin-bottom: 23rem;
}

.datadetail--sec .sec-center:last-child.white_box {
    margin-bottom: 0;
}

.datadetail--sec .sec-center img {
    position: absolute;
    width: 49.5rem;
    height: 27.9rem;
    top: -17rem;
    left: 0;
    right: 0;
    margin: auto;
}

.datadetail--sec .sec-center .sub--lead {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 300;
    display: inline-block;
}

.datadetail--sec .sec-center .sub--content--text {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.88rem;
}

/* LEON連携のデータセンター */
/* データセンター事業 -- 詳細ページ */

/* フルマネージドサービス/ネットワーキングサービス */
.ex--sec img {
    width: 46rem;
    height: auto;
    right: -19.9rem;
    top: -7rem;
}

.ex--sec {
    width: 87.6rem;
    margin: auto auto 13rem !important;
    padding: 9.2rem 0 8.6rem 8.5rem !important;
}

.ex--text {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.ex--sec .box--textarea {
    max-width: 47.7rem;
    margin: 0 auto 0 0;
}



.ex--name {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 2.9rem;
}

.ex--cat {
    border: 1px solid #707070;
    background: #FFF;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.2rem;
    padding: 5px 1.6rem;
    margin-right: 1.5rem;
}

.ex--country {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1.3rem;
    font-weight: 300;
}

.ex-catch {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    margin-bottom: 4.55rem;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.ex-catch::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent linear-gradient(92deg, #BCF0F0 0%, #3583C6 45%, #153690 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    left: 0;
}

.ex-catch.bbnone {
    padding-bottom: 0;
}

.ex-catch.bbnone::after {
    content: none;
}

/* フルマネージドサービス/ネットワーキングサービス */
/* 個人情報保護方針 */
.policy .intro {
    margin-left: 0;
    margin-bottom: 8rem;
}

.policy .intro--text {
    font-size: 1.6rem;
    line-height: 2.88rem;
    font-weight: 300;
    font-family: inherit;
}

.policy--top {
    margin-bottom: 10rem;
}

.policy--bottom {
    margin-bottom: 14rem;
}

.policy--top dt,
.policy--bottom--title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
}

.policy--top dd,
.policy--top .rightbox,
.policy--bottom dd {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 4rem;
}

.rightbox {
    text-align: right;
}

.policy--bottom dt,
.policy--bottom table caption {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #505050;
    margin-bottom: 8px;
    font-weight: bold;
}



.policy--bottom table {
    border-collapse: collapse;
    border-color: #EFEFEF;
    margin-bottom: 1.7rem;
    width: 100%;
}

.policy--bottom dd {
    margin-left: 4.8rem;
}

.policy--bottom table th {
    background-color: #EFEFEF;
    color: #505050;
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding-left: 8px;
    font-weight: 300;
    border: 1px solid #C8C8C8;
}

.policy--bottom table td {
    border: 1px solid #C8C8C8;
    padding: 1rem 0 1rem 8px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 300;
    padding-right: 1rem;
    vertical-align: middle;
}

.policy--bottom .indent {
    margin-left: 4.8rem;
}

/* 個人情報保護方針 */
/* 会社概要 */
.company--info {
    display: table;
    width: 99%;

}

.company--info dt,
.company--info dd {
    font-weight: 300;
    width: 30%;
    font-size: 1.6rem;
    line-height: 2.8rem;
    border-top: 1px solid #CCCCCC;
    padding: 2.5rem 0;
    vertical-align: middle;
    display: table-cell;
}

.company--info dt {
    text-align: center;
}

.company--info dd {
    width: 70%;
}

.co--sec .company--info:last-child {
    margin-bottom: 5rem;
    border-bottom: 1px solid #CCCCCC;
}

.co--map {
    text-align: center;
    margin-bottom: 11rem;
}

.co--map iframe {
    margin-bottom: 1rem;
    width: 77.8rem;
}

.co--map a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    text-decoration: underline;
}

.sec--partner {
    margin-bottom: 13rem;
}

.sec--partner .company--name {
    font-weight: 600;
    font-size: 2rem;
    color: #505050;
}

.intro-part {
    align-items: center;
    justify-content: space-between;
}

.part--line {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 2.5rem 0;
}

.part--photo {
    max-width: 93rem;
    width: 100%;
    margin: 2.5rem auto 0;
}

.part--photo li:not(:last-child) {
    margin-right: 3rem;
}

.sec--partner--bottom {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.88rem;
    color: #505050;
    margin-bottom: 17rem;
}

.sec--partner--bottom h2 {
    margin-bottom: 6.2rem;
}

.sec--partner--bottom ul {
    width: 60%;
    margin: auto auto 8.2rem;
}

.sec--partner--bottom li:not(:last-child) {
    margin-bottom: 3.2rem;
}

/* 会社概要 */

/* 実績 */
.main--title.left {
    text-align: left;
    float: none;
    margin-bottom: 2rem;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
}

.case_list li {
    width: calc(100% / 3 - 4.2rem);
    margin-bottom: 3rem;
}

.case_list li:not(:nth-child(3n)) {
    margin-right: 2.1rem;
}

.case--textarea .kind {
    border-radius: 4px;
    background: #8E8E8E;
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #FFF;
    line-height: 2.7rem;
    padding: 0 1.2rem 0 1rem;
    display: inline-block;
    margin-bottom: 1.4rem;
}

.case--textarea dt {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 1.2rem;
}

.case--textarea dd {
    font-size: 1.4rem;
    line-height: 2.45rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sec--case {
    margin-bottom: 16.3rem;
}

.sec--case #website,
.sec--case #ec {
    margin-bottom: 12rem;
}

/* 実績 */
/* ITソリューション事業 -- 個別ページ */
.it--top--sec {
    margin-bottom: 3.6rem;
}

.it--top--sec .main--title {
    margin-bottom: 5rem;
}

.it--top--sec .reason_list {
    margin-bottom: 9.2rem;
}

.it--top--sec .reason_list .list--item {
    width: 33%;
}



.it--top--sec .reason_list .list--item:not(:last-child) {
    margin-right: 3.9rem;
}

.it--top--sec .reason_list .list--item img {
    margin-bottom: 3rem;
    width: 30.8rem;
    height: 20.9rem;
}

.it--top--sec .reason_list .list--item dt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
}

.it--top--sec .reason_list .list--item dd {
    font-size: 1.8rem;
    line-height: 2.45rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #505050;
}

.it--top--sec .detail {
    margin: auto;
}

.it--middle--sec {
    margin-bottom: 11rem;
}

.it--middle--sec .main--title {
    text-align: left;
    margin-bottom: 3.4rem;
}

.it--middle--sec .intro--text {
    margin-bottom: 7rem;
}

.kind_list {
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
}

.kind_list .list--item {
    max-width: 20.6rem;
    width: 100%;
    height: 9.5rem;
    padding: 0 4.3rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kind_list.website {
    width: 74%;
    position: relative;
}

.kind_list.website::after {
    content: "";
    position: absolute;
    background: url("../images/website/pc.webp") no-repeat center/contain;
    width: 47.8rem;
    height: 43.8rem;
    top: 0;
    right: -47.8rem;
}

.kind_list.website .list--item {
    width: calc(33% - 3.6rem);
}

.kind_list .list--item.gr-b {
    background: transparent linear-gradient(125deg, #9AE8FF 0%, #5CB9EB 18%, #033C7E 62%, #001C77 100%) 0% 0% no-repeat padding-box;
}

.kind_list.website .list--item:not(:nth-child(3n)),
.kind_list.system .list--item:not(:nth-child(4n)) {
    margin-right: 1.8rem;
}

.kind_list.website .list--item:not(:nth-child(n + 4)) {
    margin-bottom: 1.8rem;
}

.kind_list .list--item.gr-g {
    background: transparent linear-gradient(125deg, #FFFF86 0%, #72CC6B 31%, #002E15 100%) 0% 0% no-repeat padding-box;
}

.kind_list.system .list--item {
    width: calc(25% - 3.6rem);
}

.kind_list.system .list--item small {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.it--lastbottom--sec .main--title {
    text-align: left;
    margin-bottom: 3.8rem;
}

.it--lastbottom--sec .intro {
    margin-bottom: 30rem;
    margin-left: 0;
}



.it--lastbottom--sec {
    margin-bottom: 13rem;
    margin-top: 12rem;
}



/* EC */
.it--bottom--sec {
    margin-bottom: 14.3rem;
}

.it--middle--sec .intro {
    margin-left: 0;
}

.it--middle--sec.bg-g {
    padding: 9rem 0 10.3rem;
}

.it--middle--sec .sub--title {
    font-size: 2rem;
    line-height: 3.9rem;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

.it--middle--sec .bg-w {
    padding: 4.8rem 0 7rem;
}

.it--middle--sec .check_list {
    max-width: 88.7rem;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 2rem;
    font-weight: 400;

}

.it--middle--sec .check_list .list--item {
    width: 32%;
    max-width: 28.5rem;
}

.it--middle--sec .check_list .list--item:nth-child(n + 4) {
    margin-bottom: 0;
}

.it--middle--sec .check_list .list--item:not(:nth-child(3n)) {
    margin-right: 1rem;
}

.check_list .list--item {
/*  height: 7rem;   */
    padding: 2.45rem 0 2.55rem 7.5rem;
    list-style: none;
    position: relative;
    margin-bottom: 9px;
}

.check_list .list--item::before {
    content: "";
    background: url(../images/ec/check.svg) no-repeat center/contain;
    position: absolute;
    left: 3.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.4rem;
    height: 1.65rem;
}

.mark_list {
    width: 33%;
    padding: 4.2rem 1.7rem 5.5rem;
    color: #FFF;
}

.mark_list .gr-b {
    background: transparent linear-gradient(119deg, #A8DDC3 0%, #53949A 31%, #153690 100%) 0% 0% no-repeat padding-box;
}

.mark_list:not(:last-child) {
    margin-right: 2.2rem;
}

.mark_list .sub--title {
    font-size: 2rem;
    margin-bottom: 3.7rem;
}

.it--bottom--sec .main--title {
    text-align: left;
    margin-bottom: 3.8rem;
}

.it--bottom--sec .intro {
    margin-bottom: 6.3rem;
    margin-left: 0;
}

/* ITソリューション事業 */
.other_list .list--item {
    position: relative;
    background-color: #F8F8F8;
    padding: 11.4rem 6.5rem 6rem 5.3rem;
    margin-left: 5rem;
    width: calc(50% - 4rem);
}

.other_list .list--item:first-child {
    margin-right: 4rem;
}

.other_list .list--item img {
    position: absolute;
    left: -5rem;
    top: -23.9rem;
    width: 46.7rem;
    height: auto;
}

.other_list .list--item dt {
    font-size: 2.2rem;
    margin-bottom: 2.7rem;
    font-weight: 700;
}

.other_list .list--item dd {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
}

/* ITソリューション事業 */

/* 個別ページここまで */

/* スマホ表示 */
@media screen and (max-width: 1024px) {
    .sp-hidden {
        display: none;
    }

    .pc-hidden {
        display: block;
    }

    /* TOP */
    .flex {
        flex-direction: column;
    }

    .fixed .header_wrap.w1046 {
    justify-content: space-between;
    width: 86.13333333333333vw;
    margin-right: 1.6rem;
    margin-left: auto;
    margin-top: 1.9rem;
}

    header {
        margin-top: 2.6rem;
    }

    header.fixed {
        height: 7rem;
        justify-content: space-between;
    }

    .fixed .h_inner {
       justify-content: inherit;
       width: auto;
    }

    header.page .drawer-open span,
    header.fixed .drawer-open span {
        background-color: #333;
    }

    a.logo {
        width: 10.7rem;
        height: 1.9rem;
        z-index: 99;
    }
    
    .h_inner {
        margin-left: 4.5rem;
        margin-right: 1.6rem;
        margin-top: 1.6rem;
        height: 3.5rem;
    }

    h1,
    h1 strong {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    span.border {
        padding-bottom: 5.4rem;
    }

    .w1046.keyvisual {
        width: 89.60000000000001vw;
        left: 4.3rem;
        right: 0;
        margin-right: 0;
    }

    .swiper-slide {
        height: 47rem;
        width: 89.60000000000001vw;
    }

    .swiper-slide img {
        width: 89.60000000000001vw;
        min-width: unset;
        height: 100%;
        object-fit: cover;
        object-position: 70% 50%;
    }

    .gray_box--mv {
        top: 14.2rem;
        padding-top: 34.7rem;
        padding-bottom: 2rem;
        padding-left: 3.9rem;
        padding-right: 1.6rem;
        width: 100%;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .scrolldown {
        left: 1.6rem;
        bottom: 21.1rem;
    }

    .scrolldown span {
        font-size: 1.4rem;
        left: 0;
        top: 0;
    }

    .concept {
        width: 68.26666666666667vw;
        margin-left: 2.5rem;
        margin-right: auto;
    }

    .concept p {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 4.7rem;
    }

    .content_ttl {
        font-size: 2rem;
        margin-bottom: 1.9rem;

    }

    .text--blue {
        font-size: 1.6rem;
        margin-bottom: 9.4rem;
    }

    .top.reason_list {
        margin:auto auto 11.9rem;
    }

    .top.reason_list .list--item {
        width: 100%;
        margin-bottom: 0;
    }

    .top.reason_list .list--item:not(:last-child) {
        margin-bottom: 8rem;
        margin-right: 0;
    }

    .top {
        margin-bottom: 6rem;
    }

    .content_text {
        font-size: 1.6rem;
        line-height: 2.6rem;
        text-align: left;
        max-width: 91.46666666666667vw;
        margin: auto auto 12.6rem;
    }

    .w1046 {
        width: 86.13333333333333vw;
        margin: auto;
    }

    .gray_box--service {
        height: 48.6rem;
        width: 95.46666666666667vw;
    }

    .gray_box--service .service--top,
    .gray_box--service .service--bottom {
        width: 34rem;
        height: 24.8rem;
        left: 0;
        right: auto;
    }

    .service--top .wrap-w,
    .service--bottom .wrap-w {
        width: 27.9rem;
        height: 14.9rem;
        margin: 8rem 2rem 2rem 4rem;
    }

    .gray_box--service .service--bottom {
        right: -1.6rem;
        left: auto;
        bottom: 5.2rem;
    }

    .gray_box--service::after {
        width: 25.7rem;
        height: 9.3rem;
        right: 1.6rem;
        left: auto;
        bottom: -9.3rem;
    }

    .service {
        margin-bottom: 11.4rem;
    }

    .sec_line {
        max-width: none;
        width: 60%;
    }

    .voice_list .list--item {
        width: 100%;
        padding: 2.8rem 1.4rem 2.55rem 2.1rem;
        margin-bottom: 2.4rem;
    }

    .voice_list .list--item img {
        width: 5.8rem;
        height: 6rem;
        margin-right: 0;
        margin-bottom: 10rem;
    }

    .voice_list .list--item dt {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-bottom: 2.1rem;
    }

    .voice_list .list--item dd {
        height: auto;
        font-size: 1.4rem;
        line-height: 2.45rem;
    }

    .voice_list .list--item dl {
        margin-bottom: 2.1rem;
    }

    .voice_list .list--item:not(:nth-child(2n)) {
        margin-right: 0;

    }

    .voice_list .list--item:not(:nth-child(n + 3)) {
        margin-bottom: 2.4rem;
    }

    .voice_list {
        margin-bottom: 0;
    }

    .voice_list::after {
        background: none;
        content: none;
    }

    .customervoice {
        margin-bottom: 10rem;
    }

    .contact {
        padding: 1.9rem 1rem 2.5rem 1.8rem;
        background: url(../images/top/contact.webp) center center/cover no-repeat, transparent linear-gradient(258deg, #A9C9D3 0%, #4B5E6E 33%, #353257 100%) 0% 0% no-repeat padding-box;
        object-fit: cover;
    }

    .contact h2 {
        font-size: 3.6rem;
        line-height: 5rem;
        margin-bottom: 5.8rem;
    }

    .contact p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 2rem;
    }

    p.cta {
        margin-bottom: 0;
    }

    p.cta a {
        width: 85.06666666666666vw;
        text-align: center;
        padding: 2rem 0;
    }

    .foot_top img {
        width: 12.8rem;
        height: 2.5rem;
    }

    .foot_bottom img {
        width: 6.1rem;
        height: 6.5rem;
        margin: auto auto 2.5rem;
    }

    /* TOP */
    /* 個別ページ共通 */
    header.page {
        height: 7rem;
        margin-top: 0;
    }

    .page-mv {
        margin-bottom: 9px;
    }

    .page-mv img {
        height: 13rem;
        width: 100%;
        object-fit: cover;
    }

    .page-mv h1 {
        font-size: 2.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #breadcrumb ul {
        margin: 0 auto 4.1rem 1.6rem;
    }


    /* データセンター事業 */
    .w1076,
    .w1000,
    .w1056 {
        width: 100%;
        max-width: 100%;
    }

    .link_list {
        flex-direction: row;
        max-width: 91.2vw;
        margin: auto auto 5rem;
        flex-wrap: wrap;
    }

    .link_list .list--item {
        width: 48%;
        font-size: 1.4rem;
        line-height: normal;
        justify-content: center;
        margin-bottom: 5rem;
        margin-bottom: 1.2rem;
    }

    .link_list .list--item:not(:last-child) {
        margin-right: 1.2rem;
    }

    .link_list .list--item:nth-child(2n) {
        margin-right: 0;
    }

    .link_list .list--item:nth-child(n + 3) {
        margin-bottom: 0;
    }

    .link_list .list--item a img {
        display: block;
        margin: auto;
        height: 2.3rem;
        width: auto;
    }

    .link_list .list--item a {
        padding: 1rem 0 6px;
        width: 100%;
        text-align: center;
    }

    .data--sec .main--title {
        text-align: center;
        margin-bottom: 3rem;
        font-size: 2.2rem;
        line-height: 3.7rem;
        max-width: 90.93333333333334vw;
        width: 100%;
        margin: auto auto 3rem;
    }

    .data--sec .intro,
    .it--lastbottom--sec .intro {
        max-width: 90.93333333333334vw;
        width: 100%;
        margin: auto auto 13.2rem;
    }

    .sec-right img,
    .sec-left img {
        width: 79.2vw;
        height: 18.3rem;
        object-fit: cover;
    }

    .sec-left .box--textarea {
        margin: auto auto auto 0
    }

    .sec-right img {
        right: 0;
    }

    .sec-left img {
        left: 0;
    }

    section.gray_box,
    section.white_box {
        max-width: 89.86666666666666vw;
        margin: auto auto 11.7rem;
    }


    .sec-right.gray_box,
    .sec-right.white_box {
        margin-left: auto;
        margin-right: 0;
        padding: 12.4rem 0 5rem 0;
    }

    .sec-left.gray_box,
    .sec-left.white_box {
        margin-right: auto;
        margin-left: 0;
        padding-top: 12.8rem;
        padding-bottom: 5rem;
        padding: 12.8rem 0 5rem 0;
    }

    .sec-left .data--title {
        text-align: left;
        width: 79.46666666666667vw;
    }

    a.detail {
        margin-right: 1.6rem;
    }

    .data--title {
        font-size: 2rem;
        line-height: 2.4rem;
        margin: auto auto 2rem;
        padding-left: 0;
        width: 79.46666666666667vw;
    }

    .data--text {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-left: 0;
        width: 79.46666666666667vw;
        margin: auto auto 1.4rem;
    }

    .data--sec .box--textarea {
        margin-bottom: 5rem;
    }

    #network,
    #website {
        padding: 8.1rem 0 8.2rem;
        margin-bottom: 5rem;
    }

    /* ハウジング（コロケーション） サービス */
    #server .sec-right:after {
        width: 3.9rem;
        height: 46.7rem;
        left: -3.9rem;
        background-position: bottom;
    }

    /* ハウジング（コロケーション） サービス */
    /* クラウドサービス */
    #server .sec-left:after {
        width: 3.9rem;
        height: 34.8rem;
        right: -3.9rem;
        background-position: bottom;
    }

    /* クラウドサービス */
    /* 物理ホスト */
    #server .sec-right:last-child:after {
        height: 28.5rem;
        background-position: bottom;
    }

    /* 物理ホスト */

    /* ネットワーク回線 */
    #network .sec-right:after {
        width: 3.9rem;
        height: 35.7rem;
        left: -3.9rem;
        background-position: bottom;
    }

    /* ネットワーク回線 */

    /* CDN */
    #network .sec-left:after {
        width: 3.9rem;
        right: -3.9rem;
        height: 9.4rem;
        background-position: bottom;
    }

    /* CDN */
    /* ネットワーキングサービス */
    #network .sec-right:nth-child(5):after {
        height: 29.5rem;
        background-position: bottom;
    }

    /* ネットワーキングサービス */
    /* フルマネージドサービス*/
    #network .sec-left:last-child:after {
        height: 36.8rem;
        background-position: bottom;
    }

    /* フルマネージドサービス*/
    /* データセンター事業 */

    /* ITソリューション */
    .it--lastbottom--sec .intro {
        margin-bottom: 13.4rem;
    }

    .other_list .list--item {
        padding: 12.8rem 0 5rem;
        margin-right: 0;
        margin-left: auto;
        width: 89.33333333333333vw;
    }

    .other_list .list--item img {
        width: 79.2vw;
        height: 18.3rem;
        top: -8.6rem;
        object-fit: cover;
    }

    .other_list .list--item dl {
        width: 79.46666666666667vw;
        margin: auto;
    }

    .other_list .list--item:first-child {
        margin-right: 0;
        margin-bottom: 12rem;
    }

    .other_list .list--item:first-child img {
        right: 0;
        left: auto;
    }

    .other_list .list--item:last-child {
        margin-left: 0;
        margin-right: auto;
    }

    .other_list .list--item:last-child img {
        left: 0;
        right: auto;
    }

    .other_box {
        width: 91.46666666666667vw;
        padding: 4rem 0;
        margin: auto;
        text-align: center;
    }

    .other_box dt {
        width: 100%;
        margin-bottom: 3.4rem;
    }

    .other_box dd {
        width: 70.13333333333334vw;
        margin: auto;
        text-align: left;
    }

    #other {
        margin-bottom: 8rem;
    }

    /* ECサイト制作 */
    #ec .sec-right:after {
        width: 3.9rem;
        height: 16.4rem;
        left: -3.9rem;
        background-position: bottom;
    }

    /* フルフィルメント */
    #ec .sec-left:after {
        width: 3.9rem;
        right: -3.9rem;
        height: 29.4rem;
        background-position: bottom;
    }

    /* カスタマーサポート */
    #ec .sec-right:nth-child(5):after {
        background: url(../images/it/t03_sp.svg) bottom/contain no-repeat;
        width: 3.2rem;
        left: -3.2rem;
        height: 38.2rem;
    }

    /* 運用サポート */
    #ec .sec-left:last-child:after {
        height: 20.6rem;
        background-position: bottom;
    }

    /* ウェブサイト制作 */
    #website .sec-right:after {
        width: 3.9rem;
        height: 20.4rem;
        left: -3.9rem;
        background-position: bottom;
    }

    /* WEB集客 */
    #website .sec-left:last-child:after {
        width: 3.9rem;
        height: 27.9rem;
        right: -3.9rem;
        background-position: bottom;
    }

    /* ITソリューション */
    /* WEBサイト制作 */
    .main--title {
        font-size: 2rem;
        line-height: 2.4rem;
    }



    .it--top--sec .main--title {
        margin-bottom: 3rem;
    }

    .it--top--sec .reason_list {
        width: 82.13333333333334vw;
        margin: auto auto 5.2rem;
    }

    .kind_list.website::after {
        content: none;
    }

    .it--top--sec .reason_list .list--item img {
        width: 82.13333333333334vw;
        object-fit: cover;
    }

    .it--top--sec .reason_list .list--item {
        width: 100%;
    }

    .it--top--sec .reason_list .list--item dd {
        font-size: 1.6rem;
        line-height: 2.45rem;
    }

    .it--top--sec .reason_list .list--item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 4rem;
    }

    .it--top--sec .detail {
        margin-right: 1.6rem;
        margin-left: auto;
    }

    .it--middle--sec .main--title,
    .it--bottom--sec .main--title {
        text-align: center;
        margin-bottom: 3rem;
    }

    .kind_list.website,
    .it--bottom--sec .intro,
    .it--middle--sec .intro,
    .kind_list.system {
        width: 90.93333333333334vw;
        margin: auto auto 3.2rem;
    }

    .it--middle--sec .sub--title {
        margin-bottom: 1.7rem;
        font-size: 1.8rem;
    }

    .it--middle--sec .bg-w {
        padding: 2.2rem 0 3.4rem;
        width: 91.46666666666667vw;
        margin: auto;
    }

    .it--middle--sec.bg-g {
        padding: 4rem 0 5rem;
        margin-bottom: 8rem;
    }

    .it--middle--sec .check_list .list--item,
    .mark_list .check_list .list--item {
        width: 48%;
        max-width: 41.333333333333336vw;
        margin: auto 8.5px 8px 0;
        height: 4.8rem;
        padding: 0 1.4rem 0 1.2rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .check_list .list--item::before {
        width: 1.6rem;
        height: 1.1rem;
        left: 1.2rem;
    }

    .it--middle--sec .check_list {
        width: 86.13333333333333vw;
        margin: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .mark_list .check_list .list--item {
        margin-bottom: 0;
    }

    .mark_list:not(:last-child) {
        margin-right: auto;
        margin-bottom: 1.6rem;
    }


    .mark_list .check_list .list--item:nth-child(3) {
        margin-top: 8px;
    }

    .it--middle--sec .check_list .list--item:nth-child(2n),
    .mark_list .check_list .list--item:nth-child(2) {
        margin-right: 0;
    }

    .it--middle--sec .check_list .list--item:nth-child(4) {
        margin-bottom: 8px;
    }

    .it--middle--sec .check_list .list--item:first-child,
    .it--middle--sec .check_list .list--item:nth-child(5) {
        margin-right: 8.5px !important;
    }

    .it--middle--sec .check_list .list--item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .mark_list {
        width: 91.46666666666667vw;
        margin: auto;
        padding: 3.2rem 0 3rem;
    }

    .mark_list .sub--title {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .it--bottom--sec .intro--text {
        margin-bottom: 3.5rem;
    }

    .kind_list.website .list--item:not(:nth-child(n + 4)),
    .kind_list.website .list--item:not(:nth-child(3n)),
    .kind_list.system .list--item:not(:nth-child(4n)) {
        margin-right: 9px;
        margin-bottom: 8px;
    }

    .mark_list .check_list {
        display: flex;
        width: 85.06666666666666vw;
        margin: auto;
        flex-wrap: wrap;
    }




    .kind_list.website .list--item,
    .kind_list.system .list--item {
        width: 48%;
        font-size: 1.6rem;
        line-height: 1.9rem;
        padding: 0 3rem;
        height: 6.5rem;
    }

    .kind_list.website .list--item:nth-child(2n),
    .kind_list.system .list--item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .kind_list.website .list--item:nth-child(n + 5),
    .kind_list.system .list--item:nth-child(n + 3) {
        margin-bottom: 0 !important;
        margin-right: 9px;
    }

    .it--bottom--sec {
        margin-bottom: 8rem;
    }

    .kind_list.system .list--item small {
        font-size: 1.2rem;
        line-height: 1.9rem;
    }

    .it--lastbottom--sec {
        margin-bottom: 8.5rem;
    }



    /* WEBサイト制作 */
    /* 実績 */
    .intro {
        margin: auto auto 3rem;
        width: 94.39999999999999vw;
    }

    .line {
        max-width: 91.2vw;
        margin-bottom: 3.5rem;
    }

    .sec--case #website,
    .sec--case #ec,
    .sec--case #app {
        padding: 0;
        width: 93.33333333333333vw;
        margin: auto auto 2rem;
    }

    #network .main--title,
    .sec--case .main--title {
        text-align: center;
    }

    .case_list li:not(:nth-child(3n)) {
        margin-right: 1rem;
    }

    .case_list li {
        width: 48%;
        margin-right: 1rem;
    }

    .case_list li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .case--textarea {
        margin-top: 1rem;
    }

    .case--textarea .kind,
    .case--textarea dt {
        margin-bottom: 1rem;
    }

    .case--textarea .kind {
        font-size: 1.2rem;
        padding: 0 1rem;
        line-height: 2.3rem;
    }

    .case--textarea dt {
        font-size: 1.4rem;
    }

    .case--textarea dd {
        line-height: 2rem;
    }

    .case_list li {
        margin-bottom: 2.6rem;
    }

    .sec--case {
        margin-bottom: 11.5rem;
    }

    /* 実績 */
    /* 会社概要 */
    .co--sec {
        width: 91.2vw;
        margin: auto;
    }

    .company--info dt,
    .company--info dd {
        display: block;
        width: 100%;
    }

    .company--info dt {
        padding-top: 2rem;
        padding-bottom: 0;
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .company--info dd {
        border-top: none;
        text-align: center;
        padding-top: 0;
        padding-bottom: 2rem;
        font-size: 1.4rem;
    }

    .company--info {
        width: 100%;
    }

    .co--sec .company--info:last-child {
        margin-bottom: 5.5rem;
    }

    .co--map,
    .co--map iframe,
    .sec--partner {
        width: 91.46666666666667vw;
    }

    .co--map {
        margin-bottom: 8rem;
    }

    .sec--partner .main--title {
        margin-bottom: 4.6rem;
    }

    .intro-part {
        flex-direction: row;
    }

    .sec--partner .company--name {
        font-size: 1.6rem;
    }

    .sec--partner img {
        width: 6rem;
        height: auto;
    }

    .part--photo,
    .part--photo img {
        width: 27.4rem;
        margin: auto
    }

    .part--photo li:not(:last-child) {
        margin-right: auto;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .sec--partner,
    .sec--partner--bottom {
        margin-bottom: 8rem;
    }

    .sec--partner--bottom ul {
        width: 91.46666666666667vw;
        margin: auto auto 4.4rem;
        text-align: center;
    }

    .sec--partner--bottom .flexsa {
        flex-wrap: wrap;
        align-items: center;
    }

    .sec--partner--bottom .flexsa img {
        width: 14.3rem;
        height: auto;
        margin-bottom: 4.8rem;
    }

    .sec--partner--bottom .flexsa img:first-child {
        width: 13.6rem;
        height: auto;
    }

    .sec--partner--bottom .flexsa img:last-child {
        width: 33.6rem;
        height: auto;
        margin-bottom: 0;
    }

    /* 会社概要 */
    /* 個人情報保護方針 */
    .policy,
    .policy .intro {
        width: 91.46666666666667vw;
        margin: auto;
    }

    .policy .intro,
    .policy--top {
        margin-bottom: 5rem;

    }

    .policy .intro--text {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .policy--top dt,
    .policy--bottom--title {
        font-size: 2rem;
        line-height: 3.6rem;
        margin-bottom: 1.6rem;
    }

    .policy--bottom table th,
    .policy--bottom table td:first-child {
        text-align: center;
    }

    .policy--bottom table td,
    .policy--bottom table th {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .policy--bottom dd:last-child {
        margin-left: 0;
    }

    .policy--bottom .indent {
        margin-left: 0;
        text-align: center;
    }

    /* 個人情報保護方針 */

    /* ハウジング（コロケーション） サービス */
    .sec-right.datadetail--sec img,
    .sec-left.datadetail--sec img {
        width: 79.2vw;
        height: 18.3rem;
        right: -1.4rem;
        top: -8.8rem;
    }

    .sec-left.datadetail--sec img {
        left: -1.4rem;
        right: auto;
    }

    .datadetail--sec.gray_box {
        padding-top: 12.8rem;
    }

    .datadetail--sec.gray_box:last-child {
        margin-bottom: 6rem;
    }

    .datadetail--title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding-left: 0;
        width: 85.86666666666667vw;
        margin-left: 1.8rem;
    }

    .datadetail--subtitle {
        padding-left: 0;
        width: 85.86666666666667vw;
        margin: 0 0 2rem 1.8rem;
        font-size: 1.6rem;
        line-height: 2.7rem;
        display: block;
    }

    .datadetail--text {
        width: 85.86666666666667vw;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .datadetail--sec .sec-center img {
        width: 71.46666666666667vw;
        height: 15.1rem;
        top: -7.5rem;
    }

    .datadetail--sec .sec-center.white_box {
        width: 91.46666666666667vw;
        padding: 10rem 2.3rem 4.5rem;
        margin-bottom: 10.8rem;
    }

    .datadetail--sec .sec-center .sub--lead {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }

    .datadetail--sec .sec-center .sub--content--text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .datadetail--sec.colocation .sub--content .sub--title,
    .datadetail--sec .sub--content .sub--title {
        font-size: 2rem;
        margin-bottom: 10.9rem;
    }

    .datadetail--sec.colocation .sub--content h3.sub--title {
        margin-bottom: 2.2rem;
    }

    .datadetail--sec .white_box .sub--title {
        font-size: 1.6rem;
        margin-bottom: 2.3rem;
    }

    .datadetail--sec.bg-g {
        padding: 5.1rem 0 8.1rem;
    }

    .datadetail--sec.sec-left.gray_box {
        margin-left: 1.4rem;
    }

    .datadetail--sec.sec-right.gray_box {
        margin-right: 1.4rem;
    }

    /* ハウジング（コロケーション） サービス */

    /* 他 */
    .datadetail--sec .sub--content .sub--title {
        margin-bottom: 3rem;
    }

    .demoimage {
        width: 91.2vw;
        margin: auto;
    }

    .demoimage dt {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .demoimage dl:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .datadetail--title small {
        font-size: 1.4rem;
    }

    .price--list {
        width: 90.93333333333334vw;
        margin: auto;
    }

    .datadetail--sec .sub--content .price--list dl {
        width: 100%;
        margin-bottom: 1.6rem;
        padding: 3rem 2.5rem;
    }

    .price--list dl:not(:last-child) {
        margin-right: auto;
    }

    .price--list dt {
        line-height: 4.5rem;
        font-size: 2.2rem;
        margin-bottom: 4.1rem;
    }

    .price--list dd.price {
        font-size: 3.6rem;
        line-height: 5.4rem;
        padding: 0;
        margin-bottom: 3.3rem;
    }

    .price--list dd.price span {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-top: 1.5rem;
    }

    .price--list dd {
        font-size: 1.6rem;
        line-height: 4rem;
        padding: 0;
    }

    .datadetail--sec img {
        width: 91.46666666666667vw;
        height: 22.5rem;
        margin: auto;
    }

    .datadetail--sec .bg-w.sub--content {
        padding: 3.2rem 0 4rem;
    }

    .datadetail--sec .sub--content table {
        width: 91.73333333333333vw;
        margin: auto;
    }

    .datadetail--sec .sub--content table td,
    .datadetail--sec .sub--content table th {
        font-size: 1.2rem;
        line-height: 2.8rem;
    }

    #breadcrumb li {
        font-size: 1.2rem;
    }

    .ex--sec img {
        width: 38.666666666666664vw;
        height: 12.4rem;
        top: -2.64rem;
        right: 1.4rem;
    }

    .ex--sec {
        width: 93.33333333333333vw !important;
        margin: auto auto 5.2rem !important;
        padding: 3rem 0 5.9rem !important;
    }

    .ex--sec .box--textarea {
        width: 83.2vw;
        margin: auto
    }

    .ex--cat {
        font-size: 1.2rem;
        padding: 3.5px 0;
        text-align: center;
        line-height: 2.3rem;
        margin-right: 0;
        display: block;
        max-width: 5.3rem;
        line-height: 1.2rem;
        margin-bottom: 1rem;
    }

    .ex--name {
        font-size: 1.6rem;
        margin-bottom: 1.4rem;
        line-height: 1.2rem;
    }

    .ex--country {
        font-size: 1.4rem;
        margin-bottom: 8px;
        line-height: 1.1rem;
    }

    .ex-catch {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.8rem;
    }

    .ex--text {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .menu-footer-container .foot--item {
        display: block;
        height: auto;
    }

    .menu-footer-container,
    .menu-footer-container .menu-item-has-children {
        height: auto;
    }

    .menu-footer-container .menu-item-has-children {
        margin-right: 0;
        margin-bottom: 3rem;
    }

    /* ハンバーガーメニュー */
    /* チェックボックスを非表示 */
    .drawer-hidden {
        display: none;
    }

    /* ハンバーガーアイコン外枠 */
    .drawer-open {
        display: flex;
        height: 1.6rem;
        width: 2rem;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 2.7rem;
        right: 13.2rem;
        border-radius: 0.533vw;
        z-index: 100;
    }

    /* 初期状態のアイコン(menu) */
    .drawer-open span {
        position: absolute;
        width: 2rem;
        background-color: #FFF;
        height: 1px;
        transition: all 0.4s;
    }

    .drawer-open span:nth-child(1) {
        top: 0;
    }

    .drawer-open span:nth-child(3) {
        bottom: 0;
    }

    #drawer-check:checked~.drawer-open span:nth-of-type(1) {
        top: 0;
        left: 0;
        transform: translateY(5px) rotate(-45deg);
        background-color: #333333;
        width: 3rem;
        height: 2px;
    }

    #drawer-check:checked~.drawer-open span:nth-of-type(2) {
        opacity: 0;
    }

    #drawer-check:checked~.drawer-open span:nth-of-type(3) {
        top: 1rem;
        left: 0;
        transform: translateY(-5px) rotate(45deg);
        background-color: #333333;
        width: 3rem;
        height: 2px;

    }

    /* メニュー(非表示中)*/
    .drawer-content {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 50;
        color: #333333;
        background: #EFEFEF;
        transition: 0.5s;
        margin: 0;
        padding-top: 7rem;
        text-align: center;
        font-weight: 500;
        overflow: scroll;
    }


    /* アイコンがクリックされたらメニューを表示 */
    #drawer-check:checked~.drawer-content {
        right: 0;
        text-align: center;
        width: 100vw;
    }


    /* メニューの装飾 */
    .global-navi {
        width: 100%;
    }

    ul.drawer-list {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: right;
        flex-direction: column;
    }


    .drawer-list li {
        font-size: 1.6rem;
        font-weight: bold;
        color: #333333;
        display: block;
        position: relative;
        margin-bottom: 2.4rem;
        width: 90%;
    }


    .drawer-list li.menu-contact {
        width: 90%;
        margin:auto;
        color: #FFF;
        height: 6.5rem;
        line-height: 6.5rem;
border-radius: 2px;
background: linear-gradient(#a9c9d3 0%, #6385a2 32.51%, #2e4867 100%);
border: 1px solid #fff;

    }


    .drawer-list li a {
        display: block;
        width: 100%;
        padding: 0 0 2.4rem;
    }


    .drawer-list li a:hover {
        color: #ccc;
        position: relative;
    }

    /* メガメニュー */
    .drawer-list .sub-menu {
        /* 下層メニューのスタイル */
        width: auto;
        flex-direction: column;
        position: relative;
        text-align: left;
        top: 0;
        /* 親項目の直下に配置 */
        left: 0;
        color: #333;
        /* 文字色 */
        /* 背景色 */
        visibility: hidden;
        /* 下層メニューを非表示 */
        opacity: 0;
        transition: top 0.2s ease;
    }

    .drawer-list .sub-menu li {
        margin: 0;
    }

    .drawer-list .sub-menu li a {
        padding: 0 30px;
    }


    ul li.menu-item-has-children.active .sub-menu {
        visibility: visible;
        transition: top 0.5s ease;
        opacity: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    
    .drawer-list .menu-item .sub-menu {
      top: 0;
      left: 0;
      opacity: 0;;
      display: none;
      visibility: hidden;
      transition: top 0.5s ease;
    }
    

    .drawer-list .menu-item:hover .sub-menu li a {
        padding: 0;
        width: 100%;
        text-align: center;
    }


    li.menu-contact {
        height: 6.5rem;
        line-height: 6.5rem;
        font-size: 2.4rem;
        border-radius: 2px;
        background: linear-gradient(#a9c9d3 0%, #6385a2 32.51%, #2e4867 100%);
        border: 1px solid #fff;
        color: #FFF;
    }


    ul li.menu-item-has-children img {
        position: absolute;
        width: 7.1rem;
        height: 5.2rem;
        transition: 0.3s;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    ul li.menu-item-has-children.active img {
        transform: rotate(180deg);
        transition: 0.3s;
    }


    .drawer-hidden {
  display: none;
}


  /* ハンバーガーアイコン外枠 */
  .drawer-open {
    display: flex;
    height: 1.6rem;
    width: 2rem;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
  }
  
  /* 初期状態のアイコン(menu) */
  .drawer-open span {
    position: absolute;
    width: 2rem;
    background-color: #FFF;
    height: 2px;
    transition: all 0.4s;
  }
  
  .drawer-open span:nth-child(1) {
    top: 0;
  }
  
  .drawer-open span:nth-child(3) {
    bottom: 0;
  }
  
  #drawer-check:checked ~ .drawer-open span:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translateY(5px) rotate(-45deg);
    width: 100%;
    background-color: #333333;
    width: 2rem;
  }
  
  #drawer-check:checked ~ .drawer-open span:nth-of-type(2) {
    opacity: 0;
  }
  
  #drawer-check:checked ~ .drawer-open span:nth-of-type(3) {
    top: 1rem;
    left: 0;
    transform: translateY(-5px) rotate(45deg);
    width: 100%;
    background-color: #333333;
    width: 2rem;
  }
  
  /* メニュー(非表示中)*/
  .drawer-content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 50;
    color: #333333;
    background: #EFEFEF;
    transition: 0.5s;
    margin: 0;
    padding-top: 7rem;
    text-align: center;
    font-weight: 500;
    overflow: scroll;
  }

  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    right: 0;
    text-align: center;
    width: 100vw;
  }

  
  /* メニューの装飾 */
  .global-navi {
    width: 100%;
  }
  
  ul.drawer-list {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: column;
  }
  
  .drawer-list li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-right: 2rem;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    display: inline-block;
    height: 5.2rem;
    line-height: 5.2rem;
    position: relative;
    margin-right: 0;
    width: 100%;
    margin-bottom: 2rem;
    display: block;
    height: auto;
  }

  


  .drawer-list li a {
    display: block;
    width: 100%;
    padding: 0;
  }

  
  .drawer-list li a:hover,
  .menu-footer-container li a:hover {
    color: #ccc;
  }

  .p_mark {
    flex-direction: row;
    justify-content: center;
  }

  .p_mark li {
    width: auto;
  }

  .p_mark li:not(:last-child) {
    margin-right: 2rem;
  }
  
  /* メガメニュー */
  .drawer-list .sub-menu {
    /* 下層メニューのスタイル */
    width: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: left;
    top: 0;
    /* 親項目の直下に配置 */
    left: 0;
    color: #333;
    /* 文字色 */
    background: #EFEFEF;
    /* 背景色 */
    visibility: hidden;
    /* 下層メニューを非表示 */
    opacity: 0;
    transition: top 0.2s ease;
    position: relative;
    top: 0;
    padding: 0;
    opacity: inherit;
    visibility: inherit;
    display: none;
  
  }

  .drawer-list .sub-menu li {
    margin: 0;
  }
  .drawer-list .sub-menu li a {
    padding: 0 30px;
    padding: 0;
    width: 100%;
    text-align: center;
    border-right: none;
  }

  
  .drawer-list .menu-item:hover .sub-menu {
    /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible;
    /* 下層メニューを表示 */
    transition: top 0.5s ease;
    opacity: 1;
    top: 4.5rem;
    left: -2rem;
    top: 0;
    left: 0;
    opacity: inherit;
    visibility: inherit;
    transition: none;
  }

 
    .drawer-list .menu-item:hover .sub-menu li a {
      padding: 0;
      width: 100%;
      text-align: center;
  }
  

    ul li.menu-item-has-children a {
      text-align: center;
      position: relative;
    }
    

    ul li.menu-item-has-children img {
      position: absolute;
      width: 7.1rem;
      height: 5.2rem;
      transition: 0.3s;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      filter: brightness(0);
    }

  

    ul li.menu-item-has-children.active img {
      transform: rotate(180deg);
      transition: 0.3s;
    }



    /* 言語 */
    .language-select {
        padding: 0 3.2rem 0 1.6rem;
        line-height: 3.4rem;
    }

    .lang_wrap.open .language-select {
        color: #173CA0;
        background-color: #FFFFFF;
        border:1px solid #173CA0;
    }

    .lang_wrap.open::after {
        border-color: #173CA0 transparent transparent transparent;
    }



    /* 言語 */
    .top {
        margin-right: 1.6rem;
        margin-left: 0;
    }

    header {
        margin-top: 1.9rem;
    }

    /* スマホ表示 */
}



/* 英語版 */
/* ITソリューション事業 */
.link_list .list--item.en {
    line-height: 3rem;
    width: 47%;
    padding: 1rem;
}
.link_list .list--item.en:first-child,
.link_list .list--item.en:nth-child(2) {
    margin-bottom: 2rem;
}

.link_list.en {
    flex-wrap: wrap;
}

.link_list .list--item a.en {
    display: flex;
}


/* ITソリューション事業 */
@media screen and (max-width: 2048px) {
    /* SP */
    /* トップ */
    .service--top .wrap-w.en, .service--bottom .wrap-w.en {
        padding: 2.9rem 2.7rem 2rem 2.5rem;
    }

    .voice_list .list--item img.en {
        margin-bottom: 14rem;
    }
    /* トップ */
    /* ITソリューション事業 */
    .link_list .list--item a.en,
    .link_list .list--item.endata {
        flex-direction: column;
        line-height: 2rem;
        padding: 0;
    }

    /* Cookieオプトアウト */
    .cookie-consent {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        color: #fff;
        background: rgba(0,0,0,.7);
        padding: 1.2em;
        box-sizing: border-box;
        visibility: hidden;
        z-index: 99999;
    }
    .cookie-consent.is-show {
        visibility: visible;
    }
    .policy-link, :link, :visited, :hover, :active {
        text-decoration: none;
    }
    .cookie-agree, .cookie-reject {
        color: #fff;
        background: dodgerblue;
        padding: .5em 1.5em;
        margin-left: 20px;
        margin-top: 10px;
    }
    .cookie-agree:hover, .cookie-reject:hover {
        cursor: pointer;
    }
    /* パッと消える */
    .cc-hide1 {
        display: none;
    }
    /* ゆっくり消える */
    .cc-hide2 {
        animation: hide 1s linear 0s;
        animation-fill-mode: forwards;
    }
    @keyframes hide {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            visibility: hidden;
        }
    }
    /* メディアクエリ */
    @media screen and (max-width: 600px) {
        .cookie-consent {
            flex-direction: column;
        }
        .cookie-text {
            margin-bottom: 1em;
        }
    }


    /* ITソリューション事業 */


    


    /* SP */
}