@charset "UTF-8";
/*---------- 共通設定 ----------*/
:root {
	--side-padding-max: calc((100vw - 1288px) / 2);
}
body.index [class^=str-outer] {
	z-index: 100;
}
.sp {
	display: none !important;
}
a:hover {
	color: #2c69ff;
}
a:hover img {
	opacity: 0.7;
}
main {
	padding: 8px 0 0;
	overflow-x: hidden;
}
.site-main {
	margin: 0;
}
.site-footer-02 {
    margin: 0;
}
#noff-wrapper {
	padding-top: 24px;
}
.noff-container {
	margin: 0 80px;
	padding: 0;
}
.noff-container > .inner {
	box-sizing: border-box;
	position: relative;
	max-width: calc(1288px + (40px * 2));
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (min-width:1696px) {
	.noff-container {
		width: calc(1288px + (124px * 2));
		margin-left: auto;
		margin-right: auto;
	}
	.noff-container > .inner {
		max-width: calc(1288px + (124px * 2));
		padding-left: 124px;
		padding-right: 124px;
	}
}
@media screen and (max-width:1279px) {
	.noff-container {
		margin-left: 0;
		margin-right: 0;
	}
	.noff-container > .inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.noff-column .content {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*---------- パンくず ----------*/
.breadcrumbs {
	box-sizing: border-box;
	max-width: 1220px;
	margin: 0 auto;
	padding: 12px 10px;
	font-size: 1.2rem;
	line-height: 1.625;
}
.breadcrumbs ul {
	display: flex;
}
.breadcrumbs li {
	position: relative;
	margin-right: 33px;
}
.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;
}

/*---------- ナビゲーション ----------*/
body.fix-inner-nav #noff-wrapper {
	padding-top: 60px;
}
.inner-nav {
	height: 32px;
	margin: 0;
}
.inner-nav ul {
	display: flex;
	justify-content: center;
}
.inner-nav li + li {
	margin-left: 64px;
}
.inner-nav li {
	position: relative;
	min-height: 32px;
}
.inner-nav a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 32px;
	padding-right: 38px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #2c69ff;
}
.inner-nav a:hover {
	text-decoration: underline;
}
.inner-nav li::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -24px;
	background: #2c69ff;
	opacity: 0;
	transition: opacity 300ms ease-out;
}
.inner-nav a span + span {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	right: 0;
	top: calc(50% - 14px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	transition: all 300ms ease-out;
}
.inner-nav a span img {
	width: 100%;
	height: auto;
}
body.fix-inner-nav .inner-nav {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 103px;
	z-index: 50;
	padding-top: 24px;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
body.fix-inner-nav .inner.has-nav {
	padding-top: calc(48px + 32px + 144px);
}
@media screen and (max-width:1024px) {
	body.fix-inner-nav .inner-nav {
		top: 40px;
	}
}
@media screen and (max-width:1279px) {
	.inner-nav li + li {
		margin-left: 24px;
	}
}
@media screen and (max-width:1024px) {
	.inner-nav ul {
		margin-left: 24px;
		margin-right: 24px;
	}
	.inner-nav li + li {
		margin-left: 24px;
	}
	
	.inner-nav li::before {
		bottom: -16px;
	}
	
	.inner-nav a {
		min-height: 40px;
		padding-right: 35px;
		font-size: 1.2rem;
	}
	.inner-nav a::before,
	.inner-nav a::after {
		width: 24px;
		height: 24px;
		top: calc(50% - 9px);
		background-size: 18px 18px;
	}
}

/*---------- メインビジュアル ----------*/
#noff-visual {
	position: relative;
	overflow: hidden;
}
#noff-visual .inner {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	position: relative;
	max-width: calc(1288px + (40px * 2));
	margin: 0 auto;
	padding: 0 20px;
}
#noff-visual .inner .extra {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 600px;
	margin: 0 auto;
	padding: 40px 40px;
}
#noff-visual h1 img {
	width: 550px;
	height: auto;
}
#noff-visual .text {
	margin: 70px 0 45px;
}
#noff-visual .text p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#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;
	object-position: 80% 80%;
}

/*---------- 見出し部分共通 ----------*/
.noff-column .h2scroll {
	padding-left: 40px;
	padding-right: 40px;
}
.noff-column .h2scroll h2,
.noff-column .h2default h2 {
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.noff-column .lead {
	position: relative;
	margin: 16px 0 0;
	padding: 10px 0 0;
}
.noff-column .lead h3 {
	font-size: 3.0rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.noff-column .lead p {
	max-width: 930px;
	margin: 4px 0 0;
	font-size: 2.0rem;
	line-height: 1.6;
	color: #000;
}

/*---------- NEC Orchestrating Future Fund (NOFF)とは ----------*/
#noff-about{
	margin-top: 90px;
	padding: 50px 0 0;
}
@media screen and (max-width:1024px) {
	#noff-about{
		margin-top: 40px;
		padding: 100px 0 0;
	}
}
#noff-about .lead p{
	font-size: 2.4rem;
	color: #000;
}
#noff-about .lead p:first-child{
	margin-bottom: 0.5em;
}
#noff-about .lead p.note{
	font-size: 1.8rem;
	color: #000;
}
#noff-about .note a{
	color: #000;
	text-decoration: underline;
}
#noff-about > .noff-container {
	padding: 0 0 140px;
}

/* リンク */
.noff-link a{
	display: inline-block;
	font-size: 1.4rem;
	padding-right: 26px;
	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);
	text-decoration: none;
}
.noff-link a:hover{
	text-decoration: underline;
}

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

/* NOFF概要 */
#noff-about .overview{
	margin-top: 50px;
}
#noff-about .overview h3{
	color: #000;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin-bottom: 2em;
}
#noff-about .overview dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
#noff-about .overview dl dt,
#noff-about .overview dl dd{
	color: #000;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#noff-about .overview dl dt{
	width: 6em;
}
#noff-about .overview dl dd{
	width: calc(100% - 6em);
}
#noff-about .overview p.note{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
}
#noff-about .external-link a{
	display: inline-block;
	padding-left: 34px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #000;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-image: url(../img/icon_external_black.svg);
	text-decoration: none;
}
#noff-about .external-link a:hover{
	text-decoration: underline;
}

/*---------- これまでの実績 ----------*/
#noff-achievements > .noff-container {
	padding: 0;
}
#noff-achievements > .noff-container h2 {
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
#noff-achievements > .noff-container h2 .pc-none {
	display: none;
}
.noff-achievements-container{
	background-color: #EDECEF;
	padding: 135px 0 180px;
}
.noff-achievements-container h2{
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 110px;
	color: #535A6E;
}
.noff-achievements-list {
	display: flex;
	justify-content: center;
}
.noff-achievements-list .noff-achievements-list-inner {
	width: 40%;
	color: #535A6E;
}
.noff-achievements-list .noff-achievements-list-inner dl dt {
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 0.25em;
	
}
.noff-achievements-list .noff-achievements-list-inner dl dd {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 0;
}
.noff-achievements-list .noff-achievements-list-inner div.img {
	text-align: center;
	max-width: 300px;
	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: 3.2rem;
	text-align: center;
	white-space: nowrap;
	line-height: 1.4;
}
.noff-achievements-list .noff-achievements-list-inner p + p {
	color: #535A6E;
}
.noff-achievements-list p span {
	font-size: 7.2rem;
	font-weight: 300;
	color: #535A6E;
}
@media screen and (max-width:1200px) {
	.noff-achievements-list .noff-achievements-list-inner dl dt {
		font-size: 3.0rem;
	}
}

/*---------- 最新情報 ----------*/
#noff-topics {
	margin: 90px 0 10px;
	padding-top: 52px;
}
@media screen and (max-width:1024px) {
	#noff-topics {
		margin: 40px 0 10px;
		padding-top: 102px;
	}
}
#noff-topics .header {
	margin: 0 80px;
}
#noff-topics .header > .inner {
	box-sizing: border-box;
	position: relative;
	max-width: calc(1288px + (40px * 2));
	margin: 0 auto;
}
#noff-topics .header .inner {
	display: flex;
	justify-content: space-between;
}
#noff-topics .header a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}
#noff-topics .slide {
	margin-top: 56px;
}
#noff-topics .scroll-slide .slide-item .category span {
	text-align: left;
}
#noff-topics .scroll-slide .slide-item .image {
	border: 2px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
}
@media screen and (min-width:1696px) {
	#noff-topics {
		width: 100%;
	}
	#noff-topics .header {
		width: calc(1288px + (124px * 2));
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:1279px) {
	#noff-topics .header {
		margin-left: 0;
		margin-right: 0;
	}
}

/*---------- Scroll Slide ----------*/
#noff-topics .scroll-slide {
	box-sizing: border-box;
	position: relative;
	max-width: calc(1288px + (40px * 2));
	margin: 56px auto 0;
	padding: 0 40px;
}
#noff-topics .scroll-slide .slide-item {
	position: relative;
	display: flex;
	width: 408px;
	padding-bottom: 30px;
}
#noff-topics .scroll-slide .slide-item .more {
	margin-top: 1em;
	padding: 0;
	display: inline-block;
	font-size: 1.4rem;
	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: 26px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../img/icon_site.svg);
}
#noff-topics .scroll-slide .slide-item .more.external {
	padding-right: 26px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../img/icon_external.svg);
}
#noff-topics .scroll-slide .slide-item a:hover .more{
	text-decoration: underline;
}
#noff-topics .scroll-slide .slide-item > a {
	display: block;
	width: 408px;
	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;
}
#noff-topics .scroll-slide .slide-item dt {
	margin: 8px 0 0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E; 
}
#noff-topics .scroll-slide .slide-item dt .site {
	display: inline-block;
	padding-right: 26px;
	font-size: 1.4rem;
	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 dd {
	margin: 10px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.02em;
	color: #7D869A;
}
#noff-topics .scroll-slide .slide-item p {
	margin: 16px 0 0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#noff-topics .scroll-slide .slide-item a:hover dt {
	text-decoration: underline;
	color: #2c69ff;
}
#noff-topics .scroll-slide .slide-item a:hover p {
	text-decoration: underline;
}
#noff-topics .scroll-slide .slide-item a:hover .image img {
	transform: scale(1.03);
}
#noff-topics .scroll-slide .controller {
	position: relative;
	margin: 40px 0 0;
	height: 32px;
}
#noff-topics .scroll-slide .scrollbar {
	position: absolute;
	width: 94px;
	height: 24px;
	top: 4px;
	right: 112px;
}
#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 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 {
	right: 48px;
}
#noff-topics .scroll-slide .button-next {
	right: 4px;
}
#noff-topics .scroll-slide .button-prev:hover,
#noff-topics .scroll-slide .button-next:hover {
	opacity: 0.6;
}
#noff-topics .scroll-slide.compact .controller {
	display: none;
}
@media screen and (max-width:1535px) {
	#noff-topics .scroll-slide {
		width: calc(100vw - 240px);
		padding: 0;
	}
	#noff-topics .scroll-slide .slide-item {
		display: flex;
		width: calc((100vw - 240px - 64px) / 3);
	}
	
	#noff-topics .scroll-slide .slide-item .category span {
		width: calc((100vw - 240px - 64px) / 3);
	}
}

@media screen and (max-width:1279px) {
	#noff-topics .scroll-slide {
		width: calc(100vw - 80px);
		margin-left: 40px;
	}
	#noff-topics .scroll-slide .slide-item {
		width: calc((100vw - 80px - 48px) / 3);
	}
	#noff-topics .scroll-slide .slide-item .category span {
		width: calc((100vw - 80px - 48px) / 3);
	}
}

/*---------- 共同出資企業 ----------*/
#noff-joint{
	padding: 118px 0 50px;
}
#noff-joint .h2default span{
	font-size: 2.0rem;
}
#noff-joint .title-c2{
	margin-bottom: 100px;
}
.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: 150px;
}
.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: 70px;
}
.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;
	padding: 50px 0;
}
.noff-joint-list dl dd ul li img{
	width: 70%;
}
.noff-joint-list dl dd ul li:nth-child(1){
	width: 40%;
}
.noff-joint-list dl dd ul li:nth-child(2){
	width: 22%;
}
.noff-joint-list dl dd ul li:nth-child(3){
	width: 38%;
}
.noff-joint-list dl dd ul li:nth-child(4){
	width: 38%;
}
.noff-joint-list dl dd ul li:nth-child(5){
	width: 38%;
}

/*---------- ポートフォリオ ----------*/
#noff-portfolio {
	padding-top: 130px;
	background-color: #EBEBEB;
	padding-bottom: 260px;
}
.noff-portfolio-list {
	margin: 60px 0 0;
}
.noff-portfolio-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.noff-portfolio-list > ul > li {
	width: calc((100% - 60px) / 3);
	display: flex;
	flex-direction: column;
	border: 2px solid #d9d9d9;
	background-color: #fff;
}
.noff-portfolio-list > ul > li a{
	padding-left: 0;
}
.noff-portfolio-list > ul > li:nth-child(n + 4) {
	margin-top: 30px;
}
.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.8rem;
	padding: 0 25px 1em;
}
.noff-portfolio-list li .link {
	color: #000;
	font-size: 1.8rem;
	padding: 0 25px 25px;
}
.noff-portfolio-list li .link a.site.external {
	padding-left: 1.75em;
	background-position: 0 60%;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	background-image: url(../img/icon_external_black.svg);
	position: relative;
	padding-right: 0.75em;
}
.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: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
}
@media screen and (max-width:1024px) {
	.noff-portfolio-list > ul > li {
		width: calc((100% - 40px) / 3);
	}
	.noff-portfolio-list > ul > li:nth-child(n + 4) {
		margin-top: 20px;
	}
	.noff-portfolio-list li .image {
		padding: 0 30px;
	}
	.noff-portfolio-list li .text {
		font-size: 1.6rem;
	}
	.noff-portfolio-list li .link {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:930px) {
	/* .noff-portfolio-list > ul > li {
		width: calc((100% - 40px) / 3);
	}
	.noff-portfolio-list > ul > li:nth-child(n + 4) {
		margin-top: 20px;
	}
	.noff-portfolio-list li .image {
		padding: 0 30px;
	} */
	.noff-portfolio-list li .link a.site.external {
		padding-left: 1.5em;
		background-size: 20px 20px;
	}
	.noff-portfolio-list li .link .site::after {
		width: 8px;
		height: 8px;
	}
	.noff-portfolio-list li .text {
		font-size: 1.4rem;
		padding: 0 15px 1em;
	}
	.noff-portfolio-list li .link {
		font-size: 1.3rem;
		padding: 0 15px 15px;
	}
}


/*---------- お問い合わせ ----------*/
#noff-contact {
	position: relative;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
}
#noff-contact .inner {
	position: relative;
	padding: 52px 0;
	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: 100%;
	object-fit: cover;
}
#noff-contact p.read {
	margin: 0.5em auto 0;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
#noff-contact p.text {
	margin: 2em auto 0;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
}
#noff-contact .button {
	width: 680px;
	margin: 70px auto 0;
}
#noff-contact .button span {
	width: 320px;
}
#noff-contact .button span > a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 320px;
	min-height: 66px;
	padding-top: 1px;
	font-size: 1.8rem;
	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:hover {
	opacity: 0.6;
}
#noff-contact .button strong a:hover {
	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 600ms 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 600ms ease-out;
}
#noff-contact.pass .button span {
	transition-delay: 600ms;
}
#noff-contact.pass .button span {
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0px);
}

/*---------- 関連情報 ----------*/
.noff-corporate-related {
	padding: 144px 0;
	background: #D9DFE9;
}

.noff-corporate-related > .inner {
	margin: 0 80px;
}

.noff-corporate-related .extra {
	box-sizing: border-box;
	position: relative;
	max-width: calc(1288px + (40px * 2));
	margin: 0 auto;
	padding: 0 40px;
}

@media screen and (min-width:1696px) {
	.noff-corporate-related > .inner {
		max-width: calc(1288px + (124px * 2));
		margin-left: auto;
		margin-right: auto;
	}
	.noff-corporate-related .extra {
		max-width: calc(1288px + (124px * 2));
		padding-left: 124px;
		padding-right: 124px;
	}
}

.noff-corporate-related .inner + .inner {
	margin-top: 144px;
}

.noff-corporate-related .related-title,
.noff-corporate-related h2 {
	font-size: 4.6rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.noff-corporate-related ul {
	display: flex;
	flex-wrap: wrap;
	margin: 56px 0 0;
}
.noff-corporate-related li {
	width: calc((100% - 64px) / 3);
	margin-left: 32px;
}
.noff-corporate-related li:nth-child(3n + 1) {
	margin-left: 0;
}
.noff-corporate-related li:nth-child(n + 4) {
	margin-top: 32px;
}
.noff-corporate-related li a {
	display: flex;
	align-items: center;
	height: 144px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	will-change: transform;
	cursor: pointer;
}
.noff-corporate-related li .image {
	width: 144px;
	height: 144px;
	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% - 144px);
	padding: 0 32px;
	font-size: 2rem;
	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:hover span {
	text-decoration: underline;
}

@media screen and (max-width:1279px) {
	.noff-corporate-related > .inner {
		margin-left: 0;
		margin-right: 0;
	}
	
	.noff-corporate-related ul {
		flex-wrap: wrap;
	}
	.noff-corporate-related li {
		width: calc((100% - 24px) / 2);
		margin: 0;
	}
	.noff-corporate-related li:nth-child(2n) {
		margin-left: 24px;
	}
	.noff-corporate-related li:nth-child(n + 3) {
		margin-top: 24px;
	}
}

@media screen and (max-width:1024px) {
	.noff-corporate-related li {
		width: 100%;
	}
	.noff-corporate-related li:nth-child(2n) {
		margin-left: 0;
	}
	.noff-corporate-related li:nth-child(n + 2){
		margin-top: 24px !important;
	}
}
