/* format
============================= */
.format section:nth-child(3n) .section-child:nth-child(2n) .col{
	background-color: #FBFBFB;
	padding: 40px 60px;
	box-shadow: 0 0 0 1px #BABABA;
}
.format section:nth-child(3n) .section-child:nth-child(2n) .col h3{
	border-bottom: 1px dotted #707070;
	padding-bottom: 14px;
}
.format section:nth-child(5n) .section-child .pattern-1_1{
	display: block;
}
.format section:nth-child(5n) .section-child .pattern-1_1 .col{
	margin-left: 0;
} 
.format section:nth-child(5n) .section-child .pattern-1_1 .col h2{
	margin-bottom: 30px;
} 
#btn-submenu.open::after{
	transform: rotateZ(135deg);
	transition-duration: 0.5s;
	transform-origin: 35% 80%;
}
@media print, screen and (max-width:767px) {
	.format .contents .inner{
		margin: 0;
	}
}

/* 404
============================= */
.error-404 {
	margin-bottom: 50px;
}

/* 汎用
============================*/
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.t_left{
	text-align: left;
}
.midashi{
	font-weight: bold;
}
.li_circle li{
	list-style-type: circle;
	margin-left: 20px;
}
.clear{
	clear: both;
}
.m_auto{
	margin: 0 auto;
}
@media print, screen and (min-width:768px) {
	.link-area{
		width: 1100px;
		margin: 0 auto;
	}
	.arrow{
		position: relative;
		font-weight: 500;
	}
	.arrow::before,
	.arrow::after{
		content: "";
		position: absolute;
		height: 1px;
		background-color: #000;
	}
	.arrow::before{
		width: 30px;
		top: 53%;
		left: 90px;
	}
	.arrow::after{
		width: 8px;
		left: 114px;
		top: 46%;
		transform: rotate(35deg);
	}
}
@media print, screen and (max-width:767px) {
	.arrow,
	.web #work .arrow{
		display: none;
	}
	.arrow{
		position: relative;
		font-weight: 500;
	}
	.arrow::before,
	.arrow::after{
		content: "";
		position: absolute;
		height: 1px;
		background-color: #000;
	}
	.arrow::before{
		width: 30px;
		top:53%;
	}
	.arrow::after{
		width: 8px;
		top: 46%;
		transform: rotate(35deg);
	}
	.w_100{
		width: 100%;
	}
}

/* 新着情報
============================= */
#page-news h2 {
	margin-bottom: 5px;
}
#page-news .section:first-of-type h2 {
	margin-top: 5px;
}
#page-news .post-date {
	font-style: Italic;
	margin-bottom: 30px;
}
#page-news h3 {
    margin-bottom: 5px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#page-news h4 {
	margin-bottom: 0;
	margin-top: 10px;
    border-bottom: none;
}
/* 会社ブログ
============================= */
#page-ec_blog h2 {
	margin: 30px 0 5px;
}
#page-ec_blog .section:first-of-type h2 {
	margin-top: 5px;
}
#page-ec_blog .post-date {
	font-style: Italic;
	margin-bottom: 30px;
}
#page-ec_blog h3 {
    margin-bottom: 5px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#page-ec_blog h4 {
	margin-bottom: 0;
	margin-top: 10px;
    border-bottom: none;
}

/* topページ
============================*/
#mainvisual .bx-wrapper .bx-pager-item {
    border-radius: 0;
    max-width: 140px;
    margin: 0 10px;
    width: 100%;
    position: relative;
}
#mainvisual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
    border-radius: 0;
    width: 100%;
}
.top .slide img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: 0;
	margin: 0 auto;
}
.top .slide{
	position: relative;
    height: 100%;
}
.top  .slide figure{
    height: 100%;
}
.top .bxslider{
	aspect-ratio: 1520.8 / 574.85;
    height: 100%;
}
.slide .slide_text {
    background: transparent linear-gradient(180deg, rgba(27, 22, 14, 0.6) 0%, rgba(11, 54, 128, 0.6) 100%) 0% 0% no-repeat padding-box;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.top .slide_text_wrap {
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
.top .slide_text_wrap p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
}
.top .link-area{
	margin-bottom: 20px;
}
.top #whats {
	background: url("/img/top/whats_ecreate_pc.jpg") no-repeat bottom left;
	background-size: cover;
	color: #34486A;
	font-weight: bold;
	margin-bottom: 100px;
	padding: 50px 0 200px;
	position: relative;
}
.top #whats .inner {
	position: relative;
}
.top #whats p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.5;
	margin-left: 15px;
}
.top #whats h2 {
	background: #fff;
	border: 1px solid #34486A;
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	padding: 8px 15px;
	position: inherit;
}
.top #whats::before {
	content: "";
    display: block;
    border-bottom: 1px solid #34486A;
    position: absolute;
    top: 70px;
    left: 0;
    height: 1px;
    width: calc((100vw - 980px) / 2);
    z-index: 0;
}
.top #system h2,
.top #web h2 {
	font-size: 50px;
	font-weight: 500;
	color: #212121;
	margin-bottom: 0;
	line-height: 1.2;
}
.top #system .h2_en,
.top #web .h2_en {
	font-size: 22px;
	font-weight: bold;
	color: #C9D1E2;
}
.top #system .btn,
.top #web .btn {
	margin-top: 50px;
	padding: 13px 50px;
}
.top #system .pattern-1_1,
.top #web .pattern-1_1 {
	flex-wrap: nowrap;
}
.top #system .col img,
.top #web .col img {
	width: 100%;
}
.top #work .col a {
    display: block;
}
.top .news{
	margin-bottom: 20px;
}
.top .news th{
	color: #34486A;
}
.top .news tr{
	border: 0;
}
.top .news tr:nth-of-type(2n-1){
	background-color: #F7F7F7;
}
.top .news td a{
	color: #212121;
}
@media print, screen and (min-width:768px) {
	.top #mainvisual{
	}
	.top h2.ttl::before{
		content: "";
		display: block;
		border-bottom: 1px solid #CACACA;
		position: absolute;
		top: 25%;
		left: 0;
		height: 1px;
		width: 100%;
		z-index: 0;
	}
	.top h2.ttl::after{
		content: "";
		display: none;
	}
	.top h2 {
		margin-bottom: 30px;
	}
	.top h2 figure{
		background-color: #FFF;
		display: inline-block;
		position: relative;
		padding: 0 30px;
		z-index: 1;
	}
	.top h2 span{
		color: #212121;
		display: block;
		font-size: 22px;
		font-weight: bold;
		padding-top: 15px;
	}
	.top #work .icon{
		display: none;
	}
	.top .news th{
		width: 30%;
		text-align: right;
	}
}
@media print, screen and (max-width:767px) {
	.top #mainvisual img {
		width: 100%;
		max-height: 100%;
	}
	.top #mainvisual .bx-wrapper .bx-pager-item {
		max-width: 100px;
	}
	.top .slide_text_wrap {
		width: 100%;
	}
	.top .bxslider{
		aspect-ratio: 375 / 573.75;
	}
	.top #mainvisual .slide_text_wrap img {
		margin: 0 auto;
		width: 70%;
	}
	.top .slide_text_wrap p {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 2.5;
	}
	.top #whats {
		background: url("/img/top/whats_ecreate_sp.jpg") no-repeat bottom left;
		background-size: cover;
		color: #34486A;
		font-weight: bold;
		margin-bottom: 100px;
		padding: 50px 0 200px;
		position: relative;
		text-align: center;
	}
	.top #whats h2 {
		margin-bottom: 50px;
	}
	.top #whats p {
		text-align: center;
		margin-left: 0;
		font-size: 14px;
	}
	.top #whats::before {
		content: "";
		display: block;
		border-bottom: 1px solid #34486A;
		position: absolute;
		top: 70px;
		left: 0;
		height: 1px;
		width: 40%;
		z-index: 0;
	}
	.top h2.ttl::before{
		content: "";
		display: block;
		border-bottom: 1px solid #CACACA;
		position: absolute;
		top: 25%;
		left: 0;
		height: 1px;
		width: 100%;
		z-index: 0;
	}
	.top h2.ttl::after{
		content: "";
		display: none;
	}
	.top h2 figure{
		background: #FFF;
		display: inline-block;
		position: relative;
		padding: 0 20px;
		vertical-align: middle;
		z-index: 1;
	}
	.top h2 span{
		color: #212121;
		display: block;
		font-size: 20px;
		font-weight: bold;
	}
	.top #system .h2_en,
	.top #web .h2_en {
		font-size: 10px;
		text-align: center;
	}
	.top #system h2,
	.top #web h2 {
		font-size: 20px;
		text-align: center;
	}
	.top #system p + div, 
	.top #web p + div {
		text-align: center;
	}
	.top #system .btn,
	.top #web .btn {
		margin-top: 30px;
		padding: 13px 60px 13px 15px;
		text-align: center;
	}
	.top #work .icon{
		display: inline-block;
		padding: 3px 17px 4px 17px;
		font-size: .625rem;
		margin-bottom: 8px;
		color: #FFF;
		background-color: #34486A;
	}
	.top .news th{
		padding-top: 20px;
	}
	.top .news td{
		padding: 0 20px 20px;
	}
	.top #work .inner{
		margin-left: 0;
		margin-right: 0;
	}
	.top #work .col{
		padding: 0 3%;
	}
	.top #work .col::before,
	.top #work .col::after{
		right: 3%;
	}
}

/* Web制作ページ
============================*/
@media print, screen and (min-width:768px) {
	.web.create .col h3{
		text-align: center;
		color: #687690;
		padding-top: 0;
	}
	.web.create .pattern-1_1_1 .col a{
		color: #000;
	}
	.web.create .pattern-1_1_1 .col a:visited{
		color: #000;
	}
	.web.create .pattern-1_1_1 .col img{
	    object-fit: cover;
	    width: 100%;
	    height: 146px;
		object-position: 50% 15%;
	}
	.web.create .arrow{
		margin-left: 25%;
	}
	.web.create .submenu,.web.create .submenu h3{
		text-align: left;
	} 
	.web.create .submenu .arrow{
		margin-left: 0;
	} 
	.web.create .arrow::before{
		left: 95px;
	}
	.web.create .arrow::after{
		left: 119px;
	}
}
@media print, screen and (max-width:767px) {
	.web.create .webcreate .inner{
		margin: 0;
	}
	.web.create .webcreate .col{
		margin-bottom: 20px;
	}
	.web.create .webcreate .pattern-1_1_1 .col a{
		display: block;
		color: #35496B;
	}
	.web.create .webcreate .pattern-1_1_1 .col a:visited{
		color: #35496B;
	}
	.web.create .webcreate .pattern-1_1_1 .col span{
		width: 30%;
		display: table-cell;
	}
	.web.create .webcreate .pattern-1_1_1 .col h3{
		font-size: 16px;
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		padding-right: 45px;
		background: #F7F7F7;
		border-top: none;
	}
	.web.create .webcreate .pattern-1_1_1 .col h3::before{
		width: 10%;
	}
	.web.create .webcreate .pattern-1_1_1 .col:last-of-type h3{
		border-bottom: none;
	}
	.web.create .webcreate .pattern-1_1_1 .col img{
		width: 100%;
		height: 90px;
		object-fit: cover;
		object-position: 50% 30%;
		display: block;
	}
	.web.create .webcreate .pattern-1_1_1 .col p{
		display: none;
	}
}
.pattern-1_1.blocks .col{
	min-height: 174px;
	border: 1px solid #BABABA;
	background-color: #FFF;
	padding: 20px 30px;
}
.pattern-1_1.blocks .col h3{
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #bababa;
	padding: 0 0 10px 0;
}

/* 制作実績ページ
============================*/
.web.works #work a{
	display: block;
}
.web.works #work .col h3,
.web.works #work .col h3 + p{
	color: #000;
}
.web.works #work .col a:hover h3,
.web.works #work .col a:hover h3 + p{
	color: #EA5504;
}
@media print, screen and (min-width:768px) {
	.web.works #work{
		text-align: left;
	}
	.web.works .arrow::before{
		right:0;
		left: inherit;
	}
	.web.works .arrow::after{
		right: -1px;
		left: inherit;
	}
	.web.works #work .col figure img{
		width: 100%;
		height: auto;
	}
}
@media print, screen and (max-width:767px) {
	.web.works #work .inner{
		margin: 0;
		margin-bottom: 20px;
	}
	.web.works #work .col{
		background-color: #F7F7F7;
		padding: 0 3% 0 0;
		border-bottom: 0;
		position: relative;
		margin-bottom: 20px;
	}
	.web.works #work .col::before,
	.web.works #work .col::after{
		content: none;
	}
	.web.works #work .col a{
		display: flex;
		align-items: center;
	}
	.web.works #work .col figure{
		width: 30%;
		height: 11vh;
		display: table-cell;
		vertical-align: middle;
	}
	.web.works #work .col figure img{
		box-shadow: 3px 3px 5px #d9d9d9;
	}
	.web.works #work .col p{
		color: #525252;
		display: inline-block;
		position: absolute;
		left: 37%;
		bottom: 10%;
		line-height: 1.5;
		font-weight: 500;
	}
	.web.works #work .col p.btn{
		display: none;
	}
	.web.works #work .pattern-1_1_1 .col h3{
		width: 70%;
		color: #34486A;
		display: table-cell;
		vertical-align: middle;
		border: 0;
		padding: 20px 40px 50px 20px;
	}
	.web.works #work .pattern-1_1_1 .col .arrow::before,
	.web.works #work .pattern-1_1_1 .col .arrow::after{
		content: "";
		right: 5px;
		background-color: #34486A;
	}
}

/* 企業理念ページ
============================*/
#company .pattern-1_1_1 .col a:hover,
#company .pattern-1_1_1 .col a:hover h3{
	color: #EA5504!important;
	border-bottom-color: #EA5504;
}
#company .pattern-1_1_1 .col a:hover .arrow::after,
#company .pattern-1_1_1 .col a:hover .arrow::before {
	background-color: #EA5504;
}
@media print, screen and (min-width:768px) {
	.principle #cont-main .kakomi{
		border: 2px solid #34486A;
		padding: 5% 0;
		position: relative;
		text-align: center;
	}
	.principle #cont-main .kakomi::before{
		content: "企業理念";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media print, screen and (min-width:768px) {
	.principle #cont-main .kakomi.vision::before{
		content: "経営ビジョン";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.principle #cont-main .kakomi p{
		font-size: 26px;
		font-weight: bold;
		color: #34486A;
		margin-bottom: 0;
		display: inline-block;
		text-align: left;
	}
	.principle #cont-main .bg-gray{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.principle #cont-main .bg-gray .fundamentals{
		font-size: 26px;
		font-weight: 500;
		color:#34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.principle #cont-main .bg-gray .fundamentals::before{
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 30%;
	}
	.principle ol{
		counter-reset: number;
	}
	.principle ol li{
		font-weight: bold;
		position: relative;
		padding-left: 40px;
		margin-bottom: 20px;
		line-height: 2;
	}
	.principle ol li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		width: 30px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
		color: #FFF;
		background-color: #34486A;
		position: absolute;
		left: 0;
		text-align: center;
	}
}
@media print, screen and (max-width:767px) {
	.principle #cont-main .kakomi{
		border: 2px solid #34486A;
		padding: 10% 5% 5%;
		position: relative;
		text-align: center;
	}
	.principle #cont-main .kakomi::before{
		content: "企業理念";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: -1px;
		top: -1px;
	}
	.principle #cont-main .kakomi p{
		font-size: 20px;
		font-weight: bold;
		color: #34486A;
		margin-bottom: 0;
		display: inline-block;
		text-align: left;
	}
	.principle #cont-main .bg-gray{
		padding: 30px 0;
		margin-bottom: 20px;
	}
	.principle #cont-main .bg-gray .fundamentals{
		font-size: 18px;
		font-weight: 500;
		color:#34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.principle #cont-main .bg-gray .fundamentals::before{
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 20%;
	}
	.principle ol{
		counter-reset: number;
	}
	.principle ol li{
		font-weight: bold;
		position: relative;
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.principle ol li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		width: 30px;
		height: 25px;
		line-height: 25px;
		border-radius: 15px;
		color: #FFF;
		background-color: #34486A;
		position: absolute;
		left: 0;
		text-align: center;
		padding-top: 5px;
	}
	.web .child-pages-link li,
	.web .child-pages-link li a{
		width: 100%;
	}
}

/* web制作　子ページ
============================*/
#create .pattern-1_1_1 .col a{
	color: #000;
	display: block;
	padding: 25px 20px;
	border: 1px solid #707070;
	border-bottom: 2px solid #707070;
}
#create .pattern-1_1_1 .col a.this_page{
	pointer-events: none;
	border-bottom: 2px solid #EA5504;
}
#create .pattern-1_1_1 .col a:hover,
#create .pattern-1_1_1 .col a:hover h3{
	color: #EA5504!important;
	border-bottom-color: #EA5504;
}
#create .pattern-1_1_1 .col a:hover .arrow::after,
#create .pattern-1_1_1 .col a:hover .arrow::before {
	background-color: #EA5504;
}
#create .pattern-1_1_1 .col h3{
	color: #000;
	text-align: left;
	margin: 0 0 10px 0;
}
@media print, screen and (min-width:768px) {
	.web.create.lv-3 #cont-main :not(a) > p{
		font-size: 16px;
	}
	#create .pattern-1_1_1 .col .arrow{
		margin: 0;
	}
	#create .pattern-1_1_1 .col .arrow::before{
		left: 100px;
	}
	#create .pattern-1_1_1 .col .arrow::after{
		left: 124px;
	}
}
@media print, screen and (max-width:767px) {
	#create .pattern-1_1_1 .col{
		margin: 0 0 20px;
		background: #fff;
	}
	#create .pattern-1_1_1 .col a,
	#create .pattern-1_1_1 .col p{
		display: block;
		margin: 0;
	}
	#create .pattern-1_1_1 .col h3{
		border: 0;
		padding: 0;
	}
	#create .pattern-1_1_1 .col h3::before,
	#create .pattern-1_1_1 .col h3::after{
		display: none;
	}
	#create .pattern-1_1_1 .col .arrow::before{
		left: 100px;
	}
	#create .pattern-1_1_1 .col .arrow::after{
		left: 124px;
	}
}

/*　カテゴリ別トップページ
============================*/
@media print, screen and (min-width:768px) {
	#category_top .pattern-1_1_1 .col{
		border: 1px dotted #cacaca;
	}
	#category_top .pattern-1_1_1 .col a{
		color: #000;
		display: block;
		padding: 25px 20px;
	}
	#category_top .pattern-1_1_1 .col figure{
		display: flex;
		min-height: 150px;
	}
	#category_top .pattern-1_1_1 .col img{
		width: 100%;
		height: 150px;
		align-self: center;
		vertical-align: middle;
		object-fit: cover;
		object-position: 50% 15%;
	}
	#category_top .pattern-1_1_1 .col h3{
		padding-top: 15px;
		text-align: center;
		color: #687690;
		margin-bottom: 10px;
	}
	#category_top .pattern-1_1_1 .col .arrow{
		margin-left: 75px;
	}
	#category_top .pattern-1_1_1 .col .arrow::before {
	    left: 100px;
	}
	#category_top .pattern-1_1_1 .col .arrow::after {
	    left: 124px;
	}
}
@media print, screen and (max-width:767px) {
	#category_top .pattern-1_1_1 .col{
		margin-bottom: 20px;
	}
	#category_top .pattern-1_1_1 .col a{
		display: block;
		margin: 0;
	}
	#category_top .pattern-1_1_1 .col h3{
		font-size: 16px;
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		padding-right: 45px;
		background: #F7F7F7;
		border-top: none;
		border-bottom: none;
	}
	#category_top .pattern-1_1_1 .col h3::before{
		width: 10%;
		transform: translateY(-50%);
	}
	#category_top .pattern-1_1_1 .col img{
		width: 100%;
		height: 90px;
		object-fit: cover;
		object-position: 50% 30%;
		display: block;
	}
}

/* 企画・設計 */
.planning section:nth-of-type(3) h3 {
	margin-bottom: 5px;
}
.planning section:nth-of-type(3)  p + h3 {
	margin-top: 20px;
}

/* イークリエイトの強み
============================*/
@media print, screen and (min-width:768px) {
	.strength #cont-main .kakomi{
		border: 2px solid #34486A;
		padding: 5% 0;
		position: relative;
		text-align: center;
	}
	.strength #cont-main .kakomi::before{
		content: "プロフェッショナル集団への育成";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media print, screen and (min-width:768px) {
	.strength #cont-main .kakomi.education::before{
		content: "多角的な教育体制";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.strength #cont-main .kakomi p{
		font-size: 26px;
		font-weight: bold;
		color: #34486A;
		margin-bottom: 0;
		display: inline-block;
		text-align: left;
	}
	.strength #cont-main .bg-gray{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.strength #cont-main .bg-gray .fundamentals{
		font-size: 26px;
		font-weight: 500;
		color:#34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.strength #cont-main .bg-gray .fundamentals::before{
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 30%;
	}
	.strength ol{
		counter-reset: number;
	}
	.strength ol li{
		font-weight: bold;
		position: relative;
		padding-left: 40px;
		margin-bottom: 20px;
		line-height: 2;
	}
	.strength ol li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		width: 30px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
		color: #FFF;
		background-color: #34486A;
		position: absolute;
		left: 0;
		text-align: center;
	}
}
@media print, screen and (max-width:767px) {
	.strength #cont-main .kakomi{
		border: 2px solid #34486A;
		padding: 10% 5% 5%;
		position: relative;
		text-align: center;
	}
	.strength #cont-main .kakomi::before{
		content: "多角的な教育体制";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: -1px;
		top: -1px;
	}
	.strength #cont-main .kakomi p{
		font-size: 20px;
		font-weight: bold;
		color: #34486A;
		margin-bottom: 0;
		display: inline-block;
		text-align: left;
	}
	.strength #cont-main .bg-gray{
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.strength #cont-main .bg-gray .fundamentals{
		font-size: 18px;
		font-weight: 500;
		color:#34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.strength #cont-main .bg-gray .fundamentals::before{
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 20%;
	}
	.strength ol{
		counter-reset: number;
	}
	.strength ol li{
		font-weight: bold;
		position: relative;
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.strength ol li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		width: 30px;
		height: 25px;
		line-height: 25px;
		border-radius: 15px;
		color: #FFF;
		background-color: #34486A;
		position: absolute;
		left: 0;
		text-align: center;
		padding-top: 5px;
	}
	.web .child-pages-link li,
	.web .child-pages-link li a{
		width: 100%;
	}
}

/* イークリエイトの強み　子ページ
============================*/
#strength .pattern-1_1_1 .col a{
	color: #000;
	display: block;
	padding: 25px 20px;
	transition: 0s ease-in-out;
}
#strength .pattern-1_1_1 .col a.this_page{
	pointer-events: none;
	border-bottom: 2px solid #EA5504;
	margin-bottom: -2px;
}
#strength .pattern-1_1_1 .col a:hover{
	color: #EA5504;
	border-bottom: 2px solid #EA5504;
	margin-bottom: -2px;
	transition: 0s;
}
#strength .pattern-1_1_1 .col h3 {
	color: #687690;
}
#strength .pattern-1_1_1 .col a:hover h3{
	color: #EA5504;
}
#strength .pattern-1_1_1 .col a:hover .arrow::after,
#strength .pattern-1_1_1 .col a:hover .arrow::before {
	background-color: #EA5504;
}
.web.strength h2:not(.ttl):not(.tac) span{
	display: inline-block;
}
@media print, screen and (min-width:768px) {
	.inner_800{
		margin-bottom: 30px;
	}
	.web.strength.lv-3 #cont-main :not(a) > p{
		font-size: 16px;
	}
	#strength .pattern-1_1_1 .col .arrow::before{
		left: 100px;
	}
	#strength .pattern-1_1_1 .col .arrow::after{
		left: 124px;
	}
	.web #work .icon{
		display: none;
	}
	.web:not(.works) #work .col{
		position: relative;
	}
	.web:not(.works) #work .col::before,
	.web:not(.works) #work .col::after{
		content: "";
		position: absolute;
		height: 1px;
		background-color: #000;
	}
	.web:not(.works) #work .col::before{
		width: 25px;
		right: 0px;
		top: 85%;
	}
	.web:not(.works) #work .col::after{
		width: 8px;
		right: 0;
		top: 84%;
		transform: rotate(35deg);
	}
	.web:not(.works) #work .col h3{
		color: #000;
	}
	.web:not(.works) #work .btn:hover{
		color: #FFF !important;
	}
}
@media print, screen and (max-width:767px) {
	.web.strength.lv-2 #content-area .pattern-1_1_1 {
		margin: 0 -20px;
	}
	#strength .pattern-1_1_1 .col{
		background-color: #fff;
		border: 1px solid #CACACA;
    	border-bottom: 2px solid #CACACA;
		margin: 0 0 20px;
	}
	#strength .pattern-1_1_1 .col a,
	#strength .pattern-1_1_1 .col p{
		display: block;
		margin: 0;
	}
	#strength .pattern-1_1_1 .col h3{
		border: 0;
		padding: 0;
	}
	#strength .pattern-1_1_1 .col h3::before,
	#strength .pattern-1_1_1 .col h3::after{
		display: none;
	}
	#strength .pattern-1_1_1 .col .arrow::before{
		left: 100px;
	}
	#strength .pattern-1_1_1 .col .arrow::after{
		left: 124px;
	}
	.web #work .col a,
	.web #work p {
		display: block;
	}
	.web #work .icon{
		display: inline-block;
		padding: 3px 17px 4px 17px;
		font-size: .625rem;
		margin-bottom: 8px;
		color: #FFF;
		background-color: #34486A;
	}
	.web #work .inner{
		margin-left: 0;
		margin-right: 0;
	}
	.web #work .col{
		padding: 0 3%;
	}
	.web #work .col::before,
	.web #work .col::after{
		right: 3%;
	}
	.web #work .pattern-1_1_1 .col h3{
		border: 0;
		padding: 0;
	}
}


/* システム開発
============================*/
.system.lv-1 .child-page-thumb {
	display: none;
}
@media print, screen and (max-width:767px) {
	.system.lv-1 .child-pages-link li ,
	.system.lv-1 .child-pages-link li a {
		display: block;
		float: inherit;
	}
	.system.lv-1 .child-page-title {
		display: block;
		width: 100%;
	}
}

/* 採用情報
============================*/
.recruit.lv-1 .child-page-thumb,
.recruit.system.lv-2 .child-page-thumb {
	display: none;
}
.recruit .bg-gray-20{
	margin-bottom: 20px;
}
.recruit table {
	border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.recruit tr th {
	border-bottom:none;
	border-top:none;
	background: #F7F7F7;
	border-right: 1px solid #d3d3d3;
}
.recruit tr:first-of-type {
	border-top: 1px solid #d3d3d3;
}

@media print, screen and (max-width:767px) {
	.recruit.lv-1 .child-pages-link li ,
	.recruit.lv-1 .child-pages-link li a,
	.recruit.system.lv-2 .child-pages-link li ,
	.recruit.system.lv-2 .child-pages-link li a {
		display: block;
		float: inherit;
	}
	.recruit.lv-1 .child-page-title,
	.recruit.system.lv-2 .child-page-title {
		display: block;
		width: 100%;
	}
	.recruit table tr:first-of-type {
		border-top: 1px solid #d3d3d3;
	}
	.recruit table tr {
		border-bottom: 1px solid #d3d3d3;
	}
	.recruit table th{
		font-size: 16px;
		vertical-align: middle;
		display: block;
		border-right: none;
		border-bottom: 1px solid #d3d3d3;
	}
	.recruit table td{
		display: table-cell;
		line-height: 2;
		padding: 20px 28px;
	}
}

/* メンバー紹介
============================*/
.member .inner th{
	width:72px;
}
.member .text-left{
	text-align: left;
}
.member .table_type1 .width_name{
	width: 8%;
}
.member .table_type1 .width_introduction{
	width: 38%;
}
.member .table_type1 .width_style{
	width: 20%;
}
.member .table_type1 .width_qualification{
	width: 8%;
}
.member .table_scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
}


/* 制作実績・詳細ページ
============================*/
.works #cont-main{
	display: block;
}
.works #page-works figure{
	margin-bottom: 60px;
}
.works #page-works h1,
.works #page-works .site-category{
	text-align: center;
}
.works #page-works h1{
	font-size: 2.5rem;
	font-weight: 400;
}
.works #page-works .site-category{
	font-size: 1.25rem;
	font-weight: 500;
	color: #676767;
}
.works #page-works .site-info{
	margin-bottom: 1.75em;
}
.works #page-works tr{
	background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
	background-size: 7px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: none;
}
.works #page-works th{
	padding: 15px 30px 20px 0;
}
.works #page-works td{
	padding: 15px 30px 20px 15px;
}
.works #page-works .point{
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 8px 8px;
	padding: 50px 0;
	position: relative;
}
.works #page-works .point::before{
	content: "";
	background: url(../img/txt_point.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100px;
	height: 40px;
	left: 50%;
	top: -14px;
	transform: translateX(-50%);
}
.works .post-footer{
	text-align: center;
	margin-top: 70px;
}
.works .post-footer .page_nation{
	position: relative;	
	padding-top: 25px;
}
.works .post-footer .page_nation .prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1.4em;
}
.works .post-footer .page_nation .next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.works .post-footer .to-list::before{
	content: "";
	background: url(../img/icon_circles.svg) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);

}
.works .post-footer .page_number{
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: solid 1px #CACACA;
	position: relative;
}
.works .post-footer .page_number::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #CACACA;
	bottom: -5px;
	left: 0;
}
.works .post-footer .page_nation a{
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}
.works .post-footer .prev{
	padding-left: 40px;
}
.works .post-footer .prev::before,
.works .post-footer .prev::after{
	left: 0;
}
.works .post-footer .prev::after{
	top: 45%;
	transform: rotate(-35deg);
}
.works .post-footer .next{
	padding-right: 40px;
}
.works .post-footer .next::before,
.works .post-footer .next::after{
	right: 0;
	left: auto;
}
.works .post-footer .next::after{
	top: 45%;
}
@media print, screen and (min-width:768px) {
	.works #page-works h1{
		margin-bottom: 15px;
	}
	.works #page-works .site-category{
		margin-bottom: 50px;
	}
	.works #page-works .site-info{
		margin-top: 50px;
	}
	.works #page-works table{
		width: 700px;
		margin: 0 auto;
	}
	.works #page-works .point .lead {
		font-size: 28px;
		font-weight: bold;
		color: #34486A;
		line-height: 1.4;
		margin-bottom: 20px;
		text-align: center;
	}
	.works #page-works .point h2 {
		text-align: center;
	}
}
@media print, screen and (max-width:767px) {
	.works #page-works figure{
		margin-bottom: 30px;
	}
	.works #page-works h1{
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.works #page-works .site-category{
		font-size: .875rem;
		color: #676767;
	}
	.works #page-works th {
		padding: 15px 0px 10px 0;
	}
	.works #page-works td {
    	padding: 0px 0px 15px 0px;
	}
	.works #page-works .point h2 {
		font-size: 1.25rem;
	}
	.works #page-works .point .lead {
		font-size: 20px;
		font-weight: bold;
		color: #34486A;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.works .page_nation {
		margin-bottom: 60px;
	}
	.works .page_nation .arrow{
		display: block;
	}
	.works .post-footer .prev::after,
	.works .post-footer .next::after {
    	top: 43%;
	}
	.works #cont-main section:not([class]) img {
		max-height: none;
		width: 100%;
	}
}

/* 社長あいさつページ
============================*/
@media print, screen and (min-width:768px) {
	.greeting #cont-main .pattern-1_1{
		flex-flow: row-reverse;
	}
	.greeting #cont-main figcaption{
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}
	.greeting #cont-main figcaption:last-of-type {
		font-size: 18px;
		margin-top: 0;
	}
	.greeting #cont-main figcaption span{
		font-size: 30px;
	}
}
@media print, screen and (max-width:767px) {
	.greeting .inner h2{
		font-size: 20px;
	}
	.greeting #cont-main figcaption:first-of-type {
		margin-top: 10px;
	}
	.greeting #cont-main figcaption{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.greeting #cont-main figcaption span{
		font-size: 24px;
	}
}

/* 会社概要ページ
============================*/
.company.profile table tr:first-of-type {
	border-top: 1px solid #d3d3d3;
}
@media print, screen and (min-width:768px) {

	.company.profile table th{
		border-bottom: none;
		border-top: none;
	}
	.company.profile td .arrow::before{
		right: -30%;
		left: auto;
	}
	.company.profile td .arrow::after{
		right: -31%;
		top: 35%;
		left: auto;
	}
	.profile #cont-main .bg-gray {
		padding: 10px 0;
		margin-bottom: 40px;
	}
	.profile #cont-main .bg-gray .fundamentals {
		font-size: 26px;
		font-weight: 500;
		color: #34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.profile #cont-main .bg-gray .fundamentals::before {
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 30%;
	}
}
@media print, screen and (max-width:767px) {
	.company.profile table tr:first-of-type {
		border-top: 1px solid #d3d3d3;
	}
	.company.profile table tr {
		border-bottom: 1px solid #d3d3d3;
	}
	.company.profile table th{
		width: 135px;
		font-size: 16px;
		vertical-align: middle;
		display: table-cell;
	}
	.company.profile table td{
		display: table-cell;
		line-height: 2;
		padding: 20px 28px;
	}
	.company.profile .arrow{
		display: inline-block;
	}
	.company.profile .arrow::before{
		right: -28%;
		left: auto;
	}
	.company.profile .arrow::after{
		right: -28%;
		top: 42%;
		left: auto;
	}
	.profile #cont-main .bg-gray {
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.profile #cont-main .bg-gray .fundamentals {
		font-size: 18px;
		font-weight: 500;
		color: #34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.profile #cont-main .bg-gray .fundamentals::before {
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 20%;
	}
}
@media print, screen and (min-width:768px) {
	#company .pattern-1_1_1 .col{
		border: 0;
		padding: 0;
	}
	#company .pattern-1_1_1 .col a{
		border: 1px solid #CACACA;
		border-bottom: 2px solid #CACACA;
		padding: 20px;
		padding-left: 30px;
		display: block;
	}
	#company .pattern-1_1_1 .col a:hover{
		opacity: 0.8;
		border-bottom: 2px solid #EA5504;
	}
	#company .pattern-1_1_1 .col a.this_page{
		border-bottom-color: #EA5504;
	}
	#company h3{
		color: #000;
	}
	#company p{
		color: #000;
	}
	#company .arrow::before,
	#company .arrow::after{
		margin-left: 5%;
	}
}
@media print, screen and (max-width:767px) {
	#company .inner{
		margin: 0;
	}
	#company .pattern-1_1_1 .col a{
		display: block;
	}
	#company h3{
		color: #000;
	}
	#company h3::before,
	#company h3::after{
		background-color: #737F94;
		right: 5%;
	}
	#company h3::before{
		width: 20px;
	}
	#company .pattern-1_1_1 .col.this_page{
		background-color: #E4E8F0;
	}
	.company.profile #company .arrow{
		display: none;
	}
}

/* 社員教育ページ
============================*/
.education .bg-gray-20 .fundamentals{
	margin-bottom: 0;
	position: relative;
	padding-left: 0.5em;
}
.education .bg-gray-20 .fundamentals::before{
	content: "";
	width: 5px;
	height: 75%;
	display: block;
	background-color: #34486A;
	position: absolute;
	top: 15%;
	left: 0;
}
.education .bg-gray-20{
	margin-bottom: 20px;
}

/* アクセスページ
============================*/
.access .bg-gray-20 h2{
	margin-bottom: 0;
	position: relative;
	padding-left: 0.7em;
}
.access .bg-gray-20 h2::before{
	content: "";
	width: 5px;
	height: 80%;
	display: block;
	background-color: #34486A;
	position: absolute;
	top: 10%;
	left: 0;
}
.access .bg-gray-20{
	margin-bottom: 20px;
}
.access .midashi{
	margin-bottom: 1em;
}
.access .li_circle li{
	margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
	.access .t_right.arrow{
		display: block;
		margin-right: 50px;
	}
	.access .t_right.arrow::before,
	.access .t_right.arrow::after{
		right: -4%;
		left: auto;
	}
}
@media print, screen and (max-width:767px) {
	.access .t_right.arrow{
		display: block;
		margin-right: 30px;
	}
	.access .t_right.arrow::before,
	.access .t_right.arrow::after{
		right: -11%;
	}
}

/* 沿革ページ
============================*/
.history .bg-gray-20 .fundamentals{
	margin-bottom: 0;
	position: relative;
	padding-left: 0.5em;
}
.history .bg-gray-20 .fundamentals::before{
	content: "";
	width: 5px;
	height: 75%;
	display: block;
	background-color: #34486A;
	position: absolute;
	top: 15%;
	left: 0;
}
.history .bg-gray-20{
	margin-bottom: 20px;
}
.history tr th {
	border-bottom:none;
	border-top:none;
}
.history tr:first-of-type {
	border-top: 1px solid #d3d3d3;
}

@media print, screen and (max-width:767px) {
	.company.history table tr:first-of-type {
		border-top: 1px solid #d3d3d3;
	}
	.company.history table tr {
		border-bottom: 1px solid #d3d3d3;
	}
	.company.history table th{
		width: 135px;
		font-size: 16px;
		vertical-align: middle;
		display: table-cell;
	}
	.company.history table td{
		display: table-cell;
		line-height: 2;
		padding: 20px 28px;
	}
}

/* プライバシーポリシーページ
============================*/
.bg-gray-20{
	background-color: #F7F7F7;
	padding: 20px 0;
	margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
	.privacy .bg-gray-20 h2{
		margin-bottom: 0;
		position: relative;
		padding-left: 0.5em;
	}
	.privacy .bg-gray-20 h2::before{
		content: "";
		width: 5px;
		height: 26px;
		display: block;
		background-color: #34486A;
		position: absolute;
		top: 15%;
		left: 0;
	}
}

/* お問い合わせ画面
=============================*/
.contact .telephone{
	color: #34486A;
}
.contact .telephone tr{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.contact .bg-gray-20 h2::before{
	content: none;
}
.required::after{
	content: "必須";
	font-size: 14px;
	color: #FF2C7D;
	border: 1px solid #FF2C7D;
	margin-left: 1%;
	padding: 1px 5px;
	border-radius: 5px;
}
.Any::after{
	content: "任意";
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	margin-left: 1%;
	padding: 1px 5px;
	border-radius: 5px;
}
.contact .status{
	display: inline-block;
	margin-bottom: 1.5em;
}
@media print, screen and (min-width:768px) {
	.contact .bg-gray-20 h2{
		line-height: 1.8;
		margin-bottom: 0;
	}
	.contact .bg-gray-20 img{
		float: left;
		margin-right: 15px;
	}
	.contact .telephone tr{
		border-bottom: 0;
	}
	.contact .telephone th{
		font-size: 33px;
		text-align: left;
		vertical-align: middle;
		width: 10%;
		padding: 15px 0;
	}
	.contact .telephone td{
		font-size: 50px;
		font-weight: bold;
		padding: 15px 0;
	}
	.contact .telephone td span{
		font-size: 25px;
		vertical-align: 9px;
	}
	.contact .status div{
		width: 150px;
		color: #FFF;
		background-color: #BCC5D6;
		text-align: center;
		float: left;
		position: relative;
		font-weight: bold;
		line-height: 1.5 !important;
		padding: 0.5em 0;
	}
	.contact .status div:nth-of-type(2){
		padding-left: 30px;
	}
	.contact .status div:last-of-type{
		width: 180px;
		padding-left: 20px;
	}
	.contact .status div.stat{
		background-color: #34486A;
	}
	.contact .status div::before,
	.contact .status div::after{
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
	}
	.contact .status div:first-of-type::before,
	.contact .status div:last-of-type::after{
		content: none;
	}
	.contact .status div::before{
		border-bottom: 32px solid transparent;
		border-right: 17px solid transparent;
		border-top: 32px solid #FFF;
		border-left: 17px solid #FFF;
		left: 0;
	}
	.contact .status div::after{
		border-bottom: 28px solid transparent;
		border-right: 15px solid transparent;
		border-top: 28px solid #BCC5D6;
		border-left: 15px solid #BCC5D6;
		right: -20%;
		z-index: 2;
	}
	.contact .status div.stat::after{
		border-top-color:#34486A;
		border-left-color:#34486A;
	}
	.contact .status div span{
		font-weight: normal;
	}
	.contact .error{
		font-size: 18px;
		font-weight: bold;
		width: 60%;
		color: #FF2C7D;
		background-color: rgba(255, 134, 162, 0.2);
		padding-left: 1em;
	}
	.contact tr:nth-of-type(5) .error{
		width: 35%;
	}
	.contact .error + input,
	.contact .error + select,
	.contact .error + textarea{
		border:2px solid #FF86A2;
	}
	.contact form.input p.clear{
		margin-bottom: 30px;
	}
	.contact form.input table tr{
		border-bottom: 0;
	}
	.contact form.input table th,
	.contact form.input table td{
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 0;
	}
	.contact form.input table th{
		padding-bottom: 10px;
	}
	.contact form.input table td{
		padding-bottom: 50px;
	}
	.contact form.input select,
	.contact form.input input{
		font-size: 16px;
		width: 60%;
		height: 70px;
		padding: 4px 10px;
	}
	.contact form.input textarea{
		font-size: 16px;
		width: 60%;
		padding: 20px;
		min-height: 300px;
	}
	.contact form.input input[type="checkbox"]{
		width: 40px;
		height: 40px;
		display: none;
	}
	.contact form.input input[type="tel"]{
		width: 35%;
	}
	.contact .consent{
		font-size: 20px;
		margin-bottom: 2.5em;
		position: relative;
		padding-left: 3em;
	}
	.contact select:hover,
	.contact .consent label:hover{
		opacity: 0.8;
		cursor: pointer;
	}
	.contact .consent label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 40px;
		border: 2px solid #212121;
		border-radius: 2px;
	}
	.contact .consent label::after{
		content: "";
		display: block;
		position: absolute;
		top: 24%;
		left: 16px;
		width: 10px;
		height: 17px;
		transform: rotate(40deg);
		border-bottom: 3px solid #959EA7;
		border-right: 3px solid #959EA7;
	}
	.contact .consent.check label::before,
	.contact .consent.check label::after{
		border-color: #EA5504;
	}
	.contact .consent a{
		color: #000;
		border-bottom: 1px solid #000;
	}
	.contact form.input .btn{
		padding: 30px 30px 30px 0px;
		width: 450px;
		background-color: #99a3b4;
		cursor: default;
		opacity: 1;
	}
	.contact form.input .btn::before,
	.contact form.input .btn::after{
		right: 11%;
	}
	.contact form.input .btn.check_on{
		background-color: #34486a;
		cursor: pointer;
	}
	.contact form.input .btn.check_on:hover{
		opacity: 0.7;
	}
}
@media print, screen and (max-width:767px) {
	.contact #h-submenu{
		display: none;
	}
	.contact #pagetitle-area{
		border-top: 5px solid #34486A!important;
	}
	.contact #page-main section{
		margin-bottom: 30px;
	}
	.contact #page-main section:nth-of-type(1) .bg-gray-20{
		margin-bottom: 15px;
	}
	.contact .bg-gray-20 h2{
		line-height: 1.8;
		margin-bottom: 0;
	}
	.contact .bg-gray-20 img{
		float: left;
		margin-right: 15px;
	}
	.contact .telephone tr{
		border-bottom: 0;
	}
	.contact .telephone th,
	.contact .telephone td{
		padding-top: 0;
	}
	.contact .telephone th{
		font-size: 16px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		width: 30%;
		padding: 0;
	}
	.contact .telephone td{
		font-size: 30px;
		font-weight: bold;
		display: table-cell;
		padding-bottom: 10px;
	}
	.contact .telephone td span{
		display: none;
	}
	.contact .telephone a{
		margin-bottom: 1.5em;
	}
	.contact .telephone p{
		font-size: 15px;
		color: #34486A;
	}
	.contact .inner.m0{
		margin: 0;
	}
	.contact .status{
		display: block;
		font-size: 0;
		margin-bottom: 20px;
	}
	.contact .status div{
		width: calc(100%/3);
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		background-color: #BCC5D6;
		text-align: center;
		line-height: 2;
		display: inline-block;
		position: relative;
	}
	.contact .status div:first-of-type{
		margin-left: 0;
	}
	.contact .status div:nth-of-type(2){
		padding-left: 20px;
	}
	.contact .status div:last-of-type{
		padding-left: 20px;
	}
	.contact .status div.stat{
		background-color: #34486A;
	}
	.contact .status div::before,
	.contact .status div::after{
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
	}
	.contact .status div:first-of-type::before,
	.contact .status div:last-of-type::after{
		content: none;
	}
	.contact .status div::before{
		border-bottom: 32px solid transparent;
		border-right: 17px solid transparent;
		border-top: 32px solid #FFF;
		border-left: 17px solid #FFF;
		left: -1px;
	}
	.contact .status div::after{
		border-bottom: 28px solid transparent;
		border-right: 15px solid transparent;
		border-top: 28px solid #BCC5D6;
		border-left: 15px solid #BCC5D6;
		right: -28px;
		z-index: 2;
	}
	.contact .status div.stat::after{
		border-top-color:#34486A;
		border-left-color:#34486A;
	}
	.contact .status div span{
		font-weight: normal;
	}
	.contact form > p {
		margin-bottom: 20px;
	}
	.contact form table tr{
		border-bottom: 0;
	}
	.contact form table th,
	.contact form table td{
		font-size: 18px;
		padding: 0;
	}
	.contact form table th{
		padding-bottom: 10px;
	}
	.contact form table td{
		padding-bottom: 30px;
	}
	.contact form select,
	.contact form input{
		width: 100%;
		height: 50px;
		padding: 15px 20px;
	}
	.contact form input[type="checkbox"]{
		width: 30px;
		height: 30px;
		display: none;
	}
	.contact form textarea{
		font-size: 14px;
		min-height: 200px;
		padding: 20px;
	}
	.contact #cont-main .error{
		font-size: 16px;
		font-weight: bold;
		color: #FF2C7D;
		background-color: rgba(255, 134, 162, 0.2);
		padding: 0 1em;
		margin-bottom: 0;
	}
	.contact .error + input,
	.contact .error + select,
	.contact .error + textarea{
		border:2px solid #FF86A2;
	}
	.contact .consent{
		font-size: 16px;
		margin-bottom: 1.5em;
		position: relative;
		padding-left: 3em;
	}
	.contact .consent label{
		line-height: 1.5;
	}
	.contact .consent label:hover{
		opacity: 0.8;
		cursor: pointer;
	}
	.contact .consent label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		border: 2px solid #212121;
		border-radius: 2px;
	}
	.contact .consent label::after{
		content: "";
		display: block;
		position: absolute;
		top: 8%;
		left: 10px;
		width: 10px;
		height: 17px;
		transform: rotate(40deg);
		border-bottom: 3px solid #959EA7;
		border-right: 3px solid #959EA7;
	}
	.contact .consent.check label::before,
	.contact .consent.check label::after{
		border-color: #EA5504;
	}
	.contact .consent a{
		border-bottom: 1px solid #000;
		color: #000;
	}
	.contact form .btn{
		width: 100%;
		font-size: 18px;
		background-color: #99a3b4;
	}
	.contact form.input .btn.check_on{
		background-color: #34486a;
	}
}
@media print, screen and (max-width:320px) {
	.contact .bg-gray-20 h2{
		font-size: 21px;
	}
	.contact .telephone th{
		padding-left: 4%;
	}
}

/*お問い合わせ　確認画面
==========================*/
.confirm form .btn{
	background-color: #34486a;
	cursor: pointer;
}
@media print, screen and (min-width:768px) {
	.confirm .clear{
		margin-bottom: 30px;
	}
	.confirm .confirmation table{
		width: 70%;
		margin-bottom: 60px;
	}
	.confirm .confirmation tr{
		border-bottom: 0;
	}
	.confirm .confirmation tr:nth-of-type(2n-1){
		background-color: #F7F7F7;
	}
	.confirm .confirmation th{
		width: 32%;
		font-size: 18px;
		color: #34486A;
	}
	.confirm .confirmation button{
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.confirm .confirmation div a.arrow.prev{
		font-size: 18px;
		padding-left: 60px;
		color: #34486A;
	}
	.confirm .confirmation div a.arrow.prev:hover{
		color: #EA5504;
	}
	.confirm .confirmation div a.arrow.prev::before{
		left: 0px;
		top: 55%;
	}
	.confirm .confirmation div a.arrow.prev::after{
		left: 0px;
		transform: rotate(-35deg);
	}
}
@media print, screen and (max-width:767px) {
	.confirm #page-main section:nth-of-type(1) .bg-gray-20,
	.thanks #page-main section:nth-of-type(1) .bg-gray-20{
		margin-bottom: 30px;
	}
	.confirm .clear{
		margin: 0 20px;
	}
	.confirm .confirmation table{
		margin-bottom: 30px;
	}
	.confirm .confirmation tr:nth-of-type(2n-1){
		background-color: #F7F7F7;
	}
	.confirm .confirmation th{
		font-size: 16px;
		color: #34486A;
		padding: 20px 0 5px 20px;
	}
	.confirm .confirmation td{
		font-size: 16px;
		padding: 0 0 20px 20px;
	}
	.confirm .confirmation button{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 30px;
	}
	.confirm .confirmation div{
		margin-bottom: 50px;
	}
	.confirm .confirmation div a.arrow.prev{
		font-size: 14px;
		text-align: center;
		color: #34486A;
		display: block;
	}
	.confirm .confirmation div a.arrow.prev::before{
		left: 18%;
	}
	.confirm .confirmation div a.arrow.prev::after{
		left: 18%;
		top: 32%;
		transform: rotate(-35deg);
	}
}

/*お問い合わせ　完了画面
==========================*/
.thanks #page-main .btn::before,
.thanks #page-main .btn::after{
	right: auto;
	left: 10%;
}
.thanks #page-main .btn::after{
	transform: rotate(-35deg);
}
@media print, screen and (min-width:768px) {
	.thanks #page-main section .inner:nth-of-type(3) p{
		font-size: 16px;
		margin-bottom: 1em;
	}
	.thanks #page-main section .inner:nth-of-type(3) p:last-of-type{
		margin-bottom: 3em;
	}
	.thanks #page-main .btn{
		text-align: center;
	}
}
@media print, screen and (max-width:767px) {
	.thanks #page-main .btn{
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 2em;
	}
}

/* 新着情報ページ
============================*/	
#news{
	margin-bottom: 50px;
}
.news #news-list{
    margin: 30px auto 0 auto;
}
.news .post-list-item{
	color: #000;
	background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
    background-size: 7px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
	padding: 40px 0;
	display: block;
}
.news .post-header{
	font-weight: bold;
}
.news .post-date{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.news .post-cont{
	text-decoration: underline;
}
.news #post-cont .text-q {
	font-size: 21px;
	padding-left: 1em;
}
.news #post-cont .text-a {
	background-color: #F7F7F7;
    padding: 15px 1em;
	margin-left: 1em;
	width: 82%;
}
.news #post-cont .text-a + .text-a {
	margin-top: 0.5em;
}
.news #news-pager .page-numbers{
	display: flex;
    justify-content: center;
}
.news #cont-main .page-numbers li {
	margin-top: 0;
}
.news #news-pager a{
	color: #000;
}
.news #news-pager a,.news #news-pager .current{
	padding: 3px 11px;
	display: block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.news #news-pager .current{
	color: #fff;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.news #news-pager ul.page-numbers li:last-child a{
	border-right: 1px solid;
}
.news #news-pager .prev,
.news #news-pager .next{
	padding: 3px 20px;
	background-color: #E2E2E2;
}
@media print, screen and (min-width:768px) {
	.news #cont-main{
		margin-bottom: 140px;
	}
	.news #news-list{
		width: 750px;
	}
	.news .post-list-item{
		font-size: 1rem;
		display: flex;
	}
	.news .post-header{
		width: 20%;
	}
	.news .post-cont{
		width: 80%;
	}
	.news #news-pager ul.page-numbers{
		margin-top: 50px;
	}
	.news #news-pager a,.news #news-pager .current{
		padding: 14px 21px;
	}
	.news #news-pager .prev,
	.news #news-pager .next{
		padding: 14px 31px;
	}
}
@media print, screen and (max-width:767px) {
	.news #news-pager ul.page-numbers{
		margin-top: 30px;
	}
	.news #cont-main .post-header .post-date{
		margin-bottom: 5px;
	}
	.news #cont-main .post-cont .post-title{
		margin-bottom: 0;
	}
	.news .post-list-item{
		padding: 20px 0;
	}
	.news #cont-main{
		margin-bottom: 100px;
	}
	.news #post-cont img{
		width: 100%;
	}
	.news #post-cont .text-q {
		font-size: 14px;
	}
	.news #post-cont .text-a {
		font-size: 13px;
		width: 100%;
	}
}

/* 新着情報・詳細ページ
============================*/
.news #page-news .post-footer p{
	text-align: center;
}
/*ボタン*/
:root{
	--btn-leftfYohaku:50px;
}
.news #page-news #post-cont{
	margin-bottom: 50px;
}
.news #page-news .post-footer{
	text-align: center;
}
.news #page-news .post-footer .btn{
	padding: 13px 0 13px var(--btn-leftfYohaku);
	text-align: center;
}
.news #page-news .post-footer .btn::before{
	    left: var(--btn-leftfYohaku);
}
.news #page-news .post-footer .btn::after {
    width: 8px;
    left: calc(var(--btn-leftfYohaku) - 1px);
    top: 47%;
    transform: rotate(-35deg);
}
:not(.works).lv-3 #scroll_gnav .menu > .menu-item .sub-menu .menu-item:nth-of-type(-n+2) {
	margin-bottom: 3px;
}

/* 会社ブログページ
============================*/	
#ec_blog{
	margin-bottom: 50px;
}
.ec_blog #ec_blog-list{
    margin: 30px auto 0 auto;
}
.ec_blog .post-list-item{
	color: #000;
	background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
    background-size: 7px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
	padding: 40px 0;
	display: block;
}
.ec_blog .post-header{
	font-weight: bold;
}
.ec_blog .post-date{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.ec_blog .post-cont{
	text-decoration: underline;
}
.blog-item{
	cursor: pointer;
	color: #34486a;
}
.blog-item:hover{
	color:#EA5504 !important;
}
.ec_blog #post-cont .text-q {
	font-size: 21px;
	padding-left: 1em;
}
.ec_blog #post-cont .text-a {
	background-color: #F7F7F7;
    padding: 15px 1em;
	margin-left: 1em;
	width: 82%;
}
.ec_blog #post-cont .text-a + .text-a {
	margin-top: 0.5em;
}
.ec_blog #ec_blog-pager .page-numbers{
	display: flex;
    justify-content: center;
}
.ec_blog #cont-main .page-numbers li {
	margin-top: 0;
}
.ec_blog #ec_blog-pager a{
	color: #000;
}
.ec_blog #ec_blog-pager a,.ec_blog #ec_blog-pager .current{
	padding: 3px 11px;
	display: block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.ec_blog #ec_blog-pager .current{
	color: #fff;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.ec_blog #ec_blog-pager ul.page-numbers li:last-child a{
	border-right: 1px solid;
}
.ec_blog #ec_blog-pager .prev,
.ec_blog #ec_blog-pager .next{
	padding: 3px 20px;
	background-color: #E2E2E2;
}
@media print, screen and (min-width:768px) {
	.ec_blog #cont-main{
		margin-bottom: 140px;
	}
	.ec_blog #ec_blog-list{
		width: 750px;
	}
	.ec_blog .post-list-item{
		font-size: 1rem;
		display: flex;
	}
	.ec_blog .post-header{
		width: 20%;
	}
	.ec_blog .post-cont{
		width: 80%;
	}
	.ec_blog #ec_blog-pager ul.page-numbers{
		margin-top: 50px;
	}
	.ec_blog #ec_blog-pager a,.ec_blog #ec_blog-pager .current{
		padding: 14px 21px;
	}
	.ec_blog #ec_blog-pager .prev,
	.ec_blog #ec_blog-pager .next{
		padding: 14px 31px;
	}
}
@media print, screen and (max-width:767px) {
	.ec_blog #ec_blog-pager ul.page-numbers{
		margin-top: 30px;
	}
	.ec_blog #cont-main .post-header .post-date{
		margin-bottom: 5px;
	}
	.ec_blog #cont-main .post-cont .post-title{
		margin-bottom: 0;
	}
	.ec_blog .post-list-item{
		padding: 20px 0;
	}
	.ec_blog #cont-main{
		margin-bottom: 100px;
	}
	.ec_blog #post-cont img{
		width: 100%;
	}
	.ec_blog #post-cont .text-q {
		font-size: 14px;
	}
	.ec_blog #post-cont .text-a {
		font-size: 13px;
		width: 100%;
	}
}
/* 会社ブログ・詳細ページ
============================*/
.ec_blog #page-ec_blog .post-footer p{
	text-align: center;
}
/*ボタン*/
:root{
	--btn-leftfYohaku:50px;
}
.ec_blog #page-ec_blog #post-cont{
	margin-bottom: 50px;
}
.ec_blog #page-ec_blog .post-footer{
	text-align: center;
}
.ec_blog #page-ec_blog .post-footer .btn{
	padding: 13px 0 13px var(--btn-leftfYohaku);
	text-align: center;
}
.ec_blog #page-ec_blog .post-footer .btn::before{
	    left: var(--btn-leftfYohaku);
}
.ec_blog #page-ec_blog .post-footer .btn::after {
    width: 8px;
    left: calc(var(--btn-leftfYohaku) - 1px);
    top: 47%;
    transform: rotate(-35deg);
}

/* メニューpc
============================*/
@media print, screen and (min-width:768px){
	.slide-up #gnav .menu > .menu-item > .this_parent + .sub-menu-wrap,
	.slide-up #gnav .menu > .menu-item.here .sub-menu-wrap {
		display: flex;
		height: auto;
		opacity: 1;
		padding: 21px 0;
    	margin: 0 auto;
	}
	#gnav .menu > .menu-item.here .sub-menu-wrap {
		overflow: hidden;
	}
	.lv-3:not(.works,.ec_blog) #gnav .menu > .menu-item.here .sub-menu-wrap {
		overflow: inherit;
	}
	.lv-3:not(.works,.ec_blog) #gnav .menu > .menu-item.here .sub-menu-wrap .sub-menu-wrap {
		top: 0;
	}
	.lv-1 #gnav .menu > .menu-item .menu-item-75 > .sub-menu-wrap,
	.lv-2 #gnav .menu > .menu-item .menu-item-75 > .sub-menu-wrap,
	.slide-up #gnav .menu > .menu-item .menu-item-75 > .sub-menu-wrap{
		display: none;
	}
	.slide-up #gnav .menu > .menu-item .menu-item-75 > .sub-menu-wrap li:first-child{
		margin-right: 30px;
	}
	.lv-3 .slide-down #gnav .menu > .menu-item .sub-menu .sub-menu {
		display: block;
		max-width: 1100px;
		margin: 0 auto;
		top: 0;
	}
	.strength.lv-3 .slide-up #gnav .menu > .menu-item .menu-item-75 > .sub-menu-wrap,
	.lv-3 .slide-up #gnav .menu > .menu-item .sub-menu .sub-menu{
		display: block;
		max-width: 1100px;
		margin: 0 auto;
		top: 0;
		z-index: 1;
	}
	:not(.works,.ec_blog).lv-3 #gnav .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item:first-of-type,
	:not(.works,.ec_blog).lv-2 #scroll_gnav.create-gnav .menu > .menu-item .sub-menu .menu-item:first-of-type,
	:not(.works,.ec_blog).lv-3 #scroll_gnav .menu > .menu-item .sub-menu .menu-item:first-of-type{
		margin-right: 30px;
		margin-bottom: 2px;
	}
	:not(.works,.ec_blog).lv-3 #gnav .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item:first-of-type::before {
		content: "";
		width: 0.5em;
		height: 0.5em;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform:rotateZ(-45deg) translateY(-50%);
		display: block;
		position: absolute;
		right: -20px;
		top: 50%;
		background-color: transparent;
	}
	:not(.works,.ec_blog).lv-2 #scroll_gnav.create-gnav .menu > .menu-item .sub-menu .menu-item:first-of-type::before,
	:not(.works,.ec_blog).lv-3 #scroll_gnav .menu > .menu-item .sub-menu .menu-item:first-of-type::before{
		content: "";
		width: 0.5em;
		height: 0.5em;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform:rotateZ(-45deg) translateY(-50%);
		display: block;
		position: absolute;
		right: -20px;
		top: 38%;
		background-color: transparent;
	}
	:not(.works,.ec_blog).lv-3 #gnav .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item:nth-of-type(2),
	:not(.works,.ec_blog).lv-2 #scroll_gnav.create-gnav .menu > .menu-item .sub-menu .menu-item:nth-of-type(2),
	:not(.works,.ec_blog).lv-3 #scroll_gnav .menu > .menu-item .sub-menu .menu-item:nth-of-type(2){
		position: relative;
		margin-right: 80px;
		margin-bottom: 5px;
	}
	:not(.works,.ec_blog).lv-3 #gnav .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item:nth-of-type(2)::before,
	:not(.works,.ec_blog).lv-2 #scroll_gnav.create-gnav .menu > .menu-item .sub-menu .sub-menu .menu-item:nth-of-type(2)::before,
	:not(.works,.ec_blog).lv-3 #scroll_gnav .menu > .menu-item .sub-menu .sub-menu .menu-item:nth-of-type(2)::before{
		content: "";
		width: 60px;
		right: -68px;
		height: 1px;
		top: 42%;
		background-color: #737F94;
		position: absolute;
	}
	#pagetitle-area{
		transition: .3s;
	}
	:not(.news) #pagetitle-area,
	:not(.contact) #pagetitle-area,
	:not(.about) #pagetitle-area,
	:not(.privacy) #pagetitle-area,
	:not(.disclaimer) #pagetitle-area,
	:not(.sitemap) #pagetitle-area,
	:not([class~="404"]) #pagetitle-area{
		padding-top: 120px;
	}
	#pagetitle-area.error-404{
		padding-top: 60px;
	}
	.news #pagetitle-area,
	.contact #pagetitle-area,
	.about #pagetitle-area,
	.privacy #pagetitle-area,
	.disclaimer #pagetitle-area,
	.sitemap #pagetitle-area,
	[class~="404"] #pagetitle-area{
		padding-top: 60px;
	}
	#pagetitle-area.open{
		padding-top: 120px;
	}
	#pagetitle-area.close,
	#pagetitle-area.close.open{
		padding-top: 60px;
	}
}

/* 採用情報 システム開発事業 イークリエイトの特徴
============================*/	
@media print, screen and (min-width:768px) {
	.recruit system characteristic #cont-main .kakomi{
		border: 2px solid #34486A;
		padding: 5% 0;
		position: relative;
		text-align: center;
	}
	.recruit system characteristic #cont-main .kakomi::before{
		content: "代表メッセージ";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media print, screen and (min-width:768px) {
	.recruit system characteristic #cont-main .kakomi.vision::before{
		content: "経営ビジョン";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.recruit system characteristic #cont-main .kakomi p{
		font-size: 26px;
		font-weight: bold;
		color: #34486A;
		margin-bottom: 0;
		display: inline-block;
		text-align: left;
	}
	.recruit system characteristic #cont-main .bg-gray{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.recruit system characteristic #cont-main .bg-gray .fundamentals{
		font-size: 26px;
		font-weight: 500;
		color:#34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.recruit system characteristic #cont-main .bg-gray .fundamentals::before{
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 30%;
	}
	.recruit system characteristic ol{
		counter-reset: number;
	}
	.recruit system characteristic ol li{
		font-weight: bold;
		position: relative;
		padding-left: 40px;
		margin-bottom: 20px;
		line-height: 2;
	}
	.recruit system characteristic ol li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		width: 30px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
		color: #FFF;
		background-color: #34486A;
		position: absolute;
		left: 0;
		text-align: center;
	}
}
@media print, screen and (max-width:767px) {
	.recruit system characteristic #cont-main .kakomi{
		border: 2px solid #34486A;
		padding: 10% 5% 5%;
		position: relative;
		text-align: center;
	}
	.recruit system characteristic #cont-main .kakomi::before{
		content: "企業理念";
		color: #FFF;
		background-color: #34486A;
		padding: 5px 25px;
		font-size: 18px;
		position: absolute;
		left: -1px;
		top: -1px;
	}
	.recruit system characteristic #cont-main .kakomi p{
		font-size: 20px;
		font-weight: bold;
		color: #34486A;
		margin-bottom: 0;
		display: inline-block;
		text-align: left;
	}
	.recruit system characteristic #cont-main .bg-gray{
		padding: 30px 0;
		margin-bottom: 20px;
	}
	.recruit system characteristic #cont-main .bg-gray .fundamentals{
		font-size: 18px;
		font-weight: 500;
		color:#34486A;
		position: relative;
		padding-left: 20px;
		margin: 0;
	}
	.recruit system characteristic #cont-main .bg-gray .fundamentals::before{
		content: "";
		width: 5px;
		height: 20px;
		background-color: #34486A;
		display: block;
		position: absolute;
		left: 0;
		top: 20%;
	}
	.recruit system characteristic ol{
		counter-reset: number;
	}
	.recruit system characteristic ol li{
		font-weight: bold;
		position: relative;
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.recruit system characteristic ol li::before{
		counter-increment: number;
		content: counter(number);
		display: block;
		width: 30px;
		height: 25px;
		line-height: 25px;
		border-radius: 15px;
		color: #FFF;
		background-color: #34486A;
		position: absolute;
		left: 0;
		text-align: center;
		padding-top: 5px;
	}
}

.pageTop a{
	position: fixed;
	bottom: 78px;
	right: 50px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background: #EA5504;
}
.pageTop a::before{
	position: fixed;
    content: "";
    bottom: 111px;
    border-left: #fff solid 2px;
    border-top: #fff solid 2px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    right: 73px;
}
.pageTop a img{
	position: fixed;
    bottom: 89px;
    display: inline-block;
    right: 62px;
}
@media print, screen and (max-width:767px) {

	.pageTop a{
		bottom: 58px;
		width: 55px;
		height: 55px;
		right: 20px;
		background: #EA5504;
	}
	.pageTop a::before{
		bottom: 86px;
		width: 15px;
		height: 15px;
		right: 39px;
	}
	.pageTop a img{
		bottom: 67px;
		width: 39px;
		right: 28px;
	}
}
/* 20230908追加（BtoBサイトページ） */
@media print, screen and (max-width:768px) {
	.btob-flow-img{
		max-height: inherit;
		height: auto;
	}
}
@media print, screen and (min-width:768px) {
	.web:not(.works) #btobwork .col{
		position: relative;
		margin-right: 15px;
	}
	.web:not(.works) #btobwork .col::before,
	.web:not(.works) #btobwork .col::after{
		content: "";
		position: absolute;
		height: 1px;
		background-color: #000;
	}
	.web:not(.works) #btobwork .col::before{
		width: 25px;
		right: 0px;
		top: 85%;
	}
	.web:not(.works) #btobwork .col::after{
		width: 8px;
		right: 0;
		top: 84%;
		transform: rotate(35deg);
	}
	.web:not(.works) #btobwork .col h3{
		color: #000;
	}
	.web:not(.works) #btobwork .btn:hover{
		color: #FFF !important;
	}
	.web #btobwork .inner{
		width: 989px;
		text-align: left;
	}
	.web #btobwork .icon{
		display: none;
	}
	.web #btobwork .col a {
		display: block;
	}
	#btobwork figure{
		margin-bottom: 10px;
	}
	.web #btobwork .icon{
		display: none;
	}
	.web #btobwork .inner{
		margin-left: 0;
		margin-right: 0;
	}
	.web #btobwork .col{
		margin: 0 0 45px 0;
    	border-bottom: 3px solid #34486a;
		padding-bottom: 10px;
	}
	.web #btobwork .col::before,
	.web #btobwork .col::after{
		right: 3%;
	}
	.web #btobwork .pattern-1_1_1 .col h3{
		border: 0;
		padding: 0;
	}
	.web #btobwork h3{
		margin-bottom: 0;
		margin-left: 10px;
	}
	.web #btobwork .business-txt{
		font-size: 0.625rem;
    	margin-bottom: 0;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 767px){
	.web #btobwork .inner{
		margin: 0;
	}
	.web #btobwork .pattern-1_1_1 .col a{
		display: block;
	}
	.web #btobwork .icon{
		display: inline-block;
		padding: 3px 17px 4px 17px;
		font-size: .625rem;
		margin-bottom: 8px;
		color: #FFF;
		background-color: #34486A;
	}
	.web #btobwork .col figure{
		display: none;
	}
	.web #btobwork .col{
		position: relative;
		border-bottom: 1px solid #cacaca;
		margin: 0 0 10px 0;
	}
	.web #btobwork .pattern-1_1_1 .col h3{
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 0;
		padding: 0;
		border: inherit;
	}
	.web #btobwork .pattern-1_1_1 .col:last-child h3{
		border: inherit;
	}
	.web #btobwork .pattern-1_1_1 .col h3::before,
	.web #btobwork .pattern-1_1_1 .col h3::after{
		display: none;
	}
	.web #btobwork .col .business-txt{
		display: block;
		margin-bottom: 9px;
		margin-left: 0;
    	font-size: 0.75rem;
	}
	.web #btobwork .col::before, .web #btobwork .col::after{
		content: "";
		position: absolute;
		height: 1px;
		background-color: #000;
		right: 3%;
	}
	.web #btobwork .col::before{
		width: 25px;
		top: 26%;
		right: 0%;
	}
	.web #btobwork .col::after{
		width: 8px;
		right: -1px;
		top: 23%;
		transform: rotate(35deg);
	}
}

/* 20250715追加 */
.submenu .flex-2{
	justify-content: left;
}