@charset "utf-8";
/* CSS Document */
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  background-color: #fff;
}
img {
  max-width: 100%;
}
/*===ヘッダーここから===*/
.header_inner {
  max-width: 1400px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gMenu {
  display: none;
}
.header_logo {
  display: block;
  width: 350px;
}
.site_menu ul {
  display: flex;
}
.site_menu ul li {
  margin-left: 12px;
  margin-right: 12px;
}
.site_menu ul li :hover{
    text-decoration: underline;
}
/*===ヘッダーここまで===*/
/*===ファーストビューここから===*/
.first_view {
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
}
.first_view_text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-size: 36px;
  /*font-weight: 700;*/
  text-shadow: 1px 1px 10px #f58220;
    padding-top: 250px;
}
.first_view_text p{
	font-size: 28px;
  text-shadow: 1px 1px 10px #f58220;
    padding-top: 70px;
}
/*===事務所紹介ここから===*/
.about {
  display: flex;
 max-width: 1200px;
  margin: 50px auto;
}
.about img{
    width: 400px;
    height: 300px;
    margin-top: 30px;
    margin-right: 60px;
}
.about .about_lead{
    padding-right: 100px;
    padding-left: 100px;
}
.about .about_lead h3{
    font-size: 18px;
	color: #f58220;
	text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.about .about_lead h2{
    font-size: 28px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
}
.about .about_lead p{
    line-height: 1.75;
    margin-bottom: 30px;
}
/*===事務所紹介ここまで===*/
/*===ご挨拶ここから===*/
.mb_message{
	display: none;
}
.message {
  display: flex;
	flex-direction: row-reverse;
 max-width: 1200px;
  margin: 80px auto 20px auto;
}
.message img{
    width: 400px;
    height: 300px;
    margin-top: 30px;
    margin-right: 60px;
}
.message .message_lead{
    padding-right: 100px;
    padding-left: 100px;
}
.message .message_lead h3{
    font-size: 18px;
	color: #f58220;
	text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.message .message_lead h2{
    font-size: 28px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
}
.message .message_lead p{
    line-height: 1.75;
    margin-bottom: 90px;
}
/*===ご挨拶ここまで===*/
/*===事業内容ここから===*/
.service{
    height: 1300px;
    background-color: #f38f3a;
}
.service h3{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4em;
    text-align: center;
	padding-top: 40px;	
}
.service h2{
	    font-size: 28px;
	color: #fff;
	letter-spacing: 0.3em;
    text-align: center;
    margin-top: 10px;
}
.service p{
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.4em;
    text-align: center;	
	margin-top: 60px;
}
/*===司法書士ここから===*/
.service .service_list{
	width: 930px;
	max-width: 90%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: /*repeat(2,400px);*/
	repeat(3,320px);
	column-gap: 40px;
	row-gap: 30px;
	justify-content: center;
}
.service .service_list img{
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.service .service_list dl{
	display: block;
	height: 255px;
	background-color: #fff;
	padding: 12px 15px 10px;
}
.service .service_list dt{
	font-size: 20px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}
.service .service_list dd{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	padding-bottom: 5px;
}
/*===司法書士ここまで===*/
/*===土地家屋調査士ここから===*/
.service .service_list_chosashi{
	width: 930px;
	max-width: 90%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(2,400px);
	/*repeat(3,320px);*/
	column-gap: 40px;
	row-gap: 30px;
	justify-content: center;
}
.service .service_list_chosashi img{
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.service .service_list_chosashi dl{
	display: block;
	height: 205px;
	background-color: #fff;
	/*background-color: #e7d0a9;*/
	padding: 12px 15px 10px;
}
.service .service_list_chosashi dt{
	font-size: 20px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}
.service .service_list_chosashi dd{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	padding-bottom: 5px;
}
/*===土地家屋調査士ここまで===*/
/*===事業内容ここまで===*/
/*===スタッフ紹介ここから===*/
.staff h3{
    font-size: 18px;
	color: #f58220;
	text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
.staff h2{
    font-size: 28px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.staff_list {
  display: flex;
	justify-content: space-around;
 max-width: 1200px;
  margin: 70px auto;
}
.staff_list li {
	font-size: 18px;
	 line-height: 1.75;
    margin-bottom: 30px;
}
.staff_list li .name {
	font-size: 21px;
	padding-bottom: 8px;
}
/*===スタッフ紹介ここまで===*/
/*===フッターここから===*/
.footer {
  color: #333;
	background-color: #fbdfb2;
  padding-top: 70px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .access {
  display: flex;
}
.footer .map iframe {
  display: block;
  width: 500px;
  height: 300px;
}
.footer .information {
  margin-left: 50px;
}
.footer_logo {
  display: block;
  width: 350px;
  margin-top: 10px;
}
.footer_address {
  font-size: 16px;
    line-height: 1.5;
  margin-top: 25px;
}
.footer_tel {
  font-size: 16px;
  margin-top: 12px;
}
.footer_fax {
  font-size: 16px;
  margin-top: 12px;
}
.footer_mail {
  font-size: 16px;
  margin-top: 12px;
}
.footer_time {
  font-size: 16px;
  margin-top: 12px;
}
.train_directions{
	display: flex;
	margin-top: 30px;
	
}
.train{
	  width: 40px;
	margin-right: 10px;
}
.kyoubashi{
	  font-size: 16px;
}
.takarachou{
	  font-size: 16px;
	margin-top: 10px;
}
.tokyo{
	  font-size: 16px;
	margin-top: 10px;
}
.footer .copyright{
	margin-top: 80px;
}
/*===フッターここまで===*/
/*=====ファーストビューvegasのスライダーのためのcssここから=====*/
.first_view #slider {
    width: 100%;
    height: calc(100vh - 110px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*=====ファーストビューvegasのスライダーのためのcssここまで=====*/

@media(max-width:800px) {
  /*======ヘッダーここから======*/
.site_menu{
        display: none;
    }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
  }
  .header_inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
  }
  .header_logo {
    width: 280px;
  }
/*===ハンバーガーメニューここから===*/  
 /* 以下に参考サイトのメニュー用CSSを貼り付ける */
/* メニューを画面上部に固定表示しています */
.gMenu {
    display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 0px;
  height: 12px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #333333; /* 色は自由に変更可能です */
  display: block;
  height: 2px; /* 太さ */
  width: 31px; /* 長さ */
  position: relative;
  transition: background .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #333333; /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 30px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  max-height: 600px; /* ★チェックボックスがオンの時高さを600pxにして表示させます */
  transition: max-height .6s;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}
.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #003366;
}   
/*===ハンバーガーメニューここまで===*/  
/*=====-ヘッダーここまで======*/ 
/*===ファーストビューここから===*/
  .main {
    padding-top: 50px;
  }
.first_view {
  height: calc(100vh - 50px);
/*  background-image: url("../images/mobile_top.jpg");
  align-items: flex-start;*/
}
    .first_view_text{
        padding-top: 290px;
    }
    .first_view_text h1{
        font-size: 22px;
        line-height: 35px;
    } 
	    .first_view_text p{
        font-size: 19px;
        line-height: 35px;
    } 
  /*===ファーストビューここまで===*/
 /*===事務所紹介ここから===*/
.about {
  display: block;
  margin: 50px auto;
}
.about img{
    height: 250px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 30px auto 0 auto;
}
.about .about_lead{
padding: 0 8%;
}
	.about .about_lead h3{
    font-size: 16px;
	color: #f58220;
	text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    /*margin-bottom: 50px;*/
}
.about .about_lead h2{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.about .about_lead p{
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: left;
}
/*===事務所紹介ここまで===*/ 
/*===ご挨拶ここから===*/
	.message{
		display: none;
	}
.mb_message {
  display: block;
  margin: 20px 30px 20px 30px;
}
.mb_message img{
    height: 200px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 10px auto 20px auto;
}
	.mb_message h3{
    font-size: 16px;
	color: #f58220;
	text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}
.mb_message h2{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.mb_message p{
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: left;
}
/*===ご挨拶ここまで===*/  
/*===事業内容ここから===*/
.service{
    height: 1750px;
    background-color: #f38f3a;
}
.service h3{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4em;
    text-align: center;
	padding-top: 25px;	
}
.service h2{
	    font-size: 20px;
	color: #fff;
	letter-spacing: 0.3em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.service p{
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.4em;
    text-align: center;	
}
/*===司法書士ここから===*/
.service .service_list{
	width: 500px;
	max-width: 90%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(1,260px);
	column-gap: 40px;
	row-gap: 30px;
	justify-content: center;
}
.service .service_list img{
	height: 130px;
	width: 100%;
	object-fit: cover;
}
.service .service_list dl{
	display: block;
	height: auto;
	background-color: #fff;
	/*background-color: #e7d0a9;*/
	padding: 10px 12px 8px;
}
.service .service_list dt{
	font-size: 16px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}
.service .service_list dd{
	font-size: 11px;
	color: #333;
	line-height: 1.25;
	padding-bottom: 5px;
}
/*===司法書士ここまで===*/
/*===土地家屋調査士ここから===*/
.service .service_list_chosashi{
	width: 500px;
	max-width: 90%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(1,260px);
	column-gap: 40px;
	row-gap: 30px;
	justify-content: center;
}
.service .service_list_chosashi img{
	height: 130px;
	width: 100%;
	object-fit: cover;
}
.service .service_list_chosashi dl{
	display: block;
	height: auto;
	background-color: #fff;
	/*background-color: #e7d0a9;*/
	padding: 10px 12px 8px;
}
.service .service_list_chosashi dt{
	font-size: 16px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}
.service .service_list_chosashi dd{
	font-size: 11px;
	color: #333;
	line-height: 1.25;
	padding-bottom: 5px;
}
/*===土地家屋調査士ここまで===*/
/*===事業内容ここまで===*/
/*===スタッフ紹介ここから===*/
.staff h3{
       font-size: 16px;
	color: #f58220;
	text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    /*margin-bottom: 50px;*/
}
.staff h2{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.staff_list {
 display: block;
  margin: 30px auto;
 /*max-width: 1200px;
  margin: 70px auto;*/
}
.staff_list li {
	font-size: 13px;
    line-height: 1.9;
    margin-bottom: 30px;
    text-align: center;
}
	.staff_list li .name {
	font-size: 16px;
		padding-bottom: 5px;
}
/*===スタッフ紹介ここまで===*/
/*===フッターここから===*/
.footer {
  color: #333;
  background-color: #fbdfb2;
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .access {
  display: block;
}
.footer .map iframe {
  display: block;
  width: 300px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.footer .information {
  /*margin-right: 0px;*/
}
.footer_logo {
  display: block;
  width: 300px;
  margin-top: 40px;
}
.footer_address {
  font-size: 14px;
    line-height: 1.4;
  margin-top: 20px;
}
.footer_tel {
  font-size: 14px;
  margin-top: 10px;
}
	.footer_fax {
  font-size: 14px;
  margin-top: 10px;
}
	.footer_mail {
  font-size: 14px;
  margin-top: 10px;
}
.footer_time {
  font-size: 14px;
  margin-top: 10px;
}
.train_directions{
	display: flex;
	margin-top: 25px;
	
}
.train{
	  width: 30px;
	margin-right: 8px;
}
.kyoubashi{
	  font-size: 14px;
}
.takarachou{
	  font-size: 14px;
	margin-top: 10px;
}
.tokyo{
	  font-size: 14px;
	margin-top: 10px;
}
/*===フッターここまで===*/ 
/*=====ファーストビューvegasのスライダーのためのcssここから=====*/
.first_view #slider {
    width: 100%;
    height: calc(100vh - 50px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*=====ファーストビューvegasのスライダーのためのcssここまで=====*/
}