

.main-sankaku{
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	z-index: 10;
}

.top-image .photo {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.top-image .photo img{
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: bottom;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation .zoom-in {
  animation: zoomUp 10s linear 0s normal both;
}
.add-animation .zoom-out {
  animation: zoomOut 10s linear 0s normal both;
}


.top-image .catch{
	position: absolute;
	left: 6%;
	bottom: 15%;
	width: 40%;
	z-index: 10;
}
section .mainr{
	position: absolute;
	right: 0;
	top: -25%;
	width: 28%;
	z-index: 10;
}
section .featuresr{
	position: absolute;
	right: -3%;
	top: 5%;
	width: 30%;
	z-index: 10;
}
section .featuresl{
	position: absolute;
	left: 0;
	width: 50%;
	top: 10%;
	z-index: 10;
}
section .featurestxt{
	padding: 5% 0;
	width: 70%;
	margin: auto;
	position: relative;
	z-index: 20;
	max-width:800px;
}
section .featurestxt .title{
	width: 80%;
	margin: 0 auto 20px 0;
}

section .featurestxt .features_txt1{
	width: 80%;
	margin: 5% auto 0 5%;
	
}
section .featurestxt .features_txt2{
	width: 80%;
	margin: 0 auto 0 10%;
	
}
section .featurestxt .features_txt3{
	width: 80%;
	margin: 0 auto 5% 15%;
}
section .featurestxt .num{
	color: #006998;
	padding: 10px 20px;
	font-size: clamp(20px, 4.0vw, 40px);
	font-family: "Poppins", sans-serif;
	border-right: 1px solid #006998;
	font-weight: 700;
	width: 15%;
	text-align: center;
}
section .featurestxt p{
	font-size: clamp(15px, 2.3vw, 23px);
	line-height: 1.8em;
	font-weight: 700;
	color: #006998;
	padding: 10px 20px;
	width: 85%;
}
section .featurestxt .detail{
	width: 50%;
	max-width: 280px;
	margin: 20px 0 0 auto;
	padding: 0 15px;
}
section .featurestxt .detail a{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
section .featurestxt .detail a:hover{
	transform: translate(20px, 0px);
}

@media print , screen and (min-width:1px) and (max-width: 1280px) {

section .featuresl{
	position: absolute;
	left: 0;
	width: 45%;
	top: 22%;
	z-index: 10;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.top-image .catch{
	position: absolute;
	left: 3%;
	bottom: 10%;
	width: 50%;
}
section .featuresl{
	position: absolute;
	left: 0;
	width: 45%;
	top: 30%;
	z-index: 5;
}
section .featurestxt .title{
	width: 75%;
	margin: 0 auto 20px 0;
}

section .featurestxt{
	padding: 5% 0;
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 20;
	max-width:800px;
}
section .featurestxt .features_txt1{
	width: 90%;
	margin: 5% auto 0 3%;
	
}
section .featurestxt .features_txt2{
	width: 90%;
	margin: 0 auto 0 6%;
}
section .featurestxt .features_txt3{
	width: 90%;
	margin: 0 auto 5% 9%;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

.top-image .catch{
	position: absolute;
	left: 5%;
	bottom: 7%;
	width: 70%;
}
section .featuresl{
	position: absolute;
	left: 0;
	width: 40%;
	top: 35%;
	z-index: 10;
}
section .featurestxt{
	padding: 5% 0;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 20;
	max-width:800px;
}
section .featurestxt .num{
	padding: 10px;
	width: 12%;
}
section .featurestxt p{
	padding: 10px 10px;
	width: 88%;
}
	
section .featurestxt .detail a:hover{
	transform: translate(0px, 0px);
}
}

section .services{
	padding: 5% 0;
	width: 70%;
	margin: 0 15% 0 auto;
	position: relative;
	z-index: 20;
	max-width:800px;
}
section .services .title{
	width: 80%;
	margin: 0 0 20px auto;
}

section .services .service-btn{
	width: 46%;
	margin: 20px 2%;
	max-width: 430px;
	background: #006998;
}
section .services .service-btn a{
	text-decoration:none;
}
section .services .service-btn .photo{
  overflow: hidden;
}
section .services .service-btn a .photo img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
section .services .service-btn a:hover .photo img {
  transform: scale(1.1); /* 拡大 */
}
section .services .service-btn a .txt{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 15px;
	background: url("../img/top/service_arrow.svg") right 20px center no-repeat;
	background-size: 30px;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

section .services{
	padding: 5% 0;
	width: 80%;
	margin: 0 5% 0 auto;
	position: relative;
	z-index: 20;
	max-width:800px;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

section .services{
	padding: 5% 20px;
	width: 100%;
	margin: 0 5% 0 auto;
	position: relative;
	z-index: 20;
	max-width:800px;
}
section .services .title{
	width: 75%;
	margin: 0 0 20px auto;
}
	
section .services .service-btn a .txt{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 15px;
	background: url("../img/top/service_arrow.svg") right 10px bottom 10px no-repeat;
	background-size: 20px;
}
	
}
.backr-sankaku{
	position: absolute;
	top: -8%;
	right: 0;
	width: 55%;
	z-index: -1;
}
.company{
	margin: 5% auto;
}
.company .txt{
	width: 60%;
	padding: 20px;
}
.company .title{
	width: 90%;
	margin: 0 auto 20px 0;
}
.company .txt .detail{
	width: 50%;
	max-width: 280px;
	margin: 5% 0 0 auto;
}
.company .txt .detail a{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
.company .txt .detail a:hover{
	transform: translate(20px, 0px);
}
.company .photo{
	width: 40%;
}
.company .com-en{
	width: 60%;
	margin: 0 auto 0 0;
	z-index: -2;
	position: relative;
}

.recruit{
	width: 85%;
	margin: 0 auto 0 -30px;
	padding-bottom: 5%;
}
.recruit a{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
.recruit a:hover{
	transform: translate(30px, 0px);
}


@media print , screen and (min-width:1px) and (max-width: 768px) {

.company .title{
	width: 100%;
	margin: 0 auto 20px 0;
}
.company .txt{
	width: 80%;
	padding: 20px;
}
.company .photo{
	width: 60%;
	margin: 0 10% 0 auto;
}
.recruit{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.company .com-en{
	width: 60%;
	margin: -15% auto 0 0;
	z-index: -2;
	position: relative;
}
.recruit a:hover{
	transform: translate(0px);
}

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

.company .title{
	width: 75%;
	margin: 0 auto 20px 0;
}
.company .txt{
	width: 100%;
	padding: 10px;
}
.company .txt .detail a:hover{
	transform: translate(0px, 0px);
}
}



@media print , screen and (min-width:1px) and (max-width: 768px) {

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

}




@media print , screen and (min-width:1px) and (max-width: 768px) {

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

}

section{
	position: relative;
}
section .contentb{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
}

.contact-btn{
	width: 40%;
	max-width: 400px;
	padding: 3% 0 5%;
	margin: auto;
}
.contact-btn .btn a{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}/*
.contact-btn .btn a:hover{
　transform: scale(1.2, 1.2);
}*/