/*toptitle*/
/*------------------------------------------------------------------------------*/
.toptitle03_01 {
	line-height: 1.2;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.toptitle03_01:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 40px;
	width: 50px;
	height: 3px;
	background: #EF4400;
}
.toptitle03_01 .main {
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.toptitle03_01 .sub {
	font-size: 19px;
	display: block;
	margin-top: 20px;
}
.toptitle04_01 {
	font-size: 18px;
	line-height: 1.6;
	padding-left: 16px;
	position: relative;
	margin-bottom: 10px;
}
.toptitle04_01:before {
	content: '';
	width: 10px;
	height: 4px;
	background: #EF4400;
	position: absolute;
	left: 0;
	top: 12px;
}
.toptitle04_01 .sub {
	display: block;
}
.toptitle04_02 {
	font-size: 24px;
	line-height: 1.2;
	padding-left: 27px;
	position: relative;
	margin-bottom: 15px;
}
.toptitle04_02:before {
	content: '';
	width: 10px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	top: 12px;
}
.toptitle04_02:after {
	content: '';
	width: 10px;
	height: 3px;
	background: #EF4400;
	position: absolute;
	left: 10px;
	top: 12px;
}

/*p/span*/
/*------------------------------------------------------------------------------*/
.lead01 {
	font-size: 17px;
	text-align: center;
	margin-bottom: 30px;
}

/*box*/
/*------------------------------------------------------------------------------*/
.box3_01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box3_01 .unit {
	width: 32%;
	margin-bottom: 20px;
}
.box3_01 .unit:last-child:nth-child(3n-1) {
	margin-right: auto;
	margin-left: 2%;
}

/*mainimage*/
/*------------------------------------------------------------------------------*/
#mainimage {
	position: relative;
	margin-top: 160px;
	height: 0;
	padding-top: 41.67%;
}
#mainimage video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainimage_in {
	height: 41.67vw;
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	color: #FFF;
	line-height: 1.4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.main_text {
	width:100%;
}

.main_text p {
	font-size: 30px;
	position: relative;
	margin-bottom: 20px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	text-align:right;
}

/*
.main_text p:before {
	content: '';
	width: 45px;
	height: 3px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/


.main_text h2 {
	font-size: 76px;
	margin-bottom: 0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}



.main_text h2 .sub {
	font-size: 19px;
	display: block;
	margin-top: 10px;
}
.main_text .btn a {
	line-height: 1.2;
	color: #fff;
	border-radius: 30px;
	font-size: 17px;
	padding: 18px 28px 18px 18px;
	max-width: 280px;
	width: 100%;
	display: block;
	border: 2px solid #FFF;
	background: rgba(0,0,0,0.6);
	text-align: center;
	position: relative;
}
.main_text .btn a:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: rotate(45deg) translate(0,-50%);
}

/*top_solution*/
/*------------------------------------------------------------------------------*/
#top_solution {
	padding: 60px 0 0;
	background: #EEE;
}
#top_solution .lead01 {
	margin-bottom: 45px;
}
.tabs_wrap {
	position: relative;
}
.tabs {
	border-top: 1px solid #CCC;
}
.tab_box {
	display: flex;
}
.tab_box li {
	width: 33.333%;
	text-align: center;
	position: relative;
}
.tab_box li:before {
	content: '';
	width: 1px;
	height: 60px;
	background: #CCC;
	position: absolute;
	left: 0;
	top: 0;
}
.tab_box li:after {
	content: none;
}
.tab_box li.active:before {
	content: '';
	width: 100%;
	height: 75px;
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom: none;
	bottom: 0;
	top: auto;
	z-index: 2;
}
.tab_box li.active:after {
	content: '';
	width: 50%;
	height: 3px;
	background: #000;
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translate(-50%,0);
	z-index: 2;
}
.tab_box li .table {
	display: table;
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	z-index: 3;
	color: #333;
	padding: 0 23px;
	cursor: pointer;
	transition: 0.3s;
}
.tab_box li:hover .table {
	color: #EF4400;
}
.tab_box li .table:before {
	content: '';
	border-right: 2px solid #EF4400;
	border-top: 2px solid #EF4400;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
	position: absolute;
	top: 20px;
	right: 8px;
}
.tabs_container {
	background: #FFF;
	border-top: 1px solid #CCC;
	margin-top: -1px;
	padding: 40px 0;
}
.tab_content {
	display: none;
}
.tab_content.select {
	display: block;
}
.sp_tab_switch {
	display: none;
}
#top_solution .tabs_container .unit .img100 {
	margin-bottom: 20px;
}
#top_solution .tabs_container #tab-1 p {
	font-size: 15px;
	line-height: 1.6;
}
.btn_wrap {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	text-align: right;
}
.btn_wrap .btn {
	width: calc(100% / 3);
	display: inline-block;
	text-align: center;
}
.btn_wrap .btn a {
	display: table;
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 1.2;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: relative;
	padding: 0 23px;
}
.btn_wrap .btn a:before {
	content: '';
	border-right: 2px solid #EF4400;
	border-top: 2px solid #EF4400;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 23px;
	right: 12px;
}
.tab-2_in {
	position: relative;
}
.tab-2_in .box3_01 {
	margin-bottom: 20px;
}
.tab-2_in .unit {
	border: 1px solid #CCC;
	padding: 19px 19px 14px;
}
.tab-2_in .unit p {
	line-height: 1.6;
	font-size: 17px;
	margin-bottom: 10px;
}
.tab-2_in .unit li {
	margin-bottom: 10px;
}
.tab-2_in .unit li a {
	padding-left: 20px;
	background: url(../image/common/arr03.png) no-repeat left 1px;
	font-size: 15px;
	line-height: 1.2;
	display: block;
}
.tab-2_in .btn02 {
	position: absolute;
	top: 0;
	right: 0;
}

/*top_case*/
/*------------------------------------------------------------------------------*/
#top_case {
	padding: 50px 0;
	background: #EEE;
}
#top_case ul {
	text-align: center;
}
#top_case li {
	width: 205px;
	height: 205px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0 7px 20px;
}
#top_case li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding-top: 30px;
	font-size: 20px;
	line-height: 1.2;
}
#top_case li a .icon {
	display: block;
	height: 72px;
	position: relative;
	margin-bottom: 20px;
}
#top_case li a .icon:before {
	content: '';
	width: 25px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#top_case li a .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*top_pickup*/
/*------------------------------------------------------------------------------*/
#top_pickup {
	padding: 0 0 50px;
	background: #EEE;
}
#top_pickup .esc{
	display: none;
}
#top_pickup .slider-container {
	position: relative;
}
#top_pickup .slider {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#top_pickup .slider dl {
	width: 19%;
	background: #FFF;
}
#top_pickup .slider dt {
	position: relative;
    overflow: hidden;
    display: inline-block;
}
#top_pickup .slider dt:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	right: 12px;
	z-index: 2;
}
#top_pickup .slider dt:after {
	content: '';
	width: 30px;
	height: 30px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
}
#top_pickup .slider dd {　
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
}

/*追記*/
#top_pickup .slider .media_cat{
    display: inline-flex;
    color: #FFF;
    padding: 5px 15px;
    align-items: center;
    justify-content: center;
    background-color: #3F4FC0;
    font-size: 12px;
    line-height: 1.2;
}
#top_pickup .slider .media_cat.education{
	background-color: #8C2300;
}
#top_pickup .slider .media_cat.company {
    background-color: #30A7AB;
}
#top_pickup .slider .media_cat.medical {
    background-color: #DF7E13;
}
#top_pickup .slider .media_cat.public {
    background-color: #336600;
}
#top_pickup .slider .media_cat.Commercial {
    background-color: #B28500;
}


.sol_sub_box04 .case_tag li {
    margin-right: 2%;
    border: 1px solid #333;
    line-height: 1.2;
    padding: 6px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}


/*top_news*/
/*------------------------------------------------------------------------------*/
#top_news_in {
	margin-bottom: 30px;
}
#top_news_in dl {
	padding: 25px 0;
	border-top: 1px solid #EEE;
}
#top_news_in dl:last-child {
	border-bottom: 1px solid #EEE;
}
#top_news_in .rss_date {
	float: left;
	width: 115px;
	font-size: 17px;
}
#top_news_in .rss_title {
	padding-left: 115px;
	font-size: 17px;
}
#top_news_in .rss_contents {
	display: none;
}

/*top_media*/
/*------------------------------------------------------------------------------*/
#top_media .pickupList{
	display: none;
}
#top_media_in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#top_media_in dl {
	width: 23.5%;
	margin-bottom: 20px;
}
#top_media_in dl:last-child:nth-child(4n-1){
	margin-right: auto;
	margin-left: 2%;
}
#top_media_in dl:nth-last-child(2):nth-child(4n-2){
	margin-left: 2%;
}
#top_media_in dl:last-child:nth-child(4n-2){
	margin-right: auto;
	margin-left: 2%;
}
#top_media_in dl:nth-last-child(2):nth-child(4n-3){
	margin-left: 2%;
}
#top_media_in dt {
    overflow: hidden;
    display: inline-block;
	margin-bottom: 20px;
}
#top_media_in .media_title {
	margin-bottom: 10px;
}
#top_media_in .media_title a {
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}
#top_media_in .media_contents {
	font-size: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}
#top_media_in ul {
	display: flex;
	flex: 1 1 auto
}
#top_media_in li {
	/*width: 50%;*/
	text-align: center;
	line-height: 1.2;
	padding: 8px 5px;
}
#top_media_in .media_cat {
	color: #FFF;
}
#top_media_in .cat01 {
	background: #8C2300;
}
#top_media_in .cat02 {
	background: #B28500;
}
#top_media_in .cat03 {
	background: #336600;
}
#top_media_in .cat04 {
	background: #00698C;
}

/*top_support*/
/*------------------------------------------------------------------------------*/
#top_support {
	background: url("../image/top_support_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}
#top_support .toptitle03_01 {
	color: #fff;
	margin-bottom: 60px;
}
#top_support .toptitle03_01:before {
	bottom: 45px;
}
#top_support .toptitle03_01 .main {
	font-weight: 200;
}
#top_support .toptitle03_01 .sub {
	margin-top: 35px;
}
#top_support ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#top_support li {
	width: 20%;
	border-left: 1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 1.4;
	padding: 0 5px;
}
#top_support li:last-child {
	border-right: 1px solid rgba(255,255,255,.3);
}
#top_support .icon {
	display: block;
	margin-bottom: 28px;
}
#top_support li a {
	color: #fff;
	font-size: 18px;
	display: block;
}
