@charset "UTF-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(/kajimotoss/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}


/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}　/*本文の文字サイズ*/


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
	ul li {
		list-style:none;	
	}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}

.en {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.blue {
	color: #195b9f;
}

.sp {
	display: none;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Sans Japanese',sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
}
	#header .cta {
		width: 210px;
		margin-right: 20px;
	}
		#header .cta a {
			display: block;
			height: 58px;
			font-size: 1.6rem;
			color: #fff;
			text-align: center;
			line-height: 58px;
			background: #195b9f;
		}
		#header .cta a:hover {
			background: #1e337d;
		}


	#header .tel {
		margin-right: 20px;
	}
		#header .tel a {
			display: block;
			font-size: 3.8rem;
			color: #fff;
		}
			#header .tel a span {
				font-size: 2.0rem;
				padding-right: 10px;
			}

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1200px;
	margin: auto;
	position: relative;
}

	

/* more
--------------------- */
.more a {
	width: 115px;
	display: block;
	font-size: 2.0rem;
	background: url(../img/btn_arrow.png) no-repeat 97% 15px;
}
.more a:hover {
	color: #195b9f;
	background: url(../img/btn_arrow.png) no-repeat 100% 15px;
}

	

/* contact
--------------------- */
#contact {
	width: 100%;
	padding: 60px 0 70px 0;
	background: url(../img/contact_bg.jpg) no-repeat center / cover;
	position: relative;
}
	#contact .caption {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}


	#contact h2 {
		font-size: 2.0rem;
		font-weight: 700;
		text-align: center;
		color: #fff;
		margin-bottom: 5px;
	}
		#contact h2 br {
			display: none;
		}


	#contact .txt {
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		color: #fff;
		margin-bottom: 35px;
	}

	#contact .ctabox {
		width: 866px;
		margin: auto;
		background: #fff;
		border-radius: 10px;
		padding: 40px 0;
	}
		#contact .ctabox .box {
			width: 50%;
			text-align: center;
			padding: 10px 0;
		}
		#contact .ctabox .box:nth-child(1) {
			border-right: solid 1px #e9e9e9;
		}
			#contact .ctabox .box h4 {
				font-size: 1.6rem;
				margin-bottom: 15px;
			}

			#contact .ctabox .box .tel a {
				display: block;
				font-size: 3.8rem;
				line-height: 1;
			}
				#contact .ctabox .box .tel a span {
					font-size: 2.0rem;
					padding-right: 8px;
				}

			#contact .ctabox .box .time {
				display: block;
				font-size: 1.2rem;
				line-height: 1;
				letter-spacing: 0;
				padding-top: 5px;
			}

			#contact .ctabox .box .cta {
				width: 310px;
				margin: auto;
			}
				#contact .ctabox .box .cta a {
					display: block;
					height: 58px;
					font-size: 1.6rem;
					color: #fff;
					text-align: center;
					line-height: 58px;
					background: #195b9f;
				}
				#contact .ctabox .box .cta a:hover {
					background: #1e337d;
				}

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* title
--------------------- */
.title {
	text-align: center;
	margin-bottom: 70px;
}
	.title h2 {
		font-size: 6.0rem;
		color: #fff;
		line-height: 1;
		letter-spacing: 0.1em;
	}
		.title h2 span {
			background: #000;
			padding: 0 20px;
		}

	.title .head {
		padding-top: 15px;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1;
	}


/* h3_tit
--------------------- */
.h3_tit {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 20px;
}


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	padding: 50px 0 30px 0;
}
	#footer .list li {
		margin-right: 20px;
	}
	#footer .list li:nth-last-child(1) {
		margin-right: 0;
	}
		#footer .list li a:hover {
			opacity: 0.7;
		}


	#footer .copy {
		font-size: 1.0rem;
		letter-spacing: 0.2em;
		text-align: center;
		padding-top: 30px;
	}





/* 1024px */
@media screen and (max-width: 1024px) {



	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 100%;
	padding: 0 5%;
}






}





/* max 768px */
@media screen and (max-width: 768px) {

.sp {
	display: block;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	top: 0;
}
#header .cta {
	width: 150px;
	margin-right: 0;
}


#header .tel {
	padding-top: 8px;
	margin-right: 3%;
}
	#header .tel a {
		font-size: 2.5rem;
	}
		#header .tel a span {
			font-size: 1.8rem;
			padding-right: 5px;
		}

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

	

/* contact
--------------------- */
#contact {
	width: 100%;
	padding: 60px 0 70px 0;
	background: url(../img/contact_bg.jpg) no-repeat center / cover;
	position: relative;
}
	#contact .caption {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}


	#contact h2 {
		line-height: 1.4em;
		margin-bottom: 15px;
	}
		#contact h2 br {
			display: block;
		}

	#contact .ctabox {
		display: block;
		width: 100%;
		padding: 5%;
	}
		#contact .ctabox .box {
			width: 100%;
			padding: 0;
		}
		#contact .ctabox .box:nth-child(1) {
			border-right: none;
			border-bottom: solid 1px #e9e9e9;
			padding-bottom: 7%;
			margin-bottom: 5%;
		}
			#contact .ctabox .box h4 {
				margin-bottom: 10px;
			}

			#contact .ctabox .box .cta {
				width: 100%;
			}

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* title
--------------------- */
.title {
	margin-bottom: 40px;
}
	.title h2 {
		font-size: 4.0rem;
	}


/* h3_tit
--------------------- */
.h3_tit {
	font-size: 2.0rem;
	line-height: 1.6em;
}


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 30px 0 30px 0;
}
	#footer .list li {
		width: 48%;
		margin-right: 4%;
	}
		#footer .list li a img {
			width: 100%;
			height: auto;
		}


	#footer .copy {
		letter-spacing: 0.1em;
	}









}