@charset "utf-8";
body{opacity:0;}
body.active{
  animation: fadebody 1.5s 0s forwards;
}
@keyframes fadebody {
  0% {
	  opacity : 0;
  }
  100% {
	  opacity : 1;
  }
}
/* 共通 */
.sec-title{
	font-size: 24px;
	letter-spacing: 2px;	
	line-height: 1.8;
}
@media screen and (max-width:667px){
	.sec-title{
		font-size: 22px;
	}
}
.sec-title .mini{
	font-size: 16px;
	font-weight: 500;
	display: block;
	letter-spacing: 4px;
}
@media screen and (max-width:667px){
	.sec-title .mini{
		font-size: 14px;
	}
}
.top-area{
	background: #c5d2de;
	position: relative;
	padding-bottom: 1px;
}
.main-text{
	font-size: 22px;
	position: absolute;
	left: 0;
	bottom: 24%;
	z-index: 10;
	letter-spacing: .2em;
}
.main-text span{
	background: #fff;
	padding:8px;
}
.slide-box h2.sub-text{
	font-size: 19px;
	z-index: 10;
	letter-spacing: 2px;
}
.slide-box h2.sub-text a{
	color:#39474f;
	background: #e5e1aa;
	padding:18px 0px 16px;
	display: block;
	text-align: center;
}

.main-text .acier{
	display: inline-block;
	font-size: 12.5vw;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1;
	position: relative;
}
.main-text .acier:before{
	content: "";
	background: url(../images/top/top-and.png) no-repeat;
	background-size: contain;
	width: 20vw;
	max-width: 200px;
	height: 23vw;
	max-height: 220px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.slide-box{
	position: relative;
}
.top-slide{
	margin-left: auto;
	width: 85vw;
	position: relative;
	z-index: 2;	
	opacity: 0;
	transition: .3s;
}
.top-slide.slick-initialized{
	opacity: 1;
}
.top-slide .slick-slide img{
	object-fit: cover;
	width: 100%;
	height: 63vh;
}
.top-bg{
	position: absolute;
	left: 3%;
	top: 0;
	width: 13%;	
	z-index: 2;
}
.top-bg img{
	width: 100%;
	height: 100%;
}
.service-area{
	margin-top: 80px;
	position: relative;
}
@media screen and (max-width:667px){
	.service-area{
		margin-top: 0;
	}
}
.service-area>.inner{
	position: relative;
}
@media screen and (max-width:667px){
	.service-area>.inner{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
.service-area .sec-title{
	position: relative;
	z-index: 10;
}
@media screen and (max-width:667px){
	.service-area .sec-title{
		margin: -60px auto 0;		
		padding-top: 30px;
		width: 90%;
		text-align: center;
		background: rgba(255, 255, 255, 0.88);
		order: 2;
	}
}




.problemsarea{
	background:#fff;
	padding:20px 20px 30px;
	margin-top: 50px;
	margin-bottom: 30px;
	position:relative;
}
.problemsarea::after{
	content: "";
	border-top: 30px solid #39474f;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  position: absolute;
  bottom:-30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
}
.problemsarea h2{
	text-align: center;
	margin-top: -33px;
	margin-bottom: 20px;
}
.problems-list{
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
}
.problems-list li{
	background: #739ebf;
	border-radius: 8px;
	text-align: center;
	padding:0px;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 7px;
}
.problems-list li span{
	margin:8px;
	border:1px solid #fff;
	padding:13px;
	display: block;
	border-radius: 5px;
}
.problems-list li:nth-child(2n){
	margin-right: 0;
}


.choose-area{
	margin-top:38px;
	margin-bottom:50px;
}
.choose-area h2{
	text-align: center;
	margin-bottom: 18px;
	font-size: 20px;
}
.choose__contents{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.choose__contents__img{
	margin-bottom:8px;
}
.choose__contents__text{
	flex:1;
	font-size: 15px;
}
.choose__contents__text h3{
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}

.support-area{
	background:url(../images/top/suppotback-sp.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding:60px 0;
	color: #fff;
	margin-bottom: 50px;
}
.support-area__contents{
}
.support__img{
	width:72%;
	margin:20px auto 0;
}
.support__contents{
	font-size: 19px;
	text-align: center;
}
.support__contents h2{
	font-size: 26px;
}

.supportcase-area{
	margin-top: 60px;
	margin-bottom:60px;
}
.supportcase-area h2{
	text-align: center;
}


.case-list li{
	margin-bottom: 13px;
}
.case-list li p{
	margin-top: 6px;
}


.contactbox{
	background:#c5d2de;
	padding:18px;
	margin-top:35px;
	margin-bottom: 60px;
}


.service-area{
	
}
.service-area h2{
	text-align: center;
}
.service-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.service-list li{
	width:49%;
	margin-right: 2%;
	margin-bottom: 5px;
	position: relative;
}
.service-list li::before{
	content:"";
	background: rgba(0, 0, 0, 0.39);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
.service-list li img{
	width: 100%;
	vertical-align: bottom;
}
.service-list li p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	color:#fff;
	font-size:16px;
	width:100%;
	text-align: center;
}
.service-list li:nth-child(2n){
	margin-right: 0;
}



.advantage-area{
	margin-top: 60px;
}
.advantage-area .sec-title{
	text-align: center;
}
@media screen and (max-width:667px){
	.advantage-area .sec-title{
		text-align: left;
		font-size: 26px;
	}
}
@media screen and (max-width:667px){
	.advantage-area .sec-title .mini{
		padding-left: 3px;
	}
}
.advantage-box{
	margin-top: 20px;
	flex-direction: column;
}
.advantage-box .sub-text{
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width:667px){
	.advantage-box .sub-text{
		text-align: left;
		font-weight: 600;
	}
}
.advantage-box .sub-text br{
	display: none;
}
@media screen and (max-width:600px){
	.advantage-box .sub-text br{
		display: block;
	}
}
.advantage-box .sub-text2{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 2px;
	font-weight: 400;
}
.advantage-box .sub-text2 br.sp{
	display: none;
}
@media screen and (max-width:667px){
	.advantage-box .sub-text2{
		font-size: 13px;
	}
	.advantage-box .sub-text2 span{
		display: block;
	}
}
.advantage-list{
	margin-top: 40px;
}
@media screen and (max-width:667px){
	.advantage-list{
		flex-direction: column;
	}
}
.advantage-list li{
	margin: 0 auto 40px;
	text-align: center;
}
.advantage-list li:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width:667px){
	.advantage-list li{
		margin: 25px auto;
	}
	.advantage-list li:last-of-type{
		margin: 25px auto;
	}
	.advantage-list li:first-of-type{
		margin: 0 auto 25px;
	}
	.advantage-list li.adv-line{
		margin: 0;
		position: relative;
		height: 1px;		
	}
	.advantage-list li.adv-line:before {
	  content: "";
	  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5px);
	  background-size: 5px 1px;
	  background-repeat: repeat-x;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	}
}
.feature-img{
	margin: 0 auto;
	width: 75%;
}
.feature-img.sp{
	display: none;
}
@media screen and (max-width:667px){
	.feature-img.pc-pad{
		display: none;
	}
}
@media screen and (max-width:667px){
	.feature-img.sp{
		display: flex;
		align-items: center;
		width: 90%;
	}
	.feature-img .svg{
		width: 35%;
	}
	.feature-img .img{
		margin-left: 15px;
		flex: 1;
	}
}
.feature-text{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3px;
}
@media screen and (max-width:667px){
	.feature-text span{
		position: relative;	
		font-size: 16px;	
	}
}
.advantage-area .more-btn{
	margin-top: 50px;
}
@media screen and (max-width:667px){
	.advantage-area .more-btn{
		margin-top: 20px;
	}
}
.works-area{
	margin-top: 65px;
	padding: 50px 0;
	background: #e5e1aa;
}
.works-area .more-btn a{
	background: rgba(255,255,255,.8);
}
.works-area .sec-title{
	font-size: 26px;
}
.works-img{
	margin-top: 20px;
}
.works-img2{
	margin-top: 30px;
}
.works-area .more-btn{
	margin-top: 50px;
}
@media screen and (max-width:667px){
	.works-area .more-btn{
		margin-top: 30px;
	}
}
.sec-title.voice{
	margin-top: 70px;
}
@media screen and (max-width:667px){
	.sec-title.voice{
		margin-top: 50px;
		font-size: 26px;
	}
}
.voice-img{
	margin-top: 20px;
}
.company-area{
	margin-top: 50px;
}
@media screen and (max-width:667px){
	.company-area .inner{
		width: 100%;
	}
}
.site-area{
	margin-top: 50px;
}
.site-area h2{
	text-align: center;
}
.site-box{
	margin-top: 20px;
	border: 1px solid #e5e5e5;
}
.site-more{
	padding: 27px 5% 15px;
	position: relative;
	background: #e3eaed;
	flex-direction: column;
	
}
.site-no{
	position: absolute;
	top: -30px;
	left: 2px;
	font-size: 36px;
	font-weight: bold;
}
.site-title{
	display: flex;
	align-items: center;
}
.site-title .main{
	margin-right: 8px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
}
.site-title.int .main{
	font-size: 24px;
}
.site-title .main.bold{
	font-weight: 900;
}
.site-title .semi{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}
.site-more-contents{
	font-size:13px;
	margin-top: 10px;
}
.site-more .more-btn{
	margin-top: 10px;
}
.site-more .more-btn a{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid;
	font-size: 15px;
	font-weight: 300;
	width: 85px;	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 3px 0;
	letter-spacing: 2px;
}
.site-more .more-btn a:after{
	margin-left: 5px;
	content: "";
	background: url(../images/top/top-target.png?0705) no-repeat;
	background-size: contain;
	width: 18px;
	height: 19px;
	display: inline-block;
	position: relative;
	transform: translate(0,0);
	left: inherit;
	bottom: inherit;
}
.associated-area{
	margin-top: 50px;
}
.associated-area .sec-title{
	font-size: 24px;	
}
.associated-img{
	margin: 20px auto 0;
}
.blog-area{
	margin-top: 50px;
}
.blog-area .sec-title{
	text-align: center;
	font-size: 24px;
}
.blog-list{
	margin-top: 20px;
	flex-wrap: wrap;
}
.blog-list li{
	margin: 0 4% 30px 0;
	width: 48%;
}
.blog-list li:nth-of-type(2n){
	margin: 0 0 30px 0;
}
.blog-list li:nth-of-type(n+5){
	display: none;
}
.blog-title{
	margin-top: 10px;
}
@media screen and (max-width:650px){
	.blog-title{
		font-size: 12px;
	}
}
.blog-list time{
	margin-top: 5px;
	display: block;
	letter-spacing: 2px;
	color: #989898;
}
@media screen and (max-width:650px){
	.blog-list time{
		font-size: 12px;
		text-align: right;
	}
}
.blog-area .more-btn{
	margin-top: 20px;
}
/* アニメーション */
.animation{
  opacity : 0;
  transform : translate(0, 50px);
  transition: all 1000ms ease-out;
}
.animation.fade-in{
  opacity : 1;
  transform : translate(0, 0);
}
/* NEWSエリア */
.newsarea{
	z-index: 996;
	margin: 50px auto 0;
	animation: fadeInUp03 1.03s ease-in-out 1s forwards;
  opacity: 0;
}
.ticker {
	width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  height: 100px !important;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid;
}
.ticker ul {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ticker ul li {
  width: 100%;
  display: none;
  font-size:12px;
  transform: translateY(20%);
}
.ticker ul li img{
	width:75px;
  height: auto;
	display: block;
	margin-right:12px;
}
.ticker ul li,
.ticker ul li a{
	color:#373732;
	letter-spacing: 1px;
}
.ticker ul li a{
	display: flex;
	align-items: center;
}
.ticker ul li a h4{
	flex: 1;
	font-weight: 500;
	line-height: 1.8;
}
.ticker ul li p,
.ticker ul li a p{
	overflow:hidden;
}
@-webkit-keyframes fadeInUp03 {
	0% { opacity: 0; -webkit-transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}