
/* CSS Document */

/*==================================================

top-contents
=================================================*/
.main-image .photo{
	width: 100%;
	position: relative;
}
.main-image .photo img{
	width: 100%;
	height: auto;
}
.main-image{
	position: relative;
}
.main-image .title{
	position: absolute;
	top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 8%;
}
.main-image .title span{
	display: inline-block;
	padding: 5px 35px;
	margin: 15px auto;
	background: rgba(255,255,255,0.7);
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
section{
	padding: 5% 0 8%;
	position: relative;
	margin: 0 auto;
}
.contents{
	position: relative;
	margin: 0 auto;
}

h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 3% auto 5%;
	text-align: center;
	line-height: 1.5em;
}
h3 span{
	display: block;
	font-size: 0.6em;
	color: #7bd9f4;
}
section .kazari_r{
	position: absolute;
	right: 0;
	top: -50px;
	width: 40%;
	max-width: 460px;
}
.message{
	position: relative;
}
.message .kazari_message{
	position: absolute;
	left: 0;
	bottom:-15%;
	width: 45%;
	max-width: 600px;
}
.message p{
	margin: 20px auto;
}
.message .sign{
	width: 40%;
	margin: 5% 10px 8% auto;
	max-width: 140px;
}

.outline{
	background: #f4fbfb;
	position: relative;
	padding: 5% 0 8%;
}
.outline .kazari_outline{
	position: absolute;
	left: 0;
	top:0;
	width: 45%;
	max-width: 320px;
}
.outline .kazari_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	max-width: 640px;
}
.outline table{
	background: #fff;
}
.outline table td dl dt{
	float:left;
	width: 200px;
}
.outline table td dl dd{
	margin-left: 200px;
}
.outline h4{
	text-align: center;
}
.sdgsbtn{
	max-width: 600px;
	margin: auto;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.history{
	position: relative;
	padding: 5% 0;
}

.recruit table th{
	color: #399dc4;
}
.intro p{
	margin: 3% auto 8%;
}

.service{
	background: url("../img/service/service_back.png") center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 5% 0;
	margin-bottom: 6%;
}

.service .Flexbox .seivice_box{
	width: 33.3333%;
	padding: 10px;
}
.service .Flexbox .seivice_box .photo{
	padding: 10px;
}
.service .Flexbox .seivice_box h4{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 10px auto 20px;
	text-align: center;
}
.service .Flexbox .seivice_box p{
	font-size: 1.4rem;
	text-align: center;
}


.kazari_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	max-width: 616px;
}
.btn .kazari{
	position: absolute;
	left: 0;
	bottom:45%;
	width: 45%;
	max-width: 640px;
}

.tellink{
	margin: auto;
	text-align:center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.tellink a{
	background-color: #56c1e9;
	border-radius: 50px;
	color: #fff;
	padding: 15px 10px;
	display: block;
	text-align: center;
	box-shadow: 0 0 5px #ddd;
	font-size: 2.5rem;
	width: 80%;
	max-width: 430px;
	margin: auto;
}
.tellink a .ico{
	width: 10%;
}
.tellink a .ico img{
	max-width: 25px;
	margin: 6px 3px 6px 0;
}

}

@media (min-width:1px) and (max-width: 980px) {
.service .Flexbox .seivice_box p{
	font-size: 1.3rem;
	line-height: 2.0em;
	text-align: center;
}
	.service .Flexbox{
		justify-content: center;
	}
.service .Flexbox .seivice_box{
	width: 50%;
	padding: 10px;
}
}
@media (min-width:1px) and (max-width: 768px) {
.kazari_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	max-width: 616px;
}
.btn .kazari{
	position: absolute;
	left: 0;
	top: 15%;
	width: 60%;
	max-width: 640px;
}
.service .Flexbox .seivice_box{
	width: 100%;
	padding: 10px;
}
.service .Flexbox .photo{
	width: 70%;
	padding: 10px;
	margin: 0 auto;
}.service .Flexbox .seivice_box p{
	font-size: 1.4rem;
	line-height: 2.0em;
	text-align: center;
}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
.main-image{
	margin-top: 60px;
	}
.main-image .title{
	position: absolute;
	left: 5%;
}
.main-image .title span{
	display: inline-block;
	padding: 2px 15px;
	margin: 15px auto;
	background: rgba(255,255,255,0.7);
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.main-image .catch span{
	padding: 5px 15px;
	margin: 5px auto;
}.service .Flexbox .seivice_box p{
	font-size: 1.3rem;
	line-height: 2.0em;
	text-align: center;
}
.outline table td dl dt{
	float:left;
	width: 190px;
}
.outline table td dl dd{
	margin-left: 190px;
}
.tellink a{
	font-size: 2.0rem;
}
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {

	
}