@charset "utf-8";

/* -----------------------------
	〇〇〇
-------------------------------- */
#lawyer .lawyer-area{
	padding: 0 0;
}

@media screen and (max-width: 768px){
	#lawyer .lawyer-area{
		padding: 0;
	}
}

.member-area{
	padding: 20px 0 100px;
	/*background: linear-gradient(180deg, #fff 0%, #fff 40%, var(--main-color) 40%, var(--main-color) 100%);*/
	background: url(../img/column-bg.png) no-repeat center top 240px / cover;
}

#lawyer .lawyer-list{
	display: flex;
	justify-content: center;
	gap: 60px;
	/* margin: 50px 0 30px; */
	margin: 0 auto 0;
}
#lawyer .lawyer-list .lawyer-item{
	width: calc((100% - 160px) / 2);
	width: 323px;
	border-radius: 10px;
	transition: .5s;
	position: relative;
	top: 0px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
#lawyer .lawyer-list .lawyer-item:hover{
	transition: .5s;
}
#lawyer .lawyer-list .lawyer-item a{
	display: block;
}
#lawyer .lawyer-list .lawyer-item:hover {
	top: -5px;
}
#lawyer .lawyer-list .lawyer-item .img img{
	height: 400px;
	vertical-align: bottom;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
#lawyer .lawyer-list .lawyer-item .txt-box{
	padding: 20px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}
#lawyer .lawyer-list .lawyer-item .txt-box::before{
	position: absolute;
    content: "\f105";
    font-size: 1.3rem;
    font-weight: 900;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #F6F6F6;
    color: var(--main-color);
	bottom: 15px;
    right: 15px;
	border-radius: 50%;
}
#lawyer .lawyer-list .lawyer-item .txt-box::after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #F5FBFE;
    background: var(--rightblue);
    z-index: -1;
    transition: all .4s;
}
#lawyer .lawyer-list .lawyer-item:hover .txt-box::after{
	width: 100%;
	left: 0;
}
#lawyer .lawyer-list .lawyer-item .txt-box .name-jp{
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 0 5px;
}
#lawyer .lawyer-list .lawyer-item .txt-box .name-en{
	font-size: 1.2rem;
	margin: 3px 0 0;
	font-weight: bold;
	color: var(--main-color);
	font-family: var(--font-en);
}
#lawyer .lawyer-list .lawyer-item .txt-box .label{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 3px;
}
@media screen and (max-width: 768px){
	
	.member-area{
		padding: 40px 0 60px;
		background-position: center center;
	}
	
	#lawyer .lawyer-list{
		padding: 0 20px;
		gap: 15px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#lawyer .lawyer-list .lawyer-item{
		width: calc((100% - 15px) / 2);
		border-radius: 8px;
	}
	#lawyer .lawyer-list .lawyer-item .img img{
		height: 200px;
		border-radius: 8px 8px 0 0;
	}
	#lawyer .lawyer-list .lawyer-item .txt-box{
		padding: 15px;
		border-radius: 0 0 8px 8px;
	}
	#lawyer .lawyer-list .lawyer-item .txt-box::before{
		right: 5px;
		bottom: 5px;
	}
	#lawyer .lawyer-list .lawyer-item .txt-box .name-jp{
		font-size: 2.2rem;
	}
	#lawyer .lawyer-list .lawyer-item .txt-box .name-en{
		font-size: 1.1rem;
	}
}


#lawyer-detail .mes-area{
	padding: 60px 0 80px;
	background-color: #fff;
}
#lawyer-detail .mes-area .inner{
	display: flex;
	justify-content: space-between;
	gap: 80px;
}
#lawyer-detail .mes-area .img{
	order: 1;
	width: 448px;
	background: url(../img/lawyer01-01.jpg) center center / cover, no-repeat;
    height: auto;
	border-radius: 15px;
}
#lawyer-detail.lawyer02 .mes-area .img{
	background: url(../img/lawyer02-01.jpg) center center / cover, no-repeat;
}
#lawyer-detail.lawyer03 .mes-area .img{
	background: url(../img/lawyer03-01.jpg) center center / cover, no-repeat;
}
#lawyer-detail .mes-area .txt-box{
	order: 0;
	width: 60%;
	width: calc(100% - 528px);
    /* padding: 40px 80px 40px calc((100% - 1200px) / 2); */
	padding: 40px 0;
}

#lawyer-detail .mes-area .txt-box .catch{
	margin: 0 0 30px;
	color: var(--main-color);
	font-size: 3rem;
}
#lawyer-detail .mes-area .txt-box .txt:not(:first-of-type){
	margin: 15px 0 0;
}
@media screen and (max-width: 768px){
	#lawyer-detail .mes-area{
		padding: 40px 20px 40px;
		flex-wrap: wrap;
		gap: 20px;
	}
	#lawyer-detail .mes-area .inner{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 25px;
	}
	#lawyer-detail .mes-area .img{
		width: 100%;
		height: 250px;
		order: 0;
		background-position:top;
	}
	#lawyer-detail.lawyer02 .mes-area .img{
		background: url(../img/lawyer02-01-sp.jpg) center center / cover, no-repeat;
	}
	#lawyer-detail.lawyer03 .mes-area .img{
		background: url(../img/lawyer03-01-sp.jpg) center center / cover, no-repeat;
	}
	#lawyer-detail .mes-area .txt-box{
		width: 100%;
		order: 1;
		padding: 0;
	}
	#lawyer-detail .mes-area .txt-box .catch{
		margin: 0 0 15px;
		font-size: 2.4rem;
	}
}

#lawyer-detail .imgbg-area{
	height: 550px;
	overflow: hidden;
}
#lawyer-detail .imgbg-area img{
	/* position: fixed;
    left: 0;
    top: 0; */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    object-fit: cover;
}
@media screen and (max-width: 768px){
	#lawyer-detail .imgbg-area{
		height: 300px;
	}
}
#lawyer-detail .profile-area{
	padding: 80px 0;
	background-color: var(--rightblue);
	margin: 0 0 100px;
}
#lawyer-detail .profile-area .ttl-box{
	margin: 0 0 30px;
}
#lawyer-detail .profile-area .fs-box{
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
#lawyer-detail .profile-area .fs-box .txt-box{
	width: 60%;
}
#lawyer-detail .profile-area .txt:not(:first-of-type){
	margin: 15px 0 0;
}
#lawyer-detail .profile-area .like-box{
	/* margin: 30px 0 0; */
	background-color: #fff;
	padding: 40px 40px 40px 40px;
	border-radius: 10px;
	width: calc(40% - 40px);
	height: fit-content;
}
#lawyer-detail .profile-area .like-box .like-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
#lawyer-detail .profile-area .like-box .like-list li{
	width: calc((100% - 30px) / 2 );
	width: 100%;
	padding: 0 0 20px;
	border-bottom: dashed 1px var(--main-color);
}
#lawyer-detail .profile-area .like-box .like-list li h3{
	font-size: 1.7rem;
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.7;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 10px;
}
#lawyer-detail .profile-area .like-box .like-list li h3::before{
	position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
}
#lawyer-detail.lawyer01 .profile-area .like-box .like-list li.hobby h3::before,
#lawyer-detail.lawyer03 .profile-area .like-box .like-list li.hobby h3::before{
	background: url(../img/icon-book.svg) no-repeat center center / cover;
}
#lawyer-detail.lawyer02 .profile-area .like-box .like-list li.hobby h3::before{
	background: url(../img/icon-tv.svg) no-repeat center center / cover;
}
#lawyer-detail .profile-area .like-box .like-list li.food h3::before{
	background: url(../img/icon-cook.svg) no-repeat center center / cover;
}
#lawyer-detail.lawyer01 .profile-area .like-box .like-list li.sports h3::before,
#lawyer-detail.lawyer03 .profile-area .like-box .like-list li.sports h3::before{
	background: url(../img/icon-sports.svg) no-repeat center center / cover;
}
#lawyer-detail.lawyer01 .profile-area .like-box .like-list li.other h3::before,
#lawyer-detail.lawyer03 .profile-area .like-box .like-list li.other h3::before{
	background: url(../img/icon-fitness.svg) no-repeat center center / cover;
}
@media screen and (max-width: 768px){
	#lawyer-detail .profile-area{
		padding: 40px 20px;
		margin: 0 0 40px;
	}
	#lawyer-detail .profile-area .inner{
		max-width: 100%;
        min-width: 100%;
        width: 100%;
	}
	#lawyer-detail .profile-area .fs-box{
		flex-wrap: wrap;
		gap: 30px;
	}
	#lawyer-detail .profile-area .fs-box .txt-box{
		width: 100%;
	}
	#lawyer-detail .profile-area .like-box{
		width: 100%;
		padding: 20px;
	}
}

/*---------------------------------
	#lawyer-detail 
---------------------------------*/

#lawyer-detail .breadcrumbs {
	top: 540px;
}

#lawyer-detail .h1-area {
	top: 610px;
}

@media screen and (max-width: 768px){
	#lawyer-detail .h1-area{
		top: 138px;
		z-index: -3;
	}
}

/*---------------------------------
	#lawyer-detail ページタイトル
---------------------------------*/
#lawyer-detail .page-title-area {
	/*height: 500px;*/
	padding: 180px 0 105px;
}

#lawyer-detail.lawyer01 .page-title-area::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: calc( ( 100% - 1100px ) / 2 );
	background: url("../img/page-title-lawyer01.png") center/cover, no-repeat;
	width: 334px;
	aspect-ratio: 334 / 480;
}

#lawyer-detail.lawyer02 .page-title-area::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: calc( ( 100% - 1100px ) / 2 );
	background: url("../img/page-title-lawyer02.png") center/cover, no-repeat;
	width: 300px;
	aspect-ratio: 310 / 480;
}
#lawyer-detail.lawyer03 .page-title-area::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: calc( ( 100% - 1100px ) / 2 );
	background: url("../img/page-title-lawyer03.png") center/cover, no-repeat;
	width: 300px;
	aspect-ratio: 310 / 480;
}

#lawyer-detail .page-title-area .inner {
	position: relative;
}

#lawyer-detail .page-title-txt {
	margin: 0 100px 0 auto;
	width: 50%;
}

#lawyer-detail .page-title-area .section-title {
	position: relative;
	top: initial;
}

#lawyer-detail .page-title-area .section-title .ja {
    font-size: 5.0rem;
	line-height: 1;
	color: #333;
}

#lawyer-detail .page-title-area .section-title .en {
    font-size: 2.0rem;
    padding: 0;
	margin: 10px 0 0;
}

#lawyer-detail .page-title-area .section-title .en::before {
	display: none;
}
#lawyer-detail .page-title-area .label{
	display: inline-block;
    color: #fff;
    background-color: var(--main-color);
    padding: 0 20px;
    height: 27px;
    border-radius: 14px;
    font-size: 1.5rem;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 0 10px;
}
#lawyer-detail .page-title-area .occupation {
	margin: 10px 0 0;
}

#lawyer-detail .page-title-area .like-box {
	margin: 30px 0 0;
}

#lawyer-detail .page-title-area .like-box h3 {
    /*display: inline-block;
    color: var(--yellow);
    background-color: var(--main-color);
    padding: 0 20px;
    height: 27px;
    border-radius: 14px;
    font-size: 1.5rem;
	line-height: 27px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 0 10px;*/
	
	color: var(--main-color);
	margin: 0 0 10px;
	display: inline-block;
}

#lawyer-detail .page-title-area .like-box .txt {
	/* padding: 10px 20px 20px; */
	font-size: 1.4rem;
}

@media screen and (max-width: 768px){
	
	#lawyer-detail .page-title-area{
		height: auto;
		padding: 150px 20px 35px;
		z-index: -2;
	}
	#lawyer-detail.lawyer01 .page-title-area::after {
		left: auto;
		right: 0;
		width: 190px;
		z-index: -1;
	}
	#lawyer-detail.lawyer02 .page-title-area::after {
		left: auto;
		right: 0;
		width: 160px;
	}
	#lawyer-detail.lawyer03 .page-title-area::after {
		left: auto;
		right: 0;
		width: 140px;
	}
	#lawyer-detail .page-title-txt{
		width: 100%;
		margin: 0;
		position: relative;
	}
	#lawyer-detail .page-title-area .section-title .ja{
		font-size: 2.8rem;
		line-height: 1.5;
	}
	#lawyer-detail .page-title-area .section-title .en{
		font-size: 1.4rem;
		margin: 0;
	}
	#lawyer-detail .page-title-area .occupation{
		font-variant-position: 1.2rem;
		margin: 2px 0 0;
		font-size: 1.4rem;
	}
	#lawyer-detail .page-title-area .like-box{
		margin: 15px 0 0;
		/*background: rgba(255, 255, 255, .5)*/
	}
	#lawyer-detail .page-title-area .like-box h3 {
		margin: 0 0 5px;
	}
	
	#lawyer-detail .page-title-area .like-box .txt {
		font-size: 1.2rem;
		font-weight: 500;
		text-shadow: #fff 1px 0px 0px, #fff -1px 0px 0px, #fff 0px -1px 0px, #fff 0px 1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	}
	
}


/*---------------------------------
	sample
---------------------------------*/
.coming-area{
	padding: 200px 80px;
    text-align: center;
}
.coming-area p{
	font-size: 4.0rem;
}
@media screen and (max-width: 768px){
	.coming-area{
		padding: 100px 0px;
	}
}
