@charset "utf-8";
.lower__hero{ background-image: url(../img/Consulting/hero.png); }
h2{
	font-weight: bold;
	font-size: 40px;
	line-height: 150%;
}
h3{
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background: #14274E;
	padding: 15px 20px;
	margin: 180px 0 0;
}
h4{
	font-weight: bold;
	font-size: 22px;
	line-height: 150%;
	margin: 15px 0 0;
}
@media (max-width: 640px) {
	h2{
		font-size: 24px;
		line-height: 1.5em;
	}
	h3{
		font-size: 24px;
		line-height: 1.5em;
	}
	h4{
		font-size: 18px;
	}
}

p{
	font-weight: normal;
	font-size: 14px;
	line-height: 200%;
	margin: 54px 0 0;
}


.index{
	margin: 60px 0 0;
}
.index a{
	display: inline-block;
	padding: 20px 20px;
	border: 2px solid #14274E;
	width: fit-content;
	margin: 20px 10px 0 40px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
}
@media (max-width: 640px) {
	.index a{
		margin: 20px 0;
	}
}

.block{
	margin: 60px 0 0;
	padding: 100px 0 0
}
.block h2{
	border-bottom: 2px solid #14274E;
	padding-bottom: 5px;
	color: #14274E;
}
.block h2 span{
	margin-left: 20px;
	font-size: 18px;
}
@media (max-width: 640px) {
	.block h2 span{display: block; margin: 20px 0 0;}
}

.mainimg{
	margin: 60px auto 0;
	display: block;
	width: 100%;
}
.wrap{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
.wrap__img{
	width: 48%;
	background-color: #ddd;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wrap__img:after{
	content: "";
	display: block;
	padding-top: 60%
}

.movie{
	margin: 50px 0 0;
}
.movie iframe{
	width: 100%;
	height: 560px;
}
@media (max-width: 900px) { .movie iframe{ height:500px } }
@media (max-width: 800px) { .movie iframe{ height:450px } }
@media (max-width: 700px) { .movie iframe{ height:390px } }
@media (max-width: 640px) { .movie iframe{ height:360px } }
@media (max-width: 400px) { .movie iframe{ height:225px } }

.spec{
	font-weight: normal;
	font-size: 14px;
	line-height: 200%;
	margin: 54px 0 0;
	white-space: pre-wrap;
}

a{
	color: #14274E;
}

.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: 70px;
	border: 2px solid #14274E;
	border-radius: 35px;
	font-weight: bold;
	font-size: 24px;	
	color: #14274E;
	margin: 60px auto 0;
}
.btn:hover{
	background: #14274E;
	opacity: 1;
	color: #fff;
}
@media (max-width: 640px) {
	.btn{ width: 90%; margin: 80px auto 0; font-size: 18px;}
}

.menu{
	background: #14274E;
	padding: 50px 0;
	margin: 160px 0 0;
}
.menu-inner{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #4A5E88
}
.menu-inner a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 120%;
	text-align: center;
	width: calc(100% / 4);
	border-left: 1px solid #4A5E88
}
.menu-inner a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.menu-inner a.is-current{
	opacity: 0.8;
}
.menu-inner a.is-current:after{
	content: "";
	position: absolute;
	width: 40%;
	height: 1px; 
	background: #fff;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 640px) {
	.menu-inner a{font-size: 14px; }
	.menu-inner a span{font-size: 10px;}
}