@charset "utf-8";

/*＝＝＝＝＝　基本設定　＝＝＝＝＝*/
p{	margin:0px;}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  .m-slide_wrap,.m-vision_wrap,.m-kinou_wrap{
	min-width:1200px;
  }
}
@media (min-width: 769px) {
  .container{
    width: 1200px;
  }
	.m-kinou_wrap .container{
		width:100%;
	}
}
@media screen and (max-width:1200px) { 
.m-topic_wrap,.m-footer_wrap {
	width:1200px;
}
}
@media (max-width: 1400px) {
.swiper-slide p {
	font-size: 34px;
	width: auto;
	min-width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
	font-weight: bold;
	text-align: left;
	margin-top: -50px;
	padding-left: 40px;
}
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.swiper-slide img{
	max-width:auto;
	width:100%;
}
.swiper-slide p {
	font-size: 40px;
	line-height: 1.5;
	color: #19547D;
	width: auto;
	min-width: 810px;
	padding-top: 30px;
	position: absolute;
	left: 0px;
	top: 50%;
	background-color: rgba(255,255,255,0.8);
	font-weight: bold;
	text-align: left;
	padding-bottom: 30px;
	margin-top: -90px;
	padding-left: 80px;
}
#cont-1, #cont-2, #cont-3 {
/*	margin-top: -170px;
	padding-top: 170px;
*/}

/*＝＝＝＝＝　共通パーツ　＝＝＝＝＝*/
.m-hl-1 {
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	margin: 0px;
	padding-bottom: 28px;
}
.m-hl-1 span{
	font-size: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E50012;
	padding-bottom: 20px;
	color: #19557D;
}
.m-hl-1.pt2 span{
	color:#fff;
}
.m-hl-1.pt3 span{
	color:#000;
}
.m-hl-2 {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
}
.m-hl-3 {
	font-size: 20px;
	font-weight: bold;
	color: #19557D;
}
.m-hl-4{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #19557D;
}
.m-hl-5{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #19557D;
}
.m-hl-6 {
	font-size: 30px;
	font-weight: bold;
}
.m-hl-7 {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
}
.m-hl-8 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 20px;
}
.m-hl-9 {
	font-size: 50px;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-shadow:0px 0px 5px #ffffff,0px 0px 10px #ffffff;
}
.m-btn {
	font-size: 16px;
	color: #FFF;
	background-color: #19557D;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.m-btn:hover{
	color: #FFF;
}
.m-btn:after{
	content: '〉';
	position: absolute;
	top: 50%;
	right: 0px;
	display: block;
	margin-top: -0.5em;
	line-height: 1;
}
.m-btn.pt2 {
	color: #19557D;
	background-color: #FFFFFF;
}
.m-btn-2 {
	font-size: 16px;
	color: #19557D;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	display: inline-block!important;
	width: 270px;
	position: relative;
	border: 1px solid #19557D;
}
.m-btn-2:after{
	content: '＞';
	transform: rotate(90deg);
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -0.5em;
	line-height: 1;
	font-size: 10px;
}
.btn:hover {
    margin-top: 0px;
    border-bottom-width: 0px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.breadcrumb {
	padding-bottom: 20px;
}
.breadcrumb li{
	font-size: 13px;
	float: left;
	padding-right: 5px;
}
.breadcrumb li:after{
	content: '＞';
	font-size: 11px;
	margin-left: 5px;
}
.breadcrumb li:last-child:after{
	content: '';
}
.breadcrumb li a{
	color: #000;
}
.m-page_nav {
	text-align: center;
	margin:50px auto;
	width:1200px;
}
.m-page_nav li {
	display: inline;
	margin-right: 50px;
}
.m-page_nav li:last-child{
	margin-right: 0px;
}
.m-hover_op{
	display: block;
	zoom:1;
}
.m-hover_op:hover{
	zoom: 1;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}
/*＝＝＝＝＝　ヘッダー　＝＝＝＝＝*/
.m-header_wrap {
	background-color: #FFF;
	position:relative;
}
.m-header_info {
	height: 70px;
	z-index: 100;
	min-width: 1200px;
	float: none;
}
.m-telnum_wrap,
.m-contact_wrap {
	float: right;
	height: 70px;
}
.m-telnum_wrap{
	margin-top: 10px;
}
.m-telnum_wrap a{
	font-size: 19px;
	color: #000;
	display: block;
}
.m-telnum_wrap span{
	font-size: 13px;
}
.m-contact_wrap a{
	font-size: 16px;
	line-height: 70px;
	color: #FFF;
	display: inline-block;
	width: 190px;
	background-color: #999;
	text-align: center;
	float: left;
	position: relative;
}
.m-contact_wrap a:after{
	content: '〉';
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.m-contact_wrap a.m-siryo{
	background-color: #E50012;
}
.m-contact_wrap a.m-toi{}
.m-header_info .m-logo_header {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.m-header_info .m-logo_header a{
	color:#000;
}
.m-header_info .m-logo_header img{
	float:left;
}
.m-header_info .m-logo_header span{
	float: left;
	margin-top: 23px;
	font-size: 15px;
	margin-left: 20px;
}
.m-gnav_wrap{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.m-gnav_wrap .nav li{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.m-gnav_wrap .nav li:nth-last-of-type(2){
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.m-gnav_wrap .nav li a {
	background-color: #FFF;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.m-page-top .m-gnav_wrap .nav li:nth-child(1) a,
.m-page-vision .m-gnav_wrap .nav li:nth-child(2) a,
.m-page-function .m-gnav_wrap .nav li:nth-child(3) a,
.m-page-jirei .m-gnav_wrap .nav li:nth-child(4) a,
.m-page-company .m-gnav_wrap .nav li:nth-child(5) a,
.m-page-seminar .m-gnav_wrap .nav li:nth-child(6) a,
.m-gnav_wrap .nav li a:hover{
	color: #19557D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #19557D;
}
.m-gnav_wrap .nav {
	background-color: #FFF;
}
/*＝＝＝＝＝　フッター　＝＝＝＝＝*/
.m-pagetop {
}
.m-pagetop a{
	background-color: #19557D;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 75px;
	height: 60px;
	position: relative;
}
.m-pagetop a:after{
	content:'〉';
	transform: rotate(-90deg);
	color:#FFF;
	display:block;
	position:absolute;
	top:-27px;
	left:50%;
	margin-left:-0.5em
}
.m-fnav_wrap{
	padding-top:30px;
}
.m-fnav {
	float: left;
	width: 180px;
	padding: 0px;
	margin-right: 24px;
}
.m-fnav:last-of-type{
	margin-right: 0px;
}
.m-fnav li{
	list-style-type: none;
	margin-bottom: 3px;
}
.m-fnav li a{
	font-size: 12px;
	color: #000;
	position: relative;
}
.m-fnav li a:before{
	content: '＞';
	color: #19557D;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}
.m-fnav li:first-child a{
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #19557D;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.m-fnav li:first-child a:before{
	content: '';
}
.m-footer_wrap{
}
.m-footer_wrap .m-fnav_wrap{
	padding-bottom: 100px;
	position: relative;
}
.m-footer_wrap .m-contact_wrap {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.m-copytight {
	line-height: 50px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 15px;
}
/*＝＝＝＝＝　メインコンテンツ　＝＝＝＝＝*/
.m-main_wrap {
	padding-top: 25px;
	padding-bottom: 50px;
}
.m-icon-scroll {
	height: 53px;
	width: 45px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: 10px;
	z-index: 9999;
}
/*---------- トップ ----------*/
.m-jirei_wrap ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
}
.m-jirei_wrap .m-btn{
	margin-top:30px;
}
/*---------- ビジョン ----------*/
.m-vision_wrap {
	position: relative;
	background-image: url(../images/top/img_vision.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.m-vision_wrap.pt2 {
	position: relative;
	background-image: url(../images/other/vision_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
}
.m-vision_wrap .m-vision_bg {
	display: block;
	height: auto;
	width: 100%;
}
.m-vision_wrap .m-vision_cont-1 {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
.m-vision_wrap .m-hl-1 *{color:#fff;}
.m-vision_wrap .m-vision_cont-2 {
	background-color: rgba(0,40,60,0.8);
	background-blend-mode: multiply;
	width: 100%;
}
.m-vision_wrap .m-vision_cont-1,
.m-vision_wrap .m-vision_cont-2{
	padding-bottom: 50px;
	padding-top: 20px;
}
.m-vision_wrap .m-vision_cont-2{
	padding-top: 35px;
}
.m-vision_wrap .m-vision_cont-1 p,
.m-vision_wrap .m-vision_cont-2 p{
	font-size: 16px;
	line-height: 1.8;
	color: #FFF;
	text-align: center;
	clear: both;
}
.m-vision_wrap .m-vision_cont-1 h1,
.m-vision_wrap .m-vision_cont-2 h1{
	margin-bottom: 35px;
	text-align: center;
}
.m-vision_wrap .m-vision_cont-1 h1{
	margin-top: 10px;
}
.m-vision_wrap.pt2 .m-vision_cont-2 h1{
	margin-top: 35px;
}
.m-vision_wrap .m-vision_cont-1 .m-btn,
.m-vision_wrap .m-vision_cont-2 .m-btn{
	margin-top: 40px;
}
.m-vision_cont-2 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
}
.m-vision_cont-2 li {
	display:flex;
	justify-content:center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
	height: 90px;
	width: 250px;
	border: 4px solid #FFF;
	list-style-type: none;
}
.m-vision_cont-2 li span{
	align-self: center;
}
.m-vision_wrap.pt2 .m-hl-9 {
	padding-top: 120px;
	padding-bottom: 110px;
}
.m-vision_desc_wrap {
	float: left;
	width: 500px;
	margin-left: 66.66px;
}
.m-vision_wrap .m-vision_desc_wrap p{
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 30px;
}

.m-vision_wrap .m-hl-8 {
	margin-bottom: 20px;
}
/*---------- 特徴的な機能(トップページ) ----------*/
.m-kinou_wrap {
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-kinou_wrap ul {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.m-kinou_wrap li{
	list-style-type: none;
}
.m-kinou_wrap li img{
}
.m-kinou_wrap li span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.m-kinou_wrap .m-btn{
	margin-top: 50px;
}
/*---------- 会社概要 ----------*/
.m-gaiyou_wrap table {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.m-gaiyou_wrap table tr th,
.m-gaiyou_wrap table tr td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 1.75;
}
.m-gaiyou_wrap table tr th{
	font-weight: bold;
	width: 155px;
}
.m-gaiyou_wrap table tr td{
}
.m-gaiyou_wrap table tr:last-child th{
	border:none;
}
.m-company_banner {
	display: inline-block;
	margin-right: 60px;
	margin-top: 20px;
	margin-left: -30px;
}
/*---------- ページタイトル部分 ----------*/
.m-pagetitle_wrap{
	height: 300px;
	width: 100%;
	min-width:1600px;
	position: relative;
}
.m-pagetitle_wrap .m-hl-2 {
	width: 62.5%;
	height: 300px;
	background-color: #19557D;
	height: 300px;
	width: 37.5%;
	line-height: 300px;
	text-align: center;
	position: absolute;
	left: 0%;
	top: 0px;
}
.m-pagetitle_wrap.pt2{
	min-width:inherit;
}
.m-pagetitle_wrap.pt2 .m-hl-2 {
	width: 100%;
	text-align: center;
}
.m-pagetitle_wrap .m-pagetitle_bg{
	height: auto;
	width: 67.5%;
	max-height: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.m-pagetitle_wrap .m-pagetitle_bg img{
	width: 100%;
	height:auto;
}
/*---------- 主な取引先 ----------*/
.m-capital_wrap {
	background-color: #F6F8FA;
	padding: 50px;
	margin-top: 50px;
}
.m-capital_wrap ul {
	margin-top: 40px;
}
.m-capital_wrap ul li{
	font-size: 16px;
	float: left;
	margin-right: 60px;
	margin-top:20px;
}
/*---------- 特徴的な機能 ----------*/
.m-feature_wrap > h1{
	margin-top:95px;
}
.m-feature_box{
	padding-left: 400px;
	position: relative;
	margin-top: 70px;
}
.m-feature_box .m-feature_icon{
	display: block;
	position: absolute;
	left: 100px;
	top: 0px;
}
.m-feature_box p{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 25px;
}
.m-feature_box .m-feature_img{
	display: block;
	margin-top: 30px;
}
.m-function_images li{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.m-function_images li img{
	width: 100%;
}

.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    z-index: -1;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    transform: scale(.7);
    transition: .4s transform ease;
    pointer-events: none;
}

.lb:target {
    opacity: 1;
    z-index: 103;
}

.lb:target img {
    transform: scale(1);
}

.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}
/*---------- システム構成 ----------*/
.m-system_wrap{
	padding-top: 140px;
}
.m-system_img {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 40px;
}
.m-system_img img{
}
.m-system_wrap table {
	width: 1160px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.m-system_wrap table caption {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.m-system_wrap table th,
.m-system_wrap table td{
	border: 1px solid #CCC;
	font-size: 16px;
	padding: 15px;
	vertical-align: middle;
}
.m-system_wrap table th b,
.m-system_wrap table td b{
	font-weight: bold;
	color: #000;
}
.m-system_wrap table thead th{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #19557D;
	padding-top: 16px;
	padding-bottom: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.m-system_wrap table.m-system_table-sonota thead th{background-color: #999999;}
.m-system_wrap table.m-system_table-bunseki thead th{background-color: #009BDB;}
.m-system_wrap table th{
	width: 210px;
}
.m-system_wrap table td{

	min-width:190px;
}
.m-system_wrap table .m-op {
	color: #FFF;
	background-color: #189970;
	display: inline-block;
	height: 20px;
	font-size: 12px;
	line-height:20px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	vertical-align:bottom;
}
/*---------- comming soon ----------*/
.m-commingsoon_wrap h1{
	font-size: 40px;
	line-height: 300px;
	font-weight: bold;
	text-align: center;	
}
/*---------- 選ばれる理由 ----------*/
.m-reason_wrap {
	padding-top: 30px;
	padding-right: 90px;
	padding-bottom: 70px;
	padding-left: 90px;
	border: 10px solid #E8EEF2;
}
.m-reason_box{
	position: relative;
	min-height: 300px;
	padding-right: 530px;
	margin-top: 50px;
}
	
.m-reason_box img {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.m-reason_box h1{
	margin-bottom:15px;
}
.m-reason_box p{
	font-size: 16px;
	line-height: 1.75;
}
.m-consultant_info{
	position: relative;
	/* [disabled]padding-left: 650px; */
	/* [disabled]min-height: 510px; */
	margin-top: 50px;
}
.m-consultant_wrap img{
	float: left;
	width: 400px;
	margin-right: 50px;
	margin-bottom: 50px;
}
/*---------- コンサルタント ----------*/
.m-consultant_wrap h1{
	margin-top:100px;
}
.m-consultant_wrap p{
	font-size:16px;
	line-height:1.75;
}
.m-consultant_info .m-hl-6 {
	margin-top: 15px;
	margin-bottom: 35px;
	clear: none;
}
.m-consultant_info .m-hl-5 {
	margin-top: 40px;
	margin-bottom: 5px;
}

/*---------- セミナー ----------*/
.m-seminar_desc {
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}
.m-seminar_wrap{
	margin-top: 90px;
}
/*---------- お問い合わせ ----------*/
.m-gaiyou_wrap,
.m-cont_wrap {
	margin-top: 65px;
}
.m-cont_wrap .m-cont_tel{
	text-align:center;
}
.m-cont_wrap .m-cont_tel a {
	font-size: 50px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 30px;
}
.m-cont_wrap .m-cont_tel a small{
	font-size: 30px;
}
.m-cont_wrap .m-cont_tel p{
	font-size: 20px;
	text-align: center;
	line-height: 1.75;
}
.m-cont_wrap .mt20{
	margin-top:20px;
}

.m-iframe_wrap {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.m-iframe_wrap iframe{
	width: 100%;
    border: none;
}

/*---------- 印刷調整用 ----------*/
@media print {
.swiper-container {
    overflow: visible!important;
}
.m-main_wrap {
    padding-top: 32px;
}
body {
zoom: 85%; 
}



/*.navbar-fixed-top{
	position: relative;	
}
*/
}
/*---------- 一時的非表示設定用スタイル ----------*/
.hidden-xs.m-telnum_wrap,
.hidden-xs .m-siryo,
.m-siryo{
	display: none!important;
}
/*---------- 一時的非表示設定用スタイルここまで ----------*/
