/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   common
   ========================================================================== */










.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

p{
	line-height: 1.8;
	letter-spacing: 0.5px;
	font-size: 16px;	
}

a{
	text-decoration: none;
	color: #000;
}

h1,h2,h3,h4{
	line-height: 1.5;
}

h1 span,h2 span,h3 span,h4 span{
	font-family: "Khand",sans-serif;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: -30px;
}

.pc{
	display: block;
}
	
.sp{
	display: none;
}

.khand{
	font-family: "Khand",sans-serif;
}

.contents__inner{
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	margin-bottom: 100px;
}

@media (max-width:750px) {
	p,td,th,dt,dd,ul,li,address{
		line-height: 1.8;
		letter-spacing: 0.5px;
		font-size: 13px;
	}
	
	h1,h2,h3,h4{
		line-height: 2;
	}
	
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
	
	.contents__inner{
		margin-bottom: 50px;
	}
	
	
}



/*.bg_img{
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}*/



/* ==========================================================================
   footer
   ========================================================================== */

footer{
	background: #e6e6e6;
	font-size: 14px;
	line-height: 1.8em;
}

.footer__inner{
	padding: 100px 50px 50px 50px;
	margin: 0 auto;
	max-width: 1100px;
}

.footer__sitemap {
	float: left;
	padding: 0 0 50px 0;
}

.footer__sitemap ul{
	padding: 20px 0 20px 0;
}

.footer__sitemap li{
	float: left;
	border-right: 1px solid #000;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 14px;
}

.footer__sitemap li:last-of-type{
	border: none;
}

table#smp1 {
	border-spacing:0;
	width: 100%;
}

table#smp1 tr th,
table#smp1 tr td {
	vertical-align: top;
	text-align: left;
}

.footer__office{
	float: right;
	padding: 0 0 0 50px;
}

.footer__office h3{
	color: #ff8d33;
	font-weight: bold;
	font-size: 18px;
}

.footer__access{
	background: url(../img/icon_access.svg) top left no-repeat;
	background-size: 15px auto;
	padding:0 0 0 20px;
}

footer small{
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: lighter;
}

footer a{
	transition: 0.5s ;
}

footer a:hover{
	color: #ff8d33;
	transition: 0.1s ;
}

@media (max-width:1130px) {
	.footer__sitemap{
		float: none;
		padding: 0 0 50px 0;
		width: 80%;
	}
	
	.footer__office{
		float: left;
		padding: 0 70px 50px 0;
	}
	
	#smp1 br{
		display: none;
	}
}

@media (max-width:750px) {
	.footer__sitemap{
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	.footer__inner{
		padding: 20px;
	}
	
	.footer__sitemap img{
		width: 170px;
		height: auto;
	}
	
	.footer__office{
		float: left;
		padding: 0 50px 30px 0;
	}
	
	.footer__office h3{
		font-size: 15px;
	}
	
	footer small{
		font-size: 13px;
	}
}

/* ==========================================================================
   btn 全ページ共通要素
   ========================================================================== */

/*.btn a{
	line-height: 67px;
	color: #fff;
	font-family: "Khand",sans-serif;
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 2px 20px 0 0;
	background: url(../img/allow_02.png) 180px 26px no-repeat;
}*/
.btn a{
	color: #fff;
	font-family: "Khand",sans-serif;
	font-size: 20px;
    text-align: center;
    transition: 0.4s;
    background-size: 200% auto;
    display: block;	
	width: 249px;
	height: 67px;
	line-height: 67px;
	border: #fff 1px solid;
	box-sizing: border-box;
	z-index: 3;
	padding: 0 40px 0 0;
}

/* 発行されるCSS */
.btn a{background-image: linear-gradient(to right, #ff8d33 0%, #ff8d33 10%, #3e2d91 48%, #ff8d33 100%)}
.btn a:hover { background-position: right center; }

/*.btn{
	background: linear-gradient(to right, #ff8d33 0%, #3e2d91 51%, #ff8d33 100%);
	width: 249px;
	height: 67px;
	border: #fff 1px solid;
	box-sizing: border-box;
	background: url(../img/allow_02.png) 180px 26px no-repeat;
}*/
.btn span{
	display: block;	
	width: 249px;
	height: 67px;
	background: url(../img/allow_02.png) 180px 26px no-repeat;
	z-index: 10;
}

/* ==========================================================================
   cv 全ページ共通要素
   ========================================================================== */

.cv__contact{
	max-width: 1100px;
	padding: 0 50px 50px 50px;
	margin: 0 auto;
}

.cv__inner{
	background: url(../img/img_cv.jpg) no-repeat;
	background-size:cover;
	background-position: 75% 100%;
	color: #fff;
	text-align: center;
	padding: 60px 50px 50px 50px;
}

.cv__contact h4{
	font-size: 28px;
	padding: 0 0 10px 0;
	line-height: 1.3;
}

.cv__contact .cv__btnarea{
	max-width:520px;
	margin: 0 auto;
	padding-top: 30px;
}

.cv__contact .cv__tel{
	float: left;
}

.cv__contact .cv__tel a{
	line-height: 65px;
	color: #fff;
	font-family: "Khand",sans-serif;
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 2px 0 0 0;
	width: 249px;
	height: 67px;
	border: #fff 1px solid;
	box-sizing: border-box;
}

.cv__contact .cv__tel span{
	font-family: "Khand",sans-serif;
	font-size: 20px;
}

.cv__contact .cv__btn{
	float: right;
}

@media (max-width:750px) {
	
	.cv__contact{
		padding: 0 20px 50px 20px;
	}
	
	.cv__contact .cv__tel,
	.cv__contact .cv__btn{
		float: none;
		width:247px;
		margin: 0 auto;
	}
	
	.cv__inner{
		padding: 38px 25px 40px 25px;
	}
	
	.cv__contact h4{
		font-size: 19px;
		padding: 0 0 15px 0;
	}
	
	.cv__contact .cv__tel span{
		font-size: 15px;
	}
	
	.cv__contact .cv__btnarea{
		padding-top: 20px;
	}
	
	.cv__contact .cv__tel{
		padding-bottom: 12px;
	}
}

/* ==========================================================================
   blog 全ページ共通要素
   ========================================================================== */

.bnr__blog{
	padding:0 50px 0 50px;
}

.blog__inner {
	max-width: 1100px;
	margin: 0 auto;
	width:100%;
	height:100%;
	/*border-left:1px solid #ff8d33;
	border-right:1px solid #3e2d91;
	position: relative;*/
}

/*.blog__inner:before,
.blog__inner:after {
	content:"";
	display:block;
	height:1px;
	width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#ff8d33), to(#3e2d91));
	background:-moz-linear-gradient(left, #ff8d33, #3e2d91);
	background:linear-gradient(left, #ff8d33, #3e2d91);
}*/

.blog__bnr01{
	display: block;
	width:100%;
	height:100%;
	transition: all 0.4s;
}

.blog__bnr02{
	display: none;
}

.blog__bnr03{
	display: none;
}

.blog__bnr01:hover{
	opacity: 0.75;
	transition: all 0.2s;
}

/*.blog__img{
	position: absolute;
	bottom: 1px;
	left: 0;
	max-width: 230px;
	padding: 0 0 0 8%;
}

.blog__box{
	float:right;
	width:60%;
	padding:50px 50px 45px 0%;
}	

.bnr__blog h4{
	padding: 0 0 30px 0;
	position: relative;
	z-index: 10;
	}

.bnr__blog h4 .ttl__01{
	
	width: 205px;
	
	padding: 0 3% 0 0;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	
}

.bnr__blog h4 .ttl__02{
	
	width: 216px;
	
	z-index: 10;
	position: absolute;
	top: 0;
	left: 215px;
}

.bnr__blog h4 .ttl__03{
	position: absolute;
	top: 53px;
	right: 0;
	z-index: 1;
	width: 190px;

}

.blog__box p.pc{
	margin-top:136px;
}*/

@media (max-width:1000px) {
	.blog__bnr01{
		display: none;
	}

	.blog__bnr02{
		display: block;
		width:100%;
		height:100%;
	}

	.blog__bnr03{
		display: none;
	}
	
	/*.blog__img{
		padding: 0 0 0 2%;
		width:  30%;
	}*/
}

@media (max-width:750px) {
	
	.bnr__blog{
		padding:0 20px 0 20px;		
	}
	
	/*.blog__box{
		float:left;
		width:40%;
		padding:8% 5% 0% 5%;
		max-width: 220px;
	}	
	
	.bnr__blog h4{
		padding-bottom: 15%;
	}
	
	.bnr__blog h4 .ttl__01{
		position: static;
		width: 100%;
		float: none;
		padding:0 0 10px 0;
	}

	.bnr__blog h4 .ttl__02{
		position: static;
		width: 100%;
		float: none;
	}
	
	.bnr__blog h4 .ttl__03{
		position: static;
		width: 100%;
		float: none;
		display: none;
	}
	
	.blog__img{
		position:static;
		float:left;
		width:  45%;
		margin: 0 auto;
		padding:5% 0% 5% 5%;
	}
	
	.bnr__blog p.sp{
		padding: 0 5% 2% 5%;
	}
	
	.bnr__blog .ttl__03__sp{
		float: right;
		width: 40%;
		max-width: 150px;
		padding: 0 5% 5% 5%;
	}*/
	
}

@media (max-width:375px) {
	
	.blog__bnr01{
		display: none;
	}

	.blog__bnr02{
		display: none;
	}

	.blog__bnr03{
		display: block;
		width:100%;
		height:100%;
	}
}