@charset "utf-8";
/* CSS Document */

/*========= 共通設定 ===============*/

/* フォント指定 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans);

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: #000;
    padding: 11px 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 220px;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    border: solid 1px #000;
}
.content .btn_default:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: .5s;
}

/*========= MV（ファーストビュー） ===============*/
#mv{
    position: relative;
    height: 105vh;
    background: rgba(4,0,0,.7);
}
#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: url(/service_shared/img/lp/ai/index/bg_mv.jpg) no-repeat center top / cover;
}
#mv .video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
}
#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 #000;
    border-bottom: 60px solid #000;
}
#mv .link_more {
    font-size: 3.0rem;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px;
    min-width: 320px;
    box-sizing: border-box;
    margin: 20px auto;
    position: relative;
    z-index: 1000;
    display: inline-block;
}
#mv .link_more:hover {
    text-decoration: none;
    background: rgb(255, 255, 255, .3);
    transition: .8s;
}
.vision_anime {
    fill: #fff;
    stroke: #fff;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    -webkit-animation: vision_anime 4s ease-in 0s;
    animation: vision_anime 4s ease-in forwards;
}
@-webkit-keyframes vision_anime {
    0% {
        stroke-dashoffset: 2000;
        fill:transparent;
    }
    40% {
        stroke-dashoffset: 2000;
        fill:transparent;
    }
    50% {
        fill:transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill:#fff;
        stroke:none;
        stroke-width: 0;
    }
}
.scroll {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 77vh;
    left: 50%;
    opacity: 0;
    z-index: 100;
}
#mv #obj_triangle,
#mv #obj_triangle2,
#mv #obj_triangle3 {
    font-size: 10px;
    opacity: 0;
}
#mv #obj_triangle {
    width: 100px;
    position: fixed;
    top: 220px;
    right: 80px;
    transform: scale(2);
    transition: .3s;
}
#mv #obj_triangle2 {
    width: 100px;
    position: fixed;
    top: 70vh;
    left: 170px;
    transform: scale(1.7);
}
#mv #obj_triangle3 {
    width: 100px;
    position: fixed;
    top: 105vh;
    left: 0;
    transform: scale(4.5);
}

/*========= ニュースエリア（PICK UP） ===============*/
#news {
    background: #000;
    padding-bottom: 50px;
}
#news .content {
    max-width: none;
    position: relative;
    overflow: inherit;
    padding-top: 130px;
}
#news a:hover {
    text-decoration: none;
    color: #999;
}
#news h1 {
    position: absolute;
    left: 100px;
    top: -120px;
    padding: 0;
}
#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 ul li a {
    color: #fff;
}
#news #news_content {
    margin-left: 400px;
    color: #fff;
    position: relative;
}
@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: #999;
    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: rgba(19,46,93,0.9);
    padding: 100px 0 150px;
    text-align: center;
}
#service .content {
    position: relative;
    overflow: visible;
}
#service:before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    top: -1px;
    border-top: 60px solid #000;
    border-left: 50vw solid #000;
    border-right: 50vw solid transparent;
    border-bottom: 60px solid transparent;
}
#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;
}
#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 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;
}

/* チャート */
.chart {
    position: absolute;
    width: 750px;
    height: 750px;
    top: 120px;
    left: -150px;
    margin: -225px 0 0 -225px;
}
.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0,0,0,.8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    pointer-events: none;
}
.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
}
.doughnutSummaryTitle {
    position: absolute;
    top: 10%;
    width: 100%;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .03em;
    color: rgba(27,155,208,1);
}
.doughnutSummaryNumber {
    position: absolute;
    top: 23%;
    width: 100%;
    margin-top: -15%;
    font-size: 20rem;
    color: rgba(27,155,208,1);
    letter-spacing: -10px;
}
.doughnutSummaryNumber span {
    font-size: 5rem;
    margin-left: 7px;
}
.chart path:hover {
    opacity: 0.65;
}

/*========= パートナーエリア（PARTNER） ===============*/
#partner {
    background: #fff;
    padding: 150px 0 110px;
    text-align: center;
    position: relative;
}
#partner h1 {
    padding: 0;
    background: #000;
    text-align: left;
    min-width: 650px;
    position: absolute;
    right: 0;
    top: -50px;
    line-height: 0.87;
    padding-bottom: 14px;
}
#partner .flex {
    justify-content: center;
}
#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) {
    .chart {
        left: -4vw;
    }
}
@media (max-width: 1039px) {
    #news h1 {
        font-size: 10vw;
        left: auto;
        top: 0;
    }
    #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;
    }
    .chart {
        width: 300px;
        height: 300px;
        left: 20vw;
        top: 19vw;
    }
    .doughnutSummaryTitle {
        font-size: 1.5rem;
        top: 0;
    }
    .doughnutSummaryNumber {
        font-size: 7rem;
        letter-spacing: -4px;
        top: 32%;
    }
    .doughnutSummaryNumber span {
        font-size: 2.5rem;
    }
    .g_sns_pagetop_wrapper {
        margin-bottom: 45px;
    }
    .pagetop {
        background: #fff;
        margin-top: -45px;
    }
}
@media (max-width: 799px) {
    #mv #obj_triangle {
        transform: scale(1);
        top: 13vh;
        right: 2vw;
    }
    #mv #obj_triangle2 {
        top: 65vh;
        left: 24vw;
        transform: scale(0.8);
    }
    #mv #obj_triangle3 {
        top: 85vh;
        left: 0;
        transform: scale(2);
    }
    @keyframes fadeRightObjAnime {
        from {
            opacity: 0;
            transform: translateX(300px) scale(1);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
    @keyframes fadeLeftObjAnime1{
        from {
            opacity: 0;
            transform: translateX(-300px) scale(0.8);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(0.8);
        }
    }
    @keyframes fadeLeftObjAnime2{
        from {
            opacity: 0;
            transform: translateX(-300px) scale(2);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(2);
        }
    }
    .scroll {
        top: 70vh;
    }
    #news .content {
        padding-top: 100px;
    }
    #news h1 {
        font-size: 60px;
    }
    #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;
    }
    .chart {
        top: 37vw;
        left: 42vw;
    }
    .delay-time02,
    .delay-time04 {
        animation-delay: unset;
    }
    #partner {
        padding: 100px 0;
    }
    #partner h1 {
        font-size: 40px;
        top: -24px;
        padding: 10px;
    }
    #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;
    }
}
