@charset "utf-8";
/*
Theme Name: .com
Version: 20160907
Author URI: http://www.isfnetkorea.com/
*/


html{
	-webkit-text-size-adjust:100%;
}
body{
	width:100%;
	height:100%;
	margin: 0;
	font-family: "NanumGothic", "Verdana", "dotum", "Malgun Gothic", "Gulim";
	font-size: 16px;
	line-height: 1.5rem;
}
a{
	outline: none;
	text-decoration: none;
}
.blank{
	display: block;
	height: 35px;
}
.clear{
	clear:both;
}
.clearfix::after{
	content: "";
	display: table;
	clear:both;
}
h1,h2,h3,h4,h5,h6{
	font-size: 1rem;
}
.left{
	float: left;
}
.right{
	float: right;
}
.click-area{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.container{
	width:100%;
	text-align: left;
}
br.br720,
br.br640{
	display: none;
}
br.nobr640{
	display: block;
}
.sp-br{
	display: none;
}
.sp-on{
	display: none;
}
span.line-marker{
	background-color: #ffff79;
}
span.line-marker2{
	background-color: #ffff79;
	font-size: 1rem!important;
	font-weight: 500!important;
}
span.bold{
	font-weight: 700;
}
span.f-m{
	font-size: 1.2rem;
}

/*--ヘッダー部分--*/
#headerbase {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 80px;
	text-align: right;
	background-color: rgba(178, 191, 203, 0.8);
	margin: 0 auto;
	z-index: 10;
}
.header-logo{
	display: inline-block;
	float: left;
	width: 200px;
	margin: 15px 0 0 2%;
}
.logo-size{
	width: 100%;
	height: auto;
}
.menu-global-menu-container{
	display: inline-block;
	margin: 15px 2% 0 0;
}
#menu-global-menu > li{
	position: relative;
	display: inline-block;
	list-style-type: none;
	white-space: nowrap;
	margin: 0 0 0 20px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
}
#menu-global-menu li a{
	color: #000;
}
#menu-global-menu li:first-child > a{
	margin: 0;
}
/*
#menu-global-menu li.current >a{
	color: #f6aa00;
}
*/
#menu-global-menu li > a:hover{
	color: #f6aa00;
	border-bottom: 1px solid #f6aa00;
}
#menu-global-menu ul.sub-menu,
#menu-global-menu ul.sub-menu li > ul.sub-menu{
	display: none;
}
#menu-global-menu li:hover > ul.sub-menu{
	display: block;
	position: absolute;
	top: 1.5rem;
	right: 0;
}
#menu-global-menu ul.sub-menu > li{
	display: block;
	background-color: rgba(178, 191, 203, 0.9);
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.3rem 0.5rem;
}
.header-contact{
	display: inline-block;
	position: relative;
	float: right;
	margin: 25px 2% 0 0;
	padding: 5px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background-color: #f6aa00;
}
.header-contact a{
	display: inline-blodk;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-contact:hover{
	color: #f6aa00;
	background-color: #fff;
}
#menu-global-menu .sub-menu{
	display: none;
}
#responsive-menu-container .responsive-menu-submenu li a{
	line-height: 1em!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	border-right: 1px solid #fff!important;
}


/*--メインビジュアル--*/	
#main{
	display: block;
	width:100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: right;
}
#main .main-img{
	display: block;
	width: 100%;
	height: 40vw;
	margin: 0;
	padding: 0;
	background-image: url(imag/img_main.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#contants .news-label{
	display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;
}
#contants .news-label .news-left{
	display: block;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	padding: 1rem 0;
	background-color: rgba(242, 245, 248, 1);
}
#contants .news-label .news-right{
	display: inline-block;
	float: right;
	text-align: left;
	width: 45%;
	margin: 0 4% 0 0;
	padding: 0 0;
	background-color: rgba(242, 245, 248, 1);
}
#contants .news-label .news-left h2,
#contants .news-label .news-right h2{
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: lighter;
	margin: 0 1rem;
}
#contants .news-label .news-left p,
#contants .news-label .news-right p{
	font-size: 1rem;
	color: #000;
	line-height: 1.5em;
	margin: 0 1.5rem;
}
#contants .news-label .news-left a:link,
#contants .news-label .news-right a:link{
	color: #000;
}
#contants .news-label .news-left a:visited,
#contants .news-label .news-right a:visited{
	color: #000;
}
#contants .news-label .news-left a:hover,
#contants .news-label .news-right a:hover{
	color: #f6aa00;
}


/*--コンテンツ--*/	
#contants{
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.icon-table{
	display: table;
	width: 90%;
	margin: 0 auto 20px;
	padding-top: 30px;
	border-collapse: separate;
	border-spacing: 5px;
}
.icon-row{
	display: table-row;
}
.icon-cel{
	display: table-cell;
	position: relative;
	width: 25%;
}
.icon-cel a{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.icon-blank{
	display: none;
}
.icon-box{
	width: 100%;
	text-align: center;
}
.icon-img{
	display: block;
	width: 40px;
	height: auto;
	padding-bottom: 15px;
}
.icon-img-on{
	display: none;
}
.icon-cel:hover .icon-img{
	display: none;
}
.icon-cel:hover .icon-img-on{
	display: block;
	width: 40px;
	height: auto;
	padding-bottom: 15px;
}



.icon-box h2{
	font-size: 120%;
}
.icon-box p{
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
}
.icon-box span{
	text-decoration: underline;
}
.banner-left{
	display: inline-block;
	float: left;
	width: 44%;
	text-align: center;
	margin-left: 5%;
}
.banner-right{
	display: inline-block;
	float: right;
	width: 43%;
	text-align: center;
	margin-right: 5%;
}
.banner-left ul{
	text-align: center;
	margin: 0;
	padding: 0;
}
.banner-left ul li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	width: 25%;
}
.banner-img{
	width: 100%;
	height: auto;
}
.banner-text{
	display: inline-block;
	position: relative;
	width: 90%;
	text-align: left;
	padding: 0 15px 0 20px;
	background-color: rgba(242, 245, 248, 1);
}
.banner-text a{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-text h2{
	font-size: 120%;
}
.banner-text p{
	font-size: 100%;
	line-height: 1.5em;
}
.banner-text span{
	text-decoration: underline;
}


/*-- services --*/
#main .cnt-img{
	display: block;
	width: 100%;
	height: 20vw;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main .any-img{
	background-image: url('imag/cnt_img.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .outsourcing-img{
	background-image: url('imag/img-main-outsourcing.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .infra-img{
	background-image: url('imag/img-main-infra.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .mainte-img{
	background-image: url('imag/img-main-mainte.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .help-img{
	background-image: url('imag/img-main-help.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .adoption-img{
	background-image: url('imag/img-main-adoption.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .column-img{
	background-image: url('imag/img-main-column.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .service-img{
	background-image: url('imag/img-main-service.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#main .advance-img{
	background-image: url('imag/img-main-advance.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}


#main .cnt-img h1{
	display: inline-block;
	color: #fff;
	font-size: 44px;
	font-weight: lighter;
	line-height: 1.2em;
	margin: 10% auto 0;
	font-family: 'Lato', sans-serif;
	text-shadow: 0.5px 0.5px 0px #bdbdbd, -0.5px 0.5px 0px #bdbdbdff, 0.5px -0.5px 0px #bdbdbd, -0.5px -0.5px 0px #bdbdbd;
}
.services-main{
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.services-main ul{
	margin: 0 0 0 10px;
	padding: 0;
}
.services-main li{
	list-style-position: outside;
	vertical-align: top;
	line-height: 1.2em;
	margin: 1em 1.5em;
}
.services-main-left{
	display: inline-block;
	float: left;
	width: 45%;
	margin-left: 3%;
}
.services-main-right{
	display: inline-block;
	float: right;
	width: 45%;
	margin-right: 3%;
}
.services-main-left span,
.services-main-right span{
	font-weight: bolder;
	font-size: 110%;
	padding: 0 5px 0 0;
}
.services-main .service-img-box{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.services-main .service-img-box img.service-img{
	width: 100%;
	height: auto;
}
.services-main-right a{
	margin-left: 1.5em;
}
.main-icon-box{
	display: inline-block;
	width: 100%;
	text-align: left;
}
.main-icon-box img{
	width: 40px;
	height: auto;
	margin-left: 3%;
	margin-top: 20px;
}

.services-main p{
	font-size: 1rem;
	line-height: 1.5rem;
}
.services-main p span.isf-tt{
	font-size: 1.3rem;
	font-weight: 700;
	color: #8400ff;
}
.services-main h2{
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.services-icon{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.services-icon ul{
	margin: 0;
	padding: 0;
}
.services-icon li{
	display: inline-block;
	position: relative;
	width: 270px;
	height: 180px;
	text-align: center;
	vertical-align: top;
	margin: 10px;
}
.integrated-icon-box{
	background-image: url('imag/services/icon_emc.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.integrated-icon-box:hover{
	background-color: #f68100;
	background-image: url('imag/services/icon_emc_on.png');
}
.emc-icon-box{
	background-image: url('imag/services/icon_integrated.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.emc-icon-box:hover{
	background-color: #f68100;
	background-image: url('imag/services/icon_integrated_on.png');
}
.multilingual-icon-box{
	background-image: url('imag/services/icon_managed.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.multilingual-icon-box:hover{
	background-color: #f68100;
	background-image: url('imag/services/icon_managed_on.png');
}
.staff-icon-box{
	background-image: url('imag/services/icon_operator.png');
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 50% 40px;
}
.staff-icon-box:hover{
	background-color: #f68100;
	background-image: url('imag/services/icon_operator_on.png');
}
.partnership-icon-box{
	background-image: url('imag/services/icon_partnership.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 50% 40px;
}
.partnership-icon-box:hover{
	background-color: #f68100;
	background-image: url('imag/services/icon_partnership_on.png');
}
.services-icon li a{
	display: inline-blodk;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.services-icon li p{
	font-size: 120%;
	line-height: 1.5em;
	margin-top: 6em;
	text-shadow: 1px 1px 1px #fff;
}
.skills-table{
	display: inline-block;
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.skills-table .no-b{
	border: none;
}
.skills-table th,
.skills-table td{
	width: 50%;
	border-top: 1px solid #cccccc;
}
.skills-date{
	text-align: center;
}
.product-table{
	border-collapse: separate;
	border-spacing: 10px 20px;
}
.product-table ul{
	margin: 0;
	padding: 0;
}
.product-table ul li{
	display: inline-block;
	width: 30%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.product-table-left{
	vertical-align: top;
	width: 20%;
	border-top: 1px solid #cccccc;
}
.product-table-right{
	vertical-align: top;
	width: 80%;
	border-top: 1px solid #cccccc;
}
.banner-box{
	display: inline-block;
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
}
.banner-box ul{
	text-align: center;
	margin: 0;
	padding: 0;
}
.banner-box ul li{
	display: inline-block;
	margin: 5px;
	width: 15%;
}
.check-img::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('imag/services/icon-check.png');
	background-size: auto 100%;
	vertical-align: middle;
	margin-right: 10px;
}
#partner{
	display: inline-block;
	width: 100%;
	background-color: #f2f5f8;
}
#partner a{
	color: #000;
}
#partner a:hover{
	color: #f6aa00;
}
#partner img{
	width: 150px;
	height: auto;
}
.ms-includes li{
	margin-bottom: 20px;
}
.services-main .recruit-req-box{
	display: block;
	width: 90%;
	margin: 0 auto 3rem;
}
.services-main .recruit-req-box table.recruit-req-table{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	table-layout: fixed;
}
.services-main .recruit-req-box table.recruit-req-table th{
	background-color: #cccccc;
	border: 1px solid #a7a7a7;
	text-align: center;
	font-size: 1rem;
	padding: 1rem 0;
}
.services-main .recruit-req-box table.recruit-req-table td{
	border: 1px solid #a7a7a7;
	padding: 1rem 0;
}
.services-main .recruit-req-box table.recruit-req-table td > p{
	width: 80%;
	font-size: 1rem;
	margin: 0 auto;
}
.services-main .recruit-req-box table.recruit-req-table td > p.ff{
	font-weight: 700;
}
.services-main .selection-flow-area{
	display: block;
	width: 100%;
	text-align: center;
}
.services-main .selection-flow-area .selection-flow-box{
	display: inline-block;
	position: relative;
	width: 24%;
}
.services-main .selection-flow-area .selection-flow1{
	z-index: 30;
}
.services-main .selection-flow-area .selection-flow2{
	margin-left: -2%;
	z-index: 29;
}
.services-main .selection-flow-area .selection-flow3{
	margin-left: -2%;
	z-index: 28;
}
.services-main .selection-flow-area .selection-flow4{
	margin-left: -2%;
	z-index: 27;
}
.services-main .selection-flow-area .selection-flow5{
	margin-left: -2%;
	z-index: 26;
}
.services-main .selection-flow-area .welfare-flow-box{
	width: 19.5%;
}
.services-main .recruit-welfare-box{
	display: block;
	width: 90%;
	margin: 0 auto 3rem;
}
.services-main .recruit-welfare-box table.recruit-welfare-table{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	table-layout: fixed;
}
.services-main .recruit-welfare-box table.recruit-welfare-table td{
	border: 1px solid #a7a7a7;
	padding: 1rem 0;
	text-align: center;
}
.services-main .recruit-welfare-box table.recruit-welfare-table td.recruit-welfare-tble-tt{
	width: 20%;
}
.services-main .recruit-welfare-box table.recruit-welfare-table td > p{
	width: 90%;
	font-size: 1rem;
	text-align: left;
	margin: 0 auto;
}
.services-main .recruit-dll-area{
	display: block;
	width: 90%;
	padding: 0;
	margin: 2rem auto 5rem;
}
.services-main .recruit-dll-area > p{
	display: block;
	width: 70%;
	vertical-align: top;
	margin: 0;
}
.services-main .recruit-dll-area .recruit-dll-box{
	display: block;
	position: relative;
	vertical-align: top;
	width: 25%;
	padding: 1rem;
	background-color: #f6aa00;
}
.services-main .recruit-dll-area .recruit-dll-box > p{
	width: 90%;
	line-height: 1rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}
.services-main .recruit-dll-area .recruit-dll-box:hover{
	background-color: #e38100;
}
.services-main p.recruit-txt{
	width: 90%;
	margin: 0 auto 3rem;
}
.services-main .services-con-box{
	width: 100%;
	margin: 0 auto 2rem;
}
.services-main .services-con-box .services-con-img{
	width: 15%;
	margin-top: 20px;
}
.services-main .services-con-box .services-con-main{
	width: 80%;
}
.services-main .services-con-box .services-con-main p.services-con-tt{
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.services-main .services-con-box .services-con-main p.services-con-tt span.services-con-yellow{
	background-color: #ffff00;
}
.services-main .services-con-box .services-con-main p.services-con-txt{
	font-size: 1rem;
}



.services-main .services-main-right p.services-main-right-tt{
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #afe0e5;
	margin-bottom: 1rem;
}
.services-main .services-main-right .services-main-right-box{
	width: 100%;
}
.services-main .services-main-right .services-main-right-box table.services-main-right-table{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	table-layout: fixed;
}
.services-main .services-main-right .services-main-right-box table.services-main-right-table th{
	width: 25%;
	border: 1px solid #afe0e5;
	background-color: #afe0e5;
	text-align: center;
	padding: 1rem 0.5rem;
}
.services-main .services-main-right .services-main-right-box table.services-main-right-table td{
	border: 1px solid #afe0e5;
	padding: 1rem 0.5rem;
}
.services-main .services-main-right .services-main-right-arrow-box{
	width: 100%;
	text-align: center;
	margin: 2rem auto -0.5rem;
}
.services-main .services-main-right .services-main-right-arrow-box .services-main-right-arrow{
	width: 0;
	height: 0;
	border-top: 1.3rem solid #f6aa00;
	border-bottom: 1.3rem solid transparent;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	margin: 0 auto;
}



.services-main .services-main-left .introduction-area{
	width: 100%;
	margin: 0 auto;
}
.services-main .services-main-left .introduction-area table.introduction-table{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	table-layout: fixed;
}
.services-main .services-main-left .introduction-area table.introduction-table td{
	border: 1px solid #9f9f9f;
	font-size: 1rem;
	padding: 0.5rem;
}
.services-main .services-main-left .introduction-area table.introduction-table td.introduction-td1{
	width: 15%;
}
.services-main .services-main-left .introduction-area table.introduction-table td.introduction-td2{
	width: 20%;
}
.services-main .services-main-left .introduction-area table.introduction-table tr.introduction-tr{
	background-color:  #cccccc;
	text-align: center;
}
.services-main .services-main-left .introduction-area p.introduction-button{
	position: relative;
	width: 30%;
	font-size: 1rem;
	background-color: #ffab40;
	text-align: center;
	padding: 0.5rem 0;
}
.services-main .services-main-left .introduction-area p.introduction-button:hover{
	text-decoration: underline;
}
.performance-area{
	width: 96%;
	padding: 0.5rem;
	background-color: #cccccc;
}
.services-main ul.performance-ul{
	width: 100%;
	margin: 0 auto;
}
.services-main ul.performance-ul > li{
	list-style-type: disc;
	margin-left: 1.5rem;
}



/*-- aboutus --*/
.tailoredit-icon-box{
	background-image: url('imag/aboutus/icon_tailoredit.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.nationwide-icon-box{
	background-image: url('imag/aboutus/icon_nationwide.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.networksystem-icon-box{
	background-image: url('imag/aboutus/icon_networksystem.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.bilingualit-icon-box{
	background-image: url('imag/aboutus/icon_bilingualit.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.largeproject-icon-box{
	background-image: url('imag/aboutus/icon_largeproject.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.nationwidesales-icon-box{
	background-image: url('imag/aboutus/icon_nationwidesales.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 40px;
}
.aboutus-table{
	border-collapse: separate;
	border-spacing: 10px 0;
	text-align: left;
}
.aboutus-table tr th{
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bolder;
	width: 30%;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	padding: 0.8rem 0;
}
.aboutus-table tr td{
	font-size: 100%;
	line-height: 1.5em;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	padding: 0.8rem 0;
}
.aboutus-table a{
	color: #000;
}
.global-offices{
	display: block;
	text-align: center;
}


/*-- News --*/
.single-main{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.single-main p{
	font-size: 100%;
	line-height: 1.5em;
}
.single-main h2{
	font-size: 120%;
	line-height: 1.5em;
}
.single-main a:link{
	color: #1111cc;
}
.single-main a:visited{
	color: #551A8B;
}
.time-box{
	display: block;
	text-align: right;
	margin-bottom: 1em;
}
.left-box{
	width:70%;
	height:auto;
	float:left;
}
.right-box{
	width:25%;
	height:auto;
	float:right;
	margin-top: 40px;
}
.latest-box{
	display: block;
	position: relative;
	width: 100%;
	padding: 0.5em 1em 1em;
	margin: 0 0;
	border-bottom: 1px solid #eeeeee;
}
.latest-box time{
	color: #000;
	font-size: 90%;
	margin-top: 0;
	white-space: nowrap;
}
.latest-box p{
	color: #000;
	font-size: 100%;
	margin-bottom: 0;
	line-height: 1.5em;
}
.latest-box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.latest-box:hover{
	background-color: #eeeeee;
}
.post-navigation{
	margin-top: 3rem;
}







/*-- smooth_slider --*/
#voice{
	display: inline-block;
	width: 100%;
	background-color: #f2f5f8;
	background-image: url('imag/icon_voice.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 50% 20%;
}
.voice-title{
	display: inline-block;
	width: 85%;
	text-align: left;
	margin: 0 auto 30px;
}
.smooth_slider{
	margin: 0 auto;
}
.smooth_slideri h2{
	color: #f2f5f8!important;
}
.smooth_slider a,
.smooth_slider span,
.smooth_slider .smooth_slideri{	
	font-family: Open Sans!important;
}
.smooth_nav{
	display: inline-block;
	margin: 0 auto;
}


/*-- Our Office --*/
.office-box{
	display: block;
	width: 95%;
	margin: 20px auto;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0 0;
}
.office-left{
	display: inline-block;
	width: 40%;
	height: auto;
	font: left;
}
.office-right{
	display: inline-block;
	float: right;
	width: 55%;
}
.office-right h2{
	font-size: 120%;
	margin-top: 0;
}
.office-right p{
	font-size: 100%;
	line-height: 1.5em;
}
.office-right a{
	color: #000;
}
.office-right a:hover{
	font-weight: bolder;
}
.gmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed,
.contact-post iframe, .contact-post object, .contact-post embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-- Contact Us --*/
.contact-title{
	display: block;
	width: 75%;
	margin: 10px auto;
	border-bottom: 2px solid #efefef;
	text-align: center;
}
.contact-title h2{
	font-size: 180%;
	font-weight: lighter;
	line-height: 1.5em;
	margin: 20px 0;
}
.contact-txt{
	display: block;
	width: 70%;
	margin: 5px auto;
	text-align: center;
}
.contact-icon{
	display: block;
	width: 95%;
	margin: 5px auto;
	text-align: center;
}
.contact-icon ul{
	margin: 0;
	padding: 0;
}
.contact-icon li{
	display: inline-block;
	width: 310px;
	height: 190px;
	text-align: center;
	background-color: #efefef;
	margin: 5px;
	vertical-align: top;
}
.contact-icon img{
	width: 15%;
	height: auto;
	margin: 20px 0;
}
.contact-icon p{
	margin: 0 10px;
}
.contact-icon li a{
	color: #000;
}
.contact-icon li a:hover{
	color: #f6aa00;
}
.offices-link{
	display: inline-block;
	position: relative;
	color: #f6aa00;
	font-size: 100%;
	font-weight: bolder;
	margin: 5px auto;
	padding: 0;
}
.offices-link::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: -25px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #f6aa00;
	border-right: 12px solid transparent;
}
.offices-link:hover{
	color: #d57400;
}
.services-main-left .right-brank{
	margin-left: 60px;
}
.contact-post{
	display: block;
	position: relative;
	width: 80%;
	height: 150px;
	margin: 20px auto;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}


/*-- パンくず --*/
#breadcrumbs{
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	margin: 10px 0 20px;
	font-size: 100%;
	line-height: 1.5em;
	color: #000;
}
#breadcrumbs ol{
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	white-space: nowrap;
}
#breadcrumbs li::before{
	content: " > ";
}
#breadcrumbs li:first-child::before{
	content: "";
}
#breadcrumbs li a{
	color: #000;
}
#breadcrumbs li a:hover{
	color: #f6aa00;
}


/*-- sidebar --*/
.sidebar li{
	list-style-type: none;
	background-color: #eeeeee;
}
.sidebar h2{
	font-size: 100%;
	margin-left: 1.5em;
	padding-top: 0.5em;
}
.sidebar li ul li{
	padding-bottom: 10px;
	background-color: #eeeeee;
}
.sidebar li ul li a:link{
	color: #000;
}
.sidebar li ul li a:hover{
	color: #f6aa00;
}
.sm-related-area{
	width: 100%;
	margin-top: 3rem;
	background-color: #fff;
}
.sm-related-area .sm-related-box{
	position:relative;
	width: 100%;
	margin-bottom: 1rem;
	opacity: 1;
	transition: opacity 0.5s ease;
}
.sm-related-area .sm-related-box:hover{
	opacity: 0.5;
}





/*-- トップに戻る --*/
.pageTop {
	position:relative;
	margin: 0 auto;
}
.pageTop a{
	width: 40px;
	height: 40px;	
	position: fixed;	
	bottom: 60px;	
	right: 40px;
	padding: 10px;
}


/*--フッター--*/
.footer-blank{
	display: block;
	height: 80px;
}
#footer{
	width:100%;
	margin: 0;
	background-color:#373737;
	position: relative;
	z-index: 2;
}
#footer .footer-contact{
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 20px;
	text-align: center;
	background-color: #004da0;
}
#footer .footer-contact span{
	color: #fff;
	font-size: 180%;
}
#footer .contact-box{
	display: inline-block;
	position: relative;
	background-color: #f6aa00;
	text-align: center;
	margin: 10px 3% 0 3%;
	padding: 5px 15px;
	color: #fff;
	font-size: 100%;
	font-weight: bolder;
}
#footer .contact-box a{
	display: inline-blodk;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
#footer .contact-box:hover{
	background-color: #fff;
	color: #f6aa00;
}
#footer .footer-block{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px 0;
}
#footer .footer-box{
	display: inline-block;
	float: left;
	width: 30%;
	vertical-align: top;
	text-align: center;
	margin: 0 0 0 3%;
}
#footer .footer-menu-box{
	width: 20%;
}
#footer .footer-box .sp-on{
	display: none;
}
#footer .footer-table{
	width: 100%;
	text-align: left;
}
#footer .footer-box td{
	vertical-align: top;
}
#footer .footer-box ul{
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}
#footer .footer-box .footer-menu:first-child{
	margin-top: 23px;
}
#footer .footer-box li{
	list-style-type: none;
	vertical-align: top;
	margin: 10px 0;
}
#footer .footer-box .footer-menu-sub1 > li::before{
	content: "> ";
	color: #fff;
}
#footer .footer-box .footer-menu-sub2 > li::before{
	content: ">> ";
	color: #fff;
}
#footer .footer-box .footer-menu-sub3 > li::before{
	content: ">>> ";
	color: #fff;
}
#footer .footer-box h2{
	color: #fff;
	font-size: 100%;
}
#footer .footer-box p{
	color: #fff;
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 0;
	margin: 0 0;
}
#footer .footer-box p.subtt{
	padding-bottom: 1rem;
}
#footer .footer-box a{
	color: #fff;
	font-size: 90%;
	line-height: 1.5em;
}
#footer .footer-box a:hover{
	color: #f6aa00;
}
#footer .footer-box ul.footer-menu > li{
	color: #fff;
}
#footer .footer-box ul.footer-menu a{
	padding: 5px 0;
}
#footer .footer-box time{
	color: #fff;
	font-size: 80%;
	line-height: 1em;
}
#footer .facebook-icon{
	margin-top: 2em;
}
#footer .contact-td{
	width: 30px;
	padding: 0 10px 20px 0;
	vertical-align: middle;
}
#footer .dummy-td{
	margin-bottom: 0;
}
#footer .contact-td-txt{
	padding: 0 10px 20px 0;
}
#footer .contact-td img{
	width: 30px;
	height: 30px;
	margin: 5px 0 0 0;
}
#footer .contact-td img.dummy-img{
	width: 10px;
	height: 10px;
	margin: 0;
}
#footer .footer-copyright{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #2c2e2e;
}
#footer .footer-copyright p{
	color: #fff;
	font-size: 90%;
	padding: 20px 25px;
	margin: 0 0;
}


/* 2022/01/31 */
.video-wrap{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.video-wrap > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-box{
	width: 60%;
	margin: 0 auto 4rem;
}
p.video-tt{
	position: relative;
	width: 90%;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	color: #00125E;
	text-align: center;
	margin: 5rem auto;
}
p.video-tt::before{
	content: "";
	width: 15%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 2px solid #00125E;
}
p.video-tt::after{
	content: "";
	width: 15%;
	height: 0;
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 2px solid #00125E;
}


/* 2022/03/02 */
.services-main h1.column-h1{
	font-size: 1.8rem;
	line-height: 2rem;
}
.services-main p.column-date{
	font-size: 1rem;
	margin-bottom: 2rem;
}
.services-main .column-img-box{
	width: 60%;
	margin: 2rem 0;
}
.services-main .column-tt-box{
	width: 100%;
	background-color: #F2F2F2;
	border-left: 5px solid #808080;
	padding: 1rem 0;
	margin-top: 4rem;
}
.services-main .column-tt-box h2.column-h2{
	width: 98%;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 0 auto;
}
.services-main h3.column-h3{
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 700;
	margin: 2rem auto 0;
}
.services-main p.column-txt{
	font-size: 1rem;
}
.services-main .column-list-box{
	width: 100%;
	border: 1px solid #B3B3B3;
	padding: 0.5rem 0;
	margin: 2rem 0;
}
.services-main .column-list-box p.column-list-tt{
	width: 95%;
	font-size: 1rem;
	font-weight: 700;;
	margin: 0 auto;
}
.services-main .column-list-box ol.column-list-ol{
	counter-reset: item;
	list-style-type: none;
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
.services-main .column-list-box ul.column-list-ul{
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
.services-main .column-list-box ol.column-list-ol > li,
.services-main .column-list-box ul.column-list-ul > li{
	font-size: 1rem;
}
.services-main .column-list-box ol.column-list-ol > li.non,
.services-main .column-list-box ul.column-list-ul > li.non{
	list-style-type: none;
	margin-left: 0;
}
.services-main .column-list-box ol.column-list-ol > li a,
.services-main .column-list-box ul.column-list-ul > li a{
	font-size: 1rem;
	color: #000;
}
.services-main .column-list-box ol.column-list-ol > li a:hover,
.services-main .column-list-box ul.column-list-ul > li a:hover{
	text-decoration: underline;
}
.services-main .column-list-box ol.column-list-ol > li:before{
	content: counters(item, "-") ". ";
	counter-increment: item;
}
.services-main ol.column-main-ol,
.services-main ul.column-main-ul{
	width: 100%;
	margin: 0 auto;
}
.services-main ol.w95,
.services-main ul.w95{
	width: 95%;
	margin: 0 auto;
}
.services-main ol.column-main-ol > li,
.services-main ul.column-main-ul > li{
	font-size: 1rem;
}
.services-main ol.column-main-ol > li.ml-non,
.services-main ul.column-main-ul > li.ml-non{
	margin-left: 0;
}
.services-main ol.column-main-ol > li.ls-non,
.services-main ul.column-main-ul > li.ls-non{
	list-style-type: none;
}
.services-main ol.column-main-ol > li span.tt,
.services-main ul.column-main-ul > li span.tt{
	font-size: 1rem;
}
.services-main .column-arrow-area{
	width: 60%;
}
.services-main .column-arrow-area .column-arrow-box{
	width: 80px;
	margin: 1.5rem auto;
}
.services-main p.column-button{
	position: relative;
	width: 35%;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #5976BA;
	border: 1px solid #5976BA;
	padding: 1rem 0.5rem;
	margin: 4rem auto;
}
.services-main p.column-button:hover{
	color: #fff;
	background-color: #5976BA;
}
.services-main .column-bar{
	position: relative;
	width: 100%;
	height: 0;
	border-top: 1px solid #999999;
	z-index: 1;
}
.services-main .column-bar::before{
	content: "関連リンク";
	position: absolute;
	top: -13px;
	left: 0;
	font-size: 1rem;
	font-weight: 700;
	background-color: #fff;
	padding: 0 0.5rem;
	z-index: 2;
}
.services-main ul.column-link-ul{
	width: 100%;
	margin-top: 2rem;
}
.services-main ul.column-link-ul > li{
	position: relative;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.services-main ul.column-link-ul > li:hover{
	text-decoration: underline;
}
.services-main .column-list-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem auto 0;
}
.services-main .column-list-area .column-box{
	position: relative;
	width: 300px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2); 
	border-radius: 5px;
	transition: .2s;
	margin: 0 40px 40px 0;
}
.services-main .column-list-area .column-box:hover{
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0); 
	margin: 5px 40px 35px 0;
}
.services-main .column-list-area .column-box p.column-box-tt{
	width: 95%;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0.5rem auto 1rem;
}
.services-main .column-list-area .column-box p.column-box-date{
	width: 95%;
	font-size: 0.9rem;
	margin: 0.5rem auto 0;
}
.services-main .column-table-area{
	width: 100%;
}
.services-main .column-table-area-w60{
	width: 60%;
}
.services-main .column-table-area-w70{
	width: 70%;
}
.services-main .column-table-area > table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.services-main .column-table-area > table th,
.services-main .column-table-area > table td{
	border: 1px solid #808080;
	padding: 0.5rem 0;
}
.services-main .column-table-area > table th.bk1{
	background-color: #5976BA;
	border: 1px solid #BBC4E4;
}
.services-main .column-table-area > table td.bk1{
	border: 1px solid #BBC4E4;
}
.services-main .column-table-area > table th > p,
.services-main .column-table-area > table td > p{
	width: 95%;
	margin: 0 auto;
}
.services-main .column-table-area > table th > p.wh{
	color: #fff;
}
.services-main .column-table-area > table th.column-th1{
	width: 15%;
}
.services-main .column-table-area > table th.column-th2{
	width: 30%;
}
p.top-link{
	width: 90%;
	text-align: center;
	margin: 4rem auto 0;
}
p.top-link > a{
	font-size: 1rem;
	color: #000;
}
p.top-link > a:hover{
	text-decoration: underline;
}


/* 2022/06/14 サービス*/
.services-main .service-txt{
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1rem 0;
}
.services-main .service-list-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.services-main .service-list-area .service-box{
	position: relative;
	width: 300px;
	padding: 0.5rem 0;
	margin: 1.5rem;
}
.services-main .service-list-area .service-box .service-box-icon{
	width: 48px;
	margin: 0 auto;
}
.services-main .service-list-area .service-box .service-box-icon img.icon-off{
	display: block;
}
.services-main .service-list-area .service-box .service-box-icon img.icon-on{
	display: none;
}
.services-main .service-list-area .service-box:hover > .service-box-icon img.icon-off{
	display: none;
}
.services-main .service-list-area .service-box:hover > .service-box-icon img.icon-on{
	display: block;
}
.services-main .service-list-area .service-box p.service-box-tt{
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1.5rem 0;
}
.services-main .service-list-area .service-box p.service-box-txt{
	width: 100%;
	font-size: 1rem;
	margin: 1.5rem 0;
}
.services-main .service-list-area .service-box p.service-box-link{
	text-align: center;
	text-decoration: underline;
	font-size: 1rem;
}
.services-main ul.advance-ul{
	width: 100%;
	margin-top: 2rem;
}
.services-main ul.advance-ul > li.advance-ul-tt{
	list-style-type: none;
	margin-left: 0;
}
.advance-partners{
	width: 90%;
	margin: 5rem auto 0;
}
.advance-partners p.advance-partners-tt{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: left;
}
.advance-partners p.advance-partners-txt{
	font-size: 1rem;
	margin: 1.5rem 0;
	text-align: left;
}
.advance-partners .advance-partners-logo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.advance-partners .advance-partners-logo .partners-logo-box{
	width: 150px;
	margin: 1rem;
}


/*--優先--*/
.blank-top-s{
	margin-top: 3rem!important;
}
.blank-top{
	margin-top: 40px!important;
}
.blank-bottom{
	margin-bottom: 60px!important;
}


/****************** SMART PHONE ***************/
@media screen and (max-width:1140px){
.services-icon{
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

}


@media screen and (max-width:940px){
#main .cnt-img{
	height: 26vw;
	background-attachment: scroll;
}
#main .cnt-img h1{
	font-size: 35px;
	margin: 13% auto 0;
}
.banner-left ul li{
	display: inline-block;
	margin-right: 10px;
	width: 35%;
}
#footer .footer-box{
	display: inline-block;
	float: left;
	width: 43%;
	vertical-align: top;
	text-align: center;
	margin-left: 4%;
}
#headerbase {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 50px;
	text-align: right;
	background-color: rgba(178, 191, 203, 0.7);
	margin: 0 auto;
	z-index: 10;
}
.header-logo{
	display: inline-block;
	float: left;
	width: 140px;
	margin: 10px 0 0 3%;
}
.header-contact{
	display: inline-block;
	position: relative;
	float: right;
	margin: 10px 4% 0 0;
	padding: 5px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
	background-color: #f6aa00;
}
.left-box{
	width:60%;
	height:auto;
	float:left;
}
.right-box{
	width:35%;
	height:auto;
	float:right;
	margin-top: 40px;
}
.product-table ul li{
	display: inline-block;
	width: 45%;
	list-style-type: none;
	list-style-position: inside;
	margin-right: 10px;
	vertical-align: top;
}
.office-left{
	display: inline-block;
	width: 100%;
	height: auto;
	font: none;
}
.office-right{
	display: inline-block;
	float: none;
	width: 100%;
}
#footer .sp-off{
	display: none;
}
#footer .footer-box .sp-on{
	display: block;
}


}


@media screen and (max-width:860px){
p.video-tt::before,
p.video-tt::after{
	width: 8%;
}
}
@media screen and (max-width:720px){
br.br720{
	display: block;
}
}


@media screen and (max-width:640px){
.float-reset640{
	float: none;
}
br.br640{
	display: block;
}
br.nobr640{
	display: none;
}
.sp-br{
	display: inline;
}
.sp-on{
	display: block;
}
.pageTop{
	display: none;
}
#main .main-img{
	display: block;
	width: 100%;
	height: 90vw;
	margin: 0;
	padding: 0;
	background-image: url(imag/img_main_sp.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: scroll;
}
#headerbase {
	position: relative;
	width:100%;
	height: 50px;
	text-align: right;
	background-color: rgba(178, 191, 203, 1);
	margin: 0 auto;
}
.header-logo{
	display: inline-block;
	float: left;
	width: 120px;
	margin: 10px 0 0 3%;
}
.header-contact{
	display: inline-block;
	position: relative;
	float: right;
	margin: 10px 4% 0 0;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bolder;
	background-color: #f6aa00;
}
#contants .news-label .news-left,
#contants .news-label .news-right{
	display: block;
	float: none;
	width: 90%;
	margin: 5px auto;
}
#main .cnt-img{
	height: 25vw;
}
#main .cnt-img h1{
	font-size: 28px;
	margin: 6% auto 0;
}
#footer .footer-cel{
	display: table-row;
	width: 100%;
}
.icon-cel{
	display: inline-block;
	position: relative;
	width: 100%;
}
.icon-blank{
	display: block;
	height: 3em;
}
.banner-box{
	display: inline-block;
	width: 90%;
	margin-left: 0;
	margin-right: 0;
}
.banner-box ul li{
	width: 25%;
}
.banner-text h2{
	font-size: 120%;
}
.banner-text p{
	font-size: 100%;
	line-height: 1.5em;
}
#footer .footer-contact span{
	color: #fff;
	font-size: 150%;
}
.banner-left,
.banner-right{
	display: inline-block;
	float: none;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.banner-left ul li{
	display: inline-block;
	margin-right: 10px;
	width: 25%;
}
#footer .footer-box{
	display: inline-block;
	float: none;
	width: 85%;
	vertical-align: top;
	text-align: center;
	margin-left: 5%;
}
.left-box{
	width:90%;
	height:auto;
	float:none;
	margin: 0 auto;
}
.right-box{
	width:80%;
	height:auto;
	float:none;
	margin: 0 0;
	padding: 0 0;
}
.tailoredit-icon-box{
	display: inline-block;
	float: none;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 2%;
	background-image: url('imag/aboutus/icon_tailoredit.svg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 30%;
}
.nationwide-icon-box{
	display: inline-block;
	float: none;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 2%;
	background-image: url('imag/aboutus/icon_nationwide.svg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 30%;
}
.networksystem-icon-box{
	display: inline-block;
	float: none;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 2%;
	background-image: url('imag/aboutus/icon_networksystem.svg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 30%;
}
.bilingualit-icon-box{
	display: inline-block;
	float: none;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 2%;
	background-image: url('imag/aboutus/icon_bilingualit.svg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 30%;
}
.largeproject-icon-box{
	display: inline-block;
	float: none;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 2%;
	background-image: url('imag/aboutus/icon_largeproject.svg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 30%;
}
.nationwidesales-icon-box{
	display: inline-block;
	float: none;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 2%;
	background-image: url('imag/aboutus/icon_nationwidesales.svg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 30%;
}
.services-main-left,
.services-main-right{
	display: inline-block;
	float: none;
	width: 95%;
	margin: 0;
}
.product-table ul li{
	display: inline-block;
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin-right: 10px;
	vertical-align: top;
}
.contact-post{
	display: block;
	position: relative;
	width: 90%;
	height: 150px;
	margin: 20px auto;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
#breadcrumbs{
	display: none;
}
#footer .footer-box .footer-menu:first-child{
	margin-top: 0;
}
#footer .sp-off{
	display: none;
}
.services-main .selection-flow-area .selection-flow-box{
	display: block;
	width: 70%;
	margin: 0 auto 1rem;
}
.services-main .selection-flow-area .welfare-flow-box{
	display: block;
	width: 65%;
	margin: 0 auto 1rem;
}
.services-main .recruit-dll-area > p{
	width: 100%;
}
.services-main .recruit-dll-area .recruit-dll-box{
	width: 90%;
	margin: 1rem auto;
}


/* 2022/01/31 */
.video-box{
	width: 90%;
}
p.video-tt{
	width: 90%;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: -0.1rem;
	margin: 3rem auto;
}


/* 2022/03/02 */
.services-main .column-img-box,
.services-main .column-arrow-area,
.services-main .column-table-area-w60,
.services-main .column-table-area-w70{
	width: 100%;
}
.services-main p.column-button{
	width: 80%;
}
.services-main .column-tt-box h2.column-h2{
	width: 95%;
}
.services-main p.top-link{
	text-align: left;
}
.services-main .column-list-area .column-box{
	margin: 0 0 40px 0;
}


/* 2022/06/14 サービス*/
.advance-partners .advance-partners-logo .partners-logo-box{
	width: 120px;
}


}