@charset "utf-8";

/* ****************************************************
Title: top.css
***************************************************** */
#top{
	padding-top: 112px;
}
@media screen and (min-width:769px) {
	#top {
		padding-top: 0;
	}
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */
/*-----------------------*/
/* mainvisual */
#mainvisual {
}
#mainvisual li {
    height: 600px;
    height: auto;
    display: table;
    width: 100%;
}

#mainvisual .mvInner{
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
}
#mainvisual li.bg01 {
	/* background: url("/common/img/mv_bg.jpg")center; */
	background-size: cover;
}
#mainvisual .bg01 {
    text-align: center;
    color: #fff;
}

/* 20220421追記 */
#mainvisual li.bg01 a {
	display: block;
}
#mainvisual .mvInner {
	position: relative;
	width: 100%;
	padding: 0;
}
#mainvisual .btnBlock {
	position: absolute;
	top: 75%;
	right: 34%;
	transform: translate(50%,-50%);
	width: auto;
}
#mainvisual .bg01 img {
	width: 100%;
	height: auto;
	display: block;
}
/* 20220421追記ここまで */

#mainvisual .mvTitle {
    font-weight: bold;
    font-size: 37px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#mainvisual .mvTitle img {
	width: auto;
    padding: 0 20px 0 40px;
}
#mainvisual .mvSubtitle {
	font-size: 22px;
    display: inline-block;
    padding: 10px 0 60px;
}
#mainvisual .btnBlock {
	margin: 0 auto;
}
#mainvisual .btnBlock a {
	color: #fff;
	background-color: transparent;
	width: 12.5vw;
	height: auto;
	font-size: 1.15vw;
	padding: 1vw 0;
	display: block;
	line-height: 1;
	margin: 0;
	position: relative;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.753));
}
#mainvisual .btnBlock a::after {
	content: '>>';
	position: absolute;
	right: 0;

}
#mainvisual .btnBlock a:hover::after {
	animation: topbtn ease-in 0.3s infinite alternate;
}
@keyframes topbtn {
	from {
		right: 0;
	}
	to {
		right: -5px;
	}
}

/*---------------*/
/* 新着情報 */
.topNewsBlock01 {
	background-color: #222;
	padding: 20px 0px 20px 0px;
	color: #fff;
}
.topNewsBox01{
    display: table;
    margin:0 0 10px;
}
.topNewsBlock01 .topNewsBox01:last-child{
    margin: 0 0 ;
}
.topNewsCell01{
	display: table-cell;
    border-right: 1px solid #E4E4E4;
    padding: 0;
    font-size: 16px;
    vertical-align: middle;
    width: 120px;
}
.topNewsCell01 a{
	color: #fff;
}
.topNewsCell02{
    display: table-cell;
	padding:0 0 0 30px;
}
.topNews01 {}
.topNews01 a{color: #fff;}
.topNews01 a:link {	text-decoration: none;}
.topNews01 a:visited {	text-decoration: none;}
.topNews01 a:hover {	text-decoration: underline;}
.topNews01 a:active {	text-decoration: none;}


.topNews01 li {
	display: table;
	width: 100%;
	margin: 7px 0px;
	text-align: left;
}
.topNews01 .topNewsIn{
	display: table-cell;
	width: 205px;
}
.topNews01 .topNewsIn01 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 99px;
}
.topNews01 .topNewsIn02 {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.4em;
	padding: 0px 0px 0px 15px;
}
.topNews01 .topNewsIn03 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 15px;
	font-size: 16px;
	line-height: 1.4em;
	word-break: break-word;
}
.topNewsIcon {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	padding: 3px 3px 4px 3px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 0;
}
.topNewsBlock01 .linktext a:hover {
	text-decoration:underline;
}

/* 背景色変更 */
.topNewsBlock01.bgLitGr {
	background-color: #EEF3F8;
	color: #333333;
}
.topNewsBlock01.bgLitGr .topNews01 a {
    color: #333333;
}
.topNewsBlock01.bgLitGr .topNewsCell01 {
    border-right: 1px solid #d0d0d0;
}
.topNewsCell01 a {
	text-decoration: underline;
}

/*--------------------------------*/
.topContBlock01 {
	background-color: #092E57;
	color: #fff;
	padding: 40px 0px 50px 0px;
	position: relative;
	overflow: hidden;
}
/*-----------*/
.topContBlock01.bgBk {background-color: #222222;}
/*-----------*/
.topContBlock01.bgGr {background-color: #e3e4e6; color:#092E57;}
.topContBlock01.bgGr .contH301 .h3Span01{color:#092E57;}
.topContBlock01.bgGr.contBlockCase01 .contH301 .h3Span01::before {
    background-image: url(/common/img/ttl_ico03_bl.png);
}
.contBox01 {
	margin-top: 45px;
}
.contLinkBox01 {
    margin: 60px auto 0;
    position: relative;
    background: #08294F;
    width: auto;
}
.contLinkBox01 a {
	display: block;
	box-sizing: border-box;
}
.contLinkBox01 a:hover .contBtn02 {
	color:#4fb5ea;
	background: #ffffff;
	text-decoration: none;
}
.contImg01 {
	position: relative;
    display: block;
    position: relative;
    overflow: hidden;
    width: 50%;
}
.contImg01 .contImg01Bg{
    display: table;
    width: 100%;
    height: 320px;
    position: relative;
    z-index: 1;
}
.contImg01 .contImg01Bg:after{
	background-image: url(/common/img/img01_1.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: -5;
}
.contLinkBox01 a:hover .contImg01 .contImg01Bg:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.contTtl01 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.contTtl01 span{
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}
.contTtl01 span:before {
    content: '[';
    font-size: 60px;
    font-weight: normal;
    padding: 0 10px 0 0;
    position: absolute;
    top: 50%;
    margin: -53px 0 0;
    left: -40px;
}
.contTtl01 span:after {
    content: ']';
    font-size: 60px;
    font-weight: normal;
    padding: 0 0 0 10px;
    position: absolute;
    top: 50%;
    margin: -53px 0 0;
    right: -40px;
}

.contLinkFlex01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items: center;
	width: 100%;
}
.contLinkFlex01 .contBtnWrap02{
	margin-top:20px;
}
.contLinkCell01 {
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex: 1;
    padding: 34px;
}
.contTextBase01{
    font-size: 16px;
    line-height: 1.6em;
	text-align: center;
}


/*--------------*/
.FlexWrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	margin-top: 45px;
}
.FlexBox01 {
	display: block;
	width: 49.7%;
	overflow: hidden;
}
.FlexBoxIn {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 433px;
	position: relative;
    z-index: 1;
}
.FlexBoxIn:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/common/img/img01_bg1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
	z-index: -5;
}
a.FlexBox01 .FlexBoxIn:hover:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.FlexBoxIn .FlexBoxInCont{
    position: absolute;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
a.FlexBox01 .FlexBoxIn:hover .contBtn02 {
	color:#4fb5ea;
	background: #ffffff;
	text-decoration: none;
}

.FlexBoxIn.maskBg:before{
	content: "";
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(9,46,87,0.6);
	background-size: 100%;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.FlexBoxIn .FlexTtl01 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom:25px;
}
.FlexBoxIn .FlexTtl01 span{
    position: relative;
    display: block;
    /* width: 300px; */
    margin: 0 auto;
}
.FlexBoxIn .FlexTtl01 span:before{
    content: '[';
    font-size: 67px;
    font-weight: normal;
    padding: 0 25px 0 0;
    position: absolute;
    top: 50%;
    margin: -33px 0 0;
    left: 0;
}
.FlexBoxIn .FlexTtl01 span:after{
    content: ']';
	font-size: 67px;
    font-weight: normal;
	padding: 0 0 0 25px;
    position: absolute;
    top: 50%;
    margin: -33px 0 0;
    right: 0;
}
.FlexBoxIn .FlexText01 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	width:380px;
	margin:0 auto;
}

/*--------------------------------*/
.topContBlock01.contBlockSolution01{
	margin: 5px 0 5px;
}
/*
.topContBlock01.contBlockSolution01:before {
    content: "SOLUTION";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin: 0 auto;
    color: #19375b;
    font-family: 'Raleway', sans-serif;
    font-size: 130px;
    font-weight: 700;
}
*/
.contBlockSolution01.contH301 .h3Span01::before {
    background-image: url(/common/img/ttl_ico01.png);
    width: 37px;
    height: 35px;
    left: -45px;
    top: 50%;
    margin-top: -17px;
}
.FlexBoxIn.solutionFlexBg01:after {
	background-image: url("/common/img/img01_bg1.jpg");
}
.FlexBoxIn.solutionFlexBg02:after {
	background-image: url("/common/img/img01_bg2.jpg");
}
.FlexBoxIn .FlexBtn01{
    display: flex;
}
.FlexBoxIn .contBtnWrap02{
    margin-top: 40px;
    width: auto;
}
.FlexBoxIn .contBtnWrap02 .contBtn02{
    width: 166px;
}

.topContBtnWrap01 {
    width: 166px;
    display: table;
    margin: 40px auto 0;
}
.topContBtnWrap01 .topContBtn01{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    height: 40px;
    font-size: 12px;
    line-height: 1.0em;
    color: #ffffff;
    border: 1px solid #fff;
    background:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.topContBtnWrap01 .topContBtn01:link {color: #ffffff;	text-decoration: none;}
.topContBtnWrap01 .topContBtn01:visited {color: #ffffff;	text-decoration: none;}
.topContBtnWrap01 .topContBtn01:hover,
.FlexBox01:hover .topContBtnWrap01 .topContBtn01,
.contLinkBox01 a:hover .topContBtnWrap01 .topContBtn01{
	color: #ffffff;
	border: 1px solid #4fb5ea;
	background: rgb(79,181,234);
	background: linear-gradient(90deg, rgba(79,181,234,1) 0%, rgba(0,148,227,1) 100%);
	text-decoration: none;
}
.topContBtnWrap01 .topContBtn01:active,
.topContBtnWrap01 .topContBtn01:active {color:#fff;	text-decoration: none;}

/*-------------*/
.topContBlock01.contBlockProduct01{
	margin: 0 0 5px;
}
/*
.topContBlock01.contBlockProduct01:before {
    content: "PRODUCT";
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin: 0 auto;
    color: #2a2a2a;
    font-family: 'Raleway', sans-serif;
    font-size: 130px;
    font-weight: 700;
}
*/
.contBlockProduct01 .contH301 .h3Span01::before {
    background-image: url(/common/img/ttl_ico02.png);
	width: 38px;
	height: 35px;
	left: -50px;
	top: 50%;
	margin-top: -17px;
}
.FlexBoxIn.productFlexBg01:after {
	background-image: url("/common/img/img02_bg1.jpg");
}
.FlexBoxIn.productFlexBg02:after {
	background-image: url("/common/img/img02_bg2.jpg");
}
/*--------------------------------*/
.topContBlock01.contBlockCase01{
	margin: 0 0 5px;
}
.contBlockCase01 .contH301 .h3Span01::before {
    background-image: url(/common/img/ttl_ico03.png);
    width: 25px;
    height: 34px;
    left: -35px;
    top: 50%;
    margin-top: -17px;
}
.topContBlock01.contBlockCase01 .contBtnWrap02{
	width: 269px;
	margin: 60px auto 0px auto;
}
.topContBlock01.contBlockCase01 .contBtn02{
	height: 71px;
	font-size: 16px;
}
.caseFlexWrap01{
}
.caseFlexImg01{
	width:214px;
    width: calc(20% - 2px);
    height: 115px;
    background: #fff;
    margin: 0 1px 2px;
	display: table;
	float: left;

}
.caseFlexImg01 p {
	vertical-align: middle;
    display: table-cell;
}
.caseFlexImg01 img{
    width: auto;
}
/*--*/
.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexImg01{
	border: 1px solid #e3e4e6;
}
.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-child(-n+6){
	border-top:0;
}
.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-child(-n+5){
	border-top:1px solid #e3e4e6;
}
.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:first-child,
.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-of-type(5n+1){
	border-left:1px solid #e3e4e6;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
	#top{
		padding-top: 65px;
	}

	/*-------mainvisual-------*/
	#mainvisual {
	    display: block;
		width: 100%;
	    margin: 0 auto;
	    padding-bottom: 0;
	    position: relative;
	}
	#mainvisual li {
	    display: table;
	    width: 100%;
	    /* height: 500px;
	    height: 90vh; */
		margin-bottom:0;
	    position: relative;
	}
	#mainvisual .mvSubtitle {
	    font-size: 16px;
	    margin-bottom: 10px;
	    display: inline-block;
	    padding: 10px 15px;
		line-height: 1.8em;
	}
	#mainvisual .mvTitle {
	    font-weight: bold;
	    font-size: 18px;
	    line-height: 50px;
	    margin-bottom: 20px;
	    padding: 0 20px;
	}
	#mainvisual .mvTitle img {
		width: 70%;
	    padding: 0 15px 0 15px;
	}
	#mainvisual .btnBlock{
	    position: absolute;
	    bottom: 0;
	}
	#mainvisual .btnBlock a {
	    color: #fff;
	    text-decoration: none;
	    min-width:auto;
	    width: 100%;
	    font-size: 16px;
	    text-align: center;
	    display: block;
	    margin: 0;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}
	#mainvisual .mvInner{
	    padding:  0;
	}
	/*---------------*/
	/* 新着情報 */
	.topNewsBlock01 {
		background-color: #222;
		padding: 30px 20px 20px;
		color: #fff;
	}
	.topNewsTtl01{
	    text-align: center;
	    font-size: 16px;
	    font-weight: bold;
		margin: 0 0 10px;
	}
	.topNewsBox01{
	    display: block;
	    text-align: left;
		margin: 0 0 20px;
	}
	.topNewsCell01{
		display: block;
		border-right: none;
	    width: initial;
	    text-align: left;
	    position: relative;
		margin: 0 0 20px;
	}
	.topNewsCell01:after{
	    content: "";
	    position: absolute;
	    width: 75%;
	    height: 1px;
	    background: #E4E4E4;
	    display: inline-block;
	    top: 12px;
	    right:0;
	    margin: 0;
	}
	/*背景グレー*/
	.topNewsBlock01.bgLitGr .topNewsCell01 {
	    border-right:0;
	}
	.topNewsBlock01.bgLitGr .topNewsCell01:after {
	    background: #d0d0d0;
	}
	.topNewsCell02{
		display: block;
		padding: 0;
	}
	
	.topNews01 {}
	.topNews01 a:link {	text-decoration: none;}
	.topNews01 a:visited {	text-decoration: none;}
	.topNews01 a:hover {	text-decoration: underline;}
	.topNews01 a:active {	text-decoration: none;}

	.topNews01 li {
		display: table;
		width: 100%;
		margin: 10px 0px;
	}
	.topNews01 .topNewsIn{
		display: table-cell;
		width: 100px;
	}
	.topNews01 .topNewsIn01 {
		display: block;
		text-align: center;
		vertical-align: top;
	    width: 99px;
	    margin: 0 auto;
	    padding: 0;
	}
	.topNews01 .topNewsIn02 {
		display: block;
		text-align: center;
		vertical-align: top;
		width: auto;
		font-size: 14px;
		line-height: 1.4em;
		padding: 5px 0px 0px;
		width: 100%;
	}
	.topNews01 .topNewsIn03 {
		display: table-cell;
		text-align: left;
		vertical-align: top;
		padding: 7px 0px 0px 20px;
		font-size: 14px;
		line-height: 1.4em;
	}
	.topNewsIcon {
		color: #ffffff;
		font-size: 11px;
		line-height: 1.4em;
		text-align: center;
		padding: 2px 3px 3px 3px;
	}
	/*--------------------------------*/

	.topContBlock01 {
		background-color: #092E57;
		color: #fff;
		padding: 30px 0 40px 0;
		position: relative;
		overflow: hidden;
	}
	/*-----------*/
	.topContBlock01.bgBk {background-color: #222222;}
	/*--*/
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-child(-n+5){
		border-top:0;
	}
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-of-type(5n+1){
		border-left:0;
	}
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-child(-n+3){
		border-top:1px solid #e3e4e6;
	}
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:first-child,
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-of-type(3n+1){
		border-left:1px solid #e3e4e6;
	}
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexImg01:nth-child(-n+3){
		border-top:1px solid #e3e4e6;
	}
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexImg01:first-child,
	.topContBlock01.contBlockCase01 .contCaseBox01 .contCaseFlexImg01:nth-of-type(3n+1){
		border-left:1px solid #e3e4e6;
	}
	.contBox01 {
		margin-top: 30px;
	}
	.contLinkBox01 {
	    margin: 5px auto 0;
	    position: relative;
	    background: #08294F;
	    width: 100%;
	}
	.contLinkBox01 a {
		display: block;
	    width: 100%;
	    box-sizing: border-box;
	}
	.contLinkBox01 a span {
	    display: block;
	}
	.contLinkBox01 a:hover .contBtn02 {
		color:#4fb5ea;
		background: #ffffff;
		text-decoration: none;
	}
	.contImg01 {
		position: relative;
	    width: 100%;
	    height: auto;
	    display: block;
	    overflow: visible;
	}
	.contImg01 .contImg01Bg{
	    width: 100%;
	    height: auto;
		z-index: 1;
		padding: 35px 0;
	}
	.contImg01 .contImg01Bg.maskBg:before{
	    z-index: -1;
	}
	.contTtl01 {
	    display: block;
	    vertical-align: middle;
	    padding: 0 20px;
	}
	.contTtl01 span{
	    position: relative;
	    z-index: 1;
	    color: #fff;
	    text-align: center;
	    margin: auto;
	    font-size: 18px;
	    font-weight: bold;
	    display: block;
	}
	.contTtl01 span:before {
	    content: '[';
	    font-size: 60px;
	    font-weight: normal;
	    padding: 0 10px 0 0;
	    position: absolute;
	    top: 50%;
	    margin: -53px 0 0;
	    left:0;
	}
	.contTtl01 span:after {
	    content: ']';
	    font-size: 60px;
	    font-weight: normal;
	    padding: 0 0 0 10px;
	    position: absolute;
	    top: 50%;
	    margin: -53px 0 0;
	    right: 0;
	}
	.contLinkFlex01 {
		display: block;
		width: 100%;
	}
	.contLinkFlex01 .contBtnWrap02{
		margin-top:20px;
	}
	.contLinkCell01 {
	    text-align: left;
	    vertical-align: middle;
	    box-sizing: border-box;
	    color: #fff;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex: 1;
	    padding: 25px 20px 0;
	}
	.contLinkCell01 .contBtnWrap02{
		width: 145px;
	}
	.contTextBase01{
	    font-size: 16px;
	    line-height: 1.6em;
		text-align: left;
	}



	/*-------------------*/
	.FlexWrap01 {
		display: block;
		margin-top: 25px;
	}
	.FlexBox01 {
		display: block;
		width: 100%;
		margin-top: 5px;
	}
	.FlexBoxIn {
	    display: block;
	    text-align: center;
	    vertical-align: middle;
	    height: initial;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    position: relative;
	    z-index: 1;
	    transition: all .8s ease;
	    padding: 35px 0;
	}
	.FlexBoxIn .contBtnWrap02 {
	    margin-top: 20px;
	}
	.FlexBoxIn .FlexBoxInCont{
		position: static;
	    margin: auto;
	    top: initial;
	    left: initial;
	    transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
		padding: 0 20px;
	}
	a.FlexBox01 .FlexBoxIn:hover{
		transform: scale(1.05);
	}
	.FlexBox01 .FlexBoxIn:hover .contBtn02 {
		color:#4fb5ea;
		background: #ffffff;
		text-decoration: none;
	}
	.FlexBoxIn:before{
		content: "";
		background-size: 100%;
		position: absolute;
		width: 100%;
		height: 100%;
		background:rgba(9,46,87,0.6);
		background-size: 100%;
		position: absolute;
		top: 0;
	    left: 0;
	    right: 0;
	    z-index: -1;
	}
	.FlexBoxIn:after {
	    position: absolute;
	    content: "";
	    display: block;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    background: url(/common/img/img01_bg1.jpg) no-repeat center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -ms-background-size: cover;
	    background-size: cover;
	    -webkit-transition: all .5s ease-out;
	    -moz-transition: all .5s ease-out;
	    -ms-transition: all .5s ease-out;
	    transition: all .5s ease-out;
	    z-index: -5;
	}
	.FlexBoxIn .FlexTtl01 {
		color: #ffffff;
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom:25px;
	}
	.FlexBoxIn .FlexTtl01 span{
	    position: relative;
	    display: block;
	    /* width: 300px; */
	    margin: 0 auto;
	}
	.FlexBoxIn .FlexTtl01 span:before{
	    content: '[';
	    font-size: 50px;
	    font-weight: normal;
	    padding: 0 20px 0 0;
	    position: absolute;
	    top: 50%;
	    margin: -27px 0 0;
	    left: 0;
	}
	.FlexBoxIn .FlexTtl01 span:after{
	    content: ']';
		font-size: 50px;
	    font-weight: normal;
		padding: 0 0 0 20px;
	    position: absolute;
	    top: 50%;
	    margin: -27px 0 0;
	    right: 0;
	}
	.FlexBoxIn .FlexText01 {
	    color: #ffffff;
	    font-size: 16px;
	    line-height: 1.6em;
	    width: 100%;
	    margin: 0 auto;
	    text-align: left;
	}
	.FlexBoxIn .contBtnWrap02 .contBtn02 {
	    width: 145px;
	}
	/*--------------------------------*/
	.topContBlock01.contBlockSolution01{
		margin: 0 0 5px;
	}
/*
	.topContBlock01.contBlockSolution01:before {
		content: "SOLUTION";
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: -20px;
	    margin: 0 auto;
	    color: #19375b;
	    font-family: 'Raleway', sans-serif;
	    font-size: 70px;
	    font-weight: 700;
	}
*/
	.contBlockSolution01.contH301 .h3Span01::before {
	    background-image: url(/common/img/ttl_ico01.png);
	    width: 37px;
	    height: 35px;
	    left: -45px;
	    top: 50%;
	    margin-top: -17px;
	}
	.contBlockSolution01 .FlexWrap01 {
    	border-top: 5px solid #fff;
	}

	/*-------------*/
	.topContBlock01.contBlockProduct01{
		margin: 0 0 5px;
	}
/*
	.topContBlock01.contBlockProduct01:before {
	    content: "PRODUCT";
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: -32px;
	    margin: 0 auto;
	    color: #2a2a2a;
	    font-family: 'Raleway', sans-serif;
	    font-size: 130px;
	    font-weight: 700;
	}
*/

	.contBlockProduct01 .contH301 .h3Span01::before {
	    background-image: url(/common/img/ttl_ico02.png);
	    width: 38px;
	    height: 35px;
	    left: 0;
	    top: 50%;
	    margin-top: -17px;
	}
	.FlexBoxIn.productFlexBg01 {
		background-image: url("/common/img/img02_bg1.jpg");
	}
	.FlexBoxIn.productFlexBg02 {
		background-image: url("/common/img/img02_bg2.jpg");
	}
	/*--------------------------------*/
	.topContBlock01.contBlockCase01{
		margin: 0 0 5px;
	}
	.contBlockCase01 .contH301 .h3Span01::before {
	    background-image: url(/common/img/ttl_ico03.png);
	    width: 25px;
	    height: 34px;
	    left: 0;
	    top: 50%;
	    margin-top: -17px;
	}
	.topContBlock01.contBlockCase01 .contBtnWrap02 {
	    width: 269px;
	    margin: 30px auto 0px auto;
	}
	.caseFlexWrap01{
		padding: 0 20px;
	}
	.caseFlexImg01{
	    width:32.5%;
	    height: 115px;
	    background: #fff;
	    margin: 0 1px 2px;
	}
	.caseFlexImg01 p {
	}
	.caseFlexImg01 img{
	    width: 90%;
	}
	.caseFlexImg01 img.spW50p{
	    width: 50%;
	}
	.caseFlexImg01 img.spW30p{
	    width: 30%;
	}
	/*--------------------------------*/

}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:320px) {
	.caseFlexImg01{
	    height: 95px;
	}



	/*--------------------------------*/
}

@media screen and (max-width:768px) {
	#mainvisual .btnBlock {
		position: static;
		transform: none;
		background-color: #08294F;
		width: 100%;
		padding: 38px 0;
	}
	#mainvisual .btnBlock a::after {
		content: '';
	}
}
/*-----*/
