@charset "utf-8";

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0px;
  padding: 0px;
}
html {font-size: 62.5%; } /* 10px */
/*html {font-size: calc(100vw / 32); }*/
html {overflow:auto; height:100%;}
body{
	color: #111;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	overflow: hidden;
	font-weight: 300;
	word-wrap: break-word;
    overflow-wrap: break-word;
	/*word-break: break-all;*/
}
fieldset,img {
  border: 0;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
ol li {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 25px;
	margin-bottom:5px;
}

caption,th {
	text-align: left;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

a{
	color: #333333;
	text-decoration: none;
}

img {
	max-width:100%;
	height:auto;
	padding: 0;
	margin: 0;
}
*:focus {
	outline: none;
}
button, input, select, textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
input[type=text],select {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
* {
	/*-webkit-appearance: none;*/
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.ma_b5 {margin-bottom: 5px;}
.ma_b10 {margin-bottom: 10px;}
.ma_b15 {margin-bottom: 15px;}
.ma_b20 {margin-bottom: 20px;}
.ma_b21 {margin-bottom: 21px;}
.ma_b25 {margin-bottom: 25px;}
.ma_b30 {margin-bottom: 30px;}
.ma_b40 {margin-bottom: 40px;}
.ma_b50 {margin-bottom: 50px;}

.ma_r10 {margin-right: 10px;}
.pdt0 {padding-top:0 !important;}

.indent1 {
	text-indent: -1em;
	margin-left: 1em;
}
.indent15 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}


.txt14 {font-size:14px;}
table, tr, th, td {
	border-collapse: collapse;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	word-wrap:break-word;
}
.pc {display:block!important;}
.tr {text-align:right;}
.sp {display:none !important;}


/*---- FOR tab ----*/
@media only screen and (max-width: 768px){
body{
	color: #000;
	font-size: 1.35rem;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	line-height:160% !important;
	
}
.pc {display:none !important;}
.sp {display:block!important;}
.img100 {width:100%; height:auto;}
.img90 {width:90%; height:auto;}
.img80 {width:80%; height:auto;}
.img70 {width:70%; height:auto;}
input {
	font-size: 16px;
	/* transform: scale(0.9); */
}

}


/*---- FOR SP ----*/
@media only screen and (max-width: 768px){
body{
	color: #000;
	font-size: 1.3rem;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	line-height:160% !important;
	
}
.pc {display:none !important;}
.sp {display:block!important;}
.img100 {width:100%; height:auto;}
.img90 {width:90%; height:auto;}
.img80 {width:80%; height:auto;}
.img70 {width:70%; height:auto;}
}


.yu-mincho {
font-family: "Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝', serif;
}
.hind {
	font-family: 'Hind', sans-serif;
}
.oswa {
	font-family: 'Oswald', sans-serif;
}
.robo {
	font-family: 'Roboto', sans-serif;
}




.alpha{
	display:block;
	text-decoration:none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.alpha:hover{
	opacity: 0.6;
}



.wrap {
	position: relative;
	z-index: 0;
}
.innWrap {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 10px;
}
.innWrap1 {
	max-width: 1380px;
	margin: 0px auto;
	padding: 0px 10px 80px;
}
.innWrap2 {
	max-width: 755px;
	margin: 0px auto;
	padding: 0px 10px 80px;
}
.innWrap3 {
	max-width: 710px;
	margin: 0px auto;
	padding: 0px 10px;
}
@media only screen and (max-width: 768px){
.wrap {
}
.innWrap {
	margin: 0px 5%;
	padding: 0 0;
}
.innWrap1 {
	margin: 0px 5%;
	padding: 0 0 40px;
}
.innWrap2 {
	margin: 0px 5%;
	padding: 0 0 40px;
}
.innWrap3 {
	margin: 0px 5%;
	padding: 0 0 40px;
}

}


/****************************************

HEADER

*****************************************/
header{
	z-index: 999;
	width: 100%;
	position: relative;
}



.triggerBtn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 50%;
	right: 8%;
	z-index: 9999;
}

.menuTrigger,
.menuTrigger span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;
}
.menuTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	text-align: center;
}
.menuTrigger p {
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	right: 0px;
}
.menuTrigger.active {
	/* 円の色 */
	background: none;
}

.menuTrigger span {
	width: 30px;
	height: 2px;
	position: absolute;
	background-color: #fff;
	right: 14px;
}
.menuTrigger.active span {
	background-color: #fff;
}

.menuTrigger span:nth-of-type(1) {
	top: 19px;
}
.menuTrigger span:nth-of-type(2) {
	top: 28px;
}
.menuTrigger span:nth-of-type(3) {
	top: 37px;
}
.menuTrigger.active span:nth-of-type(1) , .menuTrigger.active span:nth-of-type(2) , .menuTrigger.active span:nth-of-type(3) {
	/* 円の色 */
}


.menuTrigger.active span:nth-of-type(1) {
}
.menuTrigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menuTrigger.active span:nth-of-type(3) {
}
.menuTrigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menuTrigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#lastOverlay {
	background: rgba(0, 0, 0, 0.5);
}
.menu-trigger {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 17px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  transition: all .5s .2s;
}
.menu-trigger.active span {}
.menu-trigger span:nth-of-type(1) {
  top: 15px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 27px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 39px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.search-btn {
	width: 3.09%;
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 3.6%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}





/*---- FOR TAB ----*/
@media only screen and (max-width: 768px){
header{
	margin: 0;
	height: 105px;
}
header .sup {
	padding: 0px;
}
header .sup h1 {
	display: none;
}

.site-header.transform h1 {
	width: 150px;
	padding: 15px 0 0;
}
.open .header h1 {
	text-indent: -9999px;
	display: block;
}

#gnav {width: 100%; background-size: 50% auto; background: #CB2837;}
#gnav2 {
	display:none;
}
.header .hd_link {
	display: none;
}
#sub_gnav {
	display: none;
}
.search-btn {
	width: 25px;
	right: 10px;
	top: 23px;
}

.menu-trigger span {
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 22px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 34px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
}


/*---- FOR SP ----*/
@media only screen and (max-width: 640px){
header{}
.header .hd_sup { padding: 0px 10px; height:  60px;}
.header .hd_sup h1 {}
.header .hd_sup .hd_contact {display:none;}
.triggerBtn {display:none;}
#gnav {width: 100%; background-size: 50% auto; background: #CB2837;}
.triggerBtn {display: block;width: 45px;height: 45px;right: 13%;}
.header .hd_link {
	display: none;
}
#sub_gnav {
	display: none;
}
}






.sp-nav {display:none;max-width: 1020px;width: 100%;margin: 0 auto;padding: 2em 0;background: rgba(255,255,255,0.8);position: absolute;z-index: 1;left: 0;right: 0;}
.sea-box {display:none;max-width: 1020px;width: 100%;margin: 0 auto;padding: 2em 0;background: rgba(255,255,255,0.8);position: absolute;z-index: 1;left: 0;right: 0;}
@media only screen and (max-width: 768px){
.sp-nav {display: block;}
}

@media only screen and (max-width: 768px){
.pc {display:none !important;}
.sp {display:block!important;}
#nav-toggle , .header2 #nav-toggle {
	display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 17px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 17px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
#sp_navi{
	display: none;
	width: 100%;
	clear: both;
	position: absolute;
	top: 60px;
	background: #fff;
	box-sizing: content-box;
	z-index: 9997;
	padding: 10px 5%;
}
	#sp_navi li{
		width:50%;
		float:left;
		box-sizing: border-box;
		font-size: 11px;
}

	#sp_navi li:nth-child(odd){
		border-right:1px solid #dfdfdf;
		border-bottom:1px solid #dfdfdf;
}
	#sp_navi li:nth-child(even){
		border-bottom:1px solid #dfdfdf;
}

#sp_navi ul .link2 {
	background: #FFF;
}
#sp_navi ul .link3 a {
	color:#CB2837;
}
#sp_navi ul .link3 {
	background: #CB2837;
}
#sp_navi ul .link3 a {
	color:#FFF;
}
#sp_navi ul li a {
    display: block;
    padding: 12px 5px 12px 10px;
}
#sp_navi ul .blank::after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/english/images/common/blank_icon_w.png);
	background-size: contain;
	vertical-align: middle;
}
}












@media only screen and (max-width: 1100px){
/*++++++++++++++++++++++++++++++++++++
+
+　スマホナビゲーション
+
+++++++++++++++++++++++++++++++++++++*/
#slideMenu h2 {
	margin: 0;
	padding: 24px 16px;
}
.globalNavi {
	margin: 0;
}
#slideMenu .title {
	padding: 15px 0;
	text-align: center;
}
#slideMenu .title img {
	width: auto;
	height: 20px;
	margin: 0 auto;
}
.globalNavi ul {margin: 0 5%;}
.globalNavi .nav1 {
	font-size: 18px;
}
.globalNavi .nav1 a {
	text-align: center;
	padding: 15px 0px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #fff;
}
.globalNavi .nav1 li a:hover {
	color: #FFF;
	text-decoration: none;
}
.globalNavi .nav2 {
	font-size: 15px;
	font-weight: bold;
	width: 100% !important;
	border-bottom: solid 1px #fff;
}
.globalNavi .nav2  .accordion {
	text-align: center;
	padding: 15px 0px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
.globalNavi .nav2 .accordion {
	cursor: pointer;
}
.globalNavi .nav2 .accordion span:after {
	background : none;
	content: "+";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 16px;
	color: #fff;
}
.globalNavi .nav2 .accordion .open:after {
	background : none;
	content: "-";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 16px;
	color: #fff;
}
.globalNavi .nav2 ul {margin: 0 5%; padding: 0 0 20px;}
.globalNavi .nav2 ul li {
	width: 100%;
	border-bottom: none;
}
.globalNavi .nav2 ul li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

.globalNavi .nav2 .brd-lk {
	width:48%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.globalNavi .nav2 .brd-lk:nth-child(even) {
	float: right;
}
.globalNavi .nav2 .brd-lk a {
	font-size: 12px;
	color: #fff;
}
.globalNavi .nav2 .brd-lk .img {
	margin: 0 0 5px;
}

.globalNavi .nav2 .brd-lk .sttl:after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 9px;
	height: 7px;
	background: url(/english/img/icon_blank_w.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}






}










/*ぱんくず CSS*/
#pankuzu {
	line-height: 45px;
	padding: 40px 0px 0;
}
#pankuzu ul {
	max-width: 1020px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
#pankuzu ul li {
	margin: -1px 8px 0px 0px;
	font-size: 12px;
	color: #fff;
}
#pankuzu ul li:last-child {
}
#pankuzu ul li a {
	color: #fff;
}
#pankuzu ul li:after {
  content: ">";
  padding: 0 0 0 10px;
}
#pankuzu ul li:last-of-type:after {
  content: none;
}
#pankuzu ul li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 768px){
#pankuzu{
	margin: 0px 0px 15px;
	padding: 10px 5% 0;
	line-height: 1.5;
	display: none;
}
#pankuzu ul li {
	margin: 0px 5px 0px 0px;
	font-size: 1.1rem;
}
#pankuzu ul li:last-child {margin: 0;}
#pankuzu ul li a {
}
#pankuzu ul li:after {
  padding: 0 0 0 5px;
}
#pankuzu ul li:last-of-type:after {
  content: none;
}
#pankuzu ul li a:hover {
	text-decoration: none;
}

}








/******************************
　inview css
******************************/
/*動き1*/
.sli-up1 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp1 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1s;
}
/*動き2*/
.sli-up2 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp2 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1.2s;
}
/*動き3*/
.sli-up3 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp3 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1.5s;
}
/*動き4*/
.sli-up4 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp4 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1.7s;
}
/*動き5*/
.sli-up5 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp5 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:2s;
}
/*動き6*/
.sli-up6 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp6 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:2.2s;
}
/*トップページ動き1*/
.top-sliup1 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.top-sip1 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1s;
}
/*トップページ動き2*/
.top-sliup2 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.top-sip2 {
	opacity: 1.0 !important;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1.5s;
}




/***************
　ボタンのボバー
***************/
.butt , .butt_w {
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}
.butt:hover {
	color: #fff !important;
}
.butt_w:hover {
	color: #eb5c01 !important;
}
.butt::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #eb5c01;
	transform-origin: center center;
	transform: scale(0, 1);
	transition: transform .3s;
}
.butt_w::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #fff;
	transform-origin: center center;
	transform: scale(0, 1);
	transition: transform .3s;
}
.butt:hover::before , .butt_w:hover::before {
	transform: scale(1, 1);
}





/* ----------------------------------------
 *  ページトップ
 * ---------------------------------------- */
#pagetop {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
}
#pagetop img {
	width: auto;
	height: 18px;
}
#pagetop a {
	background: #cf1126 url(../images/common/arrow02.png) no-repeat center center;
	background-size: 19px 19px;
	text-decoration: none;
	width: 75px;
	height: 75px;
	text-align: center;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.3;
}
#pagetop a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 768px){
#pagetop {width: 45px;top: 0px;}
#pagetop img {
}#pagetop a {width: 45px;height: 45px;background-size: 14px 14px;}

}





/*Gナビ*/
.gnav-wrapper {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	height: 87px;
	background: rgba(203,40,55,0.95);
}
.gnav-wrapper .gnav {}

.gnav-wrapper .logo {
	position: absolute;
	top: 50%;
	webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 14.39%;
}
.gnav-wrapper .gnav .nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	top: 50%;
	left: 4.6%;
	position: absolute;
	-webkit-transform : translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.gnav-wrapper .gnav .nav li {
    margin: 0 10px;
}
.gnav-wrapper .gnav .nav li:nth-child(1) {
    margin: 0 10px 0 0;
}
.gnav-wrapper .gnav .nav li:last-child {
    margin: 0 0 0 10px;
}
.gnav-wrapper .gnav .nav li a {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	display: block;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding: 0 0 3px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.05m;
}
.gnav-wrapper .gnav .lage {
	float: left;
	width: 8%;
	height: 81px;
	position: relative;
}
.gnav-wrapper .gnav .lage p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;/*一応BOX内の文字も中央寄せ*/
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
.gnav-wrapper .gnav .lage a:hover {
	text-decoration: underline;
}
.gnav-wrapper .gnav .lage a:nth-child(1) {
	color: #fff;
}
.gnav-wrapper .gnav .lage a:nth-child(2) {
	color: #898989;
}
.gnav-wrapper .gnav .con_btn {
	background: #2e3192;
	float: right;
	width: 20%;
	text-align: center;
}
.gnav-wrapper .gnav .con_btn a {
	color: #fff;
	display: block;
	font-weight: bold;
	position: relative;
	height: 81px;
}
.gnav-wrapper .gnav .con_btn a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;/*一応BOX内の文字も中央寄せ*/
}





@media only screen and (max-width: 768px){
.gnav-wrapper {
	height: 45px;
}
.gnav-wrapper .gnav {display: none;}
.gnav-wrapper .logo {
	width: 25%;
}
.gnav-wrapper .gnav .nav {
	display: none;
}
.gnav-wrapper .gnav .lage {
	display: none;
}

.gnav-wrapper .gnav .con_btn {
	display: none;
}
}





@media only screen and (max-width: 786px){

.sp-nav {
	width: 100%;
	height: 100%;
	background-color: rgba(203,40,55,0.9);
	display: none;
	position: fixed;
	top: 105px;
	left: 0;
	z-index: 1;
	font-size: 14px;
	overflow: scroll;
	padding: 20px 0 0;
}
.sp-nav h1 {
	font-size: 14px;
	color:#fff;
	margin: 0 5%;
}
.sp-nav ul {
}
.sp-nav ul li {
	padding: 10px 0;
}
.sp-nav ul li a {color: #fff;}
.sp-nav .nav1 {
	margin: 0 5% 20px;
	padding: 0;
}
.sp-nav .nav1:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.sp-nav .nav1 li {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	font-size: 15px;
}
.sp-nav .lage {
	text-align: center;
	display: -webkit-flex;
	display: -ws-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ws-justify-content: space-between;
    justify-content: space-between;
	margin: 0 5% 10px;
}
.sp-nav .lage li {
	width: 48%;
	text-align: center;
	padding: 0;
}
.sp-nav .lage li a {
	font-size: 13px;
	display: block;
	background: #000;
	padding: 0.3em 10px;
	border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.sp-nav .con_btn {
	margin: 0 5%;
	text-align: center;
}
.sp-nav .con_btn a {
	color: #fff;
	font-size: 13px;
	display: block;
	background: #000;
	padding: 1em 10px;
	border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.sea-box {
    top: 105px;
    padding: 2em 5%;
    width: auto;
}

}






/* ===============================================
フッター
=============================================== */
#footer {
	background: #fdfbfb;
	position: relative;
}
#footer .innWrap {
	max-width: 970px;
	padding: 60px 10px 75px;
	position: relative;
	top: 0;
}
#footer .innWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#footer .innWrap .info {
	width: 69%;
}
#footer .innWrap .info .logo {
	margin: 0 0 20px;
	width: 60%;
}
#footer .innWrap .info .address {
	font-size: 14px;
	margin: 0 0 15px;
}
#footer .innWrap .info .copyright {
	font-size: 13px;
}
#footer .innWrap .nav {
	width: 31%;
}
#footer .innWrap .nav .nav1 {
}
#footer .innWrap .nav .nav1 li {
	margin: 0 0 15px;
}
#footer .innWrap .nav .nav1 li:last-child {
	margin: 0;
}
#footer .innWrap .nav .nav1 li a {
	font-weight: bold;
}

@media only screen and (max-width: 768px){
#footer {
}
#footer .copyright {
	font-size: 10px;
}
#footer .innWrap {
	padding: 30px 0 20px;
}
#footer .innWrap .info {
	width: auto;
	float: none;
}
#footer .innWrap .info .logo {
	margin: 0 auto 10px;
	width: 80%;
}
#footer .innWrap .info .address {
	font-size: 13px;
	margin: 0 0 30px;
}
#footer .innWrap .info .copyright {text-align: center;}
#footer .innWrap .nav {
	width: auto;
	float: none;
	padding: 0px 0px;
}
#footer .innWrap .nav .nav1 {
	margin: 0 0 30px;
}
#footer .innWrap .nav .nav1 li {
	margin: 0 0 10px;
}
#footer .innWrap .nav .nav2 {flex-wrap: wrap;}
#footer .innWrap .nav .nav2 li {
	margin: 0 10px 0 0;
	font-size: 12px;
}
}
/*========================================
　ページャー
========================================*/
.pager {
    overflow: hidden;
    list-style: none;
    text-align:center;
}
 
.pager span,
.pager a {
    font-size: 16px;
}
.pager ul .current {
	color: #f57246;
}

.pager ul li {
    display: inline-block;
    padding: 0.6em 0;
    margin: 0 0.4em;
}
 
.pager li a {
	display: block;
    text-decoration: none;
}
 
.pager li a:hover {}

@media only screen and (max-width: 768px){
.pager {}
.pager ul li {
    padding: 0.3em 0;
    margin: 0 0.5em;
}
.pager span,
.pager a {
    font-size: 14px;
} 
.pager a:hover {}


}








/*========================================
　タイトル
========================================*/
h3.ttl {text-align: center;font-size: 30px;font-weight: 500;margin: 0 0 30px;}
h3.ttl.fl {
	float: left;
	width: 22.33%;
}
h3.ttl.fc {
	text-align:center;
}

h3.ttl.mab60 {
	margin: 0 0 60px;
}
h3.ttl.mab100 {
	margin: 0 0 100px;
}

@media only screen and (max-width: 768px){
h3.ttl {
	font-size: 22px;
	margin: 0 0 20px;
}
h3.ttl.mab60 {
	margin: 0 0 30px;
}
h3.ttl.mab100 {
	margin: 0 0 50px;
}
}




.section {
}
@media only screen and (max-width: 768px){
.section {
	margin: 0px 0px 35px;
	padding: 0px 0px 40px;
}
}










.header .hd_sup {
	margin: 0px auto;
	max-width: 970px;
	position: relative;
	height: 100px;
}

.header .hd_sup h1 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 29.5%;
}
.header .hd_sup .nav {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header .hd_sup .nav li {
	padding: 0 5px;
}
.header .hd_sup .nav li a {
    border: solid 1px #ce3642;
	font-weight: 500;
	font-size: 16px;
}
.header .hd_sup .nav li:nth-of-type(1) a , .header .hd_sup .nav li:nth-of-type(2) a {
	color: #ce3341;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    opacity: 1;
}
.header .hd_sup .nav li:nth-of-type(1) a:hover , .header .hd_sup .nav li:nth-of-type(2) a:hover {
    opacity: 0.7;
}
.header .hd_sup .nav li:nth-of-type(1) a {
    border: solid 1px #ce3642;
    padding: 0.5em 1em;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.header .hd_sup .nav li:nth-of-type(2) a {
	color:#FFF;
	background:#ce3642;
    border: solid 1px #ce3642;
    padding: 0.5em 1em;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.header .hd_sup .nav li:nth-of-type(3) a {
	color: #333;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.header .hd_sup .nav li:nth-of-type(3) a:hover {
	color: #ce3341;
}
.header .hd_sup .nav li:nth-of-type(1) a:before {
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(/english/images/common/icon_map.png) no-repeat;
	background-size: contain;
	vertical-align: baseline;
}
.header .hd_sup .nav li:nth-of-type(3) a:after {
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/english/images/common/icon_blank.png) no-repeat;
	background-size: contain;
	vertical-align: baseline;
}
@media only screen and (max-width: 768px){
.header .hd_sup {
	margin: 0px auto;
	max-width: 970px;
	position: relative;
	height: 60px;
}

.header .hd_sup h1 {
	top: 50%;
	left: 2%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 35%;
}
.header .hd_sup .nav {
	width: 50%;
	right: 2%;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header .hd_sup .nav li a {
	font-weight: 500;
	font-size: 12px;
}
.header .hd_sup .nav li:nth-of-type(3) a {
}
.header .hd_sup .nav li:nth-of-type(1) a:before {
	width: 6px;
	height: 9px;
}
.header .hd_sup .nav li:nth-of-type(3) a:after {
	width: 8px;
	height: 7px;
}

}
@media only screen and (max-width: 425px){
.header .hd_sup .nav li {
	padding: 0 3px;
}
.header .hd_sup .nav li:nth-of-type(1) {
	padding: 0 2px 0 0;
}
.header .hd_sup .nav li:nth-of-type(3) {
	padding: 0 0 0 2px;
}
}

@media only screen and (max-width: 320px){
.header .hd_sup .nav li a {
	font-size: 10px;
}
.header .hd_sup .nav li:nth-of-type(1) a:before {
	margin: 0 2px 0 0;
}
.header .hd_sup .nav li:nth-of-type(3) a:after {
	margin: 0 0 0 2px;
}

}



/* 検索ふぉーむ ----------------------------------------------------------------- */
#form5 , #cse-search-box {
	position:relative;
	width: 95%;
	margin: 0 auto;
}
#form5 #s {
	width: 81%;
	border: solid 1px #ccc !important;
	font-size: 15px;
	height: 45px;
	padding: 0 0.2em;
}
#cse-search-box #s {
	width: 81%;
	border: solid 1px #ccc !important;
	font-size: 15px;
	height: 45px;
	padding: 0 0.2em;
}
#sbox5{
	outline:0;
	height:50px;
	padding:0 10px; 
	position:absolute; 
	left:0;
	top:0; 
	max-width:270px;
	border-radius:2px;
	background:#eee;
}
#sbtn5 , .search_btn {
	width: 15%;
	height: 45px;
	position:absolute;
	right:0;
	top:0;
	border-radius:3px;
	background: #cf3642;
	color: #fff;
	font-weight:bold;
	font-size: 15px;
	border: none;
}
.search_btn span {
	display: block;
}
#sbtn5:hover , .search_btn:hover{
	background:#cf3642;
}

@media only screen and (max-width: 768px){
#form5 , #cse-search-box {
	width: auto;
}
#form5 #s {
	font-size: 13px;
	height:25px;
	padding: 0 0.2em;
	width: 70%;
}
#cse-search-box #s {
	font-size: 13px;
	height:25px;
	padding: 0 0.2em;
	width: 70%;
}
#sbox5{
	outline:0;
	height:50px;
	padding:0 10px; 
	position:absolute; 
	left:0;
	top:0; 
	max-width:270px;
	border-radius:2px;
	background:#eee;
}
#sbtn5 , .search_btn {
	width: 75px;
	height:27px;
	font-size: 13px;
}
#sbtn5:hover , .search_btn:hover{
	background:#fff;
}
}


/****************************************
　メイン部分
*****************************************/
#main {
	margin: 0 0 55px;
	position: relative;
	top: -45px;
}


@media only screen and (max-width: 768px){
#main {
	margin: 0 0 35px;
	top: 0;
}

}


.wrap.fac {
	margin: 0px auto;
	max-width: 970px;
}
.wrap.fac2 {
	margin: 0px auto;
	padding: 0 10px;
	max-width: 1080px;
	position: relative;
	top: -95px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.innWrap {
	margin: 0px auto;
	padding: 0 10px 80px;
	max-width: 1080px;
	position: relative;
	top: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.wrap.fac2 #side_nav {
	width:260px;
	margin: 0 10px 0 0;
}
.wrap.fac2 .contents {
	width:720px;
}
.innWrap #side_nav {
	width:260px;
	margin: 0 10px 0 0;
}
.innWrap .contents {
	width:720px;
}

@media only screen and (max-width: 768px){
.wrap.fac {
	margin: 0px 5%;
}
.wrap.fac2 {
	position: relative;
	top: -50px;
	display: block;
	display: block;
	margin: 0 5%;
}
.innWrap {
	position: relative;
	top: -50px;
	display: block;
	display: block;
	margin: 0 5%;
}
.innWrap2 {
	top: 0px;
}
.wrap.fac2 #side_nav {
	width: 100%;
}
.wrap.fac2 .contents {
	width:auto;
	padding: 0 0 60px;
}
.innWrap #side_nav {
	width:auto;
}
.innWrap .contents {
	width:auto;
	padding: 0 0 60px;
}

}




/*====================================================================
.hd-aco .accordion_one
====================================================================*/

.hd-aco .accordion_area {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	height: 87px;
}
.hd-aco .accordion_area .accordion_one._flex {
}
.hd-aco .accordion_one:nth-of-type(1) .accordion_header {
    position: absolute;
    top: 32%;
    right: 90px;
    width: 40px;
    height: 35px;
}
.hd-aco .accordion_one .accordion_header_one {
  background-color: #db0f2f;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 7%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
}
.hd-aco .accordion_one .accordion_header:hover {
  opacity: .8;
}
.hd-aco .accordion_one .accordion_header .i_box {
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.hd-aco .accordion_one .accordion_header .i_box span {
	background: #fff;
	width: 40px;
	height: 2px;
	position: absolute;
	transition: all .4s;
}
.hd-aco .accordion_one .accordion_header .i_box span:nth-child(1) {
	top: 0;
}
.hd-aco .accordion_one .accordion_header .i_box span:nth-child(2) {
	top: 48%;
}
.hd-aco .accordion_one .accordion_header .i_box span:nth-child(3) {
	bottom: 0;
}
.hd-aco .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
	transition: all .4s;
  position: relative;
}
.hd-aco .accordion_one .accordion_header.open .i_box {
	
}
.hd-aco .accordion_one .accordion_header.open .i_box span:nth-child(1) {
		top: 5px;
		-webkit-transform: translateY(2px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
}
.hd-aco .accordion_one .accordion_header.open .i_box span:nth-child(2) {opacity: 0;}
.hd-aco .accordion_one .accordion_header.open .i_box span:nth-child(3) {
		top: 23px;
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
}

.hd-aco .accordion_one .accordion_header .i_box .one_i:before, .hd-aco .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.hd-aco .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.hd-aco .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.hd-aco .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hd-aco .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 87px;
  left: 0;
  padding: 10px 5%;
  background: #fff;
}
.hd-aco .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.hd-aco .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 768px) {
.hd-aco .accordion_area {
	height: 45px;
}
  .hd-aco .accordion_one .accordion_header {
    /* font-size: 16px; */
    /* text-align: left; */
    /* padding: 15px 60px 15px 15px; */
  }
.hd-aco .accordion_one:nth-of-type(1) .accordion_header {
    top: 10px;
    right: 50px;
    width: 30px;
    height: 25px;
}
.hd-aco .accordion_one .accordion_header_one {font-size: 16px;}
.hd-aco .accordion_one .accordion_inner {top: 45px;}
.hd-aco .accordion_one .accordion_header .i_box span {width: 30px;}
.hd-aco .accordion_one .accordion_header.open .i_box span:nth-child(1) {top: 2px;}
.hd-aco .accordion_one .accordion_header.open .i_box span:nth-child(2) {opacity: 0;}
.hd-aco .accordion_one .accordion_header.open .i_box span:nth-child(3) {top: 20px;}


.hd-aco .accordion_one .accordion_inner .nav li {
    border-bottom : 1px dotted #ddd;
	text-align: center;
}
.hd-aco .accordion_one .accordion_inner .nav li a {
	display: block;
	padding: 1em 0;
}
}


#side_nav ul li {
	height: 60px;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	line-height: 1.3;
}
#side_nav ul li.no_line {
	border-bottom: none;
}
#side_nav ul li a {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	left: 10%;
	right: 5%;
	transform : translateY(-50%);
}
#side_nav ul .ttl {
	background: rgba(203,40,55,0.95);
	height: 75px;
	position: relative;
	border: none;
	margin: 0 0 15px;
}
#side_nav ul .ttl p {
	color:#FFF;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 8%;
	right: 5%;
	font-weight: bold;
}
#side_nav ul .fac-ttl {
	height: 70px;
	position: relative;
	background: #eeeeee;
	border-top: 1px solid #dbdbdb;
	border-bottom: none;
}
#side_nav ul .fac-ttl a {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 8%;
	right: 5%;
	font-weight: bold;
	display: block;
	font-size: 13px;
}
#side_nav ul .fac-ttl:before{
	margin: 0;
	content:" ";
	display:inline-block;
	width:4px;
	height:20px;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background:#cb2837;
}
#side_nav ul .fac-ttl.let:before{background: #ec6e74;}
#side_nav ul .fac-ttl.law:before{background: #ce92c0;}
#side_nav ul .fac-ttl.eco:before{background: #00ac84;}
#side_nav ul .fac-ttl.bus:before{background: #f28f43;}
#side_nav ul .fac-ttl.cube:before{background: #b02863;}
#side_nav ul .fac-ttl.sci:before{background: #7fccdf;}
#side_nav ul .fac-ttl.ii:before{background: #b1a6d1;}
#side_nav ul .fac-ttl.fir:before{background: #78acdd;}
#side_nav ul .fac-ttl.stage:before{background: #203864;}

#side_nav ul .fac-ttl.hum:before{background: #e0767b;}
#side_nav ul .fac-ttl.natu:before{background: #00a2ac;}
#side_nav ul .fac-ttl.soc:before{background: #76be7a;}
#side_nav ul .fac-ttl.fro:before{background: #78acdd;}
#side_nav ul .fac-ttl.laws:before{background: #ca88c9;}




@media screen and (max-width: 768px) {
#side_nav ul li {}
#side_nav ul li.no_line {}
#side_nav ul li a {
	left: 5%;
}
#side_nav ul .ttl {
	height: 60px;
	margin: 0 0 10px;
}
#side_nav ul .ttl p {
	left: 5%;
}
#side_nav ul .fac-ttl {
	height: 60px;
}
#side_nav ul .fac-ttl a {
	left: 5%;
}
#side_nav ul .fac-ttl:before{
	height: 15px;
}
}
