/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage {
	padding-left: 70px;
	position: relative;
}
.mainCatchBox {
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: 80;
	width: 32.5%;
}
.bxslider .mainCatchBox {
    width: 63px;
    right: 15%;
    bottom: inherit;
    top: 8%;
    left: inherit;
}

@media screen and (max-width: 767px) {
	#mainimage {
		padding-left: 0;
	}
	.mainCatchBox {
		position: relative;
		bottom: 0;
		width: 100%;
	}
	.bxslider .mainCatchBox {
		display: none;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
.home #content {
	padding: 0;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}


/*--------------------------------------
当事務所について
--------------------------------------*/
.infoSec {
    padding: 110px 0 103px;
}
.infoIcon {
    width: 46.5%;
    float: left;
}
.infoSec .container {
    position: relative;
    height: 100%;
}
.infoInnerArea {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.infoInnerBox {
    display: table;
    width: 100%;
    height: 100%;
}
.infoTxtBox {
    display: table-cell;
    vertical-align: middle;
}
.top_title_h2 h2 {
    font-family: source-han-serif-japanese, serif;
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #1F2F4D;
    letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: 2px solid #222F4B;
    padding-bottom: 9px;
}
.infoTxtBox p {
    color: #101829;
    letter-spacing: 0.1em;
	line-height: 1.88;
	margin: 55px 0 53px;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.infoTxtBox p {
		letter-spacing: 0;
		margin: 20px 0;
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.infoSec {
		padding: 40px 0;
	}
	.infoIcon {
		width: calc(100% - 20px);
		float: none;
	}
	.top_title_h2 h2 {
		font-size: 28px;
		letter-spacing: 0.05em;
	}
	.infoInnerArea {
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	.infoInnerBox,
	.infoTxtBox {
		display: block;
	}
	.infoTxtBox p {
		margin: 20px 0;
		letter-spacing: 0.05em;
	}
}


/*--------------------------------------
主な取り扱い分野
--------------------------------------*/
.handlingSec {
    position: relative;
}
.handlingSec:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58%;
    background: #F2F2F2;
}
.handlingInner {
    margin-top: 73px;
}
.handlingSec .swiper-container {
	width: 100%;
	height: 100%;
}
.handlingSec .swiper-slide {
	text-align: center;
	width: 54%;
	margin: 0 1.5%;
}
.handlingSec .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    width: 70px !important;
    margin: 22px auto 0;
}
.handlingSec .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C7C3C1;
    opacity: 1;
	margin: 0 20px !important;
}
.handlingSec .swiper-pagination .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.handlingSec .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0 !important;
}
.handlingSec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1F2F4D;
}
.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_left.png) no-repeat;
    bottom: 57px;
    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 {
    text-align: center;
	line-height: 1.4;
	font-size: 25px;
	letter-spacing: 0.18em;
	color: #101829;
	font-family: source-han-serif-japanese, serif;
	display: block;
	margin-top: 22px;
}
.swiper-button-box {
	width: 237px;
	margin: 0 auto;
	position: relative;
	height: 14px;
}
.swiper-button-box .swiper-button-prev,
.swiper-button-box .swiper-button-next {
    width: 9px;
    height: 14px;
    top: -22px;
    margin-top: 0;
}
.swiper-button-box .swiper-button-next {
	background: url(/wp-content/uploads/icon_next.png);
	right: 0;
}
.swiper-button-box .swiper-button-prev {
	background: url(/wp-content/uploads/icon_prev.png);
	right: 0;
}

.linkSec {
    background: #F2F2F2;
    padding: 43px 0;
}
.linkSec li:first-child {
    margin: 0;
}
.linkSec li {
    float: left;
    width: 32.4%;
    margin-left: 1.4%;
}

@media screen and (max-width: 767px) {
	.handlingInner {
		margin-top: 25px;
	}
	.handlingLink a:after {
		width: 30px;
		height: 30px;
	}
	.handlingSec .swiper-slide {
		width: 60% !important;
		margin: 0 3%;
	}
	.handlingTtl {
		letter-spacing: 0.05em;
		font-size: 20px;
		margin-top: 15px;
	}

	.linkSec {
		padding: 40px 0 0;
	}
	.linkSec li {
		float: none;
		width: 100%;
		margin: 5px 0 0;
	}
}


/*--------------------------------------
ご挨拶
--------------------------------------*/
.greetingSec {
    background: #F2F2F2;
    padding: 63px 0 110px;
}
.greetingInnerBox {
    margin-top: 66px;
}
.greetingRightBox {
    float: right;
    width: 45.6%;
}
.greetingRightBox img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.greetingLeftBox {
    float: left;
    width: 48%;
}
.greetingTxt {
    line-height: 1.87;
	color: #101829;
	letter-spacing: 0.1em;
	margin-bottom: 31px;
}
.greetingName {
    text-align: right;
    font-size: 24px;
    line-height: 1.2;
	color: #101829;
	font-family: source-han-serif-japanese, serif;
	letter-spacing: 0.1em;
	margin: -4px 0 37px 0;
}
.txt1 {
    font-size: 17px;
    vertical-align: top;
    display: inline-block;
    padding: 4px 20px 0 0;
}
.txt2 {
    padding-right: 12px;
}
.txt3 {
    font-size: 10px;
    color: #2B4A84;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.greetingSec {
		padding: 40px 0;
	}
	.greetingInnerBox {
		margin-top: 25px;
	}
	.greetingRightBox,
	.greetingLeftBox {
		width: 100%;
		float: none;
	}
	.greetingLeftBox {
		margin-top: 20px;
	}
	.greetingTxt {
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}
	.greetingName {
		margin: 0 0 20px;
	}
}


/*--------------------------------------
アクセス・営業時間
--------------------------------------*/
.mapSec {
    padding: 106px 0 92px;
}
.map {
    margin-top: 70px;
}
.elementor-element-eaf20a5 {
    margin-top: 51px;
}
.elementor-element-3673729 {
    width: 42.4% !important;
}
table.timeTable td,
table.timeTable th {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    padding: 21px 0 19px;
	color: #101829;
	text-align: center;
}
table.timeTable thead th {
	border-bottom: 1px solid rgba(49, 67, 110, 0.31);
	padding: 0 0 9px;
}
table.timeTable thead th:first-child {
	width: 35%;
	text-align: left;
	letter-spacing: 0.15em;
}
table.timeTable tbody th {
	text-align: left;
}
table.timeTable tbody tr:last-child td,
table.timeTable tbody tr:last-child th {
	border-bottom: 1px solid rgba(49, 67, 110, 0.31);
}
.elementor-element-3673729 p {
	font-size: 15px;
	margin: 16px 0 30px;
    letter-spacing: 0.1em;
	color: #101829;
}
table.addressTable td,
table.addressTable th {
	font-size: 15px;
	line-height: 1.67;
	vertical-align: top;
	padding-bottom: 11.7px;
	color: #101829;
}
table.addressTable th {
	font-weight: bold;
	width: 85px;
	color: #1F2F4D;
}
table.addressTable td a {
	color: #1F2F4D;
}
.txt4 {
	letter-spacing: 0;
}
.elementor-element-6847996 {
	width: 57.6% !important;
	padding-left: 7.6%;
}
.elementor-element-6847996 > .elementor-column-wrap {
    background: #F2F2F2;
}
.elementor-element-6847996 > .elementor-column-wrap > .elementor-widget-wrap {
    padding: 36px 46px !important;
}
.elementor-element-4c14db6 {
    margin-bottom: 19px !important;
}
.newTtl {
    color: #1F2F4D;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #222F4B;
    line-height: 1.2;
	letter-spacing: 0.15em;
    padding: 0 65px 19px 0;
}
.newTtl a {
    color: #1F2F4D;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-decoration: underline;
    right: 0;
    top: 5px;
    position: absolute;
    font-weight: normal;
}
.newTtl a:hover {
    text-decoration: none;
}
.newsBox {
    overflow-y: scroll;
    height: 244px;
}
.newsBox dl {
    border-bottom: 1px dashed #CBCAC9;
    padding: 10px 0;
}
.newsBox dt {
    font-size: 12px;
    color: #101829;
    line-height: 1.2;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}
.newsLabel {
    width: 34px;
    height: 14px;
    background: #1F2F4D;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 9px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    line-height: 14px;
    margin: 0 0 0 15px;
    vertical-align: baseline;
}
.newsBox dd a {
    font-size: 14px;
    color: #101829;
}
.newsBox dd a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.mapSec {
		padding: 40px 0;
	}
	.map {
		margin-top: 25px;
	}
	.elementor-element-eaf20a5 {
		margin-top: 10px;
	}
	.elementor-element-3673729 {
		width: 100% !important;
	}
	.elementor-element-6847996 {
		width: 100% !important;
		padding-left: 0;
		margin-top: 10px;
	}
	table.addressTable td a {
		text-decoration: underline;
	}
	.elementor-element-6847996 > .elementor-column-wrap > .elementor-widget-wrap {
		padding: 20px !important;
	}
	.newsBox dd a {
		letter-spacing: 0;
	}
}