@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100&display=swap');
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#container:before {
	width: 100%;
	height: 630px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url("img/index/bg01.png") no-repeat top center;
	background-size: 100% 100%;
	content: '';
}
#gHeader .hBox {
	display: block;
}
#gHeader .hBox .hTtlBox {
	width: 310px;
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader .hBox .hTtlBox .imgtext {
	padding: 72px 0 20px;
}
#gHeader .hBox .hTtlBox .imgtext::after {
	width: 100%;
}
#gHeader .hTtlBox .logo {
	margin: 20px 0 14px;
}
#gHeader .hTtlBox .logo a {
	font-size: 3.2rem;
}
#gHeader .hTtlBox .hTtl:before {
	display: none;
}
.mainVisual {
	width: 100%;
}
.mainVisual .phoList {
	width: calc(50% + 250px);
	height: 500px;
	float: right;
	position: relative;
	z-index: 1;
}
.mainVisual .phoList li {
	width: 100%;
	height: 500px;
	background: url("img/index/main_img01.jpg") no-repeat center center;
	background-size: cover;
}
.mainVisual .phoList .pho02 {
	background-image: url("img/index/main_img02.jpg");
}
.mainVisual .phoList .pho03 {
	background-image: url("img/index/main_img03.jpg");
}
.mainVisual .phoList .pho04 {
	background-image: url("img/index/main_img04.jpg");
}
.mainVisual .phoList .pho05 {
	background-image: url("img/index/main_img05.jpg");
}
.mainVisual .phoList .pho06 {
	background-image: url("img/index/main_img06.jpg");
}
.mainVisual .phoList .pho07 {
	background-image: url("img/index/main_img07.jpg");
}
.mainVisual .phoList .pho08 {
	background-image: url("img/index/main_img08.jpg");
}
.mainVisual .phoList .pho09 {
	background-image: url("img/index/main_img09.jpg");
}
.mainVisual .textBox {
	margin-right: -250px;
	width: 50%;
	position: relative;
	z-index: 2;
}
.mainVisual .textBox .innerBox {
	margin-top: 315px;
	margin-right: -100px;
	width: 298px;
	float: right;
}
.mainVisual .textBox p {
	margin-bottom: 18px;
	color: #000;
	line-height: 1.3;
	letter-spacing: 0.1em;
	word-wrap: break-word;
}
.mainVisual .textBox p:last-of-type {
	margin-bottom: 0;
}
.mainVisual .textBox p a {
	color: #000;
}
.mainVisual .textBox p a:hover {
	text-decoration: underline;
}
#gNavi2 {
	padding-top: 91px;
}
#main {
	position: relative;
	z-index: 4;
}
#main .banner {
	margin-bottom: 30px;
}
#main .banner h2 {
	margin-bottom: 18px;
	text-align: center;
	color: #78A537;
	font-size: 2rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .banner .bannerUl {
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .banner .bannerUl::after {
	content: "";
	width: 290px;
	display: block;
}
#main .banner .bannerUl li {
	margin-top: 15px;
	width: 290px;
}
#main .banner .bannerUl li a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid #78A537;
	background: #fff url("img/index/dot_bg.png") repeat left top / 10px auto;
}
#main .banner .bannerUl li a .num {
	width: 40px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 50%;
	opacity: 0.4;
	color: #78A537;
	font-size: 7rem;
	font-family: 'Public Sans', sans-serif;
	font-weight: 100;
	line-height: 70px;
	transform: translateY(-50%);
}
#main .banner .bannerUl li a .txt {
	box-sizing: border-box;
	padding: 12px 20px 11px;
	width: 100%;
	display: block;
	text-align: center;
	color: #78A537;
	font-weight: bold;
	font-size: 1.7rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.27;
	background: url("img/index/icon01.png") no-repeat center right 13px / 11px auto;
}
#main .office {
	margin-bottom: 48px;
}
#main .office .photoBox {
	margin-bottom: 30px;
	width: 417px;
	float: left;
	position: relative;
}
#main .office .photoBox img {
	width: 350px;
}
#main .office .photoBox span {
	width: 60px;
	height: 400px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	color: #000;
	font-size: 4rem;
	letter-spacing: -0.01em;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
#main .office .textBox {
	margin-top: -6px;
	width: 430px;
	float: right;
}
#main .office .h3Ttl01 {
	margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: url("img/common/bg03.png") repeat left top;
	background-size: 46px auto;
}
#main .office .h3Ttl01 span {
	display: block;
}
#main .office .h3Ttl01 .num {
	width: 80px;
	color: #96B964;
	font-size: 8rem;
	line-height: 60px;
	letter-spacing: -0.06em;
	word-break: break-all;
}
#main .office .h3Ttl01 .txt {
	padding: 7px 5px 3px;
	width: calc(100% - 80px);
	box-sizing: border-box;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
}
#main .office p {
	margin-bottom: 29px;
	text-align: justify;
	letter-spacing: -0.5px;
}
#main .office .subBox p {
	margin-bottom: 0;
}
#main .office .officeBox02 {
	width: 430px;
	float: left;
}
#main .office .officeBox03 {
	width: 430px;
	float: right;
}
#main .lawyer {
	padding: 39px 0 50px;
	background-color: #EAF1E1;
}
#main .lawyer .headLine02 {
	margin-bottom: 25px;
	max-width: 450px;
}
#main .lawyer .lawyerList li {
	width: 260px;
	float: left;
	position: relative;
}
#main .lawyer .lawyerList li:nth-child(3n-1) {
	margin: 0 60px;
}
#main .lawyer .lawyerList li:nth-child(3n-1):before {
	width: 1px;
	height: 100%;
	position: absolute;
	left: -31px;
	top: 0;
	border-left: 1px dotted #78A537;
	content: '';
}
#main .lawyer .lawyerList li:nth-child(3n-1):after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: -31px;
	top: 0;
	border-left: 1px dotted #78A537;
	content: '';
}
#main .lawyer .lawyerList li .pho {
	margin-bottom: 9px;
	text-align: center;
}
#main .lawyer .lawyerList li .pho img {
	width: 180px;
}
#main .lawyer .lawyerList li p {
	text-align: justify;
}
#main .lawyer .lawyerList li .name {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
}
#main .lawyer .lawyerList li .name .sml {
	font-size: 1.1rem;
}
#main .lawyer .lawyerList li .name .en {
	margin-top: -1px;
	display: block;
	font-size: 1.2rem;
	word-wrap: break-word;
}
#main .lawyer .lawyerList li .btn {
	margin-top: 13px;
}
#main .lawyer .lawyerList li .btn a {
	padding: 8px 25px 9px;
	display: block;
	text-align: center;
	color: #78A537;
	border-radius: 5px;
	border: 1px solid #78A537;
	background: #FFF url("img/common/icon09.png") no-repeat right 8px center;
	background-size: 12px auto;
}
#main .lawyer .lawyerList li .btn a:hover {
	opacity: 0.7;
}
.fancybox-bg {
	background: rgba(0, 0, 0);
	opacity: 0.85;
}
.fancybox-close-small {
	background-color: #fff;
}
.popBox {
	display: none;
	background-color: transparent;
}
.popBox .popInn {
	margin: 0 auto;
	padding: 30px 49px 48px;
	width: 600px;
	box-sizing: border-box;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.popBox .popInn .name {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
.popBox .popInn .ttl {
	font-weight: 600;
}
.popBox .popInn .text {
	margin-bottom: 15px;
	padding-bottom: 18px;
	text-align: justify;
	border-bottom: 1px solid #FFF;
}
.popBox .popInn .text span {
	display: block;
}
.popBox .popInn .text span + span {
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px dotted #FFF;
}
.popBox .popInn .txtList li {
	margin-bottom: 9px;
	padding-bottom: 11px;
	text-align: justify;
	border-bottom: 1px dotted #FFF;
}
.popBox .popInn .txtList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .service {
	padding: 40px 0 45px;
	color: #FFF;
	background-color: #79A438;
}
#main .ttlBox {
	margin-bottom: 23px;
}
#main .ttlBox .headLine02 {
	margin-bottom: 0;
	width: 450px;
	float: left;
	color: #FFF;
}
#main .ttlBox .linkList {
	margin-top: 10px;
	width: 434px;
	float: right;
}
#main .ttlBox .linkList li {
	margin-right: 32px;
	width: 201px;
	float: left;
}
#main .ttlBox .linkList li:last-child {
	margin-right: 0;
}
#main .ttlBox .linkList li a {
	padding: 8px 25px 9px;
	display: block;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	border: 1px solid #FFF;
	background: url("img/common/icon08.png") no-repeat right 8px center;
	background-size: 12px auto;
}
#main .ttlBox .linkList li a:hover {
	opacity: 0.7;
}
#main .service .serviceList {
	margin-bottom: 12px;
}
#main .service .serviceList li {
	margin-right: 30px;
	padding-right: 29px;
	width: 260px;
	float: left;
	border-right: 1px dotted #FFF;
}
#main .service .serviceList li:nth-child(3n) {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#main .service .serviceList li a {
	display: block;
	color: #fff;
}
#main .service .serviceList li a:hover {
	opacity: 0.7;
}
#main .service .serviceList li .pho {
	margin-bottom: 17px;
	text-align: center;
}
#main .service .serviceList li .pho img {
	width: 71px;
}
#main .service .serviceList li .pho .txt {
	margin-top: 5px;
	display: block;
	font-size: 1.8rem;
	line-height: 1.45;
}
#main .service .serviceList li p {
	font-size: 1.2rem;
	text-align: justify;
}
#main .service .serviceList li .btn {
	margin-top: 15px;
	padding: 8px 25px 9px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 5px;
	border: 1px solid #FFF;
	background: url("img/common/icon08.png") no-repeat right 8px center;
	background-size: 12px auto;
}
#main .service .subBox {
	padding-top: 14px;
	text-align: justify;
	border-top: 1px dotted #FFF;
}
#main .service .btn {
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
}
#main .service .btn a {
	display: inline-block;
}
#main .service .btn a:hover {
	opacity: 0.7;
}
#main .bgBox {
	display: -webkit-flex;
	display: flex;
}
#main .result, #main .column {
	width: 50%;
	background-color: #F8F9F4;
}
#main .result {
	background-color: #F1EEE5;
}
#main .bgBox .innBox {
	padding-top: 24px;
	padding-bottom: 30px;
	width: 450px;
	box-sizing: border-box;
}
#main .result .innBox {
	padding-right: 20px;
	float: right;
}
#main .column .innBox {
	padding-left: 20px;
}
#main .bgBox .innBox .headLine02 {
	margin-bottom: 21px;
	font-size: 1.7rem;
}
#main .bgBox .innBox .headLine02 .aGaramond {
	margin-bottom: 2px;
	font-size: 3.5rem;
}
#main .bgBox .innBox .textList {
	margin-bottom: 16px;
}
#main .bgBox .innBox .textList li {
	margin-bottom: 12px;
	padding: 0 0 9px 15px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px dotted #646464;
}
#main .bgBox .innBox .textList li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#main .bgBox .innBox .textList li:before {
	width: 5px;
	height: calc(100% - 16px);
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #77A538;
	content: '';
}
#main .bgBox .innBox .textList li p {
	width: 273px;
	text-align: justify;
	letter-spacing: -0.3px;
}
#main .bgBox .innBox .textList li p .ttl {
	display: block;
	color: #000;
}
#main .bgBox .innBox .textList li .link {
	margin: 3px 0 0 12px;
	width: 130px;
}
#main .bgBox .innBox .textList li .link .mark {
	margin-bottom: 3px;
	padding: 1px 0 0;
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	line-height: 1.4;
	letter-spacing: -0.5px;
	border-radius: 5px;
	background-color: #79A438;
}
#main .bgBox .innBox .textList li .link a {
	padding: 5px 22px 7px 6px;
	display: block;
	color: #79A438;
	text-align: center;
	font-weight: 500;
	border: 1px solid #79A438;
	border-radius: 5px;
	background: #FFF url("img/common/icon09.png") no-repeat right 8px center;
	background-size: 12px auto;
}
#main .bgBox .innBox .textList li .link a:hover {
	opacity: 0.7;
}
#main .news {
	padding: 25px 0;
}
#main .news .headLine02 {
	color: #000;
	font-size: 1.7rem;
}
#main .news .headLine02 .aGaramond {
	margin-bottom: 3px;
	font-size: 3.5rem;
}
#main .news .ttlBox .comLink {
	margin-top: 30px;
	width: 230px;
	float: right;
}
#main .news .newsList li {
	margin-right: 40px;
	width: 195px;
	float: left;
}
#main .news .newsList li:nth-child(4n) {
	margin-right: 0;
}
#main .news .newsList li a {
	display: block;
	color: #464646;
	text-align: justify;
}
#main .news .newsList li a:hover {
	opacity: 0.7;
}
#main .news .newsList li .pho {
	padding-bottom: 66.88%;
	margin-bottom: 5px;
	background-size: cover;
	background-position: center center;
}
#main .news .newsList li .mark {
	margin: 0 auto;
	width: 125px;
	padding: 1px 2px 0;
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	line-height: 1.35;
	letter-spacing: -0.5px;
	border-radius: 5px;
	background-color: #79A438;
}
#main .news .newsList li .time {
	margin-bottom: 4px;
	color: #464646;
	font-size: 1.6rem;
	word-break: break-all;
}
#main .comContact {
	padding: 24px 0 27px;
}
#main .comContact .text {
	margin-bottom: 26px;
}
#gFooter .map {
	display: block;
}
@media all and (-ms-high-contrast:none) {
	#main .bgBox .innBox .textList li .link .mark {
		padding: 4px 2px 0;
		line-height: 1.2;
	}
	#main .bgBox .innBox .textList li .link a {
		padding: 6px 22px 6px 6px;
	}
	#main .news .newsList li .mark {
		padding: 3px 2px 0;
		line-height: 1.2;
	}
}
@media all and (min-width: 768px) {
	#main .banner .bannerUl li a:hover {
		background: #96B963;
		border-color: #96B963;
	}
	#main .banner .bannerUl li a:hover .num {
		color: #F0F5E9;
		opacity: 0.4;
	}
	#main .banner .bannerUl li a:hover .txt {
		color: #fff;
		background-image: url("img/index/icon02.png");
	}
}
@media all and (max-width: 767px) {
	#container:before {
		background-image: url("img/index/sp_bg01.png");
	}
	#gHeader .hBox .hTtlBox {
		width: auto;
		position: relative;
		left: auto;
		top: auto;
	}
	#gHeader .hBox .hTtlBox .imgtext {
		padding: 43px 90px 21px 15px;
	}
	#gHeader .hTtlBox .logo {
		margin: 19px 15px 13px;
	}
	#gHeader .hTtlBox .logo a {
		font-size: 3.2rem;
		letter-spacing: 0;
	}
	.mainVisual .phoList {
		margin-bottom: 0;
		width: 100%;
		height: 240px;
		float: none;
	}
	.mainVisual .phoList li {
		height: 240px;
	}
	.mainVisual .textBox {
		margin: 0 41px;
		width: auto;
		display: none;
	}
	.mainVisual .textBox .innerBox {
		margin: 0;
		width: auto;
		float: none;
	}
	.mainVisual .textBox p {
		margin-bottom: 18px;
		font-size: 1.6rem;
		line-height: 1.15;
		letter-spacing: 0.5px;
	}
	.mainVisual .textBox p:last-of-type {
		margin-bottom: 0;
	}
	.mainVisual .textBox p a:hover {
		text-decoration: none;
	}
	#main {
		padding-top: 21px;
	}
	#main .banner .bannerUl {
		margin-top: 0;
		display: block;
	}
	#main .banner .bannerUl::after {
		display: none;
	}
	#main .banner .bannerUl li {
		margin: 0 0 15px;
		width: auto;
	}
	#main .banner .bannerUl li:last-child {
		margin-bottom: 0;
	}
	#main .banner .bannerUl li a {
		min-height: 60px;
	}
	#main .banner .bannerUl li a .txt {
		padding: 5px 20px;
	}
	#main .office .content {
		margin: 0;
	}
	#main .office .photoBox {
		margin-bottom: 26px;
		padding-right: 75px;
		width: auto;
		float: none;
	}
	#main .office .photoBox img {
		width: 100%;
	}
	#main .office .photoBox span {
		right: 10px;
	}
	#main .office .textBox {
		margin: 0 15px;
		width: auto;
		float: none;
	}
	#main .office .subBox p {
		margin-bottom: 30px;
	}
	#main .office .officeBox02, #main .office .officeBox03 {
		margin: 0 15px;
		width: auto;
		float: none;
	}
	#main .office .officeBox03 p {
		margin-bottom: 0;
	}
	#main .lawyer {
		margin-top: 40px;
		padding: 40px 0;
	}
	#main .lawyer .headLine02 {
		margin-bottom: 25px;
		max-width: inherit;
	}
	#main .lawyer .lawyerList li {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	#main .lawyer .lawyerList li:nth-child(3n-1) {
		margin: 0 0 30px;
	}
	#main .lawyer .lawyerList li:nth-child(3n-1):before, #main .lawyer .lawyerList li:nth-child(3n-1):after {
		display: none;
	}
	#main .lawyer .lawyerList li:last-child {
		margin-bottom: 0;
	}
	.fancybox-close-small {
		width: 30px;
		height: 30px;
		padding: 5px !important;
		background-color: #fff;
	}
	.fancybox-content {
		padding: 35px 10px;
	}
	.popBox .popInn {
		padding: 20px 15px;
		width: 100%;
	}
	#main .service {
		padding: 40px 0;
	}
	#main .ttlBox .headLine02 {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}
	#main .ttlBox .linkList {
		margin-top: 0;
		width: auto;
		float: none;
	}
	#main .ttlBox .linkList li {
		margin-right: 2%;
		width: 48%;
	}
	#main .ttlBox .linkList li:last-child {
		margin-right: 0;
	}
	#main .ttlBox .linkList li a {
		padding: 9px 25px;
	}
	#main .service .serviceList li {
		margin: 0 0 15px;
		padding: 0 0 15px;
		width: auto;
		float: none;
		border-bottom: 1px dotted #FFF;
		border-right: none;
	}
	#main .service .serviceList li:nth-child(4n) {
		margin: 0 0 15px;
		padding: 0 0 15px;
		border-bottom: 1px dotted #FFF;
		border-right: none;
	}
	#main .service .serviceList li:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	#main .bgBox {
		display: -webkit-block;
		display: block;
	}
	#main .result, #main .column {
		width: auto;
	}
	#main .bgBox .innBox {
		padding: 30px 15px;
		width: auto;
	}
	#main .result .innBox {
		padding-right: 15px;
		float: none;
	}
	#main .column .innBox {
		padding-left: 15px;
	}
	#main .bgBox .innBox .headLine02 .aGaramond {
		font-size: 3.4rem;
	}
	#main .bgBox .innBox .textList li p {
		width: calc(100% - 140px);
	}
	#main .bgBox .innBox .textList li .link {
		margin: 3px 0 0 10px;
	}
	#main .news .ttlBox .comLink {
		margin-top: 0;
		width: auto;
		float: none;
	}
	#main .news .newsList {
		margin-top: -20px;
	}
	#main .news .newsList li {
		margin: 20px 0 0;
		width: 48%;
	}
	#main .news .newsList li:nth-child(2n) {
		float: right;
	}
	#main .comContact {
		padding: 25px 0;
	}
	#main .comContact .text {
		margin-bottom: 15px;
	}
}