@charset "UTF-8";
/* CSS Document */


/********************************************** 
	
トップページ

********************************************* */
#top__consultant {
	position: relative;
}
#top__consultant::before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/top/bg_network.svg) right bottom / 80% no-repeat;
    z-index: -1;
    opacity: .75;
}
/****** #top__service ******/
#top__service h2.bar {
	white-space: nowrap;
}
#top__service.fromRight::before {
	background: var(--lightblue);
}
.top__service__wrap {
	width: 100%;
}
.top__service_right {
	width: 100%;
}
#top__service .top__service_left {
	padding-right: 7rem;
}
#top__service .vertical {
	writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 1em;
    white-space: nowrap;
}
.vertical .kutouten {
	float:none;
	margin:0;
	position:relative;
	left: 0.6em;
	top: -0.4em;
}
#top__service .vertical h3 {
	font-size: 2.7rem;
}
#top__service .vertical h4 {
	margin: 0;
	font-size: 1.8rem;
}
.top__service__box {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 1.5em 2em 3em;
}
.top__service__box .icon {
	text-align: center;
	margin-bottom: 1em;
}
.top__service__box .icon img {
	width: 120px;
}
.top__service__box h3 {
	text-align: center;
	font-size: 2rem;
}
/*
.box__btn {
	background: var(--blue1);
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
	padding: 6px 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
}
.box__btn span {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.1em;
    opacity: 0;
    text-transform: uppercase;
    transform: translateX(50px);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    width: 128px;
    line-height: 1;
    font-size: 1.4rem;
    white-space: nowrap;
}
.box__btn::before {
	content: "";
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 8px;
    position: absolute;
    right: 13px;
    rotate: 45deg;
    top: 50%;
    translate: 0 -50%;
    width: 8px;
}
a:hover .box__btn {
	width: 160px;
}
a:hover .box__btn span {
	opacity: 1;
	transform: translateX(0px);
}
*/
.box__btn_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
.box__btn {
	display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue1);
    border: 1px solid var(--blue1);
    width: 160px;
    height: 32px;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
}
.box__btn .btn-text {
    -webkit-transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    -webkit-transition-property: all;
    -webkit-transform: translateX(0);
    display: block;
    font-weight: 600;
    transform: translateX(0);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
}
.box__btn .btn-text-hover {
    -webkit-transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    -webkit-transition-property: all;
    font-weight: 600;
    left: 20px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    translate: 50px -50%;
}
.box__btn::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 1.3rem;
    transform: rotate(45deg);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    translate: 0 -50%;
}
a:hover .box__btn {
    background: #fff;
    color: var(--blue1);
}
a:hover .box__btn .btn-text {
    transform: translateX(-100px);
    opacity: 0;
}
a:hover .box__btn .btn-text-hover {
    opacity: 1;
    translate: 0 -50%;
    color: var(--blue1);
}
a:hover .box__btn::before {
    border-right: 1px solid var(--blue1);
    border-top: 1px solid var(--blue1);
}

/****** #top__project ******/
#top__project.fromLeft::before {
	background: var(--blue1);
}
.bg__gear {
	position: absolute;
	left: -4%;
    bottom: -50px;
    width: 750px;
    height: 750px;
    background: url(../images/top/gear_white.svg) center center/cover no-repeat;
    z-index: +1;
    opacity: .075;
}
#slider {
	padding: 0 5%;
	position: relative;
	z-index: +2;
}
#slider .slick-list {
}
#top__project .slick-slide {
	padding: 0 7px;
}
#top__project .slick-slide figure {
	position: relative;
}
#top__project .slick-slide figure::before {
	content: "";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 10px var(--lightblue) inset;
    z-index: +1;
    opacity: 0;
    transition: 0.35s;
}
#top__project .slick-slide a:hover figure::before {
	opacity: .7;
}
#top__project .slick-slide h3 {
	color: #fff;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
#top__project .slick-slide p {
	color: #fff;
	display: table;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 18px;
}
#top__project .slick-slide p span {
	display: table-cell;
}
#top__project .slick-slide p span:first-child b {
	display: inline-block;
	width: 90px;
	text-align: center;
	background: transparent;
	border: 1px solid #fff;
	margin-right: 1em;
}
#slider .slick-disabled {
	visibility: hidden !important;
}


/****** #top__movie ******/
#top__movie {
	background: url(../images/common/bg_dot.png) center center / 7px repeat;
}
.media__wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.media__wrap video {
	width: 100%;
}
.media__wrap iframe {
  width: 100%;
  height: 100%;
}
/****** #top__banner ******/
#top__banner .container-fluid {
	margin: 0 !important;
}
#top__banner a.top__banner_inner {
	display: block;
	width: 100%;
	aspect-ratio: 30 / 12;
	color: #fff;
	position: relative;
}
.top__banner_01 {
	background: url(../images/top/top__banner_01.jpg) center center / cover no-repeat;
}
.top__banner_02 {
	background: url(../images/top/top__banner_02.jpg) center center / cover no-repeat;
}
#top__banner a.top__banner_inner article {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	padding: 0 15%;
	transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
}
#top__banner a.top__banner_inner:hover article {
	background: rgba(42,118,212,.6);
}
#top__banner a.top__banner_inner article h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0;
}
#top__banner a.top__banner_inner article h3 span.en {
	display: block;
	font-size: 3.2rem;
}



/****** #top__news ******/

#top__news .news-nav {
	margin-bottom: 1.5em;
	padding: 0 1rem;
}
#top__news .news-nav .slick-slide {
	text-align: center;
	padding: 0 .5em;
	white-space: nowrap;
}
#top__news .news-nav .slick-slide span {
	display: block;
	position: relative;
	font-weight: 600;
	padding: 1rem 0;
	color: #999;
	cursor: pointer;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
#top__news .news-nav .slick-slide span::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eaecee;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}
#top__news .news-nav .slick-slide span::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: var(--lightblue);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.2s cubic-bezier(0.35, 0.03, 0.52, 1);
    transition: 0.2s cubic-bezier(0.35, 0.03, 0.52, 1);
    z-index: -1;
}
#top__news .news-nav .slick-slide:hover span {
	color: var(--blue1);
}
#top__news .news-nav .slick-slide.slick-current span {
	color: #fff;
}
#top__news .news-nav .slick-slide.slick-current span:after {
	background-color: var(--blue1);
}
#top__news .news-nav .slick-slide:hover span::after,
#top__news .news-nav .slick-slide.slick-current span::after {
	width: 100%;
}
#top__news .news-nav .slick-slide.slick-current span {
	pointer-events: none;
}
.top-news-block {
	padding: 0 2rem;
}
.top-news-block ul li {
	width: 100%;
	padding: 2rem 0 2rem;
	border-bottom: 1px solid #ddd;
}
.top-news-block .news_meta {
	margin-bottom: 7px;
}
.top-news-block span {
	display: inline-block;
	white-space: nowrap;
}
.top-news-block span.date {
	width: 90px;
	font-family: "Poppins", sans-serif;
	color: var(--bluegray);
	font-size: 1.4rem;
	font-weight: 600;
}
.top-news-block span.news-cat {
	width: 140px;
	color: #fff;
	font-weight: 600;
	color: var(--blue1);
	background-color: var(--lightblue);
	text-align: center;
	font-size: 1.4rem;
}
.top-news-block a {
	display: block;
	font-size: inherit;
	padding-right: 0;
	color: var(--default);
}
.top-news-block a:hover {
	color: var(--blue1);
}
#top__news .slick-list {
	overflow-y: hidden;
}

/****** top__recruit ******/
#top__recruit.fromRight::before {
	background: var(--gradient1);
}
a.recruit__banner {
	display: flex;
	align-items: center;
	position: relative;
	aspect-ratio: 16 / 9;
	box-shadow: 10px 10px rgba(255,255,255,.2);
}
a.recruit__banner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
}
a.recruit__banner h3 {
	color: #fff;
	padding-left: 1.5em;
	position: relative;
	z-index: +2;
	margin-bottom: 0;
	font-size: 2rem;
}
a.recruit__banner.recruit01 {
	background: url(../images/top/top__recruit_01.jpg) center center / cover no-repeat;
}
a.recruit__banner.recruit02 {
	background: url(../images/top/top__recruit_02.jpg) center center / cover no-repeat;
}

/********************************************** 
	
ニュース

********************************************* */
/****** 詳細 ******/
#single-news-wrap .thumbnail-box {
	margin-bottom: 2em;
}
.entry-title {
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
}
.single__news_meta {
	margin-bottom: 1rem;
}
.single__news_meta .date {
	display: inline-block;
	margin-right: 1em;
	color: #8B8B8B;
	font-weight: 600;
}
.single__news_meta .news-cat {
	display: inline-block;
	width: 140px;
    color: #fff;
    font-weight: 600;
    color: var(--blue1);
    background-color: var(--lightblue);
    text-align: center;
    font-size: 1.4rem;
}
.entry-title h2 {
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 0;
}
.single-post-area {
	padding-bottom: 6rem;
	word-break: break-all;
}
.single-post-area table {
	margin-bottom: 1em;
}
.single-post-area table th,.single-post-area table td {
	border: 1px solid #ddd;
}
.pageNav a.btn {
	width: 200px;
	height: 40px;
	font-size: 1.4rem;
	margin: 0 1em;
}
.pageNav a.btn::before {
	display: none;
}
.pageNav .prev {
	width: 40px;
	height: 40px;
}
.pageNav .prev a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
	background: var(--blue1);
	border: 1px solid var(--blue1);
}
.pageNav .prev a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: rotate(45deg);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    translate: 3px -50%;
}
.pageNav .prev a:hover {
	background: transparent;
}
.pageNav .prev a:hover::before {
	border-color: var(--blue1);
}
.pageNav .next {
	width: 40px;
	height: 40px;
}
.pageNav .next a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
	background: var(--blue1);
	border: 1px solid var(--blue1);
}
.pageNav .next a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: rotate(45deg);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    transition-property: all;
    translate: 0 -50%;
}
.pageNav .next a:hover {
	background: transparent;
}
.pageNav .next a:hover::before {
	border-color: var(--blue1);
}
/****** 一覧 ******/
#archive-news-wrap .news-nav {
	margin: 0 auto 4rem;
}
#archive-news-wrap .news-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#archive-news-wrap .news-nav ul li {
	text-align: center;
	width: calc(20% - 10px);
}
#archive-news-wrap .news-nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 52px;
	position: relative;
	font-weight: 600;
	padding: 0 3px;
	color: #999;
	cursor: pointer;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    line-height: 1.35;
}
#archive-news-wrap .news-nav ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eaecee;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}
#archive-news-wrap .news-nav ul li a::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: var(--lightblue);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.2s cubic-bezier(0.35, 0.03, 0.52, 1);
    transition: 0.2s cubic-bezier(0.35, 0.03, 0.52, 1);
    z-index: -1;
}
#archive-news-wrap .news-nav ul li a:hover::after {
	width: 100%;
}
#archive-news-wrap .news-nav ul li:hover a {
	color: var(--blue1);
}
#archive-news-wrap .news-nav ul li.current a {
	color: #fff !important;
}
#archive-news-wrap .news-nav ul li.current a::after {
	width: 100%;
	background: var(--blue1);
}
#archive-news-wrap .news-nav ul li.current a {
	pointer-events: none;
}


.archive-news-block ul li {
	width: 100%;
    border-bottom: 1px solid #ddd; 
}
.archive-news-block ul li a {
	display: flex;
	padding: 3rem 0 3rem;
}
.archive-news-block ul li a .date {
	width: 100px;
    font-family: "Poppins", sans-serif;
    color: var(--bluegray);
    font-size: 1.4rem;
    font-weight: 600;
}
.archive-news-block ul li a .news-cat {
	width: 140px;
    color: #fff;
    font-weight: 600;
    color: var(--blue1);
    background-color: var(--lightblue);
    text-align: center;
    font-size: 1.4rem;
}
.archive-news-title {
	display: inline-block;
	margin-left: 3rem;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 240px);
}
.archive-news-block ul li a:hover .archive-news-title {
	color: var(--blue1);
}

/****** ページナビ ******/
.wp-pagenavi {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--blue1);
}
.wp-pagenavi a {
    color: var(--blue1);
}
.wp-pagenavi a, .wp-pagenavi span:not(.material-icons) {
	font-family: "Poppins", sans-serif;
}
.wp-pagenavi span.material-icons {
	border: none;
	font-size: 1.8rem;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: var(--blue1);
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: var(--blue1);
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
}
.pagenavi .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
    border-color: var(--blue1);
}


/********************************************** 
	
サービストップ

********************************************* */
#service__top::before {
	background: var(--lightblue);
}
.service__box {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0;
}
.service__box h3 {
	text-align: center;
	padding: 0 1em;
	margin-top: 1em;
}
.service__box p {
	padding: 0 2em 3em;
}

/********************************************** 
	
サービス下層ページ

********************************************* */
p.page__desc {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
}
#service__page_desc {
	background: var(--lightblue);
	position: relative;
	overflow: hidden;
	z-index: +2;
}
#service__page_desc .logo__mark {
	width: 300px;
	height: 300px;
	background: url(../images/common/logo_mark_white.svg) center center/cover no-repeat;
	position: absolute;
	left: 100px;
	bottom: -50px;
	opacity: .7;
	z-index: -1;
}
#service__page_main {
	background: url(../images/common/bg_hogan.png) repeat;
	border-top: 1px solid #f1f1f1;
}
.merit__box {
	height: 100%;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.merit__box h3 {
	font-size: 2rem;
	margin-bottom: .4em;
}
.merit__num {
	color: var(--blue1);
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 13px;
    margin-bottom: 2px;
    position: relative;
}
.merit__num::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    background: #D84C51;
    font-size: 0.5em;
}

#service__page_main article:not(:last-child) {
	margin-bottom: 100px;
}
#project::before {
	background-color: var(--lightblue);
}
.project__box .project__meta {
	display: flex;
	margin: 2rem 0 1rem;
	line-height: 1.65;
}
.project__box .project__meta span.project__cat {
	display: inline-block;
	width: 110px;
	background: var(--blue1);
	color: #fff;
	text-align: center; 
	margin-right: 1em;
}
.project__box .project__meta .project__name {
	color: var(--bluegray)
}

/********************************************** 
	
個人情報保護指針/プライバシーポリシー

********************************************* */
#policy h5 {
	font-size: 1.8rem;
	margin-bottom: 1em;
	font-weight: bold;
} 
#policy p:not(.mb-0) {
	margin-bottom: 1.5em;
}
ul.image {
	padding-left: 1.6em;
}
ul.image li {
	list-style: disc;
}
#policy ul.small {
	color: #777;
	font-size: 1.3rem;
	padding-left: 1.6em;
}
#policy ul li a:hover {
	opacity: .6;
}
#policy .bg {
	background: #f1f1f1;
	padding: 1em 2em;
}
#policy .bg p.mb-10 {
	margin-bottom: 1rem;
}

/********************************************** 
	
コンサルティング

********************************************* */
/* 上部コンテンツ */
#consulting__00 > .container {
	padding-top: 40px;
}
.consulting__step {
	position: relative;
	margin-top: 30px;
}
.consulting__step > div {
	margin: 0;
}
.step__line {
	display: block;
	width: 80%;
	height: 30px;
	background: var(--blue1);
	opacity: .5;
	position: absolute;
	left: 10%;
	top: calc(50% - 15px);
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.475, 0.425, 0, 0.995) 1.8s;
    transition: -webkit-clip-path 1s cubic-bezier(0.475, 0.425, 0, 0.995) 1.8s;
    transition: clip-path 1s cubic-bezier(0.475, 0.425, 0, 0.995) 1.8s;
    transition: clip-path 1s cubic-bezier(0.475, 0.425, 0, 0.995) 1.8s, -webkit-clip-path 1s cubic-bezier(0.475, 0.425, 0, 0.995) 1.8s;
    z-index: -1;
}
.step__line.isPlay {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.consulting__step_box {
	height: 100%;
	text-align: center;
	border: 3px solid var(--blue1);
	border-radius: 0 0 40px 0;
	padding: 3rem 2rem;
	background: #fff;
}
.consulting__step_box span.en {
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	background: var(--blue1);
	color: #fff;
	border-radius: 50%;
	line-height: 1;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 3rem;
}
.consulting__step_box .icon {
	margin-bottom: 3rem;
}
.consulting__step_box .icon img {
	max-width: 120px;
}
.consulting__step_box p {
	margin: 0;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5;
}

/* 下部コンテンツ */
.consulting__box {
	position: relative;
	background: var(--lightblue);
	padding: 3rem;
}
.consulting__box:not(:last-child) {
	margin-bottom: 7rem;
}
.consulting__box:not(:last-child)::before {
	content: "";
	display: block;
	width: 100px;
    height: 40px;
    background-color: var(--lightblue);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: calc(50% - 50px);
    bottom: -40px;
}
.consulting__box h3 {
	color: var(--blue1);
	position: relative;
	font-size: 3rem;
	padding-left: 2.5em;
	padding-top: 1rem;
}
.consulting__box a.btn {
	margin-top: 2rem;
}
.consulting__box h3 span.en {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .1;
	font-size: 7rem;
	line-height: 1;
}
.consulting__box img.shadow {
	box-shadow: 15px 15px #f1f1f1;
}

/********************************************** 
	
会社情報

********************************************* */
.company__section {
	padding: 40px 0;
}
#message.layer.fromLeft,#philosophy.layer.fromRight {
	overflow: visible;
}
#message.layer.fromLeft::before {
	background-color: var(--lightblue);
	height: 80%;
	width: 90%;
	top: -40px;
}
#message.company__section {
	margin-top: 40px;
}
#message h3 {
	font-size: 3rem;
}
#message figure figcaption {
	text-align: center;
	margin-top: 1.5rem;
	font-weight: 600;
	font-size: 1.1em;
}
#philosophy .philosophy__txt {
	font-size: 2.4rem;
	text-align: center;
}
#philosophy.layer.fromRight::before {
	height: 200%;
	width: 80%;
	top: -10px;
}
.credo__box {
	background: #fff;
    border: 1px solid #ddd;
    padding: 2em;
/*     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05); */
    text-align: center;
    min-height: 240px;
    font-weight: 600;
	line-height: 1.65;
	height: 100%;
}
.credo__box .ja {
	font-size: 1.2em;
}
.credo__box .en {
	font-size: 1.1em;
	color: var(--blue1);
	line-height: 1.5;
}
#access.layer.fromLeft::before {
	background-color: var(--lightblue);
}
#associated_company ul {
	
}
#associated_company ul li {
	position: relative;
	padding-left: 1em;
	font-size: 1.1em;
}
#associated_company ul li::before {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: var(--blue1);
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}
#associated_company ul li a {
	color: inherit;
}

/********************************************** 
	
SDGSsへの取り組み

********************************************* */
.page-id-37 .visual h2 span.en {
	text-transform: inherit;
}
#sdgs__01 {
	position: relative;
	overflow: hidden;
}
#sdgs__01 .logo__mark {
	width: 300px;
    height: 300px;
    background: url(../images/common/logo_mark_white.svg) center center / cover no-repeat;
    position: absolute;
    left: 100px;
    top: 100px;
    opacity: .7;
    z-index: -1;
}
#sdgs__01::before {
	background-color: var(--lightblue);
}
.sdgs__box {
	padding-top: 30px;
	padding-bottom: 20px;
}
.sdgs__box ul.sdgs__icon {
	margin: 1em 0 1em;
}
.sdgs__box ul.sdgs__icon li {
	display: inline-block;
	margin-right: 5px;
}
.sdgs__box ul.sdgs__icon li img {
	width: 80px;
}
/********************************************** 
	
採用情報

********************************************* */
#recruit__01 {
}
#recruit__01::before,#data::before ,#recruit__btn::before {
	background-color: var(--lightblue);
}
#data .data__box {
	background: #fff;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2rem 3rem;
    font-weight: 700;
    height: 100%;
    display: flex;
}
#data .data__box .data_icon {
	width: 36%;
	height: 100%;
	padding-right: 4rem;
	display: flex;
	align-items: center;
	opacity: .6;
}
#data .data__box h4 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
#data .data__box .txt {
	font-size: 1.6rem;
	line-height: 1.25;
}
#data .data__box .js-num {
	font-size: 5rem;
	display: inline-block;
	margin-right: .7rem;
	font-weight: 600;
}
#voice {
	background: url(../images/common/bg_hogan.png) repeat;
}
#voice figcaption {
	text-align: center;
	margin-top: 1rem;
}
#voice h3 {
	margin-bottom: .5em;
}
.voice01 {
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.voice02 {
	padding-top: 60px;
}
/********************************************** 
	
お問い合わせ

********************************************* */
.recaptch__txt {
	margin-top: 2em;
	font-size: 90%;
}
.grecaptcha-badge { 
	visibility: hidden;
}
/********************************************** 
	
募集要項

********************************************* */
#details__01 {
	border-bottom: 1px solid #ddd;
}
.details__table_wrap {
	position: relative;
}
.details__table_wrap table {
	width: 100%;
    margin-bottom: 1em;
}
.details__table_wrap table th {
	white-space: nowrap;
    padding: 1.5em;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    background: var(--lightblue);
    text-align: center;
}
.details__table_wrap table td {
    padding: 1.5em;
    border: 1px solid rgba(0, 0, 0, .1);
    vertical-align: top;
}
.details__table_wrap table dl {
	margin-bottom: 0;
}
.details__table_wrap table dl dd {
	padding-left: 1em;
}
.details__table_wrap table ul {
	margin-bottom: 0;
}
.details__table_wrap table th:first-child {
	width: 20%;
}
.details__table_wrap table th:nth-child(2),.details__table_wrap table th:nth-child(3) {
	width: 40%;
}
.details__table_wrap table span.color {
	display: inline-block;
	margin-right: .25em;
}
.details__table_wrap table ul.num li {
	padding-left: 1em;
	position: relative;
}
.details__table_wrap table ul.num li span {
	display: inline-block;
	position: absolute;
	left: 0;
}
table.table-contact table.table-simple th,table.table-contact table.table-simple td {
	padding: 0;
	width: auto;
	background-color: transparent;
	border: none;
}
table.table-contact table.table-simple tr:first-child td {
	padding-bottom: 5px;
}

.details__table_wrap table th.sticky {
	position: sticky;
	top: 59px;
	z-index: +100;
}


/* 991px以下 */
@media (max-width: 991px) {

/********************************************** 
	
トップページ

********************************************* */
	.top__consultant_img {
		margin-top: 4rem;
	}
	#top__service .vertical {
		writing-mode: horizontal-tb;
	    padding-top: 0;
	    white-space: normal;
	}
	#top__service .top__service_left {
	    padding-right: 0;
	    padding-bottom: 3rem;
	}
	.vertical .kutouten {
	    left: 0;
	    top: 0;
	}
	#top__service .vertical h3 {
	    font-size: 2.4rem;
	}
	#top__service .vertical h4 {
	    margin-bottom: 4rem;
	}
	#top__project .top__project_left {
	    margin-left: 5px;
	    padding-left: 0;
	}
	#slider .slick-list {
	    padding: 0 5% !important;
	}
	#slider .slick-next {
		background: url(../slick/arrow_next.png) center 32% no-repeat;
		background-size: 30px;
		right: 20px;
	}
	#slider .slick-prev {
		background: url(../slick/arrow_prev.png) center 32% no-repeat;
	    left: 20px;
	    background-size: 30px;
	}
	#top__news .news-nav {
	    margin-bottom: 1em;
	    padding: 0;
	}
	.top-news-block {
	    padding: 0;
	    margin-bottom: 2rem;
	}
	#top__banner a.top__banner_inner article {
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .2);
	    padding: 0 10%;
	    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
	}
	#top__banner a.top__banner_inner article h3 {
		font-size: 1.4rem;
	}
	#top__banner a.top__banner_inner article h3 span.en {
	    font-size: 2rem;
	}
/********************************************** 
	
ニュース

********************************************* */
/****** 一覧 ******/
	#archive-news-wrap .news-nav {
	    margin: 0 auto 2rem;
	}
	.archive-news-block ul li a {
		display: block;
		padding: 2rem 0 2rem;
	}
	.archive-news-block ul li a span {
		display: inline-block;
	}
	.archive-news-title {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 8px;
	}
/********************************************** 
	
コンサルティング

********************************************* */
	.consulting__box figure {
	    margin-top: 1em;
	}
/********************************************** 
	
会社情報

********************************************* */
	.company__section {
		padding: 30px 0;
	}
	.credo__box {
	    padding: 1em;
	}
	.credo__box .en {
	    font-size: 1em;
	}
/********************************************** 
	
採用情報

********************************************* */
	#voice figure {
		margin-bottom: 1.5em;
	}
/********************************************** 
	
募集要項

********************************************* */	
	.details__table_wrap table th.sticky {
		position: sticky;
		top: 48px;
	}

}








/* 767px以下 */
@media (max-width: 767px) {
	
/********************************************** 
	
トップページ

********************************************* */
	.visual-content {
	    bottom: 12%;
	    right: auto;
	    left: 15px;
	}	
	.visual-content h2 {
        font-size: 2rem;
    }
        .visual-content p {
        font-size: 1.1em;
    }
    #top__service .vertical h3 {
	    font-size: 2rem;
	}
	#top__service .vertical h4 {
		font-size: 1.6rem;
	    margin-bottom: 2rem;
	}
	.top__service__box {
	    padding: 1.5em 1.5em 2em;
	}
	#slider .slick-next {
		right: 0;
	}
	#slider .slick-prev {
	    left: 0;
	}
	#top__project .slick-slide h3 {
	    font-size: 1.5rem;
	}
	
/****** #top__project ******/	
	#slider {
		padding: 0;
		margin-top: 10px;
	}
	#top__project .slick-slide p {
	    font-size: 1.3rem;
	    margin-top: 10px;
	}
	
/****** #top__news ******/	
	#top__news .news-nav {
		
	}
	#top__news .news-nav .slick-slider .slick-track {
		display: table;
		width: 100%;
	}
	#top__news .news-nav .slick-slide {
	    padding: 0 1px;
	    font-size: 1.2rem;
	    display: table-cell;
	    height: 42px;
	}
    #top__news .news-nav .slick-slide span {
	    line-height: 1.35;
	    padding: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    height: 100%;
    }
    .top-news-block ul li {
	    width: 100%;
	    padding: 1rem 0;
	    border-bottom: 1px solid #ddd;
	}
	.top-news-block span.news-cat {
	    width: 120px;
	    font-size: 1.3rem;
	}
	.top-news-block {
        margin-bottom: 1rem;
    }
    a.recruit__banner.recruit01 {
	    margin-bottom: 1rem;
    }
/********************************************** 
	
ニュース

********************************************* */
/****** 詳細 ******/
	.entry-title h2 {
	    font-size: 1.8rem;
	    line-height: 1.5;
	}
	.single-post-area {
	    padding-bottom: 3rem;
	}
/****** 一覧 ******/
	#archive-news-wrap .news-nav {
		margin-bottom: 1em;
	}
	#archive-news-wrap .news-nav ul li {
	    text-align: center;
	    width: calc(20% - 1px);
	}
	#archive-news-wrap .news-nav ul li a {
	    height: 42px;
	    font-size: 1.2rem;
	}
	.archive-news-block ul li a {
		padding: 1rem 0;
	}
	.archive-news-block ul li a .date {
		width: 90px;
	}
	.archive-news-block ul li a .news-cat {
		width: 120px;
        font-size: 1.3rem;
	}
	
/********************************************** 
	
ページナビ

********************************************* */	
	.wp-pagenavi span.current, .wp-pagenavi a.page {
	    margin: 0 5px 0 0;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
/********************************************** 
	
サービストップ

********************************************* */
	#service__top h2.border + h3.wow {
		font-size: 1.5rem;
	}
	.service__box h3 {
	    margin-top: 1rem;
	}
	.service__box p {
	    padding: 0 1.5em 2em;
	}
/********************************************** 
	
サービス下層ページ

********************************************* */
	p.page__desc {
		font-size: 1.5rem;
	}
	#service__page_desc .logo__mark {
		width: 250px;
		height: 250px;
		left: -50px;
		bottom: -50px;
	}
	.merit__box {
	    padding: 1em 2rem;
	}
	.merit__box h3 {
		font-size: 1.8rem;
		margin-bottom: .25em;
	}
	#service__page_main article:not(:last-child) {
		margin-bottom: 40px;
	}
	.project__box:not(.last) {
		margin-bottom: 4rem;
	}
	.project__box .project__meta {
		margin: 1rem 0 1rem;
	}
	.project__box .project__meta span.project__cat {
		width: 90px;
	}
	.project__box .project__meta .project__name {
		font-size: 1.3rem;
	}
/********************************************** 
	
個人情報保護指針/プライバシーポリシー

********************************************* */
	#policy h3.text-center {
		font-size: 1.8rem;
	}
	#policy h5 {
	    font-size: 1.5rem;
	    margin-bottom: .75em;
	}
	#policy .bg {
	    padding: 1em;
	}
/********************************************** 
	
コンサルティング

********************************************* */
/* 上部コンテンツ */
	#consulting__00 > .container {
	    padding-top: 10px;
	}
	.consulting__step {
		margin-top: 0;
	}
	.consulting__step > div {
		margin-bottom: .6rem;
	}
	.consulting__step_box {
		padding: 1em;
		position: relative;
	}
	.consulting__step_box span.en {
		position: absolute;
		left: 1rem;
		top: 1rem;
		margin-bottom: 0;
	}
	.consulting__step_box .icon {
	    margin-bottom: 1rem;
	}
	.consulting__step_box .icon img {
	    max-width: 80px;
	}
	.step__line {
	    width: 20px;
	    height: 80%;
	    left: calc(50% - 10px);
	    top: 10%;
	    clip-path: inset(0 0 100% 0);
	}
/* 下部コンテンツ	 */
	.consulting__box {
	    padding: 1.5rem;
	}
	.consulting__box h3 {
	    font-size: 2rem;
	    padding-left: 2.5em;
	    padding-top: .65rem;
	}
	.consulting__box h3 span.en {
	    font-size: 5rem;
	    line-height: 1;
	}
	.consulting__box img.shadow {
	    box-shadow: 5px 5px #f1f1f1;
	}
	.consulting__box:not(:last-child)::before {
	    height: 30px;
	    bottom: -30px;
	}
	.consulting__box a.btn {
		width: 100%;
	}
	.consulting__box:not(:last-child) {
	    margin-bottom: 4rem;
	}
/********************************************** 
	
会社情報

********************************************* */
    .company__section {
        padding: 20px 0;
    }
	#message h3 {
	    font-size: 2rem;
	}	
	#message figure figcaption {
	    margin-top: 7px;
	}
	#philosophy .philosophy__txt {
	    font-size: 1.6rem;
	}
	#credo .col-md-4 {
		margin-bottom: 1rem;
	}
	.credo__box {
	    padding: 1em;
	    min-height: auto;
	}
	#access iframe {
		height: 250px !important;
	}
/********************************************** 
	
SDGSsへの取り組み

********************************************* */
	#sdgs__01 .logo__mark {
		width: 250px;
	    height: 250px;
	    left: -50px;
	    top: -20px;
	}
	.sdgs__box {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	.sdgs__box ul.sdgs__icon li img {
	    width: 60px;
	}
	div.col-md-6:last-child .sdgs__box {
		border-bottom: none;
	}
/********************************************** 
	
採用情報

********************************************* */
	.voice01 {
		padding-bottom: 30px;
	}
	.voice02 {
		padding-top: 30px;
	}
/********************************************** 
	
募集要項

********************************************* */
	.details__table_wrap table th {
		padding: 1rem;
	}
	.details__table_wrap table td {
		padding: 1rem;
	}
}














