@charset "UTF-8";
/****************************************************
* TOP  05 トップ・スタイル  *
*****************************************************/
#topImage {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	height: 740px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}
#topImage .container {
	height: 100%;
}

#topcopy {
	position: relative;
	top: 53px;
	left: 39px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.cross-en #topcopy {
	max-width: 460px;
}
#topcopy h2 {
	position: absolute;
	display: inline-block;
	font-size: 3.125em;
	padding-top: 57px;
	text-align: right;
	color: #fff;
}
.cross-en #topcopy h2 {
	text-align: left;
}
#topcopy h2::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 122.8882%;
	background-color: #071e4c;
	mix-blend-mode: multiply;
}
#topcopy h2 small {
	font-size: 0.8em;
}
#topcopy h2 .top,
#topcopy h2 .bottom {
	line-height: 1;
}
#topcopy h2 .top {
	margin-bottom: 10px;
	margin-left: -13px;
	display: block;
}
#topcopy h2 .bottom {
	margin-right: -17px;
}
.cross-en #topcopy h2 .top,
.cross-en #topcopy h2 .bottom {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#presidentName {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1;
	position: absolute;
	bottom: 31px;
	right: 27px;
}
#presidentName .title {
	display: block;
	font-size: 1.25em;
	margin-bottom: 9px;
}
#presidentName strong {
	font-size: 5.625em;
	letter-spacing: 0.01em;
}

/*Mobile*/
@media screen and (max-width: 767px) {
	#topImage {
		height: 483px;
	}
	#topcopy {
		top: 13px;
		left: 26px;
	}
	#topcopy h2 {
		font-size: 1.6em;
		letter-spacing: 0.05em;
		padding-top: 28px;
	}
	#topcopy h2::before {
		width: 125.2873%;
		bottom: -19px;
	}
	#topcopy h2 .top {
		margin-left: -7px;
		margin-bottom: 7px;
	}
	#topcopy h2 .bottom {
		margin-right: -9px;
	}
	#presidentName {
		bottom: 17px;
		right: 2px;
		text-align: right;
	}
	#presidentName .title {
		font-size: 0.667em;
		margin-bottom: 7px;
	}
	#presidentName strong {
		font-size: 2.333em;
		letter-spacing: 0.05em;
	}
}

section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section .text h3 {
	color: #071e4c;
	font-size: 3.125em;
	font-weight: 700;
	line-height: 1;
	position: relative;
	margin-bottom: 31px;
}
section .text h3::before {
	content: "";
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMjIgMjIiPjxkZWZzPjxzdHlsZT4uZHtmaWxsOiNmZmY7fS5le2ZpbGw6IzQ0MDA3YTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImEiLz48ZyBpZD0iYiI+PGcgaWQ9ImMiPjxnPjxnPjxyZWN0IGNsYXNzPSJlIiB4PSI2IiB5PSI2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz48cmVjdCBjbGFzcz0iZSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIi8+PC9nPjxyZWN0IGNsYXNzPSJkIiB4PSI2IiB5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSI2Ii8+PC9nPjwvZz48L2c+PC9zdmc+");
	width: 22px;
	height: 22px;
}
section .text h3 .en, section .text h3 .s {
	font-size: 0.36em;
	display: block;
	color: #333;
	padding-top: 9px;
	padding-left: 3px;
}
section .text p {
	margin: 10px 0;
	line-height: 2;
	font-size: 0.9375em;
}
section .text p + p {
	margin-top: 3px;
}
section .text .linkBtn a {
	margin: 0;
	padding: 10px 12px 7px 15px;
}
section .pict {
	width: 100%;
	height: 430px;
}
section .pict img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#greeting {
	padding: 88px 0 26px;
}
#greeting::after {
	content: "";
	display: inline-block;
	background-color: #071e4c;
	width: 100vw;
}
#greeting .linkBtn {
	margin: 49px 0 0 0;
}

#message {
	padding: 53px 0;
	background-color: #dae2ea;
	position: relative;
	margin-bottom: 44px;
}
#message::before {
	content: "";
	display: inline-block;
	background: #071e4c;
	position: absolute;
}
#message .linkBtn {
	margin: 28px 0 0 0;
}

#profile {
	padding: 111px 0 102px;
	background-image: url("../gprbcn000000023n/profile_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#profile::after {
	content: "";
	display: inline-block;
	background: rgba(7, 25, 58, 0.6);
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#profile .container {
	position: relative;
	z-index: 5;
}
#profile .text {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 69px 37px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#profile .text h3 {
	color: #fff;
	margin-left: 0;
	margin-bottom: 21px;
}
#profile .text h3 .en, #profile .text h3 .s{
	color: #fff;
}
#profile .text h3::before {
	content: none;
}
#profile .text p {
	margin: 0;
}
#profile .text .linkBtn {
	margin: 48px 0 0 0;
}
#profile .text .linkBtn a {
	background-color: transparent;
	border: 1px solid #fff;
}
#profile .text .linkBtn a:hover, #profile .text .linkBtn a:focus, #profile .text .linkBtn a:active {
	-webkit-box-shadow: 0 6px 10px 1px rgba(255, 255, 255, 0.15);
	box-shadow: 0 6px 10px 1px rgba(255, 255, 255, 0.15);
}
#profile .pict {
	max-width: 743px;
	height: 420px;
}

/*Desktop&print*/
@media screen and (min-width: 768px), print {
	section .container.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	section .container.reverse .text {
		padding-left: 2px;
		padding-right: 46px;
	}
	section .container.reverse .text h3 {
		margin-left: -5px;
	}
	section .text {
		padding-left: 46px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
	}
	section .text h3::before {
		position: absolute;
		left: -31px;
		top: -23px;
	}
	section .text .linkBtn {
		text-align: left;
	}
	section .pict {
		max-width: 645px;
	}
	#profile {
		margin-bottom: 36px;
	}
	#profile .text {
		height: 420px;
	}
	#message::before {
		width: 47.0689vw;
		height: 100%;
		right: 0;
		top: 0;
	}
}
/*Mobile*/
@media screen and (max-width: 767px) {
	section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	section .text h3 {
		font-size: 2em;
		margin-bottom: 22px;
	}
	section .text h3::before {
		margin-bottom: 14px;
		margin-left: 2px;
	}
	section .text h3 .en,
	section .text h3 .s {
		font-size: 0.6em;
		padding-top: 5px;
	}
	section .text p {
		font-size: 1em;
	}
	section .pict {
		height: 223px;
	}
	#greeting {
		padding: 15px 0 31px;
	}
	#greeting .linkBtn {
		margin: 10px 0 0 0;
	}
	#greeting .pict {
		margin-top: 34px;
	}
	#message {
		padding: 31px 0 52px;
		margin-bottom: 41px;
	}
	#message::before {
		width: 100%;
		height: 190px;
		left: 0;
		bottom: 0;
	}
	#message .linkBtn {
		margin: 34px 0 0 0;
	}
	#message .pict {
		margin-top: 34px;
	}
	#profile {
		padding: 13px 0 225px;
		background-image: url("../gprbcn000000023n/profile_sp.jpg");
	}
	#profile .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#profile .text {
		padding: 37px 14px 20px;
	}
	#profile .text h3 {
		margin-bottom: 14px;
	}
	#profile .text .linkBtn {
		margin: 26px 0 0 0;
	}
	#profile .pict {
		height: 275px;
	}
}
