@charset "utf-8";

/* // base //
----------------------------------------------- */
html, body {
	background-color:#F3F3F3;
	min-height:100vh;
	color:#333;
    font-weight: 400;
}
body {
	padding-top:94px;
}
body.top {
	padding-top:0;
}
body.pageBg1 {
	background-color:#F3F3F3;
}

a {
    color: #333;
}

.annotation {
	color:#7f7f7f;
}
#Container {
}


#ContentsWrap {
	padding-bottom:100px;
	min-height:500px;
	position:relative;
	top:-20px;
	opacity:0;
	transition-delay:0.2s;
	transition-duration:0.6s;
}
body.on #ContentsWrap {
	top:0;
	opacity:1;
}


#MainContentsWrap {
}


/* // Header //
----------------------------------------------- */
#Header {
	position:fixed;
	z-index:1000;
	left:50%;
	top:-20px;
	display:block;
	padding:12px ;
	width:100%;
	transform: translateX(-50%);
	opacity:0;
	transition:0.8s;
	line-height:1;
	font-size:13px;
}
body.on #Header {
	top:0;
	opacity:1;
}
#Header > .inner {
	background-color:#FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	height:70px;
	padding:0px 10px;
}
#Header .logoBlock {
	width:180px;
}
#Header .logoBlock .wrap {
	display:block;
	margin:0 auto;
	width:150px;
}
#Header .logoBlock img {
	display:block;
	margin:0 auto;
}
#Header .logoBlock img.logo1 {
	width:calc(100% - 16px);
	position:relative;
	left:-3px;
}
#Header .logoBlock img.logo2 {
	width:100%;
	margin-top:5px;
}

#Header .linkBlock {
	width:180px;
}
#Header .linkBlock a {
	display:block;
	text-align:right;
}
#Header,
#Header * {
	transition:0.3s;
}

/* //    |- s  */
#Header.s > .inner {
	height:50px;
}
#Header.s .logoBlock img.logo1 {
	width:calc(82% - 16px);
	left:-3px;
}
#Header.s .logoBlock img.logo2 {
	width:80%;
	margin-top:3px;
}
#Header.s .linkBlock a {
	font-size:88%;
}



/* // Gnavi //
----------------------------------------------- */
#Gnavi {
	width:calc(100% - 180px - 180px);
}
#Gnavi .naviParents {
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
}
#Gnavi .naviParents .parent {
	margin-left:10px;
	margin-right:10px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	height:70px;
	position:relative;
}
#Gnavi .naviParents .parent.on:before {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:3px;
	background-color:#333;
	left:0px;
	bottom:0px;
}
#Gnavi .naviParents .parent:first-of-type {
}


#Gnavi .naviParents .parent > .link {
	padding:6px 10px;
	position:relative;
}
#Gnavi .naviParents .parent:not(.on) > .link:after {
	content:" ";
	position:absolute;
	display:block;
	width:0%;
	height:1px;
	background-color:#333;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
	transition:0.3s;
}
#Gnavi .naviParents .parent:not(.on) > .link:hover:after {
	width:100%;
}
#Gnavi .naviParents .parent > .link .tx .ja {
	margin-bottom:7px;
	color:#000;
	display: block;
	text-align:center;
	white-space:nowrap;
	font-size:100%;
}
#Gnavi .naviParents .parent > .link .tx .en {
	font-size:84%;
	color:#C4C4C4;
	display: block;
	text-align:center;
	white-space:nowrap;
}

/* //    |- s  */
#Gnavi.s .naviParents .parent {
	height:50px;
}
html.tb #Gnavi.s .naviParents .parent {
	height:60px;
}
#Gnavi.s .naviParents .parent > .link {
	padding-top:3px;
	padding-bottom:3px;
}
html:not(.tb) #Gnavi.s .naviParents .parent > .link .tx .ja {
	margin-bottom:4px;
	font-size:90%;
}
#Gnavi.s .naviParents .parent > .link .tx .en {
	font-size:78%;
}


/* //    |- naviChildrenWrap  */
#Header .naviChildrenWrap,
#Header .naviChildrenWrap * {
	transition:0s;
}

#Gnavi .naviChildrenWrap {
	display:none;
	/*display:block;*/
	z-index:5;
	position:absolute;
	left:calc(50%);
	top:calc(100% + -5px);
	transform: translateX(-50%);
	width:auto;
	min-width:100%;
	padding-top:15px;
}
#Gnavi .naviChildrenWrap > .inner {
	background-color: rgba(255,255,255,0.96);
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	padding:30px;
	width:100%;
}
#Gnavi .human .naviChildren {
}
#Gnavi .naviChildren li {
	display:block;
}
#Gnavi .naviChildren li .tx {
	white-space:nowrap;
	display:block;
	position:relative;
}
#Gnavi .parent.on .naviChildren li.on .tx {
	font-weight:600;
}
#Gnavi .parent.on .naviChildren li.on .tx:before {
	content:" ";
	position:absolute;
	display:block;
	width:9px;
	height:3px;
	background-color:#000;
	top:50%;
	right:calc(100% + 5px);
	transform: translateY(-50%);
}


#Gnavi .naviChildren li .tx br {
	display:none;
}
#Gnavi li.child{
	margin-bottom:3px;
}
#Gnavi li.child a{
	display:block;
	text-align:left;
	position:relative;
	font-weight:300;
	font-size:86%;
	line-height:1.4;
	padding:8px 5px 8px;
	color:#333;
}
#Gnavi li.child a:after{
	height:1px !important;
}
#Gnavi li.child.on .wrap > a:after,
#Gnavi li.child.on .wrap > a:after{
	height:1px !important;
	background-color:#000;
	width:100%;
}

/* //    |- ir  */
#Gnavi .parent.ir .naviChildrenWrap .blockWrap {
	padding: 10px 15px;
	display: flex;
	display: -ms-flexbox;
}
#Gnavi .parent.ir .naviChildrenWrap .blockWrap .block1 {
	margin-right:30px;
}
#Gnavi .parent.ir .naviChildrenWrap .blockWrap .htx1 {
	font-size:94%;
	font-weight:500;
	margin-bottom:22px;
	white-space:nowrap;
	position:relative;
}
#Gnavi .parent.ir .naviChildrenWrap .blockWrap .htx1.on:before {
	content:" ";
	position:absolute;
	display:block;
	width:9px;
	height:3px;
	background-color:#000;
	top:50%;
	right:calc(100% + 5px);
	transform: translateY(-50%);
}
#Gnavi .parent.ir .naviChildrenWrap .blockWrap .htx1 .icon {
	font-size:88%;
	margin-left:3px;
}
#Gnavi .parent.ir .naviChildren {
	margin-top:-9px;
	margin-bottom:20px;
}
#Gnavi .parent.ir li.child{
	margin-bottom:3px;
}
#Gnavi .parent.ir li.child a{
	padding:5px 5px 5px 11px;
}
#Gnavi .parent.ir li.child a:after{
	height:1px !important;
}



@media screen and (max-width: 1140px)  {
	/* // Header //
	----------------------------------------------- */
	#Header > .inner {
		padding-left:6px;
		padding-right:6px;
	}
	#Header .logoBlock {
		width:180px;
	}
	#Header .logoBlock .wrap {
		width:150px;
	}
	#Header .logoBlock img.logo1 {
		width:100%;
	}	
	#Header .linkBlock {
		width:160px;
	}
	#Header .linkBlock a {
		font-size:88%;
	}
	/* // Gnavi //
	----------------------------------------------- */
	#Gnavi {
		width:calc(100% - 180px - 160px);
	}
	#Gnavi .naviParents .parent {
		margin-left:20px;
	}
	#Gnavi .naviParents .parent > .link {
		padding-left:6px;
		padding-right:6px;
	}
}

@media screen and (max-width: 1040px)  {
	/* // Header //
	----------------------------------------------- */
	#Header > .inner {
		padding-left:5px;
		padding-right:5px;
	}
	#Header .logoBlock {
		width:160px;
		padding-left:10px
	}
	#Header .logoBlock .wrap {
		width:100%;
	}
	#Header .logoBlock img.logo1 {
		width:100%;
	}	
	#Header .linkBlock {
		width:150px;
	}
	#Header .linkBlock a {
		font-size:88%;
		
	}
	/* // Gnavi //
	----------------------------------------------- */
	#Gnavi {
		width:calc(100% - 160px - 150px);
	}
	#Gnavi .naviParents .parent {
		margin-left:12px;
	}
	#Gnavi .naviParents .parent > .link {
		padding-left:4px;
		padding-right:4px;
	}
	#Gnavi .naviParents .parent > .link .tx .ja {
		font-size:92%;
	}
	#Gnavi .naviParents .parent > .link .tx .en {
		font-size:92%;
	}
}


/* // Footer //
----------------------------------------------- */
#Footer {
}
#Footer .menuBlock {
	display:block;
	background-color:#EBEEF0;
	line-height:1;
}
/* //    |- FooterNavi  */
#FooterNavi {
	display:block;
	background-color:#E1E4E5;
	line-height:1;
}
#FooterNavi .naviParents {
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	justify-content: center ;
	-ms-justify-content: center ;
}
#FooterNavi .naviParents .parent {
	height:90px;
	padding:10px 20px;
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	justify-content: center ;
	-ms-justify-content: center ;
}
#FooterNavi .naviParents .parent > .link {
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	justify-content: center ;
	-ms-justify-content: center ;
	padding:20px 20px;
	font-weight:500;
}

/* //    |- btmBlock  */
#Footer .btmBlock {
	line-height:1;
	padding:20px 0;
}
#Footer .btmBlock .blockWrap {
	position:relative;
}
#Footer .btmBlock .block1 {
	display: flex;
	display: -ms-flexbox;
}


#Footer .btmBlock .block1 .name {
	font-weight:500;
	margin-bottom:18px;
	font-size:15px;
}
#Footer .btmBlock .block1 .links {
	display: flex;
	display: -ms-flexbox;
	font-size:12px;
}
#Footer .btmBlock .block1 .links li {
	margin-right:20px;
}


#Footer .btmBlock .copy {
	font-size:86%;
	margin-top: 20px;
}
#Footer .btmBlock .block1 .left {
}
#Footer .btmBlock .block1 .right {
}
#Footer .btmBlock .block1 .right .aghBnr {
	width:390px;
	display:block;
	margin-top: -5px;
	margin-left: 10px;
	border: 1px solid #BBB;
}
#Footer .btmBlock .block1 .right .aghBnr img {
	width:100%;
}




/* // section //
----------------------------------------------- */
/* //    |- sectionA  */
.sectionA {
	margin-bottom:60px;
}
.sectionA:last-of-type {
	margin-bottom:0px;
}
/* //    |- sectionB  */
.sectionB {
	margin-bottom:40px;
}
.sectionB:last-of-type {
	margin-bottom:0px;
}




/* // テキスト設定 //
----------------------------------------------- */
/* //    |- pageTitleA  */
.pageTitleA  {
	background-color:#FFF;
	border-bottom:8px solid #E8E8E8;
	line-height:1.2;
	padding:50px 0 40px;
	width:calc(100% - 24px);
	margin:-22px auto 55px;
}
.pageTitleA .text .en {
	font-size:36px;
	display:block;
	margin-bottom:5px;
}
.pageTitleA .text .ja {
	font-size:18px;
	display:block;
}

.pageTitleA.s1  {
	border-bottom-width:5px;
	padding:25px 0 20px;
	margin-bottom:55px;
}
.pageTitleA.s1 .text .en {
	font-size:30px;
	margin-bottom:4px;
}
.pageTitleA.s1 .text .ja {
	font-size:18px;
}


/* //    |- pageTitleB  */
.pageTitleB  {
	background-color:#FFF;
	border-bottom:5px solid #E8E8E8;
	padding:19px 25px;
	width:100%;
	line-height:1.4;
	font-size:143%;
	margin-bottom:27px;
}

/* //    |- titTxA  */
.titTxA {
	line-height:1.2;
	margin-bottom:30px;
	position:relative;
	display:block;
	padding-bottom:25px;
}
.titTxA:before {
	content:" ";
	position:absolute;
	display:block;
	width:110px;
	height:2px;
	background-color:#333;
	left:0px;
	bottom:0px;
}
.titTxA .en {
	font-size:40px;
	display:block;
	margin-bottom:8px;
}
.titTxA .ja {
	font-size:20px;
	display:block;
}

.titTxA.center:before {
	left:50%;
	transform: translateX(-50%);
}
.titTxA.center .en {
	text-align:center;
}
.titTxA.center .ja {
	text-align:center;
}
.titTxA.white {
	color:#FFF;
}
.titTxA.white:before {
	background-color:#FFF;
}
.titTxA.noLine {
	padding-bottom:0;
}
.titTxA.noLine:before {
	display:none;
}

/* //    |- titTxB  */
.titTxB {
	line-height:1.2;
	margin-bottom:20px;
	position:relative;
	display:block;
}
.titTxB.white {
	color:#FFF;
}
.titTxB .en {
	font-size:26px;
	display:block;
	margin-bottom:7px;
}
.titTxB .ja {
	font-size:18px;
	display:block;
	font-weight:300;
}
.titTxB.center .en {
	text-align:center;
}
.titTxB.center .ja {
	text-align:center;
}

/* //    |- titTxC  */
.titTxC {
	line-height:1.3;
	margin-bottom:20px;
	position:relative;
	display:block;
	border-left:5px solid #000;
	font-size:135%;
	padding:10px 15px 10px;
}
.titTxC._1 {
	font-size:140%;
	background-color: #FFF;
	padding:12px 15px 12px;
}

/* //    |- titTxD  */
.titTxD {
	line-height:1.3;
	margin-bottom:13px;
	position:relative;
	display:block;
	font-size:125%;
	padding-bottom:12px;
	border-bottom:1px solid #999;
}
/* //    |- titTxE  */
.titTxE {
	line-height:1.3;
	margin-bottom:10px;
	position:relative;
	display:block;
	font-size:120%;
}
/* //    |- titTxF  */
.titTxF {
	line-height:1.3;
	margin-bottom:7px;
	position:relative;
	display:block;
	font-size:112%;
}

/* //    |- htxA  */
.htxA {
	font-size: 174%;
	line-height:1.8;
}
/* //    |- htxB  */
.htxB {
	line-height: 1.5;
	margin-bottom: 30px;
}
.htxB .tx {
	padding: 3px 18px;
	background-color: #333;
	color:#FFF;
	font-weight: 500;
	font-size: 130%;
}
/* //    |- htxC  */
.htxC {
	line-height: 1.6;
	margin-bottom: 13px;
	font-weight: 500;
	font-size: 126%;
}
.htxD {
	line-height: 1.6;
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 112%;
}
.htxE{
	line-height: 1.6;
	font-weight: 500;
	font-size: 112%;
}
.htxF{
	font-weight: 500;
	font-size: 112%;
	line-height: 1.6;
}
.htxF:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    background: #000;
    vertical-align: 0;
}
.htxG{
	font-weight: 500;
	line-height: 1.6;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* //    |- htxB  */
	.htxB {
		margin-bottom: 26px;
	}
	.htxB .tx {
		padding: 3px 12px;
		font-size: 123%;
	}
	/* //    |- htxC  */
	.htxC {
		margin-bottom: 11px;
		font-weight: 500;
		font-size: 120%;
	}
	.htxD {
		margin-bottom: 4px;
		font-size: 108%;
	}
}




/* // ボタン設定 //
----------------------------------------------- */
.btnA {
	background-color:#000;
}
.btnA.bcG1 {
	background-color:#666;
}
.btnA.bcG2 {
	background-color:#AAA;
}

.btnA.bcW1 {
	background-color:#FFF;
	color:#333 !important;
	border:1px solid #000;
}
.btnA.bcW1:before {
	background-color:#000;
	opacity:0.06;
}
.btnA.border1 {
	border:1px solid #CCC;
}
.btnA.border2 {
	border:1px solid #999;
}

.btnA.bcW2 {
	background-color:transparent;
	color:#fff !important;
	border:1px solid #fff;
}
.btnA.bcW2:before {
	opacity:0.1;
}
.btnA.bcW3 {
	background-color:transparent;
	color:#333 !important;
	border:1px solid #333;
}
.btnA.bcW3:before {
	opacity:0.05;
}




/* // テキストカラー設定 //
----------------------------------------------- */
.fcW1 {
	color:#fff;
}
.fc1 {
	color:#275C84;
}
.fc2 {
	color:#C91F27;
}



/* // BG設定 //
----------------------------------------------- */
.bgc1 {
	 background-color:#e9e9e9;
}

/* // xxx //
----------------------------------------------- */
/* //    |- xxx  */



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



/* // Breadcrumb //
----------------------------------------------- */
#Breadcrumb {
	line-height:1.4;
	font-size:80%;
	z-index:300;
	color:#666 !important;
	margin-bottom:30px;
	position:relative;
	top:-20px;
	transition-delay:0.3s;
	transition-duration:0.8s;
	opacity:0;
}
body.on #Breadcrumb {
	top:0;
	opacity:1;
}

#Breadcrumb .inner {
}
#Breadcrumb .list {
	text-align:left;
}
#Breadcrumb .list li {
	display:inline-block;
	padding-right:13px;
	margin-right:13px;
	position:relative;
}
#Breadcrumb .list li:after{
	position: absolute;
	right:0;
	top: 50%;
	font-size:70%;
	transform: translate(50%,-50%);
	content:"\e90e";
	font-family: iconfontA;
}
#Breadcrumb .list li:last-of-type {
	padding-right:0;
	margin-right:0;
}
#Breadcrumb .list li:last-of-type:after{
	display:none;
}

#Breadcrumb .list li a {
	color:#333 !important;
}



#Breadcrumb .list li:last-of-type a {
	cursor:default;
}

#Breadcrumb .list li:last-of-type a.hoverLine em:after {
	display:none;
}
#Breadcrumb.c1 ,
#Breadcrumb.c1 .list li a {
	color:#333 !important;
}
#Breadcrumb.c2  {
	margin-bottom:7px;
}
#Breadcrumb.c2 .list {
	top:5px;
}

#Breadcrumb.c2 ,
#Breadcrumb.c2 .list li a {
	color:#333 !important;
}

/* // popupContents //
----------------------------------------------- */
/* //    |- popupContentsA  */
.popupContentsA {
	width:600px;
}

/* // contentsIndex //
----------------------------------------------- */
/* //    |- contentsIndexA  */
.contentsIndexA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
}
.contentsIndexA .itemWrap {
}
.contentsIndexA .item {
	width:100%;
	background-color:#FFF;
	box-shadow: 0 0 0px rgba(0,0,0,0.10);
	color:#000;
}
.contentsIndexA .item .image  {
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
}
.contentsIndexA .item .image img  {
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%) scale(1, 1);
	transition:0.2s;
}
.contentsIndexA a.item:hover .image img  {
	transition:0.5s;
	transform: translate(-50%,-50%) scale(1.05, 1.05);
	opacity:1;
}
.contentsIndexA .item .name  {
	position:relative;
	width:100%;
	height:70px;
	padding-left:25px;
	overflow:hidden;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.contentsIndexA .item .name .icon  {
	position:absolute;
	top:50%;
	left:8px;
	font-size:70%;
	transform: translate(0,-50%);
}
.contentsIndexA .item .name .tx  {
	width:calc(100% - 10px);
	text-align:left;
	font-size:116%;
	line-height:1.3;
	padding:0 10px;
}
.contentsIndexA .item .textBlock {
	padding:30px;
	width:100%;
}

.contentsIndexA .item.full {
	display: flex;
	display: -ms-flexbox;
	height:auto;
	width:100% !important;
}
.contentsIndexA .item.full .imageBlock {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:50%;
}
.contentsIndexA .item.full .textBlock {
	width:50%;
}

/* // ContentsColumnWrap //
----------------------------------------------- */
/* //    |- ContentsColumnWrapA  */
#ContentsColumnWrapA {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
#ContentsColumnWrapA #SideCoumn {
	width:240px;
}
#ContentsColumnWrapA #MainCoumn {
	width:810px;
	margin-left:50px;
}



/* // sideNavi //
----------------------------------------------- */
/* //    |- sideNaviA  */
.sideNaviA {
	
}
.sideNaviA .title1 {
	margin-bottom:20px;
	line-height:1.3;
}
.sideNaviA .title1 a {
	color:#000;
}
.sideNaviA .title1 .en {
	margin-bottom:1px;
	display:block;
	font-size:160%;
}
.sideNaviA .title1 .ja {
	display:block;
	font-size:92%;
}

.sideNaviA .sideNaviParents .parent {
	border-bottom:1px solid #D9D9D9;
	line-height:1.4;
	position:relative;
}
.sideNaviA .sideNaviParents .parent:first-of-type {
	border-top:1px solid #D9D9D9;
}
.sideNaviA .sideNaviParents .parent > .wrap .link {
	display:block;
	position:relative;
	padding-right:20px;
}
.sideNaviA .sideNaviParents .parent > .wrap .link .icon {
	position:absolute;
	top:50%;
	right:8px;
	font-size:85%;
	transform: translate(0,-50%);
}
.sideNaviA .sideNaviParents .parent > .wrap .link .icon:not(.on) {
	display:none;
}
.sideNaviA .sideNaviParents .parent > .wrap .tx {
	display:block;
	padding:17px 20px;
}
.sideNaviA .sideNaviParents .parent.on {
}
.sideNaviA .sideNaviParents .parent.on > .wrap {
	display:block;
	cursor:default;
	font-weight:600;
	position:relative;
}
.sideNaviA .sideNaviParents .parent.on > .wrap:before {
	content:" ";
	position:absolute;
	display:block;
	width:12px;
	height:3px;
	background-color:#000;
	top:50%;
	left:0px;
	transform: translateY(-50%);
}

.sideNaviA .sideNaviParents .parent.on > .wrap .link .icon {
	display:none;
}

.sideNaviA .sideNaviChildren  {
	padding-bottom:15px;
}
.sideNaviA .sideNaviChildren .child {
	line-height:1.4;
	position:relative;
	padding-left:30px;
	font-size:90%;
}
.sideNaviA .sideNaviChildren .child > .wrap .link {
	display:block;
	position:relative;
	padding:8px 8px 8px;
}


.sideNaviA .sideNaviChildren .child.on > .wrap {
	font-weight:600;
}
.sideNaviA .sideNaviChildren .child.on > .wrap:before {
	content:" ";
	position:absolute;
	display:block;
	width:12px;
	height:3px;
	background-color:#000;
	top:50%;
	left:18px;
	transform: translateY(-50%);
}


/* // tabNavi //
----------------------------------------------- */
/* //    |- tabNaviA  */
.tabNaviA {
	margin-bottom:35px;
}
.tabNaviA .navis {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
}
.tabNaviA .navis li {
	margin-right:11px;
	margin-bottom:4px;
}
.tabNaviA .navis li a .tx {
padding: 12px 23px 14px;
}

/* //    |- tabNaviB  */
.tabNaviB {
	margin-bottom:25px;
}
.tabNaviB .navis {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	line-height:1;
}
.tabNaviB .navis li {
	margin-right:20px;
	margin-bottom:12px;
	display:block;
}
.tabNaviB .navis li a {
	display:block;
	padding:8px 16px;
	border-bottom:1px solid #CCC;
}
.tabNaviB .navis li.on a {
	border-bottom:2px solid #000;
	font-weight:500;
	cursor:default;
}
/* //    |- tabNaviC  */
.tabNaviC {
	margin-bottom:35px;
}
.tabNaviC .navis {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	border-left:1px solid #DDD;
}
.tabNaviC .navis li {
	width:calc(100% / 4);
	line-height:1;
	border-width:0 1px 1px 0 ;
	border-style:solid;
	border-color:#DDD;
}
.tabNaviC .navis.col4 li:nth-of-type(1),
.tabNaviC .navis.col4 li:nth-of-type(2),
.tabNaviC .navis.col4 li:nth-of-type(3),
.tabNaviC .navis.col4 li:nth-of-type(4),
.tabNaviC .navis.col5 li:nth-of-type(1),
.tabNaviC .navis.col5 li:nth-of-type(2),
.tabNaviC .navis.col5 li:nth-of-type(3),
.tabNaviC .navis.col5 li:nth-of-type(4),
.tabNaviC .navis.col5 li:nth-of-type(5),
.tabNaviC .navis.col6 li:nth-of-type(1),
.tabNaviC .navis.col6 li:nth-of-type(2),
.tabNaviC .navis.col6 li:nth-of-type(3),
.tabNaviC .navis.col6 li:nth-of-type(4),
.tabNaviC .navis.col6 li:nth-of-type(5),
.tabNaviC .navis.col6 li:nth-of-type(6),
.___{
	border-top:1px solid #DDD;
}


.tabNaviC .navis.col4 li {	width:calc(100% / 4);	}
.tabNaviC .navis.col5 li {	width:calc(100% / 5);	}
.tabNaviC .navis.col6 li {	width:calc(100% / 6);	}

.tabNaviC .navis li a {
	display:block;
	background-color:#FFF;
	text-align:center;
	line-height:1.3;
	padding:12px 10px;
	font-weight:500;
}
.tabNaviC .navis.l1 li a {
	padding:15px 10px;
}
.tabNaviC .navis.l2 li a {
	padding:18px 10px;
}
.tabNaviC .navis li:last-of-type a {
	border-width:1px;
}
.tabNaviC .navis li.on {
	margin-left:0;
}
.tabNaviC .navis li.on a {
	background-color:#787878;
	color:#FFF;
	cursor:default;
}

/* // tableA //
----------------------------------------------- */
.tableA > tbody > tr > th{
	background-color: #ececec;
	border-color:#cdcdcd;
}

/* //    |- tableA.A1  */
.tableA.A1 > tbody > tr > th {
	border-width:1px 0 1px 0;
	background-color:#ececec;
	text-align:left;
}
.tableA.A1 > tbody > tr > td {
	border-width:1px 0 1px 0;
	font-weight:300;
}
.tableA.A1 > tbody > tr > th,
.tableA.A1 > tbody > tr > td {
	padding:14px;
}
.tableA.A1.s1 > tbody > tr > th,
.tableA.A1.s1 > tbody > tr > td {
	padding:10px;
}
.tableA.A1.s2 > tbody > tr > th,
.tableA.A1.s2 > tbody > tr > td {
	padding:8px;
}

/* //    |- tableA.A2  */
.tableA.A2 > tbody > tr > th {
	border-width:1px 0 1px 0;
	background-color:#666;
	color:#FFF;
	font-weight:500 !important;
}
.tableA.A2 > tbody > tr > td {
	border-width:1px 0 1px 0;
	font-weight:500 !important;
}
.tableA.A2 > tbody > tr > th,
.tableA.A2 > tbody > tr > td {
	padding:14px;
	font-size:110% !important;
}

/* // mapArea //
----------------------------------------------- */
/* //    |- mapAreaA  */
.mapAreaA {
}
.mapAreaA iframe {
	width:100%;
	height:340px;
}


/* // infoIndex //
----------------------------------------------- */
/* //    |- infoIndexA  */
.infoIndexA li {
	display:block;
	line-height:1.4;
}
.infoIndexA li:nth-of-type(odd) {
	background-color:#FFF;
}
.infoIndexA li:nth-of-type(even) {
	background-color:#E5E4E4;
}
.infoIndexA li a {
	padding:25px 20px;
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start ;
	-ms-align-items: flex-start ;
}
.infoIndexA li a .date {
	width:100px;
	text-align:left;
	font-weight:500;
	font-size:14px;
	line-height:1.5;
}
.infoIndexA li a .category {
	width:100px;
	padding:3px;
	margin-right:20px;
	color:#FFF;
	text-align:center;
	font-weight:400;
	font-size:11px;
}
.infoIndexA li a .category.info {
	border:1px solid #000;
	color:#000;
}
.infoIndexA li a .textWrap {
	width:calc(100% - 100px - 100px - 20px);
}
.infoIndexA li a .textWrap .text {
	display:block;
	position:relative;
	padding-left:calc(13px + 0px);;
	line-height:1.5;
	min-height:29px;
}
.infoIndexA li a .textWrap .text:before {
	position: absolute;
	left:0;
	top: 12px;
	font-size:50%;
	transform: translateY(-50%);
	content:"\e91d";
	font-family: iconfontA;
}
.infoIndexA li a.titleOnly .textWrap .text:before {
	display:none;
}
.infoIndexA li a .textWrap .text .pdf.icon {
	font-size:140%;
	position:relative;
	top:3px;
	padding-left:10px;
}
.infoIndexA li a .textWrap .text .size {
	font-weight:300;
	font-size:80%;
}

.infoIndexA li a .textWrap .description {
	display:block;
	font-size:84%;
	line-height:1.5;
	margin-top:7px;
	font-weight:300;
}

.infoIndexA li.new a .textWrap .text {
	padding-left:calc(13px + 50px);;
}
.infoIndexA li.new a .textWrap .text:after {
	content:"NEW";
	font-weight:600;
	color:#E94539;
	font-size:15px;
	line-height:1;
	position:absolute;
	left:0px;
	top:4px;
}
.infoIndexA li.new a .textWrap .text:before {
	left:50px;
}

/* //    |- infoIndexA.s1  */
.infoIndexA.s1 li a {
	padding:18px 20px;
}

/* //    |- infoIndexA.noicon  */
.infoIndexA.noicon li a .date {
	width:120px;
}
.infoIndexA.noicon li a .textWrap {
	width:calc(100% - 120px);
}
/* //    |- infoIndexA.noicon.nodate  */
.infoIndexA.noicon.nodate li a .textWrap {
	width:100%;
}

/* // InfoDetail //
----------------------------------------------- */
#InfoDetail {
}
#InfoDetail .back {
}
#InfoDetail .boxFrame {
	background-color:#FFF;
	padding:40px 45px;
	text-align:left;
}
#InfoDetail .date {
	font-weight:500;
	line-height:1;
	margin-bottom:8px;
	display:inline-block;
}
#InfoDetail .type {
	line-height:1;
	margin-bottom:8px;
	display:inline-block;
}
#InfoDetail .type .wrap {
	margin-left:15px;
	display:inline-block;
	color:#FFF;
	background-color:#444;
	padding:4px 10px;
	font-size:12px;
}
#InfoDetail .title {
	padding-bottom:20px;
	margin-bottom:38px;
	position:relative;
	font-weight:600;
	font-size:160%;
	line-height:1.3;
}
#InfoDetail .title:after {
	content:" ";
	position:absolute;
	display:block;
	width:100px;
	height:1px;
	background-color:#000;
	left:0px;
	bottom:0px;
}


/* // rssBtns //
----------------------------------------------- */
/* //    |- rssBtnsA  */
.rssBtnsA {
	margin-bottom:15px;
}
.rssBtnsA .btns {
	line-height:1;
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
}
.rssBtnsA .btns li {
	margin-left:10px;
}
.rssBtnsA .btns a .tx {
	padding:9px 20px 7px ;
}


/* // boxFrame //
----------------------------------------------- */
/* //    |- boxFrameA  */
.boxFrameA {
	background-color:#FFF;
	padding:40px;
}
.boxFrameA30 {
	background-color:#FFF;
	padding:30px;
}
.boxFrameA25 {
	background-color:#FFF;
	padding:25px;
}
.boxFrameA20 {
	background-color:#FFF;
	padding:20px;
}




/* // allSlideWrapA //
----------------------------------------------- */
/* |- allSlideWrapA  */
.allSlideWrapA .allSlideBtn {
	text-align:right;
}
.allSlideWrapA .allSlideBtn li {
	display:inline-block;
	margin-left:10px;
}
.allSlideWrapA .allSlideBtn li a {
	min-width:100px;
}


/* // slideDefinitionList //
----------------------------------------------- */
/* //    |- slideDefinitionListA  */
.slideDefinitionListA .allSlideBtn {
	margin-bottom:15px;
}
.slideDefinitionListA .item {
	margin-bottom:26px;
	position:relative;
	border-width:0;
	padding:0;
	background-color:#FFF;
}
.slideDefinitionListA .item .definition {
	padding:18px 110px  15px 25px;
	position:relative;
	display:block;
	z-index:2;
	color:#333;
}
.slideDefinitionListA .item .definition p {
	font-weight:500;
	font-size:116%;
	line-height:1.5;
}
.slideDefinitionListA .item .definition .btn {
	display:inline-block;
	position:absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
}
.slideDefinitionListA .item .definition .btn .tx {
	position:relative;
	display:inline-block;
	padding-right:20px;
	font-weight:300;
	font-size:100%;
}
.slideDefinitionListA .item .definition .btn .tx:after{
	position: absolute;
	right:0px;
	top: 50%;
	font-size:100%;
	transform: translateY(-50%);
	font-family: iconfontA;
	font-style:normal;
}
.slideDefinitionListA .item .definition .btn .cl .tx:after{
	content:'\e926';
}
.slideDefinitionListA .item .definition .btn .op .tx:after{
	content:'\e925';
}
.slideDefinitionListA .item .answer {
	padding:0 25px 20px 25px;
	position:relative;
	margin-top:10px;
	display:block;
	font-size:100%;
	line-height:1.9;
}
/* //    |- slideDefinitionListA.faq  */
.slideDefinitionListA.faq .item .definition {
	padding-left:50px;
}
.slideDefinitionListA.faq .item .answer {
	padding-left:50px;
}
.slideDefinitionListA.faq .item .definition:after {
	content:"Q";
	font-family: "CG";
	font-style: normal;
	font-weight: 100;
	color:#0276A2;
	position:absolute;
	left: 25px;
	top: 14px;
	font-size:27px;
	line-height:1;
	transform: translateX(-50%);
}
.slideDefinitionListA.faq .item .answer:after {
	content:"A";
	font-family: "CG";
	font-style: normal;
	font-weight: 100;
	color:#C91F27;
	position:absolute;
	left: 25px;
	top: -2px;
	font-size:27px;
	line-height:1;
	transform: translateX(-50%);
}


/* // linkList //
----------------------------------------------- */
/* //    |- linkListA  */
.linkListA li {
	line-height:1.4;
	margin-bottom:13px;
}
.linkListA li:last-of-type {
	margin-bottom:0;
}
.linkListA li a {
	display:block;
	position:relative;
	padding-left:15px;
}
.linkListA li a:after{
	position: absolute;
	left:0px;
	top: 11px;
	font-size:55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"\e91d";
	font-family: iconfontA;
}

/* // fudosanWrap //
----------------------------------------------- */
/* //    |- fudosanWrapA  */
.fudosanWrapA .wrap {
	display: flex;
	display: -ms-flexbox;
	width:800px;
	margin:0 auto;
	background-color:#FFF;
}
.fudosanWrapA .wrap .image {
	width:250px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.fudosanWrapA .wrap .textWrap {
	width:calc(100% - 250px);
	padding:20px 20px 12px;
}
.fudosanWrapA .wrap .textWrap .tit1 {
	font-weight:500;
	font-size:106%;
	line-height:1;
	margin-bottom:10px;
}
.fudosanWrapA .wrap .textWrap .tx1 {
	font-weight:300;
	font-size:93%;
	line-height:1.6;
	margin-bottom:12px;
}


/* // blockA //
----------------------------------------------- */
/* //    |- blockA  */
.blockA .wrap {
	display: flex;
	display: -ms-flexbox;
	width:800px;
	margin:0 auto;
	background-color:#FFF;
}
.blockA .wrap .image {
	width:250px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.blockA .wrap .textWrap {
	width:calc(100% - 250px);
	padding:20px 20px 12px;
}
.blockA .wrap .textWrap .tit1 {
	font-weight:500;
	font-size:106%;
	line-height:1;
	margin-bottom:10px;
}
.blockA .wrap .textWrap .tx1 {
	font-weight:300;
	font-size:93%;
	line-height:1.6;
	margin-bottom:12px;
}


/* // xxx //
----------------------------------------------- */
/* //    |- xxx  */



/* // xxx //
----------------------------------------------- */
/* //    |- xxx  */



/* // xxx //
----------------------------------------------- */
/* //    |- xxx  */



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


/* // TopMv //
----------------------------------------------- */
#TopMv {
	overflow:hidden;
	position:relative;
	z-index:5;
}

/* // TopMvText //
----------------------------------------------- */
#TopMvText {
	position:absolute;
	z-index:10;
	top:calc(50% - 35px);
	left:50%;
	transform: translate(-50%,-50%);
	line-height:1;
	width:100%;
}
#TopMvText .tx1{
	font-size:30px;
	line-height:1.7;
	font-weight:300;
	text-align:center;
	opacity:0;
	transform: translateY(-20px);
}
#TopMvText .tx2{
	margin-top:35px;
	font-size:25px;
	text-align:center;
	opacity:0;
	transform: translateY(-20px);
}
body.on #TopMvText .tx1{
	opacity:1;
	transition-duration:1.2s;
	transition-delay:0.6s;
	transform: translateY(0);
}
body.on #TopMvText .tx2{
	opacity:1;
	transition-duration:1.2s;
	transition-delay:1.0s;
	transform: translateY(0);
}


/* // TopMvImages //
----------------------------------------------- */
#TopMvImages {
	position:relative;
	z-index:5;
	overflow:hidden;
	opacity:0;
	transform: scale(1.2, 1.2);
}
#TopMvImages .swiper-container {
	padding-bottom:0;
}
#TopMvImages.on {
	transition:1.7s;
	transition-timing-function:ease-out;
	transform: scale(1, 1);
	opacity:1;
}
#TopMvImages .swiperA .swiper-slide {
	width:100%;
	height:calc(100vh - 50px);
}
#TopMvImages .swiperA .swiper-slide .wrap {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background-position:center center ;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:default;
}
#TopMvImages .swiper-outer {
	padding:0;
}
#TopMvImages .swiper-pagination {
	transform: translateY(-80px) !important;
}



/* // TopLatestInfo //
----------------------------------------------- */
#TopLatestInfo {
	position:relative;
	z-index:10;
	transform: translateY(-100%);
	opacity:0;
}
body.on #TopLatestInfo {
	opacity:1;
	transform: translateY(-50%);
	transition-duration:1.2s;
	transition-delay:0.7s;
}
#TopLatestInfo .infoBox {
	background-color:#FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	height:84px;
}
#TopLatestInfo .infoBox .titleBlock {
	background-color:#CCCCCC;
	color:#FFF;
	height:100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	width:180px;
}
#TopLatestInfo .infoBox .titleBlock .tx {
	line-height:1.4;
	text-align:center;
	display: block;
	font-size:125%;
	width:100%;
}

/* //    |- contents  */
#TopLatestInfo .infoBox .contents {
	width:calc(100% - 180px - 200px);
	padding:10px 30px;
}
#TopLatestInfo .infoBox .contents .link {
	display:block;
	width:100%;
	line-height:1.3;
	text-align:left;
}
#TopLatestInfo .infoBox .contents .link .date {
	margin-right:18px;
	font-size:110%;
}
#TopLatestInfo .infoBox .contents .link .category {
	font-size:90%;
	display:inline-block;
	line-height:1;
	padding:3px 6px;
	border:1px solid #AAA;
}
#TopLatestInfo .infoBox .contents .link .text {
	display:block;
	font-size:94%;
	margin-top:6px;
}


/* //    |- allInfo  */
#TopLatestInfo .infoBox .allInfo {
	width:200px;
	position:relative;
	height:100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
}
#TopLatestInfo .infoBox .allInfo:after {
	content:" ";
	position:absolute;
	display:block;
	width:1px;
	height:calc(100% - 30px);
	background-color:#DEDEDE;
	left:0px;
	top:50%;
	transform: translateY(-50%);
}
#TopLatestInfo .infoBox .allInfo .link {
	display:block;
	text-align:center;
	width:100%;
	font-size:110%;
}

/* // TopBusiness //
----------------------------------------------- */
#TopBusiness {
	padding:40px 0 80px;
}
/* //    |- wrap1  */
#TopBusiness .wrap1 {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	margin-bottom:70px;
}
#TopBusiness .wrap1 .imageWrap {
	width:50%;
	position:relative;
	overflow:hidden;
	left:-50px;
}
#TopBusiness .wrap1 .imageWrap .image {
	width:100%;
	max-width:800px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

#TopBusiness .wrap1 .textWrap {
	width:550px;
	padding:60px 0;
	position:relative;
}
#TopBusiness .wrap1 .textWrap .boxFrame {
	background-color:rgba(255,255,255,1.0);
	position:relative;
	width:calc(100% + 20px);
	padding:50px 50px;
}

#TopBusiness .wrap1.on .imageWrap,
#TopBusiness .wrap1.on .textWrap {
	transition-duration:0.8s;
}
/* //    |- seriesWrap  */
#TopBusiness .seriesWrap .tit1 {
	text-align:center;
	font-weight:600;
	font-size:126%;
	margin-bottom:25px;
}
#TopBusiness .seriesWrap .wrap {
	display: flex;
	display: -ms-flexbox;
	width:calc(100% + 28px);
}
#TopBusiness .seriesWrap .wrap .item {
	width:calc(100% / 4 - 28px);
	margin-right:28px;
}
#TopBusiness .seriesWrap .wrap .item a {
	display:block;
}
#TopBusiness .seriesWrap.on .wrap .item {
	transition-duration:0.8s;
}
#TopBusiness .seriesWrap .wrap .item .image {
	margin-bottom:10px;
}
#TopBusiness .seriesWrap .wrap .item .image img {
	width:100%;
}
#TopBusiness .seriesWrap .wrap .item .logo {
	text-align:center;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	height:35px;
}
#TopBusiness .seriesWrap .wrap .item .logo img {
	width:auto;
}
#TopBusiness .seriesWrap .wrap .item:nth-of-type(1) .logo img {
	height:25px;
}
#TopBusiness .seriesWrap .wrap .item:nth-of-type(2) .logo img {
	height:17px;
}
#TopBusiness .seriesWrap .wrap .item:nth-of-type(3) .logo img {
	height:24px;
}
#TopBusiness .seriesWrap .wrap .item:nth-of-type(4) .logo img {
	height:15px;
}
#TopBusiness .seriesWrap .wrap .item .name {
	line-height:1;
	text-align:center;
	font-size:74%;
	margin-top:5px;
}

/* // TopOtherContents //
----------------------------------------------- */
#TopOtherContents {
	padding:110px 0;
}
#TopOtherContents .itemWrap {
	display: flex;
	display: -ms-flexbox;
	width:100%;
}
#TopOtherContents .itemWrap .item {
	width:50%;
}
#TopOtherContents .itemWrap .item .wrap1 {
	width:100%;
	height:360px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#TopOtherContents .itemWrap .item .wrap1 .inner {
	width:100%;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#TopOtherContents .itemWrap .item .wrap1 .btn {
	text-align:center;
	margin-top:38px;
}
#TopOtherContents .itemWrap .item .wrap1 .btn a {
	width:240px;
}
#TopOtherContents .itemWrap .item .description {
	margin-top:10px;
	font-size:90%;
	text-align:center;
}



/* // TopRecruit //
----------------------------------------------- */
#TopRecruit {
	padding:90px 0 140px;
}
#TopRecruit .wrap1 {
	display: flex;
	display: -ms-flexbox;
	width:100%;
}
#TopRecruit .wrap1 .imageWrap {
	width:50%;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
#TopRecruit .wrap1 .textWrap {
	width:50%;
	padding:50px 0 50px 50px ;
}
#TopRecruit .btns {
	margin-top:30px;
}
#TopRecruit .btns li {
	margin-bottom:10px;
}
#TopRecruit .btns li:last-of-type {
	margin-bottom:0;
}
#TopRecruit .btns li a {
	width:250px;
}


/* // TopInformation //
----------------------------------------------- */
#TopInformation {
	
}
#TopInformation .btnAll {
	text-align:center;
	margin-top:45px;
}
#TopInformation .btnAll a {
	width:300px;
}





/* // xxxx //
----------------------------------------------- */
#xxxx {
	
}
/* //    |- xxxx  */


/* // VisionContents //
----------------------------------------------- */
/* //    |- missionBlock  */
#VisionContents .missionBlock {
	background-color:#FFF;
	padding:50px;
}
#VisionContents .missionBlock .block1 {
	padding-bottom:60px;
	margin-bottom:60px;
	position:relative;
}
#VisionContents .missionBlock .block1:before {
	content:" ";
	position:absolute;
	display:block;
	width:520px;
	height:1px;
	background-color:#CCCCCC;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
}
#VisionContents .missionBlock .tx1 {
	font-weight:600;
	font-size:180%;
	line-height:1.9;
	text-align:center;
}
#VisionContents .missionBlock .tx2 {
	font-weight:400;
	font-size:125%;
	line-height:1.9;
	text-align:center;
}

/* //    |- logoBlock  */
#VisionContents .logoBlock {
	margin-top:30px;
	display: flex;
	display: -ms-flexbox;
}
#VisionContents .logoBlock .logo {
	width:100%;
}
#VisionContents .logoBlock .block1 {
	width:200px;
}
#VisionContents .logoBlock .block2 {
	width:calc(100% - 200px);
	padding-left:70px;
}

/* //    |- actionList  */
#VisionContents .actionList .num {
	font-size:120%;
	padding-right:10px;
	position:relative;
	top:1px;
}

/* // KuruminContents //
----------------------------------------------- */
#KuruminContents .blockWrap1 {
	display: flex;
	display: -ms-flexbox;
}
#KuruminContents .blockWrap1 .block1 {
	width:220px;
	padding:10px;
	background-color:#FFF;
}
#KuruminContents .blockWrap1 .block2 {
	width:calc(100% - 200px);
	padding-left:40px;
}

/* // CharacterContents //
----------------------------------------------- */
#CharacterContents .blockWrap1 {
	display: flex;
	display: -ms-flexbox;
}
#CharacterContents .blockWrap1 .block1 {
	width:220px;
}
#CharacterContents .blockWrap1 .block2 {
	width:calc(100% - 220px);
	padding-left:50px;
}

/* // HighlightsItemWrap //
----------------------------------------------- */
#HighlightsItemWrap .item {
	
}
#HighlightsItemWrap .item .unit {
	line-height:1;
	font-size:75%;
	margin-top:-9px;
	margin-bottom:10px;
	text-align:right;
	opacity:0.85;
}
#HighlightsItemWrap .item .graphBlock {
	display:block;
	padding:30px 30px 25px;
	background-color:#FFF;
	margin-bottom:10px;
}
#HighlightsItemWrap .item .graphBlock .testImg {
	width:100%;
}
#HighlightsItemWrap .item .selectBlock {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	justify-content: center;
	-ms-justify-content: center ;
	margin-bottom:12px;
}
#HighlightsItemWrap .item .selectBlock li {
	margin-right:10px;
}
#HighlightsItemWrap .item .selectBlock li:last-of-type {
	margin-right:0;
}
#HighlightsItemWrap .item .selectBlock li .tx {
	font-size:90%;
	position:relative;
	padding-left:10px;
}
#HighlightsItemWrap .item .selectBlock li .tx:before {
	content:" ";
	position:absolute;
	display:inline-block;
	width:10px;
	height:10px;
	left:-2px;
	top:50%;
	transform: translateY(-50%);
}
#HighlightsItemWrap .item .table1 {
	line-height:1.3;
	font-size:80%;
}
#HighlightsItemWrap .item .table1 th {
	background-color:#eee;
}
#HighlightsItemWrap .item .table1 td {
	text-align:right;
}
#HighlightsItemWrap .item .table1 td.this {
	background-color:#F7F7F7;
}


/* // ApproachContents //
----------------------------------------------- */
.approachPopupBox {
	width:800px;
}


/* //    |- bnr1  */
#ApproachContents .bnr1 {
	
}
#ApproachContents .bnr1 img {
	width:100%;
}


/* //    |- swiperA  */
#ApproachContents .swiperA .swiper-slide {
	width:320px;
}
#ApproachContents .swiperA .swiper-slide img {
	width:100%;
}
#ApproachContents .swiperA .swiper-slide .wrap {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background-position:center center ;
	background-repeat:no-repeat;
	background-size:cover;
}

/* // formStyleA //
----------------------------------------------- */
.formStyleA .inputArea .colName,
.formConfirm.A .colName {
	background-color:#EAEAEA;
}
.formStyleA .inputArea .colInput,
.formConfirm.A .colInput {
	background-color:#FFF;
}


/* // articleIndexA //
----------------------------------------------- */
.articleIndexA {
	
}
.articleIndexA .image {
	display:block;
	height:175px;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.articleIndexA .homeName {
	line-height:1.4;
	margin-top:7px;
}
.articleIndexA .btn {
	margin-top:7px;
}




/* // movieWrapA //
----------------------------------------------- */
.movieWrapA {
	
}
.movieWrapA .image {
	display:block;
	margin-bottom:18px;
}
.movieWrapA .image img {
	width:100%;
}
.movieWrapA .title {
	line-height:1.4;
	font-size:120%;
	font-weight:500;
	margin-bottom:20px;
}
.movieWrapA .btns a {
	min-width:250px;
}


/* // disasterBlock //
----------------------------------------------- */
.disasterBlock1 {
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 30px;
}
.disasterBlock1 .col:nth-of-type(1) {
	width:70%;
}
.disasterBlock1 .col:nth-of-type(2) {
	width:30%;
	padding-left: 30px;
}
.disasterBlock2 {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	margin-bottom: 40px;
	padding: 0px 50px;
}
.disasterBlock2 img {
	width:43%;
}
.disasterBlock2 .icon {
	width: 14%;
	font-size: 42px;
	opacity: 0.6;
}

.disasterBlock3 .img2 {
	width:550px;
}

.disasterBlock4 p {
	text-align:center;
}
.disasterBlock4 .tel1 {
	font-weight: 600;
	font-size: 150%;
	margin-top: 25px;
}
.disasterBlock4 .tel1 .num {
	font-size: 130%;
}
.disasterBlock4 .tel2 {
	font-weight: 500;
	font-size: 120%;
	margin-top: 10px;
}
.disasterBlock4 .tel2 .num {
	font-size: 110%;
}
.disasterBlock4 .tel2 .col {
	padding: 0 10px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.disasterBlock1 {
		display: block;
		margin-bottom: 23px;
	}
	.disasterBlock1 .col:nth-of-type(1) {
		width:100%;
	}
	.disasterBlock1 .col:nth-of-type(2) {
		width:220px;
		padding-left: 0;
		margin: 20px auto;
	}
	.disasterBlock2 {
		display: block;
		margin: 0 auto 30px;
		padding: 0px;
		width: 230px;
	}
	.disasterBlock2 img {
		width:100%;
		display: block;
	}
	.disasterBlock2 .icon {
		width: 100%;
		font-size: 34px;
		opacity: 0.6;
		transform: rotate(90deg);
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.disasterBlock3 .img2 {
		width:100%;
	}
	.disasterBlock4 p {
		text-align:center;
	}
	.disasterBlock4 .tel1 {
		font-size: 151%;
		margin-top: 17px;
		line-height: 1.3;
	}
	.disasterBlock4 .tel1 .num {
		font-size: 130%;
	}
	.disasterBlock4 .tel2 {
		font-size: 120%;
		margin-top: 10px;
		line-height: 1.6;
	}
	.disasterBlock4 .tel2 .num {
		font-size: 110%;
	}
	.disasterBlock4 .tel2 .col {
		padding: 0 10px;
	}

}

/* // sdgsContents //
----------------------------------------------- */
.sdgsContents {
	
}
.sdgsContents .sectionA {
	margin-bottom: 80px;
}
.sdgsContents .icons1 {
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	line-height: 1;
	margin-bottom: -45px;
}
.sdgsContents .icons1 li {
		margin-left: 5px;
}
.sdgsContents .icons1 img {
	width:45px;
}
.sdgsContents .flexBlock1 {
	display: flex;
	display: -ms-flexbox;
}
.sdgsContents .flexBlock1 > .flex {
	flex:1;
}
.sdgsContents .indexTable {
	line-height: 1.7;
}
.sdgsContents .indexTable .bg1 {
	background-color: #F3F7EF;
}
.sdgsContents .indexTable .bg2 {
	background-color: #FEFAEC;
}
.sdgsContents .indexTable .bg3 {
	background-color: #F0F5FA;
}
.sdgsContents .indexTable .bg4 {
    background-color: #E8E8E8;
    vertical-align: middle;
}
.sdgsContents .indexTable .bg5 {
    background-color: #2F6390;
    color: #fff;
}

.sdgsContents .indexTable th {
	vertical-align:top;
}
.sdgsContents .indexTable td {
	vertical-align:top;
}
.sdgsContents .indexTable .list1 li {
	font-size: 92%;
	line-height: 1.4;
	margin-bottom: 4px;
	padding-left:1em;
	text-indent:-1em;
}
.sdgsContents .indexTable .list1 li:last-of-type {
	margin-bottom: 0;
}
.sdgsContents .indexTable .link1 {
	display:inline-block;
	padding-right: 16px;
	position:relative;
	color:#028EF2;
	font-weight: 500;
	line-height: 1.5;
}
.sdgsContents .indexTable .link1:hover {
	text-decoration:underline;
}
.sdgsContents .indexTable .link1 .icon {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:-5px;
	font-size: 80%;
}
.sdgsContents .indexTable .icons2 {
	display: flex;
	display: -ms-flexbox;
}
.sdgsContents .indexTable .withicons{
    position: relative;
    padding: 10px 10px 58px;
}
.sdgsContents .indexTable .icons {
    position: absolute;
    left: 10px;
    bottom: 10px;
	margin-top: 8px;
	display: flex;
	display: -ms-flexbox;
}
.sdgsContents .indexTable .icons li {
	width:40px;
	margin-left: 3px;
}
.sdgsContents .indexTable .icons li img {
	width:100%;
}

.sdgsContents .flex-c{
	display: flex;
    justify-content: center;
    gap: 0 12px;
}
.sdgsContents .flex-ac{
	align-items: center;
}
.sdgsContents .flex-3,
.sdgsContents .flex-4{
	display: flex;
    flex-wrap: wrap;
    gap: 24px 12px;
}
.sdgsContents .flex-3 .flex_item{
    width: calc((100% - 24px)/3);
}
.sdgsContents .flex-3 .flex_item-double{
    width: calc(((100% - 24px)/3) * 2 + 12px);
}
.sdgsContents .flex-4 .flex_item{
    width: calc((100% - 36px)/4);
}
@media screen and (max-width: 840px)  {
	.sdgsContents .flex-c{
		gap: 0 10px;
	}
	.sdgsContents .flex-3,
	.sdgsContents .flex-4{
		gap: 10px;
	}
	.sdgsContents .flex-3 .flex_item,
	.sdgsContents .flex-4 .flex_item{
		width: calc((100% - 10px)/2);
	}
	.sdgsContents .flex-3 .flex_item-double{
		width: 100%;
	}
}

.sdgsContents .flex_item p{
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.6;
}
/*
.sdgsContents .sdgs_list li{
    position: relative;
    padding: 0 0 0 27px;
    line-height: 2.3;
}
.sdgsContents .sdgs_list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
}
*/
.sdgsContents .sdgs_indent{
    margin-left: 1em;
    margin-right: 70px;
}

.sdgsContents .annotation{
    font-size: 11px;
    color: #000;
}

.sdgsContents .sdgs_ol{
    counter-reset: num;
}
.sdgsContents .sdgs_ol li{
    display: flex;
    counter-increment: num 1;
}
.sdgsContents .sdgs_ol li:before{
    content: "0"counter(num);
    margin: 0 20px 0 0;
    padding: 0 10px 0 0;
    border-right: 3px solid #2F6390;
    color: #2F6390;
    font-size: 24px;
    font-weight: 500;
}

.sdgsContents .skelton th{
	white-space: nowrap;
	width: 3em;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.sdgsContents .sectionA {
		margin-bottom: 60px;
	}
	.sdgsContents .icons1 {
		justify-content: flex-start;
		-ms-justify-content: flex-start;
		margin-bottom: 20px;
	}
	.sdgsContents .icons1 li {
			margin-left: 0;
			margin-right: 10px;
	}
	.sdgsContents .icons1 img {
		width:90px;
	}
	.sdgsContents .flexBlock1 {
		display:block;
	}
	.sdgsContents .flexBlock1 .block:nth-of-type(2) {
		margin-top: 20px;
	}
	.sdgsContents .flexBlock1 > .flex {
		flex:aitp;
	}
	.sdgsContents .indexTable {
	}
	.sdgsContents .indexTable .list1 li {
		font-size: 92%;
		line-height: 1.4;
		margin-bottom: 4px;
	}
	.sdgsContents .indexTable .link1 {
		padding-right: 16px;
	}

	.sdgsContents .indexTable .icons2 {
	}
	.sdgsContents .indexTable .icons {
	}
	.sdgsContents .indexTable .icons li {
		width:32px;
	}

}

/* // linkTx
----------------------------------------------- */
.linkTxA {
	color:#273C7C;
	line-height: 1.5;
	position:relative;
	padding-bottom: 2px;
}
.linkTxA:hover {
	color:#273C7C !important;
}
.linkTxA:after {
	content:" ";
	position:absolute;
	display:block;
	width:0%;
	height:1px;
	background-color:#000;
	left:0px;
	top:100%;
	transition:0.3s;
	z-index:5;
}
.linkTxA:hover:after {
	width:100%;
}
.linkTxA:before {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	background-color:#B5B5B5;
	left:0px;
	top:100%;
	transition:0.3s;
	z-index:1;
}


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

/* // OTHER //
----------------------------------------------- */
/* //    |-  pageTop */
.pageTop {
	background-color:#a0a0a0;
}

/* // iframe_movie_1 //
----------------------------------------------- */
.iframe_movie_1 {
	width: 80%;
	display: block;
	margin: 0px auto;
	aspect-ratio: 10 / 6;
}
/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.iframe_movie_1 {
		width: 100%;
	}
}








