@charset "utf-8";
/* CSS Document */

/*========= 共通設定 ===============*/

/* フォント指定 */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

html::-webkit-scrollbar {
    width: 10px;
}
html::-webkit-scrollbar-track {
    background-color: #999;
}
html::-webkit-scrollbar-thumb {
    background-color: #666;
}
body {
    font-family: 'Noto Sans Japanese', Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: hidden;
}
.z100 {
    z-index: 100;
}
.z101 {
    z-index: 101;
    position: relative;
}
.content h1 {
    color: #fff;
    font-size: 15rem;
}
.content .flex {
    display: flex;
    flex-wrap: wrap;
}
.content .btn_default {
    color: #fff;
    background: #333 !important; 
    padding: 11px 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 220px;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    border: solid 1px #333 !important; 
}
.content .btn_default:hover {
    background: #fff !important;
    color: #333 !important; 
    text-decoration: none;
    transition: .5s;
}

/*========= MV（ファーストビュー） ===============*/
#mv{
    position: relative;
    height: 105vh;
    background: transparent !important; 
}
#mv .bg_black {
	background: #111;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
#mv .video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    background: #000;
}
#mv .video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; 
    opacity: 0;
}

/*========= 新しいMVコンテンツ ===============*/
#mv .mv-content {
    position: absolute;
    top: 42%; /* 全体の上側のアキをちょっとだけ詰める（少し上に引き上げる） */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 101;
}

/* 各要素の個別アニメーション設定 */
#mv h1.mv-catchphrase,
#mv .mv-subphrase,
#mv .mv-logo,
#mv .mv-services-cv {
    opacity: 0;
    animation: mvItemUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* 時間差（ディレイ）の設定：ゆったり雄大に展開 */
#mv h1.mv-catchphrase { animation-delay: 0.4s; }
#mv .mv-subphrase { animation-delay: 0.65s; }
#mv .mv-logo { animation-delay: 0.9s; }
#mv .mv-services-cv { animation-delay: 1.15s; }

@keyframes mvItemUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#mv h1.mv-catchphrase {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 6.2rem; /* 7remから6.2remへ、ド迫力を維持しつつ少しだけ引き締め */
    color: #333;
    line-height: 1.1 !important;
    margin: 0 auto 55px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    filter: none; 
    letter-spacing: 0.01em;
}

/* ① 新設：日本語サブタイトル */
#mv .mv-subphrase {
    font-size: 1.8rem;
    font-weight: 500;
    color: #555;
    line-height: 1.6;
    margin: 0 auto 35px;
    letter-spacing: 0.05em;
}

#mv .mv-logo {
    margin-bottom: 45px;
}
#mv .mv-logo img {
    width: 260px;
    max-width: 100%;
}

/* ② 新設：スマートなサービスCVエリア（アイコン＋テキストカード形式） */
#mv .mv-services-cv {
    display: flex;
    justify-content: center;
    gap: 35px !important; /* カード同士の間隔を35px程度に拡大 */
    width: 100%;
}
#mv .mv-service-card {
    display: flex;
    align-items: center;
    background: #ffffff !important; /* 完全な白 */
    padding: 20px 30px;
    width: 420px !important; /* 文字が折り返さないよう横幅を420pxに拡張 */
    border-radius: 6px;
    text-align: left;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important; /* 通常時から独立したシャープな影 */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important; /* 0.4sのアニメーション */
    box-sizing: border-box;
}

/* ホバー時の挙動（上に浮き上がり、影が外側に濃く広がる） */
#mv .mv-service-card:hover {
    background: #ffffff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16) !important;
}

/* カード1つ目（IDCFクラウド）：薄い青枠 */
#mv .mv-service-card:nth-child(1) {
    border: 2px solid rgba(0, 157, 211, 0.4) !important;
}
#mv .mv-service-card:nth-child(1):hover {
    border-color: rgba(0, 157, 211, 0.8) !important;
}

/* カード2つ目（プライベートクラウド）：薄い紫枠 */
#mv .mv-service-card:nth-child(2) {
    border: 2px solid rgba(103, 85, 191, 0.4) !important;
}
#mv .mv-service-card:nth-child(2):hover {
    border-color: rgba(103, 85, 191, 0.8) !important;
}

#mv .mv-service-card .card-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    flex-shrink: 0;
}
#mv .mv-service-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#mv .mv-service-card .card-info {
    flex-grow: 1;
}
#mv .mv-service-card .card-title {
    font-size: 1.5rem !important; /* 文字サイズ小さく微調整 */
    font-weight: bold;
    color: #333;
    margin: 0 0 4px 0;
    line-height: 1.2;
}
#mv .mv-service-card .card-desc {
    font-size: 1.0rem !important; /* 文字サイズ小さく微調整 */
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.4;
    white-space: nowrap; /* PC表示時は絶対に折り返さない */
}
#mv .mv-service-card .card-link {
    font-size: 1.0rem !important; /* 文字サイズ小さく微調整 */
    font-weight: normal !important; /* 太字解除 */
    color: #009dd3;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding-left: 20px !important; /* アイコン用の余白確保 */
    background: url('/service_shared/img/svg/icn_arrow_b.svg') no-repeat left center / 12px !important; /* 背景画像として矢印を左側に配置 */
}

@media (max-width: 900px) {
    #mv h1.mv-catchphrase {
        font-size: 4.2rem; /* スマホでもPCの拡大に合わせてインパクトを強化 */
    }
    #mv .mv-subphrase {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    #mv .mv-logo {
        margin-bottom: 35px;
    }
    #mv .mv-logo img {
        width: 200px;
    }
    #mv .mv-services-cv {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    #mv .mv-service-card {
        width: 100%;
        max-width: 400px;
        padding: 15px 25px;
    }
}

#mv h1{
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
    padding: 200px 0 40px;
}
#mv h1 img {
    filter: drop-shadow(0px 0px 4px rgb(0, 0, 0, .1));
}

#mv:after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: -1px;
    border-top: 60px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid #009dd3 !important; 
    border-bottom: 60px solid #009dd3 !important;
}

.scroll {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 77vh;
    left: 50%;
    opacity: 0;
    z-index: 100;
}

/*========= ニュースエリア（PICK UP） ===============*/
#news {
    background: #009dd3 !important; 
    position: relative;
    z-index: 100 !important;
    padding-bottom: 50px !important; 
}
#news:before {
    display: none !important; 
}
/* 隙間を埋める青い三角形の復活（左右サブピクセル隙間完全消去版） */
#news:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -119px; /* 元の設計位置 */
    width: 100%;
    height: 120px;
    background: #009dd3 !important;
    clip-path: polygon(0 0, 100% 0, 0 100%); /* 元の美しい傾斜角度を維持 */
    z-index: -1;
    /* ブラウザのサブピクセル微細隙間を埋めるためのハードウェアアクセラレーションと均等微小拡大 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.015);
    transform-origin: top left;
}

#news .content {
    max-width: none;
    position: relative;
    overflow: inherit;
    padding-top: 130px;
}
/* ニュースエリア左側のリストリンク */
#news ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}
#news ul li a:hover {
    color: #fff !important; 
    text-decoration: none;
}
/* 下線アニメーションエフェクト */
#news ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff; 
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
#news ul li a:hover:after {
    transform: scale(1, 1);
}

#news h1 {
    position: absolute;
    left: 0 !important; 
    top: -120px;
    background: #333 !important; 
    padding: 25px 40px 15px 100px !important; 
    line-height: 1 !important; 
    z-index: 1000 !important; 
}
#news ul {
    position: absolute;
    left: 113px;
    top: 125px;
    z-index: 1;
}
#news ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
#news ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#news #news_content {
    margin-left: 400px;
    color: #fff;
    position: relative;
}

#news .l-badge__category {
    background-color: #333 !important; 
    color: #fff !important;
    border-color: #333 !important;
    border-radius: 4px !important; 
}

@media (min-width: 1040px) {
    #news #news_content {
        padding-right: 25px;
    }
}
#news dl.news {
    width: 300px;
    position: relative;
}
#news dl.news:last-child {
    padding-right: 30px;
}
#news dl.news figure {
    margin-bottom: 20px!important;
    border-radius: 10px;
    overflow: hidden;
}
#news dl.news figure img {
    object-fit: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 1.91 / 1;
}
#news dl.news p {
    font-size: 1.5rem;
    min-height: 85px;
}
#news dl.news .tag {
    background: #1b9bd0;
    width: 135px;
    text-align: center;
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
    padding: 2px;
}
#news dl.news .date {
    font-size: 2rem;
}
#news dl.news a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#news dl.news:hover p,
#news dl.news:hover .date {
    color: #fff !important; 
    transition: .2s;
}
/* カルーセルカスタマイズ */
#news .swiper-wrapper {
	width: 100%;
    padding-top: 45px;
}
#news .swiper-container {
    position: static;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
#news .swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    bottom: auto;
    top: 0;
    height: 9px;
    background: #555;
    width: 35vw;
}
#news .swiper-scrollbar-drag {
    background: #1b9bd0;
}
#news .arrows {
    position: absolute;
    top: 4px;
    width: 100px;
    margin: 0 auto;
    left: 37vw;
    overflow: visible;
}
#news .swiper-button-next,
#news .swiper-container-rtl .swiper-button-prev {
    background-image: url(/service_shared/img/svg/top/arrow_right.svg);
}
#news .swiper-button-prev,
#news .swiper-container-rtl .swiper-button-next {
    background-image: url(/service_shared/img/svg/top/arrow_left.svg);
}
#news .swiper-button-next:focus,
#news .swiper-container-rtl .swiper-button-prev:focus,
#news .swiper-button-prev:focus,
#news .swiper-container-rtl .swiper-button-next:focus {
    outline: none;
}

/*========= サービスエリア（SERVICE） ===============*/
#service {
    position: relative;
    background: rgb(91 89 66 / 59%) !important; 
    padding: 100px 0 150px;
    text-align: center;
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%) !important; 
}
#service:before {
    display: none !important; 
}
#service h1,
#service h1 + p {
    color: #fff;
    position: relative;
    z-index: 100;
}
#service .flex {
    justify-content: space-between;
}

/* --- カードダイナミックフェードインアニメーション --- */
#service .flex > div {
    width: 31%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px 90px;
    box-sizing: border-box;
    position: relative;
}

/* JSで .fadeUp クラスが付いた時の専用アニメーション（ゆったり＋斜め） */
#service .flex > div.fadeUp {
    animation-name: cardFadeUpAnime !important;
    animation-duration: 1.5s !important; /* ゆったりとした速度 */
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1) !important; /* 雄大でなめらかなイージング */
}

@keyframes cardFadeUpAnime {
    0% {
        opacity: 0;
        transform: translateY(120px) rotate(6deg); /* 下から斜めに */
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg); /* 正位置に戻る */
    }
}

/* サービスカードが下から湧き上がるときの時間差（ディレイ）設定 */
#service .flex > div:nth-child(1) { animation-delay: 0.1s !important; }
#service .flex > div:nth-child(2) { animation-delay: 0.25s !important; }
#service .flex > div:nth-child(3) { animation-delay: 0.4s !important; }
#service .flex > div:nth-child(4) { animation-delay: 0.1s !important; }
#service .flex > div:nth-child(5) { animation-delay: 0.25s !important; }
#service .flex > div:nth-child(6) { animation-delay: 0.4s !important; }
#service .flex > div:nth-child(7) { animation-delay: 0.1s !important; }
#service .flex > div:nth-child(8) { animation-delay: 0.25s !important; }
#service .flex > div:nth-child(9) { animation-delay: 0.4s !important; }

#service .menu_service {
    position: relative;
}
#service .menu_service .bg_line {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/service_shared/img/svg/top/bg_line.svg) no-repeat 0 0 / 729px;
    top: 157px;
    left: 155px;
    z-index: 0;
    display: none;
}
#service .menu_service .bg_circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/service_shared/img/svg/top/bg_circle.svg) no-repeat 0 0 / 729px;
    top: 157px;
    left: 155px;
    display: none;
}
#service .menu_service > div {
    z-index: 1;
}
#service .flex > div h2 {
    position: relative;
}
#service .flex > div h2:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -10px;
    right: -5px;
}
#service .flex > div.dc h2:before {
    background: url(/service_shared/img/svg/datacenter/icn_datacenter.svg) no-repeat 0 0 / 50px;
}
#service .flex > div.cloud h2:before {
    background: url(/service_shared/img/svg/cloud/icn_cloud.svg) no-repeat 0 0 / 45px;
}
#service .flex > div.private h2:before {
    background: url(/service_shared/img/svg/cloud/icn_cloud_private.svg) no-repeat 0 0 / 50px;
}
#service .flex > div.container h2:before {
    background: url(/service_shared/img/svg/container/icn_container.svg) no-repeat 0 0 / 37px;
    top: -5px;
    right: -10px;
}
#service .flex > div.network h2:before {
    background: url(/service_shared/img/svg/network/icn_network.svg) no-repeat 0 0 / 50px;
}
#service .flex > div.cdn h2:before {
    background: url(/service_shared/img/svg/cloud/icn_cloud_cdn.svg) no-repeat 0 0 / 45px;
}
#service .flex > div.security h2:before {
    background: url(/service_shared/img/svg/top/security.svg) no-repeat 0 0 / 33px;
    top: -7px;
    right: -9px;
}
#service .flex > div.partner h2:before {
    background: url(/service_shared/img/cloud/partner/mv.svg) no-repeat -12px 0 / 80px
}
#service .flex > div.rentalserver h2:before {
    background: url(/service_shared/img/svg/rentalserver/icn_rentalserver.svg) no-repeat 0 0 / 50px;
}
#service .flex > div.domain h2:before {
    background: url(/service_shared/img/svg/domain/icn_domain.svg) no-repeat 0 0 / 50px;
}
#service .flex > div h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: left;
}
#service .menu_service > div li a {
    position: relative;
    display: inline-block;
}
#service .menu_service > div li a:hover {
    text-decoration: none;
}
#service .menu_service > div li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#service .menu_service > div li a:hover:after {
  transform: scale(1, 1);
}
#service .flex > div ul {
    text-align: left;
}
#service .flex > div ul li {
    position: relative;
    padding-left: 20px;
}
#service .flex > div ul li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #333;
    top: 13px;
    left: 0;
}
#service .flex > div ul li a {
    color: #333;
}
#service .flex > div ul li a.new {
    position: relative;
}
#service .flex > div ul li a.new:before {
    content: 'NEW';
    color: #fff;
    background: #000;
    position: absolute;
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    width: 50px;
    text-align: center;
}
#service .flex > div .btn_default {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#service .dgx {
    border: 2px solid #76B900;
    font-weight: bold;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    margin-top: 10px;
}
#service .dgx p {
    margin-bottom: 0;
    padding: 0 15px;
}
#service .dgx p:first-of-type {
    border-right: 1px solid #000;
}
#service .dgx p:last-of-type {
    font-size: 1.3rem;
    line-height: 1;
}

/*========= パートナーエリア（PARTNER） ===============*/
#partner {
    background: #fff;
    padding: 150px 0 110px;
    text-align: center;
    position: relative;
}
#partner h1 {
    padding: 25px 100px 15px 40px !important; 
    background: #333 !important; 
    text-align: left;
    min-width: 650px;
    position: absolute;
    right: 0;
    top: -50px;
    line-height: 1 !important; 
}
#partner .flex {
    justify-content: center;
    margin-top: 50px !important; 
}
#partner .flex figure {
    width: 33.3333%;
    max-width: 345px;
    margin-bottom: 45px;
}

/*========= 情報掲載エリア（ページ下部のプレス・トピ表示） ===============*/
#information {
    background: #000;
    padding: 80px 0 0;
    margin-top: -45px;
}
#information .content,
#information .content a {
    color: #fff;
}
#information .content a:hover {
    color: #999;
    text-decoration: none;
}
#information .news {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}
#information .news > dd {
    display: flex;
    align-items: center;
}
#information .news > dd:first-child {
    order: 2;
}
#information .news > dd:nth-child(2) {
    order: 1;
}
#information .news > dd p {
    margin-bottom: 0;
}
#information .news > dd span.tag {
    order: 2;
    border: 1px solid #fff;
    min-width: 130px;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 30px;
}
#information figure {
    display: none;
}
#information dd.link-area a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#information .news:hover dd {
    color: #999;
}
#information .news:hover dd span.tag {
    border-color: #999;
}
#information .others {
    margin: 70px auto 50px;
}
#information .l-rss__list>li~li {
    padding-top: 0;
}
#information .l-rss__date {
    width: auto;
    padding-top: 0;
}
#information .l-rss__title {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 800px) {
    #information .l-rss__title {
        margin-left: 30px;
    }
    #information #news_content .l-rss__list>li .chip {
        min-width: 130px;
        text-align: center;
    }
}


/*========= 共通アニメーション ===============*/
/* fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.delay-time02{
    animation-delay: 0.15s;
}
.delay-time04{
    animation-delay: 0.3s;
}
/* fadeRight */
.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:.8s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeRightAnime{
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* fadeRight */
.fadeRight_obj {
    animation-name: fadeRightObjAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeRightObjAnime{
    from {
        opacity: 0;
        transform: translateX(300px) scale(2);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(2);
    }
}
/* fadeLeft */
.fadeLeft_obj1{
    animation-name:fadeLeftObjAnime1;
    animation-duration:.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeLeftObjAnime1{
    from {
        opacity: 0;
        transform: translateX(-300px) scale(1.7);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1.7);
    }
}
/* fadeLeft */
.fadeLeft_obj2{
    animation-name:fadeLeftObjAnime2;
    animation-duration:.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeLeftObjAnime2{
    from {
        opacity: 0;
        transform: translateX(-300px) scale(4.5);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(4.5);
    }
}
/* fadeLeft */
.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:.8s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeLeftAnime{
    from {
        opacity: 0;
        transform: translateX(-300px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeUpTrigger,
.fadeRightTrigger,
.fadeLeftTrigger {
    opacity: 0;
}
.scrolldown1 span{
    position: absolute;
    left:-19px;
    bottom: -65px;
    color: #eee;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
.scrolldown1::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 60px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}
@keyframes pathmove{
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 60px;
        opacity: 0;
    }
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
    overflow: hidden;
    display: inline-block;
}
.slide-in_inner {
    display: inline-block;
}
/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
    animation-name:slideTextX100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
    from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
    }
    to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
    }
}
.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);/*要素を右の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateX(0);/*要素を元の位置に移動*/
        opacity: 1;
    }
}
@media (max-width: 1699px) {
    #partner h1 {
        font-size: 9vw;
        left: 3vw;
    }
}
@media (max-width: 1349px) {
}
@media (max-width: 1039px) {
    #news h1 {
        font-size: 10vw;
        left: 0 !important;
        top: 0;
        padding: 4vw 4vw 3vw 8vw !important; 
    }
    #partner h1 {
        padding: 4vw 8vw 3vw 4vw !important; 
    }
    #news ul {
        top: 16vw;
        left: 1vw;
        font-size: 1.6vw;
        display: none;
    }
    #news #news_content {
        margin-left: 1vw;
    }
    #news .swiper-container {
        overflow: visible;
    }
    #news .swiper-wrapper {
        padding-top: 0;
    }
    #news .swiper-container-horizontal>.swiper-scrollbar {
        top: auto;
        bottom: -30px;
        width: 50vw;
    }
    #news .arrows {
        left: 53vw;
        top: auto;
        bottom: -25px;
    }
    #service h1 {
        font-size: 10vw;
    }
    .g_sns_pagetop_wrapper {
        margin-bottom: 45px;
    }
    .pagetop {
        background: #fff;
        margin-top: -45px;
    }
}
@media (max-width: 799px) {
    #mv .scroll {
        top: 70vh;
    }
    #news h1 {
        font-size: 60px;
        padding: 24px 20px 16px 20px !important;
    }
    #partner h1 {
        font-size: 40px;
        top: -24px;
        padding: 24px 20px 16px 20px !important;
    }
    #partner .flex {
        margin-top: 30px !important; 
    }
    #news .content {
        padding-top: 100px;
    }
    #news dl.news {
        width: 250px;
    }
    #news dl.news p {
        font-size: 1.3rem;
    }
    #news dl.news .tag {
        font-size: 1.2rem;
    }
    #news dl.news .date {
        font-size: 1.6rem;
    }
    #news dl.news:hover figure img {
        transform: none;
    }
    #service h1 {
        font-size: 60px;
        padding: 50px 0 40px;
    }
    #service .content {
        padding-top: 22vw;
    }
    #service .flex {
        display: block;
    }
    #service .dgx {
        display: flex;
    }
    #service .dgx p {
        padding: 0 10px;
    }
    #service .flex > div {
        width: 100%;
        padding-bottom: 30px;
    }
    #service .flex > div .btn_default {
        position: static;
        transform: none;
        margin-top: 20px;
    }
    #service span.auto_br {
        display: inline;
    }
    #service .menu_service > div li a:after {
        transform: none;
        display: none;
    }
    .delay-time02,
    .delay-time04 {
        animation-delay: unset;
    }
    #partner {
        padding: 100px 0;
    }
    #partner .flex figure {
        width: 50%;
    }
    #information .news {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    #information .news > dd span.date {
        margin-bottom: 10px;
    }
    #information .news > dd span.tag {
        margin: 0 10px 10px;
        font-size: 1.2rem;
    }
    #information .news > dd p {
        font-size: 1.3rem;
    }
    #information .others .flex {
        display: block;
    }
    #information .others li {
        width: 100%;
        margin-bottom: 20px;
    }
    #information .others li a {
        font-size: 1.3rem;
    }
    #information .l-rss__title {
        margin-top: 0.5em;
    }
    #information .l-rss__list>li {
        position: relative;
    }
    #information .l-rss__list>li {
        position: relative;
        flex-wrap: wrap;
    }
    #news_content .l-rss__list>li .chip {
        position: absolute;
        top: -2em;
        left: 100px;
    }
}