@charset "UTF-8";
/*******************************************
 外国語ページ
*******************************************/
.lang-page {
	overflow: hidden;
	margin-bottom: 70px;
}
.lang-page .heading .mv {
	background: url(../images/common/bg-ttl.png) no-repeat;
	background-size: cover;
}
.lang-page .heading .mv .inner {
	position: relative;
	padding: 55px 0;
}
.lang-page h2 {
	font-size: 36px;
	color: #084396;
	line-height: 1;
}
.lang-page h2 i {
	margin-right: 15px;
	display: inline-block;
	vertical-align: -15px;
}
.lang-page .heading .mv .pic {
	position: absolute;
	bottom: 0;
	right: 0;
}
.lang-page .inner {
	width: 990px;
	margin: auto;
}
.btn-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 87px;
    width: 100%;
    padding: 0 25px;
}
.lang-btn-gp {
    position: relative;
    margin-top: 20px;
}
.lang-btn-gp:first-of-type {
	margin-top: 40px;
}