@charset "utf-8";

/* wrapper*/

.wrapper .main {
	width: 100%;
	max-width: 2000px;
	margin: 100px auto 0;
	background-image: url('../../img/template/six_main.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 78px;
}

.contents {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
}

.contents_ttl {
	font-size: 32px;
	font-weight: normal;
	margin: 140px 0 110px 0;
	background-image: url('../../img/template/nav_news.png');
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: -25px 22px;
	padding-bottom: 20px;
}
.bCrumbs {
    background: #ffffff;
    opacity: 0.85;
}
.bCrumbs .contents{
	padding: 15px 0 0;
	height: 30px;
	width: 1000px;
}
.topBCrumbs p.current {
    position: relative;
    padding-right: 3%;
    color: #327ea7;
    font-size: 13px;
    display: inline-block;
}
.topBCrumbs p.current:after {
	position: absolute;
	top: 25%;
	left: 79%;
	width: 10px;
	height: 10px;
	background: url('/japana/assets/img/template/arro_down.png') no-repeat;
	background-size: 10px;	
	content: "";
}
.topBCrumbs a {
    position: relative;
    margin-right: 1.5%;
    padding-right: 2.5%;
    font-size: 13px;
    color: #222222;
}
.topBCrumbs a:after {
	position: absolute;
	top: 25%;
	left: 79%;
	width: 10px;
	height: 10px;
	background: url('/japana/assets/img/template/arro_right.png') no-repeat;
	background-size: 8px;	
	content: "";
}
.topBCrumbs a:hover{
	color: #327ea7;
}
.topBCrumbs p{
	margin: 0;
}
.news_table {
	padding: 100px 100px 56px 100px;
	background-color: #fff;
	text-align: center;
}

.news_table .table {
	display: table;
	border-collapse: collapse;
}

.news_table .table-row {
	display: table-row;
	border-bottom: 1px solid #cccccc;
}

.news_table .table-header {
	display: table-cell;
	font-size: 15px;
	width: 160px;
	text-align: left;
	vertical-align: middle;
}

.news_table .table-data {
	display: table-cell;
	font-size: 13px;
	font-weight: 200;
	width: 640px;
	text-align: left;
	line-height: 2;
	padding: 30px 48px 30px 20px;
	background-image: url('../../img/template/icn_right_arrow_blue.png');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right center;
}

.icn_new img {
	vertical-align: top;
	padding-left: 22px;
}

.table-pager {
	margin-top: 50px;
	display: inline-block;
}

.table-pager ul {
	margin: 0;
	padding: 0 0 0 0;
}

.table-pager ul li {
	display: inline-block;
	font-size: 15px;
	width: 30px;
	height: 27px;
}

.table-pager ul li.current {
	color: #fff;
	background-color: #327ea7;
}

.table-pager ul li a {
	vertical-align: -webkit-baseline-middle;
	line-height: normal;
}


/** strengths **/

.tab_active {
	background-color: #fff;
	opacity: 0.7;
}

.nav .tab_active a {
	color: #2481b3;
	position: relative;
}

.sub_nav{
	position: absolute;
	padding: 0;
	width: 100%;
	right: 0;
	background: #fff;
}

.sub_nav ul{
	padding: 0;
	width: 1000px;
	margin: 0 auto;
}

.sub_nav ul li{
	position: relative;
	margin-right: 50px;
}

.sub_nav ul li:after{
	content: "";
	background: url(../../img/template/arro_right.png);
	background-size: 8px;	
	width: 8px;
	height: 10px;
	position: absolute;
	    top: 17px;
    right: -16px;
}

.sub_nav ul li:last-child:after{
	content: "";
	background: url(../../img/template/arro_down.png);
	background-size: 10px;	
	width: 10px;
	height: 8px;
	position: absolute;
	    top: 17px;
    right: -16px;
}

.nav .tab_active .sub_nav ul li a{
	background-image: none;
	color: #222;
	padding: 15px 0;
}

.nav .tab_active .sub_nav ul li:last-child a{
	color: #2481b3;
}

.news_table {
	text-align: left;
}

.strengths_desc_title {
	margin-bottom: 42px;
	color: #2481b3;
	font-size: 258%;
}

.strengths_desc_proper {
	margin-bottom: 60px;
	color: #222;
	font-size: 133%;
	line-height: 25px;
}

.strengths_class {
	padding-bottom: 100px;
	border-bottom: 1px solid #ccc;
}

.strengths_class div {
	width: 47%;
}

.strengths_class p {
	color: #222;
}

.strength_business_link {
	float: left;
}

.strength_class_img {
	margin-bottom: 30px;
}

.strength_class_img img {
	width: 100%;
}

.strength_class_title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #2481b3;
	font-size: 158%;
}

.strength_class_title::after {
	content: url('../../img/template/arrow_after.png');
	margin-left: 20px;
}

.strength_class_title a,
.top_page_button a {
	color: #222;
}

.strength_class_desc {
	padding-top: 10px;
	font-size: 133%;
}

.strength_number_link {
	float: right;
}

.top_page_button a {
	display: block;
	position: relative;
    width: 35%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 12px 0;
	border: 1px solid #bbb;
	border-radius: 30px;
	font-size: 141%;
	text-align: center;
}
.top_page_button a:hover{
	color: #327ea7;
}
.top_page_button a:before {
    position: absolute;
    content: '';
	background: url(../../img/template/arrow_before.png) no-repeat;
	background-size: 8px;
    left: 10px;
	width: 8px;
	height: 10px;
	top:16px;	
}


/* h1 */

.six h1 {
	margin: 100px 0;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #111;
	line-height: 30px;
}


/* col */

.six .col {
	margin-bottom: 130px;
}

.six .col_last {
	margin-bottom: 170px;
}

.six .col p {
	margin: 0;
}

.six .col .title {
	margin-bottom: 40px;
	font-size: 20px;
	color: #111;
}

.six .col .text {
	margin-bottom: 40px;
	font-size: 13px;
	color: #222;
	line-height: 25px;
}

.six .col img {
	width: 100%;
}

.six .col_right {
	width: 50%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box
}

.six .col_left {
	width: 50%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}

.six .inner_col {
	position: relative;
}

.six .inner_col_right {
	width: 80%;
	float: right;
	box-sizing: border-box
}

.six .inner_col_left {
	width: 80%;
	float: left;
	box-sizing: border-box;
}

.six .line_left:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 34px;
	width: 1px;
	height: 100%;
	background: url(../../img/six/six_line.jpg) repeat-y;
	background-size: 1px;
	background-position: top left;
	content: "";
}

.six .line_right:before {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 34px;
	width: 1px;
	height: 100%;
	background: url(../../img/six/six_line.jpg) repeat-y;
	background-size: 1px;
	background-position: top left;
	content: "";
}

.six .left_icon:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 49px;
	height: 139px;
	content: "";
	z-index: 1;
}

.six .right_icon:before {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 49px;
	height: 139px;
	content: "";
	z-index: 1;
}

.six .icon_01:before {
	background: url(../../img/six/six_icon_01.jpg) no-repeat;
	background-size: 49px 139px;
}

.six .icon_03:before {
	background: url(../../img/six/six_icon_03.jpg) no-repeat;
	background-size: 49px 139px;
}

.six .icon_02:before {
	background: url(../../img/six/six_icon_02.jpg) no-repeat;
	background-size: 49px 139px;
}

.six .icon_04:before {
	background: url(../../img/six/six_icon_04.jpg) no-repeat;
	background-size: 49px 139px;
}

.six .icon_05:before {
	background: url(../../img/six/six_icon_05.jpg) no-repeat;
	background-size: 49px 139px;
}

.six .icon_06:before {
	background: url(../../img/six/six_icon_06.jpg) no-repeat;
	background-size: 49px 139px;
}


/* h2 */

.six h2 {
	margin: 0 0 80px 0;
	font-size: 32px;
	font-weight: normal;
	color: #111;
}

.six h2 span {
	padding-bottom: 20px;
	border-bottom: 5px solid #2481b3;
}


/* group */

.six .group {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #162d39;
}

.six .group:before {
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	background: url(../../img/six/six_group.png)no-repeat;
	background-size: 100%;
	content: "";
}

.six .group .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1366px;
}

.six .group .title {
	margin: 0;
	padding: 0 0 70px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 2;
}

.six .group .list {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
}

.six .group .list li {
	float: left;
	width: 33.33%;
	padding: 0 12.5px;
	box-sizing: border-box;
}

.six .group .list li:first-child {
	padding-right: 25px;
	padding-left: 0;
}

.six .group .list li:last-child {
	padding-right: 0;
	padding-left: 25px;
}

.six .group .list_img {
	margin: 0;
	margin-bottom: 30px;
}

.six .group .list_img img {
	width: 100%;
}

.six .group .list_title {
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #67bbe5;
}

.six .group .list_text {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
}


/* Tablet */

@media screen and (max-width: 768px) {
	.wrapper .main {
		background-image:none;
		margin: 0;
		padding-top: 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}
	.contents .mv img {
		width: 100%;
		height: auto;
	}
	.bCrumbs{
	display: none;
	}
	.news_table {
		padding: 0 30px 0 30px;
	}
	/* h1 */
	.six h1 {
		margin: 60px 35px;
	}
	/* col */
	.six .col {
		margin-bottom: 60px;
	}
	.six .col_right {
		padding-left: 15px;
	}
	.six .col_left {
		padding-right: 15px;
	}
	.six .col .title {
		font-size: 18px;
	}
	.six .col_last{
		margin-bottom: 120px;
	}
	/* h2 */
	.six h2 {
		margin: 0 0 60px 0;
		font-size: 26px;
	}
	.six h2 span {
		padding-bottom: 15px;
		border-bottom: 4px solid #2481b3;
	}
	/* group */
	.six .group {
		padding: 100px 0 50px 0;
	}
	.six .group .list {
		padding: 0 30px;
	}
	.six .group .title {
		padding: 0 30px 40px 30px;
	}
	.top_page_button a {
		width: 37%;
		margin: 40px auto 60px;
	}
	.breadcrumb_inner {
    width: 90%;
    padding: 0 0 2.7% 0;
}
}


/* SP */

@media screen and (max-width: 640px) {
	.wrapper{
		margin-bottom: 15.5%;
	}
	.wrapper .main {
    padding-top: 0;
    background-image: none;
	}
	.news_table .table-header {
		display: block;
		margin: 0;
		padding-bottom: 5%;
		padding-top: 5%;
	}
	.news_table .table-data {
		display: block;
		width: 90%;
		padding: 0;
		margin: 0;
		padding-right: 10%;
		padding-bottom: 6%;
	}
	.news_table {
		padding: 5% 5% 0 5%;
	}
	/** strengths **/
	.strengths_desc_title {
		margin-bottom: 32px;
		font-size: 183%;
	}
	.strengths_desc_proper {
		margin-bottom: 40px;
	}
	.strengths_class {
		padding-bottom: 50px;
	}
	.strength_class_img {
		margin-bottom: 20px;
	}
	.strengths_class div {
		float: none;
		width: 100%;
	}
	.strength_business_link {
		margin-bottom: 40px;
	}
	.strength_class_desc {
		line-height: 20px;
	}
	.top_page_button a {
		width: 100%;
		margin-top: 50px;
	}
	.breadcrumb_inner {
		padding-top: 0px;
	}
	/* h1 */
	.six h1 {
		margin: 50px 20px 80px 20px;
		text-align: left;
	}
	/* col */
	.six .col {
		margin-bottom: 80px;
	}
	.six .col_last {
		margin-bottom: 130px;
	}
	.six .col_right {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-bottom: 60px;
	}
	.six .col_left {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 60px;
	}
	.six .col .title {
		font-size: 18px;
		line-height:1.5;
	}
	.six .col .img_right {
		margin-left: 20px;
	}
	.six .col .img_left {
		margin-right: 20px;
	}
	.six .inner_col_left,
	.six .inner_col_right {
		padding: 0 20px;
	}
	/* h2 */
	.six h2 {
		margin: 0 0 55px 0;
		font-size: 20px;
	}
	/* group */
	.six .group {
		padding: 80px 0 0 0;
	}
	.six .group .title {
		padding: 0 20px 40px 20px;
	}
	.six .group .list {
		padding: 0 20px;
	}
	.six .group .list li {
		float: none;
		width: 100%;
		padding: 0 0 40px 0;
	}
	.six .group .list li:first-child {
		padding-right: 0;
	}
	.six .group .list li:last-child {
		padding-left: 0;
	}
	.six .group .list_img {
		margin-bottom: 20px;
	}
	.six .group .list_title {
		margin-bottom: 20px;
	}
	/* top_page_button */
	.six .top_page_button {
		margin: 0 5%;
	}
	.top_page_button a {
		width: 100%;
		margin: 14% 0 0;
	}
}
/* MV main-ttl*/
.main-ttl-area-wrapper{
	width: 1000px;
    margin: 0 auto;
    padding-top: 260px;
    position: relative;
}
.main-ttl {
    position: absolute;
	top: 80px;
    left: 0;
}
.main-ttl .main-ttl-txt-jp {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
	letter-spacing:2px;
}
.main-ttl .main-ttl-txt-en {
    color: #67bbe5;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 0;
	letter-spacing:2px;
}
.main-ttl .main-ttl-line {
    background: #5eb3e3;
    width: 50px;
    height: 2px;
    margin: 0;
}
@media screen and (max-width: 768px){
.main-ttl-area-wrapper {
    width: 100%;
    padding-top: 0px;
}
.main-ttl-area-wrapper .mv img {
    width: 100%;
    height: auto;
}
.main-ttl-area {
    position: relative;
}
.main-ttl {
    position: absolute;
    top: 37.26%;
    left: 2.91%;
}
.main-ttl .main-ttl-txt-jp {
    font-size: 26px;
}
.main-ttl .main-ttl-txt-en {
    margin-bottom: 30px;
}
.main-ttl .main-ttl-line {
    background: #5eb3e3;
    width: 50px;
    height: 2px;
    margin: 0;
}
}
@media screen and (max-width: 640px){
.main-ttl-area {
    position: relative;
}
.main-ttl {
    top: 36.36%;
    left: 6.25%;
}
.main-ttl .main-ttl-txt-jp {
    font-size: 22px;
}
.main-ttl .main-ttl-txt-en {
    margin-bottom: 30px;
}
}