@charset "utf-8";
/* CSS Document */
*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
.remodal-is-opened {
	display: none !important;
}


/*-----------------------------------------------------------------------
* clearfix
-------------------------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* margin */

.m_10 {
    margin:10px;
}

.m_t_5 {
    margin-top:5px;
}

.m_t_10 {
    margin-top:10px;
}

.m_t_15 {
    margin-top:15px;
}

.m_t_20 {
    margin-top:20px;
}

.m_t_30 {
    margin-top:30px;
}

.m_r_5 {
    margin-right:5px;
}

.m_r_10 {
    margin-right:10px;
}

.m_r_15 {
    margin-right:15px;
}

.m_r_20 {
    margin-right:20px;
}

.m_r_30 {
    margin-right:30px;
}

.m_b_5 {
    margin-bottom:5px;
}

.m_b_10 {
    margin-bottom:10px;
}

.m_b_15 {
    margin-bottom:15px;
}

.m_b_20 {
    margin-bottom:20px;
}

.m_b_30 {
    margin-bottom:30px;
}

.m_b_40 {
    margin-bottom:40px;
}

.m_b_50 {
    margin-bottom:50px;
}

.m_b_60 {
    margin-bottom:60px;
}


.m_l_5 {
    margin-left:10px;
}

.m_l_10 {
    margin-left:10px;
}

.m_l_15 {
    margin-left:15px;
}

.m_l_20 {
    margin-left:20px;
}

.m_l_30 {
    margin-left:30px;
}

.m_tr_10 {
	margin-top: 10px;
	margin-right: 10px;
}

.m_tr_20 {
	margin-top: 20px;
	margin-right: 20px;
}

.m_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_tl_10 {
	margin-top: 10px;
	margin-left: 10px;
}

.m_tl_20 {
	margin-top: 20px;
	margin-left: 20px;
}

.m_rb_10 {
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_rb_20 {
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_rl_10 {
	margin-right: 10px;
	margin-left: 10px;
}

.m_rl_20 {
	margin-right: 20px;
	margin-left: 20px;
}

.m_bl_10 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_bl_20 {
	margin-bottom: 20px;
	margin-left: 20px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_20 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_tbl_10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_tbl_20 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* padding */

.p_10{
    padding:10px;
}

.p_t_10{
    padding-top:10px;
}

.p_r_10{
    padding-right:10px;
}

.p_b_10{
    padding-bottom:10px;
}

.p_l_10{
    padding-left:10px;
}

.Box_Right {
	float: right;
}
.Box_Left {
	float: left;
}
.Box_Center {
	text-align: center;
}

a:link{
	text-decoration: underline;
	color: #000000;
}

a:visited{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	text-decoration: underline;
	color: #0F5EAD;
}

a:active{
  text-decoration : none;
}

/*共通*/

#loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	height: 140px;
	position: relative;
	background-color: #FFFFFF;
}
.h_logo {
	position: absolute;
	width: 302px;
	left: 30px;
	top: 40px;
}
.h_contact {
	width: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.h_contact a {
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #0F5EAD;
	border: 1px solid #0F5EAD;
}
.h_contact a:hover {
	color: #0F5EAD;
	background-color: #FFFFFF;	
}
.h_company {
	position: absolute;
	width: 260px;
	top: 0px;
	right: 140px;
	height: 45px;
	font-size: 10px;
	line-height: 45px;
	text-align: center;
}
.h_company .en {
	color: #0F5EAD;
	margin-right: 10px;
	font-weight: bold;
}
#g_navi {
	width: 760px;
	position: absolute;
	right: 10px;
	bottom: 15px;
	height: 45px;
	overflow: hidden;
}
#g_navi ul {
	width: 100%;
	display: table;
}
#g_navi ul li {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	display: table-cell;
}
#g_navi ul li a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	position: relative;
	color: #000000;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Khula', sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
#g_navi ul li a:hover:before {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1;
	width: 100%;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#g_navi ul li:nth-child(1) a:hover:before {
	content: '理念';
}
#g_navi ul li:nth-child(2) a:hover:before {
	content: '戦略';
}
#g_navi ul li:nth-child(3) a:hover:before {
	content: '技術';
}
#g_navi ul li:nth-child(4) a:hover:before {
	content: '企業情報';
}
#g_navi ul li a:after {
	content: '';
background: #00AFEC;
background: -moz-linear-gradient(left,  rgba(0,175,236,1) 0%, rgba(1,20,96,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
background: linear-gradient(to right,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEC', endColorstr='#011460',GradientType=1 );
	position: absolute;
	height: 2px;
	width: 0%;
	left: 50%;
	bottom: 0px;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#g_navi ul li a:hover:after {
	width: 100%;
	left: 0%;
}
@media only screen and (max-width: 1100px) {
.h_logo {
	width: 240px;
	top: 35px;
}
#g_navi {
	width: 660px;
}
#g_navi ul li a {
	font-size: 14px;
}
}
#footer {
	background-color: #062645;
	padding-top: 6px;
}
#footer .inner {
	padding-top: 40px;
	padding-bottom: 40px;
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
#footer .copyright {
	padding-top: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}
.f_contents {
	background-color: #FFFFFF;
}

#f_menu {
	display: table;
	width: 100%;
}
#f_menu li {
	text-align: center;
	display: table-cell;
}
#f_menu li:first-child {
	text-align: left;	
}
#f_menu li:last-child {
	text-align: right;
}
#f_menu li a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#f_menu li a:hover {
	text-decoration: underline;
}
.f_logo {
	margin-bottom: 30px;
	width: 300px;
}
@media only screen and (max-width: 1100px) {
#f_menu li a {
	font-size: 14px;
}
}
.sp {
	display: none;
}
.ank {
	display: block;
	margin-top: -60px;
	padding-top: 60px;
}
.content01{
	padding-top: 80px;
	background-color: #FFFFFF;
}
.content01.last{
	padding-bottom: 80px;
}
.content01 .inner {
	width: 100%;
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1060px;
	padding-bottom: 20px;
}
.content02 {
	/*background-image: url(../img/bg01.jpg);*/
	padding-top: 80px;
	padding-bottom: 80px;
}
.content02 .inner {
	width: 100%;
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1060px;
}


.sub_ttl01 {
	font-size: 40px;
	line-height: 1.8em;
	color: #000000;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Khula', sans-serif;
	position: relative;
	margin-right: 20px;
}
.sub_ttl01:after {
	content: '';
	background: #00AFEC;
	background: -moz-linear-gradient(left,  rgba(0,175,236,1) 0%, rgba(1,20,96,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	background: linear-gradient(to right,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEC', endColorstr='#011460',GradientType=1 );
	position: absolute;
	height: 2px;
	width: 280px;
	left: 50%;
	bottom: 0px;
	z-index: 2;
	margin-left: -140px;
}
.sub_ttl02 {
	font-size: 40px;
	line-height: 1.8em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sub_ttl02:after {
	content: '';
	background: #00AFEC;
	background: -moz-linear-gradient(left,  rgba(0,175,236,1) 0%, rgba(1,20,96,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	background: linear-gradient(to right,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEC', endColorstr='#011460',GradientType=1 );
	position: absolute;
	height: 2px;
	width: 280px;
	left: 50%;
	bottom: 0px;
	z-index: 2;
	margin-left: -140px;
}
.sub_ttl02 .copy{
	vertical-align: 0.2em;	
}
.sub_ttl03 {
	font-size: 20px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 40px;
}
.sub_ttl03 .copy{
	vertical-align: 0.2em;	
}
.sub_ttl04 {
	font-size: 32px;
	line-height: 1.8em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sub_ttl04:after {
	content: '';
	background: #00AFEC;
	background: -moz-linear-gradient(left,  rgba(0,175,236,1) 0%, rgba(1,20,96,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	background: linear-gradient(to right,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEC', endColorstr='#011460',GradientType=1 );
	position: absolute;
	height: 2px;
	width: 280px;
	left: 50%;
	bottom: 0px;
	z-index: 2;
	margin-left: -140px;
}
.sub_ttl04 .copy{
	vertical-align: 0.2em;	
}
.sub_txt01 {
	font-size: 16px;
	line-height: 2em;
}
.sub_txt02 {
	font-size: 16px;
	line-height: 2em;
	text-align: center;

}
.sub_txt03 {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
}
.sub_txt04 {
	font-size: 18px;
	line-height: 1.8em;
	text-align: left;
}
.sub_txt04 strong{
	color: #0F5EAD;	
}
.sub_txt05 {
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
}

#topcontrol{
	z-index: 100;	
}
a.scrollpagetop {
	background-attachment: scroll;
	background-image: url(../img/pageup.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 60px;
	width: 60px;
	background-size: 60px auto;
}
.fadein{
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadein.in{
	transform:translateY(0px);
	opacity:1;
}
.fadein.delay1{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.fadein.delay2{
	-webkit-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-ms-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}
.fadein.delay3{
	-webkit-transition: all 1s ease 1s;
	-moz-transition: all 1s ease 1s;
	-ms-transition: all 1s ease 1s;
	-o-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}
.fadein.delay4{
	-webkit-transition: all 1s ease 1.5s;
	-moz-transition: all 1s ease 1.5s;
	-ms-transition: all 1s ease 1.5s;
	-o-transition: all 1s ease 1.5s;
	transition: all 1s ease 1.5s;
}
.fadein.delay5{
	-webkit-transition: all 1s ease 2s;
	-moz-transition: all 1s ease 2s;
	-ms-transition: all 1s ease 2s;
	-o-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}

#main {
	background-color: #FFFFFF;
}
.border01 {
	background-color: #0F5EAD;
	height: 2px;
	width: 100px;
	margin-top: 80px;
	margin-bottom: 80px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.border02 {
	background-color: #0F5EAD;
	height: 2px;
	width: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.fit {
	width: 100%;
}


/*サブページ*/
#pagetitle {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 400px;
	width: 100%;
	position: relative;
}
#pagetitle.company {
	background-image: url(../../img/company/title_bg.jpg);	
}
#pagetitle.philosophy {
	background-image: url(../../img/philosophy/title_bg.jpg);	
}
#pagetitle.technologies {
	background-image: url(../../img/technologies/title_bg.jpg);	
}
#pagetitle.strategy {
	background-image: url(../../img/strategy/title_bg.jpg);	
}
#pagetitle.info {
	background-image: url(../../img/info/title_bg.jpg);	
}
#pagetitle.contact,#pagetitle.contact_en,#pagetitle.confirm,#pagetitle.thanks {
	background-image: url(../../img/contact/title_bg.jpg);	
}
#pagetitle h2 {
	font-size: 22px;
	line-height: 1em;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 55%;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
}
#pagetitle .en {
	font-family: Khula, sans-serif;
	font-size: 50px;
	line-height: 1em;
	color: #FFFFFF;
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
	bottom: 50%;
}


.breadcrumb ul li {
	font-size: 14px;
	margin-left: 5px;
	color: #000000;
	display: inline-block;
	margin-right: 5px;
}
.breadcrumb ul li a,.breadcrumb ul li a span{
	font-size: 14px;
}
.breadcrumb ul li a:hover,.breadcrumb ul li a:hover span{
	text-decoration: none;
}
.breadcrumb ul li.current-crumb span {
	font-size: 14px;
}
.breadcrumb {
   width : -webkit-calc(100% - 40px) ;
   width : calc(100% - 40px) ;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 1060px;
}
.breadcrumb ul li a{
	color: #0F5EAD;
	text-decoration: none;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
.breadcrumb .current-crumb a,.breadcrumb .current-crumb a span{
	text-decoration: none;
}
.bread_Area {
	margin-top: 20px;
	margin-bottom: 0px;
}




/*トップページ*/
#top_main {
	text-align: center;
	height: 760px;
	width: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
}
#top_main:before {
	content: '';
	position: absolute;
	z-index: -101;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../../img/top/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#top_main .txt01 {
	font-size: 84px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
	font-family: 'Khula', sans-serif;
}
#top_main .txt02,#top_main .txt05 ,#top_main .txt06 {
	font-size: 68px;
	color: #FFFFFF;
	line-height: 1.2em;
	font-family: 'Khula', sans-serif;
}
#top_main .txt03 {
	font-size: 22px;
	color: #FFFFFF;
}
#top_main .txt04 {
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	font-family: 'Khula', sans-serif;
}
#top_main .inner {
	padding-top: 100px;
	position: relative;
	z-index: 10;
}
video#bgvid {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	background-image: url(../../img/top/main.jpg);
	background-repeat: no-repeat;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#top_main .scroll {
	width: 100px;
	position: absolute;
	left: 50%;
	bottom: 90px;
	transform: translate(-50%,0%);
}
#top_main .scroll a{
	font-family: Khula, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#top_main .scroll:after {
	content: '';
	height: 90px;
	width: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: -90px;
}

.top_txt01 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}
.top_txt01:after {
	content: '';
	height: 2px;
	width: 100px;
	background-color: #0F5EAD;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0%);
}
.top_txt02 {
	font-size: 16px;
	line-height: 2em;
	font-family: 'Khula', sans-serif;
	text-align: center;
}
#top_menu{
	overflow: hidden;
	position: relative;
	width: 100%;	
}
#top_menu li {
	width: 100%;
	height: 300px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#top_menu li span{
	display: block;	
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#top_menu li a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
#top_menu li .image {
	text-indent: -9999px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#top_menu li .title{
	background-color: #0F5EAD;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#top_menu li:nth-child(2n+1) .title{
	width: 85%;
	right: 15%;
}
#top_menu li:nth-child(2n+2) .title{
	width: 85%;
	left: 15%;
}
#top_menu li .title:after{
	content: '';
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 10%;
	top: 25%;
	right: 10%;
	bottom: 25%;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#top_menu li:nth-child(1) .image {
	background-image: url(../../img/top/top_bnr01.png);
}
#top_menu li:nth-child(2) .image {
	background-image: url(../../img/top/top_bnr02.png);
}
#top_menu li:nth-child(3) .image {
	background-image: url(../../img/top/top_bnr04.png);
}
#top_menu li:nth-child(4) .image {
	background-image: url(../../img/top/top_bnr03.png);
}
#top_menu li:nth-child(5) .image {
	background-image: url(../../img/top/top_bnr05.png);
}
#top_menu li .left{
	position: absolute;
	height: 300px;
	width : 55%;
	top: 0px;
	right: 100%;
	overflow: hidden;
}

#top_menu li:nth-child(2n+1) .left:before{
	content: '';
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	height: 100%;
	width: 10%;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#top_menu li .arrow01{
	content: '';
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #0F5EAD 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	height: 100%;
	width: 10%;
	top: 0px;
	z-index: 2;
	display: block;
	margin-left: -10%;
}
#top_menu li .arrow01:after{
	content: '';
	height: 100%;
	width: 1%;
	position: absolute;
	z-index: 5;
	left: 100%;
	top: 0px;
	background-color: #0F5EAD;
}
#top_menu li .arrow02{
	content: '';
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	height: 100%;
	width: 10%;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#top_menu li .arrow03{
	content: '';
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #0F5EAD 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	height: 100%;
	width: 10%;
	top: 0px;
	z-index: 6;
	display: block;
	margin-right: -10%;
}
#top_menu li .arrow03:after{
	content: '';
	height: 100%;
	width: 1%;
	position: absolute;
	z-index: 5;
	right: 100%;
	top: 0px;
	background-color: #0F5EAD;
}
#top_menu li .arrow04{
	content: '';
	background:linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	height: 100%;
	width: 10%;
	top: 0px;
	right: 0px;
	z-index: 4;
}

#top_menu li .right{
	position: absolute;
	height: 300px;
	width : 55%;
	top: 0px;
	left: 100%;
	z-index: 2;
	overflow: hidden;
}

#top_menu li .slidein01{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	right: 110%;
	
}
#top_menu li .slidein01.in{
	right: 45% ;
}
#top_menu li:nth-child(2n+2) .slidein01.in{
	right: 55% ;
}
#top_menu li .slidein02{
	left: 110%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#top_menu li .slidein02.in{
	left: 55% ;	
}
#top_menu li:nth-child(2n+2) .slidein02.in{
	left: 45% ;	
}

#top_menu li a .en {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 0%;
	bottom: 50%;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Khula, sans-serif;
	line-height: 1em;
	z-index: 2;
}
#top_menu li a .jp {
	font-size: 22px;
	color: #FFFFFF;
	position: absolute;
	left: 0%;
	top: 55%;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1em;
	z-index: 2;
}
#top_menu li a:hover .image{
	transform: scale(1.1);
}
#top_menu li a:hover .title:after {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.top_ttl01 {
	font-size: 36px;
	line-height: 2em;
	font-weight: bold;
	color: #000000;
	font-family: 'Khula', sans-serif;
	position: relative;
	display: inline-block;
}
.top_ttl01:after {
	content: '';
background: #00AFEC;
background: -moz-linear-gradient(left,  rgba(0,175,236,1) 0%, rgba(1,20,96,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
background: linear-gradient(to right,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEC', endColorstr='#011460',GradientType=1 );
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0%;
	bottom: 10px;
}
.top_head01 {
	position: relative;
	margin-bottom: 20px;
}
.news_list01 dt {
	clear: left;
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	position: relative;
	font-size: 14px;
	line-height: 2em;
}
.news_list01 dd {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F5EAD;
}
.news_list01 dd a .jp {
	font-size: 16px;
	color: #000000;
	line-height: 1.8em;
	display: block;
	text-decoration: none;
}
.news_list01 dd a .en {
	font-family: 'Khula', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-decoration: none;
	display: block;
	color: #000000;
	word-break:break-all;
}
.news_list01 dd a {
	text-decoration: none;
}
.news_list01 dd a:hover {
	text-decoration: underline;	
}
.more {
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.more a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: #0F5EAD;
	border: 1px solid #0F5EAD;
	position: relative;
	text-align: center;
}
.more a:hover {
	color: #0F5EAD;
	background-color: #FFFFFF;	
}
.more a:after {
	content:'';
	background-color: #1BA1E6;
	height: 1px;
	width: 40px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -20px;
}
.news_list01 dt .cat {
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	width: 120px;
	color: #0F5EAD;
	border: 1px solid #0F5EAD;
	position: absolute;
	top: 20px;
	right: 0px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 16px;
	padding-bottom: 14px;
}
.top_head01 .link01 {
	position: absolute;
	width: 90px;
	left: 350px;
	top: 20px;
}
.top_head01 .link02 {
	position: absolute;
	width: 150px;
	left: 450px;
	top: 20px;
}
.top_head01 a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: 'Khula', sans-serif;
	border: 1px solid #DDDDDD;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


/*企業情報*/
.company_ttl01 {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #0F5EAD;
	display: inline-block;
	color: #0F5EAD;
}
.company_ttl02 {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0F5EAD;
}
.company_block01 {
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company_ttl01.en {
	margin-bottom: 20px;
}
.company_img01 {
	margin-bottom: 40px;
}
.company_tbl01 table.table_all {
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D2D2D2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D2D2D2;
}
.company_tbl01 table tr th {
	background-color: #F0F2F5;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	width: 20%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	font-size: 16px;
	line-height: 1.6em;
}
.company_tbl01 table tr td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	font-size: 16px;
	line-height: 1.6em;
}
.company_tbl01 table tr:nth-child(2n+1) th,.company_tbl01 table tr:nth-child(2n+1) td {
	
	border-bottom-style: none;
}
.company_tbl01 table tr:nth-child(2n+2) th,.company_tbl01 table tr:nth-child(2n+2) td {
	
	
}
.company_tbl01 table tr td table tr th {
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-weight: normal;
}
.company_tbl01 table tr td table tr td {
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	border-right-style: none;
	border-left-style: none;
}
.gmap {
	margin-top: 30px;
	margin-bottom: 30px;
}
.company_address {
	position: relative;
}
.company_address .more {
	margin-top: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


#special_advisor {
	background: #eaf3f8;
	padding: 60px 50px;
}
#special_advisor .clearfix {
	margin-bottom: 40px;
}
#special_advisor .f_l {
	float: left;
	width: 580px;
}
#special_advisor .f_r {
	float: right;
}
#special_advisor h2 {
	font-size: 32px;
	font-weight: bold;
	background: url(../../img/company/special_advisor_line.png) no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#special_advisor h3 {
	color: #0f5ead;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
#special_advisor h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	margin-bottom: 30px;
}
#special_advisor ul {
	background: #fff;
	padding: 32px 40px;
}
#special_advisor li {
	font-size: 15px;
	line-height: 200%;
}
#special_advisor .img {
	padding-top: 30px;
}
#special_advisor .e_text {
	font-size: 16px;
	font-weight: normal;
	line-height: 200%;
}
.spbr {
	display: none;
}


/*お問い合わせ*/
.language {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.language .btn {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
}
.language .btn a {
	font-size: 16px;
	font-weight: bold;
	color: #0F5EAD;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #0F5EAD;
	padding: 15px;
}
.language .btn a:hover,.language .btn.current a {
	color: #FFFFFF;
	background-color: #0F5EAD;	
}
#mailform{
	padding-top: 60px;	
}
#mailform table {
	width:100%;
	border:none;
	border-collapse:collapse;
}
#mailform table th ,
#mailform table td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	padding: 30px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

#mailform table tr:first-child th ,
#mailform table tr:first-child td { border-top:1px solid #DDD; }
#mailform table td.none { border:none !important; }
#mailform table th span {
	display:inline-block;
	color:#fff;
	padding:1px 0.4em;
	float:right;
}
#mailform table span.required {
	background-color: #DD0000;
}
#mailform table span.any { background:#888; }

#mailform .zip a {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #999999;
}
#mailform .zip a:hover {
	text-decoration: none;
	background-color: #666666;
}

#mailform input ,
#mailform textarea ,
#mailform select {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mailform textarea {
	max-width: 90%;
	width: 90%;
}
#mailform .tel input,
#mailform .zip input { width:150px; }
#mailform .age input { width:100px; }

/*確認画面へ進むボタン用*/
#send_btn {
	text-align: center;
}
#send_btn .btn01 {
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
#send_btn .btn02 {
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
#send_btn .btn02 input {
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: none;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #0F5EAD;
	padding: 20px;
	background-image: url(../img/ico01.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 14px auto;
}
#send_btn .btn02 input:hover {
	color: #FFFFFF;
	background-color: #062645;
}

#send_btn .btn01 {
	margin-bottom: 20px;
}
#send_btn .btn01 input {
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: none;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 20px;
	background-image: url(../img/ico02.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 14px auto;
}
#send_btn .btn01 input:hover {
	background-color: #333333;
}

/*確認・送信*/
.mw_wp_form_confirm th span ,
.mw_wp_form_preview th span ,
.mw_wp_form_confirm td.zip a ,
.mw_wp_form_preview .zip a ,
.mw_wp_form_preview .policy,
.mw_wp_form_preview .policy_agree p,
.mw_wp_form_preview .form_box01
{ display:none !important; }

.form_btn{
	text-align: center;
	margin-bottom: 40px;
}

#mailform table tr th {
	width: 30%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #F5F5F5;
	font-weight: bold;
}
#mailform table span.required {
	font-weight: normal;
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#mailform table span.must {
	position: absolute;
	top: 20px;
	right: 5px;
	background-color: #999999;
}
#mailform table span.any {
	position: absolute;
	top: 20px;
	right: 5px;
}
input[type="submit"], input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], select {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
}


.mw_wp_form_confirm .form_txt01{
	display: none;	
}
.mf_checkbox .mwform-checkbox-field{
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 5px;
	font-size: 16px;
	margin-left: 0px !important;
}
.mf_checkbox .mwform-checkbox-field span{
	font-size: 16px;
}
.mwform-checkbox-field-text{
	font-size: 16px;
}
#form_tbl *{
	vertical-align:baseline;
}
#form_tbl {
	margin-bottom: 40px;
}
#form_tbl input[type="text"] {
   max-width : -webkit-calc(100% - 12px) ;
   max-width : calc(100% - 12px) ;
}
.policy h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.policy p {
	font-size: 16px;
	line-height: 1.6em;
}
#mailform .policy {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow-y: scroll;
	position: relative;
	height: 300px;
}
.policy_agree p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.policy_agree {
	margin-bottom: 30px;
}
.policy_agree .agree {
	font-size: 16px;
	text-align: center;
}


/*理念*/
.philosophy_box01 {
	background-color: #EAF3F8;
	padding: 50px;
}
.philosophy_box02 {
	padding-top: 50px;
	padding-right: 90px;
	padding-bottom: 50px;
	padding-left: 90px;
	background-color: #FFFFFF;
}
.philosophy_list01 li {
	margin-bottom: 40px;
	padding-left: 100px;
	position: relative;
}
.philosophy_list01 li:last-child {
	margin-bottom: 0px;
}
.philosophy_list01 li:before {
	line-height: 60px;
	text-align: center;
	height: 60px;
	width: 60px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0F5EAD;
}
.philosophy_list01 li:nth-child(1):before {
	content:'01';
}
.philosophy_list01 li:nth-child(2):before {
	content:'02';
}
.philosophy_list01 li:nth-child(3):before {
	content:'03';
}
.philosophy_list01 li p {
	font-size: 18px;
	line-height: 1.6em;
}
.philosophy_list01 li .jp {
	font-weight: bold;
	margin-bottom: 10px;
}
.philosophy_list01 li .en {
	font-family: 'Khula', sans-serif;
}
.philosophy_list02 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.philosophy_list02 li {
	margin-bottom: 40px;
	padding-left: 90px;
	position: relative;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-right: 20px;
}
.philosophy_list02 li:last-child {
	margin-bottom: 0px;
}
.philosophy_list02 li:before {
	line-height: 60px;
	text-align: center;
	width: 60px;
	font-size: 60px;
	font-weight: bold;
	color: #0F5EAD;
	position: absolute;
	left: 15px;
	top: 0px;
	font-family: 'Khula', sans-serif;
}
.philosophy_list02 li:nth-child(1):before {
	content:'1';
}
.philosophy_list02 li:nth-child(2):before {
	content:'2';
}
.philosophy_list02 li:nth-child(3):before {
	content:'3';
}
.philosophy_list02 li:nth-child(4):before {
	content:'4';
}
.philosophy_list02 li:nth-child(5):before {
	content:'5';
}
.philosophy_list02 li:nth-child(6):before {
	content:'6';
}
.philosophy_list02 li:nth-child(7):before {
	content:'7';
}
.philosophy_list02 li:nth-child(8):before {
	content:'8';
}
.philosophy_list02 li:nth-child(9):before {
	content:'9';
}
.philosophy_list02 li:nth-child(10):before {
	content:'10';
}
.philosophy_list02 li:nth-child(11):before {
	content:'11';
}
.philosophy_list02 li p {
	font-size: 14px;
	line-height: 1.6em;
}
.philosophy_list02 li .jp {
	font-weight: bold;
	font-size: 18px;
}
.philosophy_list02 li .en {
	font-family: 'Khula', sans-serif;
}
.policy ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 16px;
}
.philosophy_list02 li strong {
	background:linear-gradient(transparent 90%, #0F5EAD 10%);
}



/*戦略*/
.strategy_box01 {
	background-color: #EAF3F8;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
}
.strategy_box02 p {
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.strategy_box02 {
	padding-top: 100px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	position: relative;
	top: -50px;
}
.strategy_box02:after {
	content: ' ';
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, rgba(15,94,173,0.6) 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgba(15,94,173,0.6) 50.5%) no-repeat top right/50% 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.strategy_list01 li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}
.strategy_list01 li:nth-child(1) {
	margin-left: 0px;	
}.strategy_list01 li .box {
	text-align: center;
	padding: 10px;
	border: 1px solid #0F5EAD;
}
.strategy_list01 li .box .jp {
	font-size: 16px;
	font-weight: bold;
	color: #0F5EAD;
	line-height: 1.5em;
}
.strategy_list01 li .jp:before{
	content: '';
	height: 24px;
	width: 36px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.strategy_list01 li:nth-child(1) .jp:before{
	background-image: url(../../img/strategy/ico01.png);
}
.strategy_list01 li:nth-child(2) .jp:before{
	background-image: url(../../img/strategy/ico02.png);
}
.strategy_list01 li:nth-child(3) .jp:before{
	background-image: url(../../img/strategy/ico03.png);
}
.strategy_list01 li:nth-child(4) .jp:before{
	background-image: url(../../img/strategy/ico04.png);
}
.strategy_list01 li .box .en {
	padding-top: 5px;
	font-size: 12px;
	color: #0F5EAD;
}
.strategy_box03 {
	background-color: #FFFFFF;
	padding: 50px;
	margin-bottom: 50px;
}
.strategy_txt01 {
	padding-left: 20px;
	position: relative;
}

.strategy_list03 li {
	margin-bottom: 40px;
	padding-left: 100px;
	position: relative;
}
.strategy_list03 li:last-child {
	margin-bottom: 0px;
}
.strategy_list03 li:before {
	line-height: 60px;
	text-align: center;
	height: 60px;
	width: 60px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0F5EAD;
}
.strategy_list03 li:nth-child(1):before {
	content:'01';
}
.strategy_list03 li:nth-child(2):before {
	content:'02';
}
.strategy_list03 li:nth-child(3):before {
	content:'03';
}
.strategy_list03 li p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 5px;
}
.strategy_list03 li p strong {
	color: #0F5EAD;	
}
.strategy_list03 li .jp {
	font-weight: bold;
}
.strategy_list03 li .en {
	font-family: Khula, sans-serif;
	font-weight: bold;
}

.strategy_list02 {
	margin-bottom: 20px;
}
.strategy_list02 li {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6em;
}
.strategy_list02 li:before {
	content:'－' !important;
	line-height: 1.6em;
	height: auto;
	width: auto;
	font-size: 14px;
	font-weight: normal;
	color: #0F5EAD;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
}



/*お知らせ*/
#page_contents #pagenavi_box{
	margin-top: 40px;	
}
#page_contents .wp-pagenavi {
	text-align: center;
}

#page_contents .wp-pagenavi a, #page_contents .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #0f5ead;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #0f5ead;
	display: inline-block;
}

#page_contents .wp-pagenavi a:hover, #page_contents .wp-pagenavi span.current {
	background-color: #0f5ead;
	color: #FFFFFF;
	border-top-color: #0f5ead;
	border-right-color: #0f5ead;
	border-bottom-color: #0f5ead;
	border-left-color: #0f5ead;
}
.wp-pagenavi span.pages {
	display: none !important;
}

/* Text elements */
#entry-content{
	margin-right: auto;
	margin-left: auto;	
}
#entry-content h1 {
	color: #0f5ead;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0f5ead;
	padding-left: 10px;
	clear: both;
}
#entry-content h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0f5ead;
	color: #1F1F1F;
	clear: both;
}
#entry-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #0f5ead;
	padding: 10px;
	clear: both;
}
#entry-content h4 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
}
#entry-content h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0f5ead;
	clear: both;
}
#entry-content h6 {
	color: #0f5ead;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
}

#entry-content p {
	line-height: 1.8em;
	margin-bottom: 10px;
}
#entry-content ul {
	clear: both;
    margin: 0 0 18px 1.5em;
}
#entry-content li {
    font-size: 16px;
    line-height: 2em;
    list-style: outside none square;
}
#entry-content ol {
    list-style: outside none decimal;
    margin: 0 0 16px 1.5em;
    padding-left: 10px;
	clear: both;
}
#entry-content ol li {
    list-style: outside none decimal;
}
#entry-content ol ol {
    list-style: outside none upper-alpha;
}
#entry-content ol ol ol {
    list-style: outside none lower-roman;
}
#entry-content ol ol ol ol {
    list-style: outside none lower-alpha;
}
#entry-content ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
#entry-content dl {
    margin: 0 0 24px;
	clear: both;
}
#entry-content dt {
    font-weight: bold;
}
#entry-content dd {
    margin-bottom: 16px;
}
#entry-content strong {
    font-size: 16px;
    font-weight: bold;
}
#entry-content cite, em, i {
    font-style: italic;
}
#entry-content big {
    font-size: 131.25%;
}
#entry-content table{
	margin-bottom: 30px;	
	clear: both;
}
#entry-content td,#entry-content th{
	padding: 10px;
	border: 1px solid #1A6AA3;
}
#entry-content ins {
    background: #ffc none repeat scroll 0 0;
    text-decoration: none;
}
#entry-content blockquote {
	border-left: 2px solid #ccc;
	font-style: italic;
	padding: 30px 20px;
	background-color: #eee;
}
#entry-content blockquote p {
    margin-bottom: 0;
}
#entry-content blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}
#entry-content hr {
    margin-bottom: 20px;
    margin-top: 20px;
}
#entry-content pre {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    overflow: auto;
    padding: 1.5em;
	clear: both;
}
#entry-content abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
#entry-content sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
#entry-content sup {
    bottom: 1ex;
}
#entry-content sub {
    top: 0.5ex;
}
#entry-content input[type="text"], textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 2px;
}
#entry-content img {

}
#entry-content img {
	margin-left: auto;
	margin-right: auto;
}

#entry-content .alignleft {
	display: inline;
	float: left;
	margin-bottom: 30px;
}

#entry-content .alignright {
	display: inline;
	float: right;
	margin-bottom: 30px;
}

#entry-content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	clear: both;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
#entry-content .screen-reader-text {
    left: -9000px;
    position: absolute;
}
.pager_btn {
	text-align: center;
}
#blog_pagenavi {
	padding-top: 40px;
	clear: both;
}
#entry-content *{
	word-break:break-all;	
}
#entry-content a{
	font: inherit;
	color: #0f5ead;
}
#entry-content a:hover{
	text-decoration: underline;		
}
.pager_btn a {
	display: inline;
	background-color: #0f5ead;
	border: 1px solid #0f5ead;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.pager_btn a:hover{
	color: #0f5ead;
	background-color: #FFFFFF;
}
.pager_btn .prev a {
	padding-left: 10px;
	padding-right: 10px;
}
.pager_btn .next a {
	padding-right: 10px;
	padding-left: 10px;
}
.pager_btn .prev a:hover{

}
.pager_btn .next a:hover {

}
.info_date {
	margin-bottom: 5px;
}
.info_title {
	margin-bottom: 30px;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0F5EAD;
	font-weight: bold;
}


/*技術*/
.technologies_sec01 {
	margin-bottom: 60px;
}
.technologies_ttl01 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0F5EAD;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.technologies_img01 {
	text-align: center;
}
.technologies_box02 {
	float: right;
	width: 40%;
	text-align: center;
}
.technologies_box01 {
	float: left;
	width: 55%;
}
.technologies_ttl02 {
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0F5EAD;
	border-bottom-color: #0F5EAD;
}
.technologies_ttl02 .copy {
	vertical-align: 0.2em;
}
.technologies_ttl02 .en {
	font-size: 20px;
	display: block;
	padding-top: 5px;
}
.technologies_ttl03 {
	font-size: 20px;
	font-weight: bold;
	color: #0F5EAD;
	margin-bottom: 30px;
}
.technologies_ttl03 .en {
	font-size: 14px;
	display: block;
	padding-top: 5px;
}
.technologies_ttl04 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0F5EAD;
	text-align: center;
	padding: 20px;
}
.technologies_ttl04 .en {
	font-size: 16px;
	display: block;
}
.technologies_ttl04 .copy {
	vertical-align: 0.2em;
}
.technologies_tbl01 table tr th {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	font-size: 16px;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2D2D2;
}
.technologies_tbl01 table tr th:nth-child(1) {
	border-left-style: none;	
}
.technologies_tbl01 table tr td {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.technologies_tbl01 table tr td:nth-child(2) {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2D2D2;
	border-left-color: #D2D2D2;
	background-color: #FFFFFF;
}
.technologies_tbl01 table tr td:last-child {
	border-right-style: none !important;	
}
.technologies_tbl01.pc table .drive td{
	background-color: #FFFFFF;
	width: 9%;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #D2D2D2;
	border-right-style: none;
}
.technologies_tbl01.pc table .drive th{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2D2D2;	
}
.technologies_tbl01.pc table .drive.bottom td{
	border-bottom-style: solid;
	border-top-style: none;
}
.technologies_tbl01.pc table .drive td:last-child{
	background-color: #F0F2F5;
}
.technologies_tbl01 {
	background-color: #F0F2F5;
	margin-bottom: 80px;
}

.technologies_ttl05 {
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0F5EAD;
	border-bottom-color: #0F5EAD;
	text-align: center;
	line-height: 40px;
}
.technologies_ttl05 .copy {
	vertical-align: 0.1em;
}
.technologies_ttl05 .en {
	font-size: 20px;
	margin-left: 30px;
	line-height: 40px;
	vertical-align: bottom;
}
.technologies_ttl05 .en .copy{
	vertical-align: 5px;
}
.technologies_ttl06 {
	font-size: 20px;
	font-weight: bold;
	color: #0F5EAD;
	margin-bottom: 30px;
	text-align: center;
	line-height: 30px;
}
.technologies_ttl06 .en {
	font-size: 14px;
	line-height: 30px;
	margin-left: 20px;
}
.technologies_tbl01.pc table tr td table{
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.technologies_tbl01.pc table tr td.p_0{
	padding: 0px;
	position: relative;
}
.technologies_tbl01.pc table tr td table:first-child{
	margin-left: 0%;
}
.technologies_tbl01.pc table tr th table tr td {
	padding: 3px;
}
.technologies_tbl01.pc table tr td table tr th,.technologies_tbl01.pc table tr td table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	width: auto;
}
.technologies_tbl01.pc table tr th table tr th,.technologies_tbl01.pc table tr th table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 15px;
}
.technologies_tbl01.pc table tr th table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
}
.technologies_tbl01.last {
	margin-bottom: 0px;
}
.technologies_list01 li .image {
	margin-bottom: 10px;
}
.technologies_list01 li .jp {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
}
.technologies_list01 li .en {
	font-size: 14px;
	line-height: 1.6em;
}
.technologies_list01 li {
	float: left;
	width: 32%;
	margin-bottom: 30px;
	margin-left: 2%;
}
.technologies_list01 li:nth-child(3n+1) {
	clear: left;
	margin-left: 0px;	
}

#h_fix {
	height: 60px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	background-color: #FFFFFF;
	display: none;
}
#h_fix .h_logo {
	height: 40px;
	width: 151px;
	position: absolute;
	left: 30px;
	top: 15px;
}
#h_fix .nav {
	width: 760px;
	position: absolute;
	right: 140px;
	height: 60px;
	overflow: hidden;
	top: 0px;
}
#h_fix .nav ul {
	width: 100%;
	display: table;
}
#h_fix .nav li {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	display: table-cell;
}
#h_fix .nav li a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	position: relative;
	color: #000000;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Khula', sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
#h_fix .nav li a:hover:before {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1;
	width: 100%;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#h_fix .nav li:nth-child(1) a:hover:before {
	content: '理念';
}
#h_fix .nav li:nth-child(2) a:hover:before {
	content: '戦略';
}
#h_fix .nav li:nth-child(3) a:hover:before {
	content: '技術';
}
#h_fix .nav li:nth-child(4) a:hover:before {
	content: '企業情報';
}
#h_fix .nav li a:after {
	content: '';
	background: #00AFEC;
	background: -moz-linear-gradient(left,  rgba(0,175,236,1) 0%, rgba(1,20,96,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	background: linear-gradient(to right,  rgba(0,175,236,1) 0%,rgba(1,20,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEC', endColorstr='#011460',GradientType=1 );
	position: absolute;
	height: 2px;
	width: 0%;
	left: 50%;
	bottom: 0px;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#h_fix .nav li a:hover:after {
	width: 100%;
	left: 0%;
}
#h_fix .h_contact a {
	font-size: 16px;
	line-height: 58px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #0F5EAD;
	border: 1px solid #0F5EAD;
}
#h_fix .h_contact a:hover {
	color: #0F5EAD;
	background-color: #FFFFFF;	
}
@media only screen and (max-width: 1100px) {
#h_fix .nav {
	width: 600px;
}
#h_fix .nav li a {
	font-size: 14px;
}
}
.technologies_tbl01 .txt01 {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}
.technologies_txt01 {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 80px;
}
.technologies_txt01.last {
	margin-bottom: 0px;
}
.policy p span,.policy li span {
	display:inline-block;
}





/*20190802*/
#pagetitle.privacy {
	background-image: url(../../img/privacy/title_bg.jpg);	
}
.privacy h3 {
	margin-bottom: 40px;
}
.privacy p.lead_text {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 50px;
}
.privacy ol {
	margin-bottom: 100px;
}
.privacy ol li {
	list-style: decimal;
	list-style-position: inside;
	font-size: 16px;
	line-height: 200%;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
.privacy ol li {
	text-indent: -2em;
}
}
@supports (-ms-ime-align: auto) {
.privacy ol li {
	text-indent: -2em;
}
}


/*20200129*/
#pagetitle.compliance {
	background-image: url(../../img/compliance/title_bg.jpg);	
}
#f_menu li a {
	font-size: 14px;
}



/*20210630*/

.movie_wrap {
	
}
.movie_wrap ul {
	display: flex;
	justify-content: space-between;
}
.movie_wrap li {
	display: inline-block;
	width: 48%;
}
.movie_wrap li iframe {
	max-width: 100%;
}
















