
/**********Top-page**********/

.hideme {opacity: 0;}
.hideme1, .hideme3 {opacity: 0; top: 50px; position: relative;}
.hideme2 {opacity: 0; top: 80px; position: relative;}

/******NEWS******/

.main_visual{
	position: relative;
}

.main{
	animation: fadeIn 2.5s ease 0s 1 normal;-webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
h3{
    font-size: 60px;
    font-weight: 600!important;
    padding: 20px 0 28px;
    position: relative;
    line-height: 1.3;
}
h4{
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 600!important;
}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

.main_slide .main_img{
	width:100%;
	height:56vh;
	display:block;
}
.main_slide .slide1{
	background:url("../img/main_img01.jpg");
	background-size:cover;
}
.main_slide .slide2{
	background:url("../img/main_img02.jpg");
	background-size:cover;
}
.main_slide .slide3{
	background:url("../img/main_img03.jpg");
	background-size:cover;
}
.main_slide .slide4{
	background:url("../img/main_img04.jpg");
	background-size:cover;
}

.news_area{
	margin-top:32px;
	box-sizing: border-box;
	background: #fff;
}

.news_area a{
	justify-content: flex-start;
}

.news_area li:first-child{
	margin-bottom: 12px;
}

.news_area .date{
	font-weight: 500;
}

.news_area .date::after{
	width: 1px;
	height: 50%;
	margin: 0 10px;
	content: "";
	background: #747474;
	display: inline-block;
}

.news_area p{
	font-size: 14px;
}


.catchphrase {
	margin-top:28px;
	font-size: 58px;
	line-height:1.5;
	font-weight: 600;
}

/*****About*****/

.about{
	margin: 120px auto;
}

.about .about_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/about.jpg)no-repeat;
    background-position:54% center;
    width: 50%;
    height: 600px;
}

.about_wrap{
	position: relative;
	height: 600px;
}

.about_txt{
	width: 45%;
	height: 100%;
	position: absolute;
	right: 0;
	padding: 56px 0 20px;
	box-sizing: border-box;
}

.about_txt p{
	font-size: 15px;
	line-height: 2.2;
}
.about_txt p.b_1 ,.strength .txt_area p.b_1{
	width:100%;
	font-size:24px;
	font-weight:600;
}

.arrow{
	/*矢印の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	border-bottom: 1px solid #121212;
	margin-top:40px;
	padding: 0 170px 12px 0;
	display: inline-block;
	color: #121212;
	outline: none;
	/*アニメーションの指定*/
	transition: all .2s linear;
}

.arrow:hover{
	opacity: 1;
}

/*矢印と下線の形状*/
.arrow::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:0px;
    /*下線の形状*/
  width:24px;
  height:1px;
  background:#121212;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.arrow::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 38%;
  right: 3px;
    /*矢印の形状*/
  width:1px;
  height:6px;
  background:#121212;
  transform:skewX(45deg);
    /*アニメーションの指定*/
  transition: all .2s linear;
}

/*hoverした際の移動*/
.arrow:hover::before{
  right:-11px;
}

.arrow:hover::after{
  right:-8px;
}


/*****強み*****/
.strength{
	margin-bottom:5.32%;
}
.strength>div{
	margin-bottom: 0;
	position: sticky;
}

.strength .img_area{
	margin-bottom: 0;
}
.strength .img_full_size{
	width: 100%;
	margin-bottom: 1%;
}
.strength .img_half_size{
	width: 49.5%;
	margin-bottom: 1%;
}
.strength .txt_area{
	width: 90%;
	margin:5%;
	padding: 4%;
	top:0;
	position: absolute;
	background: #ffffffef;
}
.strength .txt_area h3::before{
	content: "";
	width: 26px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #121212;
}
.strength .txt_area span{
	font-size:48px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	color: #666;
	display: inline-block;
	margin-left: 25px;
	vertical-align: bottom;
}
.strength .txt_area p{
	width: 100%;
	line-height: 2.1;
}
.strength .txt_area p.b_2{
	width:100%;
	font-size:20px;
	font-weight:600;
}


/*****実績バナー*****/

.works_bnr .bnr{
	padding: 5px 24px 5px 5px;
	box-sizing: border-box;
	align-items: center;
	border: 1px solid #121212;
}

.works_bnr .bnr:hover{
	opacity: 1;
	background: #eee;
}

.works_bnr .bnr:hover p{
	/*color: #fff;
	border-bottom: 1px solid #fff;*/
}

.works_bnr .bnr:hover p::after{
	/*background: #fff;*/
}

.works_bnr .bnr:hover span{
	/*color: #fff;*/
}

.works_bnr .bnr:hover p::before{
	right: -10px;
}

.works_bnr .bnr:hover p::after{
	right: -8px;
}

.works_bnr .img_area{
	width: 65%;
}

.works_bnr .img_area .img_wrap{
    width: calc( 32% - 5px );
}

.works_bnr .img_area .img_wrap:nth-of-type(2){
    width:36.05%;
}

.works_bnr .txt_area p{
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    width: 240px;
	position: relative;
	transition: all .2s linear;
	border-bottom: 1px solid #121212;
}

.works_bnr .txt_area p::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 24px;
	height: 1px;
	background: #121212;
	transition: all .2s linear;
}

.works_bnr .txt_area p::after{
	content: "";
	position: absolute;
	top: 41%;
	right: 1%;
	width: 1px;
	height: 5px;
	background: #121212;
	transform: skewX(45deg);
	transition: all .2s linear;
}

.works_bnr .txt_area span{
	font-weight: 400;
	font-size: 15px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: text-bottom;
	font-family: 'Noto Sans JP', sans-serif;
}

/**********WORKS　実績**********/

.fadein{
	animation: fadeIn2 1.5s ease 0s 1 normal;-webkit-animation: fadeIn2 1.5s ease 0s 1 normal;
}

@keyframes fadeIn2 {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn2 {
0% {opacity: 0}
100% {opacity: 1}
}

.griditem{ 
	width:calc( 50% - 10px );
	height:auto;
	margin-bottom:2%;
}

.griditem a{
	display: block;
}
.griditem a img{
	width:100%;
	height:100%;
}

.griditem p:nth-of-type(1){
	margin-top: 2%;
}

.griditem p:nth-of-type(2){
	font-size: 13px;
	color: #949494;
}



/**********COMPANY　会社概要**********/

.company {
	margin: 0 auto 120px!important;
}

.history{
	margin: 80px auto 144px;
}

.company .company_photo{
	margin-bottom:12px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.company .company_photo .company_txt{
	width:49%;
}
.company .company_photo img{
	width:49%;
	height:49%;
}

.company .company_txt , .history .history_txt{
	display: flex;
	flex-wrap: wrap;
}

.company_txt dt, .company_txt dd , .history_txt dt , .history_txt dd{
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}

.company_txt dt , .history_txt dt{
	width: 15%;
}

.company_txt dd , .history_txt dd{
	width: 85%;
	line-height: 2;
}

.company_txt .map_url{
	color: #898989;
	display: inline-block;
	position: relative;
}

.company_txt .map_url::before{
	content: "→";
	color: #898989;
	display: inline-block;
	margin-right: 10px;
}

.company_txt .map_url::after{
	position: absolute;
	bottom: 5px;
	left: 27px;;
	content: "";
	width: 82%;
	height: 1px;
	background: #898989;
}

.company_txt dd p{
	line-height: 2;
}

.company_txt li{
	margin-bottom: .5rem;
	line-height: 1.6;
	text-indent: -15px;
    padding-left: 15px;
}

.company_txt li::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #121212;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

/*Access*/

.access h3 , .history h3{
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 60px;
	padding: 20px 0 0;
}

.access h3 span , .history h3 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
	border-bottom: 1px solid #121212;
	padding-bottom: 12px;
}

.access .map{
	margin-bottom: 50px;
}

.access .map iframe{
	height: 488px;
}

.access .map_box{
	background: #F9F9F9;
	justify-content: space-around;
	padding: 50px;
	box-sizing: border-box;
}

.access .box .ttl::after{
	content: "";
	width: 20px;
	height: 1px;
	background: #121212;
	display: block;
	margin: 30px 0;
}

.access .box p{
	line-height: 2;
}

.access .box dl{
	margin-bottom: 32px;
}

.access .box dl:last-child{
	margin-bottom: 0;
}

.access .box dt{
	margin-bottom: 8px;
}

.access .box dt::before{
	content: "●";
	display: inline-block;
	margin-right: 5px;
}

.access .box dd{
	line-height: 2;
}

/**********NEWS　お知らせ**********/

.news .news_ttl{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-indent: -36px;
    padding-left: 36px;
}

.news .news_ttl::before{
	content: "";
	width: 16px;
	height: 32px;
	background: #bfbfbf;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.news .date{
	text-align: right;
	margin-bottom: 50px;
	color: #898989;
}

.news .news_photo{
	margin-bottom: 50px;
}

.news .news_txt{
	line-height: 2;
}

.news .btn{
	text-align: center;
	margin: 80px auto 0px;
}

.news .btn a{
	padding: 0 85px 10px 0;
	border-bottom: 1px solid #121212;
	display: inline-block;
	position: relative;
	transition: all .2s linear;
	letter-spacing: .08em;
}

.news .btn a::before{
	content:"";
	position: absolute;
	top:50%;
	right:0;
	width:24px;
	height:1px;
	background:#121212;
	transition: all .2s linear;
}

.news .btn a::after{
	content:"";
	position: absolute;
	top: 38%;
	right: 2px;
	width:1px;
	height:5px;
	background:#121212;
	transform:skewX(45deg);
	transition: all .2s linear;
}


.news .btn a:hover::before{
  right:-10px;
}

.news .btn a:hover::after{
  right:-8px;
}

.works_preview_paginate_next {
	text-align: right;
}

.pnavi {
	letter-spacing: 4px;
    text-align: center;
	margin-top: 50px;
}


@media screen and (max-width: 1324px){
	.catchphrase {
		font-size:4.2vw;
	}
}
@media screen and (max-width: 1200px){
	h3{
	    padding:20px 0;
    	line-height: 1.1;
	}
}

@media screen and (max-width: 1024px){
	
/**********Top-page**********/
	
/******NEWS******/

	.news_area li:first-child{
		margin-bottom: 10px;
	}
	.news_area p{
		font-size: 13px;
	}
	
	/*****About*****/

	.about{
		margin:180px auto 120px;
		height: 500px;
	}

	.about .about_wrap::before{
		background-position: 55% center;
		width: 50%;
		height: 500px;
	}

	.about_wrap{
		height: 500px;
	}
	
	.about_txt{
		padding: 40px 0 0;
	}

	.about_txt p:first-child{
		font-size: 16px;
	}

	.about_txt p:last-child{
		font-size: 15px;
	}

	.arrow{
		margin-top: 28px;
		padding: 0 100px 10px 0;
	}

	.arrow::before{
	  top:45%;
	}

	.arrow::after{
		top: 28%;
		height:7px;
	}


	/*****強み*****/
	.about_txt p.b_1, .strength .txt_area p.b_1{
		margin-bottom:4px;
		font-size: 22px;
		line-height:1.6;
	}
	.strength .txt_area p.b_2{
		font-size:18px;
		line-height:1.7;
	}
	.strength .txt_area h3 {
		font-size: 4.8vw;
	}
	.strength .txt_area span{
		font-size: 4vw;
		margin-left: 20px;
	}

	/*****実績バナー*****/
	
	.works_bnr .img_area {
    	width: 62%;
	}
	
	.works_bnr .txt_area p{
		font-size: 26px;
		width: 220px;
	}
	
	.works_bnr .txt_area p::before{
		top: 55%;
	}
	
	.works_bnr .txt_area p::after{
		height: 7px;
		top: 42%;
	}
	
	/**********COMPANY　会社概要**********/

	.company {
		margin: 0 auto 80px!important;
	}
	
	.company .company_txt , .history .history_txt{
		font-size: 15px;
	}
	
	.company_txt dt , .company_txt dd , .history_txt dt , .history_txt dd{
		padding: 1.6em 0;
	}

	.company_txt dt , .history_txt dt{
		width: 17%;
	}

	.company_txt dd, .history_txt dd{
		width: 83%;
	}
	

	/*Access*/

	.access h3 , .history h3{
		font-size: 28px;
		margin-bottom: 50px;
	}

	.access h3 span , .history h3 span{
		font-size: 15px;
	}

	.access .map{
		margin-bottom: 50px;

	}

	.access .map iframe{
		height: 460px;
	}

	.access .map_box{
		padding: 30px;
		font-size: 15px;
	}

	.access .box .ttl::after{
		margin: 1.8em 0;
	}

	.access .box dl{
		margin-bottom: 1.6em;
	}

	.access .box dt{
		margin-bottom: .5em;
	}
	
	.news .news_ttl{
		font-size: 18px;
	}

	.news .news_ttl::before{
		width: 16px;
		height: 32px;
		margin-right: 20px;
	}
	
	.news .date{
		margin-bottom: 45px;
	}

	.news .news_photo{
		margin-bottom: 45px;
	}

}


@media screen and (max-width: 768px){
	h4{
		font-size: 3.5vw;
	}
	.news_area p{
		font-size: 12px;
	}
	
	.about_wrap{
		height: 450px;
	}
	
	.about{
		margin: 120px auto 100px;
		height: 450px;
	}
	
	.about .about_wrap::before{
		height: 450px;
	}
	
	.about_txt {
		padding: 20px 0 0;
	}
	.about_txt p.b_1, .strength .txt_area p.b_1{
		font-size:2.8vw;
	}
	.about_txt p{
		font-size:14px;
	}

	.strength .txt_area {
    	margin-top: 4vw;
	}
	.strength .txt_area h3 {
		font-size: 4.8vw;
		padding: 2.5vw 0 3vw;
	}
	.strength .txt_area span {
		font-size: 4.12vw;
		margin-left: 14px;
	}
	.strength .txt_area p {
		width:100%;
		font-size: 15px;
	}
    .strength .txt_area p.b_2{
    	font-size:2.4vw;
    	line-height:1.8;
    }
	
	.works_bnr .bnr{
		padding: 5px 24px 5px 5px;
	}

	.works_bnr .img_area {
		width: 65%;
	}
	
	.works_bnr .txt_area p {
		font-size: 3.4vw;
		width: 24vw;
	}
	
	.works_bnr .txt_area p::before {
		
	}
	
	.works_bnr .txt_area span {
		font-size: 2vw;
		margin-left: 10px;
	}
	
	/**********COMPANY　会社概要**********/

	.company {
		margin: 0 auto 10vw!important;
	}
	.history{
		margin: 10vw auto 20vw;
	}
	.company .company_photo{
		margin-bottom: 1.2vw;
	}
	.company .company_photo img{
		width:100%;
		height:auto;
		margin-bottom: 1.6vw;
	}
	.company .company_photo .company_txt{
		width:100%;
	    order: 1;
	}
	.company .company_txt , .history .history_txt{
		font-size: 2.1vw;
	}
	.company_txt dt , .company_txt dd , .history_txt dt , .history_txt dd{
		padding: 1.25em 0 1.25em 0.7em;
	}
	.company_txt dt , .history_txt dt{
		width: 20%;
	}
	.company_txt dd , .history_txt dd{
		width: 80%;
	}
	

	/*Access*/

	.access h3 , .history h3{
		font-size: 26px;
		margin-bottom: 45px;
	}

	.access h3 span , .history h3 span{
		font-size: 14px;
	}

	.access .map{
		margin-bottom: 45px;
	}

	.access .map iframe{
		height: 440px;
	}

	.access .map_box{
		padding: 2em;
		font-size: 1.9vw;
		justify-content: space-between;
	}

	.access .box dl{
		margin-bottom: 1.5em;
	}
	
	/**********WORKS　実績**********/
	
	.griditem p:nth-of-type(1) {
		margin-top: 2%;
		font-size: 14px;
		line-height: 1.6;
	}
	
	.griditem p:nth-of-type(2) {
		font-size: 12px;
	}
	
	.mfp-title {
		font-size: 14px;
	}
	
	
	
	/**********NEWS　お知らせ**********/
	
	.news .news_ttl{
		font-size: 17px;
		margin-bottom: 20px;
		text-indent: -32px;
    	padding-left: 32px;
	}
	
	.news .news_ttl::before{
		height: 30px;
    	margin-right: 16px;
	}
	
	.news .news_photo{
		margin-bottom: 35px;
	}
	
	.news .date{
		margin-bottom: 40px;
	}
	
	.news .news_txt{
		font-size: 15px;
	}
	
}


@media screen and (max-width: 640px){
	h4{
		margin-bottom:3vw;
		font-size:5.6vw;
	}
	.main_slide .main_img{
		height:33vh;
	}
	
	.news_area{
		padding: 0;
		margin: 0;
	}
	.news_area .date{
		font-size: 3.2vw;
	}
	.news_area a{
		display: block;
	}
	.news_area li:first-child {
		margin-bottom: 3.5vw;
	}
	.news_area p {
		display: inline-block;
	}
	.news_area p:last-child {
		margin-top: 1vw;
		font-size: 3.2vw;
	}
	.news_area .date::after {
		display: none;
	}
	.catchphrase {
		position: unset;
		transform: translateX(0);
		margin: 3.2vw auto 8vw;
		font-size: 6.8vw;
		line-height: 1.7;
	}
	.about {
		margin: 16vw auto;
		height: auto;
		position: unset;
	}
	.about .about_wrap::before {
		position: unset;
		display: block;
		height: 60vw;
		width: 100%;
	}
	.about_wrap {
		height: auto;
		margin: 0 auto !important;
	}
	.about_txt {
		margin-top:8vw;
		display: block;
		flex-wrap: unset;
		width: 100%;
		position: unset;
		padding: 0 0;
	}
	.about_txt p{
		font-size:3.6vw;
	}
	.about_txt p.b_1, .strength .txt_area p.b_1{
		margin:1.6vw 0;
		font-size:4.8vw;
		line-height:1.6;
	}

	.arrow {
 	   padding: 0 65px 8px 0;
	}
	
	.arrow::before{
		width: 19px;
	}
	
	.arrow::after{
		height: 5px;
		top: 34%;
		right: 2%;
	}
	.strength>div{
		margin-bottom:8vh;
	}
	.strength .img_area{
		margin-bottom:6vw;
	}
	
	.strength .img_full_size{
		margin-bottom: 2%;
	}
	
	.strength .img_half_size {
		width: 49%;
		margin-bottom:2%;
	}
	
	.strength .txt_area {
		width:100%;
		margin: 4vw 0;
		padding:0;
		position:static;
	}
	
	.strength .txt_area h3 {
		font-size: 6.12vw;
		padding: 3.5vw 0 0.8vw;
		line-height:1.75;
	}
	
	.strength .txt_area h3::before{
		width: 22px;
	}
	
	.strength .txt_area span {
		font-size: 5.6vw;
		margin-left: 0;
		display: block;
		margin-top: -6px;
	}

	.strength .txt_area p {
		line-height: 2;
		font-size: 3.6vw;
	}
	.strength .txt_area p.b_2{
		font-size:4.12vw;
		margin:1.6vw 0;
	}
	
	.works_bnr .bnr{
		justify-content: flex-end;
		padding: 5px;
	}
	
	.works_bnr .img_area {
		width: 100%;
	}
	.works_bnr .img_area .img_wrap:nth-of-type(2){
		width: 35%;
	}

	.works_bnr .txt_area {
		margin: 3vw;
	}
	
	.works_bnr .txt_area p {
		font-size: 4vw;
		width: 35vw;
	}
	
	.works_bnr .txt_area p::before {
		width: 4vw;
	}
	
	.works_bnr .txt_area p::after{
		top: 42%;
		right: 1.5%;
		height: 1vw;
	}
	
	.works_bnr .txt_area span {
		font-size: 3vw;
		margin-left: 10px;
	}
	
	/**********COMPANY　会社概要**********/

	.company {
		margin: 0 auto 10vw!important;
	}

	.company .company_photo{
		margin-bottom: 2vw;
	}
	
	.company_txt dt , .company_txt dd , .history_txt dt , .history_txt dd{
		box-sizing: border-box;
	}
	
	.company .company_txt , .history .history_txt{
		font-size: 3.6vw;
	}

	.company_txt dt , .history_txt dt{
		width: 30%;
	}

	.company_txt dd , .history_txt dd{
		width: 70%;
	}
	
	.company_txt li{
		margin-bottom: 0.7rem;
		font-size:3.5vw;
	}
	

	/*Access*/

	.access h3 , .history h3{
		font-size: 22px;
		margin-bottom: 8vw;
	}

	.access h3 span , .history h3 span{
		font-size: 12px;
	}

	.access .map{
		margin-bottom: 8vw;

	}

	.access .map iframe{
		height: 60vw;
	}

	.access .map_box{
		padding: 1.8em;
		font-size: 3.7vw;
		display: block;
	}
	
	.access .box:first-child{
		margin-bottom: 8vw;
	}
	
	.access .box .ttl::after {
    margin: 1.4em 0;}

	.access .box dl{
		margin-bottom: 1.5em;
	}
	.access .box dl:last-child{
		margin-bottom: 0;
	}
	
	/**********NEWS　お知らせ**********/
	
	.news .news_ttl{
		font-size: 4.1vw;
		margin-bottom: 3vw;
		margin-top: 10vw;
	}
	
	.news .news_ttl::before{
		height: 26px;
		margin-right: 14px;
		width: 14px;
	}
	
	.news .date {
		margin-bottom: 7vw;
		font-size: 12px;
	}
	.news .news_photo{
		margin-bottom:4vw;
	}
	.news .news_txt{
		font-size: 3.5vw;
		line-height:2.2;
	}
	
	.news .btn {
		text-align: center;
		margin: 12vw auto 0px;
	}
	
	.news .btn a {
    	font-size: 3.6vw;
    	padding: 0 65px 8px 0;
	}
	
	/**********WORKS　実績**********/
	

	
	.griditem p:nth-of-type(1) {
		margin-top: 4%;
		font-size: 13px;
		line-height: 1.4;
	}
	
	.griditem p:nth-of-type(2) {
		font-size: 0.7em;
	}
	
	.mfp-title {
		font-size: 12px;
	}
	
}


