@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family: "リュウミン R-KL", Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
word-wrap: break-word;
}
.ijitai {
font-family:"游明朝体", "YuMincho", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin:20px auto 30px;
width:100%;
}
a {
	color:#0E4BC2;
}
img {
	/* [disabled]max-width: 100%; */
	height: auto;
	vertical-align:bottom;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
p {
	font-size:93%;
	line-height:1.8;
	margin:1em 0;
}
.no-sp {
	display:inherit;
}
.no-pc {
	display:none;
}
#main {
	overflow:hidden;
}
#home .wide {
	background-color:#3d3c3f;
	overflow:hidden;
	position:relative;
}
#home .narrow {
	background-color:#fff;
	position:relative;
	overflow:hidden;
}
#home .narrow .inner {
	width:960px;
	margin:0 auto;
	padding:60px 0;
}

/*ヘッダー*/
header {
background-color:#212121;
padding:10px;
overflow:hidden;
position:fixed;
width:100%;
overflow:hidden;
z-index:9999;
}
header .inner {
	padding:0 10px;
}
header h1 {
color:#fff;
float:left;
margin:6px 10px;
font-size:100%;
}
header h1 a {
	color:#fff;
	text-decoration:none;
}
nav {
float:right;
margin-right:20px;
}
nav ul li {
	float:left;
font-size:90%;
}
nav ul li a {
	display:block;
	padding:6px 20px;
color:#ccc;
text-decoration:none;
}
nav ul li a:hover {
text-decoration:none;
color:#EAEAEA;
}

/*フッター*/
footer {
	text-align:center;
	padding:5px;
	background-color:#212121;
	color:#ccc;
	clear:both;
}
.copyright {
	font-size: 83%;
}
.pagetop {
	line-height:1;
	position: fixed;
	right:20px;
	bottom:40px;
}
.pagetop a {
	color: #BF9E51;
	border: 1px solid #C1AC63;
	text-decoration: none;
	padding: 10px;
}
.pagetop a:hover {
	text-decoration: none;
	color: #ccc;
	border: 1px solid #ccc;
}

/*HOME*/
img.main-visual {
	width:100%;
}
.greeting {
	text-align:center;
}
.greeting h2 {
	margin-bottom:30px;
	letter-spacing:0.1em;
}
.greeting p {
	font-size:96%;
	margin-bottom:2em;
}
/*事務所名*/
#office {
	position:absolute;
	top:380px;
	left:16%;
	font-size:240%;
	color:#fff;
	text-shadow:2px 2px 2px #3e3e3e;
}
/*弁護士紹介*/
.lawyers-name {
	background:url(../img/top-room.jpg) 50% 0 no-repeat;	
	text-align:center;
	min-height:430px;
	color:#fff;
}
.name-list {
	position:absolute;
	top:70px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto auto;
}
.name-list h2 {
	font-size:240%;	
	letter-spacing:0.05em;
	margin-bottom:50px;
}
.name-list h2 span {
	display:block;
	font-size:40%;
	line-height:2;
}
.name-list ul {
	text-align:center;
	width:920px;
	margin:auto;
}
.name-list ul li {
	display: inline-block;
	font-size:180%;
	margin:10px;
	text-shadow:2px 2px 2px #3e3e3e;
}
.name-list ul li a {
	display:block;
	padding:30px 60px 20px;
	color:#fff;
	text-decoration:none;
}

/*採用情報*/
.recruit {
	display:table-cell;
	width:100%;
	overflow:hidden;
}
.left-box {
	display: table-cell;
    vertical-align: middle;
}
.recruit h2 {
	border:1px solid #000;
	padding:60px 40px;
	text-align:center;
	font-size:220%;	
	margin-right:80px;
}
.recruit h2 span {
	display:block;
	font-size:40%;
	line-height:2;
}
.recruit-info {
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
}
.recruit-info p+h3 {
	margin-top:50px;
}

/*事務所概要*/

.office-outline img {
	float:left;
	margin-left:-100px;
}
.gaiyou {
	color:#ccc;
	margin:60px 0 0 50px;
	float:left;	
}
.gaiyou h2 {
	font-size:120%;
	margin-bottom:30px;
}
.gaiyou li {
	font-size:100%;
	padding:10px 0;
}
.gaiyou a {
	color:#ccc;
	text-decoration:none;
}
/*アクセス*/
.access {
	text-align:center;
	margin-bottom:40px;
}
.access h2 {
	padding:30px 0 0;
	text-align:center;
	font-size:220%;	
}
.access h2 span {
	display:block;
	font-size:40%;
	line-height:2;
}
.access p {
	line-height:2.6;
}

/*===================
 弁護士紹介lawyer
=====================*/
.contents {
	width:860px;
	margin:100px auto 60px;
}
#lawyer #main h1 {
	text-align:center;
	font-size:220%;
	letter-spacing:0.1em;
}
#lawyer #main h1 .ijitai {
	font-size:100%;
	line-height:1;
}
#lawyer h1 span {
	display:block;
	font-size:50%;
	line-height:2;
}
#lawyer h2 {
	font-size:160%;
	margin:60px 0 40px;
	padding:15px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#lawyer h3 {
	font-size:140%;
	margin:30px 0 20px;
}
#lawyer dl {
	
}
#lawyer dt {
	line-height:1.6;
	font-size:93%;
	float:left;
}
#lawyer dd {
	line-height:1.6;
	font-size:93%;
	margin-left:80px;
}

#profile ul {
	font-size:93%;
	margin:10px 20px 30px;
}
#profile ul li {
	list-style-type:circle;
	padding:3px 0;
	line-height:1.5;
}
#profile ul li p {
	font-size:96%;
	line-height:1.8;
	margin:5px 0;
}
p.menu {
	text-align:center;
	margin-bottom:100px;
}

th {
	border-bottom:1px solid #ccc;
	padding:8px;
	font-size:90%;
	text-align:left;
}
td {
	border-bottom:1px solid #ccc;
	padding:8px;
	font-size:90%;
	line-height:1.6;
}
img.profile-photo {
	display:block;
	margin:-50px auto 60px;
	width:240px;
}

/*===================
 お問い合わせ
=====================*/
.hissu::after {
	content: '必須';
	color:#fff;
	font-size:73%;
	margin-right:5px;
	background-color:#9A0C0C;
	padding:3px;
	vertical-align:middle;
}

#contact .form {
	width:800px;
	margin:100px auto 50px;
}
#contact .form h1 {
	text-align:center;
	margin-bottom:50px;
}
#contact .form h2 {
	margin:50px 0 20px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
p.telnumber {
	font-size:120%;
}
#contact .form th {
	vertical-align:middle;
	padding-left:0;
}
#contact .form td {
	padding-left:0;
}
input.text-input {
	width:100%;
	height:30px;
	font-size:100%;
}
textarea {
	width:100%;
	height:200px;
	font-size:100%;
}
.question_submit {
	text-align:center;
}
.question_submit  input {
	font-size:90%;
	padding:10px;
	border:1px solid #999;
	background-color:#efefef;
}

@media screen and (max-width: 1200px) {
	 #office {
	top:300px;
	left:16%;
	}
	#office-outline .inner {
	width:1200px;
	margin:0 auto;
}
}
@media screen and (max-width: 960px) {
/*採用情報*/
#home .narrow .inner {
	width:90%;
}
.recruit h2 {
	font-size:180%;
}
/*事務所概要*/
#office-outline {
	position:relative;
}
#office-outline .inner {
	width:960px;
	margin:0 auto;
}
.office-outline img {
	position:absolute;
	left:-10%;	
	float:left;
	margin-left:0;
}
.gaiyou {
	margin:30px 20px 30px 500px;
}
.gaiyou ul li {
	font-size:86%;
}
}

@media screen and (min-width: 769px) {
/*お問い合わせへのリンク*/
	.button {
  border: 1px solid #BD0003;
  position: relative;
}
/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color:#FE7274;
  content: '';
  display: block;
  position: absolute;
/*  z-index: 10;*/
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

}


/*===================
 タブレット以下
=====================*/
@media screen and (max-width: 768px) {
.no-sp {
	display: none;
}
.no-pc {
	display:inherit;
}
header {
	overflow:visible;
}

#home .narrow .inner {
	width:90%;
	margin:0 auto;
	padding:30px 0;
}
.greeting h2 {
	text-align:center;
	margin:10px auto;
}
.greeting {
	text-align:left;
}

img.main-visual {
	width:100%;
}
#office {
	position:absolute;
	top:200px;
	left:10%;
	font-size:180%;
}
p.date {
	text-align:right;
	margin-right:30px;
}
.lawyers-name {
	background:url(../img/top-room-sp.jpg) 50% 0 no-repeat;	
	text-align:center;
	min-height:510px;
	color:#fff;
}
.name-list {
	top:30px;
}
.name-list h2 {
	font-size:200%;	
	letter-spacing:0.05em;
	margin-bottom:30px;
}
.name-list ul {
	text-align:center;
	width:100%;
	margin:auto;
}
.name-list ul li {
	display: block;
	font-size:150%;
	margin:10px;
}
.name-list ul li a {
	display:block;
	padding:20px 10px;
	color:#fff;
	text-decoration:none;
}


/*採用情報*/
.recruit {
	display:block;
}
.left-box {
	display:block;
    vertical-align: top;
}
.recruit h2 {
	padding:10px 0;
	font-size:160%;	
	margin:0 0 30px;;
}
.recruit-info {
	display:block;
	vertical-align:top;
}
.recruit-info p+h3 {
	margin-top:50px;
}

/*事務所概要*/
#office-outline .inner {
	width:100%;
}
.office-outline img {
	float:none;
	width:100%;
	top:0;
	left:0;
  height: 260px;
  object-fit: cover;
}
.gaiyou {
	margin:300px 20px 50px 30px;
	float:none;	
}
.gaiyou li {
	font-size:93%;
	padding:6px 0;
	line-height:1.4;
}
/*アクセス*/
.access h2 {
	padding:30px 0 0;
	text-align:center;
	font-size:200%;	
}
.access h2 span {
	display:block;
	font-size:40%;
	line-height:2;
}
.access p {
	line-height:1.6;
	font-size:83%;
}

/*弁護士紹介*/
.contents {
	width:90%;
	margin:80px auto 30px;
	padding:0 20px 0;
}
p.menu {
	margin-bottom:30px;
}
#lawyer #main h1 {
	font-size:180%;
}
table {
	width:100%;
}
th {
	display:block;
	background-color:#F3F3F3;
}
td {
	display:block;
}
#lawyer h2 {
	font-size:140%;
}
#lawyer h3 {
	font-size:120%;
}
img.profile-photo {
	display:block;
	margin:0 auto 50px;
	width:180px;
}


/*メニュー*/
nav {
float:none;
margin-right:20px;
}
nav ul li {
	float:none;
font-size:90%;
border-bottom:1px solid #666;
}
nav ul li a {
	display:block;
	padding:20px;
}
nav ul li a:hover {
text-decoration:none;
}
nav ul li:last-child {
	border:none;
	border-bottom:1px solid #666;
}
/*ドロワーメニューのClose時*/
	.drawer {
	color: #ccc;
	position:fixed;
	top:0;
	right:-50px;
	width: 270px;
	height: 100%;
	z-index:10000;
	background: #212121;
	-webkit-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	padding: 70px 15px 20px 20px;
	}

	/*ドロワーメニューをスライドさせる*/
	.drawer.action {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
	.drawer.close {
	display:none;	
	}

/* 開閉用ボタン */
	.side-menu-btn {
	  position: fixed;
	  top: 5px;
	  right: 10px;
	  width: 45px;
	  height: 48px;
	  padding: 7px;
	  cursor: pointer;
	  z-index: 10200;
	}
	.trigger {
	    position: relative;
	    display: block;
	    cursor: pointer;
	    width: 40px;
	    height: 40px;
	}

	.trigger .point {
	    position: absolute;
	    left: 0;
	    right: 0;
	    display: block;
	    width: 20px;
	    height: 2px;
	    margin: auto;
	    background: #ccc;
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}

	.point.top {
	    top: 2px;
		left: -10px;
	}
	.point.mid {
	    top: -18px;
	    bottom: 0;
		left: -10px;
	}
	.point.bot {
	    bottom: 20px;
		left: -10px;
	}
	.trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		transform: translateY(8px) rotate(-315deg);
	}
	.trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}

	.trigger-inner::after {
		position: absolute;
		left: 0;
		bottom: 5px;
	/*	content: 'MENU';*/
		display: block;
		width: 100%;
		color: #ccc;
		font-size: 10px;
		text-decoration: none;
		transition: all .4s;
	}
	.active .trigger-inner::after {
	/*	content: 'CLOSE'; */
		bottom: 5px;
		left: -1px;
	}
/*===================
 お問い合わせ
=====================*/

#contact .form {
	width:90%;
	margin:80px auto 50px;
}
#contact .form input {
	border:1px solid #999;
	padding:5px;
}
#contact .form textarea {
	width:100%;
	border:1px solid #999;
}
#contact .form th {
	display:block;
}
#contact .form td {
	display:block;
}
/*フッター*/
footer ul {
	margin:20px 30px 10px 10px;
	overflow:hidden;
}
footer ul li {
	font-size:83%;
}
footer ul li a {
	display:block;
	float:left;
	padding:10px;
	color:#ccc;
	text-decoration:none;
}
}

/*===================
 スマートフォン以下
=====================*/
@media screen and (max-width: 480px) {
img.main-visual {
	width:130%;
}
	#office {
	position:absolute;
	top:140px;
	font-size:120%;
}
/*事務所概要*/
#office-outline .inner {
	width:100%;
}
.office-outline img {
	float:none;
	width:110%;
	top:0;
	left:0;
}
.gaiyou {
	color:#ccc;
	margin:320px 20px 50px;
	float:none;	
}
.gaiyou li {
	font-size:93%;
	padding:6px 0;
	line-height:1.4;
}
/*フッター*/
.pagetop {
	bottom:20px;
}
}