@charset "UTF-8";
/*---------- 共通 ----------*/
:root {
	--header-h: 64px;
}
.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;
	overflow: visible;
}
.site-main {
	margin: 0;
}
.site-footer-02 {
    margin: 0;
}
.fcd-container > .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.fcd-column {
	margin-left: -20px;
	margin-right: -20px;
}
.fcd-column .content {
	padding: 24px 20px 30px;
}

/*---------- ナビゲーション ----------*/
.inner-nav {
	box-sizing: border-box;
	position: sticky;
	top: 63px;
	z-index: 110;
	height: auto;
	width: 100%;
	padding: 10px 12px 10px 20px;
	border-bottom: 1px solid #dcdcdc;
	background-color: rgba(255, 255, 255, .9);
	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;
}

/*---------- 見出し・本文 共通 ----------*/
.fcd-column .h2scroll {
	padding: 24px 20px 0;
}
.fcd-column .h2scroll h2,
.fcd-column .h2default h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.fcd-column .h3default h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.fcd-column .h4default h4 {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #0f1ed2;
}
.fcd-column .lead {
	position: relative;
	margin: 40px 0 0;
}
.fcd-column .lead p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #000;
}

/*---------- 2カラム ----------*/
.fcd-list2c{
	margin-bottom: 40px;
}
.fcd-list2c:last-child{
	margin-bottom: 0;
}
.list2c-inner{
	width: 100%;
}
.fcd-list2c .text h3{
	margin: 0 0 0.5em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E; 
}
.fcd-list2c .text p{
	margin: 0 0 1em;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.fcd-list2c .image img{
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}
/* リンク */
.fcd-list2c .link a {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding-right: 20px;
}
.fcd-list2c .link a:active {
	text-decoration: underline;
}
.fcd-list2c .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	right: 0;
	top: calc(50% - 10px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../images/arrow_forward.svg);
}

/*---------- FCDとは ----------*/
#anc-01 {
	padding-top: 50px;
}
#anc-01 .h2default{
	margin-bottom: 4em;
}

/*---------- NECが選ばれる理由 ----------*/
#fcd-assignment {
	padding: 30px 0 40px;
	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;
	margin-bottom: 30px;
}
.fcd-list4c:last-child{
	margin-bottom: 0;
}
.list4c-inner{
	width: calc((100% - 20px) / 2);
	margin-bottom: 30px;
}

.fcd-list4c .thumb{
	margin-bottom: 1em;
	border-radius: 15px;
	overflow: hidden;
}
.fcd-list4c .thumb img{
	width: 100%;
}
.fcd-list4c dt {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
}
.fcd-list4c dd {
	margin: 5px 0 0;
	font-size: 1.1rem;
	line-height: 1.6;
}

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

/*---------- サービス ----------*/
#anc-02 {
	padding-top: 50px;
}
#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: 40px;
}
#anc-02 .fcd-list2c .text h3{
	margin: 0 0 0.5em;
	font-size: 1.6rem;
	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.2rem;
	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.2rem;
	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: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding-right: 20px;
}
#anc-02 .fcd-list2c .link a:active {
	text-decoration: underline;
}
#anc-02 .fcd-list2c .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	right: 0;
	top: calc(50% - 10px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../images/arrow_forward.svg);
}

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

/*---------- 3カラム ----------*/
.fcd-list3c{
	margin-bottom: 60px;
}
.fcd-list3c:last-child{
	margin-bottom: 0;
}
.list3c-inner{
	width: 100%;
	margin-bottom: 3em;
}
.fcd-list3c .thumb{
	margin-bottom: 1em;
	border-radius: 15px;
	overflow: hidden;
}
.fcd-list3c .thumb img{
	width: 100%;
}
.fcd-list3c dt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.25em;
}
.fcd-list3c dd {
	margin: 5px 0 0;
	font-size: 1.2rem;
	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 {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding-right: 20px;
}
.fcd-list3c .link a:active {
	text-decoration: underline;
}
.fcd-list3c .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	right: 0;
	top: calc(50% - 10px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../images/arrow_forward.svg);
}

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

/*---------- お知らせ一覧 ----------*/
.tith3{
	font-size: 1.8rem;
	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 {
	padding: 24px 0 !important;
	border-bottom: 1px solid #999 !important;
}
.mod-presspnl-typed li .category-group {
	margin: 0;
}
.mod-presspnl-typed li .category-group .time {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179 !important;
	white-space: nowrap;
}
.mod-presspnl-typed li {
	background: url(../img/arrow_topics.svg) 100% 50% no-repeat;
	background-size: 24px 24px;
}
.mod-presspnl-typed li .contents .text {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0 40px 0 0 !important;
	font-size: 1.4rem !important;
	line-height: 1.9 !important;
	letter-spacing: 0.01em;
	color: #4a4a4a !important;
}
.mod-presspnl-typed .detail .text::after {
	display: none !important;
}
.mod-presspnl-typed li a:active .text {
	text-decoration: underline;
	color: #2c69ff !important;
}
#anc-04 .link {
	margin: 32px 0 0;
	text-align: center;
}
#anc-04 .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
	font-size: 1.6rem;
	font-weight: 700;
}

.hide-box{
	display: none;
}
.more-button {
	text-align: center;
}
button.more {
	text-align: center;
	cursor: pointer;
	font-size: 1.2rem;
	width: 130px;
	margin: 20px auto;
	display: inline-block;
	background-color: #535A6E;
	color: #fff;
	padding:5px 10px;
	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: 8px;
	height: 8px;
	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: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(315deg);
}

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

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

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

/*---------- 4カラム ----------*/
.related-list4c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.related-list4c:last-child{
	margin-bottom: 0;
}
.related-inner{
	width: calc((100% - 20px) / 2);
	margin-bottom: 30px;
}

.related-list4c .thumb{
	margin-bottom: 1em;
	overflow: hidden;
}
.related-list4c .thumb img{
	width: 70%;
}
.related-list4c dt {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.25em;
	text-align: center;
}
.related-list4c dd {
	margin: 5px 0 0;
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: center;
}

/* リンク */
#anc-06 .link a {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
	margin: 0;
	padding-right: 20px;
}
#anc-06 .link a:active {
	text-decoration: underline;
}
#anc-06 .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	right: 0;
	top: calc(50% - 10px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../images/arrow_forward.svg);
}

.button-contact {
	padding-top: 16px; 
}

/*---------- ブルーボタン ----------*/
.button-regular-blue {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	min-height: 48px;
	padding: 0 32px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.01em;
	background: #02315d;
	border-radius: 90px;
	transition: 0.3s;
	margin: 0 auto;
}
.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;
}

