@charset "UTF-8";
/*---------- 共通設定 ----------*/
:root {
	--side-padding-max: calc((100vw - 1288px) / 2);
	--header-h: 64px;
}
body.index [class^=str-outer] {
	z-index: 100;
}
.sp {
	display: none !important;
}
a:hover {
	color: #2c69ff;
}
a:hover img {
	opacity: 0.7;
}
img {
	width: 100%;
}
main {
	padding: 8px 0 0;
	overflow-x: hidden;
	overflow: visible;
}
.site-main {
	margin: 0;
}
.site-footer-02 {
    margin: 0;
}
#fcd-wrapper {
	padding-top: 8px;
}
.fcd-container {
	margin: 0 80px;
	padding: 0;
}
.fcd-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) {
	.fcd-container {
		width: calc(1288px + (124px * 2));
		margin-left: auto;
		margin-right: auto;
	}
	.fcd-container > .inner {
		max-width: calc(1288px + (124px * 2));
		padding-left: 124px;
		padding-right: 124px;
	}
}
@media screen and (max-width:1279px) {
	.fcd-container {
		margin-left: 0;
		margin-right: 0;
	}
	.fcd-container > .inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.fcd-column .content {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*---------- ナビゲーション ----------*/
body.fix-inner-nav #fcd-wrapper {
	padding-top: 60px;
}
.inner-nav {
	position: sticky;
	top: 104px;
	z-index: 110;
	height: auto;
	margin: 0 0 144px;
	padding: 16px 0;
	background-color: rgba(255, 255, 255, .9);
}
.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:1216px) {
	.inner-nav {
		top: 126px;
	}
	
}
@media screen and (max-width:1024px) {
	.inner-nav {
		top: 63px;
	}
	
	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;
	}
}

/*---------- 見出し・本文・画像部分共通 ----------*/
.fcd-column .h2scroll {
	padding-left: 40px;
	padding-right: 40px;
}
.fcd-column .h2scroll h2,
.fcd-column .h2default h2 {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.fcd-column .h3default h3 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.fcd-column .h4default h4 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #0f1ed2;
}
.fcd-column .lead {
	position: relative;
	margin: 0;
	padding: 10px 0 0;
}
.fcd-column .lead p {
	margin: 4px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}
.fcd-column .image img{
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}

/*---------- 2カラム ----------*/
.fcd-list2c{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.fcd-list2c:last-child{
	margin-bottom: 0;
}
.fcd-list2c:last-child{
	margin-bottom: 0;
}
.list2c-inner{
	width: calc(50% - 15px);
}
.fcd-list2c .text h3{
	margin: 0 0 0.5em;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E; 
	margin-bottom: 1em;
}
.fcd-list2c .text p{
	margin: 0 0 1em;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.fcd-list2c .text p:last-child{
	margin: 0;
}
.fcd-list2c .image img{
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}
/* リンク */
.fcd-list2c .link a  {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding: 0;
}
.fcd-list2c .link a:hover {
	text-decoration: underline;
}
.fcd-list2c .link a  {
	padding-right: 26px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../images/arrow_forward.svg);
}

/*---------- FCDとは ----------*/
#anc-01 {
	padding-top: 80px;
}
/*@media screen and (max-width:1024px) {
	#anc-01 {
		margin-top: -120px;
		padding-top: 240px;
	}
}*/
#anc-01 .h2default{
	margin-bottom: 4em;
}

/*---------- NECが選ばれる理由 ----------*/
#fcd-assignment {
	margin-top: 52px;
	padding: 100px 0;
	background-color: #D9DFE9;
}
#fcd-assignment .h2default h2{
	text-align: center;
	color: #02315d;
	margin-bottom: 1em;
}

/*---------- 4カラム ----------*/
.fcd-list4c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fcd-list4c:last-child{
	margin-bottom: 0;
}
.list4c-inner{
	width: calc((100% - 60px) / 4);
	margin-bottom: 40px;
}
.fcd-list4c .thumb{
	margin-bottom: 1.5em;
	border-radius: 15px;
	overflow: hidden;
}
.fcd-list4c .thumb img{
	width: 100%;
}
.fcd-list4c dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.25em;
}
.fcd-list4c dd {
	margin: 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

/*---------- h2背景三角 ----------*/
#fcd-assignment .triangle{
	position: relative;
	z-index: 0;
	margin-bottom: 70px;
}
#fcd-assignment .triangle h2{
	position: relative;
	z-index: 5;
}
#fcd-assignment .triangle::after{
	content: "";
	width: 400px;
	position: absolute;
	top: calc(50% - 40px);
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.4);
	height: calc(tan(60deg) * 120px / 2);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/*---------- サービス ----------*/
#anc-02 {
	padding-top: 80px;
}
#anc-02 .h2default{
	margin-bottom: 1em;
}
#anc-02 .img{
	margin-bottom: 5em;
}

/*---------- 2カラム ----------*/
#anc-02 .fcd-list2c{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#anc-02 .fcd-list2c .text h3{
	margin: 0 0 0.5em;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #0f1ed2; 
}
#anc-02 .fcd-list2c .text h{
	margin: 0 0 1em;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #0f1ed2; 
}
#anc-02 .fcd-list2c .text p{
	margin: 0 0 1em;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #535A6E;
}
#anc-02 .fcd-list2c .thumb{
	margin-bottom: 1.5em;
	border-radius: 15px;
	overflow: hidden;
}
/* リンク */
#anc-02 .fcd-list2c .link a  {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding: 0;
}
#anc-02 .fcd-list2c .link a:hover {
	text-decoration: underline;
}
#anc-02 .fcd-list2c .link a  {
	padding-right: 26px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../images/arrow_forward.svg);
}

/*---------- 事例 ----------*/
#anc-03 {
	padding-top: 80px;
}
#anc-03 .h2default{
	margin-bottom: 3em;
}

/*---------- 3カラム ----------*/
.fcd-list3c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fcd-list3c:last-child{
	margin-bottom: 0;
}
.list3c-inner{
	width: calc((100% - 60px) / 3);
	margin-bottom: 40px;
}
.fcd-list3c .thumb{
	margin-bottom: 1.5em;
	border-radius: 15px;
	overflow: hidden;
}
.fcd-list3c .thumb img{
	width: 100%;
}
.fcd-list3c dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.25em;
}
.fcd-list3c dd {
	margin: 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
}
.fcd-list3c a .thumb{
	border: 2px solid #d9d9d9;
}
.fcd-list3c a img{
	width: 100%;
	height: auto;
	aspect-ratio: 408 / 230;
	object-fit: cover;
	transition: transform 400ms ease-out;
}
.fcd-list3c a:hover img{
	transform: scale(1.03);
}
.fcd-list3c a dl{
	margin-bottom: 1em;
	color: #535A6E;
}
.fcd-list3c a:hover dt{
	text-decoration: underline;
}
.fcd-list3c a:hover dd{
	color: #4a4a4a;
}
/* リンク */
.fcd-list3c .link a  {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding: 0;
}
.fcd-list3c .link a:hover {
	text-decoration: underline;
}
.fcd-list3c .link a  {
	padding-right: 26px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../images/arrow_forward.svg);
}

/*---------- お知らせ ----------*/
#anc-04 {
	padding-top: 80px;
}
#anc-04 .h2default{
	margin-bottom: 1em;
}

/*---------- お知らせ一覧 ----------*/
.tith3{
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
	margin: 1.5em 0 0.5em;
}
.tith3-line{
	height: 1px;
	padding: 0;
	border-top: 1px solid #999;
}
.mod-presspnl-typed {
	margin: 0;
}
.mod-presspnl-typed .category-group .label-group {
	display: none;
}
.mod-presspnl-typed ul {
	border-top: 1px solid #999;
}
.mod-presspnl-typed .hide-box ul {
	border-top: none;
}
.mod-presspnl-typed .detail {
	display: flex;
	justify-content: space-between;
	padding: 28px 0 !important;
	border-bottom: 1px solid #999 !important;
}
.mod-presspnl-typed li .category-group {
	width: 200px;
	margin: 0;
}
.mod-presspnl-typed li .category-group .time {
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179 !important;
	white-space: nowrap;
}
.mod-presspnl-typed li .contents {
	width: calc(100% - 200px);
}
.mod-presspnl-typed li .contents .text {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 80px 0 0 !important;
	font-size: 1.8rem !important;
	line-height: 1.9 !important;
	letter-spacing: 0.01em;
	color: #4a4a4a !important;
	background: url(../images/arrow_forward.svg) 100% 50% no-repeat;
	background-size: 40px 40px;
}
.mod-presspnl-typed .detail .text::after {
	display: none !important;
}
.mod-presspnl-typed li a:hover .text {
	text-decoration: underline;
	color: #2c69ff !important;
}
#anc-04 .link {
	margin: 56px 0 0;
	text-align: center;
}
#anc-04 .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}

.hide-box{
	display: none;
}
.more-button {
	text-align: center;
}
button.more {
	text-align: center;
	cursor: pointer;
	font-size: 1.4rem;
	width: 150px;
	margin: 20px auto;
	display: inline-block;
	background-color: #535A6E;
	color: #fff;
	padding:5px 30px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.more span{
	position: relative;
	padding-right: 1.25em;
}
button.more::before {
	content: "もっと見る";
	transition: .2s;
	-erbkit-transition: .2s;
}
button.more span::after{
	content: "";
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}
button.more.on-click::before{
	content: "閉じる";
}
button.more.on-click span::after{
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(315deg);
}

/*---------- 記事 ----------*/
#anc-05 {
	padding-top: 80px;
}
#anc-05 .h2default{
	margin-bottom: 3em;
}

/*---------- デザインコンサルタント ----------*/
#anc-06 {
	padding-top: 80px;
}

#anc-06 .h3default{
	margin-bottom: 3em;
}

/*---------- 4カラム ----------*/
.related-list4c{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.related-list4c:last-child{
	margin-bottom: 0;
}
.related-inner{
	width: calc((100% - 60px) / 4);
	margin-bottom: 30px;
	margin-right: 20px;
}
.related-inner:nth-child(4n){
	margin-right: 0;
}
@media screen and (max-width: 1024px),print {
	.related-inner{
		width: calc((100% - 40px) / 3);
	}
	.related-inner:nth-child(4n){
		margin-right: 20px;
	}
	.related-inner:nth-child(3n){
		margin-right: 0;
	}
}
.related-list4c .thumb{
	margin-bottom: 1.5em;
	overflow: hidden;
	text-align: center;
}
.related-list4c .thumb img{
	width: 70%;
}
.related-list4c dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.25em;
	text-align: center;
}
.related-list4c dd {
	margin: 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}

/* リンク */
#anc-06 .link a  {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding: 0;
	margin-bottom: 3em;
}
#anc-06 .link a:hover {
	text-decoration: underline;
}
#anc-06 .link a  {
	padding-right: 26px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../images/arrow_forward.svg);
}

/*---------- ブルーボタン ----------*/
.button-regular-blue {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 22%;
	min-height: 54px;
	padding: 0 32px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.01em;
	background: #02315d;
	border-radius: 90px;
	transition: 0.3s;
	margin-bottom: 5em;
}
.button-regular-blue::after {
	position: relative;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url(../images/arrow_forward_FFFFFF.svg) 0 0 no-repeat;
	background-size: 24px 24px;
	transition: filter 400ms ease-out;
}
.button-regular-blue:hover {
	transition: 0.3s;
	opacity: 0.6;
	color: #fff;
}


.button-contact {
	display: flex;
	justify-content: center;
}

