@charset "UTF-8";
/*---------- 共通 ----------*/
.pc {
	display: none !important;
}
a:active {
	color: #2c69ff;
}
main a:focus img,
main a:hover img,
main button:focus img,
main button:hover img {
	opacity: 1;
}
#top-kv a:focus img,
#top-kv a:hover img,
#top-kv button:focus img,
#top-kv button:hover img {
	opacity: 1;
}
main {
	overflow-x: hidden;
}
.site-main {
	margin: 0;
}
.site-footer-02 {
    margin: 0;
}
.noff-container > .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.noff-column {
	margin-left: -20px;
	margin-right: -20px;
}
.noff-column .content {
	padding: 24px 20px 0;
}

/*---------- パンくず ----------*/
.breadcrumbs {
	box-sizing: border-box;
	max-width: 1220px;
	margin: 0 auto;
	padding: 4px 10px 12px;
	font-size: 1.2rem;
	line-height: 1.625;
}
.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs li {
	position: relative;
	margin-right: 33px;
	margin: 8px 33px 0 0;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs li::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -20px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color:transparent transparent transparent #333
}
.breadcrumbs li::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -18px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color:transparent transparent transparent #fff
}
.breadcrumbs li:last-child::before,
.breadcrumbs li:last-child::after {
	display: none;
}
.breadcrumbs a,
.breadcrumbs strong {
	color: #000;
}
.breadcrumbs a {
	border-bottom: 1px solid #adadad;
}
.breadcrumbs a:hover {
	border-bottom-color: transparent;
}

/*---------- ナビゲーション ----------*/
.inner-nav {
	box-sizing: border-box;
	position: relative;
	width: 100vw;
	margin: 15px 10px 15px 0;
	padding: 0 12px 16px 20px;
	border-bottom: 1px solid #dcdcdc;
	overflow: auto;
}
.inner-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.inner-nav li {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 40px;
	margin: 0 8px 0 0;
}
.inner-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding-right: 28px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #2c69ff;
}
.inner-nav a:active {
	text-decoration: underline;
}
.inner-nav a span + span {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 9px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	transition: all 300ms ease-out;
}
.inner-nav a span img {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
}

/*---------- メインビジュアル ----------*/
#noff-visual {
	position: relative;
	overflow: hidden;
	height: 400px;
}
#noff-visual .inner {
	position: relative;
	z-index: 10;
	padding: 90px 40px 40px;
}
#noff-visual h1 {
	width: 250px;
}
#noff-visual h1 img {
	width: 100%;
	height: auto;
}
#noff-visual .text {
	margin: 80px 0 0;
}
#noff-visual .text p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.02em;
}
#noff-visual .link a {
    display: inline-flex;
    width: auto;
    white-space: nowrap;
}
#noff-visual .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#noff-visual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------- 見出し部分共通 ----------*/
.noff-column .h2scroll {
	padding: 24px 20px 0;
}
.noff-column .h2scroll h2,
.noff-column .h2default h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.noff-column .h2default p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
}
.noff-column .lead {
	position: relative;
	margin: 40px 0 0;
}
.noff-column .lead h3 {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.noff-column .lead p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.noff-column div + .lead {
	margin-top: 20px;
	color: #000;
}

/*---------- NEC Orchestrating Future Fund (NOFF)とは ----------*/
#noff-about{
	margin-top: 0;
	padding: 30px 0 0;
}
#noff-about .lead p{
	color: #000;
}
#noff-about .lead p:first-child{
	margin-bottom: 1em;
}
#noff-about .lead p.note{
	font-size: 1.1rem;
	color: #000;
}
#noff-about .note a{
	color: #000;
	text-decoration: underline;
}
#noff-about > .noff-container {
	padding: 0 0 60px;
}

/* リンク */
.noff-link a{
	display: inline-block;
	font-size: 1.0rem;
	padding-right: 20px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_site.svg);
	text-decoration: none;
}
.noff-link a:active{
	text-decoration: underline;
}

/* infographic */
#noff-about .infographic {
	margin-top: 20px;
}
#noff-about .infographic img{
	width: 100%;
}

/* NOFF概要 */
#noff-about .overview{
	margin-top: 30px;
}
#noff-about .overview h3{
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin-bottom: 2em;
}
#noff-about .overview dl{
	margin-bottom: 3em;
}
#noff-about .overview dl dt,
#noff-about .overview dl dd{
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#noff-about .overview dl dd{
	margin-bottom: 1em;
}
#noff-about .overview p.note{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}
#noff-about .external-link a{
	display: inline-block;
	padding-left: 22px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #000;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_external_black.svg);
	text-decoration: none;
}
#noff-about .external-link a:active{
	text-decoration: underline;
}

/*---------- これまでの実績 ----------*/
#noff-achievements > .noff-container {
	padding: 0 0 30px;
}

#noff-achievements > .noff-container h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 60px;
	color: #535A6E;
}
.noff-achievements-container{
	background-color: #efefef;
	padding: 40px 0;
}
.noff-achievements-list .noff-achievements-list-inner {
	padding: 0 20px 60px;
}
.noff-achievements-list .noff-achievements-list-inner:last-child {
	padding: 0 20px 0;
}
.noff-achievements-list .noff-achievements-list-inner dl dt {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 0.15em;
}
.noff-achievements-list .noff-achievements-list-inner dl dd {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0;
}
.noff-achievements-list .noff-achievements-list-inner div.img {
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.noff-achievements-list .noff-achievements-list-inner div.img img{
	width: 100%;
}
.noff-achievements-list .noff-achievements-list-inner p {
	font-size: 2.0rem;
	text-align: center;
}
.noff-achievements-list .noff-achievements-list-inner p + p {
	color: #535A6E;
}
.noff-achievements-list p span {
	font-size: 4.0rem;
	font-weight: 300;
	color: #535A6E;
}

/*---------- 最新情報 ----------*/
#noff-topics {
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#noff-topics .header .inner {
	display: flex;
	justify-content: space-between;
}
#noff-topics .header a {
	display: inline-flex;
	width: auto;
	height: 34px;
	min-height: 34px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1rem;
	font-weight: 700;
}
#noff-topics .slide {
	margin: 40px 0 0;
}
#noff-topics .scroll-slide .slide-item .image {
	border: 2px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
}

/*---------- Scroll Slide ----------*/
#noff-topics .scroll-slide {
	box-sizing: border-box;
	position: relative;
}
#noff-topics .scroll-slide .slide-item {
	position: relative;
	display: flex;
	width: 75vw;
	padding-bottom: 30px;
}
#noff-topics .scroll-slide .slide-item .more {
	margin-top: 1em;
	padding: 0;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
}
#noff-topics .scroll-slide .slide-item .more.site {
	padding-right: 22px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_site.svg);
}
#noff-topics .scroll-slide .slide-item .more.external {
	padding-right: 22px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_external.svg);
}
#noff-topics .scroll-slide .slide-item a:active .more{
	text-decoration: underline;
}
#noff-topics .scroll-slide .slide-item > a {
	display: block;
	width: 75vw;
	padding: 0;
}
#noff-topics .scroll-slide .slide-item .image {
	border-radius: 15px;
	overflow: hidden;
	will-change: opacity;
}
#noff-topics .scroll-slide .slide-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 408 / 230;
	object-fit: cover;
	transition: transform 400ms ease-out;
}
#noff-topics .scroll-slide .slide-item dl {
	margin: 16px 0 0;
}
#noff-topics .scroll-slide .slide-item dt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#noff-topics .scroll-slide .slide-item dt,
#noff-topics .scroll-slide .slide-item dt .date {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
#noff-topics .scroll-slide .slide-item dt .site {
	display: inline-block;
	padding-right: 26px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../img/icon_site.svg);
}
#noff-topics .scroll-slide .slide-item dt .site.external {
	background-image: url(../img/icon_external.svg);
}
#noff-topics .scroll-slide .slide-item dt {
	margin: 8px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #7D869A; 
}
#noff-topics .scroll-slide .slide-item dd {
	margin: 10px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #7D869A
}
#noff-topics .scroll-slide .slide-item p {
	margin: 16px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#noff-topics .scroll-slide .slide-item a:active dt {
	text-decoration: underline;
	color: #0000C8;
}
#noff-topics .scroll-slide .slide-item a:active p {
	text-decoration: underline;
}
#noff-topics .scroll-slide .slide-item a:active dd + dd {
	color: #4a4a4a;
}
#noff-topics .scroll-slide .slide-item a:active .image img {
	transform: scale(1.03);
}
#noff-topics .scroll-slide .controller {
	position: relative;
	margin: 24px 0 0;
	height: 32px;
}
#noff-topics .scroll-slide .scrollbar {
	position: absolute;
	width: 190px;
	height: 24px;
	top: 4px;
	left: 0;
}
#noff-topics .scroll-slide .scrollbar::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #c4c4c4;
}
#noff-topics .scroll-slide .swiper-scrollbar-drag {
	z-index: 10;
	background: none;
	border-radius: 0;
}
#noff-topics .scroll-slide .swiper-scrollbar-drag::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	left: 0;
	top: calc(50% - 5px);
	z-index: 10;
	background: #2c69ff;
	border-radius: 5px;
}
#noff-topics .scroll-slide .button-prev,
#noff-topics .scroll-slide .button-next {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	cursor: pointer;
	transition: all 400ms ease-out;
}
#noff-topics .scroll-slide .button-prev {
	right: 40px;
}
#noff-topics .scroll-slide .button-next {
	right: 4px;
}
#noff-topics .scroll-slide .button-prev button,
#noff-topics .scroll-slide .button-next button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#noff-topics .scroll-slide .button-prev button img,
#noff-topics .scroll-slide .button-next button img {
	width: 24px;
	height: auto;
}
#noff-topics .scroll-slide .button-prev:active,
#noff-topics .scroll-slide .button-next:active {
	opacity: 0.6;
}
#noff-topics .scroll-slide.single .controller {
	display: none;
}

/*---------- 共同出資企業 ----------*/
#noff-joint{
	padding: 50px 0 30px;
}
#noff-joint .h2default span{
	font-size: 1.6rem;
}
#noff-joint .title-c2{
	margin-bottom: 40px;
}
.noff-joint-list dd ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.noff-joint-list dd ul li img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.noff-joint-list dl {
	text-align: center;
	margin-bottom: 50px;
}
.noff-joint-list dl dt {
	font-size: 2.4rem;
	color: #7D869A;
	margin-bottom: 1.75em;
}
.noff-joint-list dl dd {
	margin: 0 auto;
}
.noff-joint-list dl dd{
	margin-bottom: 0;
}
.noff-joint-list dl dd ul,
.noff-joint-list .academic dd ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.noff-joint-list dl dd ul li{
	width: auto;
}
.noff-joint-list dl dd ul li img{
	width: 85%;
}
.noff-joint-list dl dd ul li:nth-child(-n+3){
	margin-bottom: 40px;
}
.noff-joint-list dl dd ul li:nth-child(1){
	width: 40%;
	text-align: left;
}
.noff-joint-list dl dd ul li:nth-child(2){
	width: 22%;
}
.noff-joint-list dl dd ul li:nth-child(3){
	width: 38%;
	text-align: right;
}
.noff-joint-list dl dd ul li:nth-child(4){
	width: 50%;
}
.noff-joint-list dl dd ul li:nth-child(5){
	width: 50%;
}

/*---------- ポートフォリオ ----------*/
#noff-portfolio {
	padding-top: 50px;
	background-color: #EBEBEB;
	padding-bottom: 80px;
}
.noff-portfolio-list {
	margin: 30px 0 0;
}
.noff-portfolio-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.noff-portfolio-list > ul > li {
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 2px solid #d9d9d9;
	background-color: #fff;
	margin-bottom: 20px;
}
.noff-portfolio-list > ul > li a{
	padding-left: 0;
}
.noff-portfolio-list li .image {
	box-sizing: border-box;
	aspect-ratio: 438 / 300;
	overflow: hidden;
	will-change: transform;
	padding: 0 30px;
}
.noff-portfolio-list .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 400ms ease-out;
	will-change: transform;
}
.noff-portfolio-list a:hover .image img {
	transform: scale(1.03);
}
.noff-portfolio-list li .text {
	color: #000;
	font-size: 1.4rem;
	padding: 0 20px 1em;
}
.noff-portfolio-list li .link {
	color: #000;
	font-size: 1.4rem;
	padding: 0 20px 20px;
}
.noff-portfolio-list li .link a.site.external {
	padding-left: 1.5em;
	background-position: 0 40%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_external_black.svg);
	position: relative;
	padding-right: 0.5em;
}
.noff-portfolio-list li .link a.site {
	position: relative;
	padding-right: 0.75em;
}
.noff-portfolio-list li .link .site::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
}

/*---------- お問い合わせ ----------*/
#noff-contact {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 80px 10px;
	text-align: center;
	overflow: hidden;
}
#noff-contact .inner {
	position: relative;
	z-index: 1;
}
#noff-contact .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
#noff-contact .bg img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#noff-contact h2{
	padding: 0 20px;
}
#noff-contact h2 img{
	width: 100%;
}
#noff-contact p.read {
	margin: 0.5em auto 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
#noff-contact p.text {
	margin: 20px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #000;
}
#noff-contact .button {
	margin: 40px auto 0;
	text-align: center;
}
#noff-contact .button span {
	display: block;
	width: 280px;
	margin: 0 auto;
}
#noff-contact .button span + span {
	margin-top: 34px;
}
#noff-contact .button span > a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
	min-height: 48px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #fff;
	background: #535A6E;
	border-radius: 33px;
	transition: all 400ms ease-out;
	padding-left: 0;
}
#noff-contact .button span > a:active {
	background: #fff;
}
#noff-contact .button strong {
	display: block;
	margin: 24px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
#noff-contact .button strong a {
	color: #fff;
	text-decoration: underline;
}
#noff-contact .button strong a:active {
	text-decoration: none;
}
#noff-contact h2 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
#noff-contact p {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 300ms;
}
#noff-contact.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
#noff-contact.pass p {
	opacity: 1;
	transform: translateY(0px);
}
#noff-contact .button span {
	opacity: 0;
	filter: blur(20px);
	transition: all 800ms ease-out;
}
#noff-contact .button strong {
	opacity: 0;
	transition: all 500ms ease-out 1600ms;
}
#noff-contact.pass .button span:nth-child(1) {
	transition-delay: 800ms;
}
#noff-contact.pass .button span:nth-child(2) {
	transition-delay: 1200ms;
}
#noff-contact.pass .button span {
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0px);
}
#noff-contact.pass .button strong {
	opacity: 1;
}

/*---------- 関連情報 ----------*/
.noff-corporate-related {
	padding: 64px 20px;
	background: #D9DFE9;
}
.noff-corporate-related > .inner + .inner {
	margin-top: 64px;
}
.noff-corporate-related .related-title,
.noff-corporate-related h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.noff-corporate-related ul {
	margin: 40px 0 0;
}
.noff-corporate-related li + li {
	margin-top: 16px;
}
.noff-corporate-related li a {
	display: flex;
	align-items: center;
	height: 100px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	will-change: transform;
}
.noff-corporate-related li .image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	will-change: transform;
}
.noff-corporate-related li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.noff-corporate-related li span {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: calc(100% - 100px);
	padding: 0 32px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	text-decoration: underline;
}
.noff-corporate-related li span::after {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	right: 15px;
	top: calc(50% - 16px);
	background: url(../img/arrow_nav.svg) 0 0 no-repeat;
	background-size: 32px 32px;
}
.noff-corporate-related li a:active span {
	text-decoration: underline;
}