@charset "utf-8";

#top #main {
	color:#3f3f3f;
}

#top #main h3 {
	font-size:100%;
	font-weight:bold;
	color:#000;
	padding-bottom:0px;
	margin-bottom:0px;
	background:none;
}

#top #main .inner {
	margin:5px 0 20px;
	padding:0 10px 0 0;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#top #main .inner {
		padding:0;
	}
}

/* page-ttl */
#top #page-ttl {
	width:100%;
	/*height:300px;*/
	background:url(../images/main_bg.png) repeat-x center top;
	text-align:left;
	margin-bottom:20px;
}

#top #page-ttl .inner {
	position:relative;
	width:989px;
	margin:0 auto;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#top #page-ttl {
		background-image:none;
		/*height:0;
		padding-top:41.6666%;*/
	}
	
	#top #page-ttl .inner {
		width:100%;
	}
}

#top #page-ttl .inner .link-movie {
	position:absolute;
	top:28px;
	right:0;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#top #page-ttl .inner .link-movie a img {
		display:none;
	}
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#main .consulting .inner {
		height: auto;
		background-image:none;
	}
	
	#main .consulting .inner .sp_back {
		width:99%;
		margin:0 auto;
	    background-image: -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 0%,rgba(215,215,215,1.00) 100%);
	    background-image: -moz-linear-gradient(270deg,rgba(216,216,216,1.00) 0%,rgba(215,215,215,1.00) 100%);
	    background-image: -o-linear-gradient(270deg,rgba(216,216,216,1.00) 0%,rgba(215,215,215,1.00) 100%);
	    background-image: linear-gradient(180deg,rgba(216,216,216,1.00) 0%,rgba(215,215,215,1.00) 100%);
		padding-top:12px !important;
	}
	
	.consulting .inner h3 {
		margin-left:3px;
	}
	
	.consulting .inner h3 img {
		width:100%;
	}
	
	.consulting .inner dl {
		/*position:static;*/
		padding: 0;
		margin: 12px auto 0 !important;
	}
	
	.consulting .inner dl.service01 {
		float:none;
		margin: 0 auto 0 !important;
	}

	.consulting .inner dl.service02 {
		float:none;
	}

	.consulting .inner dl.service03 {
		float:none;
		margin-bottom:20px !important;
	}
}

/*ISO取得コンサルタントサービス*/
.con_service_UL {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.con_service_UL li {
	width: 45%;
}
.con_service_UL li a {
	display: block;
	border: solid 2px #1054a7;
	border-radius: 10px;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
	font-size: 1.5em;
}
.con_service_UL li a:hover {
	cursor: pointer;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px){
	.con_service_UL li {
		width: 47%;
	}
	.con_service_UL li a {
		font-size: 1.2em;
	}
}

/* reason */
.reason {
	margin-bottom:8px;
	position:relative;
}

.reason .btn {
	position:absolute;
	top:142px;
	left:549px;
	/*margin-top: -61px;
	margin-left: 545px;*/
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.reason .btn img {
	width: 70%;
	}
	.reason .btn {
	left: 75%;
	top: 70%;
	}
}

/* voice */
#main .voice .inner_middle {
	margin-bottom: 8px;
	background: url(../images/box_white_body.png) repeat-y left top;
	width: 715px;
}

#main .voice .inner_bottom {
	background:url(../images/box_white_foot.png) no-repeat left bottom;
	padding-bottom:10px;
	/*position:relative;*/
}

#main .voice .inner_bottom .left {
	float:left;
	width:326px;
	/*display:inline;*/
	background:#fbf8f4;
	margin:21px 0 0 24px;
	position:relative;
}

#main .voice .inner_bottom .rightB {
	float:right;
	width:326px;
	/*display:inline;*/
	background:#fbf8f4;
	margin:21px 15px 0 0;
	text-align:left;
	position:relative;
}

#main .voice .inner_bottom .icon01 {
	position:absolute;
	top:-12px;
	right:-12px;
	/*left:297px;*/
	/*z-index:10;*/
}

#main .voice .inner_bottom .icon02 {
	position:absolute;
	top:-12px;
	right:-12px;
}

#main .voice .inner_bottom .lead {
	font-size:124%;
	font-weight:bold;
	line-height:1.2;
	margin:12px;
}

#main .voice .inner_bottom .img img {
	float:left;
}

/*#main .voice .inner .left .img img {
	margin-right:10px;
}*/

#main .voice .inner_bottom .img span {
	display:block;
	margin:0 15px;
	font-size:108%;
	line-height:1.3;
}

#main .voice .inner_bottom .link {
	text-align:right;
	font-size:108%;
	margin:11px 26px;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#main .voice .inner_middle {
		width:100%;
		margin-bottom:8px;
		background:url(../images/box_white_body.png) repeat-y left top;
		background-size:100% auto;
	}

	#main .voice .inner_bottom {
		background:url(../images/box_white_foot.png) no-repeat left bottom;
		padding-bottom:10px;
		/*position:relative;*/
		background-size:100% auto;
	}
	#main .voice .inner_bottom .left {
		float:none;
		width:92%;
		/*position:relative;*/
		margin:4%;
	}
	
	#main .voice .inner_bottom .rightB {
		float:none;
		width:92%;
		/*position:relative;*/
		margin:4%;
	}
	
	#main .voice .inner_bottom .icon01 {
		position: absolute;
		top: -12px;
		right: 0px;	/*left:297px;*/
	/*z-index: 10;*/
	}
	
	#main .voice .inner_bottom .icon02 {
		position: absolute;
		top: -12px;
		right: 0px;
	}
	
	#main .voice .inner_bottom .lead {
		padding-top:12px;
	}
}

/* about */
#main .about .inner_middle {
	width:715px;
	margin-bottom:8px;
	background:url(../images/box_white_body.png) repeat-y left top;
}

#main .about .inner_bottom {
	background:url(../images/box_white_foot.png) no-repeat left bottom;
	padding-bottom:10px;
}

#main .about .inner_bottom .txt {
	font-size:93%;
	margin:15px 24px 12px;
}

#main .about .inner_bottom ul {
	margin:0 0 15px 22px;
}

#main .about .inner_bottom ul li {
	float:left;
	/*width:215px;*/
	margin:0 15px 0 0;
}

#main .about .inner ul li.last {
	margin-right:0;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#main .about .inner_middle {
		width:100%;
		margin-bottom:8px;
		background:url(../images/box_white_body.png) repeat-y left top;
		background-size:100% auto;
	}
	
	#main .about .inner_bottom {
		background: url(../images/box_white_foot.png) no-repeat left bottom;
		padding-bottom: 10px;
		background-size: 100% auto;
	}	
	
	#main .about .inner_bottom ul {
		margin:0;
	}
	
	#main .about .inner_bottom ul li {
		float:none;
		text-align:center;
		margin:0;
	}
	
	#main .about .inner_bottom ul li.sp_last {
		margin-bottom:15px;
	}
}

/*ISO9001、ISO14001の画像width:329px;のため、画面幅320px以下になった時*/
@media screen and (max-width: 320px) {
	#main .about .inner #gr_01 a img {
		width:90%;
		height:auto;
	}
}

/* seminar */
.seminar .inner_middle {
	width:715px;
	margin-bottom:8px;
	background:url(../images/box_white_body.png) repeat-y left top;
}

.seminar .inner_bottom {
	background:url(../images/box_white_foot.png) no-repeat left bottom;
	padding-bottom:10px;
}

.seminar .inner_bottom h3 {
	margin-left:4px;
}

.seminar .inner_bottom .txt {
	font-size:93%;
	margin:15px 24px 12px;
}

.seminar .inner_bottom .inner02 {
	margin:0 0 15px 22px;
}

.seminar .inner_bottom .inner02 .left {
	float:left;
	width:440px;
	border:solid 2px #e1e4e8;
	padding:10px;
}

#top #main .seminar .inner_bottom .inner02 .left dl {
	margin-bottom:12px;
	font-size:108%;
}

#top .seminar .inner_bottom .inner02 .left dl.last {
	margin-bottom:0;
}

#top .seminar .inner_bottom .inner02 .left dl dt {
	float:left;
	width:105px;
}

#top .seminar .inner_bottom .inner02 .left dl dd {
	float:right;
	width:335px;
	margin:0;
}

#top .seminar .inner_bottom .inner02 .right {
	float:right;
	width:185px;
	margin-right:26px;
	display:inline;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.seminar .inner_middle {
		width:100%;
		margin-bottom:8px;
		background:url(../images/box_white_body.png) repeat-y left top;
		background-size:100% auto;
	}

	.seminar .inner_bottom {
	background: url(../images/box_white_foot.png) no-repeat left bottom;
	padding-bottom: 10px;
	background-size: 100% auto;
	}
	
	.seminar .inner_bottom h3 img {
	width: 99%;
	}
	.seminar .inner_bottom .inner02 {
	margin: 0;
	}
	
	.seminar .inner_bottom .inner02 .left {
		float: none;
		width: 90%;
		margin: 0 auto 10px;
	}
	
	#top .seminar .inner_bottom .inner02 .left dl dd {
		width: 100%;
	}
	
	#top .seminar .inner_bottom .inner02 .right {
		float: none;
		text-align:center;
	}
	
	#top .seminar .inner_bottom .inner02 .right img {
	}
	
	.seminar .inner h3 {
		margin-right:4px;
	}
}

/* info */
.info .inner_middle {
	margin-bottom: 8px;
	background: url(../images/box_white_body.png) repeat-y left top;
	width: 715px;
}

.info .inner_bottom {
	background:url(../images/box_white_foot.png) no-repeat left bottom;
	padding-bottom:10px;
}

.info .inner02 {
	margin:15px 0 15px 22px;
}

.con_service .inner02 {
	margin:15px;
}

.con_consultant .inner02 {
	margin:15px;
}

#top .info .inner02 dl {
	margin-bottom:12px;
	font-size:108%;
}

#top .info .inner02 dl.last {
	margin-bottom:0;
}

#top .info .inner02 dl dt {
	float:left;
	width:105px;
	white-space:nowrap;
}

#top .info .inner02 dl dd {
	float:right;
	width:580px;
	margin-bottom:0;
	/*width:620px;
	margin:0;*/
}



@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.info .inner_middle {
		width:100%;
		margin-bottom:8px;
		background:url(../images/box_white_body.png) repeat-y left top;
		background-size:100% auto;
	}

	.info .inner_bottom {
		background:url(../images/box_white_foot.png) no-repeat left bottom;
		padding-bottom:10px;
		background-size:100% auto;
	}
	
	.info .inner02 {
		margin-right:15px;
	}
	
	#top .info .inner02 dl dd {
		width: 100%;
		font-size: 100%;
	}
}

/* consultant */
.consultant .inner_middle {
	width: 717px;
	margin-bottom: 8px;
	background: url(../images/box_white_body.png) repeat-y left top;
}

.consultant .inner_bottom {
	background: url(../images/box_white_foot.png) no-repeat left bottom;
	padding-bottom: 10px;
}

.consultant h3 img {
	margin-left: 5px;
	width: 708px;
	height: auto;
	border-top:solid 1px #ccc;
}

.consultant .inner_bottom p img {
	margin-left: 5px;
	margin-bottom: -27px;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.consultant .inner_middle {
		width:100%;
		margin-bottom:8px;
		background:url(../images/box_white_body.png) repeat-y left top;
		background-size:100% auto;
	}

	.consultant .inner_bottom {
		background:url(../images/box_white_foot.png) no-repeat left bottom;
		padding-bottom:10px;
		background-size:100% auto;
	}
	
	.consultant h3 img {
		width:98%;
	}
	
	.consultant .inner_bottom p img {
		width:98%;
	}
}

/*当社各拠点のご案内*/
.branch {
	border: solid 1px #cccccc;
	margin: 5px 5px 30px;
	box-shadow: 0 0 2px 1px #dddddd;
}

.branch h3.branch_Ttl {
	/*background-color: #1958A8!important;*/
	color: #ffffff!important;
	padding: 5px 10px!important;
	font-size: 160%!important;
	background: url(../images/branch_head.png) left top no-repeat!important;
}

.branch .branch_inner .lead_Txt {
	text-align: center;
	color: #1958A8;
	font-size: 180%;
	font-weight: bold;
	margin: 30px 0 0 0;
}

.branch .branch_inner dl {
	width: 550px;
	margin: 1.5em auto;
}
.branch .branch_inner dl dt {
	width: 25%;
	float: left;
	margin-top: 12px;
	font-size: 180%;
	font-weight: bold;
}
.branch .branch_inner dl dd {
	margin-left: 30%;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.branch {
		margin: 5px 3%;
	}
	.branch .branch_inner .lead_Txt {
		padding: 0 5px;
	}
	.branch .branch_inner dl {
		width: 100%;
		margin: 1.5em auto;
		padding: 0 3%;
	}
	.branch .branch_inner dl dt {
		width: 100%;
		float:none;
	}
	.branch .branch_inner dl dd {
		width: 94%;
		margin-left: 0;
	}
}


/* facebook */
.facebook {
	margin:0 0 10px 4px;
}

#banner_fb {
	background: url(../images/bg_fb.png) no-repeat left top;
	width: 243px;
	height: 58px;
	height: 40px;
	padding: 19px 20px 0 0;
}

#banner_fb span {
	float: right;
	width: 120px;
}

#fb_txt {
	padding:10px;
}

#banner_tw {
	background: url(../images/bg_tw.png) no-repeat left top;
	width: 223px;
	height: 58px;
	height: 40px;
	padding: 19px 40px 0 0;
}

#banner_tw span {
	float: right;
}

#banner_tw span iframe {
	width: 100px !important;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#banner_fb {
		width:243px;
		margin:0 auto;
	}
	
	#banner_tw {
		width: 223px;
		margin:0 auto;
	}
	
	#banner_tw span iframe {
		margin-left:100px;
	}
	
	.twitter-timeline {
		width:90% !important;
		margin-left:5% !important;
	}
}

#top .mail_magazine_regist {
	margin-top: -20px;
}

/*20220207 add*/
/*全国270社のコンサル実績*/
#top .con_performance {
	border: solid 5px #82AFE0;
}
#top .con_performance h3 {
	text-align: center;
}
#top .con_performance h3 span {
	text-align: center;
	font-size: 26px;
}
#top .con_performance .catch_copy {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
#top .con_performance .catch_copy .ken {
	color: red;
	font-size: 56px;
	letter-spacing: 3px;
	padding: 0 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#top .con_performance .catch_copy .jisseki {
	color: red;
	font-size: 48px;
	letter-spacing: 3px;
	padding: 0 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#top .con_performance a.con_btn {
	text-align: center;
	padding: 0.75em 0;
	background-color: #063F7E;
	color: #fff;
	text-decoration: none;
	width: 380px;
	margin: 0 auto;
	display: block;
	font-size: 1.65em;
	font-weight: bold;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#top .con_performance h3 span {
		font-size: 18px;
	}
	#top .con_performance .catch_copy {
		font-size: 20px;
	}
	#top .con_performance .catch_copy span {
		font-size: 30px;
		letter-spacing: 2px;
	}
	#top .con_performance a.con_btn {
		width: 100%;
	}
}
#top .con_reason {
	margin: 5em 0 0;
}
#top .con_reason h3 {
	/*text-align: center;*/
}
#top .con_reason h3 span {
	text-align: center;
	font-size: 32px;
	color: #0952A3;
	font-weight: bold;
	position: relative;
	margin: 0 0 0.5em;
}
#top .con_reason h3 span::before {
	content: "";
	width: 80px;
	height: 68px;	
	background: url("../images/top/img_jumpup.png") left bottom no-repeat;
	position: absolute;
	top: -10px;
	margin-left:-90px;
}
#top .con_reason ul {
	margin: 1em 0 0;
	padding: 0 0 0 10px;
}
#top .con_reason ul li {
	border: solid 1px #aaa;
	box-sizing: border-box;
	padding: 20px 15px 0;
	margin: 0 0 1em;
}
#top .con_reason ul li > div {
	display: flex;
}
#top .con_reason ul li > div .left_image {
	width: 200px;
	margin-right: 20px;
	display: flex;
	align-items: center;
}
#top .con_reason ul li > div .right_text {
	width: calc(100% - 220px);
}
#top .con_reason ul li > div .right_text h4 {
	font-size: 24px;
}
#top #main .con_performance .inner {
	padding-right: 0;
}
#top #main .con_performance h3 span {
	position: relative;
	display: inline-block;
}
#top #main .con_performance h3 span::before {
	content: "";
	width: 100px;
	height: 100px;
	background: url("../images/top/183114.png") left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -110px;
	top: -30px;
}
#top .con_performance ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0 0 2em;
}
#top .con_performance ul li {
	width: 160px;
	margin: 0 10px 10px 0;
	padding: 0;
}
#top .con_performance ul li:nth-child(4n) {
	margin-right: 0;
}
#top .con_performance ul li a img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	/*#top .con_reason h3 span {
		font-size: 20px;
	}
	#top .con_reason h3 span::before {
		width: 60px;
		height: 51px;
		background-size: 100% auto;
		margin-left:-55px;
	}*/
	#top .con_performance ul {
		margin: 0 0 1em;
	}
	#top .con_performance ul li {
		width: 48%;
	}
	#top .con_reason ul {
		padding: 0;
	}
	#top .con_reason ul li > div {
		display: block;
	}
	#top .con_reason ul li > div .left_image {
		width: 200px;
		margin: 0 auto 1em;
	}
	#top .con_reason ul li > div .right_text {
		width: 100%;
	}
	#top .con_reason ul li > div .right_text h4 {
		text-align: center;
	}
	#top #main .con_performance h3 span::before {
		width: 60px;
		height: 60px;
		left: -70px;
		top: -10px;
	}
	#top .con_performance ul li:nth-child(2n) {
	margin-right: 0;
}
	#top .con_performance ul li:nth-child(n + 11) {
		display: none;
	}
}

/*20250221 Add*/
#top #main h3.topH3Ttl {
	background-color: #1858a8;
  color: #fff;
  margin: 0 0 0 5px;
  padding: 0.5em 0.75em;
  font-size: 1.5em;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	#top #main h3.topH3Ttl {
		text-align: left;
		margin: 0;
	}
}
/*20250212 Add*/
/*見積依頼ボタン*/
.request_btn {
	width: 300px;
	margin: 0 auto;
}
.request_btn a {
	background-color: #ff6600;
	padding: 1em 0;
	color: #fff;
	border-radius: 10px;
	font-size: 1.5em;
	text-decoration: none;
	display: block;
	text-align: center;
}
.request_btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}