@charset "utf-8";
/* CSS Document */

.fv {
	background-image: url("../service/images/fv.jpg");
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
	padding-top: 120px;
}
.fvTxt01 {
	font-size: 36px;
	font-weight: bold;
	color: #dc0012;
	line-height: 1.4;
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 8px 12px 6px;
	position: absolute;
	top: 225px;
	left: 60%;
}
.fvTxt02 {
	font-size: 17px;
	color: #fff;
	line-height: 1.8;
	background-color: #dc0012;
	padding: 8px 12px 8px;
	width: 453px;
	position: absolute;
	top: 303px;
	left: 60%;
}
.serCtrl {
	position: relative;
	margin-bottom: 90px;
	padding: 50px 0;
}
.serCont {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
	position: static;
    z-index: 1;
	padding-left: 5%;
}
.serInner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.serCont ul {
	margin: 0 auto;
}
.serBox01, .serBox04 {
	width: 42%;
    margin-right: 3%;
}
.serBox02 {
	margin-left: 3%;
}
.serBox03 {
    position: static;
	width: 50%;
	margin-right: 3%;
}
.serImg01 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 55vw;
    overflow: hidden;
    min-height: 100%;
	z-index: 1;
}
.serImg02 {
    position: absolute;
    top: 0;
    width: 45vw;
    overflow: hidden;
    min-height: 100%;
	z-index: 1;
	left: 7%;
}
.serImg01 img {
	position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
}
.serImg02 img {
	position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
}
.case {
	font-size: 20px;
    color: #bbb;
    font-weight: bold;
    padding-left: 14px;
	line-height: 0.8;
}
.serNum01 {
	font-size: 140px;
    color: #DF0012;
    float: left;
    line-height: 1;
    margin-right: 20px;
}
.serTit01 {
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    float: left;
    width: 100%;
}
.serTit01a {
	display: inline-block;
	margin-top: 25px;
	width: 300px;
}
.serTxt01 {
	margin-bottom: 40px;
	line-height: 2.2;
}
.detail01 {
	background-color: #DF0012;
	text-align: center;
	padding: 10px 0 8px;
	width: 220px;
	line-height: 1.3;
}
.detail01 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.last {
	margin-bottom: 100px;
}
.serImgBg {
    position: absolute;
    top: -8%;
    right: 0;
	z-index: 0;
	background-image: url(../service/images/bg01.jpg);
	background-repeat: repeat-x;
	width: 30%;
	height: 220px;
}
.serImgBg02 {
    position: absolute;
    top: -8%;
    left: 0;
	z-index: 0;
	background-image: url(../service/images/bg01.jpg);
	background-repeat: repeat-x;
	width: 25%;
	height: 220px;
}
/*ナビ下線アニメーション*/
.header .gnavi li:nth-child(4) {
	border-bottom: 2px #df0012 solid;
	padding-bottom: 0;
}
.header .gnavi li:nth-child(4)::after {
	height: 0;
}
/*ナビ下線アニメーション*/

/*1800px以下*/
@media screen and (max-width: 1800px){
.fv {
	padding-top: 80px;
}
.serBox03 {
	width: 55%;
}
}

/*1700px以下*/
@media screen and (max-width: 1700px){
.serImgBg {
	width: 22%;
}
}

/*1600px以下*/
@media screen and (max-width: 1600px){
.fv {
	padding-top: 40px;
}
.serBox03 {
	width: 95%;
}
.serCont {
	padding-left: 0;
}
.serBox04 {
	width: 60%;
	margin-right: 0;
}
.serImgBg {
	width: 20%;
}
.serTit01a {
	width: 260px;
}
}

/*1500px以下*/
@media screen and (max-width: 1500px){
.serBox02 {
	width: 70%;
}
.serImg01 {
    left: 44%;
    width: 50vw;
}
.serTit01a {
	width: 210px;
}
}

/*1400px以下*/
@media screen and (max-width: 1400px){
.serCtrl {
    padding: 10px 0;
}
.serTit01a {
	width: 180px;
}
}

/*1300px以下*/
@media screen and (max-width: 1300px){
.serTit01a {
	width: 150px;
	margin-top: 8px;
}
}

/*1240px以下*/
@media screen and (max-width: 1240px){
.fv {
	padding-top: 0;
}
.br {
	display: none;
}
.serCtrl {
	padding: 20px 0;
}
.serCont {
    width: 94%;
}
.serTit01 {
	font-size: 22px;
}
.serTit01a {
	margin-top: 15px;
}
.serNum01 {
	font-size: 100px;
}
.case {
    font-size: 16px;
    padding-left: 7px;
}
.serBox02 {
    width: 58%;
}
.serBox03 {
    width: 60%;
}
.serImg01 {
    left: 46%;
    width: 50vw;
}
.serImg02 {
	left: 3%;
}
.fvTxt01 {
	left: 54%;
}
.fvTxt02 {
	left: 54%;
}
.serImgBg {
	display: none;
}
.serImgBg02 {
	display: none;
}
.serTit01a {
	width: 250px;
}
}

/*1080px以下*/
@media screen and (max-width: 1080px){
.serTit01a {
	width: 190px;
}
}

/*1000px以下*/
@media screen and (max-width: 1000px){
.serCtrl {
    padding: 0;
}
.serImg01 {
    left: 45%;
    width: 52vw;
}
}

/*900px以下*/
@media screen and (max-width: 900px){
.serCtrl {
    margin-bottom: 20px;
	padding: 0;
}
.serCont {
    width: 90%;
}
.serImg01 img {
    height: 85%;
}
.serImg02 img {
    height: 85%;
}
.serBox01, .serBox04 {
    width: 100%;
    margin-right: 0;
}
.serNum01 {
    font-size: 80px;
}
.serTit01 {
    margin-bottom: 10px;
}
.serTit01a {
	margin-top: 5px;
}
.serImg04 {
	margin-bottom: 20px;
}
.serTxt01 {
    line-height: 2;
	margin-bottom: 35px;
}
.serTit01a {
	width: 70%;
}
}

/*800px以下*/
@media screen and (max-width: 800px){
}

/*600px以下*/
@media screen and (max-width: 600px){
#wrap .mTit01 {
	margin-bottom: 60px;
}
.case {
    margin-top: -27px;
}
.serNum01 {
    font-size: 75px;
}
.serTit01 {
    font-size: 20px;
}
.serTit01a {
	margin-top: 5px;
}
.serTxt01 {
	margin-bottom: 50px;
}
.last .serTxt01 {
	margin-bottom: 20px;
}
.serTxt01 {
    font-size: 15px;
    line-height: 1.8;
}
}

/*400px以下*/
@media screen and (max-width: 400px){
.serTit01a {
	width: 60%;
}
}
.fvSwiper{
	margin-bottom: 70px;
}
@media screen and (max-width: 700px){
	.fvSwiper {
		margin-bottom: 42px;
	}
}