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

/* all
------------------------------------------------------ */
.business,.main-contents{
	width: 80%;
	margin: 0 auto;
}
h2{
	font-size: 4rem;
	text-align: center;
	font-family: 
"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 100;
	letter-spacing: .4rem;
	margin: 60px auto 40px;
	color: #283455;
	padding-top: 40px;
}
h2 span{
	display: inline-block;
	font-size: 1.8rem;
	margin-top: 5px;
	border-top: 2px solid #283455;
	padding-top: 10px;
}
.lawyer-name{
	font-size: 3rem;
	width: 40%;
	padding: 10px 20px;
  border: 1px solid #283455;
	border-left: 10px solid #283455;
	margin: 0 0 20px;
}
.lawyer-name span{
	display: block;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
h3{
	background: url(images/h2-line.svg) no-repeat;
	background-size: contain;
	width: 202px;
	background-position: bottom;
	text-align: center;
	padding-bottom: 10px;
	margin: 40px 0 20px;
}
h3.profile-ttl{
	background: #283455; 
	color: #fff;
	padding: 5px 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul li{
	list-style: disc;
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.face-image{
		width: 40%;
		max-width: 420px;
	}
			.pagetop{
		width: 4%;
		position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 999;
	}
	.main-contents,.business{
		max-width: 1280px;
	}

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

	h2{
		font-size: 2.6rem;
	}
	h3{
		margin: 40px auto 20px;
	}
	.lawyer-name{
		text-align: center;
		width: 80%;
	}
				.pagetop{
		width: 15%;
		position: fixed;
    right: 10px;
    bottom: 10px!important;
    z-index: 999;
		text-align: right;
		margin-left: auto;
	}
	
	
}

/* header
------------------------------------------------------ */
header{
	background: #283455;
	height: 60px;
}
h1{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 60px;
	font-family: 
"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	h1{
		font-size: 1.4rem;
		line-height: 1.6rem;
		padding: 12px 6px 6px 6px;
	}
}
/* mainVisual
------------------------------------------------------ */
.main-visual{
	background: url(images/main.jpg) no-repeat;
	background-size: cover;
	height: 600px;
	background-position: center;
	position: relative;
}
.main-lead {
  font-size: 3rem;
  text-align: center;
  color: #fff;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 4rem;
}
.mail:before{
	content: '';
	background: url(images/mail-icon.svg) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.main-lead{
		font-size: 2rem;
		top: 26%;
		line-height: 3rem;
	}
	.main-visual{
		height: 300px;
	}
}

/* section-link
------------------------------------------------------ */

.section-link{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.section-link li{
	list-style: none;
	border: 1px solid #283455;
	width: 25%;
	text-align: center;
}
.section-link li a{
	padding: 10px 0;
	display: block;
}
.anc01 a:before{
	content: '';
	background: url(images/anc01.svg) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	display: inline-block;
}
.anc02 a:before{
	content: '';
	background: url(images/anc02.svg) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	display: inline-block;
}
.anc03 a:before{
	content: '';
	background: url(images/anc03.svg) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	display: inline-block;
}




/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.section-link{
		width: 90%;
		flex-direction: column;
	}
	.section-link li{
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	.section-link li a{
		padding-left: 20px;
	}
}

/* profile
------------------------------------------------------ */
.profile{
	padding-bottom: 60px;
}
.profile-wrap{
	margin-top: 80px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.profile-wrap{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1048px;
	}
	.profile-item{
		width: 55%;
	}
}


/* business
------------------------------------------------------ */
.business ol{
	margin-bottom: 40px;
	padding-left: 0;
}
.business-ilust{
	width: 50%;
	margin: 10px 0;
}
.business ol li{
	margin-bottom: 20px;
}
.business b{
	display: block;
	margin-bottom: 10px;
}
.business-bg{
	margin: 0 calc(50% - 50vw);
	background: #f0f0f0;
}
.business{
	padding-bottom: 60px;
	padding-top: 10px;
}
.image-ilust{
	width: 50%;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.business-ilust{
		width: 100%;
	}
	.business{
	padding-bottom: 40px;
	padding-top: 0;
}
.image-ilust{
	width: 100%;
}
}
/* professional
------------------------------------------------------ */
.professional ol{
	margin-bottom: 40px;
	padding-left: 0;
}
.professional b{
	display: block;
	margin-bottom: 10px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}

/* copyrights
------------------------------------------------------ */
.copyrights{
	background: #283455;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	font-size: 1.4rem;
	margin-top: 80px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}

