@charset "UTF-8";

/*
    Style
-----------------------------------------------------------------------------*/
a {
	text-decoration: underline;
}

/*
    Common
-----------------------------------------------------------------------------*/
.section.diff-bg-related{
	background: #002060;
}

h2.hdg-hpc{
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	font-size: 4rem;
}

.u-fc-white{
	color:#fff!important;
}

.u-fc-red{
	color:#a30b1a!important;
}

@media screen and (max-width:768px){
	h2.hdg-hpc{
		font-size:3.2rem;
	}
}

.list-a.diff-dot-blk>li:before{
	background: #000;
}

@media only screen and (max-width: 1600px){
	.lf-hero-visual img {
	    height: 100%;
	}
}

/*
    Table newvi
-----------------------------------------------------------------------------*/
.tbl-a.diff-lyt-newvi thead th{
	background: #FF8000;
	border: 1px solid #3C3C3C;
}

.tbl-a.diff-lyt-newvi td{
	border: 1px solid #3C3C3C;
}

/*
    新VLOOK & FEEL
-----------------------------------------------------------------------------*/
.p-fjcKV01 .lf-hero-contents {
	background-image: url(/solutions/cloud/hpc/images/kv-bg.png) !important;
	background-position:100% 100%;
	background-size:cover;
	padding-left:calc(30vw*100/1280);
}
.p-fjcKV01.lf-cy-bl::after {
	background-image: url(/solutions/cloud/hpc/images/lf-blue.png);
}
.p-fjcKV01 .lf-hero-contents * {
	color:#fff;
}
.p-fjcKV01 .lf-hero-contents .lf-hero-contents-inner {
	/* width:565px; */
}
.p-fjcKV01 .lf-hero-contents .lf-hero-desc {
	font-size: calc(25vw*100/1280);
	/* font-size: 2rem; */
	font-weight:600;
	margin-top:0;
	margin-bottom: 5%;
}
.p-fjcKV01 .lf-hero-contents .lf-hero-sub {
	font-size: 2.4rem;
	font-weight:700;
	margin-top:0;
	margin-bottom: 5%;
}
.p-fjcKV01 .lf-hero-contents h1 {
	font-size: calc(40vw*100/1280);
	/* font-size: 4.5rem; */
	font-weight:800;
	margin-bottom:8%;
}
.p-fjcKV01 .lf-hero-contents h1 .sub {
	font-size:calc(20vw*100/1280);
}

.p-fjcKV01 .lf-hero-contents .download-btn-wrapper a.download-btn span{
	font-size: calc(16vw*100/1280);
}

@media screen and (min-width: 1500px) {
    .p-fjcKV01 .lf-hero-contents .lf-hero-desc {
	    font-size: 2.5rem;
	}
    .p-fjcKV01 .lf-hero-contents h1 {
		font-size: 4.5rem;
		margin-bottom: 20px;
		}
    .p-fjcKV01 .lf-hero-contents h1 .sub {
	    font-size:2.4rem;
    }
}
@media screen and (max-width: 1280px) {
    .lf-hero-contents-inner {
        padding-left: 0;
    }
	.p-fjcKV01 .lf-hero-contents .lf-hero-sub {
    	font-size: calc(20vw*100/1280);
	}
}

@media screen and (max-width: 767px) {
    .p-fjcKV01 .lf-hero-contents .lf-hero-contents-inner {
	    width:100%;
    }
    .p-fjcKV01 .lf-hero-contents .lf-hero-desc {
	    font-size:2.8rem;
	}
    .p-fjcKV01 .lf-hero-contents h1 {
		font-size:4rem;
	    margin-bottom: 8px;
    }
    .p-fjcKV01 .lf-hero-contents h1 .sub {
	    font-size:2rem;
    }
	.p-fjcKV01 .lf-hero-contents .lf-hero-sub {
    	font-size: 2rem;
	}

	.p-fjcKV01 .lf-hero-contents .download-btn-wrapper a.download-btn span{
		font-size: 1.6rem;
	}
}

/*
    Circle
-----------------------------------------------------------------------------*/
.circle-panels{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 860px;
}

.circle-panels .item{
	width: calc(33.333% - 4px);
	margin-right: 4px;
	margin-bottom:32px;
	text-align: center;
}

.circle-panels .item .img{
	margin-bottom: 8px;	
}

.circle-panels .item .img img{
    border-radius: 50%;
    max-width: 160px;
    max-height: 160px;
    width: 100%;
}

.circle-panels .item .ttl{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3rem;
}

.circle-panels .item .sub{
	font-size: 1.4rem;
}

@media screen and (max-width: 480px){
	.circle-panels .item{
		width: calc(50% - 16px);
		margin-right:16px;	
	}

	.circle-panels .item .ttl{
		font-size: 2.4rem;
	}
	
	.circle-panels .item .sub{
		font-size: 1.4rem;
		
	}
}

/*
   Feature
-----------------------------------------------------------------------------*/
.feature-palels .item{
	display: flex;
	margin-bottom: 36px;
}

.feature-palels .item .feature{
	width: 32%;
	background: #f0f0f0;
	padding: 24px;
	position: relative;
	background: url(/solutions/cloud/hpc/images/FJ_GRAD_E1A_RGB.png);
	background-position: top 95% right 80%;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature-palels .item .feature:after{
  border-left: 16px solid #FFE700;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  content: '';
  margin-top: -13px;
  position: absolute;
  right: -16px;
  top: 50%;
}

.feature-palels .item .content{
	width: 68%;
	background: #efefef;
	padding: 24px 24px 24px 20px;
}

@media screen and (max-width:768px){
	
	.feature-palels .item{
		display: block;
	}

	.feature-palels .item .feature{
		width: 100%;
	}

	.feature-palels .item .content{
		width: 100%;
		padding: 32px 16px 16px 16px
	}

	.feature-palels .item .feature:after{
		border-left: 0;
		border-top: 16px solid #a8e64a;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		content: '';
		margin-left: -13px;
		position: absolute;
		bottom: -32px;
		left: 50%;
		right: auto;
		top: auto;
	}

}

/*
   contact
-----------------------------------------------------------------------------*/
h2.box-hdg-a.diff-center {
	margin-bottom: 32px;
	text-align: center;
}
.lyt-contact-a .list-a {
	padding-left: 0;
	display: flex;
}
.lyt-contact-a .list-a > li {
	width: 100%;
	padding-left: 0;
	display: flex;
	flex-direction: column;
}
.lyt-contact-a .list-a > li:before {
	display: none;
}
.lyt-contact-a .list-a a {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	background: #fff;
	color: #a10c20;
	box-shadow: 0 1px 2px rgba(0,0,0,.18);
	border: 1px solid #a10c20;
	text-decoration: none;
}
.lyt-contact-a .list-a a:hover {
	background: #f6cfd3;
}
.lyt-contact-a .list-a a li {
}
.lyt-contact-a > .col {
	display: flex;
}
.lyt-contact-a > .col ul {
	flex-grow: 1;
}
.lyt-contact-a .notes-a {
	font-size: 1.2rem;
	margin-top: 12px;
	line-height: 1.6;
}
.lyt-contact-a > .col+.col {
	padding-left: 32px;
}

@media only screen and (max-width:767px){
	.lyt-contact-a > .col+.col {
		padding-left: 0;
	}
	.lyt-contact-a .list-a a {
		padding: 2em;
	}
}

/*
-----------------------------------------------------------------------------*/
@-webkit-keyframes arrow_bg {
    0% {
        opacity: .1
    }

    100% {
        opacity: 0
    }
}

@keyframes arrow_bg {
    0% {
        opacity: .1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.c-btn {
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
}

.c-btn-l {
    font-size: 1.4rem
}

.c-btn-white {
    color: #fff
}

.c-btn-white:hover {
    color: #fff
}

.c-btn-white:active,.c-btn-white:focus {
    color: #fff
}

.c-btn-ico {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 7px
}

.c-btn-ico::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 0;
    z-index: 0;
}

.c-btn-ico svg {
    fill: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.c-btn-ico svg .circle {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.c-btn-ico svg .arrow {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.c-btn-ico-l {
    width: 45px;
    height: 45px;
}

.c-btn-ico-white::before {
    border-color: #fff
}

.c-btn-ico-white svg {
    fill: #fff
}

.c-btn-ico-white svg .circle {
    fill: none;
    stroke: #fff
}

a:hover .c-btn .c-btn-ico::before {
    opacity: .1
}

a:hover .c-btn .c-btn-ico svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}

a:hover .c-btn .c-btn-ico svg .circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
    animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
}

a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1
}

a.c-btn:hover .c-btn-ico::before {
    opacity: .1;
    -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1);
    animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1)
}

a.c-btn:hover .c-btn-ico svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}

a.c-btn:hover .c-btn-ico svg .circle {
    fill: transparent;
    stroke: #5f5f5f;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
    animation: circle 2s forwards cubic-bezier(.215,.61,.355,1)
}

a.c-btn-white:hover .c-btn-ico-white::before {
    opacity: .2;
    -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1);
    animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1)
}

a.c-btn-white:hover .c-btn-ico-white svg .circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1
}

a.download-btn{
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    padding: 10px 18px 10px 32px;
    border-radius: 60px;
    justify-items: center;
    flex-direction: row;
    text-decoration: none;
    color: #fff;
}

a.download-btn span{
    display: flex;
    margin-right: 8px;
    justify-content: center;
    font-size: 2.5rem;
    align-items: center;
}

a.download-btn.bg-dpnk {
	background: #D80084;
}
a.download-btn.bg-blue{
	background: #2400b0;
}

a.download-btn.bg-dpnk,
a.download-btn.bg-blue{
    border: none;
    /* padding: 10px 20px 10px 42px; */
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin: 0 auto; */
    max-width: 300px;
    border: 2px solid #fff;
}

a.download-btn.bg-dpnk .c-btn:hover,
a.download-btn.bg-blue .c-btn:hover{
    color: #fff;
}
a.download-btn.bg-dpnk .c-btn-ico svg,
a.download-btn.bg-blue{
    fill: #fff;
}
a.download-btn.bg-dpnk .c-btn-ico svg .arrow,
a.download-btn.bg-dpnk .c-btn-ico svg .circle,
a.download-btn.bg-blue .c-btn-ico svg .arrow,
a.download-btn.bg-blue .c-btn-ico svg .circle{
    stroke: #fff;
}
@media screen and (max-width: 1000px){
    a.download-btn.bg-dpnk .c-btn-ico svg .arrow,
    a.download-btn.bg-blue .c-btn-ico svg .arrow {
        stroke-width: 0;
    }
}

@media screen and (max-width: 480px){
	a.download-btn.bg-dpnk,
	a.download-btn.bg-blue{
		max-width: 100%;
	}
}

/* Related Contents */
.c-lyt-n-col{
	overflow:hidden	
}
.c-lyt-n-col .c-lyt-n-col-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: -40px;
}

.c-lyt-n-col .c-lyt-n-col-inner .item{
	background: #fff;
	margin-right: 40px;
}

.c-lyt-n-col.diff-3-col .c-lyt-n-col-inner .item{
	width: calc(33.333% - 40px);
}

.c-lyt-n-col.diff-3-col .c-lyt-n-col-inner .item.diff-lyt-3cmb{
	width: 100%;
	padding: 32px;
}

@media screen and (max-width:768px){
	.c-lyt-n-col .c-lyt-n-col-inner{
		display: block;
		margin-right: 0!important;
	}

	.c-lyt-n-col .c-lyt-n-col-inner .item{
		width: 100%!important;
		margin-right: 0!important;
	}

}

.c-lyt-n-col.related .c-lyt-n-col-inner .item .item-inner{
	display: flex;
	flex-direction:column;
}
.c-lyt-n-col.related .c-lyt-n-col-inner .item .item-inner .img{
    text-align: center;
    min-height: 0%;
}

.c-lyt-n-col.related .c-lyt-n-col-inner .item .item-inner .txt{
	padding: 16px;
}

.c-lyt-n-col.related .c-lyt-n-col-inner .item .item-inner .txt .ttl{
	font-size:2.4rem;
	font-weight: 600;
    line-height: 3rem;
}

.c-lyt-n-col.related .c-lyt-n-col-inner .item .item-inner .txt .lead{
	font-size: 1.4rem;
	margin-top: 10px;
}

.c-lyt-n-col.related .c-lyt-n-col-inner .item.diff-lyt-2cmb{
	padding: 32px;
}



/* Object - Project
 * 特定用途のためのパーツ
============================================================================ */

/*
サービスご利用に関するFAQ
----------------------------------------*/
.p-btn a {
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	padding: 24px 56px;
	background: url(/solutions/cloud/hpc/images/H5_T3_3000x1926.png);
	text-decoration: none;
	background-size: 130%;
}
.p-btn a:hover {
	opacity:.8;
	transition:.2s;
}

/*
カルーセル
----------------------------------------*/
.p-hpcCarousel {/* margin-top:16px; */}
.p-hpcCarousel .section-inner:nth-of-type(1) { padding:16px 0 0 0 }
.p-hpcCarousel .section-inner:nth-of-type(2) {padding: 0 0 40px;}

.p-hpcCarousel .c-topic-slider__slides {
	margin: 0 4px;
}
.p-hpcCarousel .c-topic-slider__slide-inner {
	margin: 0 20px 16px;
	max-width: inherit;
}
.c-topic-slider__slides a {
	max-width:inherit;
}
.p-hpcCarousel .c-topic-slider__slides-text-title {
	font-weight:600;
}
.p-hpcCarousel .c-topic-slider__slides-text-tag {
	font-weight:600;
	color: #fff;
	background: #a30b1a;
	border-radius: 10px;
	padding: 2px 5px;
}
.p-hpcCarousel .c-topic-slider.slick-initialized .c-topic-slider__slides.slick-active a {
    box-shadow: inherit;
    /* border:1px solid #DCDCDC; */
    position: relative;
}
.p-hpcCarousel .c-topic-slider__label {
	position:absolute;
	top:4px;
	left:4px;
	font-size:1.4rem;
	color:#fff;
	padding:4px 16px;
	background:#2400B0;
	min-width:120px;
	text-align:center;
}
.p-hpcCarousel .c-topic-slider .slick-arrow.slick-prev,
.p-hpcCarousel .c-topic-slider .slick-arrow.slick-next {
	background-color:rgba(220, 220, 220, 0.7);
	border-radius:50px;
    background-image: url(/solutions/cloud/fjcloud/images/carousel-arrow.png) !important;
}
.p-hpcCarousel .c-topic-slider .slick-arrow.slick-next {
    transform: rotateZ(180deg)
}
.p-hpcCarousel .c-topic-slider .slick-arrow,
.p-hpcCarousel .c-topic-slider .slick-arrow:hover {
    box-shadow: none;
}
.p-hpcCarousel .p-hpcLinkBox .p-NW {
	margin-right: 12px;
}
.p-hpcCarousel .p-hpcLinkBox_m .title {
	font-size:1.8rem;
}
@media screen and (max-width: 480px) {
	.p-hpcCarousel .p-hpcColContent.p-hpcLinkBox li {
	    width: 100% !important;
	    margin-bottom:16px;
    }
}

