@charset "utf-8";
/* CSS Document */
/*swiperArea */
.swiperArea {
	position: relative;
	width: 100%;
	height: 100vh;
}
.swiper-container {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
.swiperArea .textArea {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiperArea .textArea .m_inner {
	width: 100%;
	position: relative;
}
.swiperArea .textArea .m_inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 60px;
	height: 2px;
	width: 80%;
	background-color: #fff;
}
.swiperArea .textArea .m_inner:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 50px;
	height: 2px;
	width: 80%;
	background-color: #fff;
}
.swiperArea .textArea .m_inner .textBox {
	color: #fff;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.swiperArea .textArea .m_inner .textBox .centerBox {
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 0 180px 20px;
}
.swiperArea .textArea .m_inner .textBox .centerBox:before {
	content: "";
	position: absolute;
	left: 0px;
	height: 150px;
	width: 2px;
	background-color: #fff;
	display: inline-block;
	top: -20px;
}
.swiperArea .textArea .m_inner .textBox .centerBox:after {
	content: "";
	position: absolute;
	right: 0px;
	height: 150px;
	width: 2px;
	background-color: #fff;
	display: inline-block;
	bottom: -10px;
}
.swiperArea .textArea .m_inner .textBox .text {
	font-size: 43px;
	font-family: "Arial Black", Gadget, "sans-serif";
	text-align-last: left;
	line-height: 1;
	padding-bottom: 25px;
}
.swiperArea .textArea .m_inner .textBox .text02,.text03 {
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
	word-break: normal;
}
.swiperArea .textArea .m_inner .textBox .text02 {
	font-size: 38px;
	letter-spacing: 0;
}
.swiperArea .textArea .m_inner .textBox .text03 {
	font-size: 28px;
}
.swiperArea .textArea .m_inner .textBox .text04 {
	font-size: 28px;
	text-align: right;
	line-height: 1;
	padding-top: 15px;
	font-family: "Arial Black", Gadget, "sans-serif"
}
.slide01,
.slide02,
.slide03,
.slide04,
.slide05 {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
}
.slide01 {
	background-image: url(../img/top/main01.jpg);
}
.slide02 {
	background-image: url(../img/top/main02.jpg);
}
.slide03 {
	background-image: url(../img/top/main03.jpg);
}
.slide04 {
	background-image: url(../img/top/main04.jpg);
}
.slide05 {
	background-image: url(../img/top/main05.jpg);
}
.top_bg {
	background-image: url(../img/top/back_moyou.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/*共通*/
h2 {
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
	color: #fff;
	text-shadow: #61a4bf 1px 1px 10px, #61a4bf -1px 1px 10px, #61a4bf 1px -1px 10px, #61a4bf -1px -1px 10px;
}
h2 span {
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	text-shadow: #61a4bf 1px 1px 10px, #61a4bf -1px 1px 10px, #61a4bf 1px -1px 10px, #61a4bf -1px -1px 10px;
	padding-left: 10px;
}
.btnArea .btn a img {
	padding: 0 5px;
}
.btnArea .btn a {
	color: #61a4bf;
	line-height: 23px;
	font-size: 13px;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.btnArea .btn a:hover {
	color: #000;
}
.btnArea02 .btn {
	position: relative;
	display: inline-block;
}
.btnArea02 .btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #000;
	width: 50px;
	height: 1px;
}
.btnArea02 .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #000;
	width: 50px;
	height: 1px;
}
.btnArea02 .btn a {
	width: 300px;
	display: inline-block;
	padding: 18px 0;
	line-height: 1;
	color: #000;
	font-size: 13px;
	text-align: center;
	border: 1px solid #000;
	background-color: rgba(255,255,255,.5);
}
.btnArea02 .btn a:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: rgba(0,0,0,.5);
}

/*M&A Area*/
.mandaArea .inner .textArea {
	padding: 24px;
}
.mandaArea .inner .textArea h2 {
	color: #444;
	font-size: 18px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
	display: inline-block;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.mandaArea .inner .textArea a {
	font-size: 18px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
	padding: 0 30px;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.mandaArea .backBox {
	height: 380px;
	background: linear-gradient( 0deg, #ffffff 0, #00072e 0) no-repeat 50% 50% / 1000px 730px;
	background-position: top center;
	margin: 0 auto;
	margin-bottom: 80px;
	align-items: center;
	display: flex;
}
.mandaArea .backBox ul {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
	flex-wrap: nowrap;
	width: 100%;
}
.mandaArea .backBox ul li {
	background-color: #fff;
}
.mandaArea .backBox ul .whiteBox {
	background-color: #fff;
	width: 290px;
	border: 2px solid #000000;
	display: block;
	padding: 10px 10px 16px;
}
.mandaArea .backBox ul .whiteBox:hover {
	opacity: .8;
}
.mandaArea .backBox ul .whiteBox .country {
	position: relative;
	padding: 2px 10px 4px 36px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-align: left;
}
.mandaArea .backBox ul :first-child .whiteBox .country::before {
	content:url(../img/top/laosflag.jpg);
	position: absolute;
	padding: 0 10px 0 0px;
	left: 0;
	bottom: 0px;
}
.mandaArea .backBox ul :nth-child(2) .whiteBox .country::before {
	content:url("../img/top/chainaflag.jpg");
	position: absolute;
	padding: 0 10px 0 0px;
	left: 0;
	bottom: 0px;
}
.mandaArea .backBox ul :nth-child(3) .whiteBox .country::before {
	content:url("../img/top/malaysiaflag.jpg");
	position: absolute;
	padding: 0 10px 0 0px;
	left: 0;
	bottom: 0px;
}
.mandaArea .backBox ul :nth-child(4) .whiteBox .country::before {
	content:url("../img/top/indonesia.jpg");
	position: absolute;
	padding: 0 10px 0 0px;
	left: 0;
	bottom: 0px;
}
.mandaArea .backBox ul .whiteBox .miniCircle {
	position: relative;
}
.mandaArea .backBox ul .whiteBox .miniCircle h3 {
	font-size: 12px;
	color: #ffe673;
	padding: 0 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #00072e;
	border: 1px solid #ffe673;
	align-items: center;
	display: flex;
	z-index: 10;
	position: absolute;
	top: -20px;
	left: -20px;
	letter-spacing: 0;
}
.mandaArea .backBox ul .whiteBox .miniCircle h3.en{
	padding: 0 15px;
}
.mandaArea .backBox ul .whiteBox dd .img {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.mandaArea .backBox ul .whiteBox dd .img img {
	object-position: 0 50%;
	object-fit: cover;
	height: 200px;
	width: 100%;
}
/*newsArea*/
.newsArea .inner .news_bg {
	max-width: 840px;
	padding: 0 20px;
	margin: 0 auto;
}
.newsArea .inner .news_bg h2 {
	background-color: #61a4bf;
	color: #fff;
	font-size: 22px;
	padding: 0 20px;
}
.newsArea .inner .news_bg .newsBox ul li {
	padding: 15px 20px;
	border-bottom: dashed 1px;
}
.newsArea .inner .news_bg .newsBox ul dl {
	display: flex;
	justify-content: flex-start;
}
.newsArea .inner .news_bg .newsBox ul dl dt {
	width: 15%;
	color: #000;
}
.newsArea .inner .news_bg .newsBox ul dl dt {
	padding: 20px 10px 0;
}
.newsArea .inner .news_bg .newsBox ul dl dd {
	padding: 20px 10px 0;
}
.newsArea .inner .news_bg .newsBox ul dl dd p {
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.newsArea .inner .news_bg .newsBox ul dl dd p a:hover {
	color: #61a4bf;
}
.newsArea .btnArea {
	text-align: end;
	padding: 20px;
}



/*追加*/
.infoArea .inner {
	max-width: 840px;
	padding: 20px 20px 40px;
	margin: 0 auto;
}
.infoArea .inner ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.infoArea .inner ul li {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.infoArea .inner ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #000;
	width: 50px;
	height: 1px;
}
.infoArea .inner ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #000;
	width: 50px;
	height: 1px;
}
.infoArea .inner ul li:nth-of-type(1) {
	margin-right: 3%;
}
.infoArea .inner ul li:nth-of-type(2) {
	margin-lrft: 3%;
}
.infoArea .inner ul li a {
	padding:  15px 0;
	display: block;
	width: 100%;
	text-align-last: center;
	border: 1px solid #000;
	font-weight: bold;
	background-color: rgba(255,255,255,.5);
}
.infoArea .inner ul li a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.5);
}
/*追加*/


.middle_bg {
	background-image: url("../img/top/back02.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

/*aboutArea*/
.aboutArea {
	text-align: center;
}
.aboutArea .inner {
	padding: 50px 20px;
}
.aboutArea .inner .aboutBox p {
	display: inline-block;
	filter: drop-shadow(3px 3px 8px rgba(0,0,0,0.2));
}
.aboutArea .inner .aboutBox p a {
	display: inline-block;
}
.aboutArea .inner .aboutBox p a:hover {
	opacity: .7;
}

/*philosophyArea*/

.philosophyArea {
	text-align: center;
	padding: 30px 0;
}

.philosophyArea .philosophyBox {
	height: 350px;
	background-image: url("../img/top/hand.jpg");
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.philosophyArea .philosophyBox .txtArea {
	width: 800px;
	margin: 0 5% 0 auto;
	text-align: left;
}
.philosophyArea .philosophyBox .txtArea h2 {
	padding-bottom: 20px;
}
.philosophyArea .philosophyBox .txtArea .txt {
	padding-left: 50px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
.philosophyArea .philosophyBox .txtArea .btnArea02 {
	padding: 20px 0 0 80px;
}

/*memberArea*/
.memberArea .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
.memberArea .inner .left {
	width: 40%;
	text-align: center;
}
.memberArea .inner .right {
	width: 60%;
	padding-left: 2%;
	text-align: left;
}
.memberArea .inner .right {
	width: 60%;
	padding-left: 2%;
}
.memberArea .inner .right .txtArea h2 {
	padding-bottom: 20px;
}
.memberArea .inner .right .txtArea .txt,
.memberArea .inner .right .txtArea .en {
	padding-left: 50px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
.memberArea .inner .right .txtArea .btnArea02 {
	padding: 20px 0 0 80px;
}

/*contentArea*/
.contentArea .inner {
	padding: 50px 20px 0;
}
.contentArea .inner ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	z-index: 50;
	position: relative;
}
.contentArea .inner ul li {
	width: 460px;
	margin: 0 2%;
	text-align: center;
}
.contentArea .inner ul li .bnrArea a {
	display: block;
}
.contentArea .inner ul li .bnrArea a:hover {
	opacity: .7;
}
.contentArea .inner ul li .bnrArea a h2 {
	width: 100%;
	padding: 5px 0;
	display: inline-block;
	background-color: #61a4bf;
	max-width: 460px;
}
.contentArea .inner ul li .txtArea {
	text-align: left;
	padding-top: 10px;
	max-width: 460px;
	margin: 0 auto;
	width: 100%;
}
.contentArea .inner ul li .btnArea {
	text-align: right;
	padding-top: 10px;
}

@media screen and (max-width: 1500px) {

	.philosophyArea .philosophyBox .txtArea {
		width: 645px;
	}
}

@media screen and (max-width: 1350px) {
	.top_bg {
		background-position: right top 400px;
		background-size: 60%;
	}
	.mandaArea .backBox ul {
		max-width: 1000px;
		width: 100%;
	}
	.mandaArea .backBox ul li {
		width: 30%;
		margin: 0 10px;
	}
	.mandaArea .backBox ul .whiteBox {
		width: 100%;
	}
	.philosophyArea .philosophyBox .txtArea {
		width: 600px;
	}
}

@media screen and (max-width: 1200px) {
	.philosophyArea .philosophyBox .txtArea {
		width: 565px;
	}
}

@media screen and (max-width: 1050px) {
	.mandaArea .backBox {
		height: 100%;
		background: #00072e;
		margin-bottom: 100px;
	}
	.mandaArea .backBox ul {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
		display: block;
		padding: 30px 5vw 20px;
	}
	.mandaArea .backBox ul li {
		width: 48%;
		margin: 0 1% 20px;
		float: left;
	}
	.mandaArea .backBox ul li:nth-of-type(2n+1) {
		clear: both;
	}
	.mandaArea .backBox ul .whiteBox {
		width: 100%;
	}
	.mandaArea .backBox ul .whiteBox .miniCircle h2 {
		top: -10px;
		left: 0;
	}
	.top_bg {
		background-position: right top 300px;
		background-size: 80%;
	}
}


@media screen and (max-width: 1000px) {
	.swiperArea .textArea .m_inner {
		padding: 0 20px;
	}
	.swiperArea .textArea .m_inner:before {
		top: 48px;
	}
	.swiperArea .textArea .m_inner .textBox {
		width: 100%;
	}	
	.swiperArea .textArea .m_inner .textBox .text02 {
		font-size: 30px;
	}	
	.swiperArea .textArea .m_inner .textBox .text03 {
		font-size: 23px;
	}	
	.swiperArea .textArea .m_inner .textBox .text {
		font-size: 28px;
	}
	.swiperArea .textArea .m_inner .textBox .text04 {
		font-size: 23px;
	}
	.swiperArea .textArea .m_inner .textBox .centerBox {
		padding: 0 100px 20px;
	}
	.swiperArea .textArea .m_inner .textBox .centerBox:after {
		height: 130px;
	}
	.swiperArea .textArea .m_inner .textBox .centerBox:before {
		height: 130px;
	}
	.philosophyArea .philosophyBox .txtArea {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}	
	.philosophyArea .philosophyBox .txtArea .txt {
		padding-left: 0;
	}
	.philosophyArea .philosophyBox .txtArea .btnArea02 {
		padding: 20px 0 0 0;
	}
	.contentArea .inner ul {
		display: block;
	}	
	.contentArea .inner ul li {
		margin: 0 auto 40px ;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.swiperArea .textArea .m_inner {
		padding: 0 5vw;
	}
	.swiperArea .textArea .m_inner:before {
		top: 40px;
	}
	.swiperArea .textArea .m_inner:after {
		bottom: 40px;
	}
	.swiperArea .textArea .m_inner .textBox {
		width: 100%;
	}	
	.swiperArea .textArea .m_inner .textBox .text02 {
		font-size: 5vw;
	}	
	.swiperArea .textArea .m_inner .textBox .text03 {
		font-size: 4vw;
	}	
	.swiperArea .textArea .m_inner .textBox .text {
		font-size: 20px;
	}
	.swiperArea .textArea .m_inner .textBox .text04 {
		font-size: 15px;
	}
	.swiperArea .textArea .m_inner .textBox .centerBox {
		padding: 0 5px 20px;
	}
	.swiperArea .textArea .m_inner .textBox .centerBox:after {
		height: 80px;
	}
	.swiperArea .textArea .m_inner .textBox .centerBox:before {
		height: 80px;
		bottom: 0;
	}
	h2 {
		font-size: 20px;
	}	
	h2 span {
		font-size: 13px;
		padding-left: 0;
		display: block;
	}
	.btnArea02 .btn a {
		width: 250px;
	}
	.mandaArea .backBox {
		margin-bottom: 50px;
	}
	.mandaArea .inner .textArea {
		padding: 20px 5vw;
	}	
	.mandaArea .inner .textArea h2 {
		font-size: 14px;
	}
	.mandaArea .inner .textArea a {
		font-size: 14px;
		padding: 0 0 0 10px;
	}
	.top_bg {
		background-position: right top 488px;
		background-size: 100%;
	}
	.newsArea .inner .news_bg h2 {
		margin-bottom: 10px;
		font-size: 18px;
		padding: 5px 20px;
	}
	.newsArea .inner .news_bg .newsBox ul li {
		padding: 10px 3vw 10px;
	}	
	.newsArea .inner .news_bg .newsBox ul dl {
		display: block;
	}
	.newsArea .inner .news_bg .newsBox ul dl dt {
		padding: 0 10px 0;
		width: 100%;
	}
	.newsArea .inner .news_bg .newsBox ul dl dd {
		padding: 3px 10px 0;
	}
	
	.infoArea .inner {
		width: 100%;
		padding: 20px 5vw 30px;
	}
	.infoArea .inner ul li:before {
		width: 5px;
	}
	.infoArea .inner ul li a {
		font-size: 10px;
		font-weight: normal;
		padding: 12px 0;
	}
	.infoArea .inner ul li:after {
		width: 5px;
	}
	.infoArea .inner ul li:nth-of-type(1) {
		margin-right: 1%;
	}
	.infoArea .inner ul li:nth-of-type(2) {
		margin-lrft: 1%;
	}
	
	.aboutArea .inner {
		padding: 30px 5vw;
	}	
	.philosophyArea .philosophyBox {
		height: inherit;
	}
	.philosophyArea .philosophyBox .txtArea {
		padding: 80px 5vw;
	}	
	.memberArea .inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 30px 5vw;
		display: block;
	}
	.memberArea .inner .right {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.memberArea .inner .right .txtArea .txt,
	.memberArea .inner .right .txtArea .en {
		padding-left: 0;
	}
	.memberArea .inner .right .txtArea .btnArea02 {
		padding: 20px 0 0 0;
	}	
	.memberArea .inner .left {
		width: 100%;
		padding-top: 30px;
	}
	.contentArea .inner {
		padding: 40px 5vw 0;
	}	
}

@media screen and (max-width: 460px) {
	.contentArea .inner ul li .bnrArea a h2 {
		width: 100%;
		padding: 5px 0;
		display: block;
		background-color: #61a4bf;
	}
}

@media screen and (max-width: 380px) {
	.swiperArea .textArea .m_inner .textBox .text04 {
		font-size: 11px;
	}
	.mandaArea .inner .textArea a {
		display: block;
		padding: 0 0 0 0;
	}
	.mandaArea .backBox ul .whiteBox .country {
		font-size: 12px;
	}
}

@media screen and (max-width: 897px) and (orientation: landscape) {
	.swiperArea .textArea {
		height: 620px;
	}
}

