@charset "utf-8";
/* ---------------- // reset ---------------- */
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: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ---------------- base ---------------- */
body {
/*font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;*/
/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
/*font-family: 'yugo','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
font-family: serif;
color: #606366;
line-height: 1.6;
font-weight: 500;
font-size: 12px;
}
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body{
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
@media only screen and (min-width: 769px) {
	body {
		font-size: 16px;
	}
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
textarea {
resize: none;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
/* ---------------- link ---------------- */
a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }
/* ---------------- clearfix ---------------- */
.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
/* ---------------- reset // ---------------- */
/* ---------------- other ---------------- */
.nowrap {
	white-space: nowrap;
}
.spbr640 {
	display: none;
}
@media only screen and (max-width: 640px) {
.spbr640 {
	display: block;
}
}
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: table;
	clear: both;
}
.row { padding-bottom: 0; }
.col {
	display: block;
	float: left;
	width: 100%;
}
@media screen and (min-width: 768px){

	.gutters .col {
		margin-left: 2%;
	}

	.gutters .col:first-child {
		margin-left: 0;
	}
}
@media ( min-width : 768px ) {
	.span_1 { width: 4.16666666667%; }
    .span_2 { width: 8.33333333333%; }
    .span_3 { width:12.5%; }
    .span_4 { width: 16.6666666667%; }
    .span_5 { width: 20.8333333333%; }
    .span_6 { width: 25%; }
    .span_7 { width: 29.1666666667%; }
    .span_8 { width: 33.3333333333%; }
    .span_9 { width: 37.5%; }
    .span_10 { width: 41.6666666667%; }
    .span_11 { width: 45.8333333333%; }
    .span_12 { width: 50%; }
    .span_13 { width: 54.1666666667%; }
    .span_14 { width: 58.3333333333%; }
    .span_15 { width: 62.5%; }
    .span_16 { width: 66.6666666667%; }
    .span_17 { width: 70.8333333333%; }
    .span_18 { width: 75%; }
    .span_19 { width: 79.1666666667%; }
    .span_20 { width: 83.3333333333%; }
    .span_21 { width: 87.5%; }
    .span_22 { width: 91.6666666667%; }
    .span_23 { width: 95.8333333333%; }
    .span_24 { width: 100%; }

    .gutters .span_1 { width: 2.25%; }
	.gutters .span_2 { width: 6.5%; }
	.gutters .span_3 { width: 10.75%; }
	.gutters .span_4 { width: 15.0%; }
	.gutters .span_5 { width: 19.25%; }
	.gutters .span_6 { width: 23.5%; }
	.gutters .span_7 { width: 27.75%; }
	.gutters .span_8 { width: 32.0%; }
	.gutters .span_9 { width: 36.25%; }
	.gutters .span_10 { width: 40.5%; }
	.gutters .span_11 { width: 44.75%; }
	.gutters .span_12 { width: 49.0%; }
	.gutters .span_13 { width: 53.25%; }
	.gutters .span_14 { width: 57.5%; }
	.gutters .span_15 { width: 61.75%; }
	.gutters .span_16 { width: 66.0%; }
	.gutters .span_17 { width: 70.25%; }
	.gutters .span_18 { width: 74.5%; }
	.gutters .span_19 { width: 78.75%; }
	.gutters .span_20 { width: 83.0%; }
	.gutters .span_21 { width: 87.25%; }
	.gutters .span_22 { width: 91.5%; }
	.gutters .span_23 { width: 95.75%; }
	.gutters .span_24 { width: 100%; }
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* -------------------------------------------------------
header
------------------------------------------------------- */
.logo_area {
	float: left;
	padding: 3px 0 0;
}
.logo img {
	width: 153px;
	height: 18px;
	vertical-align: text-bottom;
}
.header_contents {
	width: 100%;
	padding: 10px;
}
@media only screen and (min-width: 769px) {
	header {
		position: absolute;
		width: 100%;
		z-index: 1111;
	}
	.logo img {
		width: 250px;
		height: 24px;
	}
	.header_contents {
		width: 96%;
		margin: 0 2%;
		padding: 10px 2em;
		border-bottom: solid #fff 1px;
	}
}
@media only screen and (min-width: 1141px) {
	.header_contents {
		width: 1140px;
		margin: auto;
		padding: 20px 0;
	}
	.logo img {
		width: 304px;
		height: 29px;
	}
}
/* -------------------------------------------------------
nav
------------------------------------------------------- */
.g_nav {
	float: right;
}
.g_nav ul li {
	float: left;
	margin: 0 0 0 50px;
}
.g_nav ul li:first-child {
	margin: 0;
}
.g_nav ul li a {
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
}
.sp_btn_wrap {
	width: 21.5px;
	height: 18px;
	display: block;
	position: relative;
	top: 0;
	cursor: pointer;
}
.sp_btn1 {
	width: 21.5px;
	height: 2px;
	background: #606366;
	position: absolute;
	top: 0;
}
.sp_btn2 {
	width: 21.5px;
	height: 2px;
	background: #606366;
	position: absolute;
	top: 8px;
}
.sp_btn3 {
	width: 21.5px;
	height: 2px;
	background: #606366;
	position: absolute;
	top: 16px;
}
.sp_btn1,.sp_btn2,.sp_btn3 {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.close .sp_btn1,.close .sp_btn2,.close .sp_btn3 {
	background: #fff;
}
.sb-active .sp_btn1 {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -10px;
}
.sb-active .sp_btn2 {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.sb-active .sp_btn3 {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 30px;
}
.menu {
	display: none;
}
.close {
	display: none;
}
@media only screen and (max-width: 769px) {
	.menu {
		display: inherit;
		float: right;
		margin: 10px 10px 0 0;
	}
	.close {
		position: absolute;
		top: 10px;
		right: 10px;
		display: inherit;
	}
	.g_nav {
		position: relative;
		float: none;
		margin: 50px 0 0;
	}
	.g_nav ul {
		padding: 0 20px;
	}
	.g_nav ul li {
		float: none;
		margin: 0 0 20px;
	}
	.g_nav ul li:first-child {
		margin: 0 0 20px;
	}
	.g_nav ul li a {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1141px) {
	.g_nav ul li a {
		font-size: 21px;
	}
}
/* -------------------------------------------------------
contents
------------------------------------------------------- */
#page_wrap {
	position: relative;
}
.page_body {
		width: 100%;
		padding: 0 2em;
}
.page_ttl_01 {
	margin: 0 0 25px;
	padding: 0 0 0 10px;
	border-left: solid #606366 3px;
	font-size: 22px;
	font-weight: bold;
}
.inner_body01 {
	padding: 30px 0 0;
}
.tel {
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	padding: 20px 2em;
	text-align: center;
	background: #00a5a9;
	background: -moz-linear-gradient(-45deg, #00a5a9 0%, #009ddd 100%);
	background: -webkit-linear-gradient(-45deg, #00a5a9 0%,#009ddd 100%);
	background: linear-gradient(135deg, #00a5a9 0%,#009ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5a9', endColorstr='#009ddd',GradientType=1 );
}
.tel img {
	width: 283px;
	height: 96px;
}
@media only screen and (min-width: 769px) {
	.inner_body01 {
		padding: 60px 0 0;
	}
	.tel {
		padding: 15px 0;
	}
	.tel img {
		width: 677px;
		height: 60px;
	}
	.page_ttl_01 {
		margin: 0 0 50px;
		font-size: 28px;
	}
}
@media only screen and (min-width: 1141px) {
	.contents {
		padding: 0 0 50px;
	}
	.page_body {
		width: 1140px;
		margin: 0 auto;
		padding: 0;
	}
}
/*
----------トップページ----------
*/
/*
メイン画像
*/
.main_img {
	position: relative;
	width: 100%;
	background: url(../images/main_sp.jpg) no-repeat left top;
	background-size: 100% auto;
}
.main_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.main_txt {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -58.5px 0 0;
}
.main_txt h1 {
	width: 100%;
	padding: 0 2em;
}
.main_txt h1 img {
	width: 180px;
	height: 84px;
}
/*
ごあいさつ
*/
.greeting  {
	background: url(../images/img_greeting_bg.png) 97% top no-repeat;
	background-size: 80% auto;
}
.message {
	padding: 50px 0 25px;
}
.message p {
	margin: 0 0 10px;
	line-height: 2.5;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.message p.signature {
	text-align: right;
	line-height: 2;
}
@media only screen and (min-width: 641px) {
	.main_img {
		position: relative;
		width: 100%;
		background: url(../images/main.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.main_img:before {
		content: "";
		display: block;
		padding-top: 36%;
	}
}
@media only screen and (min-width: 769px) {
	.greeting  {
		background: url(../images/img_greeting_bg.png) 97% top no-repeat;
		background-size: 715px 613px;
	}
	.message {
		padding: 90px 0 50px;
	}
	.main_txt h1 img {
		width: 250px;
		height: 117px;
	}
	.message p {
		width: 669px;
		margin: 0 0 10px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 1141px) {
	.main_txt h1 {
		width: 1140px;
		margin: auto;
		padding: 0;
	}
}
@media only screen and (min-width: 1476px) {
	.main_txt {
		margin: -111.5px 0 0;
	}
	.main_txt h1 img {
		width: 487px;
		height: 223px;
	}
}
/*
コンテンツナビ
*/
.contents_nav ul li {
	position: relative;
	width: 100%;
}
.contents_nav ul li a {
	display: block;
	position: relative;
	color: #fff;
}
.contents_desc {
	position: absolute;
	top: 25%;
	width: 100%;
}
.contents_ttl {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
}
.contents_more {
	position: relative;
	width: 70%;
	max-width: 300px;
	margin: auto;
	padding: 5px 0;
	border: solid #fff 1px;
	text-align: center;
	font-size: 14px;
}
.contents_arrow {
	position: absolute;
	top: 50%;
	right: -35px;
	width: 60px;
	height: 8px;
	margin: -10px 0 0;
	background: url(../images/arrow.svg) left top no-repeat;
	background-size: 60px 8px;
	transition: all 0.4s ease-out;
}
.contents_nav ul li a:hover .contents_arrow {
	right: -45px;
}
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.3);
	transition: 0.4s;
	opacity: 0;
}
.contents_nav ul li a:hover figcaption {
	opacity: 1;
}
.contents_img_on {
	width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.contents_nav ul li a:hover .contents_img_on {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media only screen and (min-width: 421px) {
	.contents_desc {
		top: 40%;
	}
}
@media only screen and (min-width: 769px) {
	.contents_nav ul li {
		width: 33.333%;
		float: left;
	}
}
@media only screen and (min-width: 1101px) {
	.contents_desc {
		top: 30%;
	}
	.contents_ttl {
		margin: 0 0 25px;
		font-size: 25px;
		text-align: center;
	}
	.contents_more {
		position: relative;
		width: 70%;
		max-width: 300px;
		margin: auto;
		padding: 10px 0;
		border: solid #fff 1px;
		text-align: center;
		font-size: 19px;
	}
	.contents_arrow {
		width: 76px;
		height: 10px;
		background-size: 76px 10px;
	}
}
@media only screen and (min-width: 1501px) {
	.contents_ttl {
		margin: 0 0 30px;
		font-size: 30px;
	}
}
@media only screen and (min-width: 1601px) {
	.contents_ttl {
		margin: 0 0 40px;
		font-size: 35px;
	}
}
/*
----------下部ページ----------
*/
.page_main {
	position: relative;
	width: 100%;
}
.page_main:before {
	content: "";
	display: block;
	padding-top: 19%;
}
.page_main h1 {
	position: absolute;
	top: 50%;
	margin: -11px 0 0;
	font-size: 21px;
	color: #fff;
	line-height: 1;
}
.access_main {
	background: url(../images/main_access_sp.jpg) no-repeat left top;
	background-size: 100% auto;
}
.business_main {
	background: url(../images/main_business_sp.jpg) no-repeat left top;
	background-size: 100% auto;
}
.profile_main {
	background: url(../images/main_profile_sp.jpg) no-repeat left top;
	background-size: 100% auto;
}
@media only screen and (min-width: 769px) {
	.page_main h1 {
		margin: -16px 0 0;
		font-size: 32px;
	}
	.page_main {
		width: 100%;
	}
	.page_main:before {
		content: "";
		display: block;
		padding-top: 19%;
	}
	.access_main {
		background: url(../images/main_access_pc.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.business_main {
		background: url(../images/main_business_pc.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	.profile_main {
		background: url(../images/main_profile_sp.jpg) no-repeat left top;
		background-size: 100% auto;
	}
}
@media only screen and (min-width: 1141px) {
	.page_main h1 {
		margin: -32.5px 0 0;
		font-size: 65px;
	}
}
/*
アクセス
*/
.office_box table {
	width: 100%;
}
.office_img {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}
.office_list dt {
	float: left;
	clear: both;
	padding: 10px 15px;
}
.office_box table {
	padding: 15px;
	background: #e6e6e6;
}
.office_box td {
	padding: 5px 10px;
	font-size: 12px;
	white-space: normal;
	font-size: 10px;
}
.office_box td.office_list {
	width: 110px;
	font-size: 12px;
}
.office_box tr.list_bg_01 {
	background: #f2f2f2;
}
.map {
	text-align: center;
}
@media only screen and (min-width: 481px) {
	.office_box td {
		padding: 10px 15px;
		font-size: 15px;
	}
	.office_box td.office_list {
		width: 167px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.office_box table {
		float: left;
		width: 70%;
	}
	.office_img {
		float: right;
		width: 25%;
		margin: 0;
	}
	.office_img img {
		width: 100%;
		margin: 0;
		text-align: right;
	}
}
/*
業務
*/
.business_cat_box > div {
	margin: 0 0 20px;
}
.cat_box h3 {
	padding: 5px;
	background: #606366;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.cat_box ul li {
	padding: 15px;
	background: #f2f2f2;
	font-size: 12px;
}
.cat_box ul li:nth-child(2n) {
	background: #e6e6e6;
}
.cost_area {
	margin: 0 0 20px;
}
.cost_box {
	margin: 0 0 15px;
}
.cost_box h3 {
	font-size: 13px;
	padding: 5px;
	background: #606366;
	text-align: center;
	color: #fff;
}
.cost_box p {
	padding: 15px;
	background: #f2f2f2;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}
.cost_box p span {
	font-size: 24px;
}
.cost_cap {
	margin: 0 0 5px;
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	.business_cat_box > div {
		float: left;
		width: 48%;
		margin: 0 0 0 4%;
	}
	.business_cat_box > div:first-child {
		margin: 0;
	}
	.cat_box h3 {
		font-size: 20px;
	}
	.cat_box ul li {
		font-size: 16px;
	}
	.cost_box {
		float: left;
		width: 32%;
		margin: 0 0 0 2%;
	}
	.cost_box:first-child {
		margin: 0;
	}
	.cost_box p {
		font-size: 29px;
	}
	.cost_box p span {
		font-size: 22px;
	}
	.cost_box h3 {
		font-size: 20px;
	}
	.cost_cap {
		font-size: 19px;
	}
}
/*
弁護士紹介
*/
.profile_bg {
	background: url(../images/profile_bg.png) 90% top no-repeat;
	background-size: 70%;
}
.law_name {
	font-size: 29px;
	font-weight: bold;
}
.law_name span {
	display: block;
	font-size: 18px;
}
.profile_list {
	margin: 0 0 50px;
}
.profile_list li {
	margin: 0 0 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.profile_cap {
	margin: 0 0 5px;
}
@media only screen and (min-width: 769px) {
	.profile_bg {
		background: url(../images/profile_bg.png) 80% top no-repeat;
		background-size: 670px 546px;
	}
	.profile_wrap {
		width: 635px;
	}
	.law_name {
		font-size: 42px;
		font-weight: bold;
	}
	.law_name span {
		display: block;
		font-size: 26px;
	}
}
/*----------フッター----------*/
.index footer {
	margin: 165px 0 0;
}
footer {
	margin: 200px 0 0;
	background: #333;
}
.footer_contents {
	padding: 40px 0 0;
}
.footer_logo {
	margin: 0 0 20px;
}
.footer_logo img {
	width: 200px;
	height: 23px;
}
.footer_nav ul {
	float: left;
	width: 50%;
	margin: 0 0 20px;
}
.footer_nav ul li a {
	color: #999;
	font-size: 12px;
}
.footer_nav ul li:first-child a {
	color: #fff;
	font-size: 15px;
}
.copy {
	padding: 20px 0;
	text-align: center;
}
small {
	font-size: 11px;
	color: #fff;
}
.privacy{
	text-align: center;
	margin: 0 0 -10px;
}
.privacy a{
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.index footer {
		margin: 90px 0 0;
	}
	.footer_logo {
		float: left;
		margin: 0;
	}
	.footer_nav {
		float: right;
	}
	.footer_nav ul {
		width: auto;
		float: left;
		margin: 0 0 0 110px;
	}
	.footer_contents {
		padding: 40px 0;
	}
}
/* -------------------------------------------------------
page_top
------------------------------------------------------- */
.page_top {
	display: block;
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}
.page_top a {
	width: 48px;
	height: 48px;
	display: block;
	background: url(../images/page_top.png) no-repeat;
	background-size: 48px 48px;
}
.page_top_right {
	right: 60%;
}
@media only screen and (min-width: 641px) {
	.page_top {
		display: none;
	}
}
