@charset "utf-8";




@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');




/*
--------------------------------
	reset
--------------------------------
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}

body {
	-webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
	list-style: none;
}

a {
	-webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

button {
	padding: 0;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/*
--------------------------------
	font
--------------------------------
*/


html {
	font-size: 62.5%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
}

html[lang="vi"] body {
	font-family: Arial, sans-serif;
}

@media screen\0 { /* to avoid Yu Gothic text bottom space on IE */
/*
	body {
		font-family: Meiryo, sans-serif;
	}
*/
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

.eng {
	font-family: 'Open Sans', sans-serif;
}

.ast {
	font-family: sans-serif;
}

.nobr {
	display: inline-block;
}

.dash {
	padding-right: .5em;
	letter-spacing: -.25em;
}

@media screen and (max-width: 749px) {
	body {
		font-size: 1.4rem;
	}
}

@font-face {
	font-family: 'icomoon';
	src: url("/fonts/icomoon.woff?5yh6b9") format("woff"),
		url("/fonts/icomoon.svg?5yh6b9#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}




/*
--------------------------------
	basics
--------------------------------
*/


body {
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}

a {
	color: #0f53a0;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
a:link { color: #0f53a0; }
a:visited { color: #0f53a0; }
a:hover { color: #000; }
a:active { color: #000; }

strong, em, b {
	font-weight: bold;
	font-style: normal;
}

@media screen and (min-width: 750px) {
	.pc-hidden { display: none; }
}

@media screen and (max-width: 749px) {
	.sp-hidden { display: none; }
}

.page-cover {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

@media screen and (max-width: 749px) {
	.mt10 { margin-top: 5px !important; }
	.mt20 { margin-top: 10px !important; }
	.mt30 { margin-top: 15px !important; }
	.mt40 { margin-top: 20px !important; }
	.mt50 { margin-top: 25px !important; }
	.mt60 { margin-top: 30px !important; }
	.mt70 { margin-top: 35px !important; }
	.mt80 { margin-top: 40px !important; }
	.mt90 { margin-top: 45px !important; }
	.mt100 { margin-top: 50px !important; }
}




/*
--------------------------------
	header
--------------------------------
*/


/* ---- container ---- */

header.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 102;
	width: 100%;
	height: 150px;
	padding: 33px 4vw 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color .8s ease-in-out;
	transition: background-color .8s ease-in-out;
}

header.header:hover,
header.header.open {
	background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 749px) {
	
	.global-container {
		padding-top: 60px;
	}
	
	header.header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		padding: 0 15px 4px;
		border-top: 3px solid #0f53a0;
		background-color: rgba(255,255,255,1);
		-webkit-transition: none;
		transition: none;
	}
	
}


/* ---- site id ---- */

header.header .site-id {
	margin-bottom: 13px;
}

header.header .site-id a {
	display: inline-block;
}

header.header .site-id img:nth-child(1) {
	display: none;
	/*width: 215px;*/
	width: auto;
	height: 35px;
}

header.header .site-id img:nth-child(2) {
	display: block;
	width: auto;
	height: 35px;
}

header.header .site-id img:nth-child(3) {
	display: none;
}

header.header:hover .site-id img:nth-child(1),
header.header.open .site-id img:nth-child(1),
header.header.white-bg .site-id img:nth-child(1) {
	display: block;
}

header.header:hover .site-id img:nth-child(2),
header.header.open .site-id img:nth-child(2),
header.header.white-bg .site-id img:nth-child(2) {
	display: none;
}

@media screen and (max-width: 749px) {
	
	header.header .site-id {
		margin: 0 auto 0 0;
	}
	
	header.header .site-id img:nth-child(1) {
		display: block;
		/*width: 140px;*/
		height: 23px;
	}
	
	header.header .site-id img:nth-child(2) {
		display: none;
	}
	
}


/* ---- global navigation ---- */

header.header .global {
	display: table;
	opacity: 1;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

header.header .global.hide {
	opacity: 0;
	pointer-events: none;
}

header.header .global li {
	display: table-cell;
	padding-right: 25px;
}

header.header .global li a {
	display: block;
	position: relative;
	padding: 15px 0;
	color: #fff;
}

header.header:hover .global li a,
header.header.open .global li a,
header.header.white-bg .global li a {
	color: #000;
	-webkit-transition: color .8s ease-in-out;
	transition: color .8s ease-in-out;
}

header.header .global li a:hover,
header.header .global li a:active {
	color: #0f53a0 !important;
	-webkit-transition: color .2s;
	transition: color .2s;
}

header.header .global li a.open {
	color: #0f53a0 !important;
	-webkit-transition: color .2s;
	transition: color .2s;
}

header.header .global li a.open::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 50px;
	cursor: default;
}

@media screen and (max-width: 839px) {
	
	header.header .global li {
		padding-right: 15px !important;
	}
	
}

@media screen and (max-width: 749px) {
	
	header.header .global {
		display: none;
	}
	
}


/* ---- utility navigation ---- */

header.header .utility {
	display: table;
	position: absolute;
	right: 4vw;
	top: 96px;
	opacity: 1;
	font-size: 1.4rem;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

header.header .utility.hide {
	opacity: 0;
	pointer-events: none;
}

header.header .utility li {
	display: table-cell;
	padding-left: 25px;
}

header.header .utility li:nth-last-child(2) {
	padding-left: 50px;
}

header.header .utility li a {
	position: relative;
	padding: 15px 0;
	color: #fff;
}

header.header:hover .utility li a,
header.header.open .utility li a,
header.header.white-bg .utility li a {
	color: #000;
	-webkit-transition: color .8s ease-in-out;
	transition: color .8s ease-in-out;
}

header.header .utility li:nth-last-child(2) a {
	padding-right: 32px;
	/* color: #fcee21; */
}

header.header .utility li:last-child a {
	padding-right: 32px;
}

/*
header.header:hover .utility li:nth-last-child(2) a,
header.header.open .utility li:nth-last-child(2) a,
header.header.white-bg .utility li:nth-last-child(2) a {
	color: #0f53a0;
}
*/

header.header .utility li a:hover,
header.header .utility li a:active {
	color: #0f53a0 !important;
	-webkit-transition: color .2s;
	transition: color .2s;
}

/*
header.header:hover .utility li:nth-last-child(2) a:hover,
header.header.open .utility li:nth-last-child(2) a:hover,
header.header.white-bg .utility li:nth-last-child(2) a:hover,
header.header:hover .utility li:nth-last-child(2) a:active,
header.header.open .utility li:nth-last-child(2) a:active,
header.header.white-bg .utility li:nth-last-child(2) a:active {
	color: #000 !important;
}
*/

header.header .utility li:nth-last-child(2) a::after,
header.header .utility li:last-child a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../img/common/icon_nav.svg);
	background-repeat: no-repeat;
	background-size: 60px 120px;
}

header.header .utility li:nth-last-child(2) a::after {
	background-position: 0 -60px;
}
header.header .utility li:last-child a::after {
  background-position: -30px -60px;
}

header.header:hover .utility li:nth-last-child(2) a::after,
header.header.open .utility li:nth-last-child(2) a::after,
header.header.white-bg .utility li:nth-last-child(2) a::after {
	background-position: 0 0;
}
header.header:hover .utility li:last-child a::after,
header.header.open .utility li:last-child a::after,
header.header.white-bg .utility li:last-child a::after {
  background-position: -30px 0;
}

header.header .utility li:nth-last-child(2) a:hover::after,
header.header .utility li:nth-last-child(2) a:active::after {
	background-position: 0 -30px !important;
}
header.header .utility li:last-child a:hover::after,
header.header .utility li:last-child a:active::after {
	background-position: -30px -30px !important;
}

@media screen and (max-width: 1179px) {
	
	header.header .utility {
		display: none;
	}
	
}

@media screen and (max-width: 749px) {
	
	header.header .utility {
		display: table;
		position: static;
		font-size: 1rem;
	}
	
	header.header .utility li {
		display: none;
	}
	
	header.header .utility li:nth-last-child(2) {
		display: table-cell;
		padding-left: 0;
	}
	
	header.header .utility li:last-child {
		display: table-cell;
		padding-left: 15px;
	}
	
	header.header .utility li:nth-last-child(2) a {
		display: block;
		padding: 24px 0 0;
		color: #000;
	}
	
	header.header .utility li:last-child a {
		display: block;
		padding: 24px 0 0;
		color: #000;
	}
	
	/*
	header.header:hover .utility li:nth-last-child(2) a:hover,
	header.header.open .utility li:nth-last-child(2) a:hover,
	header.header.white-bg .utility li:nth-last-child(2) a:hover,
	header.header:hover .utility li:nth-last-child(2) a:active,
	header.header.open .utility li:nth-last-child(2) a:active,
	header.header.white-bg .utility li:nth-last-child(2) a:active {
		color: #0f53a0 !important;
	}
	*/
	
	header.header:hover .utility li:last-child a:hover,
	header.header.open .utility li:last-child a:hover,
	header.header.white-bg .utility li:last-child a:hover,
	header.header:hover .utility li:last-child a:active,
	header.header.open .utility li:last-childa:active,
	header.header.white-bg .utility li:last-child a:active {
		color: #000 !important;
	}
	
	header.header .utility li:nth-last-child(2) a::after,
	header.header .utility li:last-child a::after {
		right: 50%;
		top: 0;
		width: 25px;
		height: 25px;
		margin: 0 -12.5px 0 0;
		background-size: 50px 100px;
	}
	
	header.header .utility li:nth-last-child(2) a::after {
		background-position: 0 0;
	}
	header.header .utility li:last-child a::after {
    background-position: -25px 0;
  }
	
	header.header:hover .utility li:nth-last-child(2) a::after,
	header.header.open .utility li:nth-last-child(2) a::after,
	header.header.white-bg .utility li:nth-last-child(2) a::after {
		background-position: 0 0;
	}
	header.header:hover .utility li:last-child a::after,
	header.header.open .utility li:last-child a::after,
	header.header.white-bg .utility li:last-child a::after {
    background-position: -25px 0;
  }
	
	header.header .utility li:nth-last-child(2) a:hover::after,
	header.header .utility li:nth-last-child(2) a:active::after {
		background-position: 0 0 !important;
	}
	header.header .utility li:last-child a:hover::after,
	header.header .utility li:last-child a:active::after {
    background-position: -25px 0 !important;
  }
	
}


/* ---- hamburgermenu utility navigation ---- */

header.header .hamburgermenu-utility {
	display: none;
	margin: -30px 0 0 calc(2vw - 5px);
	opacity: 0;
	font-size: 1.4rem;
}

header.header .hamburgermenu-utility.show {
	display: block;
	-webkit-animation: hamburgermenu-utility-show .3s both .3s;
	animation: hamburgermenu-utility-show .3s both .3s;
}

@-webkit-keyframes hamburgermenu-utility-show {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hamburgermenu-utility-show {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

header.header .hamburgermenu-utility li {
	display: inline-block;
	margin-right: 3em;
}

header.header .hamburgermenu-utility li a {
	display: inline-block;
	position: relative;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
}

header.header .hamburgermenu-utility li:nth-child(1) a {
	padding: .2em 0 .2em 27px;
}

header.header .hamburgermenu-utility li:nth-child(2) a {
	padding: .2em 0 .2em 35px;
}

header.header .hamburgermenu-utility li a:hover,
header.header .hamburgermenu-utility li a:active {
	color: #0f53a0;
}

header.header .hamburgermenu-utility li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
}

header.header .hamburgermenu-utility li:nth-child(1) a::before {
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background-image: url(../img/common/icon_news.svg);
	background-repeat: no-repeat;
	background-position: -26px -26px;
	background-size: 130px 78px;
}

header.header .hamburgermenu-utility li:nth-child(2) a::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../img/common/icon_nav.svg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	background-size: 60px 120px;
}

@media screen and (max-width: 749px) {
	
	header.header .hamburgermenu-utility.show {
		display: none;
	}
	
}


/* ---- hamburger menu button ---- */

header.header .menu {
	display: none;
}

@media screen and (max-width: 1179px) {
	
	header.header .menu {
		display: block;
		position: absolute;
		right: 4vw;
		top: 88px;
		padding: 8px 26px 8px 0;
		color: #fff;
		font-size: 1.4rem;
		-webkit-transition: color .2s;
		transition: color .2s;
	}
	
	header.header:hover .menu,
	header.header.open .menu,
	header.header.white-bg .menu {
		color: #000;
	}
	
	header.header .menu:hover {
		color: #0f53a0 !important;
	}
	
	header.header .menu > span {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		width: 18px;
		height: 13px;
		margin-top: -7px;
		opacity: .8;
	}
	
	header.header .menu > span span {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		width: 18px;
		height: 1px;
		background-color: #fff;
		-webkit-transition: width .2s ease-in-out, opacity .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
		transition: width .2s ease-in-out, opacity .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
		transition: width .2s ease-in-out, opacity .2s ease-in-out, background-color .2s ease-in-out, transform .2s ease-in-out;
		transition: width .2s ease-in-out, opacity .2s ease-in-out, background-color .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}
	
	header.header:hover .menu > span span,
	header.header.open .menu > span span,
	header.header.white-bg .menu > span span {
		background-color: #000;
	}
	
	header.header:hover .menu:hover > span span {
		background-color: #0f53a0;
	}
	
	header.header .menu > span span:nth-child(1) { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
	header.header .menu > span span:nth-child(2) { width: 14px; opacity: 1; }
	header.header .menu > span span:nth-child(3) { width: 10px; -webkit-transform: translateY(6px); transform: translateY(6px); }
	
	header.header .menu:hover > span span:nth-child(2) { width: 18px; }
	header.header .menu:hover > span span:nth-child(3) { width: 18px; }
	
	header.header .menu.open > span span:nth-child(1) { width: 20px; -webkit-transform: rotate(45deg) translateY(0); transform: rotate(45deg) translateY(0); }
	header.header .menu.open > span span:nth-child(2) { opacity: 0; }
	header.header .menu.open > span span:nth-child(3) { width: 20px; -webkit-transform: rotate(-45deg) translateY(0); transform: rotate(-45deg) translateY(0); }
	
	header.header .menu.open:hover > span span:nth-child(1) { -webkit-transform: rotate(225deg) translateY(0); transform: rotate(225deg) translateY(0); }
	header.header .menu.open:hover > span span:nth-child(3) { -webkit-transform: rotate(135deg) translateY(0); transform: rotate(135deg) translateY(0); }
	
}

@media all and (-ms-high-contrast:none) {
	header.header .menu > span {
		margin-top: -10px;
	}
}

@media screen and (max-width: 749px) {
	
	header.header .menu {
		position: relative;
		right: 0;
		top: 0;
		margin-left: 15px;
		padding: 24px 0 0;
		color: #000;
		font-size: 1rem;
		-webkit-transition: none;
		transition: none;
	}
	
	header.header .menu:hover {
		color: #000 !important;
	}
	
	header.header .menu > span {
		right: 50%;
		top: 6px;
		width: 16px;
		height: 11px;
		margin: 0 -8px 0 0;
	}
	
	header.header .menu > span span {
		width: 16px;
		background-color: #000;
	}
	
	header.header:hover .menu:hover > span span {
		background-color: #000;
	}
	
	header.header .menu > span span:nth-child(1) { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
	header.header .menu > span span:nth-child(2) { width: 12px; opacity: 1; }
	header.header .menu > span span:nth-child(3) { width: 8px; -webkit-transform: translateY(5px); transform: translateY(5px); }
	
	header.header .menu:hover > span span:nth-child(2) { width: 12px; }
	header.header .menu:hover > span span:nth-child(3) { width: 8px; }
	
	header.header .menu.open > span span:nth-child(1) { width: 18px; -webkit-transform: rotate(45deg) translateY(0); transform: rotate(45deg) translateY(0); }
	header.header .menu.open > span span:nth-child(2) { opacity: 0; }
	header.header .menu.open > span span:nth-child(3) { width: 18px; -webkit-transform: rotate(-45deg) translateY(0); transform: rotate(-45deg) translateY(0); }
	
	header.header .menu.open:hover > span span:nth-child(1) { -webkit-transform: rotate(225deg) translateY(0); transform: rotate(225deg) translateY(0); }
	header.header .menu.open:hover > span span:nth-child(3) { -webkit-transform: rotate(135deg) translateY(0); transform: rotate(135deg) translateY(0); }
	
}


/* ---- compact ---- */

header.header.compact {
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	padding: 20px 4vw 0;
	border-top: 5px solid #0f53a0;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 12px rgba(15,83,160,.2);
	box-shadow: 0 0 12px rgba(15,83,160,.2);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

header.header.compact.open {
	-webkit-box-shadow: none;
	box-shadow: none;
}

header.header.compact.dropped {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

header.header.compact .site-id {
	float: left;
	width: 55px;
	margin-bottom: 0;
}

header.header.compact .site-id img:nth-child(1) {
	display: none;
}

header.header.compact .site-id img:nth-child(2) {
	display: none;
}

header.header.compact .site-id img:nth-child(3) {
	display: block;
}

header.header.compact:hover .site-id img:nth-child(1) {
	display: none;
}

header.header.compact .global {
	float: left;
	margin-top: -5px;
}

header.header.compact .global li {
	padding: 0 25px 0 0;
}

header.header.compact .global li a {
	color: #000;
}

header.header.compact .utility {
	top: 30px;
}

header.header.compact .utility li a {
	color: #000;
}

/*
header.header.compact .utility li:nth-last-child(2) a {
	color: #0f53a0;
}
*/

header.header.compact .utility li:nth-last-child(2) a::after {
	background-position: 0 0;
}
header.header.compact .utility li:last-child a::after {
  background-position: -30px 0;
}

header.header.compact .menu {
	top: 22px;
	color: #000;
}

header.header.compact .menu > span span {
	background-color: #000;
}

@media screen and (max-width: 839px) {
	
	header.header.compact .site-id {
		width: 48px;
	}
	
}

@media screen and (max-width: 779px) {
	
	header.header.compact {
		padding: 20px 2vw 0;
	}
	
	header.header.compact .menu {
		right: 2vw;
	}
	
}

@media screen and (max-width: 749px) {
	
	header.header.compact {
		height: 40px;
		padding: 0 15px;
		border-top: 3px solid #0f53a0;
		-webkit-box-shadow: 0 0 8px rgba(15,83,160,.2);
		box-shadow: 0 0 8px rgba(15,83,160,.2);
	}
	
	header.header.compact .site-id {
		float: none;
		width: auto;
	}
	
	header.header.compact .site-id img:nth-child(1) {
		display: none;
	}
	
	header.header.compact .site-id img:nth-child(3) {
		display: block;
		width: 24px;
	}
	
	header.header.compact .utility li:last-child {
		padding-left: 9px;
	}
	
	header.header.compact .utility li:nth-last-child(2) a {
		padding: 10px 25px 10px 0;
	}
	
	header.header.compact .utility li:last-child a {
		padding: 10px 25px 10px 0;
	}
	
	header.header.compact .utility li:nth-last-child(2) a::after,
	header.header.compact .utility li:last-child a::after {
		right: 0;
		top: 50%;
		margin: -12.5px 0 0;
	}
	
	header.header.compact .utility li:nth-last-child(2) a::after {
		background-position: 0 0;
	}
	header.header.compact .utility li:last-child a::after {
    background-position: -25px 0;
  }
	
	header.header.compact .menu {
		right: 0;
		top: 0;
		margin-left: 9px;
		padding: 10px 20px 10px 0;
	}
	
	header.header.compact .menu > span {
		right: 0;
		top: 50%;
		width: 16px;
		height: 11px;
		margin: -5.5px 0 0;
	}
	
}




/*
--------------------------------
	mega menu
--------------------------------
*/


/* ---- container ---- */

.megamenu {
	display: none;
	position: absolute;
	left: 0;
	top: 150px;
	z-index: 101;
	width: 100%;
	height: 0;
	padding: 0 6vw;
	background-color: #0f53a0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: height .6s ease-out .1s, opacity .6s ease-out .1s;
	transition: height .6s ease-out .1s, opacity .6s ease-out .1s;
}

.megamenu.open {
	-webkit-transition: height .6s ease-out 0s, opacity .6s ease-out 0s;
	transition: height .6s ease-out 0s, opacity .6s ease-out 0s;
}

header.header.dropped ~ .megamenu {
	position: fixed;
	top: 80px;
}

.megamenu .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: -webkit-transform .15s ease-out 0s;
	transition: -webkit-transform .15s ease-out 0s;
	transition: transform .15s ease-out 0s;
	transition: transform .15s ease-out 0s, -webkit-transform .15s ease-out 0s;
}

.megamenu.open .inner {
	-webkit-animation: megamenu-open .4s ease-out .2s both;
	animation: megamenu-open .4s ease-out .2s both;
}

.megamenu.close .inner {
	-webkit-animation: megamenu-close .3s ease-out 0s both;
	animation: megamenu-close .3s ease-out 0s both;
}

@-webkit-keyframes megamenu-open {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes megamenu-open {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes megamenu-close {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}

@keyframes megamenu-close {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}

.megamenu .inner > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity ease-out .4s;
	transition: opacity ease-out .4s;
}

.megamenu .inner > div.show {
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 1079px) {
	
	.megamenu .inner > div {
		display: block;
		overflow: hidden;
		padding: 40px 0;
	}
	
}


/* ---- heading ---- */

.megamenu .inner .heading {
	width: 30%;
}

.megamenu .inner .heading .eng {
	color: #fff;
	font-size: 5rem;
	line-height: .9;
}

.megamenu .inner .heading a {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	padding-right: 90px;
	color: #fff;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.megamenu .inner .heading a:hover,
.megamenu .inner .heading a:active {
	color: #fcee21;
}

.megamenu .inner .heading a .arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 72px;
	height: 39px;
	margin-top: -19.5px;
	padding: 6px;
	background-image: url(../img/common/dots_white.png);
}

.megamenu .inner .heading a:hover .arrow,
.megamenu .inner .heading a:active .arrow {
	background-image: url(../img/common/dots_yellow.png);
}

.megamenu .inner .heading a .arrow span {
	display: block;
	position: relative;
	height: 27px;
	background-color: #0f53a0;
}

.megamenu .inner .heading a .arrow span::before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 13px;
	width: 18px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.megamenu .inner .heading a:hover .arrow span::before,
.megamenu .inner .heading a:active .arrow span::before {
	background-color: #fcee21;
}

.megamenu .inner .heading a .arrow span::after {
	content: "";
	display: block;
	position: absolute;
	left: 28px;
	top: 8.5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

.megamenu .inner .heading a:hover .arrow span::after,
.megamenu .inner .heading a:active .arrow span::after {
	border-color: #fcee21;
}

@media screen and (max-width: 1199px) {
	
	.megamenu .inner .heading .eng {
		font-size: 4rem;
	}
	
}

@media screen and (max-width: 1079px) {
	
	.megamenu .inner .heading {
		width: auto;
	}
	
	.megamenu .inner .heading .eng {
		font-size: 5rem;
	}
	
}

@media screen and (max-width: 849px) {
	
	.megamenu .inner .heading .eng {
		font-size: 4rem;
	}
	
}


/* ---- text links ---- */

.megamenu .inner .txt {
	width: 53%;
	padding-right: 8%;
}

.megamenu .inner .txt a {
	color: #fff;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.megamenu .inner .txt a:hover,
.megamenu .inner .txt a:active {
	color: #fcee21;
}

.megamenu .inner .txt > a {
	display: inline-block;
	padding-right: 2em;
	line-height: 2;
}

.megamenu .inner .txt.row {
	display: table;
}

.megamenu .inner .txt .col {
	display: table-cell;
}

.megamenu .inner .txt .col > a {
	display: block;
	margin: 2em 1em 0 0;
}

.megamenu .inner .txt .col > a:first-child {
	margin-top: 0;
}

.megamenu .inner .txt .col li {
	margin: .8em 1em 0 0;
}

.megamenu .inner .txt .col li a {
	color: #a0bbd8;
	font-size: 1.4rem;
	line-height: 1.3;
}

.megamenu .inner .txt .col li a:hover,
.megamenu .inner .txt .col li a:active {
	color: #fcee21;
}

@media screen and (max-width: 1079px) {
	
	.megamenu .inner .txt {
		width: 100%;
		margin-top: 60px;
		padding-right: 0;
	}
	
}


/* ---- image links ---- */

.megamenu .inner .img {
	width: 17%;
}

.megamenu .inner .img a {
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 6px;
	background-image: url(../img/common/dots_white.png);
}

.megamenu .inner .img a:hover,
.megamenu .inner .img a:active {
	background-image: url(../img/common/dots_yellow.png);
}

.megamenu .inner .img a:first-child {
	margin-top: 0;
}

.megamenu .inner .img a::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	z-index: 1;
	background-color: #000;
	opacity: .3;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.megamenu .inner .img a:hover::after,
.megamenu .inner .img a:active::after {
	opacity: .6;
}

.megamenu .inner .img a img {
	display: block;
	width: 100%;
}

.megamenu .inner .img a span {
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 2;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 1299px) {
	
	.megamenu .inner .img a span {
		font-size: 1.5rem;
	}
	
}

@media screen and (max-width: 1079px) {
	
	.megamenu .inner .img {
		position: absolute;
		right: 0;
		top: 32px;
		width: 60%;
		text-align: right;
	}
	
	.megamenu .inner .img a {
		display: inline-block;
		width: 40%;
		margin-left: 5%;
		text-align: left;
	}
	
}

@media screen and (max-width: 849px) {
	
	.megamenu .inner .img {
		width: 70%;
	}
	
}


/* ---- ir ---- */

.megamenu .inner .ir {
	padding: 40px 0;
}

.megamenu .inner .ir .txt {
	padding-right: 0;
}


/* ---- cover ---- */

.megamenu-cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-image: url(../img/common/megamenu/cover.png);
	opacity: 0;
}

.megamenu-cover.show {
	-webkit-animation: megamenu-fadein .3s ease-out both;
	animation: megamenu-fadein .3s ease-out both;
}

.megamenu-cover.hide {
	-webkit-animation: megamenu-fadeout .3s ease-out both;
	animation: megamenu-fadeout .3s ease-out both;
}

@-webkit-keyframes megamenu-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes megamenu-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes megamenu-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes megamenu-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}




/*
--------------------------------
	hamburger menu
--------------------------------
*/


/* ---- container ---- */

.global-container {
	width: 100%;
}

.hamburgermenu {
	display: none;
	position: absolute;
	left: 0;
	top: 150px;
	z-index: 101;
	width: 100%;
	padding: 0 6vw 35px;
	overflow: hidden;
	font-size: 1.4rem;
}

header.header.dropped ~ .hamburgermenu {
	top: 80px;
}

.hamburgermenu > * {
	opacity: 0;
}

.hamburgermenu.show > *:nth-child(1) { -webkit-animation: hamburgermenu-show .3s ease-out .3s both; animation: hamburgermenu-show .3s ease-out .3s both; }
.hamburgermenu.show > *:nth-child(2) { -webkit-animation: hamburgermenu-show .3s ease-out .4s both; animation: hamburgermenu-show .3s ease-out .4s both; }
.hamburgermenu.show > *:nth-child(3) { -webkit-animation: hamburgermenu-show .3s ease-out .5s both; animation: hamburgermenu-show .3s ease-out .5s both; }
.hamburgermenu.show > *:nth-child(4) { -webkit-animation: hamburgermenu-show .3s ease-out .6s both; animation: hamburgermenu-show .3s ease-out .6s both; }
.hamburgermenu.show > *:nth-child(5) { -webkit-animation: hamburgermenu-show .3s ease-out .7s both; animation: hamburgermenu-show .3s ease-out .7s both; }
.hamburgermenu.show > *:nth-child(6) { -webkit-animation: hamburgermenu-show .3s ease-out .8s both; animation: hamburgermenu-show .3s ease-out .8s both; }

.hamburgermenu.hide > * {
	-webkit-animation: hamburgermenu-hide .1s !important;
	animation: hamburgermenu-hide .1s !important;
}

@-webkit-keyframes hamburgermenu-show {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hamburgermenu-show {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes hamburgermenu-hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes hamburgermenu-hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 749px) {
	
	.hamburgermenu {
		top: 60px;
		padding: 0 10vw;
		font-size: 1.2rem;
	}
	
	header.header.dropped ~ .hamburgermenu {
		top: 40px;
	}
	
}


/* ---- utility navigation ---- */

.hamburgermenu .utility {
	padding-bottom: 0;
	border-bottom: 2px solid #0f53a0;
}

header.header.dropped ~ .hamburgermenu .utility {
	padding-bottom: 30px;
}

.hamburgermenu .utility li {
	display: none;
	margin-right: 3em;
}

header.header.dropped ~ .hamburgermenu .utility li {
	display: inline-block;
}

.hamburgermenu .utility li a {
	display: inline-block;
	position: relative;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.hamburgermenu .utility li:nth-child(1) a {
	padding: .2em 0 .2em 27px;
}

.hamburgermenu .utility li:nth-child(2) a {
	padding: .2em 0 .2em 35px;
}

.hamburgermenu .utility li a:hover,
.hamburgermenu .utility li a:active {
	color: #0f53a0;
}

.hamburgermenu .utility li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
}

.hamburgermenu .utility li:nth-child(1) a::before {
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background-image: url(../img/common/icon_news.svg);
	background-repeat: no-repeat;
	background-position: -26px -26px;
	background-size: 130px 78px;
}

.hamburgermenu .utility li:nth-child(2) a::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../img/common/icon_nav.svg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	background-size: 60px 120px;
}

@media screen and (max-width: 749px) {
	
	.hamburgermenu .utility {
		padding: 10px 0 20px;
	}
	
	header.header.dropped ~ .hamburgermenu .utility {
		padding: 10px 0 20px;
	}
	
	.hamburgermenu .utility li {
		display: inline-block;
		margin-right: 2em;
	}
	
	.hamburgermenu .utility li a {
		-webkit-transition: none;
		transition: none;
	}
	
	.hamburgermenu .utility li:nth-child(1) a {
		padding: .2em 0 .2em 21px;
	}
	
	.hamburgermenu .utility li:nth-child(2) a {
		padding: .2em 0 .2em 24px;
	}
	
	.hamburgermenu .utility li a:hover,
	.hamburgermenu .utility li a:active {
		color: #000;
	}
	
	.hamburgermenu .utility li:nth-child(1) a::before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-position: -20px -20px;
		background-size: 100px 60px;
	}
	
	.hamburgermenu .utility li:nth-child(2) a::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
		background-position: 0 -22px;
		background-size: 44px 88px;
	}
	
}


/* ---- main navigation ---- */

.hamburgermenu .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	border-top: 2px dotted #e6e6e6;
}

.hamburgermenu .row:nth-child(2) {
	border-top-style: none;
}

.hamburgermenu .row:nth-child(6) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 2px 0 0;
}

.hamburgermenu .heading {
	width: 36%;
}

.hamburgermenu .row:nth-child(6) .heading:nth-child(1) {
	width: auto;
	padding: 30px 60px 0 0;
	border-right: 2px dotted #e6e6e6;
}

.hamburgermenu .row:nth-child(6) .heading:nth-child(2) {
	width: auto;
	padding: 30px 0 0 60px;
}

.hamburgermenu .heading .eng {
	display: inline-block;
	margin-bottom: 10px;
	color: #0f53a0;
	font-size: 2.7vw;
	line-height: 1.2;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.hamburgermenu .heading a:hover .eng,
.hamburgermenu .heading a:active .eng {
	color: #000;
}

.hamburgermenu .heading .jpn {
	display: inline-block;
	color: #000;
}

.hamburgermenu .heading a:hover .jpn,
.hamburgermenu .heading a:active .jpn {
	color: #000;
}

.hamburgermenu .heading .eng br {
	display: inline;
}

.hamburgermenu .heading button {
	display: none;
}

.hamburgermenu .row ul {
	width: 32%;
}

.hamburgermenu .row ul li {
	margin-top: 14px;
	line-height: 1.4;
}

.hamburgermenu .row ul li:first-child {
	margin-top: 0;
}

.hamburgermenu .row ul li a {
	color: #0f53a0;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.hamburgermenu .row ul li a:hover,
.hamburgermenu .row ul li a:active {
	color: #000;
}

@media screen and (max-width: 749px) {
	
	.hamburgermenu .row {
		display: block;
		padding: 0;
	}
	
	.hamburgermenu .row:nth-child(6) {
		position: relative;
		padding: 0;
	}
	
	.hamburgermenu .heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}
	
	.hamburgermenu .row:nth-child(6) .heading:nth-child(1) {
		width: auto;
		padding: 0;
		border-right-style: none;
		border-bottom: 2px dotted #e6e6e6;
	}
	
	.hamburgermenu .row:nth-child(6) .heading:nth-child(2) {
		width: 50%;
		padding: 0;
	}
	
	.hamburgermenu .heading a {
		display: block;
		width: calc(100% - 40px);
		padding: 20px 0;
	}
	
	.hamburgermenu .heading .eng {
		margin-bottom: 7px;
		font-size: 1.5rem;
		-webkit-transition: none;
		transition: none;
	}
	
	.hamburgermenu .heading a:hover .eng,
	.hamburgermenu .heading a:active .eng {
		color: #0f53a0;
	}
	
	.hamburgermenu .heading .eng br {
		display: none;
	}
	
	.hamburgermenu .heading button {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
	}
	
	.hamburgermenu .heading button::before {
		content: "";
		display: block;
		position: absolute;
		left: 24px;
		top: 20px;
		width: 16px;
		height: 1px;
		background-color: #0f53a0;
	}
	
	.hamburgermenu .heading button::after {
		content: "";
		display: block;
		position: absolute;
		left: 24px;
		top: 20px;
		width: 16px;
		height: 1px;
		background-color: #0f53a0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
	}
	
	.hamburgermenu .heading button.open::after {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	.hamburgermenu .heading button span {
		display: none;
	}
	
	.hamburgermenu .row .accordion {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .2s ease-out;
		transition: height .2s ease-out;
	}
	
	.hamburgermenu .row ul {
		width: auto;
	}
	
	.hamburgermenu .row ul:last-child {
		padding-bottom: 20px;
	}
	
	.hamburgermenu .row ul li {
		margin-top: 15px;
		line-height: 1.3;
	}
	
	.hamburgermenu .row ul li:first-child {
		margin-top: 0;
	}
	
	.hamburgermenu .row ul + ul li:first-child {
		margin-top: 15px;
	}
	
	.hamburgermenu .row ul li a {
		-webkit-transition: none;
		transition: none;
	}
	
	.hamburgermenu .row ul li a:hover,
	.hamburgermenu .row ul li a:active {
		color: #0f53a0;
	}
	
	.hamburgermenu .row ul li a br {
		display: none;
	}

}


/* ---- language ---- */

.hamburgermenu .row .language {
	margin-left: auto;
	text-align: right;
}

.hamburgermenu .row .language a {
	position: relative;
	padding: .2em 32px .2em 0;
	color: #000;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.hamburgermenu .row .language a:hover,
.hamburgermenu .row .language a:active {
	color: #0f53a0;
}

.hamburgermenu .row .language a::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../img/common/icon_nav.svg);
	background-repeat: no-repeat;
	background-position: -30px -30px;
	background-size: 60px 120px;
}

@media screen and (max-width: 749px) {
	
	.hamburgermenu .row .language {
		display: none;
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	
	.hamburgermenu .row .language a {
		-webkit-transition: none;
		transition: none;
	}
	
	.hamburgermenu .row .language a:hover,
	.hamburgermenu .row .language a:active {
		color: #000;
	}
	
}


/* ---- cover ---- */

.hamburgermenu-cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
}

.hamburgermenu-cover.show {
	-webkit-animation: hamburgermenu-fadein .5s ease-out both;
	animation: hamburgermenu-fadein .5s ease-out both;
}

.hamburgermenu-cover.hide {
	-webkit-animation: hamburgermenu-fadeout .3s ease-in both;
	animation: hamburgermenu-fadeout .3s ease-in both;
}

@-webkit-keyframes hamburgermenu-fadein {
	0% {
		height: 0;
		opacity: 0;
	}
	100% {
		height: 100%;
		opacity: 1;
	}
}

@keyframes hamburgermenu-fadein {
	0% {
		height: 0;
		opacity: 0;
	}
	100% {
		height: 100%;
		opacity: 1;
	}
}

@-webkit-keyframes hamburgermenu-fadeout {
	0% {
		height: 100%;
		opacity: 1;
	}
	100% {
		height: 0;
		opacity: 0;
	}
}

@keyframes hamburgermenu-fadeout {
	0% {
		height: 100%;
		opacity: 1;
	}
	100% {
		height: 0;
		opacity: 0;
	}
}




/*
--------------------------------
	page header
--------------------------------
*/


/* ---- container ---- */

.page-header {
	padding: 204px 4vw 80px 8vw;
}

@media screen and (max-width: 749px) {
	
	.page-header {
		padding: 10vw 15px 12vw;
	}
	
}


/* ---- breadcrumbs ---- */

.page-header .breadcrumbs {
	display: table;
	color: #b2b1b1;
	font-size: 1.2rem;
	line-height: 1.3;
}

.page-header .breadcrumbs li {
	display: table-cell;
	position: relative;
	padding-right: 21px;
}

.page-header .breadcrumbs li::after {
	content: "";
	display: block;
	position: absolute;
	right: 9px;
	top: 50%;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	background-color: #b2b1b1;
}

.page-header .breadcrumbs li:last-child::after {
	content: none;
}

.page-header .breadcrumbs li a {
	color: #b2b1b1;
}

.page-header .breadcrumbs li a:hover,
.page-header .breadcrumbs li a:active {
	color: #0f53a0;
}

@media screen and (max-width: 749px) {
	
	.page-header .breadcrumbs {
		display: block;
		font-size: 1.1rem;
	}
	
	.page-header .breadcrumbs li {
		display: inline-block;
	}
	
	.page-header .breadcrumbs li a:hover,
	.page-header .breadcrumbs li a:active {
		color: #0f53a0;
	}
	
}


/* ---- page title ---- */

.page-header h1 {
	margin-top: 50px;
	color: #000;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.2;
}

.page-header h1 span {
	display: block;
	margin: 8px 0 0 4px;
	color: #0f53a0;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: .06em;
}

@media screen and (max-width: 749px) {
	
	.page-header h1 {
		margin-top: 10vw;
		font-size: 7.2vw;
	}
	
	.page-header h1 span {
		margin: 5px 0 0 2px;
		font-size: 3.5vw;
	}
	
}




/*
--------------------------------
	footer
--------------------------------
*/


/* ---- container ---- */

footer.footer {
	padding: 8vh 8vw;
	background-image: url(../img/common/dots_blue.png), -webkit-gradient(linear, left top, left bottom, from(#1454a0), to(#042064));
	background-image: url(../img/common/dots_blue.png), linear-gradient(to bottom, #1454a0 0%, #042064 100%);
}

footer.footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

footer.footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 75%;
	font-size: 1.3rem;
	line-height: 1.3;
}

footer.footer .site-id {
	width: 25%;
	text-align: right;
}

@media screen and (max-width: 959px) {
	
	footer.footer .inner {
		display: block;
	}
	
	footer.footer .links {
		width: auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	footer.footer .site-id {
		width: auto;
		margin-top: 6vh;
		text-align: center;
	}
	
}

@media screen and (max-width: 749px) {
	
	footer.footer {
		padding: 10vw 30px 12vw;
	}
	
	footer.footer .inner {
		display: block;
	}
	
	footer.footer .links {
		display: block;
		width: auto;
		font-size: 1.3rem;
	}
	
	footer.footer .site-id {
		width: auto;
		margin-top: 0;
		padding-top: 15px;
		text-align: center;
	}
	
}


/* ---- links ---- */

footer.footer .links > ul {
	position: relative;
	width: 33.3333%;
	padding-right: 10%;
}

footer.footer .links > ul::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background-color: #406ca4;
}

footer.footer .links > ul:nth-child(4)::after {
	content: none;
}

footer.footer .links > ul > li {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #406ca4;
}

footer.footer .links > ul > li:last-child {
	margin-bottom: 0;
	border-bottom-style: none;
}

footer.footer .links a {
	color: #fff;
	opacity: .7;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

footer.footer .links a:hover,
footer.footer .links a:active {
	opacity: 1;
}

footer.footer .links > ul > li > a {
	font-weight: bold;
	opacity: .8;
}

footer.footer .links > ul > li ul {
	margin-top: 2em;
}

footer.footer .links > ul > li ul li {
	margin-top: 1em;
}

footer.footer .links > a {
	position: absolute;
	left: 66.6666%;
	bottom: calc(95px + 2em);
}

footer.footer .links .last-links {
	position: absolute;
	left: 66.6666%;
	bottom: 0;
}

footer.footer .links .last-links a {
	display: inline-block;
	margin-top: 1em;
}

footer.footer .links .contact {
	display: block;
	position: relative;
}

footer.footer .links .contact::after {
	content: "";
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../img/common/icon_nav.svg);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	background-size: 60px 120px;
}

footer.footer .links .contact:hover::after,
footer.footer .links .contact:active::after { background-position: 0 -90px; }

@media screen and (max-width: 959px) {
	
	footer.footer .links > ul {
		width: 30%;
		padding-right: 0;
	}
	
	footer.footer .links > ul::after {
		width: 100%;
	}
	
	footer.footer .links > a {
		left: 70%;
	}

	footer.footer .links .last-links {
		left: 70%;
	}
	
}


/* ---- links for sp ---- */

footer.footer .links .sp {
	display: none;
}

@media screen and (max-width: 749px) {
	
	footer.footer .links .pc {
		display: none;
	}
	
	footer.footer .links .sp {
		display: block;
		width: auto;
		margin-bottom: 7vw;
		padding-right: 0;
		overflow: hidden;
	}
	
	footer.footer .links .sp::after {
		content: none;
	}
	
	footer.footer .links .sp li {
		float: left;
		width: 47%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	footer.footer .links .sp li:nth-child(2n) {
		float: right;
	}
	
	footer.footer .links .sp li:nth-child(7) {
		border-bottom-style: none;
	}
	
	footer.footer .links .sp li a {
		display: block;
		padding: 15px 0;
		opacity: 1;
		text-align: center;
		-webkit-transition: none;
		transition: none;
	}
	
	footer.footer .links .sp li a.contact::after {
		right: 3%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-position: 0 -40px;
		background-size: 40px 80px;
	}
	
	footer.footer .links .sp li a.contact:hover::after,
	footer.footer .links .sp li a.contact:active::after { background-position: 0 -40px; }
	
	footer.footer .links > a {
		display: block;
		position: static;
		/*width: 14em;*/
		margin: 0 auto;
		padding: 15px 0;
		opacity: 1;
		text-align: center;
		-webkit-transition: none;
		transition: none;
	}
	
	footer.footer .links .last-links {
		position: static;
		padding: 0 0 7vw;
		text-align: center;
	}
	
	footer.footer .links .last-links a {
		margin-top: 1.5em;
	}
	
	footer.footer .links .last-links a:first-child {
		margin-top: 0;
	}
	
}


/* ---- banners ---- */

footer.footer .banners {
	width: 100%;
	margin-top: 45px;
	padding: 0; /* override style in company2.css */
}

footer.footer .banners a {
	display: inline-block; /* override style in company2.css */
	height: 50px;
	margin-right: 8px;
	opacity: 1;
}

footer.footer .banners a:hover,
footer.footer .banners a:active {
	opacity: .8;
}

footer.footer .banners a:hover img { /* override style in company2.css */
	transform: none;
}

footer.footer .banners a img {
	display: block;
	width: auto;
	height: 100%;
}

@media screen and (max-width: 749px) {
	
	footer.footer .banners {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	footer.footer .banners a {
		display: block;
		height: 9vw;
		margin-right: 4px;
	}
	
	footer.footer .banners a:hover,
	footer.footer .banners a:active {
		opacity: 1;
	}
	
}


/* ---- site id ---- */

footer.footer .site-id a {
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

footer.footer .site-id a:hover,
footer.footer .site-id a:active {
	opacity: .8;
}

footer.footer .site-id > a > img {
	height: 2.46vw;
	max-height: 36px;
}

footer.footer .site-id a[href='/EN/'] img {
	height: 2.64vw;
	max-height: 36px;
}

footer.footer .site-id .copyright {
	margin-top: 45px;
	color: #556a9a;
	font-family: arial, sans-serif;
	font-size: 1.1rem;
	letter-spacing: .1em;
}

@media screen and (max-width: 959px) {
	
	footer.footer .site-id > a > img {
		/*width: 30%;
		max-width: 220px;*/
		height: 4.785vw;
		max-height: 36px;
	}
	
	footer.footer .site-id a[href='/EN/'] img {
		height: 4vw;
		max-height: 30px;
	}
	
	footer.footer .site-id .copyright {
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 749px) {
	
	footer.footer .site-id a {
		-webkit-transition: none;
		transition: none;
	}
	
	footer.footer .site-id a:hover,
	footer.footer .site-id a:active {
		opacity: 1;
	}
	
	footer.footer .site-id > a > img {
		/*width: 55%;
		max-width: 200px;*/
		height: 30px;
	}
	
	footer.footer .site-id a[href='/EN/'] img {
		height: 25px;
	}
	
	footer.footer .site-id .copyright {
		margin-top: 15px;
		font-size: 1rem;
	}
	
}


/* ---- sns ---- */

footer.footer .sns {
	margin-top: 50px;
}

footer.footer .sns li {
	display: inline-block;
	margin-left: 12px;
}

footer.footer .sns img {
	width: 37px;
}

@media screen and (max-width: 749px) {
	
	footer.footer .sns {
		margin-top: 9vw;
	}
	
	footer.footer .sns li {
		margin: 0 10px;
	}
	
	footer.footer .sns img {
		width: 48px;
	}
	
}


/* ---- copyright ---- */

footer.footer + .copyright {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding: 0 8vw;
}

footer.footer + .copyright p {
	color: #0f53a0;
	font-family: arial, sans-serif;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

footer.footer + .copyright p:only-child {
	width: 100%;
}

footer.footer + .copyright img {
	width: 42px;
}

@media screen and (max-width: 749px) {
	
	footer.footer + .copyright {
		display: block;
		height: auto;
		padding: 8vw 15px;
		text-align: center;
	}
	
	footer.footer + .copyright p {
		margin-top: 8vw;
		font-size: 1.1rem;
	}
	
	footer.footer + .copyright p:only-child {
		margin-top: 0;
	}
	
	footer.footer + .copyright img {
		width: 50px;
	}
	
}




/*
--------------------------------
	above the footer
--------------------------------
*/


/* ---- container ---- */

.above-footer {
	margin-top: 130px;
}

@media screen and (max-width: 749px) {
	
	.above-footer {
		margin-top: 30px;
	}
	
}


/* ---- page top link ---- */

.above-footer .pagetop {
	display: block;
	position: relative;
	width: 100px;
	margin: 0 auto;
	padding-top: 38px;
	color: #0f53a0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .02em;
	text-align: center;
}

.above-footer .pagetop::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 22px;
	width: 1px;
	height: 28px;
	background-color: #0f53a0;
	-webkit-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}

.above-footer .pagetop::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 36px;
	width: 13px;
	height: 13px;
	margin-left: -6px;
	border-left: 1px solid #0f53a0;
	border-top: 1px solid #0f53a0;
	-webkit-transform: scale(.6, 1) rotate(45deg);
	transform: scale(.6, 1) rotate(45deg);
	-webkit-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.above-footer .pagetop:hover::before,
.above-footer .pagetop:active::before {
	height: 38px;
}

.above-footer .pagetop:hover::after,
.above-footer .pagetop:active::after {
	bottom: 46px;
}

@media screen and (max-width: 749px) {
	
	.above-footer .pagetop {
		width: 80px;
		padding-top: 30px;
		font-size: 1.1rem;
	}
	
	.above-footer .pagetop::before {
		bottom: 16px;
		height: 20px;
		-webkit-transition: none;
		transition: none;
	}
	
	.above-footer .pagetop::after {
		bottom: 25px;
		width: 11px;
		height: 11px;
		margin-left: -5px;
		-webkit-transition: none;
		transition: none;
	}
	
	.above-footer .pagetop:hover::before,
	.above-footer .pagetop:active::before {
		height: 20px;
	}
	
	.above-footer .pagetop:hover::after,
	.above-footer .pagetop:active::after {
		bottom: 25px;
	}

}


/* ---- full width link ---- */

.above-footer .about {
	margin-top: 130px;
	padding: 140px 0 110px;
	background-image: url(../img/common/bg_footer_about.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

.above-footer .wide-link {
	margin-top: 130px;
	padding: 140px 0 110px;
	background-position: 50% 50%;
	background-size: cover;
}

.above-footer .wide-link.vision {
	background-image: url(../img/common/bg_footer_about.jpg);
}

.above-footer .wide-link.business {
	background-image: url(../img/common/bg_footer_business.jpg);
}

.above-footer .about h2,
.above-footer .wide-link h2 {
	color: #fff;
	font-size: 7rem;
	text-align: center;
	text-shadow: 0 0 8px rgba(0,0,0,.25);
}

.above-footer .about .button,
.above-footer .wide-link .button {
	margin-top: 25px;
	text-align: center;
}

.above-footer .about .dot-frame-button a,
.above-footer .wide-link .dot-frame-button a {
	position: relative;
	width: 216px;
	min-width: 0;
	padding: 1em 2em 1em 0;
}

.above-footer .about .dot-frame-button a::before,
.above-footer .wide-link .dot-frame-button a::before {
	content: "";
	display: block;
	position: absolute;
	left: 145px;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #0f53a0;
	-webkit-transition: width .2s, background-color .2s;
	transition: width .2s, background-color .2s;
}

.above-footer .about .dot-frame-button a:hover::before,
.above-footer .about .dot-frame-button a:active::before,
.above-footer .wide-link .dot-frame-button a:hover::before,
.above-footer .wide-link .dot-frame-button a:active::before {
	width: 30px;
	background-color: #fff;
}

.above-footer .about .dot-frame-button a::after,
.above-footer .wide-link .dot-frame-button a::after {
	content: "";
	display: block;
	position: absolute;
	left: 159px;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	border-top: 1px solid #0f53a0;
	border-right: 1px solid #0f53a0;
	-webkit-transform: scale(1, .6) rotate(45deg);
	transform: scale(1, .6) rotate(45deg);
	-webkit-transition: left .2s, border-color .2s;
	transition: left .2s, border-color .2s;
}

.above-footer .about .dot-frame-button a:hover::after,
.above-footer .about .dot-frame-button a:active::after,
.above-footer .wide-link .dot-frame-button a:hover::after,
.above-footer .wide-link .dot-frame-button a:active::after {
	left: 164px;
	border-color: #fff;
}

@media screen and (max-width: 749px) {
	
	.above-footer .about,
	.above-footer .wide-link {
		margin-top: 30px;
		padding: 70px 0 50px;
	}
	
	.above-footer .about h2,
	.above-footer .wide-link h2 {
		font-size: 3.6rem;
	}
	
	.above-footer .about .button,
	.above-footer .wide-link .button {
		margin-top: 15px;
	}
	
	.above-footer .about .dot-frame-button a,
	.above-footer .wide-link .dot-frame-button a {
		width: 192px;
	}
	
	.above-footer .about .dot-frame-button a::before,
	.above-footer .wide-link .dot-frame-button a::before {
		-webkit-transition: none;
		transition: none;
	}
	
	.above-footer .about .dot-frame-button a:hover::before,
	.above-footer .about .dot-frame-button a:active::before,
	.above-footer .wide-link .dot-frame-button a:hover::before,
	.above-footer .wide-link .dot-frame-button a:active::before {
		width: 25px;
		background-color: #0f53a0;
	}
	
	.above-footer .about .dot-frame-button a::after,
	.above-footer .wide-link .dot-frame-button a::after {
		-webkit-transition: none;
		transition: none;
	}
	
	.above-footer .about .dot-frame-button a:hover::after,
	.above-footer .about .dot-frame-button a:active::after,
	.above-footer .wide-link .dot-frame-button a:hover::after,
	.above-footer .wide-link .dot-frame-button a:active::after {
		left: 159px;
		border-color: #0f53a0;
	}
	
}




/*
--------------------------------
	other parts
--------------------------------
*/


/* ---- dot frame button ---- */

.dot-frame-button {
	display: inline-block;
	padding: 9px;
	font-weight: bold;
}

.dot-frame-button.white {
	background-image: url(../img/common/dots_white.png);
}

.dot-frame-button.blue {
	background-image: url(../img/common/dots_blue.png);
}

.dot-frame-button.fs18 {
	font-size: 1.8rem;
}

.dot-frame-button.fs16 {
	font-size: 1.6rem;
}

.dot-frame-button a,
.dot-frame-button div {
	display: inline-block;
	min-width: 252px;
	padding: 1em 2em;
	background-color: #fff;
	color: #0f53a0;
	text-align: center;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.dot-frame-button a:hover,
.dot-frame-button a:active,
a:hover .dot-frame-button div,
a:active .dot-frame-button div {
	background-color: #0f53a0;
	color: #fff;
}

.dot-frame-button.arrow a span,
.dot-frame-button.arrow div span {
	display: inline-block;
	position: relative;
	padding-right: 40px;
}

.dot-frame-button.arrow a span::before,
.dot-frame-button.arrow div span::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #0f53a0;
	-webkit-transition: right .2s, width .2s, background-color .2s;
	transition: right .2s, width .2s, background-color .2s;
}

.dot-frame-button.arrow a:hover span::before,
.dot-frame-button.arrow a:active span::before,
a:hover .dot-frame-button.arrow div span::before,
a:active .dot-frame-button.arrow div span::before {
	right: -5px;
	width: 30px;
	background-color: #fff;
}

.dot-frame-button.arrow a span::after,
.dot-frame-button.arrow div span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	border-top: 1px solid #0f53a0;
	border-right: 1px solid #0f53a0;
	-webkit-transform: scale(1, .6) rotate(45deg);
	transform: scale(1, .6) rotate(45deg);
	-webkit-transition: right .2s, border-color .2s;
	transition: right .2s, border-color .2s;
}

.dot-frame-button.arrow a:hover span::after,
.dot-frame-button.arrow a:active span::after,
a:hover .dot-frame-button.arrow div span::after,
a:active .dot-frame-button.arrow div span::after {
	right: -5px;
	border-color: #fff;
}

.dot-frame-button.plus a span,
.dot-frame-button.plus div span {
	display: inline-block;
	position: relative;
	padding-right: 28px;
}

.dot-frame-button.plus a span::before,
.dot-frame-button.plus div span::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	width: 18px;
	height: 2px;
	background-color: #0f53a0;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.dot-frame-button.plus a:hover span::before,
.dot-frame-button.plus a:active span::before,
a:hover .dot-frame-button.plus div span::before,
a:active .dot-frame-button.plus div span::before {
	background-color: #fff;
}

.dot-frame-button.plus a span::after,
.dot-frame-button.plus div span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	width: 18px;
	height: 2px;
	background-color: #0f53a0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: background-color .2s, -webkit-transform .2s;
	transition: background-color .2s, -webkit-transform .2s;
	transition: background-color .2s, transform .2s;
	transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.dot-frame-button.plus a:hover span::after,
.dot-frame-button.plus a:active span::after,
a:hover .dot-frame-button.plus div span::after,
a:active .dot-frame-button.plus div span::after {
	background-color: #fff;
}

.dot-frame-button.plus.open a span::after,
.dot-frame-button.plus.open div span::after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

@media screen and (max-width: 749px) {
	
	.dot-frame-button.fs18 {
		font-size: 1.6rem;
	}
	
	.dot-frame-button.fs16 {
		font-size: 1.4rem;
	}
	
	.dot-frame-button a,
	.dot-frame-button div {
		min-width: 192px;
		-webkit-transition: none;
		transition: none;
	}
	
	.dot-frame-button a:hover,
	.dot-frame-button a:active,
	a:hover .dot-frame-button div,
	a:active .dot-frame-button div {
		background-color: #fff;
		color: #0f53a0;
	}
	
	.dot-frame-button.arrow a span::before,
	.dot-frame-button.arrow div span::before {
		-webkit-transition: none;
		transition: none;
	}
	
	.dot-frame-button.arrow a:hover span::before,
	.dot-frame-button.arrow a:active span::before,
	a:hover .dot-frame-button.arrow div span::before,
	a:active .dot-frame-button.arrow div span::before {
		right: 0;
		width: 25px;
		background-color: #0f53a0;
	}
	
	.dot-frame-button.arrow a span::after,
	.dot-frame-button.arrow div span::after {
		-webkit-transition: none;
		transition: none;
	}
	
	.dot-frame-button.arrow a:hover span::after,
	.dot-frame-button.arrow a:active span::after,
	a:hover .dot-frame-button.arrow div span::after,
	a:active .dot-frame-button.arrow div span::after {
		right: 0;
		border-color: #0f53a0;
	}
	
	.dot-frame-button.plus a span::before,
	.dot-frame-button.plus div span::before {
		-webkit-transition: none;
		transition: none;
	}
	
	.dot-frame-button.plus a:hover span::before,
	.dot-frame-button.plus a:active span::before,
	a:hover .dot-frame-button.plus div span::before,
	a:hover .dot-frame-button.plus div span::before {
		background-color: #0f53a0;
	}
	
	.dot-frame-button.plus a span::after,
	.dot-frame-button.plus div span::after {
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
	}
	
	.dot-frame-button.plus a:hover span::after,
	.dot-frame-button.plus a:active span::after,
	a:hover .dot-frame-button.plus div span::after,
	a:active .dot-frame-button.plus div span::after {
		background-color: #0f53a0;
	}
	
}


/* ---- image changed to background ---- */

img.bg {
	display: none;
}


/* ---- fade by scrolling ---- */

.fade {
	opacity: 0;
	-webkit-transition: opacity 2.5s cubic-bezier(.2,.5,.75,1);
	transition: opacity 2.5s cubic-bezier(.2,.5,.75,1);
}

.fade.show {
	opacity: 1;
}


/* ---- text link ---- */

a.extarnal-link::after {
	content: "\e905";
	display: inline-block;
	position: static;
	margin: -.1em 0 0 12px;
	color: #0f53a0;
	font-family: 'icomoon';
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}


/* ---- modal ---- */

#modal-cover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	pointer-events: none;
}

#modal-cover.show {
	opacity: 1;
	pointer-events: auto;
}

.modal {
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 201;
	width: 100%;
	min-height: 100%;
	pointer-events: none;
}

.modal .inner {
	display: table-cell;
	padding: 5% 10%;
	vertical-align: middle;
}

.modal .box {
	position: relative;
	padding: 7% 10% 5%;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	opacity: 0;
	-webkit-transform: scale(.95);
	transform: scale(.95);
	-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.modal.show .box {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}
.modal .video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
.modal .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal button {
	display: block;
	position: absolute;
	right: 1vw;
	top: 1vw;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background-image: url(../img/business/index/button_icon_bg_pc.png);
}

.modal button span {
	display: block;
	position: absolute;
	left: 7px;
	top: 7px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
}

.modal button span::before {
	content: "";
	display: block;
	position: absolute;
	left: 18px;
	top: 24px;
	width: 15px;
	height: 3px;
	background-color: #0f53a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.modal button:hover span::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.modal button span::after {
	content: "";
	display: block;
	position: absolute;
	left: 24px;
	top: 18px;
	width: 3px;
	height: 15px;
	background-color: #0f53a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.modal button:hover span::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media screen and (max-width: 749px) {
	
	.modal .inner {
		padding: 15px;
	}
	
	.modal .box {
		padding: 70px 15px 40px;
	}
		
	.modal button {
		right: 12px;
		top: 12px;
		width: 49px;
		height: 49px;
		border-radius: 24.5px;
		background-image: url(../img/business/index/button_icon_bg_sp.png);
	}
	
	.modal button span {
		left: 6px;
		top: 6px;
		width: 37px;
		height: 37px;
		border-radius: 18.5px;
	}
	
	.modal button span::before {
		left: 11px;
		top: 17px;
		-webkit-transition: none;
		transition: none;
	}
	
	.modal button:hover span::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.modal button span::after {
		left: 17px;
		top: 11px;
		-webkit-transition: none;
		transition: none;
	}
	
	.modal button:hover span::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
}


/* ---- youtube modal ---- */

.modal-youtube .img {
	position: relative;
	width: 600px;
	max-width: 100%;
	padding: 20px;
}
.modal-youtube.small .img {
	padding: 0;
}
.modal-youtube .img .thumbnail {
	height: 0;
	padding-bottom: 56.25%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}
.modal-youtube .img::after {
	content:"";
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 0 1px #f2f2f2 inset;
	transition: box-shadow .2s ease-in-out;
}
.modal-youtube:hover .img::after {
	box-shadow: 0 0 0 5px #0f53a0 inset;
}
.modal-youtube .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 5.5vw;
	height: 5.5vw;
	margin: auto;
	background: url("../img/common/icon_play.svg") no-repeat center center;
	background-size: contain;
	opacity: .7;
	transition: opacity .2s ease-in-out;
}
.modal-youtube:hover .img:before {
	opacity: 1;
}
.modal-youtube.small .img::before {
	width: 3vw;
	height: 3vw;
}
.modal-youtube .img img {
	width: 560px;
	max-width: 100%;
}
.modal-youtube p {
	font-size: 1.8rem;
	font-weight: bold;
}
.modal-youtube p .time {
	display: inline-block;
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: normal;
}

@media screen and (max-width: 749px) {
	.modal-youtube .img {
		width: auto;
		padding: 15px;
	}
	.modal-youtube .img img {
		width: auto;
	}
	.modal-youtube.small .img {
		padding: 0;
	}
	.modal-youtube .img::before {
		width: 11vw;
		height: 11vw;
	}
	.modal-youtube.small .img::before {
		width: 6vw;
		height: 6vw;
	}
	.modal-youtube p {
		font-size: 1.3rem;
	}
	.modal-youtube p .time {
		font-size: 1.1rem;
	}
}