/* フォント追加CSS */

body {
  color: #333333;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  -webkit-font-feature-settings: “palt”;
          font-feature-settings: “palt”;
}

body {
  font-size: 62.5%;
}

.wysiwyg {
    letter-spacing: 0.06em;
    font-size: 1.6rem;
}
.wysiwyg h1, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg strong, .wysiwyg b {
	font-weight: 500;
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.wysiwyg h2 {
	font-size: 2.8rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 1.6;
	padding-left: 1em;
    border-left: 2px solid #cc1925;
}
.wysiwyg h3 {
    position: relative;
    padding: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
}
.wysiwyg h3:before {
    content: none;
}
.wysiwyg * + * {
    margin-top: 1.6rem;
}
.wysiwyg ol {
    counter-reset: li;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2;
    font-weight: 400;
}
.wysiwyg th {
    background-color: #f6f6f6;
}
.wysiwyg th, .wysiwyg td {
    padding: 1.2rem 1.6rem 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
	line-height: 1.6;
}
.wysiwyg th {
    text-align: left;
    font-weight: 400;
	width: 16rem;
}
.fw-b {
	font-weight: 500;
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
	.wysiwyg {
		font-size: 1.5rem;
		line-height: 2;
	}
    .wysiwyg h2 {
		font-size: 2rem;
		padding-left: 0.7em;
	}
	.wysiwyg h3 {
		font-size: 1.8rem;
	}
	.wysiwyg .scroll-table-wrap {
        padding-right: 1.6rem;
    }
	.wysiwyg table {
		font-size: 1.5rem;
	}
	.wysiwyg th {
		text-align: center;
		word-break: break-word;
		text-align: left;
		word-break: keep-all;
	}
	.global .wysiwyg th {
		text-align: left;
		word-break: normal;
	}
}

/* パンくずリスト追加CSS */

.topic-pass {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: normal;
    padding: 1.6rem 6.4rem;
    width: 100%;
    max-width: 136.6rem;
    margin: 0 auto;
	color: #333;
}
.topic-pass .topic-pass-inner li:after {
    content: "-";
    padding: 0 0.5em;
}
.topic-pass .topic-pass-inner li:last-child::after {
	display: none;
}
.topic-pass .topic-pass-inner li a:after {
    content: "";
    padding: 0;
}
.hv-red:hover {
    color: #cc1925;
}
@media only screen and (max-width: 700px) {
.topic-pass {
	font-size: 1.2rem;
	padding: 1.6rem;
}
}

/* 見出し追加CSS */

.list-post-ttl-area {
    padding: 8rem 6.4rem 0;
    width: 100%;
    max-width: 136.6rem;
    margin: 0 auto;
	position: inherit;
}
.list-post-page-ttl, .project-archive-ttl {
	font-size: 4.6rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
    font-weight: 300;
}
.list-post-ttl-area .text-cell {
    padding: inherit;
}
.list-post-ttl-area .table-cell {
    width: 50%;
    height: auto;
}
.project-archive-ttl-area {
    padding: 8rem 0;
    min-height: 64px;
}
.ct-inner-900 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 136.6rem;
}
.ct-side-space {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
}
@media screen and (max-width: 768px) {
	.list-post-ttl-area {
		padding: 4rem 1.6rem 0;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		position: inherit;
	}
	.project-archive-ttl-area {
		padding: 4rem 0;
	}
	.list-post-page-ttl, .project-archive-ttl {
		font-size: 2.9rem;
		text-align: left;
		transform: inherit;
	    position: inherit;
	}
	.ct-side-space {
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
}

/* リード文追加CSS */

.list-post-lead {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-top: 2.4rem;
	margin-bottom: 8rem;
}

.col-set-text p.about-ttl.en {
    font-size: 2rem;
    color: #cc1925;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
.wysiwyg * + h2.about-ttl {
	font-size: 4rem;
	font-weight: 400;
    letter-spacing: 0.04em;
    margin-top: 0;
	padding-left: 0;
    border-left: none;
}
.col-set-text p.about-sub-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 1.6;
	
}
.col-set-text p.about-text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2;
    font-weight: 400;
}
.col-set + .col-set {
	margin-top: 8rem;
}
.post-set + .post-set {
	margin-top: 6.4rem;
}
.ttl-set-h2 + .post-set {
	margin-top: 4rem;
}
.post-set.btn-set {
	margin-top: 4rem;
}
.btn-set {
    padding-bottom: 0;
}
.post-set-lg {
    padding-top: 2rem;
}
.ttl-set-h2 + .text-set, .ttl-set-h2 + .ttl-set {
    margin-top: 2.4rem;
}
.ttl-set-h3 + .post-set {
    margin-top: 2.4rem;
}
.page-col-ct-ttl {
    margin: 0 0 6.4rem;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .list-post-lead {
		font-size: 1.5rem;
		margin-bottom: 4rem;
	}
	.post-set + .post-set {
		margin-top: 3.2rem;
	}
	.ttl-set-h2 + .post-set {
		margin-top: 2.4rem;
	}
	.ttl-set-h3 + .post-set {
		margin-top: 2.4rem;
	}
}

/* 下層ページ追加CSS */

@media only screen and (min-width: 701px) {
    .table-style-pc {
        table-layout: fixed;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        gap: 6.4rem;
    }
	.table-cell-pc {
        display: table-cell;
        width: 90rem;
    }
	.table-cell-pc.temp-right-box {
        display: table-cell;
        width: 27.4rem;
		padding: 0;
    }
}
.temp-post-area {
    padding: 0;
    margin: 0 0 10rem;
}
.page-col-list-area {
    padding: 0 0 10rem;
}
.list-page-back-btn-box {
    margin: 0 0 10rem;
    text-align: center;
}
.ct-inner {
    padding: 8rem 6.4rem 0;
    width: 100%;
    max-width: 136.6rem;
    margin: 0 auto;
}
.news-post-area {
    padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
    .ct-inner {
        padding: 4rem 1.6rem 0;
        max-width: 100%;
    }
	.news-post-area {
		padding: 4rem 0 5.6rem;
	}
	.news-post-area .temp-page-ttl {
        margin: 0 0 4rem;
        padding: 0;
    }
}
.temp-page-ttl {
    margin: 0 0 8rem;
    padding: 0;
    border-bottom: none;
    font-size: 4.6rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
    font-weight: 300;
}
.temp-right-box-ttl {
    padding: 0;
    font-size: 2rem;
    letter-spacing: 0.06em;
}
.temp-right-link {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-weight: 400;
	line-height: 1.6;
}
.temp-right-link ul {
    padding: 4rem 0 0;
}
.temp-right-link .temp-right-arrow-link {
    padding: 4rem 0 0;
}
.temp-right-link .temp-right-arrow-link li + li {
  margin-top: 16px;
}
.temp-right-link li + li {
    margin-top: 2.4rem;
}
.temp-right-link .temp-right-arrow-link a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 2.4rem;
    vertical-align: top;
}
.temp-right-link .temp-right-arrow-link a:before {
    display: block;
    content: "ー";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.6rem;
}
.temp-right-link-inner {
	padding: 0;
}
.page-link-list a:before {
	display: block;
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 135deg;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
}
@media only screen and (max-width: 700px) {
	.temp-post-area {
		margin: 0 0 5.6rem;
	}
    .temp-right-box {
        padding: 5.6rem 0 0;
        margin: 5.6rem 0 0;
    }
	.page-link-list li {
        margin: 0 4rem 2.4rem 0;
    }
	.page-link-list a {
		padding: 0 0 0 2.4rem;
	}
}
@media screen and (max-width: 768px) {
    .temp-page-ttl {
        font-size: 2.9rem;
		margin: 0 0 4rem;
    }
	.temp-right-link {
		font-size: 1.4rem;
	}
	.temp-right-link .temp-right-arrow-link {
		padding: 2.4rem 0 0;
	}
	.temp-right-link .temp-right-arrow-link li + li {
		margin-top: 1.6rem;
	}
}

/* 1カラムレイアウト追加CSS */

.list-post-area .col-set .col1 .col-set-text {
	max-width: 136.6rem;
}

/* 3カラムレイアウト追加CSS */

.col-set-list.col3 .list-elm {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: top;
}
@media only screen and (min-width: 701px) {
    .list-post-area .col-set-list.col3 .list-elm {
        width: 100%;
        margin: 0;
    }
	.list-post-area .col-set-list.col3 .list-elm img {
        position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
		z-index: 0;
    }
}
.col-set-list.col3 {
    margin-bottom: -30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6.5rem 1fr 6.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4rem;
}
.list-post-area .col-set .ct-inner-900 {
    padding: 0 6.4rem;
    width: 100%;
    max-width: 136.6rem;
    margin: 0 auto;
}
.col-set-list.col2 .col-visual + *, .col-set-list.col3 .col-visual + * {
    margin-top: 1.2rem;
}
.col-set-text, .col-set-text p {
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.col-set-list.col3 {
		margin-bottom: -30px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 6.5rem 1fr 6.5rem 1fr;
		grid-template-columns: inherit;
		gap: 3.2rem;
	}
    .list-post-area .col-set .ct-inner-900 {
		padding: 0 1.6rem;
		width: 100%;
		max-width: 136.6rem;
		margin: 0 auto;
	}
	.col-set-list.col2 .col-visual + *, .col-set-list.col3 .col-visual + * {
		margin-top: 0.4rem;
	}
	.col-set-text, .col-set-text p {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 700px) {
    .col-set-list.col3 .list-elm:nth-child(3n) {
        margin-right: 0;
    }
}

/* 会社情報TOP追加CSS */

.contents {
    margin-top: 0;
}
#about-top-block .about-top-sub-ttl {
	font-size: 1.4rem;
	color: #cc1925;
	margin-bottom: 0.2em;
	padding-left: 0;
    border-left: none;
}
#about-top-block .about-top-main-ttl {
	font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 0;
    padding-left: 0;
    border-left: none;
}
.wysiwyg .col-set-text #about-top-block h3 + p {
    margin-top: 0.8rem;
    letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
	#about-top-block .about-top-main-ttl {
		font-size: 2.4rem;
	}
}

/* サービス追加CSS */

/*.main.service .page-title {
    padding-top: 0;
}*/

.service-post-area .ttl-set-h2 + .text-set, .service-post-area .ttl-set-h2 + .ttl-set {
    margin-top: 2.4rem;
}
.service-post-area .ttl-set-h2 + .post-set {
    margin-top: 2.4rem;
}

.consultant__intro p.name {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.2rem;
}
.consultant__intro p.job {
	font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 0.8rem;
    font-weight: 400;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.consultant__intro p.txt_box {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-weight: 400;
	margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid #cccccc;
}
.consultant__intro p.txt_box.no_border {
    padding-top: 0;
    border-top: none;
}

@media screen and (max-width: 768px) {
.consultant__intro p.name {
    font-size: 1.8rem;
    margin-top: 1.6rem;
}
.consultant__intro p.job {
	font-size: 1.4rem;
    margin-top: 0.8rem;
}
.consultant__intro p.txt_box {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
}
}

/* よくあるお困りごとから探す */

.img-text-box .toc {
	display: block;
	width: 44rem;
}
.img-text-box .wysiwyg .toc ul > li:before {
    content: inherit;
}
.toc dl dd ul li a {
	color: #333;
	text-decoration: none;
}
.wysiwyg ul > li {
    font-weight: 400;
}
.wysiwyg .gray-mark {
	background-color: #f0f0f0;
	font-weight: 500;
	display: table;
    margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
.img-text-box .toc {
	width: auto;
}
}

/* ストーリー追加CSS */

.story-post-page-ttl {
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.story-post-ttl-area .tag-list li {
    margin: 0 1rem 1rem 0;
    vertical-align: top;
	display: inline-block;
    padding: 0.5em 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    /*border-radius: 0.4rem;*/
    background-color: #fff;
}
.interview-set-head + .post-set {
    margin-top: 4.8rem;
}
.interview-set-head + .interview-set {
    margin-top: 2.4rem;
}
.ttl-interview-set {
    position: relative;
    font-size: 2rem;
    text-indent: 4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
.ttl-interview-set:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 3.2rem;
    background-color: #333;
}
.slider-set-pager li {
    display: inline-block;
    width: 13.02083%;
    margin: 0 1.2625% 3.125%;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bg-set-inner {
    padding: 3.2rem 4rem;
}
.news-post-pager-wrap {
	position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.news-post-pager {
    margin: 4rem 0 0;
}
.news-pager-prev .text-box {
	line-height: 1.6;
    position: relative;
    padding: 0 0 0 4rem;
}
.news-pager-prev .text-box:before {
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    rotate: -135deg;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
}
.news-pager-next .text-box {
	line-height: 1.6;
    position: relative;
    padding: 0 4rem 0 0;
}
.news-pager-next .text-box:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    rotate: 45deg;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
}
.news-post-pager-box {
    padding: 2.4rem 0;
}
.post-ttl {
	font-size: 1.6rem;
}
.news-post-top-btn .ct-btn .table-cell {
    padding: 1.6rem 5.6rem 1.6rem 2.4rem;
    letter-spacing: 0.06em;
}
.ct-btn .ct-btn-text {
    position: relative;
    background: #fff;
    color: #333;
	box-sizing: border-box;
    border: 1px solid #b5b5b5;
    /*border-radius: 0.4rem;*/
	transition: border 0.5s, color 0.5s, background-color 0.5s;
}
.ct-btn.type-red .ct-btn-text {
	color: #fff;
    background-color: #cc1925;
	border: 1px solid #cc1925;
	transition: color 0.5s, background-color 0.5s;
}
.ct-btn.type-black .ct-btn-text {
	color: #fff;
    background-color: #333;
	border: 1px solid #333;
}
.ct-btn.type-white .ct-btn-text {
	color: #333;
    background-color: #fff;
	border: 1px solid #b5b5b5;
}

.ct-btn .ct-btn-text:before {
    vertical-align: baseline;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: 2.4rem;
    width: 1rem;
    height: 1rem;
    rotate: 45deg;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, calc(100% - 1px) 1px, 0 1px, 0% 0%);
    background-color: #333333;
}

.ct-btn.type-back .ct-btn-text:before {
	
}

.ct-btn.type-red .ct-btn-text:before {
    background-color: #fff;
}
.ct-btn.icon-blank .ct-btn-text:before {
	background-color: transparent;
	rotate: inherit;
	clip-path: inherit;
}
.ct-btn .ct-btn-text:hover {
	color: #cc1925;
	background: #fff;
	border: 1px solid #cc1925;
}
.ct-btn .ct-btn-text:hover:before {
    background-color: #cc1925;
}
.ct-btn.type-red.icon-blank .ct-btn-text:hover:before {
	background-color: transparent;
	background-image: url(/wp/wp-content/themes/ncm/common/img/common/icon-blank.png);
}
.ct-btn .ct-btn-text p {
	font-weight: 500;
	line-height: 1.6;
}
.ct-btn .table-cell {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.6rem 6rem 1.6rem 2.4rem;
}

.modal-pager-box .modal-slider-prev:before,
.modal-pager-box .modal-slider-next:after {
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
.bg-set-inner {
    padding: 2.4rem 1.6rem;
}
}