
/* CSS Document */
/*スライドショー*/


.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
	margin: 0 auto;
}

.top-image .Photo {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.top-image .Photo img{
	width: 100%;
	height: auto;
}
.top-image .catch{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 1;
	width: 40%;
	max-width: 800px;
	display: inline-block;
}

.toppage{
background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
background-image: linear-gradient(to right, #000, #1d2e47 30%);
}
.txt .num{
	width: 30%;
	max-width: 130px;
}
.txt h3{
	font-weight: 400;
	margin: 10px 0;
}
.txt p{
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.8em;
}

.toppage .btn a{
	font-size: clamp(13px, 1.5vw, 15px);
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	position: relative;
	max-width: 250px;
	width: 80%;
	margin: 40px 0 0;
}
.toppage .btn a::before {
  content: '';
	background: url("../img/common/btn_arrow.svg") center center no-repeat;
	background-size: 12px;
	width: 12px;
	height: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}


.section01{
	background: url("../img/top/sec01.png") top center no-repeat;
	background-size: cover;
}

.features.txt{
	width: 40%;
	padding: 8% 0;
	margin: 0 auto 5% 8%;
	color: #fff;
}
.history.txt{
	width: 40%;
	padding: 32% 0 3%;
	margin: 0 15% 5% auto;
	color: #fff;
}
.photol{
	width: 100%;
}
.photol img{
	width: 100%;
	height: auto;
}
.process{
	background: url("../img/top/sec03.png") bottom center no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}
.about{
	background: url("../img/top/sec04.png") top center no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}
.processt.txt{
	width: 32%;
	padding: 8% 0;
	margin: 0 15% 0 auto;
	color: #fff;
}
.aboutt.txt{
	position: absolute;
	left: 8%;
	top: 10%;
	width: 30%;
}
.aboutlink{
	width: 30%;
	padding: 12% 0;
	margin: 0 5% 0 auto;
}
.aboutlink ul li:nth-child(1){
	margin-left: 24%;
}
.aboutlink ul li:nth-child(2){
	margin-left: 16%;
}
.aboutlink ul li:nth-child(3){
	margin-left: 8%;
}
.aboutlink ul li a{
	display: block;
	border-bottom: 1px solid #000000;
	padding: 15px 0 15px 10%;
	color: #000;
}
.aboutlink ul li a:hover{
	display: block;
	border-bottom: 1px solid #000000;
	padding: 15px 0 15px 15%;
	color: #000;
}
.aboutlink ul li a .arrow{
	width: 80px;
	display: inline-block;
	padding: 0 20px;
	line-height: 1;
	vertical-align:middle;
}

.other{
	padding: 5% 0;
background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
background-image: linear-gradient(to right, #000, #1d2e47 30%);
}
.other img{
	width: 100%;
	height: auto;
}
.other .Flexbox .other_btn{
	width: 50%;
	position: relative;
}
.other .Flexbox .other_btn .btn_txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
}

@media print, screen and (max-width: 1100px) {

.txt .num{
	width: 100px;
}	
.features.txt{
	width: 55%;
	padding: 5% 0 8%;
	margin: 0 auto 5% 6%;
	color: #fff;
}
.history.txt{
	width: 55%;
	padding: 30% 0 3%;
	margin: 0 5% 5% auto;
	color: #fff;
}
	
.processt.txt{
	width: 48%;
	padding: 8% 0;
	margin: 0 0 0 auto;
	color: #fff;
}
}
@media print, screen and (max-width: 960px) {

.txt .num{
	width: 80px;
}
.process{
	background: url("../img/top/sec03.png") bottom center no-repeat;
	background-size: 120% auto;
	margin: 0 auto;
}
.about{
	background: url("../img/top/sec04.png") top center no-repeat;
	background-size: 120% auto;
	margin: 0 auto;
}
	
.aboutlink{
	width: 32%;
	padding: 12% 0;
	margin: 0 2% 0 auto;
}
}

@media print, screen and (max-width: 768px) {
.top-image{
	margin: 60px auto 0;
}
.top-image .catch{
	position: absolute;
    top: 50%;
  transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 1;
	width: 60%;
	max-width: 800px;
	display: inline-block;
}
.section01{
	background: none;
}

.features.txt{
	width: 100%;
	padding: 20px 10% 0;
	margin: 0 auto;
	color: #fff;
}
.featurep{
	margin-top: -5%;
}
.history.txt{
	width: 65%;
	padding: 0 10px 0 0;
	margin: -5% 0 5% auto;
	color: #fff;
}
.process{
	background: none;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 3% 0;
}
.about{
	background: #cfdae0;
	padding: 0 ;
	position: relative;
	z-index: 1;
}
.aboutp{
	position: relative;
	margin-top: -30%;
	z-index: -1;
}
.processt.txt{
	position: absolute;
	top: 50%;
	right: 0;
	width: 60%;
	padding: 0 5%;
}
.aboutt.txt{
	position: absolute;
	left: 5%;
	top: 2%;
	width: 40%;
}
.aboutlink{
	width: 100%;
	padding: 5%;
	margin: 0 auto;
}
.aboutlink ul li a .arrow{
	width: 60px;
	display: inline-block;
	padding: 0 20px;
	line-height: 1;
	vertical-align:middle;
}
	
.toppage .btn a{
	margin: 30px 0 10px;
}
}

@media print, screen and (max-width: 530px) {

.txt .num{
	width: 70px;
}	
.toppage .btn a{
	margin: 20px 0 10px;
}	
.history.txt{
	width: 90%;
	padding: 0 10px 0 0;
	margin: -10% 0 8% auto;
	color: #fff;
}
.history.txt .num{
	text-align: right;
	margin: 0 5% 0 auto;
}
.processt.txt{
	position: absolute;
	top: 48%;
	right: 0;
	width: 100%;
	padding: 0 0 0 10%;
}
	
.other .Flexbox .other_btn{
	width: 100%;
	position: relative;
	margin: 10px auto;
}
	
}