@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/* home */

/**** sp *****/
section.fv {
	margin: 0 calc(50% - 50vw);
	position: relative;
	margin-bottom: 46px;
	/*
	height: calc(100% - 50px - 70px - 39px);
	height: calc(100vh - 50px - 70px - 39px - 40px);
	*/
	/*
	height: calc(100vh - 50px - 70px - 39px - 40px - 20px);
	*/
	min-height: 100vh; /* Fallback */
  min-height: calc((var(--vh, 1vh) * 100) - 50px - 70px);

	display: flex;
	overflow: hidden;
	align-items: center;

	background: url(../img/img_fv_sp.jpg) center center;
	background-size: cover;
}
section.fv .bg{
	display: none;
}
section.fv img {
	width: 100%;
}
section.fv .copy {
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

section.fv .btn {
	position: absolute;
	left: 0%;
	bottom: 30px;
	width: calc(100vw - 30px);
	margin-left: 15px;
}
section.fv .btn a {
	font-size: 1.5rem;
	background: url(../img/icon_btn_arrow.svg) 95% center no-repeat;
	background-color: rgba(255,255,255,.7);
	padding: 14px;
}

/* outline */
.outline {
	margin-bottom: 100px;	
}
.outline h2 {
	line-height: 1;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.outline h2:after {
	content: none;
}
.outline h2 img {
	width: 100%;
}
.outline .read {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 90px;
}
.outline .photo {
	width: 100vw;
	margin-left: -30px;
	margin-bottom: 30px;
	padding: 0 15px 45px 15px;
	position: relative;
	text-align: right;
}
.outline .photo img {
	width: 86.5%;
	position: relative;
	box-shadow: -45px 45px 0px 0 #0277bd;
}
.outline h3 {
	line-height: 2;
	margin-bottom: 30px;
}
.outline .copy {
	line-height: 2;
	margin-bottom: 30px;
}
.outline .prof {
	font-size: 1.2rem;
	line-height: 2;
}
.outline .prof .name {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
.outline .lawyer {
	margin-bottom: 66px;
}
.outline .lawyer2 {
	margin-bottom: 47px;
}
.outline .lawyer2 .photo {
	text-align: left;
}
.outline .lawyer2 .photo img {
	box-shadow: 45px 45px 0px 0 #0277bd;
}


/* business */
.business {
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}
.business::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100vw;
    height: 100%;
	background-color: #e5f1f8;
	
	margin: 0 calc(50% - 50vw);
}
.business h2 {
	font-size: 3.2rem;
	font-weight: normal;
	text-align: center;
}
.business h2:after {
	left: calc(50% - 20px);
}
.business .read {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.business h3 {
	color: #333;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.business .copy {
	line-height: 2;
	margin-bottom: 60px;
}
.business .service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .service li {
	width: 48%;
}
.business .service .name {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	min-height: 240px;
}
.business .service .name img {
	margin-bottom: 10px;
}


/* inheritance */
.inheritance {
	padding-bottom: 70px;
}
.inheritance .mv {
	margin: 0 calc(50% - 50vw);
/*
	width: 100vw;
	margin-left: -30px;*/
}
.inheritance .bg {
	color: #fff;
	background-color: #0277bd;
	padding: 45px 18px;
	margin-top: -50px;
	position: relative;
}
.inheritance .bg h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: .05em;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 23px;
}
.inheritance .bg h2::after {
	content: none;
}
.inheritance .bg .read {
	line-height: 2;
	margin-bottom: 30px;
}

/* access */
.access {
	position: relative;
	padding: 70px 0px;
}
.access::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100vw;
    height: 100%;
	background-color: #e5f1f8;
	
	margin: 0 calc(50% - 50vw);
}
.access h2 {
	font-size: 3.2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 60px;
}
.access h2:after {
	left: calc(50% - 20px);
}
.access .info {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.access .data {
	font-size: 1.8rem;
	line-height: 1.333;
	margin-bottom: 30px;
}
.access .data dt {
	font-weight: bold;
	margin-top: 1em;
}

/**** tbl *****/
/**** pc *****/
@media screen and (min-width: 768px) {
	section.fv{
		margin-bottom: 90px;
		height: auto;
		min-height: auto;
	}
	section.fv .bg{
		display: block;
	}
	
	section.fv .copy{
		padding: 0;
		left: 0;
    top: 0;
    justify-content: center;
	}
	section.fv .btn{
		width: 350px;
    margin: 0;
    left: auto;
    right: 56px;
	}
	.outline h2 {
    width: 520px;
		margin: 0 auto 20px auto;
	}
	.outline .read {
		text-align: center;
	}

	.outline .lawyer{
		position: relative;
		margin-bottom: 120px;
	}
	.outline .photo{
		width: calc(540px + 65px);
		margin: 0;
		padding: 0 0 0 0;
		left: -95px;

		width: 540px;
    left: -30px;
	}
	.outline .photo img{
		width: auto;
		box-shadow: -65px 53px 0px 0 #0277bd;
	}
	.outline .texts{
		position: absolute;
		left: 50%;
		top:90px;
		width: 540px;
	}
	.outline .lawyer2{
		position: relative;
		height: 605px;
		margin-bottom: 120px;
	}
	.outline .lawyer2 .photo{
		position:absolute;
		width: calc(540px + 65px);
		left: auto;
		right: -95px;

		width: 540px;
    right: -30px;
	}
	.outline .lawyer2 .texts{
		left: 0;
	}
	.outline .lawyer2 .photo img {
    box-shadow: 65px 53px 0px 0 #0277bd;
	}

	.business .read{
		text-align: center;
		margin-bottom: 60px;
	}
	.business .service{
		margin-bottom: 100px;
	}
	.business .service li{
		width: 168px;
	}

	.inheritance{
		padding-top: 150px;
	}
	.inheritance .mv{
		text-align: center;
	}
	.inheritance .mv img{
		width: 1170px;
	}
	.inheritance .bg{
		width: 920px;
		margin: -110px auto 0 auto;
	}
	.inheritance .bg .read{
		text-align: center;
	}

	.access .gmap{
		width: 540px;
		padding-top: 540px;
	}
	.access .texts{
		position: absolute;
		left: calc(50% + 40px);
		top:230px;
	}
	.access .data{
		margin-bottom: 130px;
	}

	.access .btn{
		margin: 0;
		display: block;
	}




}
