@charset "utf-8";
/* CSS Document */

#contents {
	position: relative;
}

#contents nav {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 110;
}

/*===========================================
mainVisual
===========================================*/
#mainVisual {
	position: relative;
	background: #000;
    padding-top: 5.625em;
}

#mainVisual.stuck {
	z-index: -5!important;
}

#mainVisual .img01 {
	width: 100%;
	height: auto;
	opacity: 0.7;
}

#mainVisual .txt01 {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: din-condensed, sans-serif;
    font-size: 6.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    width: 95%;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/*===========================================
contents-common
===========================================*/
#contents01 h2,
#contents02 h2,
#contents03 h2 {
	font-family: din-condensed, sans-serif;
	font-size: 3.5rem;
	margin-bottom: 2.125rem;
    font-weight: 500;
}

/*===========================================
contents01
===========================================*/
#contents01 {
	display: table;
	width: 100%;
	background: #fff;
}

#contents01 .left {
	display: table-cell;
	width: 62%;
	vertical-align: top;
	padding: 4.8rem 6.25rem;
}

#contents01 .left h2 {
	color: #025fa0;
}

#contents01 .left dl dt {
	color: #000;
	font-size: 1.5rem;
	text-indent: -1.3em;
	padding-left: 1.3em;
	border-bottom: 1px solid #a48b78;
	padding-bottom: 0.375rem;
	font-family: din-condensed, sans-serif;
	font-weight: 500;
}

#contents01 .left dl dt strong {
	color: #000;
	font-size: 2.125rem;
	padding-right: 0.35em;
}

#contents01 .left dl dd {
	font-size: 0.875rem;
	margin-top: 1em;
	line-height: 1.6;
}

#contents01 .left dl dd:not(:last-child) {
	margin-bottom: 1.6rem;
}

#contents01 .right {
	display: table-cell;
	vertical-align: top;
	width: 38%;
	background-image: -webkit-linear-gradient(0deg, rgba(0,87,146,0.9), rgba(0,87,146,0.9)) ,url(../images/top/img02.png);
	background-image: -o-linear-gradient(0deg, rgba(0,87,146,0.9), rgba(0,87,146,0.9)) ,url(../images/top/img02.png);
	background-image: linear-gradient(0deg, rgba(0,87,146,0.9), rgba(0,87,146,0.9)) ,url(../images/top/img02.png);
	background-size: 100%;
	padding: 4.8rem 6.25rem;
	color: #fff;
}

#contents01 .right ul li {
	border-bottom: 1px solid #528eb6;
}

#contents01 .right ul li dl dd {
	line-height: 1.6;
	margin-top: 0.625em;
}

#contents01 .right ul li a {
	display: block;
	color: #fff;
	padding: 1.75rem 0;
}

/*===========================================
contents02
===========================================*/
#contents02 {
	display: table;
	width: 100%;
	background: #fff;
}

#contents02 .left {
	display: table-cell;
	vertical-align: top;
	width: 38%;
	overflow: hidden;
	position: relative;
}

#contents02 .left img {
	height: 125%;
	position: absolute;
	top: 0;
}

#contents02 .right {
	display: table-cell;
	vertical-align: top;
	width: 62%;
	background: #faf7f5;
	padding: 4.8rem 6.25rem;
}

#contents02 .right h2 {
	color: #025fa0;
    line-height: 1.2;
}

#contents02 .right p {
	line-height: 1.8;
}

/*===========================================
contents03
===========================================*/
#contents03 {
	display: table;
	width: 100%;
	background: #fff;
}

#contents03 .left {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: center;
}

#contents03 .left h2 {
	color: #025fa0;
}

#contents03 .right {
	display: table-cell;
	vertical-align: middle;
	width: 75%;
}

#contents03 .right .inner01 {
    display: flex;
    align-items: center;
}

#contents03 .right .inner01:not(:last-child) {
    margin-bottom: 1.5em;
}

#contents03 .right dl {
    width: 33.33%;
}

#contents03 .right dl dt {
	font-size: 2.5rem;
	color: #000;
    line-height: 1.4;
    font-family: din-condensed, sans-serif;
    font-weight: 500;
}

#contents03 .right dl dd {
	margin-top: 0.25rem;
}

#contents03 .right dl dd .txt01 {
	line-height: 1.6;
}

#contents03 .right dl dd .txt01 br {
    display: none;
}

#contents03 .right dl dd .txt02 {
	margin-top: 0.35rem;	
}

#contents03 .right dl dd .txt02 a {
	font-size: 2.25rem;
	color: #a48b78;
	font-family: din-condensed, sans-serif;
}

#contents03 .right iframe {
	width: 66.67%;
	height: 300px;
	vertical-align: top;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
	#contents02 .left {
		background: #eee;
	}
	#contents02 .left img {
		height: auto;
		width: 120%;
		position: static;
	}
}

/*===========================================
display
===========================================*/
@media all and (max-width: 1024px) {
    #mainVisual .txt01 {
        font-size: 7.5vw;
        top: 58%;
    }
	#contents01 h2, #contents02 h2, #contents03 h2 {
		font-size: 2rem;
	}
	#contents01 .left,
	#contents01 .right,
	#contents02 .right {
		padding: 3rem 3%;
	}
    #contents02 .left img {
        height: 100%;
    }
	#contents01 .left dl dt {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	#contents01 .left dl dt strong {
		font-size: 1.8rem;
	}
    #contents03 .right dl dt {
        font-size: 3.25vw;
    }
    #contents03 .right dl dd .txt02 a {
        font-size: 3vw;
    }
}

@media all and (max-width: 599px) {
	#mainVisual {
		overflow: hidden;
        padding-top: 5em;
	}
	#mainVisual .img01 {
		width: 180%;
	}
	#mainVisual .txt01 {
        font-size: 12.5vw;
        top: 61%;
	}
	#contents01 {
		display: block;
	}
	#contents01 .left, #contents01 .right, #contents02 .right, #contents03 .left {
		padding: 2rem 3%;
	}
	#contents01 .left, #contents01 .right, #contents02 .left, #contents02 .right, #contents03 .left, #contents03 .right {
		display: block;
		width: auto;
	}
	#contents01 h2, #contents02 h2, #contents03 h2 {
		font-size: 2.25rem;
	}
	#contents01 h2, #contents02 h2 {
		margin-bottom: 1.125rem;
	}
	#contents01 .right ul li dl dd {
		word-wrap: break-word;
	}
    #contents02 .left {
        height: 15em;
        overflow: hidden;
    }
    #contents02 .left img {
        height: auto;
        position: static;
        width: 100%;
    }
	#contents01 .left dl dt {
        font-size: 5vw;
        line-height: 1.2;
        margin-bottom: 0.2em;
	}
	#contents01 .left dl dd:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#contents01 .right ul li a {
		padding: 1rem 0;
	}
    #contents03 h2 {
        margin-bottom: 0;
    }
    #contents03 .right {
        padding: 0 2.5% 2rem;
    }
    #contents03 .right .inner01 {
        display: block;
    }
    #contents03 .right .inner01:not(:last-child) {
        margin-bottom: 2.5em;
    }
    #contents03 .right dl {
        width: auto;
        text-align: center;
    }
	#contents03 .right dl dt {
		font-size: 2rem;
	}
    #contents03 .right dl dd .txt01 br {
        display: block;
    }
	#contents03 .right dl dd .txt02 a {
		font-size: 7vw;
	}
    #contents03 .right iframe {
        width: 100%;
        height: 200px;
        margin-top: 0.75em;
    }
}


















