﻿@charset "utf-8";

/*
Theme Name: テーマ
Version 1.0
*/ 

@import "base.css";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body{
    font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*　header　
----------------------------------------------------------*/
header{
	width: 100%;
	min-width: 1160px;
	height: 100px;
	color: #ffffff;
	position: absolute;
	top: 0;
	z-index: 999;
}
header .h-inner{
	width: 1060px;
	margin: 0 auto;
}
header h1{
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 15px;
}
header .logo a{ margin-right: 10px; }

/*　navi
----------------------------------------------------------*/
nav{ width: 500px; }
nav ul li{
	height: 93px;
	display: flex;
	align-items: flex-end;
}
nav ul li:before{
	display: inline-block;
	width: 1px;
	height: 93px;
	content: '';
	background-image: url(../img/common/nav_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
nav ul li a{
	color: #ffffff;
	padding: 0 20px;
}

/*　footer　
----------------------------------------------------------*/
#copyright{
	width: 100%;
	min-width: 1160px;
	height: 60px;
	font-size: 11px;
	text-align: center;
	line-height: 60px;
}
#pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
}

/*　main　
----------------------------------------------------------*/
a:hover{
	text-decoration:none;	
	filter:alpha(opacity=70); /* IE 6と7*/ 
	-ms-filter: "alpha(opacity=70)"; /* IE 8と9 */ 
	-moz-opacity:0.7; /* Firefox , Netscape */ 
	-khtml-opacity: 0.7; /* Safari 1系 */ 
	opacity:0.7; 
	zoom:1; /*IE*/ 
}

article{ width: 100%; }
section{ 
	width: 1160px;
	margin: 0 auto;
	padding: 50px 0;
}
#service02 section{ padding-bottom: 100px; }

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reverse{ flex-flow: row-reverse; }

/*　ttl
----------------------------------------------------------*/
#ttl{
	width: 100%;
	min-width: 1160px;
	height: 342px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 100px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service #ttl{ background-image: url(../img/service/service_img.jpg); }
.company #ttl{ background-image: url(../img/company/company_img.jpg); }
.ttl02{
	background-image: url(../img/common/ttl_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	margin-bottom: 50px;
}
.ttl02 p{
	padding-bottom: 10px;
}

/*　table
----------------------------------------------------------*/
table{
	width: 1000px;
	margin: 0 auto;
}
table tr:nth-child(odd) th,
table tr:nth-child(odd) td{ background-color: rgba(175, 155, 86, 0.1); }
table th{ padding: 20px 0; }
#company03 table th{
	width: 140px;
	vertical-align: top;
}
#company05 table th{
	width: 140px;
	padding: 20px 30px;
}
#company03 table th:before{
	content: '―';
	color: #d6ae3c;
	font-size: 20px;
    margin-right: 10px;
}
table td{ padding: 10px 20px; }
#company03 table td{ padding: 20px; }
#company05 table td{ padding: 20px 30px; }

/*　contact
----------------------------------------------------------*/
#contact{
	width: 100%;
	min-width: 1160px;
	margin: 70px auto;
}
#contact .contact-ttl{
	background-image: url(../img/common/ttl_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}
#contact .contact-ttl p{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contact .contact-cont{
	width: 940px;
	margin: 30px auto 0;
}
#contact .contact-tel p{ text-indent: 30px; }
#contact .tel{
	font-size: 30.5px;
	line-height: 1;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
#contact .tel img{ margin-right: 6px; }
#contact .form-btn{
	width: 335px;
	height: 95px;
	background-color: #d6ae3c;
}
#contact .form-btn:hover{
	background-color: #1c1c1c;
	transition: 1s;
}
#contact .form-btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .form-btn:hover a{ color: #d6ae3c; }
#contact .form-btn a p{
	display: flex;
	align-items: center;
}
#contact .form-btn a img{ margin-right: 10px; }

/*　align
----------------------------------------------------------*/
.company ul.align{
	width: 1000px;
	margin: 0 auto;
}
.company ul.align.wid860{
	width: 860px;
	margin: 0 auto;
}
#company05 ul.align{ margin-top: 30px; }
#service06 ul.align li{ width: 358px; }
ul.align li .ttl{
	text-align: center;
	padding: 10px 0;
}
ul.align li .txt{
	background-color: rgba(175, 155, 86, 0.1);
	margin-top: 10px;
}
#top01 ul.align li .txt{ padding: 3px 0; }
#service06 ul.align li .txt{
	height: 180px;
	padding: 20px 30px 25px;
}
ul.align li .txt p{
	font-size: 18px;
	text-align: center;
}
#service06 ul.align li .txt p{ margin-bottom: 10px; }


.company ul.align.wid860 li {
	width: 33.333%;
	text-align: center;
	margin-bottom: 30px;
}






/*　ttl-txt
----------------------------------------------------------*/
#top01 .ttl-txt{ margin-bottom: 30px; }
#top03 .ttl-txt{
	margin-bottom: 50px;
	position: relative;
}
#top01 .ttl-txt .txt{ width: 950px; }
#top03 .ttl-txt .txt{ width: 915px; }
#service01 .ttl-txt .txt{ width: 825px; }

/*　img-txt
----------------------------------------------------------*/
.img-txt .img{
	width: 578px;
	height: 405px;
}
.img-txt .txt{
	width: 520px;
	display: flex;
	align-items: center;
}
.img-txt .txt p{
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/*　btn
----------------------------------------------------------*/
.btn{
	width: 195px;
	height: 70px;
	background-image: url(../img/common/btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
#top01 .btn{ margin: 50px auto 0; }
#top03 .btn{
	position: absolute;
	right: 0;
	top: 0;
}
.btn a{
	width: 100%;
	height: 100%;
	color: #d6ae3c;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top02 .btn a{ color: #ffffff; }
.btn a img{ margin-left: 20px; }

/*　slide
----------------------------------------------------------*/
.slide_b ul{
	width: 1052px;
	text-align: center;
	margin: 0 auto;
}
.slide_b .slick-prev,
.slide_b .slick-next{
	width: 58px;
	height: 58px;
	left: -70px;
}
.slide_b .slick-prev{ left: -70px; }
.slide_b .slick-next{
	left: auto;
	right: -70px;
}
.slide_b .slick-prev:before,
.slide_b .slick-next:before{ content: ''; }
.slide_b .slick-dots li{ margin: 0 !important; }
.slide_b .slick-dots li button::before{ font-size: 20px !important; }
.slide_b .slick-dots li.slick-active button::before{ color: #d6ae3c !important; }

.slide04{ margin-top: 50px; }
.slide04 li{
	background-color: rgba(175, 155, 86, 0.1);
	margin-top: 50px;
}
.slide04 li .txt{
	width: 450px;
	height: 265px;
	float: left;
	padding: 70px 50px;
	position: relative;
}
.slide04 li .txt p{
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	padding-bottom: 15px;
} 
.slide04 li .num{
	position: absolute;
	left: 50px;
	bottom: 70px;
}
.slide04 li .img{
	float: right;
	margin: -50px 50px 0 0;
}
.slide04 .slick-prev:before,
.slide04 .slick-next:before{ content: ''; }
.slide04 .slick-prev{
	left: 130px;
	top: auto;
	bottom: 60px;
	z-index: 99;
}
.slide04 .slick-next{
	left: 170px;
	top: auto;
	bottom: 60px;
	z-index: 99;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#top-img{
	width: 100%;
	min-width: 1160px;
	background-image: url(../img/top/top_img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 746px;
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	margin-bottom: 50px;
	overflow: hidden;
}
@keyframes fadeIn { 
    0% {opacity: 0; transform:  scale(1.1);}
    60% {opacity: 1; transform: scale(1.0);}
    100% {opacity: 1; transform: scale(1.0);}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0; transform:  scale(1.1);}
    60% {opacity: 1; transform: scale(1.0);}
    100% {opacity: 1; transform: scale(1.0);}
}
#top-img .ttl{
	width: 1110px;
	height: 736px;
	margin: 0 auto;
 	animation: fadeIn2 2.5s ease 0s 1 normal;
	-webkit-animation: fadeIn2 2.5s ease 0s 1 normal;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 50px 10px 0;
}
@keyframes fadeIn2 { 
    0% {opacity: 0; transform: translateX(-120px);} 
    50% {opacity: 0; transform: translateX(-120px);}
    100% {opacity: 1; transform: translateX(0px);}
}
@-webkit-keyframes fadeIn2 {
    0% {opacity: 0; transform: translateX(-120px);}
    50% {opacity: 0; transform: translateX(-120px);}
    100% {opacity: 1; transform: translateX(0px);} 
}
#top02{
	margin: 50px 0;
	position: relative;
} 
#top02 section{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0;
}
#top02 .cont{
	width: 260px;
	height: 520px;
	background-image: url(../img/service/service02_bg.jpg);
	background-position: center center;
	background-repeat: repeat;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
#top02 .cont .txt{ margin: 30px 0; }
#top03{
	background-image: url(../img/top/top03_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#top03 .link{ background-color: #ffffff; }

#top04 section{ margin-bottom: 70px; }
#top05 .map{
	width: 100%;
	min-width: 1160px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  service.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#service01{ margin-bottom: 150px; }
#service02{
	background-image: url(../img/service/service02_bg.jpg);
	background-position: center center;
	background-repeat: repeat;
	margin-bottom: 50px;
}
#service02 .service02-img{
	margin: -150px 0 50px;
}
.service03-txt,
.service04-txt{
	width: 1050px;
	margin: 50px auto 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#company01 .cont{
	width: 660px;
	padding-top: 50px;
}
#company01 .txt .sign{
	text-align: right;
	margin-top: 20px;
}
#company01 .txt .sign span{ font-size: 18px; }
#company02{
	width: 100%;
	min-width: 1160px;
	height: 480px;
	background-image: url(../img/company/company02_img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 50px 0;
}

.text_lett {
	letter-spacing: -0.1px;
}