@charset "UTF-8";

@media print, screen and (min-width: 751px) {
#container {
	padding-bottom: 100px;
}
/* -----------------------------------------------------------------------------
  
  	TOPページ
    
  ----------------------------------------------------------------------------- */
header {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#wrapper {
	background: #efefef;
}
	
/* news
  ---------------------------------------------*/
#news {
	position: relative;
	padding: 0;
	margin-top: -150px;
}
#news:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 180%;
	margin: 12% -10% 0;
	background: #efefef;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	z-index: 1;
}
#news .inner {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	/*top: -40px;*/
	top: 50px;
	margin: -150px auto 0;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	z-index: 2;
}
#news .bnrWrap ul {
	font-size: 0;
	text-align: center;
}
#news .bnrWrap ul li {
	display: inline-block;
	width: 31.66%;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#news .bnrWrap ul li + li {
	margin: 0 0 0 2.51%;
}
#news .bnrWrap ul li a {
	display: block;
}
#news .bnrWrap ul li img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#news .bnrWrap .bx-wrapper {
	display: none;
}
#news .newsWrap, #news .informationWrap {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
}
#news .newsWrap .ttl, #news .informationWrap .ttl {
	position: relative;
	padding: 20px 30px;
	border-bottom: 1px solid #ccc;
}
#news .newsWrap .ttl h2, #news .informationWrap .ttl h2 {
	font-size: 2.6rem;
	display: inline-block;
}
#news .newsWrap .ttl .more, #news .informationWrap .ttl .more {
	display: inline-block;
	position: relative;
	top: 4px;
	left: 4px;
}
#news .newsWrap .ttl .more li, #news .informationWrap .ttl .more li {
	float: left;
	padding-left: 18px;
	margin-left: 20px;
}
#news .newsWrap .ttl .more li.rss, #news .informationWrap .ttl .more li.rss {
	background: url(../common/img/sp/icon_rss.png) no-repeat left center;
	background-size: 12px;
}
#news .newsWrap .ttl .more li.list, #news .informationWrap .ttl .more li.list {
	padding-left: 15px;
	background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
	background-size: 7px;
}
#news .newsWrap .ttl .more li a, #news .informationWrap .ttl .more li a {
	font-size: 1.3rem;
}
#news .newsWrap .ttl .more li a:hover, #news .informationWrap .ttl .more li a:hover {
	text-decoration: underline;
}
#news .newsWrap .ttl .tab, #news .informationWrap .ttl .tab {
	position: absolute;
	bottom: 0;
	right: 30px;
}
#news .newsWrap .ttl .tab li, #news .informationWrap .ttl .tab li {
	float: left;
	/*min-width: 80px;*/
	padding: 0 15px;
	margin: 0 3px;
	text-align: center;
	line-height: 33px;
	font-size: 1.2rem;
	cursor: pointer;
	position: relative;
}
#news .newsWrap .ttl .tab li.active, #news .informationWrap .ttl .tab li.active {
	color: #e60012;
}
#news .newsWrap .ttl .tab li.active:after, #news .informationWrap .ttl .tab li.active:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #e60012;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#news .newsWrap .newsList, #news .informationWrap .newsList {
	padding: 30px;
	min-height: 166px;
	box-sizing: border-box;
}
#news .newsWrap .newsList .newsBox, #news .informationWrap .newsList .newsBox {
	display: none;
}
#news .newsWrap .newsList .newsBox.active, #news .informationWrap .newsList .newsBox.active {
	display: block;
}
#news .newsWrap .newsList .newsBox ul li, #news .informationWrap .newsList .newsBox ul li {
	position: relative;
}
#news .newsWrap .newsList .newsBox ul li + li, #news .informationWrap .newsList .newsBox ul li + li {
	margin-top: 20px;
}
#news .newsWrap .newsList .newsBox ul li span, #news .informationWrap .newsList .newsBox ul li span {
	font-size: 1.4rem;
	display: inline-block;
}
#news .newsWrap .newsList .newsBox ul li .date, #news .informationWrap .newsList .newsBox ul li .date {
	color: #666;
	width: 220px;
	position: absolute;
	top: 0;
	left: 0;
}
#news .newsWrap .newsList .newsBox ul li .date .tag, #news .informationWrap .newsList .newsBox ul li .date .tag {
	width: 100px;
	margin-left: 20px;
	text-align: center;
	background: #666;
	font-size: 1.2rem;
	color: #fff;
}
#news .newsWrap .newsList .newsBox ul li a, #news .informationWrap .newsList .newsBox ul li a {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 220px;
}
#news .newsWrap .newsList .newsBox ul li a:hover, #news .informationWrap .newsList .newsBox ul li a:hover {
	color: #e60012;
	text-decoration: underline;
}
#news .newsWrap {
	margin-top: 30px;
}
#news .informationWrap {
	margin-top: 10px;
	position: relative;
	padding: 0 70px 0 40px;
	box-sizing: border-box;
	overflow: hidden;
}
#news .informationWrap h2 {
	font-size: 1.5rem;
	color: #e60012;
	display: inline-block;
	padding-left: 35px;
	background: url(../common/img/icon_caution.png) no-repeat left center;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 40px;
}
#news .informationWrap .btnAcd {
	position: absolute;
	top: 24px;
	right: 30px;
	width: 14px;
	height: 14px;
	background: url(../common/img/icon_plus_g.png) no-repeat;
	cursor: pointer;
}
#news .informationWrap.active .btnAcd {
	background: url(../common/img/icon_minus_g.png) no-repeat;
}
#news .informationWrap .ttlInfo {
	padding: 19px 0;
	font-size: 1.4rem;
}
#news .informationWrap .ttlInfo .date {
	color: #666;
	display: inline-block;
	margin-right: 18px;
	/*float: left;*/
	position: absolute;
}
#news .informationWrap .ttlInfo a {
	display: inline-block;
	margin-left: 90px;
}
#news .informationWrap .ttlInfo a:hover {
	color: #e60012;
	text-decoration: underline;
}
#news .informationWrap > .ttlInfo {
	margin-left: 180px;
}
#news .informationWrap ul {
	margin-left: 180px;
	margin-bottom: 20px;
	display: none;
}
#news .informationWrap ul li {
	font-size: 1.4rem;
}
#news .informationWrap ul li div {
	margin-bottom: 15px;
}
#news .informationWrap ul li div p {
	font-size: 1.3rem;
	line-height: 1.7;
}
/* company
  ---------------------------------------------*/
#company {
	position: relative;
	padding: 70px 0;
	margin-top: 80px;
}
#company:before {
	content: '';
	position: absolute;
	top: -19.5%;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 0 -10% 0;
	background: url(../img/bg_insight.png) no-repeat center 8%, url(../img/bg_red.png) repeat left top;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	z-index: 1;
}
#company .inner {
	box-sizing: border-box;
	/*width: 1200px;*/
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 120px;
	position: relative;
	top: -20px;
	z-index: 2;
}
#company .inner .ttlWrap {
	padding: 80px 0 20px;
	text-align: center;
	color: #fff;
	padding-left: 61.777%;
}
#company .inner .ttlWrap h2 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 20px;
}
#company .inner .ttlWrap h2 b {
	font-size: 6rem;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	display: block;
	position: relative;
	z-index: 2;
}
#company .inner .ttlWrap .lead {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#company .inner .ttlWrap .lead + p {
	font-size: 1.4rem;
}
#company .inner .portrait {
	width: 55.833%;
	position: absolute;
	top: 0;
	left: 0;
}
#company .inner .portrait img {
	width: 100%;
}
#company .inner .portrait video {
	width: 100%;
}
#company .inner .btnWrap {
	padding-left: 61.777%;
}
#company .inner .btnWrap .btn {
	margin: 0 auto;
}

/* overview
  ---------------------------------------------*/
	#overview {
		margin-top: 20px;
		position: relative;
		z-index: 1;
	}
	#overview .inner {
		padding: 0 15px;
	}
	#overview h2 {
		text-align: center;
		font-size: 24px;
	}
	#overview h2 b {
		font-size: 60px;
		font-weight: bold;
		display: block;
		margin-top: 5px;
	}
	#overview .tabWrap {
		margin-top: 50px;
	}
	#overview .tabWrap .tabList li {
		background: #aaa;
		color: #fff;
	}
	#overview .tabWrap .tabList li:hover,
	#overview .tabWrap .tabList li.active {
		background: #cb151d;
		color: #fff;
	}
	#overview .tabCont {
		margin-top: 35px;
		background: #fff;
		padding: 30px;
	}
	#overview .tabCont .location .lead {
		font-size: 14px;
	}
	#overview .tabCont .location .lead b {
		font-size: 26px;
		margin-right: 15px;
		font-weight: normal;
		vertical-align: -3px;
	}
	#overview .tabCont .location .note {
		font-size: 14px;
		margin-top: 20px;
		text-align: right;
	}
	#overview .tabCont .location .pc {
		position: relative;
	}
	#overview .tabCont .location .left {
		width: 29%;
		float: left;
	}
	#overview .tabCont .location .right {
		width: 29%;
		float: left;
	}
	#overview .tabCont .location .center {
		width: 42%;
		padding: 0 3%;
		box-sizing: border-box;
		float: left;
	}
	#overview .tabCont .location .center dl {
		padding-left: 40px;
	}
	#overview .tabCont .location .center #map {
		margin-top: 20px;
		margin-left: -30px;
		display: inline-block;
		position: relative;
	}
	#overview .tabCont .location .center #map:after {
		content: "";
		width: 393px;
		height: 366px;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	#overview .tabCont .location .center #map.westernAustralia:after {
		background: url(../img/img_map01.png) no-repeat;
	}
	#overview .tabCont .location .center #map.northernTerritory:after {
		background: url(../img/img_map02.png) no-repeat;
	}
	#overview .tabCont .location .center #map.southAustralia:after {
		background: url(../img/img_map03.png);
	}
	#overview .tabCont .location .center #map.queensland:after {
		background: url(../img/img_map04.png);
	}
	#overview .tabCont .location .center #map.newSouthWales:after {
		background: url(../img/img_map05.png);
	}
	#overview .tabCont .location .center #map.victoria:after {
		background: url(../img/img_map06.png);
	}
	#overview .tabCont .location .center #map img {
		width: 100%;
	}
	#overview .tabCont .location .newZealand,
	#overview .tabCont .location .papua {
		position: relative;
	}
	#overview .tabCont .location .newZealand img {
		position: absolute;
		top: -2px;
		right: 30px;
	}
	#overview .tabCont .location .papua img {
		position: absolute;
		top: 10px;
		right: 40px;
	}
	#overview .tabCont .location dl {
		margin-top: 25px;
	}
	#overview .tabCont .location dl dt {
		font-size: 1.8rem;
		font-weight: bold;
		color: #e60012;
		position: relative;
		margin-bottom: 8px;
		display: inline-block;
		border-bottom: solid 2px #fff;
		padding-top: 110px;
		margin-top: -110px;
	}
	#overview .tabCont .location dl dt.active {
		border-color: #f27f88;
	}
	#overview .tabCont .location dl dd > ul > li {
		font-size: 1.4rem;
		padding-left: 14px;
		position: relative;
		z-index: 1;
	}
	#overview .tabCont .location dl dd > ul > li + li {
		margin-top: 10px;
	}
	#overview .tabCont .location dl dd > ul > li a:hover {
		color: #e60012;
		text-decoration: underline;
	}
	#overview .tabCont .location dl dd > ul > li a:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #fff url(../common/img/icon_arrow_r.png) no-repeat left center;
		position: absolute;
		top: 6px;
		left: 0;
	}
	#overview .tabCont .location dl dd > ul > li  ul {
		padding-left: 5px;
	}
	#overview .tabCont .location dl dd > ul > li  ul > li {
		text-indent: -1em;
		padding-left: 1em;
	}
	#overview .tabCont .field > ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	#overview .tabCont .field > ul li {
		width: 25%;
		position: relative;
	}
	#overview .tabCont .field > ul li img {
		width: 100%;
	}
	#overview .tabCont .field > ul li p {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		font-size: 1.8rem;
		z-index: 1;
		padding: 10px;
	}
}
@media print, screen and (min-width: 751px) and (max-width: 1240px) {
	section .inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#company .inner .ttlWrap h2 b {
		font-size: 4vw;
	}
	
	#overview .tabCont .location .left {
		padding-top: 387px;
		width: 33%;
	}
	#overview .tabCont .location .right {
		padding-top: 387px;
		width: 33%;
	}
	#overview .tabCont .location .center {
		width: 34%;
		padding: 387px 2% 0;
	}
	#overview .tabCont .location .center dl {
		padding-left: 0;
	}
	#overview .tabCont .location .center #map {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -192px;
	}
	#overview .tabCont .location .newZealand img,
	#overview .tabCont .location .papua  img {
		margin-top: 12px;
		margin-left: 30px;
		position: static;
	}
}
@media print, screen and (max-width: 950px) {
	#container {
		padding-bottom: 120px;
	}
	#news .newsWrap .ttl {
		padding: 20px 20px 20px 30px;
	}
	#news .newsWrap .ttl .tab {
		right: 15px;
	}
	#news .newsWrap .ttl .tab li {
		min-width: inherit;
		padding: 0 8px;
	}
	#company .inner .ttlWrap {
		padding-top: 0;
	}
	#overview .tabCont .field > ul li p {
		font-size: 16px;
		line-height: 1.4;
	}
}
/* -----------------------------------------------------------------------------
  
  	MV
    
  ----------------------------------------------------------------------------- */

  @media print, screen and (min-width: 751px) {

	/* mv
	  ---------------------------------------------*/
		#mv {
			position: relative;
			width: 100%;
			height: 860px;
			background: #000;
		}
		#mv #bgVideo {
			position: absolute;
			right: 50%;
			top: 50%;
			min-width: 100%;
			min-height: 105%;
			z-index: 1;
			transform: translate(50%,-50%);
		}
		#mv .video-btn {
		content: "";
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:40px;
			z-index: 2;
		}
		#mv #mvImg {
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			min-width: 100%;
		}
		#mv .mvWrap {
			opacity: 0;
			transition: .3s;
		}
		#mv .mvWrap.show {
			opacity: 1;
		}
		#mv .layer {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff;
			z-index: 1;
		}
		.mv {
			position: relative;
			width: 100%;
			height: 860px;
			background: #000;
		}
		.mv #bgVideo {
			position: absolute;
			right: 50%;
			top: 50%;
			min-width: 100%;
			min-height: 105%;
			z-index: 1;
			transform: translate(50%,-50%);
		}
		.mv .video-btn {
		content: "";
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:40px;
			z-index: 2;
		}
		.mv #mvImg {
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			min-width: 100%;
		}
		.mv .mvWrap {
			opacity: 0;
			transition: .3s;
		}
		.mv .mvWrap.show {
			opacity: 1;
		}
		.mv .layer {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff;
			z-index: 1;
		}
		#news {
			margin-top: -125px;
		}
	
	}
	@media print, screen and (min-width: 951px) and (max-width: 1240px) {
		#mv {
			height: auto;
			padding-bottom: 56%;
		}
		.mv {
			height: auto;
			padding-bottom: 56%;
		}	
	}
	
	
	@media print, screen and (min-width: 751px) and (max-width: 950px) {
		#mv {
			position: relative;
			height: auto;
		}
		#mv #bgVideo {
			position: inherit;
			top: 0;
			left: 0;
			width: 100%;
			transform: none;
		}
		#mv img.sp {
			width: 100%;
			display: block !important;
		}
		.mv {
			position: relative;
			height: auto;
		}
		.mv #bgVideo {
			position: inherit;
			top: 0;
			left: 0;
			width: 100%;
			transform: none;
		}
		.mv img.sp {
			width: 100%;
			display: block !important;
		}
		#news {
			margin-top: -130px;
		}
	
	}
	
	@media print, screen and (min-width: 1241px) and (max-width: 1500px) {
		
		#mv {
			height: 0;
			padding-bottom: 58%; 
		}
		#mv #bgVideo {
			min-height: 104%;
		}
		.mv {
			height: 0;
			padding-bottom: 58%; 
		}
		.mv #bgVideo {
			min-height: 104%;
		}
	}
	@media print, screen and (min-width: 1501px) {
		#mv #bgVideo {
			min-height: 106%;
		}
		.mv #bgVideo {
			min-height: 106%;
		}
	}
/* -----------------------------------------------------------------------------
  
  追加修正
    
  ----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
	#news .newsWrap .newsList .newsBox ul li, #news .informationWrap .newsList .newsBox ul li {
		position: relative;
		font-size: 1.4rem;
		padding-left: 220px;
	}
	#news .newsWrap .newsList .newsBox ul li a, #news .informationWrap .newsList .newsBox ul li a {
		font-size: 1.4rem;
		display: inline-block;
		margin-left: 0;
	}
	#news .informationWrap .ttlInfo {
		padding: 19px 0;
		font-size: 1.4rem;
		padding-left: 90px;
		position: relative;
	}
	#news .informationWrap .ttlInfo .date {
		color: #666;
		display: inline-block;
		margin-right: 18px;
		/* float: left; */
		position: absolute;
		left: 0;
	}
	#news .informationWrap .ttlInfo a {
		display: inline-block;
		margin-left: 0;
	}
	#news .informationWrap.ir .ttlInfo {
		padding-left: 0;
	}
	#news .informationWrap.ir h2 {
		color: #1e1572;
		background: none;
		left: 0;
	}
}
