/*mainVisual*/
#mainVisual { width: 100%; height: 980px; overflow: hidden; position: relative; }
.visual {display: none;}
.visual.slick-initialized {display: block; }
.visual { width: 100%; height: 100%; }
.slider-track { transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }
.visual div { width: 100%; height: 100%; position: relative; overflow: hidden; }
.visual img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; min-width: 100%; min-height: 100%; transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transform: scale(1.2); -webkit-transform: scale(1.2); z-index:-1; }
.visual .slick-active img { -webkit-transform: scale(1); transform: scale(1); }
.visual .title { width: 100%; height: 100%; display: table; text-align: center;   }
.visual .title dl { display: table-cell; vertical-align: middle; color: #fff; transform:translateY(-100px); -webkit-transform:translateY(-100px); }
.visual .title dt { font-size:70px; font-weight: 500; line-height: 110%; color: #fff; text-shadow:3px 3px 3px rgba(0,0,0,.4); }
.visual .title dt:after { content: ""; display: block; width: 40px; height: 1px; background: #fff; margin:30px auto 0; }
.visual .title dd { margin-top: 50px; font-size:24px; line-height: 150%; text-shadow:3px 3px 3px rgba(0,0,0,.4);   }
.visual .title dd span { display: block; }
/*
.visual .slick-active .title dt,
.visual .slick-active .title dd { animation-fill-mode: forwards; animation:vsTitle 3s cubic-bezier(0.7, 0, 0.3, 1); -webkit-animation:vsTitle 3s cubic-bezier(0.7, 0, 0.3, 1); }
 */

.visual .slick-active .title dt,
.visual .slick-active .title dd { animation-fill-mode: forwards; animation:vsTitle 2s ease-in; -webkit-animation:vsTitle 2s ease-in; }



#mainVisual .btnBox { width: 100%; text-align: center; position: absolute; bottom:280px; left:0; z-index:50; }
#mainVisual .btnBox a { font-size:0; display: inline-block; vertical-align: top; margin:0 5px; width: 58px; height: 58px; border-radius:50%; background-color: rgba(0,0,0,.2); background-repeat:no-repeat; background-position:center; }
#mainVisual .btnBox a.prevBtn { background-image: url(/img/main/btn_vs_prev.png); }
#mainVisual .btnBox a.nextBtn { background-image: url(/img/main/btn_vs_next.png); }
#mainVisual .btnBox a.playBtn { background-image: url(/img/main/btn_vs_stop.png); }
#mainVisual .btnBox a.playBtn.click { background-image: url(/img/main/btn_vs_play.png); }

/*
@keyframes vsTitle {
	0%, 50% { opacity:0; transform: scale(1.2); }
	100% { opacity:1; transform: scale(1); }
}
@-webkit-keyframes vsTitle {
	0%, 50% { opacity:0; -webkit-transform: scale(1.2); }
	100% { opacity:1; -webkit-transform: scale(1); }
}
*/

@keyframes vsTitle {
	0%, 50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes vsTitle {
	0%, 50% { opacity:0; }
	100% { opacity:1; }
}

/*mainCommon*/
.mainTit { font-size:35px; font-weight: 500; line-height: 100%; text-transform: uppercase; }

.mainBox { width: 100%; overflow: hidden; position: relative; padding-bottom: 110px; }
.mainBox:before { content: ""; display: block; width: 100%; height: 530px; background: #f5f5f5; position: absolute; top: 0; left: 0; z-index: -1; }
.mainBox > article { width: 100%; max-width:1400px; margin: 110px auto 0; /* overflow: hidden;  */text-align: center; }
.mainBox h3 { color: #222; }
.mainBox h3 + p { font-size:18px; color: #555; font-weight: 300; line-height: 140%; margin-top: 25px; }

.btn { position: absolute; width: 75px; overflow: hidden; }
.btn:before { content: ""; display: block; width: 1px; height: 13px; background: #9fa0a4; position: absolute; top: 0; left: 50%; }
.btn a { display: block; width: 18px; height: 13px; font-size:0; }
.btn a.prev { float: left; background:url(/img/main/icon_list_prev.png) no-repeat; }
.btn a.next { float: right; background:url(/img/main/icon_list_next.png) no-repeat; }



/* PRACTICE AREAS */
.areaBox > article { margin:60px auto 0; }
.areaBox .tabM { overflow: hidden; text-align: center; position: relative; width: 100%; }
.areaBox .tabM:before { content: ""; display: block; width: 1px; height: 19px; background: #cacaca; position: absolute; top: 0; left: 50%; }
.areaBox .tabM li { display: inline-block; margin:0 50px; width: 115px; text-align: center; border-bottom:1px solid transparent; color: #bebebe; font-size:18px; font-weight: 500; padding-bottom: 10px; cursor:pointer; }
.areaBox .tabM li.on { color: #122b88; border-color:#122b88; }
.areaBox .tabBox { margin-top: 50px; width: 100%;  position: relative; }
.areaList { width: 100%; }
.areaList a { width: 205px; height: 260px; display: table; background: #101f55; margin: 0 auto; }
.areaList dl { display: table-cell; vertical-align: middle; }
.areaList dd { margin-top: 25px; color: #fff; font-size:15px; line-height: 120%; }
.areaList dd:before { content: ""; display: block; width: 20px; height: 1px; background: #fff; margin:0 auto 25px;  }
.areaList .slick-arrow { position: absolute; top: 113px; width: 18px; height: 35px; border:none; text-indent:-9999px; z-index: 50; cursor:pointer;  }
.areaList .slick-prev { left:0; background: url(/img/main/icon_area_prev.png) no-repeat; }
.areaList .slick-next { right:0; background: url(/img/main/icon_area_next.png) no-repeat; }


/* jp news */
.newsBox > article { margin-top: 50px; width: 100%; overflow: hidden; height: 455px; background: #f5f5f5; position: relative; }
.newsBox .img { float: left; width: 50%; height: 455px; overflow: hidden; position: relative;  }
.newsBox .img img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; min-width: 100%; height: 100%; }
.newsList { float: right; width: 50%; height: 455px; box-sizing:border-box; padding:90px 80px; text-align: left; position: relative; }
.newsList dl { overflow: hidden; font-weight: 500;   }
.newsList dt { color: #222; font-size:28px; line-height: 120%; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.newsList dd { color: #bbb; font-size:24px; line-height: 100%;margin-top: 15px; }
.newsList .txt { margin-top: 50px; /* height: 205px; */ height:175px; overflow: hidden; }
.newsList .txt p { font-weight: 300; margin-top: 25px; }
.newsList .txt p:first-child { margin-top: 0; }
.newsList img { display: none; }
.newsBox .btn { bottom:48px; right: 45px; }


/* DEALS & CASES */
.dcBox { width: 100%; height: 740px; overflow: hidden; box-sizing:border-box; padding:130px 0 120px; background: url(/img/main/bg_dcBox.gif) no-repeat center; background-size:cover;background-attachment:fixed; }
.dcBox h3 { text-align: center; color: #fff; }
.dcBox ul { margin-top: 90px; }
.dcBox li { float: left; width: 22%; height: 370px; margin-left: 4%; box-sizing:border-box; border:1px solid #6e758f; position: relative; cursor:pointer; }
.dcBox li:first-child { margin-left: 0; }
.dcBox li:before,
.dcBox li:after { content: ""; display: block; width: 0; height: 0;box-sizing:border-box; position: absolute; opacity:0; transition:all .3s; -webkit-transition:all .3s; }
.dcBox li:hover:before,
.dcBox li:hover:after { opacity:1; width: 100%; height: 100%; }
.dcBox li:before { border-top:1px solid #fff; border-left:1px solid #fff; top: 0; left: 0;  }
.dcBox li:after { border-bottom:1px solid #fff; border-right:1px solid #fff; bottom: 0; right: 0;  }
.dcBox li a { display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; box-sizing:border-box; padding:50px 30px; position: relative; }
.dcBox dt { font-size:18px; font-weight: 700; line-height: 130%; }
.dcBox dt span { display: block; margin-bottom: 20px; }
.dcBox dt p { width: 100%; overflow: hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; word-wrap:break-word; height: 50px; }
.dcBox dd.txt { margin-top: 20px; font-size:14px; font-weight: 300; line-height: 160%; }
.dcBox dd.date { margin-top: 30px; color: rgba(255,255,255,.7); font-size:14px; }
.dcBox i { font-size:0; display: block; position: absolute; bottom: 35px; right: 30px; width: 40px; height: 11px;  }
.dcBox i:before { content: ""; display: block; width: 100%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; }
.dcBox i:after { content: ""; display: block; width: 15px; height: 1px; background: #fff; position: absolute; bottom: 5px; right: -2px; transform:rotate(45deg); }


/* jp member */
.jpBox { width: 100%; height: 850px; box-sizing:border-box; padding:130px 0; background:url(/img/main/bg_jpBox.gif) no-repeat center; background-size:cover;background-attachment:fixed; text-align: center; }
.jpBox h3 { color: #fff; }
.jpBox > p { font-size:18px; color: #dcdcdc; font-weight: 300; line-height: 140%; margin-top: 25px; }
.jpBox section { width: 100%; max-width:1400px; margin: 80px auto 0; overflow: hidden; position: relative;  }
.jpBox section > article { float: left; width: 48%;	 height: 400px; position: relative; overflow: hidden;background:#fff; }
.jpBox section > article:last-child { float: right; }
.jpBox section > article > i { opacity:0;  position: absolute; font-size:0; background: #314eb9; z-index:2; transition:all .2s; -webkit-transition:all .2s; }
.jpBox section > article > i.left { top: 0; left: 0; width: 10px; height: 0; }
.jpBox section > article > i.top { top: 0; left: 0; width: 0; height: 10px; }
.jpBox section > article > i.right { right: 0; bottom: 0; width: 10px; height: 0; }
.jpBox section > article > i.bottom { right: 0; bottom: 0; width: 0; height: 10px; }
.jpBox section > article:hover > i { opacity:1; }
.jpBox section > article:hover > i.left,
.jpBox section > article:hover > i.right { height: 100%; }
.jpBox section > article:hover > i.top,
.jpBox section > article:hover > i.bottom { width: 100%; }
.jpBox section > article .btn { bottom:50px; left:60px; }
/*.jpMember_S { background: #e8e8ea; }
.jpMember_V { background: #e7e7f1; }*/
.memberList { width: 100%; height: 100%; overflow: hidden; position: relative; }
.memberList div:not(.txt) { position: relative; height: 100%; }
.jpBox section > article img { position: absolute; bottom: 0; right: 2%; z-index:-1;width:48%; }
.memberList .txt { text-align: left; margin:60px 0 0 60px; overflow: hidden; }
.memberList .txt h4 { color: #222; font-weight: 500; line-height: 100%; font-size:30px; width: 320px; }
.memberList .txt h4 span { display: block; color: #122b88; text-transform: uppercase; font-size:16px; font-weight: 500; letter-spacing:1px; }
.memberList .txt h4 dl{margin-top:14px;}
.memberList .txt h4 dl dt{font-size:18px;}
.memberList .txt p { margin-top: 20px; overflow: hidden;}
.memberList .txt ul li{width:59%;background:url(/img/sub/bullet_li2.gif) no-repeat 0 7px;padding-left:8px;margin-bottom:5px;color:#525257;}
.memberList .txt a { font-size:0; display: block; width: 40px; height: 11px; margin-top:45px; position: relative;  }
.memberList .txt a:before { content: ""; display: block; width: 100%; height: 1px; background: #555; position: absolute; bottom: 0; left: 0; }
.memberList .txt a:after { content: ""; display: block; width: 15px; height: 1px; background: #555; position: absolute; bottom: 5px; right: -2px; transform:rotate(45deg); }


/* Address */
.mainBn { width: 100%; height: 335px; background:url(/img/main/bg_mainBn.gif) no-repeat center bottom; background-size:cover; background-attachment:fixed; display: table; box-sizing:border-box; padding:0 15px; }
.mainBn dl { display: table-cell; vertical-align: middle; text-align: center; }
.mainBn dt { color: #222; font-size:35px; font-weight: 500; line-height: 100%; text-transform: uppercase; }
.mainBn dd { font-weight: 300; margin-top: 20px; }
.mainBn dd span { display: block; margin-top:6px; line-height: 130%; }
.mainBn dd span:first-child { margin-top: 0; }



@media screen and (min-width:1500px) {
	/* PRACTICE AREAS */
	.areaList .slick-prev { left:-40px; }
	.areaList .slick-next { right:-40px; }
}

@media screen and (max-width:1100px) {


	/*mainCommon*/
	.mainBox { padding-bottom: 70px; }
	.mainBox > article { margin: 70px auto 0; box-sizing:border-box; padding:0 15px;}


	/*mainVisual*/
	#mainVisual { height: 750px; }
	.visual img { max-height: 100%; }
	.visual .title dl { transform:translateY(0); -webkit-transform:translateY(0); }
	.visual .title dt { font-size:55px; }
	.visual .title dd { margin-top: 30px; font-size:20px; }
	#mainVisual .btnBox { bottom:180px; }



	/* PRACTICE AREAS */
	.areaBox > article { margin-top: 40px; }
	.areaBox .tabM li { margin:0 20px;  }
	.areaList a { width: 200px; }


	/* jp news */
	.newsBox > article { margin-top: 40px; height: 450px; }
	.newsBox .img { width: 45%; height: 450px; }
	.newsBox .img img { max-height: 100%; }
	.newsList {  width: 55%; height: 450px; padding:40px; }
	.newsList dt { font-size:25px; }
	.newsList dd { font-size:20px; margin-top: 10px; }
	.newsList .txt { margin-top: 30px;  height: 255px;  }
	.newsBox .btn { bottom:30px; right: 40px; }



	/* DEALS & CASES */
	.dcBox { width: 100%; height: auto; overflow: hidden; box-sizing:border-box; padding:70px 0; }
	.dcBox ul { margin-top:50px; box-sizing:border-box; padding:0 15px; overflow: hidden; }
	.dcBox li { width: 49%; height: 250px; margin:0 0 2% 2%;  }
	.dcBox li:nth-child(odd) { margin-left: 0; }
	.dcBox li a { padding: 20px; position: relative; }
	.dcBox dt { overflow: hidden; width: 100%;  }
	.dcBox dt span { margin-bottom: 5px; }
	.dcBox dt p { text-overflow:ellipsis; white-space:nowrap; height:auto; }
	.dcBox dd.txt { margin-top: 10px; }
	.dcBox dd.date { margin-top: 20px; }
	.dcBox i { bottom: 20px; }


	/* jp member */
	.jpBox { height: auto; padding:70px 15px; }
	.jpBox section { margin: 40px auto 0; }
	.jpBox section > article { float: none !important; width: 100%; height:260px; margin-top: 20px; }
	.jpBox section > article:first-child { margin-top: 0; }
	.jpBox section > article .btn { bottom:25px; left:5%; }
	.jpBox section > article img { height: 95%; }
	.memberList .txt { margin:40px 0 0 5%; overflow: hidden; }
	.memberList .txt h4 { width: auto; }
	.memberList .txt a { margin-top:25px; }






	/* Address */
	.mainBn { height: auto; padding:70px 15px;  background-attachment:scroll; }



}
@media screen and (max-width:650px) {

	/*mainCommon*/
	.mainTit { font-size:28px; }

	/*mainCommon*/
	.mainBox:before { height: 400px; }
	.mainBox h3 { color: #222; }
	.mainBox h3 + p { font-size:15px; margin-top: 15px; }

	.btn { position: absolute; width: 65px; overflow: hidden; }
	.btn:before { content: ""; display: block; width: 1px; height: 13px; background: #9fa0a4; position: absolute; top: 0; left: 50%; }
	.btn a { display: block; width: 14px; height: 13px; background-size:100% !important; background-position:center !important; }


	/*mainVisual*/
	#mainVisual { height: 80vw; min-height:400px; }
	.visual .title dt { font-size:38px; }
	.visual .title dt:after { margin:20px auto 0; }
	.visual .title dd { margin-top: 15px; font-size:16px; padding:0 15px; }
	.visual .title dd span { display: inline; margin-left: 4px; }
	#mainVisual .btnBox { bottom:10%; }
	#mainVisual .btnBox a { width: 45px; height: 45px; background-size:auto 25px !important;	}


	/* PRACTICE AREAS */

	.areaBox .tabM:before { top: 2px; }
	.areaBox .tabM li { margin:0 10px; width: 110px; font-size:17px; padding-bottom: 5px; letter-spacing: -.8px;}
	.areaBox .tabBox { margin-top: 30px; }
	.areaList a { width: 90%; height: 220px; box-sizing:border-box; padding:0 15px; }
	.areaList a img { width: 65px; }
	.areaList dd { margin-top: 15px; height:55px;}
	.areaList dd:before { margin-bottom: 15px; }
	.areaList .slick-arrow { top: 50%; margin-top:-15.5px; width: 14px; height: 30px; }
	.areaList .slick-prev { background-size:14px !important; left:-5px; }
	.areaList .slick-next { background-size:14px !important; right:-5px; }



	/* jp news */
	.newsBox { height:auto; overflow: hidden;   }
	.newsBox .img { float: none;  width: 100%; height: 55vw;  }
	.newsBox .img img { max-height: 190%; }
	.newsBox > article { height:auto; padding-bottom: 30px; }
	.newsList { float: none; width: 100%; height: 230px; padding:20px; overflow: hidden; }
	.newsList dt { font-size:20px; }
	.newsList dd { font-size:16px; margin-top: 10px; }
	.newsList .txt { margin-top: 15px;  height: 120px; }
	.newsList .txt p { margin-top: 10px; }
	.newsBox .btn { bottom:20px; right: 20px; }


	/* DEALS & CASES */
	.dcBox ul { margin-top:30px;  }
	.dcBox li { float: none; width: 100%; height: auto; margin:0 0 2% 0;  }


	/* jp member */
	.jpBox > p { font-size:15px; margin-top: 15px; }
	.jpBox section > article > i.left,
	.jpBox section > article > i.right { width: 5px; }
	.jpBox section > article > i.top,
	.jpBox section > article > i.bottom { height: 5px; }
	.jpBox section > article img { height: 76%; right: 1%; }
	.memberList .txt { margin:20px 0 0 5%;  }
	.memberList .txt h4 { font-size:22px;letter-spacing:-1px;}
	.memberList .txt h4 span { font-size:12px; letter-spacing:2px; }
	.memberList .txt p { margin-top: 15px; line-height: 130%;  }
	.memberList .txt a { margin-top:0; }
	.memberList .txt ul li{font-size:0.8em;letter-spacing:-1px;line-height:1.5;word-break:keep-all; word-wrap:break-word;}

	/* Address */
	.mainBn dt { font-size:28px; }
	.mainBn dd { margin-top: 15px; }





}

