@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	transition: top 1s ease;
}

.loaded #gHeader{
	top: 0px;
}

#gHeader h1 {
	transition: width 0s ease,margin 0s ease;
}

.head {
	opacity: 0;
	transition: opacity 1.25s ease;
}

.loaded .head {
	opacity: 1;
}

.menuBox {
	opacity: 0;
	transition: opacity 1.25s ease,background 0s ease;
}

.loaded .menuBox {
	opacity: 1;
}

#gNavi li > p {
	transition: padding 0s ease;
}

.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
	
.bannerBox {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerImg {
	width: 106%;
	height: 100%;
	opacity: 0;
	transition: opacity 2s linear,background 6s ease-out;
	background-repeat: no-repeat;
	background-size: cover;
}
@media all and (min-width: 768px) {
	.bannerImg {
		/*background-image: url(//cdn.xuansiwei.com/meili8437/1709209754780/IMG_6365_r__2508-1672_c__549ac8_.JPG);*/
		background-image: url(../images/1744610090426.jpg);
		background-position: -60px 0;
	}
}
.loaded .bannerImg {
	opacity: 1;
	background-position: center;
}

.banWord {
	position: absolute;
	top: 12.81%;
	right: 1.26%;
	opacity: 0;
	transition: opacity 3s ease 1s;
	font-size: 34px;
	letter-spacing: 5px;
}

.loaded .banWord {
	opacity: 1;
}

.banWord svg {
	width: 287px;
	height: 71px;
}

.business {
	margin-top: 144px;
}

.news {
	margin: 0 auto 144px;
	width: 900px;
}

.news .headLine01 {
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: -14px;
	float: left;
}

.news .headLine01 p {
	white-space: nowrap;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}

.edge .news .headLine01 p {
	height: 248px;
}

.newsBox {
	margin-bottom: 53px;
	position: relative;
}

.newsInfo {
	margin-left: 70px;
	width: 685px;
	float: left;
}

.newsWord {
	margin-bottom: 32px;
	overflow: hidden;
}

.newsTime {
	width: 215px;
	float: left;
	overflow: hidden;
	letter-spacing: 1px;
}

.newsTime span {
	margin-top: -2px;
	width: 100px;
	float: left;
	font-size: 15px;
	line-height: 1.8;
}

.newsTime p {
	margin-left: 110px;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
}

.newsSpecific {
	margin-left: 235px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: .8px;
}

.newsSpecific a {
	display: block;
}

.newsSpecific a:hover {
	color: #999;
}

.newsBox .linkTo {
	max-width: 105px;
	position: absolute;
	bottom: 41px;
	right: 0;
}

.newsList li {
	width: 260px;
	float: left;
}

.newsList li:nth-child(2) {
	margin: 0 60px;
}

.newsList li a {
	display: block;
}

.newsList li a:hover {
	color: #999;
}

.newsImg {
	margin-bottom: 25px;
}

.newsImg img {
	width: 100%;
	transition: opacity .6s ease;
}

.newsList li a:hover .newsImg img {
	opacity: .7 !important;
}

.newsListTime {
	margin-bottom: 6px;
}

.newsListTime span {
	padding-right: 15px;
	font-size: 15px;
	float: left;
	letter-spacing: 1px;
}

.newsListTime p {
	font-size: 12px;
}

.newsListMess {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: .8px;
}

.picSlide {
	margin-bottom: 136px;
}

.picSlide ul {
	margin-bottom: 22px;
}

.picSlide li img {
	width: 100%;
}

.picSwitch {
	position: relative;
	text-align: center;
}

.picSwitch li {
	padding: 5px 0;
  margin: 0 2px;
	width: 40px;
	height: 1px;
	display: inline-block;
	position: relative;
  cursor: pointer;
}

.picSwitch li:after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: #b7c5cc;
}

.picSwitch li.slick-active:after {
	background: #0f3e57;
}

.picSwitch li button {
  display: none;
}

.about {
	margin-bottom: 86px;
}

.aboutInfo {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.aboutInfo img {
	width: 100%;
}

.aboutInfo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.aboutInfo a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0.5;
	transition: opacity .6s ease;
	background: url(//cdn.xuansiwei.com/meili8437/img/common/img_business_cover.png) no-repeat center;
	background-size: 100%;
}

.aboutInfo a:hover:after {
	opacity: .7;
}

.aboutInfo p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	text-align: center;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	transform: translateY(-50%);
}

.aboutLeft a:before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	z-index: 1;
	background: #fff;
}

.aboutLeft a img {
	width: 100%;
	height: 100%;
	display: block;
}

.aboutRight div:nth-child(2) {
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.aboutRight div:nth-child(2):after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #ffffff;
}

.aboutRight div img{
	width: 100%;
	height: 100%;
	display: block;
}

.aboutRight div:nth-child(3) {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.banner {
		height: auto;
		background: none;
	}
	
	.bannerBox {
		height: 89.95%;
	}

	.bannerImg {
		width: calc(100% + 60px);
		height: 100%;
		position: relative;
		/*background-image: url(//cdn.xuansiwei.com/meili8437/1709209754780/IMG_6365_r__2508-1672_c__549ac8_.JPG);*/
		background-image: url(../images/1744610090426.jpg);
		background-position: -60px bottom;
	}
	
	.loaded .bannerImg {
		background-position: 0 bottom;
	}
	
	.bannerBox:after {
		width: 1px;
		height: 50px;
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #000;
	}

	.banWord {
		font-size: 20px;
		top: 40%;
		left: 50%;
		right: auto;
		transform: translate(-50%,-50%);
	}

	.banWord svg {
		width: 200px;
		height: 50px;
	}

	.business {
    	margin-top: 31px;
	}

	.news {
		margin-bottom: 93px;
		padding: 0 25px;
		width: auto;
	}

	.news .headLine01 {
		margin-left: -12px;
		width: 45px;
		position: absolute;
	}

	.newsInfo {
		min-height: 211px;
		padding-bottom: 5px;
		margin-left: 57px;
		width: auto;
		float: none;
	}

	.newsBox {
		padding-bottom: 61px;
    	margin-bottom: 0;
	}

	.newsWord {
		margin-bottom: 23px;
	}
	
	.newsListTime span {
		padding-right: 15px;
	}

	.newsTime {
		margin-bottom: 4px;
		float: none;
		width:100%;
	}

	.newsTime span {
		margin-top: 0;
		width: 90px;
	}

	.newsTime p {
		margin-top:4px;
		margin-left: 90px;
		width: auto;
		font-size: 10px;
		letter-spacing:0.5px;
	}

	.newsSpecific {
		margin-left: 0;
	}
	
	.newsSpecific a:hover {
		color: #000;
	}

	.newsBox .linkTo {
		margin-left: 57px;
		position: static;
		float: left;
	}

	.newsList {
		padding-right: 7px;
		margin-left: 57px;
		float: left;
	}

	.newsList li,
	.newsList li:nth-child(2) {
		margin-bottom: 31px;
		width: 100%;
	}

	.newsList li:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.newsList li:last-child {
		margin-bottom: 0;
	}

	.newsList li a:hover .newsImg img {
		opacity: 1 !important;
	}

	.newsList li a:hover {
		color: #000;
	}

	.newsListTime p {
		padding-top:3px;
		font-size: 10px;
		letter-spacing:0.5px;
	}

	.newsImg {
    	margin-bottom: 15px;
	}

	.picSlide {
		margin-bottom: 78px;
	}

	.about {
		margin-bottom: 64px;
	}

	.aboutInfo {
		width: auto;
		float: none;
	}

	.aboutLeft a::before {
		width: 100%;
		height: 1px;
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
		z-index: 1;
	}

	.aboutInfo a:hover::after {
		opacity: 0;
	}

	.aboutInfo p {
		font-size: 16px;
	}
}

@media all and (-ms-high-contrast:none){
	.news .headLine01 p {
		height: 248px;
	}
}

/*------------------------------------------------------------
	en
------------------------------------------------------------*/

.banWordEn {
	top: 46%;
}

.banWordEn h2{
	width: 340px;
	font-size: 26px;
	letter-spacing: 2px;
}

.banWordEn p{
	margin-top:25px;
	font-size: 17px;
	letter-spacing: 1.5px;
}

.newsInfoEn {
	width: 720px;
}

.newsInfoEn .newsTime span {
	line-height: 1.6;
}

.newsInfoEn .newsTime p {
	margin-top: 1px;
	letter-spacing: .2px;
	line-height: 1.35;
}

.newsInfoEn .newsSpecific{
	margin-left: 227px;
	letter-spacing: .2px;
	line-height: 1.6;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.newsBoxEn .linkTo {
	bottom: 31px;
}

.newsListEn .newsListTime p {
	padding-top: 2px;
	letter-spacing: .2px;
}

.newsListEn .newsListTime span {
	padding-right: 16px;
}

.newsListEn .newsListMess {
	letter-spacing: .22px;
	line-height: 1.6;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.aboutEn .aboutInfo p {
	font-size: 24px;
	letter-spacing: .5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.banWordEn {
		top: 43.81%;
	}
	
	.banWordEn h2{
		width: 276px;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1.6px;
		line-height:.5;
	}
	
	.newsInfoEn {
		width: auto;
		padding-bottom: 9px;
	}
	
	.newsInfoEn .newsSpecific {
		margin-left: 0;
	}
	
	.newsInfoEn .newsTime p {
		margin-top: 0;
		padding-top: 4px;
		margin-left: 90px;
		font-size: 12px;
	}
	
	.newsInfoEn .newsTime {
		width: 100%;
		overflow: visible;
	}
	
	.newsListEn .newsListTime span {
		padding-right: 15px;
	}
	
	.newsListEn .newsListTime p {
		padding-top: 3px;
		letter-spacing: .2px;
		font-size: 12px;
	}
	
	.newsListEn .newsListMess {
		letter-spacing: .25px;
	}
	
	.aboutEn .aboutInfo p {
		font-size: 18px;
	}
}

@media all and (min-width: 0) and (max-width: 360px) {
	.newsInfoEn .newsTime p {
		letter-spacing: -.1px;
	
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	.newsInfoEn .news {
		overflow: visible;
	}
	
	.newsInfoEn .newsWord {
		overflow: visible;
	}
	
	.newsInfoEn .newsTime p {
		letter-spacing: -.5px;
	}
	
	.newsInfoEn .newsTime p.newsText {
			margin-right: -20px;
		    letter-spacing: -0.7px;
   		    
	}

	.newsListEn .newsListTime p {
		letter-spacing: -.5px;
	}

}
.sustainability {
	margin-bottom: 140px;
}
.sustainability  .headLine01 {
	margin-bottom: 55px;
}
.sustainability  > div img {
	width: 100%;
}
.sustainability  > div a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .6s ease;
	content: "";
	background-color: #003F54;
}
.sustainability  > div a:hover:after {
	opacity: 0.7;
}
.sustainability .stepContainer a {
	position: relative;
	display: block;
}
.sustainability p {
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.06em;
	text-align: center;
	cursor: pointer;
	transform: translateY(-50%);
	box-sizing: border-box;
	z-index: 1;
}
/*en*/
.sustainability p.en {
    font-size: 22px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sustainability {
		margin-bottom: 90px;
	}
	.sustainability  .headLine01 {
		margin-bottom: 40px;
	}
	.sustainability  > div a:hover:after {
		opacity: 0;
	}
	.sustainability p {
		top: 46%;
		font-size: 16px;
		line-height: 1.875;
	}
    
    /*en*/
    .sustainability p.en {
        line-height: 1.3;
    }
}

.special {
	margin-bottom: 160px;
}
.special  .headLine01 {
	margin-bottom: 70px;
}
.special .stepContainer {
	width: 97.5%;
	margin: 0 auto;
	background-color: #003F54;
}
.special  > div img {
	width: 100%;
}
.special a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.special {
		margin-bottom: 100px;
	}
	.special  .headLine01 {
		margin-bottom: 40px;
	}
	.special .stepContainer {
		width: 95%;
	}
	.special a:hover {
		opacity: 0;
	}
}
