@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #333;
	background-color: #fff;
}


img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }

@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}


/*--------------ヘッダー--------------*/
.header {
	background-color: #fff;
	width: 100%;
	min-width: 1100px;
	height: 145px;
	border-top: 10px solid #005fa8;
	position: relative;
}

.header .inner {
	width: 1080px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}

.header .sp_nav, .close_btn {
	display: none;
}

.header .page_title {
	width: 290px;
	height: 85px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

.header .page_title img {
	width: 290px;
	height: 85px;
	transition: opacity 0.3s ease;
}

.header .page_title img:hover {
	opacity: 0.6;
}

.header nav {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #278cd9;
}

.header ul {
	width: 1080px;
	height: 50px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
}

.header ul li {
	border-left: 1px solid #ccc;
	font-size: 15px;
	width: 25%;
	display: inline-block;
}

.header ul li a {
	border-bottom: 3px solid transparent;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 49px;
	line-height: 46px;
	text-decoration: none;
	transition: border 0.3s ease;
	color: #333;
}

.header ul li a:hover, .header ul li a.current {
	border-bottom: 3px solid #71acd9;
}

.header .contact_box {
	position: absolute;
	display: table;
	right: 0;
	top: 20px;
}

.header .contact_box div {
	display: table-cell;
	color: #333;
	vertical-align: middle;
}

.header .contact_box .tel .no {
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #005fa8;
	font-size: 27px;
	margin: 0 45px 5px 0;
}

.header .contact_box .tel .no img {
	width: 21px;
	vertical-align: baseline;
	margin-right: 0.2em;
}

.header .contact_box .tel .time {
	font-size: 12px;
	display: inline-block;
}

.header .contact_box .mail a {
	background-color: #e18400;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 240px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.header .contact_box .mail a:hover {
	background-color: #ff6600;
}

.header .contact_box .mail a img {
	width: 20px;
	vertical-align: -1px;
	margin-right: 0.5em;
}



@media screen and (max-width: 767px){

	.header {
		min-width: 100%;
		border-top: 5px solid #005fa8;
		border-bottom: 1px solid #ccc;
		height: 55px;
	}

	.header .inner {
		width: 100%;
		height: 50px;
	}
	
	.header .page_title {
		height: 45px;
		left: 10px;
		top: 0;
	}

	.header .page_title img {
		width: auto;
		height: 50px;
	}

	.header .sp_nav {
		display: block;
		position: absolute;
		width: 135px;
		height: 50px;
		right: 0px;
		top: 0px;
	}
	
	.header .sp_nav > div, .header .sp_nav > a {
		display: block;
		float: left;
		width: 45px;
		height: 50px;
		text-align: center;
		position: relative;
		border-left: 1px solid #ccc;
		border-bottom: 3px solid #ccc;
	}
	
	.header .sp_nav > div img, .header .sp_nav > a img {
		width: 20px;
		margin-top: 10px;
	}
	
	.header .sp_nav > div::after, .header .sp_nav > a::after {
		display: block;
		width: 100%;
		color: #333;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 5px;
	}
	
	.header .tel::after {
		content: 'お電話';
	}
	
	.header .mail::after {
		content: 'メール';
	}
	
	.header .menu_btn::after {
		content: 'メニュー';
	}
	
	.close_btn {
		display: block;
		width: 45px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		z-index: 999999;
	}
	
	.close_btn img {
		width: 20px;
		margin-top: 12px;
	}
	
	.close_btn::after {
		content: '閉じる';
		display: block;
		width: 100%;
		color: #fff;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 5px;
		font-weight: bold;
	}
	
	.header nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999999;
		background-color: #005fa8;
		width: 100%;
		height: 100%;
		border: none;
	}
	
	.header nav.open {
		display: block;
	}
	
	.header ul {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 55px;
		border-top: 1px solid #fff;
		border-right: none;
	}

	.header ul li {
		display: block;
		font-size: 16px;
		border-bottom: 1px solid #fff;
		border-left: none;
		width: 100%;
	}

	.header ul li a {
		color: #fff;
		display: block;
		height: 70px;
		line-height: 70px;
		border: none;
	}
	
	.header ul li a:hover, .header ul li a.current {
		border-bottom: none;
	}
	
	.header ul li a:hover {
		border: none;
	}
	
	.header .contact_box {
		display: none;
	}

}


/*--------------コンテンツ--------------*/

.contents {
	width: 100%;
	min-width: 1100px;
	position: relative;
}

.inner {
	width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	.contents {
		min-width: 100%;
	}
	
	.inner {
		width: auto;
		margin: 0 10px;
	}

}

/*--------------スライドショー--------------*/

.main_visual {
	min-width: 1100px;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

.main_visual .large {
	width: 50%;
	height: 600px;
	float: left;
}

.main_visual .half {
	width: 50%;
	height: 600px;
	float: right;
}

.main_visual .box {
	width: 50%;
	height: 200px;
	float: left;
}

.main_visual .photo01 {
	background: url(../img/main_01.jpg) no-repeat center center;
	background-size: cover;
}

.main_visual .photo02 {
	background: url(../img/main_02.jpg) no-repeat center center;
	background-size: cover;
}

.main_visual .photo03 {
	background: url(../img/main_03.jpg) no-repeat center center;
	background-size: cover;
}

.main_visual .photo04 {
	background: url(../img/main_04.jpg) no-repeat center center;
	background-size: cover;
}

.main_visual .photo05 {
	background: url(../img/main_05.jpg) no-repeat center center;
	background-size: cover;
}

.textbox {
	width: 100%;
	background-color: #005fa8;
	height: 200px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.textbox-inner {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.visual_lead {
	font-size: 34px;
	margin-bottom: 0.8em;
	text-align: center;
}

.visual_caption {
	font-size: 16px;
	line-height: 1.5;
	padding: 0 30px;
}

@media screen and (max-width: 767px){

	.main_visual {
		min-width: 100%;
		height: 450px;
	}

	.main_visual .large {
		display: none;
	}

	.main_visual .half {
		width: 100%;
		height: 450px;
		float: none;
	}

	.main_visual .box {
		width: 50%;
		height: 150px;
		float: left;
	}

	.textbox {
		height: 150px;
	}
	
	.visual_lead {
		font-size: 20px;
		margin-bottom: 1em;
	}

	.visual_caption {
		font-size: 12px;
		padding: 0 10px;
		font-weight: normal;
	}
		
}

/*--------------お知らせ--------------*/

.info {
	background-color: #f5f5f5;
}

.info .inner {
	padding: 30px 0;
}

.info_h2 {
	width: 230px;
	float: left;
	text-align: right;
	padding: 10px 50px 10px 0;
}

.info_h2 h2 {
	font-size: 20px;
	color: #005fa8;
	font-weight: bold;
	margin-bottom: 0.8em;
}

.info_h2 span {
	font-size: 13px;
	color: #999;
}

.info_list {
	float: right;
	width: 850px;
	font-size: 14px;
	padding: 10px 0 10px 50px;
	border-left: 1px solid #ccc;
}

.info_list li {
	margin-bottom: 20px;
}

.info_list li:last-child {
	margin-bottom: 0;
}

.info_list li div {
	display: table;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
}

.info_list li div span {
	display: table-cell;
}

.info_list li div span.info_date {
	width: 150px;
}

.info_list li span.info_txt a {
	color: #005fa8;
	text-decoration: underline;
}

.info_list li span.info_txt a:hover {
	text-decoration: none;
}

.link {
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 50px;
	background-color: #005fa8;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.link.blank::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 11px;
	background: url(../img/icon_blank.png) no-repeat left top;
	background-size: cover;
	margin-left: 0.5em;
}

@media screen and (max-width: 767px){
	
	.info {
	}

	.info .inner {
		padding: 30px 0;
	}

	.info_h2 {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 1.5em;
	}

	.info_h2 h2 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.info_h2 span {
		display: none;
	}

	.info_list {
		float: none;
		width: auto;
		font-size: 14px;
		padding: 0;
		border: none;
	}

	.info_list li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	.info_list li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.info_list li div {
		display: block;
		font-size: 14px;
	}

	.info_list li div span {
		display: block;
	}

	.info_list li div span.info_date {
		width: auto;
	}

	.link {
		width: 100%;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

}


/*--------------コンセプト--------------*/

.concept {
	position: relative;
	overflow: hidden;
}

.concept .inner {
	padding: 40px 0;
	width: 740px;
}

.concept h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #005fa8;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
}

.concept p {
	font-size: 15px;
	line-height: 2;
}

.concept .inner img {
	float: right;
	width: 158px;
	margin-left: 40px;
}

.concept .img_left {
	position: absolute;
	left: 50%;
	top: 100px;
	width: 320px;
	transform: translate(-720px, 0);
}

.concept .img_right {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 320px;
	transform: translate(400px, 0);
}

@media screen and (max-width: 767px){

	.concept {
	}

	.concept .inner {
		padding: 30px 0;
		width: auto;
	}

	.concept h2 {
		font-size: 20px;
		margin-bottom: 1.5em;
		letter-spacing: 0;
	}

	.concept p {
		font-size: 14px;
		line-height: 1.8;
	}

	.concept .inner img {
		display: block;
		float: none;
		width: 158px;
		margin: 0 auto 10px;
	}

	.concept .img_left, .concept .img_right {
		display: none;
	}

}

/*--------------業務--------------*/

.business {
	background-color: #f5f5f5;
}

.business .inner {
	padding: 35px 0;
}

.business .bussiness_h2 {
	text-align: center;
	margin-bottom: 30px;
}

.business .bussiness_h2 h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom, #278cd9, #005fa8);
	border-radius: 3px;
	width: 145px;
	height: 40px;
	line-height: 40px;
	margin-right: 30px;
	position: relative;
}

.business .bussiness_h2 h2::after {
	content: '';
	position: absolute;
	right: -13px;
	top: 12px;
	border-left: 13px solid #1274be;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	width: 0px;
	height: 0px;
}

.business .bussiness_h2 p {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.business ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

.business li {
	width: 50%;
	padding: 0 10px 20px;
}

.business li div {
	background-color: #fff;
	padding: 20px;
	min-height: 270px;
}

.business li img {
	width: 190px;
	float: left;
	margin: 0 30px 30px 0;
}

.business li h3 {
	font-weight: bold;
	font-size: 20px;
	color: #005fa8;
	text-align: center;
	margin-bottom: 1em;
}

.business li p {
	line-height: 1.5;
}

@media screen and (max-width: 767px){
	
	.business {
	}

	.business .inner {
		padding: 30px 0;
	}

	.business .bussiness_h2 {
		margin-bottom: 1.5em;
	}

	.business .bussiness_h2 h2 {
		font-size: 20px;
		color: #005fa8;
		background: none;
		border-radius: 0;
		display: block;
		width: auto;
		height: auto;
		line-height: 1;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.business .bussiness_h2 h2::after {
		display: none;
	}

	.business .bussiness_h2 p {
		font-size: 14px;
		line-height: 1.5;
	}

	.business ul {
		margin: 0 0 -10px;
	}

	.business li {
		width: auto;
		padding: 0 0 10px;
	}

	.business li div {
		min-height: auto;
		padding: 20px 10px;
	}

	.business li img {
		width: 100px;
		margin: 0 15px 15px 0;
	}

	.business li h3 {
		font-size: 16px;
	}

	.business li p {
		font-size: 14px;
	}
	
}



/*--------------理念--------------*/

.rinen {
}

.rinen .inner {
	padding: 40px 0;
}

.rinen .rinen_h2 {
	border-top: 3px solid #005fa8;
	border-bottom: 1px solid #ccc;
	padding: 20px 15px;
	margin-bottom: 40px;
}

.rinen .rinen_h2 h2 {
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	border-right: 1px solid #999;
	margin-right: 1em;
	padding-right: 1em;
}

.rinen .rinen_h2 span {
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
	color: #999;
}

.rinen img {
	width: 300px;
	float: right;
	margin: 0 0 0 50px;
}

.rinen h3 {
	font-size: 30px;
	color: #005fa8;
	font-weight: bold;
	margin-bottom: 1em;
}

.rinen p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 2em;
}

.rinen p.right {
	text-align: right;
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	
	.rinen {
	}

	.rinen .inner {
		padding: 30px 0;
	}

	.rinen .rinen_h2 {
		border: none;
		padding: 0;
		margin-bottom: 0;
	}

	.rinen .rinen_h2 h2 {
		color: #005fa8;
		font-size: 20px;
		display: block;
		border: none;
		margin-right: 0;
		padding-right: 0;
		text-align: center;
		margin-bottom: 1.5em;
	}

	.rinen .rinen_h2 span {
		display: none;
	}

	.rinen img {
		display: block;
		width: 200px;
		float: none;
		margin: 0 auto 20px;
	}

	.rinen h3 {
		font-size: 16px;
		margin-bottom: 1em;
		text-align: center;
	}

	.rinen p {
		font-size: 14px;
		margin-bottom: 1em;
	}

	
}

/*--------------アクセス--------------*/

.map {
	background-color: #005fa8;
	color: #fff;
	text-align: center;
}

.map .inner {
	padding: 30px 0;
}

.map .map_h2 {
	margin-bottom: 30px;
}

.map h2 {
	width: 160px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.map span {
	font-size: 13px;
	display: block;
}

.map p {
	font-size: 15px;
	line-height: 2;
}

#gmap {
	height: 500px;
}

@media screen and (max-width: 767px){
	
	.map {
	}

	.map .inner {
		padding: 30px 0;
	}

	.map .map_h2 {
		margin-bottom: 0;
	}

	.map h2 {
		width: auto;
		display: inline-block;
		font-size: 20px;
		padding-bottom: 0;
		margin-bottom: 1.5em;
		border-bottom: none;
	}

	.map span {
		display: none;
	}

	.map p {
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}

	#gmap {
		height: 250px;
	}
	
}

/*--------------お問い合わせ--------------*/

.contact {
}

.contact .inner {
	padding: 40px 0;
}

.contact h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #005fa8;
	margin-bottom: 1.5em;
}

.contact p {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-bottom: 2em;
}

.contact .contact_tel {
	width: 700px;
	background-color: #e4f8ff;
	text-align: center;
	padding: 20px;
	margin: 0 auto 20px;
	font-size: 14px;
	border-radius: 10px;
}

.contact .contact_tel .tel {
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 1em;
}

.contact .contact_tel .tel span {
	color: #005fa8;
	font-size: 30px;
	line-height: 30px;
}

.contact .contact_tel .tel span img {
	width: 21px;
	vertical-align: baseline;
	margin: 0 0.1em 0 0.5em;
	line-height: 30px;
}

.contact .contact_tel .time {
	line-height: 1;
	margin-bottom: 0;
}

.contact table {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;	
	margin-bottom: 1em;
}

.contact tr {
	width: 100%;
}

.contact th, .contact td {
	padding: 1.5em;
	font-weight: normal;
}

.contact th {
	width: 30%;
	vertical-align: top;
	text-align: right;
}

.contact td {
	vertical-align: top;
}

.contact input[type='text'], .contact textarea {
	width: 70%;
	padding: 0.5em;
	font-size: 14px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.contact textarea {
	height: 150px;
	line-height: 1.5;
}

.contact table p {
	text-align: left;
	margin-bottom: 0;
}

.contact .submit-btn {
	font-size: 18px;
	background-color: #2162ab;
	text-align: center;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: block;
	width: 230px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

.contact .submit-btn:hover {
	background-color: #e1a173;
}

@media screen and (max-width: 767px){
	
	.contact {
	}

	.contact .inner {
		padding: 30px 0 50px;
	}

	.contact h2 {
		font-size: 20px;
		margin-bottom: 1em;
		line-height: 1.3;
	}

	.contact p {
		font-size: 14px;
		line-height: 1.8;
	}

	.contact .contact_tel {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto 20px;
	}

	.contact .contact_tel .tel {
		line-height: 3;
		margin-bottom: 0;
	}

	.contact .contact_tel .tel span {
		color: #005fa8;
		font-size: 30px;
		line-height: 1;
	}

	.contact .contact_tel .tel span img {
		margin: 0 0.1em 0 0;
		line-height: 1;
	}

	.contact .contact_tel .time {
		line-height: 1;
	}

	.contact table {
		margin-bottom: 0;
	}
	
	.contact th, .contact td {
		display: block;
		padding: 0 0 0.5em 0;
		width: 100%;
		text-align: left;
	}

	.contact td {
		padding: 0 0 1em 0;
	}

	.contact input[type='text'], .contact textarea {
		width: 100%;
	}

	.contact .submit-btn {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 100%;
	}

	
}



/*--------------フッター--------------*/

footer {
	min-width: 1100px;
	color: #fff;
	padding: 30px 0;
	background-color: #005fa8;
}

footer .inner {
	text-align: center;
}

small {
	font-size: 14px;
}

@media screen and (max-width: 767px){
	
	footer {
		min-width: auto;
		padding: 20px 0;
	}

}


/*	PAGETOP	*/
#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5) url(../img/pagetop.png) no-repeat 50% 50%;
	background-size: 27px;
	z-index: 9998;
	transition: all 0.3s ease;
}

#pageTop.showIn{
	right: 0;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 35px;
		bottom: -60px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}