@charset "utf-8";
/* ===========================================================

	Title: global.css
	Created: 2018-6-15

=========================================================== */
/*

	body
	header
	global-navigation
	contents-style
	aside
	topicpath
	btPageTop
	footer


=========================================================== */
/* ===========================================================

	body

=========================================================== */
body {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	color: #111;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
html * {
	max-height: 999999px;
} /* Chrome font size adjust */


/* ===========================================================

	header

=========================================================== */
header {
	position: relative;
	height: 80px;
	width: 100%;
	background-color: #fff;
	/*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);*/
	z-index: 100;
	/*overflow: hidden;*/
}
@media screen and (max-width: 1200px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
	}
}

/* ===========================================================

	logo

=========================================================== */
header h1 {
	margin: 0 0 0 30px;
	overflow: hidden;
}
header a:link, header a:visited {
	text-decoration: none !important;
}
header h1 a {
	display: block;
	background: url(../img/ja/global/logo.png) 0 50% no-repeat;
	background-size: 360px auto;
	width: 360px;
	height: 80px;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header h1 a:hover {
	opacity: 1;
}
@media screen and (max-width: 1200px) {
	header h1 {
		margin: 0 0 0 20px;
	}
	header h1 a {
		background-size: 270px auto;
	}
}

/* ===========================================================

	global-navigation

=========================================================== */
@media screen and (min-width: 1200px) {
	.global-navigation {
		display: flex;
		justify-content: flex-end;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.global-navigation ul {
		display: flex;
		margin: 0 10px 0 0;
	}
	.global-navigation li {
		position: relative;
		display: table;
	}
	.global-navigation li::before {
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
		width: 1px;
		height: 20px;
		margin-top: -10px;
		background-color: #ddd;
		transform: rotate(25deg);
	}
	.global-navigation li:first-child::before {
		display: none;
	}
	.global-navigation ul a {
		display: table-cell;
		position: relative;
		height: 80px;
		line-height: 1.4;
		vertical-align: middle;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
		padding: 0 20px;
		color: #111;
	}
	.global-navigation ul a:hover {
		text-decoration: none;
		color: #b60081;
	}
	.global-navigation ul a.current,
	#governance #global-navigation__governance a {
		color: #b60081;
	}
	.global-navigation ul a.current::after,
	#governance #global-navigation__governance a::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 15px;
		width: 30px;
		height: 3px;
		background: #b60081;
		transform: translateX(-50%);
	}
	/* global-sub-navigation__language
	----------------------------------------------------------- */
	.global-navigation__language {
		margin: 25px 20px 0 0; 
		font-size: 1.2rem;
	}
	.global-navigation__language a, .global-navigation__language a:link, .global-navigation__language a:visited {
		position: relative;
		display: inline-block;
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		background-color: #b60081;
		text-transform: uppercase;
		font-weight: bold;
	}
	.global-navigation__language a:hover {
		background-color: #333333;
	}
}
@media screen and (max-width: 1450px) {
	.global-navigation ul a {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1200px) {
	.global-navigation {
		position: fixed;
		top: 80px;
		left: 0;
		background-color: #b60081;
		width: 100%;
		height: calc(100% - 80px);
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.first-time .global-navigation {
		display: none;
	}
	.open .global-navigation {
		z-index: 98;
		visibility: visible;
		animation: nav--open 0.5s cubic-bezier(1, 0, 0, 1);
		animation-fill-mode: forwards;
	}
	 @keyframes nav--open {
		 0% {
			 opacity: 0;
		}
		 100% {
			 opacity: 1;
		}
	}
	.close .global-navigation {
		z-index: 98;
		visibility: hidden;
		animation: nav--close 0.5s cubic-bezier(1, 0, 0, 1);
		animation-fill-mode: forwards;
	}
	 @keyframes nav--close {
		 0% {
			 opacity: 1;
		}
		 100% {
			 opacity: 0;
		}
	}
	.global-navigation ul {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		width: 100%;
		height: calc(100% - 90px);
		margin: 0;
	}
	.global-navigation li {
		width: 100%;
		margin: 0;
	}
	.global-navigation ul a {
		line-height: 40px;
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		color: #fff;
	}
	.global-navigation ul a.current {
		background-color: #fff;
		color: #b60081;
	}
	.global-navigation ul a br {
		display: none;
	}
	/* global-sub-navigation__language
	----------------------------------------------------------- */
	.global-navigation__language {
		width: 100%;
		padding: 30px;
	}
	.global-navigation__language a, .global-navigation__language a:link, .global-navigation__language a:visited {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 200px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		border: solid 1px #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.4rem;
	}
}

/* -----------------------------------------------------------
	hamburger
----------------------------------------------------------- */
.hamburger {
	display: none;
}
@media screen and (max-width: 1200px) {
	.hamburger {
		position: fixed;
		top: 43px;
		right: 10px;
		z-index: 99;
		padding: 15px 15px;
		margin-top: -30px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		overflow: visible;
	}
	.hamburger:hover {
		opacity: 0.8;
	}
	.hamburger:focus {
		outline: none;
	}
	.hamburger-box {
		width: 30px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 30px;
		height: 3px;
		background-color: #b60081;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
	/*
	   * Collapse
	   */
	.hamburger--collapse .hamburger-inner {
		top: auto;
		bottom: 0;
		transition-duration: 0.15s;
		transition-delay: 0.15s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--collapse .hamburger-inner::after {
		top: -20px;
		transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	}
	.hamburger--collapse .hamburger-inner::before {
		transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--collapse.is-active .hamburger-inner {
		background-color: #b60081;
		transform: translate3d(0, -10px, 0) rotate(-45deg);
		transition-delay: 0.32s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.hamburger--collapse.is-active .hamburger-inner::after {
		background-color: #b60081;
		top: 0;
		opacity: 0;
		transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
	}
	.hamburger--collapse.is-active .hamburger-inner::before {
		background-color: #b60081;
		top: 0;
		transform: rotate(-90deg);
		transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

/* ===========================================================

	title

=========================================================== */
.title {
	width: 100%;
	background-color: #b60081;
	text-align: center;
}
.title h1 {
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0 auto;
	padding: 30px 20px;
}
@media screen and (max-width: 1200px) {
	.title {
		margin-top: 80px;
	}
	.title h1 {
			font-size: 2.6rem;
	}
}

/* ===========================================================

	main

=========================================================== */
main {
}
main:after {
	content: "";
	display: block;
	clear: both;
}
main section, .cont-margin {
	margin-bottom: 40px !important;
}

/* ===========================================================

	contents-style

=========================================================== */
.contents-style {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 80px;
	text-align: left;
}
@media screen and (max-width: 1200px) {
	.contents-style {
		width: 100%;
		padding: 50px 20px 80px;
	}
}

/* ===========================================================

	topic path

=========================================================== */
.topic-path {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.topic-path ol {
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 1.3rem;
	list-style: none;
	text-align: left;
	min-height: 50px;
}
.topic-path ol li {
	display: inline-block;
}
.topic-path ol li:before {
	content: "/";
	padding: 0 15px;
	color: #666 !important;
}
.topic-path ol li:first-child:before {
	display: none;
}
.topic-path ol a:link, .topic-path ol a:visited {
	text-decoration: underline;
	color: #333;
}
.topic-path ol a:hover {
	text-decoration: none;
	color: #a60a88;
}
@media screen and (max-width: 1200px) {
	.topic-path ol {
		padding: 15px 20px;
	}
}


/* ===========================================================

	bt-pagetop

=========================================================== */
body .bt-pagetop {
	clear: both;
	width: 50px;
	height: 50px;
	margin: 0;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
.bt-pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #a60a88;
	transition: .2s ease-in-out;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bt-pagetop a:before {
	content: " ";
	position: absolute;
	top: 22px;
	left: 50%;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bt-pagetop a:hover {
	opacity: 0.5;
}

/* ===========================================================

	footer

=========================================================== */
footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 30px;
}
@media screen and (max-width: 1200px) {
	footer {
		display: block;
	}
}
/* global-footer__banner
----------------------------------------------------------- */
.global-footer__banner {
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: solid 1px #ddd;
	padding: 20px 0;
	margin: 0 0 30px;
}
.global-footer__banner li {
	padding: 0 10px;
}
.global-footer__banner li:first-child {
	padding-left: 0;
}
.global-footer__banner li:last-child {
	padding-right: 0;
}
@media screen and (max-width: 1200px) {
	.global-footer__banner {
		display: block;
	}
	.global-footer__banner li {
		padding: 5px 0;
		margin: 0;
	}
}
/* global-footer__navigation
----------------------------------------------------------- */
.global-footer__navigation ul {
	display: flex;
	margin-left: 30px;
}
.global-footer__navigation ul li {
	position: relative;
}
.global-footer__navigation ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #ccc;
	transform: translateY(-50%);
}
.global-footer__navigation ul li:first-child::before {
	display: none;
}
.global-footer__navigation a:link,
.global-footer__navigation a:visited {
	font-size: 1.3rem;
	line-height: 30px;
	text-decoration: none;
	padding: 0 15px;
}
.global-footer__navigation a.current {
	color: #b60081;
}
.global-footer__navigation ul li:first-child a {
	padding-left: 0;
}
@media screen and (max-width: 1200px) {
	.global-footer__navigation ul {
		display: block;
		margin: 0;
		text-align: left;
		border-top: solid 1px #ddd;
	}
	.global-footer__navigation ul li::before {
		display: none;
	}
	.global-footer__navigation ul li a, .global-footer__navigation li:first-child a {
		position: relative;
		display: block;
		margin: 0;
		padding: 1em 25px 1em 20px !important;
		border: none;
		border-bottom: solid 1px #ddd;
		height: auto;
		line-height: 1.4 !important;
		text-decoration: none;
	}
	.global-footer__navigation ul li a:before {
		position: absolute;
		content: " ";
		vertical-align: middle;
		top: 50%;
		right: 20px;
		width: 10px;
		height: 10px;
		margin: -8px 0 0;
		border-top: 1px solid #0f274e;
		border-right: 1px solid #0f274e;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* global-footer__copyright
----------------------------------------------------------- */
.global-footer__copyright {
	margin: 0 30px 0;
	line-height: 30px;
}
.global-footer__copyright small {
	font-style: normal;
	font-size: 1.3rem;
}