@charset "Shift_JIS";

/* hoya_top */

/* @group 2017_renewal */

/* @group main_image */

#main_image_area {
	width: 100%;
	height:540px;
	margin-top:0;
	padding-top:0;
	background: url(../../img/home_main_back.png) top center;
}
.flexslider {
    margin-bottom:0 !important;
}
#main_image {
	width: 960px;
	margin: 0 auto;
}

/* @end */

#home_content_area {
	width: 100%;
}

#home_content_area h2,
#home_content_area h3,
#home_content_area h4,
#home_content_area h5,
#home_content_area h6 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    line-height: 1.2;
    font-weight: normal;
}

#home_content_area h2 {
	font-size: 36px;
	text-align: center;
	padding: 55px 0 40px 0;
}

#home_content_area figure {
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
}

.home_link_btn {
	text-align: center;
}

.home_link_btn span {
	display: inline-block;
	border: 1px solid #0063BA;
	border-radius: 3px;
}

.home_link_btn span a {
	display: block;
	color: #0063BA;
	padding: 5px 40px 5px 30px;
	position: relative;
}

.home_link_btn span a::before {
    border-bottom: 1px solid #0063BA;
    border-right: 1px solid #0063BA;
    content: "";
    display: block;
    right: 20px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
    width: 6px;
    height: 6px;
}

.home_link_btn span:hover {
	opacity: 0.7;
}


/* @group home_business */

#home_business_area {
	width: 100%;
}

#home_business {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#business_category {
	position: relative;
	width: 100%;
	height: 500px;
}

#business_category > .menu_sp {
	display: none;
}

#business_category > .menu {
	float: left;
	width:  calc(100% / 5);
	z-index: 100;
	padding-bottom: 45px;
}

#business_category > .health.menu > span {
	border-left: 1px solid #d9d9d9 !important;
}

#business_category > .menu > span {
	display: block;
	padding: 0 9px;
	border-right: 1px solid #d9d9d9;
}

#business_category > .menu > span > a {
	display: block;
	height: 42px;
	padding-top: 130px;
	border-radius:3px;
	position: relative;
	font-size: 16px;
	color: #333;
	text-align: center;
}

#business_category > .menu.hover {
	display: block;
}

#business_category > .menu > span > a:hover,
#business_category > .menu.hover > span > a {
	background: #0064B8;
	color: #fff;
}

#business_category > .menu > span > a:hover::before,
#business_category > .menu.hover > span > a::before {
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #0064B8;
    border-image: none;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    bottom: -12px;
    left: 48%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: auto;
    transform: rotate(90deg);
    width: 0;
}


#business_category > .health > span > a {
	background: url(/img/home_business_health.png) center 20px no-repeat;
}

#business_category > .health > span > a:hover,
#business_category > .health.hover > span > a {
	background: #0064B8 url(/img/home_business_health_on.png) center 20px no-repeat;
}

#business_category > .medical > span > a {
	background: url(/img/home_business_medical.png) center 20px no-repeat;
}

#business_category > .medical > span > a:hover,
#business_category > .medical.hover > span > a {
	background: #0064B8 url(/img/home_business_medical_on.png) center 20px no-repeat;
}

#business_category > .ele > span > a {
	background: url(/img/home_business_ele.png) center 20px no-repeat;
}

#business_category > .ele > span > a:hover,
#business_category > .ele.hover > span > a {
	background: #0064B8 url(/img/home_business_ele_on.png) center 20px no-repeat;
}

#business_category > .imaging > span > a {
	background: url(/img/home_business_imaging.png) center 20px no-repeat;
}

#business_category > .imaging > span > a:hover,
#business_category > .imaging.hover > span > a {
	background: #0064B8 url(/img/home_business_imaging_on.png) center 20px no-repeat;
}

#business_category > .other > span > a {
	background: url(/img/home_business_other.png) center 20px no-repeat;
}

#business_category > .other > span > a:hover,
#business_category > .other.hover > span > a {
	background: #0064B8 url(/img/home_business_other_on.png) center 20px no-repeat;
}

#business_category > .content {
	position: absolute;
	top: 215px;
	left: 0;
	height: 290px;
	width: 100%;
	background: #fff;
	display: none;
}

#business_category .menu.hover + .content {
	display: block;
}

#business_category > .content .left_col {
	float: left;
	width: 290px;
	padding: 0 !important;
	margin: 0 !important;
}

#business_category > .content .right_col {
	float: right;
	width: 630px;
}

#business_category > .content h3 {
	font-size: 20px;
	color: #0067b7;
	margin-bottom: 20px;
}

/* @end */


/* @group home_news */

#home_news_area {
	width: 100%;
	background: #edf4f8;
}

#home_news {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 75px;
}

#home_news a {
	color: #666;
}

#home_news a:hover {
	text-decoration: underline;
}

.news_ichiran {
	position: absolute;
	text-align: right;
	display: inline-block;
	right: 0;
	top: 60px;
}

#home_news .link {
	position: absolute;
	text-align: right;
	display: inline-block;
	right: 0;
	top: -70px;
	line-height: 1;
}

#home_news .link .news_rss {
	position: absolute;
	display: inline-block;
	right: 130px;
	top: 0px;
	width: 130px;
}

#home_news .link .news_rss img {
	vertical-align: baseline;
	margin-right: 5px;
}

#home_news .link .news_ichiran {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 2px;
	width: 130px;
}


.news_ichiran.ir {
	position: absolute;
	text-align: right;
	display: inline-block;
	right: 0;
	top: -70px;
}

.news_ichiran a  {
	position: relative;
	padding-left: 15px;
	line-height: 1.2;
}

.news_ichiran ::before  {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
    width: 6px;
    height: 6px;
 }
 
.news_list {
	width: 100%;
}


.news_list .date_area {
	float: left;
	width: 32.5%;
	margin-bottom: 15px;
}

.news_list .txt {
	float: right;
	width:67.5%;
	margin-bottom: 15px;
}

.news_list .date {
	margin-right: 15px;
}

.news_list .icon {
	vertical-align: middle;
	margin: 0 4px;
}

.news_list .new {
	font-size: 11px;
	color: #0067B9;
	background: #e6e6e6;
	padding: 3px 7px;
	line-height: 1;
}

.news_list .news_icon {
	font-size: 13px;
	color: #fff;
	background: #ccc;
	width: 125px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding: 5px 5px 3px 5px;
	border-radius:10px;
}

.news_list .news_icon.ir {
	background: #6366bc;
}

.news_list .news_icon.news {
	background: #53c5c2;
}

.news_list .news_icon.soukai {
	background: #6569ba;
}

.news_list .news_icon.kaiji {
	background: #d48486;
}

.news_list .news_icon.kessan {
	background: #5bc5c1;
}

/* @end */

/* @group home_group */

#home_group_area {
	width: 100%;
}

#home_group {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.link_group  {
	margin: 0 auto 30px;
	width: 530px;
}

.link_group li  {
	float: left;
	margin-right: 25px;
}

.link_group li:last-child  {
	margin-right: 0;
}

.link_group li a {
	position: relative;
	padding-left: 18px;
	color: #666;
}

.link_group li a:hover {
	text-decoration: underline;
}

.link_group li a::before {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
    width: 6px;
    height: 6px;
}

.group_map {
	position: relative;
	width: 960px;
	height: 458px;
}

.group_map .map_btn_euro {
	position: absolute;
	top: 23px;
	left: 125px;
}

.group_map .map_btn_japan {
	position: absolute;
	top: 137px;
	left: 360px;
}

.group_map .map_btn_america {
	position: absolute;
	top: 94px;
	left: 809px;
}

.group_map .map_btn_asia {
	position: absolute;
	top: 270px;
	left: 264px;
}

.group_map a:hover img {
	opacity: 0.7;
}

/* @end */

/* @group home_invester */

#home_invester_area {
	width: 100%;
	background: #ECF4F7 url(/img/invester_back.jpg) top center no-repeat;
}

#home_invester {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 55px 0;
}

ul.invester_pickup {
	margin-bottom: 45px;
}

ul.invester_pickup li {
	float: left;
	margin-right: 14px;
	width: calc((100% - 29px) / 3);
}

ul.invester_pickup li:last-child {
	margin-right: 0px;
}

ul.invester_pickup span {
	display: block;
	margin-top: 13px;
}

ul.invester_pickup li a {
	color: #333;
}

ul.invester_pickup li a:hover {
	opacity: 0.7;
}


/* @end */


/* @group clearfix */

#business_category::after,
#business_category > .content::after,
.news_list .col::after,
.link_group::after,
ul.invester_pickup::after,
#home_news .link::after {
	content: "";
	display: table;
	clear: both;
}

/* @end */


/* SP */
@media only screen and (max-width: 480px){


/* @group main_image */

#main_image {
	width: 100%;
	margin: 0 auto;
}

#main_image img {
	width: 100%;
	height: auto;
}

/* @end */



#home_content_area {
	overflow: hidden;
}

#home_content_area h2 {
	padding: 50px 0 35px 0;
}

/* @group home_business */

#home_business_area {
	width: calc(100% - 40px);
	padding: 0 20px;
}

#home_business {
	width: 100%;
	padding-bottom: 40px;
}

#business_category {
	width: 100%;
	height: auto;
}


#business_category .menu {
	display: none;
}

#business_category > .menu.hover {
    display: none;
}

#business_category .menu_sp {
	display: block;
	width:  100%;
	position: relative;
	height: auto;
	padding-bottom: 0;
}

#business_category > .menu_sp::before {
	width: calc(100% + 40px);
	height: 1px;
	background: #ccc;
	position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -20px;
 }
 
#business_category > .menu_sp.other {
	position: relative;
 }
 
#business_category > .menu_sp.other::after {
	width: calc(100% + 40px);
	height: 1px;
	background: #ccc;
	position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: -20px;
 }
 
 #business_category > .menu_sp.other.hover::after {
	display: none;
 }

#business_category > .menu_sp > span {
	padding: 0;
}

#business_category > .menu_sp > span {
	display: block;
	height: auto;
	padding: 15px 0 15px 0;
	border-radius:0px;
	position: relative;
	font-size: 18px;
	color: #666;
	text-align: left;
}

#business_category > .menu_sp > span:hover {
	cursor: pointer;
}

#business_category > .menu_sp > span::before {
 content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  width:1px;
  height:17px;
  background: #656565 !important;
  display: block;
}

#business_category > .menu_sp.hover > span {
	color: #0067b7;
}


#business_category > .menu_sp.hover > span::before {
	display: none;
}

#business_category > .menu_sp > span::after,
#business_category > .menu_sp.hover > span::after {
 content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width:17px;
  height:1px;
  background: #656565 !important;
  display: block;
}

#business_category > .content {
	position: relative;
	top:auto;
	left: auto;
	height: auto;
	width: 100%;
	background: #fff;
}

#business_category .menu_sp + .menu + .content {
	display: none;
}

#business_category .menu_sp.hover + .menu + .content {
	display: block;
}

#business_category > .content > span> a {
	position: relative;
}

#business_category > .content > span> a::before {
	position: relative;
}

#business_category > .content > .left_col {
	float: none;
	width: 100% !important;
	margin-bottom: 25px !important;
}

#business_category .content .left_col figure {
	text-align: center;
}

#business_category .content .left_col img {
	min-width: 217px;
	max-width: 100%;
	width: 70%;
	height: auto;
}

#business_category > .content > .right_col {
	float: none;
	width: 100%;
	margin-bottom: 35px;
}

#business_category > .content .right_col > h3 {
	display: none;
}

#business_category > .content h3 {
	font-size: 20px;
	color: #0067b7;
	margin-bottom: 20px;
}


/* @end */


/* @group home_news */

#home_news {
	width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	padding: 0 20px 40px 20px;
}

#home_news h2 {
	padding-bottom: 24px;
}

#home_news .link {
	position: relative;
	right: auto;
	top: -10px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

#home_news .link .news_rss {
	position: absolute;
	display: inline-block;
	right: auto;
	left: 0;
	top: -3px;
	width: 38%;
	text-align: right;
	float: left;
}


#home_news .link .news_ichiran {
	position: absolute;
	display: inline-block;
	left: 45%;
	top: 0px;
	width: 55%;
	float: right;
	text-align: left;
}

.news_ichiran {
	position: relative;
	text-align: center;
	display: block;
	right: auto;
	top: auto;
	margin-bottom: 35px;
}

#home_news .link .news_ichiran {
	position: absolute;
	top: 0;
	right: 0;
}

#home_news .link .news_ichiran a {
}


.news_list .date_area {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.news_list .txt {
	float: none;
	width:100%;
	margin-bottom: 20px;
}

.news_list .date {
	margin-right: 0;
}

.news_list .news_icon {
	font-size: 13px;
	color: #fff;
	background: #ccc;
	width: 120px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding: 5px 3px 3px 3px;
	border-radius:10px;
	margin-left: 15px;
}

.news_list .news_icon.ir {
	background: #6366bc;
}

.news_list .news_icon.news {
	background: #53c5c2;
}

.news_list img.icon {
	vertical-align: middle;
	margin: 0 3px;
}

.ir_news #home_news {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 0px 40px 0px;
}

/* @end */

/* @group home_group */

#home_group {
	width: calc(100% - 40px);
	padding: 0 20px 60px 20px;
}

#home_group img {
	width: 100%;
	height: auto;
}

.link_group  {
	margin: 20px auto 15px auto;
	width: 100%;
}

.link_group  {
	margin: 20px auto 15px;
	width: 100%;
}

.link_group li  {
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: center;
}

.link_group li a {
	text-align: center;
}

.group_map {
	width: 100%;
	height: auto;
}

.map_bg {
	
}

.group_map .map_btn_euro {
	position: absolute;
	top: 5%;
	left: 13.02%;
	width: 10.41% !important;
	height: auto;
}

.group_map .map_btn_japan {
	position: absolute;
	top: 29.9%;
	left: 37.5%;
	width: 10.41% !important;
	height: auto;
}

.group_map .map_btn_america {
	position: absolute;
	top: 20.52%;
	left: 84.27%;
	width: 10.41% !important;
	height: auto;
}

.group_map .map_btn_asia {
	position: absolute;
	top: 58.95%;
	left: 27.5%;
	width: 10.41% !important;
	height: auto;
}

.group_map a:hover img {
	opacity: 1;
}

/* @end */


/* @group home_invester */

#home_invester_area {
	width: 100%;
	background: #edf4f8 url(/img/invester_back_sp.jpg) top center no-repeat;
	background-size:104%  auto;
}

#home_invester {
	width: calc(100% - 40px);
	padding: 0 20px 80px 20px;
}

ul.invester_pickup {
	margin-bottom: 10px;
}

ul.invester_pickup li {
	float: none;
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
}

ul.invester_pickup li img {
	width: 100%;
	height: auto;
}

ul.invester_pickup span {
	display: block;
	margin-top: 13px;
}

/* @end */

}

/* @end */