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

.fv {
	background-image: url("../domain/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: 140px;
}
.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: 65%;
}
.fvTxt02 {
	font-size: 17px;
	color: #fff;
	line-height: 1.8;
	background-color: #dc0012;
	padding: 8px 12px 8px;
	width: 453px;
	position: absolute;
	top: 303px;
	left: 65%;
}
.tit01 {
	color: #df0012;
	font-size: 30px;
	font-weight: bold;
	background-color: #ededed;
	padding: 80px 0 75px;
	text-align: center;
	margin-bottom: 50px;
}
.domCont01 {
	width: 56%;
	margin: 0 auto 110px;
}
.img01 {
	margin-bottom: 50px;
}
.txt01 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.txt01 a {
	color: #333;
}
.moreBtn {
	background-color: #DF0012;
	text-align: center;
	padding: 10px 0 8px;
	width: 100%;
	line-height: 1.3;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
/*ナビ下線アニメーション*/
.header .gnavi li:nth-child(5) {
	border-bottom: 2px #df0012 solid;
	padding-bottom: 0;
}
.header .gnavi li:nth-child(5)::after {
	height: 0;
}
/*ナビ下線アニメーション*/

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

/*1700px以下*/
@media screen and (max-width: 1700px){
.fv {
	padding-top: 40px;
}
}

/*1650px以下*/
@media screen and (max-width: 1650px){
	.fvTxt01, .fvTxt02 {
		left: 60%;
	}
}

/*1600px以下*/
@media screen and (max-width: 1600px){
.fv {
	padding-top: 0;
}
}

/*1500px以下*/
@media screen and (max-width: 1500px){
.domCont01 {
	width: 65%;
}
}

/*1240px以下*/
@media screen and (max-width: 1240px){
.fvTxt01 {
	left: 54%;
}
.fvTxt02 {
	left: 54%;
}
}

/*1000px以下*/
@media screen and (max-width: 1000px){
.tit01 {
    font-size: 26px;
    padding: 60px 5% 55px;
}
.domCont01 {
    width: 75%;
	margin: 0 auto 80px;
}
ul li:nth-child(3) .domCont01 {
	margin: 0 auto 100px;
}
.img01 {
    margin-bottom: 30px;
}
.txt01 {
    font-size: 16px;
    margin-bottom: 30px;
}
.fv {
    background-size: auto 110%;
}
}

/*900px以下*/
@media screen and (max-width: 900px){
.tit01 {
    text-align: left;
}
}
    
/*700px以下*/
@media screen and (max-width: 700px){
.tit01 {
    font-size: 24px;
    padding: 50px 5% 45px;
	line-height: 1.6;
}
.domCont01 {
    width: 90%;
}
}

/*500px以下*/
@media screen and (max-width: 700px){
.domCont01 {
	margin: 0 auto 60px;
}
ul li:nth-child(3) .domCont01 {
	margin: 0 auto 80px;
}
.tit01 {
    font-size: 20px;
    padding: 40px 5% 35px;
	margin-bottom: 35px;
}
.txt01 {
    font-size: 15px;
}
}

.fvSwiper{
	margin-bottom: 70px;
}

@media screen and (max-width: 700px){
	.fvSwiper {
		margin-bottom: 42px;
	}
}