@charset "UTF-8";
/* CSS Document */
.content {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.content .section-inner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.TeaserKeyvisual {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #000000;
}
.TeaserKeyvisual img {
	width: 100%;
}

.fdContents01 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #000000;
	color: #ffffff;
}
.fdContents01inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px;
	text-align: center;
}
.fdContents01inner p {
	margin-bottom: 60px;
	font-size: 1.6em;
	line-height: 2.1;
	font-family: serif;
}
.fdContents01leed {
	margin-bottom: 1em !important;
	font-size: 2.4em !important;
	line-height: 1 !important;
}
.fdContents01inner a {
	display: block;
	margin-top: 60px;
}
@media (max-width: 767px) {
	.fdContents01inner {
		width: 90%;
		padding: 60px 0;
	}
	.fdContents01inner p {
		margin-bottom: 40px;
		font-size: 1.5em;
	}
	.fdContents01leed {
		font-size: 2.2em !important;
		line-height: 1.5 !important;
	}
	.fdContents01inner a {
		margin-top: 30px;
	}
}
.fdContents02 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #0a3863;
	color: #ffffff;
}
.fdContents02inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 90px 0;
}
.fdContents02title p {
	margin: 40px 0 60px;
	padding-left: 40px;
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
.fdContents02contents {
	width: 100%;
	padding-left: 4%;
	padding-right: 6.5%;
}
.fdContents02contents01 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 25px;
	transition: 0.3s;
}

.fdContents02contents01:hover {
	opacity: 0.7;
}

.fdContents02contents01 a:hover{
	text-decoration: none;
}
.fdContents02contents01img {
	width: 45%;
}
.fdContents02contents01txt {
	display: block;
	width: 47%;
	color: #ffffff;
}
.fdContents02contents01txt p {
	margin-top: 20px;
	font-size: 1.5em;
}
@media (max-width: 767px) {
	.fdContents02inner {
		padding: 0 0 80px;
	}
	.fdContents02title p {
		margin: 30px auto 40px;
		padding-left: 0;
		width: 90%;
	}
	.fdContents02contents {
		padding-left: 0;
		padding-right: 0;
	}
	.fdContents02contents01 {
		display: block;
		margin-bottom: 50px;
	}
	.fdContents02contents01:last-child {
		margin-bottom: 0;
	}
	.fdContents02contents01img {
		width: 90%;
		margin: 0 auto 20px;
	}
	.fdContents02contents01txt {
		width: 90%;
		margin: 0 auto;
	}
	.fdContents02contents01txt p {
		margin-top: 10px;
		font-size: 1.4em;
		line-height: 1.7;
	}
}
.fdContents03 {
	width: 100%;
	max-width:1920px;
	margin: 0 auto;
	padding: 0;
	background: #efefef;
}
.fdContents03inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 90px 0;
}
.fdContents03title p {
	margin: 40px 0 60px;
	padding-left: 40px;
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
.fdContents03flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.fdContents03flexchild {
	width: 30%;
	transition: 0.3s;
}
.fdContents03flexchild:hover{
	opacity: 0.7;
}
.fd_link_txt{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #123691;
	border-bottom: 1px solid #123691;
	text-decoration: none;
}

.fd_link_txt:hover{
	text-decoration: none;
}
.fdContents03flexchild01 {
	margin-bottom: 24px;
}

@media (max-width: 767px) {

.fdContents03inner {
	padding: 0 0 80px;
}
.fdContents03title p {
		margin: 30px auto 40px;
		padding-left: 0;
		width: 90%;
	}

.fdContents03flex {
	display: block;
	width: 90%;
	margin:0 auto;
}
.fdContents03flexchild {
	width: 100%;
	margin-bottom: 50px;
}
	.fdContents03flexchild:last-child {
		margin-bottom: 0;
	}
.fdContents03flexchild a {
	display: block;
	margin-bottom: 0;
}
.fdContents03flexchild01 {
	margin-bottom: 20px;
}
	
	.fdContents03flexchild01 img{
		width:100%;
	}
}

.fdContents05 {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	background-image: url("../img/fd_bg_footer01.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 30%;
	background-repeat: no-repeat;
	position: relative;
}

.fdContents05footer {
	padding-top: 200px;
	text-align: center;
}
.fdContents05footer p {
	    margin-bottom: 60px;
    font-size: 2.4em;
    font-family: serif;
    line-height: 4;
    color: #222222;
    letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	.fdContents05 {
		padding-bottom: 50%;
	}
	.fdContents05footer {
		padding-top:30%;
		padding-bottom: 80px;
	}
	.fdContents05footer p {
		width:90%;
		margin:0 auto 40px;
		font-size: 1.5em;
		line-height: 2;
		letter-spacing: 0;
	}
	.fdContents05footer img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
}

.fdResonance {
	background-image: url("../img/firstdescent_bg_res01.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin:0 auto;
	padding-bottom: 44.27%;
	background-repeat: no-repeat;
	position: relative;
}
.fdResonanceInner {
	width: 90%;
	height: 100%;
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fdResonanceLink {
	position: absolute;
	top: 9.5%;
	left: 0;
}
.fdResonance .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 6em;
}
@media (max-width: 767px) {
	.fdResonance {
		padding-top: 65vh;
	}
	.fdResonanceInner {
		width: 75%;
		left: 42%;
	}
	.fdResonanceLink {
		top: 6%;
	}
}