/* =====================================
■TOP
===================================== */
/*--------------------------------------
topMain
--------------------------------------*/
#mainimage img {
	width: 100%;
}
.home #mainimage {
	z-index: 1;
	position: relative;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.8s;
	-ms-animation-duration: 1.8s;
	animation-duration: 1.8s;
	padding-top: 33%;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.slide_key,.slide_key div {
	line-height: 0;
}
.slide_key .slider_track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slide_key {
	overflow: hidden; 
}
.slide_key div li {
	transition: all 6s ease-in;
	transform: scale(1);
}
.slide_key div.active li {
	transform: scale(1.1);
	/* -webkit-animation: myMove 9s ease-in;
	-moz-animation: myMove 9s ease-in;
	-o-animation: myMove 9s ease-in;
	-ms-animation: myMove 9s ease-in;
	animation: myMove 9s ease-in; */
}

@keyframes myMove {
	0% { transform: scale(1.0,1.0);}
	100% { transform: scale(1.2,1.2);}
}
@-webkit-keyframes myMove {
	0% { -webkit-transform: scale(1.0,1.0);}
	100% { -webkit-transform: scale(1.2,1.2);}
}
@-o-keyframes myMove {
	0% { -o-transform: scale(1.0,1.0);}
	100% { -o-transform: scale(1.2,1.2);}
}
@-moz-keyframes myMove {
	0% { -moz-transform: scale(1.0,1.0);}
	100% { -moz-transform: scale(1.2,1.2);}
}
@-ms-keyframes myMove {
	0% { -ms-transform: scale(1.0,1.0);}
	100% { -ms-transform: scale(1.2,1.2);}
}

#mainimage .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 85px;
    width: 57px;
}
#mainimage .slick-dots li {
    float: left;
    width: 10px;
	margin-left: 13.5px;
	height: 10px;
}
#mainimage .slick-dots li:first-child {
    margin-left: 0;
}
#mainimage .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    background: none;
    font-size: 0;
    padding: 0;
}
#mainimage .slick-dots li.slick-active button {
    background: #fff;
}

@media screen and (min-width: 768px) {
	.slide_key, .slide_key li {
		width: 100%;
		height: 100vh;
	}
	.slide_key li img {
		display: none;
	}
	.key_img1 {
		background: url("/wp-content/uploads/main_pcimg01.jpg") no-repeat center / cover;
	}
	.key_img2 {
		background: url("/wp-content/uploads/main_pcimg02.jpg") no-repeat center / cover;
	}
	.key_img3 {
		background: url("/wp-content/uploads/main_pcimg03.jpg") no-repeat center / cover;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.slide_key, .slide_key li {
		height: 60vh;
	}
}
@media screen and (max-width: 767px) {
	.slide_key, .slide_key li {
		height: auto;
	}
	.fadeIn {
		padding: 0;
	}
	#mainimage .slick-dots {
		bottom: 10px;
		right: 15px;
	}
}


/*--------------------------------------
FadeIn
--------------------------------------*/
.fromTopOut {
    transition: transform 1.5s ease, opacity 1.5s ease;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: .0;
}
.fromTopIn {
    transition: transform 1.5s ease, opacity 1.5s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}


/*--------------------------------------
YOUR PRIVATE LAW OFFICE
--------------------------------------*/
.lawSection {
    padding: 114px 0;
}
.top_title_h1, .top_title_h2 {
    text-align: center;
	line-height: 1.2;
}
.top_title_h1 h1, .top_title_h2 h2 {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: #191716;
    letter-spacing: 0.18em;
	padding-left: 35px;
}
.lawSection .top_title_h1, .lawSection .top_title_h2 {
    border-bottom: 2px solid #dcdad9;
    padding-bottom: 30px;
	margin-bottom: 60px;
}
.top_title_h1 h1:before, .top_title_h2 h2:before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 13px;
    height: 3px;
    background: #B79E35;
    content: '';
}
.lawSection p {
    font-family: "秀英明朝 L", "Shuei Mincho L";
    color: #191716;
    letter-spacing: 0.12em;
    line-height: 1.6;
    text-align: center;
	margin-bottom: 24px;
}
.lawColumn2 {
    max-width: 616px;
    margin: 54px auto 0;
    width: 100%;
}
.lawColumn2 li {
    width: 45.2%;
    float: left;
    margin-left: 9.6%;
}
.lawColumn2 li:first-child {
    margin-left: 0;
}
.topBtn a {
    position: relative;
    display: block;
    text-align: center;
    color: #191716;
    font-size: 19px;
    border: 1px solid #191716;
    box-sizing: border-box;
    max-width: 278px;
    width: 100%;
    margin: 0 auto;
    font-family: "秀英明朝 M", "Shuei Mincho M";
	line-height: 1.2;
	background: #fff;
	padding: 19px 60px 24px;
}
.topBtn a:after {
    position: absolute;
    content: '';
    display: block;
    background: url(/wp-content/uploads/icon_btn.png) no-repeat;
    background-size: cover;
    width: 42px;
    height: 8px;
    right: 10px;
    top: 28px;
	-moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.topBtn a:hover {
    background: #DFA5A8;
}
.topBtn a:hover:after {
    right: -30px;
}

@media screen and (max-width: 767px) {
	.lawSection {
		padding: 40px 0 0;
	}
	.top_title_h1 h1, .top_title_h2 h2 {
		letter-spacing: 0;
		font-size: 19px;
		padding-left: 20px;
	}
	.top_title_h1 h1:before, .top_title_h2 h2:before {
		top: 12px;
	}
	.lawSection .top_title_h1, .lawSection .top_title_h2 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.lawSection p {
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	.lawColumn2 {
		margin-top: 20px;
		max-width: inherit;
	}
	.lawColumn2 li {
		width: 100%;
		float: none;
		margin: 10px 0 0;
	}
	.topBtn a:hover:after {
		right: -20px;
	}
}


/*--------------------------------------
主な取り扱い分野
--------------------------------------*/
.handlingSection {
    padding: 36px 0 49px;
}
.handlingSection .top_title_h2 {
    margin-bottom: 68px;
}
.handlingSection .swiper-container {
	width: 100%;
	height: 100%;
}
.handlingSection .swiper-slide {
	text-align: center;
	/* width: 50%;
	margin: 0 2%; */
	width: 54%;
	margin: 0 1.5%;
}
.handlingSection .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    width: 70px !important;
    margin: 22px auto 0;
}
.handlingSection .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C7C3C1;
    opacity: 1;
	margin: 0 20px !important;
}
.handlingSection .swiper-pagination .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.handlingSection .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0 !important;
}
.handlingSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5C5856;
}
/* .handlingSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child, .handlingSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
    background: #5C5856;
} */
.handlingLink {
	margin-bottom: 23px;
	overflow: hidden;
	position: relative;
}
.handlingLink a {
    position: relative;
    display: block;
}
.handlingLink a:after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/icon_bxslider.png) no-repeat;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-size: cover;
}
.handlingLink a img {
    transition: 1s all ease-in-out;
}
.handlingLink a:hover img {
    transform: scale(1.2);
}
.handlingTtl {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    text-align: center;
    line-height: 1.4;
    font-size: 23px;
    letter-spacing: 0.18em;
	position: absolute;
    top: 50%;
    margin-left: -54px;
    left: 50%;
    margin-top: -16px;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.handlingTtl.last {
    margin-left: -41px;
}
/* .handlingTtl a {
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.handlingTtl a:hover {
	color: #B79E35;
} */
.swiper-button-box {
	width: 237px;
	margin: 0 auto;
	position: relative;
	height: 17px;
}
.swiper-button-box .swiper-button-prev, .swiper-button-box .swiper-button-next {
    width: 17px;
    height: 17px;
    top: -22px;
    margin-top: 0;
}
.swiper-button-box .swiper-button-prev {
	background: url(/wp-content/uploads/icon_swiper_prev.png);
	left: 0;
}
.swiper-button-box .swiper-button-next {
	background: url(/wp-content/uploads/icon_swiper_next.png);
	right: 0;
}

@media screen and (max-width: 767px) {
	.handlingSection {
		padding: 40px 0;
	}
	.handlingSection .top_title_h2 {
		margin-bottom: 25px;
	}
	.handlingLink a:after {
		width: 30px;
		height: 30px;
	}
	.handlingSection .swiper-slide {
		width: 60% !important;
		margin: 0 3%;
	}
}


/*--------------------------------------
個人の皆様へ
--------------------------------------*/
.personSection li:first-child {
    margin: 0;
}
.personSection li {
    width: 47.3%;
    float: left;
    margin-left: 5.4%;
	overflow: hidden;
}
.personSection li a {
    display: block;
    position: relative;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    text-shadow: 3px 3px 20px #000000;
    color: #FFFFFF;
    letter-spacing: 0.18em;
	padding: 25.4% 20px 26.7%;
    box-sizing: border-box;
}
.personSection li a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: 1s all ease-in-out;
}
.personSection li a:hover:before {
    transform: scale(1.2);
}
.bg01 a:before {
    background-image: url(/wp-content/uploads/top_img04.jpg);
}
.bg02 a:before {
    background-image: url(/wp-content/uploads/top_img05.png);
}
.personSection li a span {
    display: inline-block;
    position: relative;
	padding-right: 40px;
}
.personSection li a span:after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/icon_btn_white.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 7px;
    right: 0;
    top: 15px;
}

@media screen and (max-width: 767px) {
	.personSection li {
		width: 100%;
		float: none;
		margin: 20px 0 0;
	}
	.personSection li a {
		padding: 15% 20px;
		letter-spacing: 0.05em;
		font-size: 22px;
	}
	.bg01 a:before {
		background-image: url(/wp-content/uploads/top_spimg04.jpg);
	}
	.bg02 a:before {
		background-image: url(/wp-content/uploads/top_spimg05.png);
	}
}


/*--------------------------------------
弁護士ブログ
--------------------------------------*/
.blogSection {
    padding: 107px 0 120px;
}
.blogInner {
    background: #FFFFFF;
    box-shadow: 3px 4px 6px rgba(92, 88, 86, 0.17);
    padding: 54px 65px 53px 60px;
}
.blogTitle {
    float: left;
    width: 23.5%;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 9px;
}
.blogBox {
    float: right;
    width: 76.5%;
}
.blogTitle h2 {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 25px;
    letter-spacing: 0.18em;
    color: #191716;
    line-height: 1.4;
}
.blogTitle h2 span {
    display: block;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.18em;
    padding-left: 30px;
    margin-bottom: 12px;
}
.blogTitle h2 span:before {
    position: absolute;
    left: 0;
    content: '';
    width: 13px;
    height: 3px;
    background: #B79E35;
    top: 9px;
}
/*.blogBoxInner {
    height: 423px;
    overflow-y: scroll;
    padding-right: 40px;
    border-bottom: 1px solid #C7C3C1;
    box-sizing: border-box;
}*/
.blogBoxInner dl {
    border-bottom: 1px solid #C7C3C1;
	padding: 25px 0;
}
.blogBoxInner dl:first-child {
    padding-top: 0;
}
.blogBoxInner dl dt {
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
    font-size: 13px;
    color: #B79E35;
    letter-spacing: 0.06em;
    line-height: 1.4;
	margin-bottom: 25px;
}
.blogBoxInner dl dt .blogBoxTtl {
    color: #191716;
    font-size: 18px;
    letter-spacing: 0.12em;
	margin-left: 30px;
}
.newsLabel {
    width: 50px;
    height: 16px;
    background: #B79E35;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    line-height: 17px;
    margin-left: 19px;
}
.blogBoxInner dl dd {
    font-size: 15px;
    letter-spacing: 0.12em;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	display: table;
	width: 100%;
}
.blogBoxInner dl dd a {
    color: #191716;
}
.blogBoxInner dl dd a:hover, .blogLink a:hover {
    color: #B79E35;
}
.blogLink {
    text-align: center;
	font-size: 18px;
	letter-spacing: 0.18em;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	margin-top: 35px;
}
.blogLink a {
	position: relative;
	color: #191716;
	padding-right: 75px;
}
.blogLink a:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    width: 52px;
    height: 8px;
    background: url(/wp-content/uploads/icon_blog_btn.png) no-repeat;
    background-size: cover;
	-moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.blogLink a:hover:after {
    background: url(/wp-content/uploads/icon_blog_btn_yellow.png) no-repeat;
    background-size: cover;
}
.blogThumbnail {
	width: 225px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}
.blogThumbnail a {
    width: 100%;
    height: 100%;
    display: block;
}
.blogThumbnail a span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blogThumbnail + .blogBoxTtl {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.blogBoxContent {
    display: none;
}
.newBox .blogBoxInner dl dd a {
    font-size: 20px;
    cursor: text;
	pointer-events: none;
}
.newBox .blogBoxInner dl dd a:hover {
	color: #191716;
}
.newBox .blogBoxContent {
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
}
.newBox .blogLink {
    display: none;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.blogInner {
		padding: 50px 30px;
	}
	.blogTitle h2 {
		letter-spacing: 0.05em;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.blogSection {
		padding: 40px 0;
	}
	.blogInner {
		padding: 30px 20px;
	}
	.blogTitle {
		width: 100%;
		float: none;
	}
	.blogTitle h2 span {
		margin-bottom: 5px;
	}
	.blogBox {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	/* .blogBoxInner {
		padding-right: 0;
		height: 260px;
	} */
	.blogBoxInner dl {
		padding: 25px 0;
	}
	.blogBoxInner dl dt {
		margin-bottom: 10px;
	}
	.blogBoxInner dl dt .blogBoxTtl {
		display: block;
		margin: 5px 0 0;
		letter-spacing: 0.05em;
	}
	.newsLabel {
		margin-left: 10px;
	}
	.blogLink {
		margin-top: 15px;
		letter-spacing: 0.05em;
	}
	.blogLink a {
		padding-right: 65px;
	}
	.blogThumbnail {
		width: 80px;
		height: 60px;
	}
}


/* =====================================
■under
===================================== */
body.page-id-1881, body.parent-pageid-1881 {
    background: url(/wp-content/uploads/body_bgimg_company.png) no-repeat top center;
    background-size: cover;
}
.page-id-1881 .under_mainimage, .parent-pageid-1881 .under_mainimage {
	background: url(/wp-content/uploads/under_h1_bgimg_company.jpg) no-repeat;
	background-size: cover;
}
body.page-id-1607, body.parent-pageid-1607 {
    background: url(/wp-content/uploads/body_bgimg_real.png) no-repeat top center;
    background-size: cover;
}
.page-id-1607 .under_mainimage, .parent-pageid-1607 .under_mainimage {
	background: url(/wp-content/uploads/under_h1_bgimg_real.jpg) no-repeat;
	background-size: cover;
}
body.page-id-1453, body.parent-pageid-1453 {
    background: url(/wp-content/uploads/body_bgimg_damages.png) no-repeat top center;
    background-size: cover;
}
.page-id-1453 .under_mainimage, .parent-pageid-1453 .under_mainimage {
	background: url(/wp-content/uploads/under_h1_bgimg_damages.jpg) no-repeat;
	background-size: cover;
}
body.page-id-1851, body.parent-pageid-1851 {
    background: url(/wp-content/uploads/body_bgimg_inheritance.png) no-repeat top center;
    background-size: cover;
}
.page-id-1851 .under_mainimage, .parent-pageid-1851 .under_mainimage {
	background: url(/wp-content/uploads/under_h1_bgimg_inheritance.jpg) no-repeat;
	background-size: cover;
}
body.page-id-1742, body.parent-pageid-1742 {
    background: url(/wp-content/uploads/body_bgimg_divorce.png) no-repeat top center;
    background-size: cover;
}
.page-id-1742 .under_mainimage, .parent-pageid-1742 .under_mainimage {
	background: url(/wp-content/uploads/under_h1_bgimg_divorce.jpg) no-repeat;
	background-size: cover;
}
.parent-pageid-1881 .point_group .elementor-section:nth-child(2n) {
    background: #F7FEFF;
}
.parent-pageid-1453 .point_group .elementor-section:nth-child(2n) {
    background: #FFFCEF;
}
.parent-pageid-1607 .point_group .elementor-section:nth-child(2n) {
    background: #F8FFF9;
}
.page-id-1851 .point_group .elementor-section:nth-child(2n), .parent-pageid-1851 .point_group .elementor-section:nth-child(2n) {
    background: #EFEDF7;
}
.page-id-1742 .point_group .elementor-section:nth-child(2n), .parent-pageid-1742 .point_group .elementor-section:nth-child(2n) {
    background: #FEF7FF;
}