@charset "UTF-8";


/*#lawyers-list -----------------------------*/
body.lawyers {
	background-color: #f5f5fa;
}
#lawyers-list.subpage-top h2 {
	background: url("../img/subpage_lawyers_h2_bg.jpg") center center no-repeat;
	background-size: cover;
}
#lawyers-list.subpage-top h2 span::after {
	content: "lawyers";
}
#lawyers-list ul.list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5rem 0;
}
#lawyers-list ul.list li {
	position: relative;
	flex-basis: auto;
	margin: 0 6% 5rem;
}
#lawyers-list ul.list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#lawyers-list ul.list li .img {
	position: relative;
	text-align: center;
}
#lawyers-list ul.list li:hover .img img {
	opacity: .8;
}
#lawyers-list ul.list li .img span {
	position: absolute;
	top: -0.5rem;
    left: -0.6rem;
	background: linear-gradient(180deg, #2b37af 0%, #2b37af 90%, #fabf1a 90%, #fabf1a 100%);
	color: #fff;
	font-size: 1.1rem;
	padding: 1rem .3rem 5rem .3rem;
	line-height: 1;
	writing-mode: vertical-rl;
	z-index: 1;
	font-family: 'Questrial', sans-serif;
}
#lawyers-list ul.list li dl.profile {
	position: relative;
	max-width: 350px;
}
#lawyers-list ul.list li dl.profile::before,
#lawyers-list ul.list li dl.profile::after {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #1e2570;
}
#lawyers-list ul.list li dl.profile::before {
	background-color: #fabf1a;
	width: 20%;
	z-index: 1;
	transition: all .2s ease-out;
}
#lawyers-list ul.list li:hover dl.profile::before {
	width: 100%;
}
#lawyers-list ul.list li dl.profile dt {
	font-size: 1.8rem;
	font-weight: 600;
}
#lawyers-list ul.list li dl.profile dd {
	letter-spacing: .1rem;
    line-height: 1.6;
    padding: 0 0 0.8rem;
}
#lawyers-list ul.list li > span {
	position: absolute;
	right: 0;
	bottom: .2rem;
	letter-spacing: 0;
	font-size: .8rem;
}

@media screen and (max-width: 768px) {
#lawyers-list ul.list {
	flex-direction: column;
	align-items: center;
	margin: 4rem 0;
}
#lawyers-list ul.list li {
	margin: 0 0 3rem;
}
#lawyers-list ul.list li .img {
	position: relative;
	text-align: center;
	max-width: 260px;
}
#lawyers-list ul.list li .img span {
	font-size: .9rem;
	padding: .5rem .2rem 3rem .2rem;
}
#lawyers-list ul.list li dl.profile {
	max-width: 260px;
}
#lawyers-list ul.list li dl.profile dt {
	font-size: 1.6rem;
}
#lawyers-list ul.list li dl.profile dd {
	font-size: .9rem;
	padding: 0 0 2rem;
}
#lawyers-list ul.list li > span {
	font-size: .9rem;
}
}





/*#lawyers-detail -----------------------------*/
#lawyers-detail {
	padding: 100px 0 0;
	background: linear-gradient(90deg, #fff 0%, #fff 65%, #fabf1a 65%, #fabf1a 100%);
}
#lawyers-detail .profile {
	position: relative;
}
#lawyers-detail .profile::before {
	display: block;
	content: "";
	width: 1px;
	height: 80%;
	position: absolute;
	top: 5%;
	left: calc(50vw - 600px);
	background-color: #1e2570;
}
#lawyers-detail .profile .top {
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 10rem 20px 5rem;
}
#lawyers-detail .profile .top h2 {
	text-align: left;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 4rem;
    letter-spacing: .2rem;
}
#lawyers-detail .profile .top h2 span {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	font-family: 'Questrial', sans-serif;
}
#lawyers-detail .profile .top .img {
	position: absolute;
	top: -1rem;
	right: 0;
}
#lawyers-detail .profile .detail {
	background-color: #f5f5fa;
	padding: 9rem 0;
}
#lawyers-detail .profile .detail .detail-box {
	max-width: 1060px;
	padding: 0 20px 0;
	margin: 0 auto 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lawyers-detail .profile .detail .detail-box .data {
	flex-basis: calc((100% - 40px) / 2);
	max-width: calc((100% - 40px) / 2);
	color: #202020;
	font-weight: 400;
	margin: 0 0 5rem 0;
}
#lawyers-detail .profile .detail .detail-box .data h3 {
	color: #1e2570;
	font-size: 1.6rem;
	padding: 0 .5rem .5rem;
	border-bottom: 1px solid #1e2570;
	margin: 2.5rem 0 2.5rem;
}
#lawyers-detail .profile .detail .detail-box .data dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 1rem;
}
#lawyers-detail .profile .detail .detail-box .data ul {
	padding: 0 0 0 1rem;
}
#lawyers-detail .profile .detail .detail-box .data dl dt {
	flex-basis: 20%;
	margin: 0 0 1rem;
}
#lawyers-detail .profile .detail .detail-box .data dl dd {
	flex-basis: 80%;
	margin: 0 0 1rem;
	letter-spacing: .1rem;
}
#lawyers-detail .profile .detail .detail-box .data.field ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto;
	grid-template-areas: 
    "areaA areaB"
    "areaA areaC"
    "areaD areaD"
	"areaE areaE";
	grid-gap: 1rem 1rem;
}
#lawyers-detail.no2 .profile .detail .detail-box .data.field ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	grid-template-areas: 
    "areaA areaB"
    "areaC areaC"
    "areaD areaD";
}
/*#lawyers-detail .profile .detail .detail-box .data.field ul li {
	padding: 0 0 1rem;
}*/
#lawyers-detail .profile .detail .detail-box .data.field ul li:first-child {
	grid-area: areaA;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li:nth-of-type(2) {
	grid-area: areaB;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li:nth-of-type(3) {
	grid-area: areaC;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li:nth-of-type(4) {
	grid-area: areaD;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li:nth-of-type(5) {
	grid-area: areaE;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl {
	display: block;
	padding: 0;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl dt {
	position: relative;
	font-size: 1.1rem;
	padding: 0 1.5rem 0;
	margin: 0;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl dt::before {
	display: block;
	content: "";
	height: 1px;
	width: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #1e2570;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl dd {
	position: relative;
	margin: .2rem 0 0 1rem;
	line-height: 1.6;
	padding: 0 0 0 .9rem;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl dd::before {
	display: block;
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
#lawyers-detail .profile .detail .detail-box .data small {
	font-size: .9rem;
}
#lawyers-detail .back-btn {
	margin: 0 30px;
}
#lawyers-detail .back-btn a {
	display: block;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	padding: 1.5rem 0;
	color: #fff;
	background-color: #2b37af;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
#lawyers-detail {
	padding: 0;
	background: none;
}
#lawyers-detail .profile::before {
	height: 79%;
	top: 13%;
	left: 20px;
	z-index: 1;
}
#lawyers-detail .profile .top {
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 6rem 0 0;
	background: linear-gradient(180deg, #fff 0%, #fff 40%, #fabf1a 40%, #fabf1a 100%);
}
#lawyers-detail .profile .top h2 {
	font-size: 2rem;
	margin: 0 0 60vw;
	padding: 0 30px;
}
#lawyers-detail .profile .top h2 span {
	font-size: 1rem;
}
#lawyers-detail .profile .top .img {
	position: absolute;
	top: 13rem;
	right: 0;
}
#lawyers-detail .profile .top .img img {
	width: 80vw;
}
#lawyers-detail .profile .detail {
	padding: 5rem 0;
}
#lawyers-detail .profile .top p.affiliation {
	padding: 50vw 45px 0;
	background-color: #f2f2f8;
}
#lawyers-detail .profile .detail .detail-box {
	padding: 0 30px 0 45px;
	margin: 0 auto 2rem;
	display: block;
}
#lawyers-detail .profile .detail .detail-box .data {
	flex-basis: 100%;
	max-width: 100%;
	margin: 0 0 3rem 0;
}
#lawyers-detail .profile .detail .detail-box .data h3 {
	font-size: 1.3rem;
	padding: 0 0 .3rem;
	margin: 2.5rem 0 1.5rem;
}
#lawyers-detail .profile .detail .detail-box .data dl {
	padding: 0 0 0 .5rem;
}
#lawyers-detail .profile .detail .detail-box .data ul {
	padding: 0 0 0 .5rem;
}
#lawyers-detail .profile .detail .detail-box .data dl dt {
	flex-basis: 30%;
	margin: 0 0 .8rem;
}
#lawyers-detail .profile .detail .detail-box .data dl dd {
	flex-basis: 70%;
	margin: 0 0 .8rem;
	letter-spacing: .1rem;
}
#lawyers-detail .profile .detail .detail-box .data.field ul {
	display: block;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li {
	margin: 0 0 1rem;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl {
	display: block;
	padding: 0;
}
#lawyers-detail .profile .detail .detail-box .data.field ul li dl dd {
	font-size: .9rem;
}
#lawyers-detail .back-btn {
	margin: 70px 30px 0;
}
	
}
