@charset "utf-8";
/* CSS Document */

/*グランドフォント*/

p, a, span, i, em, li, dt, dd {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	transform: rotate(0.03deg);
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	text-decoration: underline;
}


@media screen and (max-width:960px) { /*MB*/
	.mb-space {
		width: 100%;
		height: 60px;
	}
}


/*ヘッド*/

.p-head {
	display: flex;
	justify-content:flex-start;
	border-bottom: 2px solid #02477f;
	margin-bottom: 32px;
	position: relative;
	padding-bottom: 12px;
}

.p-head:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	position: absolute;
	left:0;
	bottom: -2px;
	background-color: #ffe50f;
}

.p-head2 {
	display: flex;
	justify-content:flex-start;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 32px;
	position: relative;
	padding-bottom: 12px;
}

.p-head2:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	position: absolute;
	left:0;
	bottom: -2px;
	background-color: #ffe50f;
}

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	.p-header-inner {
		width:100%;
		height: 150px;
		box-sizing: border-box;
		padding-top: 100px;
	}
	.nav{
		width:100%;
		margin:0 auto;
		display: block!important;
	}
	.nav ul {
		display: flex;
		justify-content: flex-end;
	}
	.nav ul li {
		width: 150px;
		box-sizing: border-box;
	}
	.nav ul li:last-child {
	}
	.nav ul li a, .nav ul li em {
		display: block;
		width:150px;
		height: 50px;
		text-indent: -9999px;
		overflow: hidden;
		position: relative;
		margin:0 auto;
	}
	.nav ul li a:after {
		content: "";
		display: block;
		width:0;
		position: absolute;
		left:0;
		bottom:0px;
		height: 4px;
		background-color:#ffe50f;
		transition: all 0.3s;
	}
	.nav ul li a:hover:after {
		width:100px;
		left:0;
	}
	.p-menu-01 a {background:url("../img/menu01.png") left top no-repeat;}
	.p-menu-02 a {background:url("../img/menu02.png") left top no-repeat;}
	.p-menu-03 a {background:url("../img/menu03.png") left top no-repeat;}
	.p-menu-04 a {background:url("../img/menu04.png") left top no-repeat;}
}
@media screen and (max-width:960px) { /*MB*/
	
/*外側クローズ用*/
	.p-main{
	}
	.p-main-cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-main-cover.active{
		height:100%;
		visibility: visible;
		background:rgba(0,0,0,0.4);
		z-index:1000;
	}
	.p-head-space {
		width: 100%;
		height: 60px;
		background:url("../img/foot_bg.png") left top repeat;
	}
	.p-header-inner{
		width: 100%;
		height: 60px;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background:url("../img/foot_bg.png") left top repeat;
	}
	.p-header-wrap{
		position:relative;
		width: 100%;
		height: 60px;
	}
	/*nav=====*/
	.nav{
		display: none;
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
		z-index: 950;
		padding-top:60px;
	}
	.nav li{
		background:url("../img/foot_bg.png") left top repeat;
		border-bottom: 1px solid #222222;
		text-align: left;
		text-indent: 12px;
	}
	.nav a, .nav span{
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:2rem;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		transform: rotate(0.03deg);
		font-weight: 700!important;
	}
	.nav a:hover{
		text-decoration: none;
	}
	/*ナビボタン*/
	.p-header-sp-nav{
		width: 30px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin:auto;
		cursor: pointer;
		z-index: 1000;
		background:url("../img/foot_bg.png") left top repeat;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#1a1a1a;
		z-index: -1;
		position: absolute;
		right:-10px;
		top:-17px;
	}
	.p-header-sp-nav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-header-sp-nav span:first-of-type {
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.p-header-sp-nav span:nth-of-type(2) {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.p-header-sp-nav span:last-of-type {
		bottom: 0;
		top: auto;
	}
	.p-header-sp-nav.active{
	}
	.p-header-sp-nav.active span:nth-of-type(2) {
		right: -60px;
		opacity: 0;
		visibility: hidden;
	}
	.p-header-sp-nav.active span:first-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(45deg);
	}
	.p-header-sp-nav.active span:last-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(-45deg);
	}
	
}

/*メインビジュアル*/

@media screen and (min-width:961px) { /*PC*/
	.p-mv {
		width: 100%;
		background: url("../img/mv_pc.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio:960 / 495;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-mv {
		width: 100%;
		background: url("../img/mv_mb.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio:10 / 11;
	}
}



/*弁護士*/

.p-lawyar {
	display: flex;
	gap:24px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.p-law-box {
	width: calc((100% - 24px) / 2);
	color: #fff;
	text-align: left;
}

@media screen and (min-width:961px) { /*PC*/
	.p-law-box {
		width: calc((100% - 24px) / 2);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-law-box {
		width: 100%;
	}
}

.p-law-box dl {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	line-height: 1.5;
}

.p-law-box dl dt {
	padding: 8px;
	width: 20%;
	font-size: 1.6rem;
	box-sizing: border-box;
}

.p-law-box dl dd {
	padding: 8px;
	width: 80%;
	font-size: 1.5rem;
	box-sizing: border-box;
}

.p-furigana {
	font-size: 2.4rem;
	font-weight: 700;
}

.p-name {
	font-size: 5rem;
	font-weight: 700;
}

.p-name span {
	font-size: 50%;
	font-weight: 700!important;
}

.p-law-text {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	background-color: #406e94;
	padding: 32px;
	color: #fff;
	line-height: 1.5;
	font-size: 1.7rem;
}

/*地図*/

.p-map {
	width:100%;
	position: relative;
	margin:0 auto 24px;
}

.p-map iframe {
	width:100%;
	height:300px;
}

/*リスト*/

h3 {
	border: 3px solid #A0C2DF;
	position: relative;
	padding: 8px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 700!important;
	color: #02477f;
	border-radius: 5px;
}

.p-list ul {
	
}

.p-list ul li {
	text-align: left;
	position: relative;
	font-size: 1.6rem;
	padding: 8px 0 8px;
	box-sizing: border-box;
	line-height: 1.6;
}

.p-list ul li:before {
	content: "◆";
	margin-right: 12px;
	color: #02477f;
}

.p-list ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
    background-image: linear-gradient(to right, #02477f 5px, transparent 5px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.p-map-img ul {
	display: flex;
	justify-content: center;
	gap:24px;
}

.p-map-img ul li {
	max-width: 225px;
	background-color: rgba(243,243,243,1.00);
}

.p-map-img ul li figure img {
}

.p-map-img ul li figure figcaption {
	font-size: 1.4rem;
	padding: 8px 0;
}

.p-exp {
	background-color: rgba(243,243,243,1.00);
	box-sizing: border-box;
	padding: 24px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5;
}

/*フッター*/

.p-copyright p {
	font-size: 1.5rem;
	color: #fff;
}