@charset "utf-8";

/*------------------------------*/
/* RESET & SETTING */
/*------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	color: inherit;
	text-decoration: none;
}

html {
	overflow: auto;
}

body {
	font-size: 62.5%;
	overflow: hidden;
	min-width: 1100px;
}


article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

ol, ul {
	list-style: none;
}

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

br {
	letter-spacing:normal;
}

img {
	vertical-align: top;
}

*, ::after, ::before {
	box-sizing: unset !important;
}

/*------------------------------*/
/* UTILITY */
/*------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),
       local("Yu Gothic Medium"),
       local("YuGothic-Regular"),
       local("Yu Gothic");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"),
       local("Yu Gothic");
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
	color: #333;
}

a:hover img,
a:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

/*------------------------------*/
/* STYLE */
/*------------------------------*/
body {
	color: #000;
	line-height: 1.6;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

#cover {
	width:100%;
	height:100%;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#container {
	min-width: 1180px;
}

#gHeader {
	width: 100%;
	height: 200px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/h_shadow.png) repeat-x top left;
	z-index: 1000;
}

.topheader {
	background: none!important;
}

.topheader::before {
	content:"";
	display:block;
	width: 100%;
	height: 200px;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/common/h_shadow.png) repeat-x top left;
	opacity:0;
	transition: opacity 0.5s ease-in-out;
}

.topheader.scrolled::before {
	opacity: 1; /* スクロール時に表示 */
}
#gHeader h1 {
	position: absolute;
	top: 30px;
	left: 30px;
}

#gHeader ul li a {
	color: #fff;
}
#gHeader ul li a:hover {
	color: #c2ceff;
}

#gHeader ul li a {
	transition: color .3s;
}

#gHeader ul li {
	float: left;
	padding-right: 30px;
	position: relative;
}

#gHeader ul li .here {
	position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    padding-right: 28px;
}

#gHeader ul li:last-child {
	padding-right: 0;
}

#gHeader ul {
	width: 600px;
    top: 30px;
    right: 140px;
    position: absolute;
}

#gHeader ul.lang {
	width: 100px;
	top: 30px;
	right: 2px;
	position: absolute;
}

#gHeader ul.lang li {
	padding-right: 5px;
}

#gHeader ul.lang li.on a {
	color: #cecdcd;
}

#gHeader ul.lang li.ja {
	top: -10px;
    left: 20px;
}

#gHeader ul.lang li.en {
	top: 20px;
    right: 20px;
}

#cont {
	width: 980px;
	margin: 0 auto;
}

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

#main p {
	font-size: 1.5em;
	line-height: 1.8;
}

.block {
	display: block;
	padding-bottom: 13px;
}

.sp {
	display: none !important;
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

.btn01 {
	width: 158px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #98A0C1;
    font-size: 1.4em;
    font-weight: bold;
    color: #303F83;
    padding-top: 8px;
    margin-top: 50px;
	letter-spacing: 1.3px;
	position: relative;
}

.btn01:hover {
	background: #98A0C1;
	color: #fff;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn01 span {
	position: absolute;
	top: 12px;
    right: -51px;
}

.btn02 {
	width: 158px;
    height: 30px;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #303F83;
    padding-top: 8px;
    margin-top: 40px;
	letter-spacing: 1.3px;
	position: relative;
	background: #fff;
}

.btn02:hover {
	background: #303F83;
	color: #fff;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn02 span {
	position: absolute;
	top: 12px;
    right: -51px;
}

.btn03 {
	width: 158px;
    height: 30px;
    font-size: 1.4em;
    font-weight: bold;
    color: #303F83;
    padding-top: 8px;
    margin-top: 40px;
	letter-spacing: 1.3px;
	position: relative;
	background: #fff;
	text-align: center;
}

.btn03 span.icon {
	position: absolute;
	top: 14px;
    right: 33px;
}

.btn03 span.arrow {
	position: absolute;
	top: 12px;
    right: -51px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 10px;
}

footer {
	padding: 18px 0 40px;
	margin-bottom: -16px;
	position: relative;
}

footer .policy {
	position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.2em;
}

footer .copy {
	position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.2em;
}

/*------------------------------*/
/* FADE */
/*------------------------------*/


.animated {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ie9 .wow {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body {
		min-width: auto;
	}
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a:hover img,
	a:hover {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	
	img {
		width: 100%;
		height: auto;
	}

	body {
		font-size: 12px;
		min-width: inherit;
	}
	
	#cover {
		visibility: hidden;
	}
	
	#container {
		min-width: auto;
	}

	#main p {
		font-size: 1.2em;
	}
	
	footer {
		font-size: 0.7em;
		padding-bottom: 10px;
		margin-bottom: -19px;
	}
	
		
	#gHeader {
		background: url(../img/common/h_shadow_sp.png) repeat-x top left;
		background-size: 1px 80px;
		height: 79px;
	}
	
	#gHeader h1 {
		width: 120px;
		height: 80px;
		top: 20px;
    	left: 14px;
	}
	
	#gHeader ul {
		width: auto;
		text-align: center;
		top: 30px;
    	left: 30px;
	}
	
	#gHeader ul.lang {
		width: 140px;
    	bottom: 0;
    	top: auto;
	}
	
	#gHeader ul.lang li.ja {
		top: -10px;
		left: 0;
	}
	
	#gHeader ul.lang li.middle {
		right: 22px;
    	width: 43px;
	}
	
	#gHeader ul.lang li.en {
		top: 28px;
    	right: 45px;
	}
	
	#gHeader ul.lang li.on a {
		color: #828cbf;
	}
	
	#gHeader .menu {
		display: block;
		position: fixed;
		right: 0;
		top: 11px;
		z-index: 500;
	}
	
	#gHeader .menu a {
		display: block;
    	padding: 17px;
    	width: 18px;
	}
	
	#gHeader .menuBox {
		padding: 5px;
		width: 80%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 600;
		background-color: rgba(47, 62, 133, 0.92);
		box-sizing: border-box;
	}
	
	#gHeader .menuBox .close {
		width: 18px;
		position: absolute;
		top: 35px;
		right: 15px;
	}
	
	#gHeader .menuBox .subBox {
		position: absolute;
		top:0;
		left: -130px;
		right: 0;
		bottom: 0;
		margin:auto;
		width: 115px;
		height: 442px;
	}
	
	#gHeader .menuBox .subBox ul li {
		padding-bottom: 20px;
		padding-left: 0;
	}
	
	.btn01 {
		font-size: 1.15em;
    	margin-top: 30px;
	}
	
	.btn02 {
		font-size: 1.15em;
    	margin-top: 30px;
	}
	
	.btn03 {
		font-size: 1.15em;
    	margin-top: 30px;
	}
	
	.pagetop {
		bottom: 46px;
	}
	
	footer ul {
		width: 280px;
		margin: 26px auto 25px;
		padding-left: 60px;
	}
	
	footer li {
		width: 100px;
    	text-align: left;
		float: left;
		color: #2F3D85;
		font-size: 2.0em;
		font-weight: bold;
		padding: 0 30px 20px 0;
	}
	
	footer li:nth-child(2n) {
		padding-right: 0;
	}
	
	footer .policy {
		position: static;
		font-size: 1.5em;
		margin-bottom: 20px;
	}

	footer .copy {
		position: static;
	}

	.services > div {
		display: flex;
        align-items: center;
	}

	.services__list {
		/*left: 0 !important;*/
        width: 15rem !important;
        position: relative !important;
    }

	.services__list > li {
		text-align: left;
		float: none !important;
	}

	footer .dropdown__services__list {
		margin: 0;
		padding-top: 1rem;
		padding-left: 0;
    }

	footer .dropdown__services__list li {
		float: none !important;
		font-size: 1rem !important;
		padding-bottom: 0;
		margin-bottom: 0.5rem;
	}

	footer .dropdown__info__list {
		margin: 0;
		padding-top: 1rem;
		padding-left: 0;
    }

	footer .dropdown__info__list li {
		width:100%;
		float: none !important;
		font-size: 1rem !important;
		padding-bottom: 0;
		margin-bottom: 0.5rem;
	}

	.info > div {
		display: flex;
        align-items: center;
	}

	.info__list {
		/*left: 0 !important;*/
        width: 15rem !important;
        position: relative !important;
    }

	.info__list > li {
		text-align: left;
		float: none !important;
	}

	footer .dropdown__info__list {
		margin: 0;
		padding-top: 1rem;
		padding-left: 0;
    }

	footer .dropdown__news__list li {
		float: none !important;
		font-size: 1rem !important;
		padding-bottom: 0;
		margin-bottom: 0.5rem;
	}
}

.pc.dropdown__services {
	padding-bottom: 0.5rem;
}

.pc.dropdown__services .dropdown__services__list {
    width: 12rem !important;
	position: absolute !important;
	left: 0 !important;
	padding-bottom: 1rem !important;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	background: #304183;
}

.pc.dropdown__services .dropdown__services__list li {
	text-align: left;
	padding-top: 1rem !important;
	padding-right: 0 !important;
	float: none !important;
	display: block;
}

.pc.dropdown__info {
	padding-bottom: 0.5rem;
}

.pc.dropdown__info .dropdown__info__list {
    width: 12rem !important;
	position: absolute !important;
	left: 0 !important;
	padding-bottom: 1rem !important;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	background: #304183;
}

.pc.dropdown__info .dropdown__info__list li {
	text-align: left;
	padding-top: 1rem !important;
	padding-right: 0 !important;
	float: none !important;
	display: block;
}

/*bootstrap icons*/
.bi-caret-down-fill {
	font-size: 0.5rem;
}

.bi-caret-down-fill::before {
	padding-left: 0.5rem;
	transform: translateY(-0.125rem);
}

.bi-caret-right-fill {
	font-size: 0.5rem;
}

.bi-caret-right-fill::before {
	padding-left: 0.5rem;
}

.link--pdf {
	text-decoration-line: underline;
    color: #2F3D85;
}

.font-size-normal {
	font-size: 1rem;
}

.font-size-small {
	font-size: 0.8rem;
}

.text-right {
	text-align: right;
}

.table-caption--mb-1 {
	margin-bottom: 0.25rem;
}