@charset "UTF-8";

/* localnavi
----------------------------------------------- */
.js-b-fixedmenu {
	margin-top: 0;
}

.b-nav {
    margin: 0;
    width: 100%;
    background-color: #dad9d6;
}

@keyframes slideDown {
    0% {
        top: -64px;
    }
    100% {
        top: 0;
    }
}

.b-nav.is-fixed  {
    position: fixed;
    left: 0;
    z-index: 201;
    margin-top: 0;
    animation-name: slideDown;
    animation-duration: .3s;
    animation-timing-function: liner;
    animation-fill-mode: forwards;
}

.b-nav.is-fixed::before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(0,0,0,.16),transparent);
    pointer-events: none;
    content: "";
} 

.b-nav-btn {
    display: none;
}

.b-nav-body {
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
    max-width: 1280px;
    transition: top .2s;
}

.b-nav-menu {
    display: table;
    width: 100%;
}

.b-nav-menu-item {
    display: table-cell;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}
[data-browser="IE11"] .b-nav-menu-item {
    vertical-align: top;
}
.b-nav-menu-item::before,
.b-nav-menu-item::after {
    display: block;
    position: absolute;
    background-color: #b1b1ac;
    top: 50%;
    width: 1px;
    height: 32px !important;
    content: "";
}
.b-nav-menu-item::before {
    left: 0;
    margin-top: -16px;
}
.b-nav-menu-item::after {
    right: -1px;
    margin-top: -16px;
}

.b-nav-menu-link {
    display: block;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    padding: 21px 34px;
    text-decoration: none;
}

.b-nav-menu-link:hover {
    color: #a30b1a;
}

.is-current .b-nav-menu-link {
    color: #a30b1a;
    font-weight: bold;
}

.js-b-togglemenu + .lf-hero-a,
.lf-hero-a + .js-b-togglemenu .b-nav {
    margin-top: 0 !important;
}

@media only screen and (min-width:1001px) {
	.pagelink .b-nav-menu-link {
		display: inline-block;
		position: relative;
	}

	.pagelink .b-nav-menu-link::after {
		background-position: -106px -21px;
		width: 12px;
		height: 12px;
		display: block;
		position: absolute;
		content: "";
		left: 0.5em;
		top: 1.6em;
		background-image: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png);
	}
}

@media only screen and (max-width:1000px) {
    .js-b-togglemenu + [class*="hero-area"],
    .js-b-togglemenu + [class*="lyt-visual-item-"],
    .js-b-togglemenu + [class*="lyt-slider-b-wrapper"] {
        margin-top: 20px;
    }
    .js-b-togglemenu + .lf-hero-a,
    .lf-hero-a + .js-b-togglemenu .b-nav,
    .hero-area-c + .js-b-togglemenu .b-nav {
        margin-top: 20px !important;
    }
    .b-nav {
        display: none;
        position: relative;
        padding-right: 16px;
        background-color: transparent;
        text-align: right;
    }
    [data-script-enabled=true] .b-nav {
        display: block;
    }

    .b-nav-btn {
        display: inline-block;
    }

    .b-nav-toggle-switch {
        display: inline-block;
        position: relative;
        padding: 8px 46px 8px 22px;
        background-color: #f6cfd3;
        border: 1px solid #a30b1a;
        background: #fff;
        color: #a30b1a;
        white-space: nowrap;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: background .2s;
        box-shadow: 0 1px 2px rgba(0,0,0,.18);
        cursor: pointer;
    }

    .b-nav-toggle-switch:hover {
        background-color: #f6cfd3;
    }

    .b-nav-toggle-switch::before,
    .b-nav-toggle-switch::after {
        display: block;
        position: absolute;
        top: 50%;
    }
    .b-nav-toggle-switch::before {
        right: 12px;
        margin-top: -7px;
        width: 20px;
        height: 14px;
        background: linear-gradient(#ac2330,#ac2330 2px,transparent 2px,transparent 6px,#ac2330 6px,#ac2330 8px,transparent 8px,transparent 12px,#ac2330 12px);
        content: "";
    }

    .is-open .b-nav-toggle-switch::before,
    .is-open .b-nav-toggle-switch::after {
        right: 20px;
        margin-top: -11px;
        width: 2px;
        height: 23px;
        background: #ac2330;
    }
    .is-open .b-nav-toggle-switch::before {
        transform: rotate(-45deg);        
    }
    .is-open .b-nav-toggle-switch::after {
        transform: rotate(45deg);
        content: "";
    }

    .b-nav-toggle-txt {
        display: none;
    }

    .b-nav-body {
        display: block;
        position: absolute;
        top: 56px;
        right: 16px;
        padding-right: 0;
        padding-left: 0;
        width: 340px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s;
        z-index: 9999;
        text-align: left;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }
 
    .b-nav-menu {
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

    .b-nav-menu-item {
        display: block;
    }

    .b-nav-menu-link {
        display: block;
        position: relative;
        padding: 11px 32px 11px 16px;
        border-bottom: 1px solid #c6c6c0;
        background: rgba(238,238,238,.96);
        text-decoration: none;
        text-align: left;
    }

    .b-nav-menu-link::before {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 2px solid #a30b1a;
        border-right: 2px solid #a30b1a;
        transition: transform .2s;
        transform: rotate(45deg);      
        content: "";
    }

    .pagelink .b-nav-menu-link::before {
        border-top: none;
        border-bottom: 2px solid #a30b1a;
        border-right: 2px solid #a30b1a;
    }
}

@media only screen and (max-width:767px) {
    .b-nav {
        padding-left: 16px;
    }

    .b-nav-btn {
        display: block;
    }

    .b-nav-toggle-switch {
        display: block;
        width: 100%;
        padding: 11px 46px;
    }

    .b-nav-body {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .b-nav-menu {
        margin-top: 16px;
    }
}

.hdg-a-wrapper + .js-b-fixedmenu .b-nav,
.section + .js-b-fixedmenu .b-nav{
    margin:0;
}
@media only screen and (min-width:768px) {
    .section.diff-margin-b + .js-b-fixedmenu .b-nav:not(.is-fixed){
        margin-top: 10px;
    }
}

.fg-nav.b-nav .b-nav-menu{
	table-layout: fixed;
}

/* casestudies mainvisual
----------------------------------------------- */
.hero-area-c {
	background:#f4f1e8;
}

.hero-area-c .lyt-btn-b {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.hero-area-c .main-txt,
	.hero-area-c .sub-txt {
		text-shadow:
			rgba(244, 241, 232, 0.1) 2px 0px 7px,
			rgba(244, 241, 232, 0.1) -2px 0px 7px,
			rgba(244, 241, 232, 0.1) 0px -2px 7px,
			rgba(244, 241, 232, 0.1) -2px 0px 7px,
			rgba(244, 241, 232, 0.1) 2px 2px 7px,
			rgba(244, 241, 232, 0.1) -2px 2px 7px,
			rgba(244, 241, 232, 0.1) 2px -2px 7px,
			rgba(244, 241, 232, 0.1) -2px -2px 7px,
			rgba(244, 241, 232, 0.1) 1px 2px 7px,
			rgba(244, 241, 232, 0.1) -1px 2px 7px,
			rgba(244, 241, 232, 0.1) 1px -2px 7px,
			rgba(244, 241, 232, 0.1) -1px -2px 7px,
			rgba(244, 241, 232, 0.1) 2px 1px 7px,
			rgba(244, 241, 232, 0.1) -2px 1px 7px,
			rgba(244, 241, 232, 0.1) 2px -1px 7px,
			rgba(244, 241, 232, 0.1) -2px -1px 7px,
			rgba(244, 241, 232, 0.1) 1px 1px 7px,
			rgba(244, 241, 232, 0.1) -1px 1px 7px,
			rgba(244, 241, 232, 0.1) 1px -1px 7px,
			rgba(244, 241, 232, 0.1) -1px -1px 7px;
	}
}

@media screen and (max-width: 767px) {
	.hero-area-c .visual {
		left: -30px;
	}
}

/* fg-lyt-b
----------------------------------------------- */
.fg-lyt-b {
	background: linear-gradient(90deg, #e9ebf4 0%, #e9ebf4 50%, #f9f4f9 50%, #f9f4f9 100%);
}
.fg-lyt-b .fg-lyt-b-hdg {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fg-lyt-b .fg-hdg {
	padding: 10px 3.5%;
	background: #626984;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fg-lyt-b-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.fg-lyt-b-content > div {
	width: 50%;
	text-align: center;
	color: #626984;
	position: relative;
}
.fg-lyt-b-content > div:first-child::before {
	content: "";
	display: block;
	position: absolute;
	right: -22px;
	top: 50%;
	width: 44px;
	height: 14px;
	background: #626984;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.fg-lyt-b-content > div:first-child::after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 50%;
	width: 14px;
	height: 44px;
	background: #626984;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.fg-lyt-b-content dt {
	font-weight: bold;
	font-size: 1.8rem;
}
.fg-lyt-b-content dt span::after {
	content: "";
	display: block;
	width: 40%;
	height: 2px;
	margin: 8px auto;
	background: #626984;
}
.fg-lyt-b-content dd {
	margin-top: 38px;
}
.fg-lyt-b-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fg-lyt-b-list > li {
	width: 26%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
	font-weight: bold;
}
.fg-lyt-b-list > li img {
	display: block;
	margin: 0 auto 10px;
}
.fg-lyt-b-txt {
	margin:40px auto 0;
	width: 70%;
	text-align: left;
}
@media only screen and (max-width:767px) {
	.fg-lyt-b {
		background: #e9ebf4;
	}
	.fg-lyt-b .section-inner {
		padding-bottom: 0;
	}
	.fg-lyt-b .fg-hdg {
		margin-bottom: -30px;
		font-size: 2rem;
	}
	.fg-lyt-b-content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.fg-lyt-b-content > div {
		width: auto;
		margin-left: -16px;
		margin-right: -16px;
	}
	.fg-lyt-b-content > div:first-child {
		padding: 25px 0 50px;
	}
	.fg-lyt-b-content > div:first-child::before {
		top: 100%;
		right: 50%;
		-webkit-transform: translateX(50%) translateY(-7px);
		transform: translateX(50%) translateY(-7px);
	}
	.fg-lyt-b-content > div:first-child::after {
		top: 100%;
		right: 50%;
		-webkit-transform: translateX(50%) translateY(-50%);
		transform: translateX(50%) translateY(-50%);
	}
	.fg-lyt-b-content > div:nth-child(2n) {
		padding: 50px 0 25px;
		background: #f9f4f9;
	}
	.fg-lyt-b-content dd {
		margin-top: 20px;
	}
	.fg-lyt-b-list > li {
		width: 32%;
		font-size: 1.3rem;
	}
	.fg-lyt-b-list > li br {
		display: none;
	}
	.fg-lyt-b-txt {
		margin:20px auto 0;
		width: 90%;
	}
}

/* button arrow bottom
----------------------------------------------- */
.btn-a.b-btn-link-down::before,
.btn-b.b-btn-link-down::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -6px;
}

/* press release
----------------------------------------------- */
.fg-news-a.list-news-a .news-content .date {
	width: 9em;
}
.fg-news-a.list-news-a .fg-news-items {
	border-bottom: 1px solid #c6c6c0;
}

/* scene
----------------------------------------------- */
.section.scene .lyt-col-feature-a:last-of-type {
    justify-content: center;
}
.section.scene .lyt-col-feature-a:last-of-type>.col .movie .visual {
    height: inherit;
}

/* sub-featurestory
----------------------------------------------- */
.sub-featurestory .moreinfo p {
	margin-top: 20px;
}

/* youtube
----------------------------------------------- */
.section .youtube {
	margin: 0 !important;
	width: 100%;
	max-width: 800px;
}
.section .youtube > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.section .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* contact
----------------------------------------------- */
#cta-contact {
	background-color: #b70a0e;
	text-align: center; 
}

#cta-contact + p {
	display: none;
}

#cta-contact .section-inner {
	padding-top: 70px;
	padding-bottom: 70px;
}

#cta-contact .icon img {
	width: 60px;
	margin-bottom: 10px;
}

#cta-contact h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 20px;
	line-height: 1.4em;
	padding: 0 3rem;
}
#cta-contact a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#cta-contact h2 {
		font-size: 1.2em;
	}
}

/* bottom
----------------------------------------------- */
.b-mb-0 { margin-bottom:0px !important; }
.b-mb-5 { margin-bottom:5px !important; }
.b-mb-10 { margin-bottom:10px !important; }
.b-mb-15 { margin-bottom:15px !important; }
.b-mb-20 { margin-bottom:20px !important; }
.b-mb-25 { margin-bottom:25px !important; }
.b-mb-30 { margin-bottom:30px !important; }
.b-mb-35 { margin-bottom:35px !important; }
.b-mb-40 { margin-bottom:40px !important; }
.b-mb-45 { margin-bottom:45px !important; }
.b-mb-50 { margin-bottom:50px !important; }
.b-mb-55 { margin-bottom:55px !important; }
.b-mb-60 { margin-bottom:60px !important; }
.b-mb-65 { margin-bottom:65px !important; }
.b-mb-70 { margin-bottom:70px !important; }
.b-mb-75 { margin-bottom:75px !important; }
.b-mb-80 { margin-bottom:80px !important; }

/* top
----------------------------------------------- */
.b-mt-0 { margin-top:0px !important; }
.b-mt-5 { margin-top:5px !important; }
.b-mt-10 { margin-top:10px !important; }
.b-mt-15 { margin-top:15px !important; }
.b-mt-20 { margin-top:20px !important; }
.b-mt-25 { margin-top:25px !important; }
.b-mt-30 { margin-top:30px !important; }
.b-mt-35 { margin-top:35px !important; }
.b-mt-40 { margin-top:40px !important; }
.b-mt-45 { margin-top:45px !important; }
.b-mt-50 { margin-top:50px !important; }
.b-mt-55 { margin-top:55px !important; }
.b-mt-60 { margin-top:60px !important; }
.b-mt-65 { margin-top:65px !important; }
.b-mt-70 { margin-top:70px !important; }
.b-mt-75 { margin-top:75px !important; }
.b-mt-80 { margin-top:80px !important; }
.b-pt-0 { padding-top:0px !important; }

/* text
----------------------------------------------- */
.b-txt-black { color: #000 !important; }