@charset "UTF-8";
/* CSS Document */
/*======= slick css (PC first)=======*/
.slider {
	width: 1020px;
	margin: 0px auto;
}
.slick-slide {
	margin-top: 0px;
	margin-left: 0px;/*prev/next非表示時0*/
	margin-bottom: 0px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: black;
}

@media only screen and (max-width:768px) {
.slider {
	width: 100%;
	margin: 0px auto;
}
}

@media only screen and (max-width:480px) {
.slider {
	width: 100%;
	margin: 0px auto;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */  
* {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1;
}
body {
	min-width: 1020px;
	line-height: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: middle;
}
p {
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 0em;
}
.cleafix {
	clear: both;
}
ul {
	list-style: none;
	margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定/end　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */  
/*=========PageTopBotton=======*/
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 20px;
}

 

#pageTop i {
	padding-top: 6px;
}

 

#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 13px;
	padding-bottom: 0;
	border-radius: 2px;
	width: 45px;
	height: 45px;
	background-color: #F5C6E2;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 0.9rem;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.2;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*====PageTopBotton/end====*/

.header-wrap {
	width: 100%;
	background-color: #00b6ec;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	display: block;
}
.header-inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.logoBox {
	width: 50%;
	margin-top: 10px;
	font-size: 1.8rem;
	color: #FFFFFF;
	padding-left: 110px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	height: 75px;
	float: left;
	background-position: 0% 4px;
}
.logoBox a {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.5;
}
.logoBox p {
	font-size: 0.8rem;
	line-height: 1.3;
}
.header-contact {
	width: 30%;
	margin-right: 20px;
	margine: 10px;
	float: right;
	text-align: right;
	display: block;
}
.telTxt {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #F9F8F8;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1rem;
	font-weight: bold;
	display: block;
}
.telTxt img {
	margin-bottom: 7px;
	margin-right: 10px;
}
.faxTxt {
	font-size: 1.2rem;
	line-height: 1.1;
	color: #F9F8F8;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1rem;
	display: block;
}
.contactButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-size: 0.9rem;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 40px;
	padding-bottom: 7px;
	text-decoration: none;
	text-shadow: 0px 2px 0px #ffffff;
	margin-top: 5px;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.contactButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.contactButton:active {
	background-position: 10px center;
	position: relative;
	top: 1px;
}
.header-contact2 {
	display: none;
}

/*タブレット*/
@media only screen and (max-width:768px) {
body {
	min-width: 100%;
}
.header-contact {
	display: none;
}
.header-wrap {
	overflow: hidden;
}
.header-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.logoBox {
	width: 90%;
	margin-top: 10px;
	color: #FFFFFF;
	padding-left: 65px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	display: block;
	background-position: 0% 4px;
}
h1 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5;
	margin-top: -5px;
}
.header-contact2 {
	display: block;
	float: right;
	padding-right: 15px;
	bottom: 1rem;
	margin-top: -40px;
}
.header-contact2 li {
	margin: 0 0.3em;
	display: inline-block;
}
}

/*スマホ*/
@media only screen and (max-width:480px) {
.header-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.logoBox {
	width: 100%;
	margin-top: 5px;
	color: #FFFFFF;
	padding-left: 65px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	display: block;
	margin-right: 10px;
}
h1 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
}
.kyoka {
	display: none;
}
.header-contact2 {
	display: block;
	margin-top: -35px;
}
}
.intro {
	width: 100%;
	padding: 1.2em 0;
	background-color: #eeeeee;
}
.introInnerBox {
	width: 800px;
	/*    width:  -webkit-calc(63.75% - 7%) ;
    width : calc(63.75% - 7%) ;*/
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}
.introInnerBox h1 {
	font-size: 1rem;
	margin-bottom: 1em;
	text-align: center;
}
.introTxt {
	line-height: 1.8;
}
.introInnerBox .sign {
	text-align: right;
	margin-right: 2em;
	padding-top: 1.5em;
}

@media only screen and (max-width:768px) {
.introInnerBox {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1rem;
}
}
/*業務実績*/
.exsampleBox {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.exsampleBox h1 {
	font-size: 1.6rem;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-bottom: 1em;
	text-indent: 2.4em;
	background-image: url(../img/icon-item.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	letter-spacing: 0.2rem;
	font-family: "dnp-shuei-mincho-pr6",sans-serif;
	font-style: normal;
	font-weight:600;
}
.exsampleBox:after {
	clear: both;
}
.exampleImgBox {
	width: 290px;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
	float: left;
	border: 1px solid #B7B7B7;
	-webkit-box-shadow: 1px 1px 1px 2px #DDDDDD;
	box-shadow: 1px 1px 1px 2px #eee;
}
.exampleImgBox img {
	width: 100%;
}
.exampleImgBox p {
	line-height: 1.4rem;
	margin: 10px 0;
}
/*.exsampleBtn {
	width: 150px;
	padding: 15px 5px;
	height: 25px;
	float: right;
	text-align: center;
	margin-top: 10px;
	margin-right: 16px;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(324deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	background-image: -moz-linear-gradient(324deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	background-image: -o-linear-gradient(324deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	background-image: linear-gradient(126deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	border-bottom: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	display: inline-block;
}
.exsampleBtn::before,
.exsampleBtn::after{
	position: absolute;
	z-index: -1;
	display: block;
	content:'';
	text-decoration: none;
	color: black;
}
.exsampleBtn,
.exsampleBtn::before,
.exsampleBtn::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}*/
.exsampleBtn {
	display: inline-block;
	width: 150px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	float: right;
	color: #fff;
	background-image: -webkit-linear-gradient(324deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	background-image: -moz-linear-gradient(324deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	background-image: -o-linear-gradient(324deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	background-image: linear-gradient(126deg, rgba(234,241,254,1.00) 0%, rgba(200,200,200,0.90) 100%);
	border-bottom: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;	margin-top: 10px;
	padding-top: 5px;
	border-radius: 3px;

}

.exsampleBtn a{
	text-decoration: none;
	color: #000000;
	font-family: "dnp-shuei-mincho-pr6",sans-serif;
	font-style: normal;
	font-weight:600;
}
.exsampleBtn:hover {
	border-bottom: 1px solid #865B5C;
	border-right: 1px solid #865B5C;
	background-image: -webkit-linear-gradient(324deg,rgba(200,200,200,0.90) 0%,rgba(234,241,254,1.00) 100%);
	background-image: -moz-linear-gradient(324deg,rgba(200,200,200,0.90) 0%,rgba(234,241,254,1.00) 100%);
	background-image: -o-linear-gradient(324deg,rgba(200,200,200,0.90) 0%,rgba(234,241,254,1.00) 100%);
	background-image: linear-gradient(126deg,rgba(200,200,200,0.90) 0%,rgba(234,241,254,1.00) 100%);
}

@media only screen and (max-width:768px) {
.exsampleBox {
	width: 100%;
	margin-top: 1.4em;
}
.exampleImgBox {
	width: 45.5%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 1em;
}
/*ボタンの位置*/
.exsampleBtn {
	width: 30%;
	position: relative;
	right: 2%;
	top: 300px;
	padding-bottom: 0.3em;
}
}

@media only screen and (max-width:480px) {
.exsampleBox {
	width: 100%;
	margin-top: 1.4em;
}
.exsampleBox h1 {
	font-size: 1.4rem;
	background-size: 1.4em;
	background-position: 0.5em 0.2em;
}
.exampleImgBox {
	width: 95%;
	margin-right: 2%;
	margin-left: 2%;
}
.exsampleBtn {
	width: 40%;
	margin-top: 0;
	margin-right: 30%;
	margin-left: 30%;
	padding-bottom: 0.5em;
	border-radius: 0.5em;
	position: relative;
	top: 0;
}
}
/*footer*/
footer {
	width: 100%;
	background-color: #00b6ec;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}
.footerInner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
footer .logoBox {
	width: 35%;
	margin-top: 10px;
	padding-left: 67px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	margin-left: 40px;
	float: left;
}
footer h1 {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.4;
}
footer .logoBox p {
	font-size: 0.7rem;
	line-height: 1.2;
}
footer .adrBox {
	font-size: 0.9rem;
	margin-top: 10px;
	margin-left: -65px;
}
footer .adrBox a {
	color: #FFF;
	text-decoration: none;
}
footer .adrBox a:hover{
	color: #FFF;
	text-decoration:underline;
}
footer .content {
	width: 20%;
	float: left;
	margin-top: 10px;
}
footer .content li {
	font-size: 0.75rem;
	line-height: 0.95rem;
	list-style-type: none;
}
.footer-contact {
	width: 28%;
	height: 60px;
	margin-right: 40px;
	float: right;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #929090;
	box-shadow: 2px 2px 2px #929090;
	border-radius: 3px;
}
footer .telTxt {
	display: block;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
footer .telTxt a {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #000000;
	letter-spacing: 0.1rem;
	font-weight: bold;
	text-decoration: none;
}
footer .telTxt img {
	margin-bottom: 8px;
	margin-right: 10px;
}
.footer-contact .contactBtn {
	margin-top: 10px;
	margin-left: 30px;
}
.footer-contact .contactBtn a {
	font-size: 0.9rem;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/contact-img.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.footer-contact .contactBtn a:hover {
	color: #9A9A9A;
	background-image: url(../img/contact-img2.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.footer-contact2 {
	display: none;
}

@media only screen and (max-width:768px) {
.footerInner {
	width: 99%;
}
footer .logoBox {
	width: 43%;
	padding-left: 2.3em;
	float: left;
	margin-left: 0.3em;
}
footer .content {
	display: none;
}
footer .adrBox {
	margin-top: 0.8em;
}
footer .adrBox span {
	font-size: 0.7rem;
	padding-right: 0.5em;
}
.adrBox a {
	color: #FFF;
	text-decoration: none;
}
.footer-contact {
	width: 40%;
	margin-right: 2.5%;
	padding-bottom: 0.9em;
	padding-top: 0.3em;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #929090;
	box-shadow: 2px 2px 2px #929090;
	border-radius: 3px;
	margin-top: 0.15em;
}
footer .telTxt a {
	font-size: 1.4rem;
}
.footer-contact .contactBtn {
	margin-top: 0.5em;
	margin-left: 0.9em;
	margin-bottom: 0.5em;
}
.footer-contact .contactBtn a {
	padding-left: 1em;
	background-position: left 2px;
	padding-bottom: 0.3em;
	line-height: 1.1em;
}
}

@media only screen and (max-width:480px) {
.footerInner {
	width: 99%;
}
footer .logoBox {
	width: 100%;
	padding-left: 2.4em;
	margin-left: 0.3em;
	float: none;
	padding-top: 2px;
}
footer h1 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5;
}
footer .fKyoka {
	font-size: 1rem
}
footer .adrBox {
	font-size: 1rem;
	margin-top: 0.5em;
}
footer .adrBox span {
	font-size: 0.9rem;
	padding-right: 0.5em;
}
.footer-contact2 {
	width: 85%;
	padding-bottom: 0.9em;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #929090;
	box-shadow: 2px 2px 2px #929090;
	border-radius: 1em;
	margin-top: 0.15em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 1.5em;
}
footer .telTxt {
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
}
footer .telTxt a {
	font-size: 1.5rem;
	margin-top: 0.3em;
}
footer .telTxt img {
	margin-top: 0.1em;
}
.footer-contact2 .contactBtn {
	margin-top: 1em;
	margin-left: 0.9em;
	margin-bottom: 0.5em;
}
.footer-contact2 .contactBtn a {
	color: #000;
	padding-left: 1em;
	background-position: left 2px;
	background-image: url(../img/contact-img.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.2em;
}
.footer-contact {
	display: none;
}
}
.container {
	min-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
/*contact*/
.contactForm {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 40px;
}
.contactForm-m {
	display: none;
}
.contactForm-t {
	display: none;
}

@media only screen and (max-width:768px) {
.contactForm-m {
	display: none;
}
.contactForm {
	display: none;
}
.contactForm-t {
	width: 98%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}
}

@media only screen and (max-width:480px) {
.contactForm-m {
	width: 98%;
	padding: 0 0.3em;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}
.contactForm {
	display: none;
}
.contactForm-t {
	display: none;
}
}
/*共通*/
.topImg {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width:768px) {
.topImg {
	width: 100%;
}
.topImg img {
	max-width: 100%;
	height: auto;
}
}
