@charset "utf-8";
.spswitch {
}
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: top;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table,th,td,tbody {
	margin: 0;
	padding: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
* {
	box-sizing: border-box;
}
 @import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
	height: 100%;
	color: #444;
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	min-width: 320px;
	font-size: 14px;
	font-size: 1.4rem;
}
img {
	max-width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.pc_only {
	display: none;
}

@media only screen and (min-width: 768px) {
body {
	height: 100%;
	background: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	min-width: 1080px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #444;
}
a:link, a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #959595;
}
.ophover {
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
}
.ophover:hover {
	opacity: 0.8 !important;
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
}
.tel-call a {
	color: #372828;
}
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.cb {
	clear: both;
}
/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
.base_inner {
	width: 100%;
	padding: 0 10px;
}

@media only screen and (min-width: 768px) {
.base_inner {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
}
.fade-up {
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: transform 1s;
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
.left {
	float: left;
}
.right {
	float: right;
}
}
.txt_center {
	text-align: center;
}
/*	ttl
--------------------------------------*/
.ttl_center {
	position: relative;
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}
.ttl_center::after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 1;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #444;
	margin: 0 0 0 -20px;
}

@media only screen and (min-width: 768px) {
.ttl_center {
	position: relative;
	font-size: 24px;
	text-align: center;
	margin-bottom: 120px;
}
.ttl_center::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 1;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #444;
	margin: 0 0 0 -35px;
}
}
.ttl_line {
	position: relative;
	font-size: 16px;
	padding-left: 15px;
	margin-bottom: 20px;
	line-height: 1;
}
.ttl_line::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	width: 5px;
	height: 16px;
	background-color: #fbc62d;
}

@media only screen and (min-width: 768px) {
.ttl_line {
	position: relative;
	font-size: 22px;
	padding-left: 15px;
	margin-bottom: 50px;
	line-height: 1;
}
.ttl_line::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	width: 5px;
	height: 22px;
	background-color: #fbc62d;
}
}
/*	other
--------------------------------------*/
.mb_medium {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
.mb_medium {
	margin-bottom: 20px;
}
}
.txt_center, .btn_center {
	text-align: center;
}
/*	page_main
--------------------------------------*/



/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
header {
	background: #f3f3f3;
}
.hd_area {
	position: relative;
}
.logo {
	width: 200px;
	height: auto;
	padding: 10px 0 20px 10px;
}

@media only screen and (min-width: 768px) {
#header {
	height: 120px;
	padding: 25px 0 10px 10px;
}
.logo {
	width: 285px;
	height: 71px;
	padding: 0;
}
}

/*	nav
--------------------------------------*/
@media only screen and (min-width: 768px) {
#pc_header {
	position: absolute;
	top: 20px;
	right: 0;
	width: 720px;
}
.pc_navi li {
	width: 120px;
	float: left;
	background: url(../images/common/nav_bg.png) right center no-repeat;
	text-align: center;
}
.pc_navi li:last-child {
	background: none;
}
}
/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
/*	ft_info
--------------------------------------*/
.ft_info {
	background: #073584;
	padding: 20px 0;
}

@media only screen and (min-width: 768px) {
.ft_info {
	padding: 40px 0 30px;
}
}
.ft_contact {
	text-align: center;
}
.ft_contact h2 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
.ft_contact h2 {
	font-size: 24px;
	margin: 0 0 40px;
}
}
.ft_contact ul {
	background: #fff;
	margin: 0 auto;
	padding: 20px;
}
.ft_contact ul li:first-child {
	font-family: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ft_contact ul li:first-child a {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
.ft_contact ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 65px;
}
.ft_contact ul li {
	width: 50%;
}
.ft_contact ul li:first-child {
	font-size: 28px;
	margin-bottom: 0;
}
.ft_contact ul li span {
	font-weight: bold;
}
}
/*	pagetop
--------------------------------------*/
.pagetop {
	line-height: 1;
	background: #e5f3f8;
	padding: 12px 0;
	text-align: center;
}
.pagetop img {
	width: 24px;
	height: auto;
}
/*	ft_area
--------------------------------------*/
.ft_area {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.ft_logo img {
	width: 200px;
	height: auto;
}

@media only screen and (min-width: 768px) {
.ft_logo img {
	width: 272px;
	height: 68px;
}
}
.copy {
	text-align: center;
	font-size: 13px;
	padding: 0 0 10px;
}
/*--------------------------------------------------------------------------
   index
---------------------------------------------------------------------------*/
/*	event_about
--------------------------------------*/
.ind_sec01 {
	background: #f3f3f3;
	padding: 40px 0;
	text-align: center;
}
.ind_sec02, .ind_sec03 {
	padding: 40px 0;
}

@media only screen and (min-width: 768px) {
.ind_sec01 {
	background: #f3f3f3;
	padding: 95px 0;
}
.ind_sec02, .ind_sec03 {
	padding: 95px 0;
}
}
/*	ind_sec01
--------------------------------------*/
.ind_sec01 p {
	line-height: 2;
}

@media only screen and (min-width: 768px) {
.ind_sec01 p {
	font-size: 16px;
	line-height: 2.5;
}
}
/*	ind_sec02
--------------------------------------*/
.work:last-child {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {
.work:last-child {
	margin-top: 0;
}
}
.ind_gap a {
	position: relative;
	display: inline-block;
	margin: 15px 0 0;
	padding-left: 20px;
	color: #073584;
}
.ind_gap a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #073584;
	border-right: solid 2px #073584;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 0;
}
.ind_gap a:hover {
	color: #7e9dd1;
}

@media only screen and (min-width: 768px) {
.ind_gap a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #073584;
	border-right: solid 2px #073584;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}
}
.ind_btn {
	margin: 15px 0 0;
}

@media only screen and (min-width: 768px) {
.ind_btn img {
	width: 357px;
	height: 47px;
}
.ind_work_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.work {
	width: 50%;
	position: relative;
	padding: 0 30px 70px 10px;
}
.work:last-child {
	padding: 0 10px 70px 30px;
}
.ind_btn {
	position: absolute;
	bottom: 0;
	left: 20px;
	margin: 0;
}
}

/*	ind_sec03
--------------------------------------*/
@media only screen and (min-width: 768px) {
.office_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
}
.nagoya {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
.nagoya, .kobe {
	margin-bottom: 0;
	width: 50%;
	padding: 0 30px 0 10px;
}
.kobe {
	padding: 0 10px 0 30px;
}
}
.office_pic {
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
.office_pic {
	margin-bottom: 50px;
}
}
.office_list table {
	width: 100%;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
.office_list table {
	margin-bottom: 30px;
}
}
.office_list table th {
	width: 4em;
	text-align: left;
}
.office_list table td {
	padding: 8px 0;
}
.office_list table tr {
	border-bottom: 1px dotted #666;
}
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-top: 25px;
}
.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------------------
   下層共通
---------------------------------------------------------------------------*/
/*	ttl_page
--------------------------------------*/
.ttl_page {
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
}

@media only screen and (min-width: 768px) {
.ttl_page {
	line-height: 1;
	padding: 80px 0;
	text-align: center;
	font-size: 28px;
}
}
.area_sec01 {
	background: #f3f3f3;
	padding: 40px 0;
}
.area_sec02 {
	padding: 40px 0;
}

@media only screen and (min-width: 768px) {
.area_sec01 {
	background: #f3f3f3;
	padding: 95px 0;
}
.area_sec02 {
	padding: 95px 0;
}
}
/*--------------------------------------------------------------------------
   about
---------------------------------------------------------------------------*/
/*	about_sec01
--------------------------------------*/
.about_sec01 .base_inner {
	padding: 0 15px;
}

@media only screen and (min-width: 768px) {
.about_sec01 .base_inner {
	padding: 0 30px;
}
}
.area_sec01 .about_tbl {
	display: block;
	width: 100%;
	text-align: left;
}
.area_sec01 .about_tbl tr {
	border-bottom: 1px dotted #666;
}
.area_sec01 .about_tbl th {
	display: block;
	width: 100%;
	padding: 15px 15px 0 0;
	margin: 0;
}
.area_sec01 .about_tbl td {
	display: block;
	width: 100%;
	padding: 15px 15px 15px 0;
}

@media only screen and (min-width: 768px) {
.area_sec01 .about_tbl {
	display: table;
	width: 100%;
	text-align: left;
}
.area_sec01 .about_tbl th {
	display: table-cell;
	width: 250px;
	padding: 25px 10px 25px 15px;
}
.area_sec01 .about_tbl td {
	display: table-cell;
	width: 770px;
	padding: 25px 10px 25px 0;
}
}
.fax {
	display: inline-block;
	margin-left: 15px;
}

@media only screen and (min-width: 768px) {
.fax {
	margin-left: 25px;
}
}

/*--------------------------------------------------------------------------
   staff
---------------------------------------------------------------------------*/
/*	about_sec01
--------------------------------------*/
.manager {
	max-width: 537px;
	margin: 0 auto;
}
.manager li img {
	width: 100%;
}

@media only screen and (min-width: 768px) {
.manager {
	max-width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.manager li {
	width: 50%;
	background: #fff;
}
}

.manager li:first-child {
	text-align: center;
	margin-bottom: 10px;	
}
@media only screen and (min-width: 768px) {
.manager li:first-child {
	text-align: left;
	margin-bottom: 0;	
}
.manager li:last-child {
	padding: 45px 40px;
}
}

.sf_namae {
	display: inline-block;
	position: relative;
	margin-bottom: 25px;
	font-size: 16px;
}
.sf_namae span {
	font-size: 24px;
}
@media only screen and (min-width: 768px) {
.sf_namae {
	margin-bottom: 35px;
	font-size: 20px;
}
.sf_namae span {
	font-size: 30px;
	line-height: 2;
}
}

.sf_namae::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #444;
}

.sf_namae02 {
	color: #cdcdcd;
	margin-bottom: 20px;	
}

.career dt {
	font-size: 18px;
	margin-bottom: 10px;	
}
@media only screen and (min-width: 768px) {
.career dt {
	font-size: 20px;
	margin-bottom: 10px;	
}
}

.gr {
	padding: 30px 0 0;	
}
@media only screen and (min-width: 768px) {
.gr {
	padding: 100px 0 0;	
}
}

.coment p {
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
.coment p {
	margin-bottom: 30px;
}
}
.sign {
	width: 11em;
	margin: 40px 0 0 auto;
}

/*	area_sec02
--------------------------------------*/
.area_sec02 h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.area_sec02 h2 {
	font-size: 24px;
	margin-bottom: 120px;
	line-height: 1.8;
}

}
.staff_01 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.staff_01 {
	margin-bottom: 60px;
}
}
	.staff_01 li:first-child,.staff_02 li:first-child {
		margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.staff_01 li:first-child,.staff_02 li:first-child {
		margin-bottom: 0;
}
}


@media only screen and (min-width: 768px) {
.staff_01,.staff_02 {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff_01 li,.staff_02 li {
	width: 50%;
	background: #f3f3f3;
}
	.staff_01 li:last-child,.staff_02 li:last-child {
	padding: 45px 0 0 40px;
		margin: 0;
}
	.staff_01 li:last-child {
		order: -1;
}

}

/*--------------------------------------------------------------------------
   price
---------------------------------------------------------------------------*/
/*	mb
--------------------------------------*/
.mb {
	width: 100vw;
	height: 200px;
	background: url(../images/price/price_bg.jpg) center center no-repeat;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb img {
	width: 200px;
	height: auto;
}
@media only screen and (min-width: 768px) {
.mb {
	width: 100vw;
	height: 400px;
	background: url(../images/price/price_bg.jpg) center center no-repeat;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.mb img {
	width: 285px;
	height: 71px;
}
}
.price_list:first-child {
	margin-bottom: 30px;
}
.price_list li {
	background: url(../images/price/point02.png) 0 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
.price_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.price_list {
	width: 50%;
}
.price_list:first-child {
	margin-bottom: 0;
}
.price_list:last-child {
	padding: 0 0 0 100px;
}
}
.name {
	margin-top: 20px;
}
@media only screen and (min-width: 768px) {
.name {
	margin-top: 40px;
}
}
/*--------------------------------------------------------------------------
   contact
---------------------------------------------------------------------------*/
/*	contact
--------------------------------------*/
.contact_sec01 {
	background: #f3f3f3;
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
.contact_sec01 {
	background: #f3f3f3;
	padding: 95px 0;
}
}
.form_tbl {
	width: 100%;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.form_tbl tr {
	border-bottom: 1px solid #666;
}
.form_tbl tr:first-child {
	border-top: 1px solid #666;
}

.form_tbl th,.form_tbl td {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: left;
}
.form_tbl th span {
	color: #e00707;
	padding-left: 10px;
}

@media only screen and (min-width: 768px) {
.form_tbl {
	font-size: 14px;
	}
	
.form_tbl th {
	display: table-cell;
	border-right: 1px solid #666;
	padding: 20px 0 20px 50px;
	width: 250px;
}
.form_tbl td {
	display: table-cell;
	padding: 20px 0 20px 50px;
	width: auto;
}
}


/*	btnreset
--------------------------------------*/
form {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
}
select, input, textarea, button { 
     vertical-align:middle;
     position:relative; 
     margin: 0 4px 2px 0;
     *margin-right:3px; 
     top:-1px;  
}

input, select, textarea {
	border: 1px solid #ccc;
}
/* select {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
select::-ms-expand {
 display: none;
}
*/textarea {
	box-sizing: border-box;
	resize: vertical;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 60%;
	height: 100px;
}
input {
	box-sizing: border-box;
	/* border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;*/
	/*appearance: none;*/
	/*outline: none;*/
}
input,  textarea {
	font-size: 14px;
	padding: 5px;
}

input[type=button], input[type=submit] {
	-webkit-box-sizing: content-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	width: 260px;
	margin: 0 auto 15px;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #666;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #cfcfcf;
}


input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
 display: none;
}
input[type=button]::focus, input[type=submit]::focus {
 outline-offset: -2px;
}
/*	form_tbl
--------------------------------------*/
.txt_ss {
	width: 50px;
}
.txt_s {
	width: 100px;
}
.btn_10 {
	margin-left: 15px;
}
.txt_l,textarea {
	width: 70%;
}

/*	policy
--------------------------------------*/
.policy {
	padding: 30px 0;
}
.policy h3 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
.policy dl {
	border: 1px solid #666;
	padding: 30px 15px;
}
.policy dt {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
.policy {
	padding: 70px 0 40px;
}
.policy dl {
	border: 1px solid #666;
	padding: 30px 40px;
}
.policy p {
	font-size: 14px;
}
}

/*	thanks
--------------------------------------*/
.ttl_thanks {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.ttl_thanks {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
}
.ttl_thanks+p {
	text-align: center;
}

/*	check
--------------------------------------*/
.formWrap .form_tbl {
	margin-bottom: 30px;
}