@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------------------
		index
-------------------------------------------------------------------*/
main#index{}
main#index section{
	width: 100%;
	margin: 0 auto;
	padding: 0 30px 100px;
}
main#index section h1{
	margin: 40px auto 100px;
	text-align: center;
	}
main#index section h1 span{
	font-size: 3em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000;
	border-bottom: 2px solid #000;
	display: inline-block;
}
main#index section h1 small{
	font-size: 50%;
	letter-spacing: 0;
	padding-left: 10px;
}
main#index section h2{
	margin: 50px 0 30px;
	font-size: 2.4em;
	font-weight: normal;
	color: #000;
}
main#index section p.ttl_caption{
	margin: -60px auto 100px;
	text-align: center;
}
main#index .content{}
main#index .border{
	width: 100%;
	height: 1px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 60px;
}
main#index .border hr{
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px solid #ddd;
}
main#index section p{
	font-size: 1.4em;
	color: #757575;
	line-height: 2;
}

/*		
----------------------------------------------------*/

/*-------------------------------------------------------------------
		topimg
-------------------------------------------------------------------*/
section#topimg{}
section#topimg .content{}
section#topimg .content img{
	width: 100%;
	height: auto;
	margin: 100px auto;
	display: block;
}


/*-------------------------------------------------------------------
		vision
-------------------------------------------------------------------*/
section#vision{}
dl.vision_set{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
dl.vision_set dt{
	margin: 100px 0 0;
	text-align: center;
}
dl.vision_set dd .youtube{
	margin: 100px 0 0;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
dl.vision_set dd .youtube iframe{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}
dl.vision_set dd .logo{}
dl.vision_set dd .logo img{
	width: 100%;
	height: auto;
	margin: 40px 0 30px;
	display: block;
}
dl.vision_set dd p{
	margin: 40px 0 0;
}
dl.vision_set dd .link{
	text-align: right;
}
dl.vision_set dd .link a{
	padding: 10px 40px;
	display: inline-block;
	color: #757575;
	text-decoration: none;
	font-size: 1.2em;
	border: 1px solid #ddd;
	position: relative;
	transition: all 0.2s;
}
dl.vision_set dd .link a:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 10px;
	transform:rotate(45deg);
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: 1px;
	bottom: 0;
}
dl.vision_set dd .link a:hover{
	opacity: 0.6;
}


/*-------------------------------------------------------------------
		about
-------------------------------------------------------------------*/
main#index section#about{
	padding: 0;
}
main#index section .about_set .about_info h1{
	margin-bottom: 50px;
	text-align: left;
}
main#index section .about_set .about_info h1 span{
	color: #fff;
	border-color: #fff;
}
.about_set{
	width: 100%;
	display: flex;
	background: #333;
}
.about_set > .cell{
	width: 50%;
}
.about_set .about_info{
	width: 440px;
	padding: 0 30px 100px 0;
	float: right;
}
.about_set .about_info table{
	width: 100%;
	color: #fff;
}
.about_set .about_info table th,
.about_set .about_info table td{
	padding: 10px 0;
	border-bottom: 1px solid #757575;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
}
.about_set .about_info table td a{
	color: #fff;
}
.about_set .about_info{}
.about_set .map{
	width: 100%;
	height: 100%;
}
.about_set .map iframe{
	width: 100%;
	height: 100%;
	display: block;
}
.about_set{}




/*-------------------------------------------------------------------
		service
-------------------------------------------------------------------*/
section#service{
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
dl.service_set{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	box-sizing: border-box;
}
dl.service_set dt{}
dl.service_set dd{}
dl.service_set dd ul{
	width: calc(100% + 20px);
	margin: -10px 10px 0 -20px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
dl.service_set dd ul li{
	width: calc(100% / 3);
	margin-top: 10px;
	padding-left: 20px;
}
dl.service_set dd ul li a{
	padding: 20px 0;
	font-size: 1.4em;
	color: #757575;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
	position: relative;
	transition: all 0.2s;
}
dl.service_set dd ul li a:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 10px;
	transform:rotate(45deg);
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: 1px;
	bottom: 0;
}
dl.service_set dd ul li a:hover{
	opacity: 0.6;
	background: #fff;
}



/*-------------------------------------------------------------------
		works
-------------------------------------------------------------------*/
section#works{}
section#works .works_set{
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
section#works .works_set ul.works_list{
	margin: 0;
	list-style: none;
	height: 600px;
	overflow-y: hidden;
	position: relative;
	transition: height 0.5s ease;
}
section#works .works_set ul.works_list::before{
	content: "";
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,1) 90%,rgba(255,255,255,0));
}
section#works .works_set ul.works_list.active{
	height: 100%;
}
section#works .works_set ul.works_list.active::before{
	display: none;
}
section#works .works_set ul.works_list + .more{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
}
section#works .works_set ul.works_list + .more span{
	padding: 12px 24px;
	display: inline-block;
	cursor: pointer;
	font-size: 1.4em;
	background: #f5f5f5;
}
section#works .works_set ul.works_list li{
	padding: 16px 0;
	font-size: 1.4em;
	display: flex;
	border-bottom: 1px solid #eee;
}
section#works .works_set ul.works_list li:first-child{}
section#works .works_set ul.works_list li time{
	min-width: 80px;
	padding-right: 20px;
}
section#works .works_set ul.works_list li span{
	flex: 1;
}
section#works .works_set ul.works_list li span a{}
section#works .works_set ul.works_list li span a:hover{}
section#works .works_set ul.works_list li span p{
    line-height: 1.5;
    font-size: 1em;
}


/*-------------------------------------------------------------------
		contact
-------------------------------------------------------------------*/
p.contact_comment{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 30px;
	background: #f5f5f5;
}
.contact_set{
	width: 100%;
	max-width: 940px;
	margin: 40px auto 0;
	display: flex;
}
.contact_set > div{
	width: 50%;
}
.contact_set .cell:first-child{
	padding-right: 15px;
}
.contact_set .cell:last-child{
	padding-left: 15px;
}
.contact_set ul{
	width: 100%;
	margin: 0;
	list-style: none;
}
.contact_set ul li{
	margin: 20px 0 0;
}
.contact_set ul li:first-child{
	margin-top: 0;
}
.contact_set ul li.submit{
	text-align: right;
}
.contact_set input[type="text"],
.contact_set input[type="email"],
.contact_set input[type="tel"],
.contact_set textarea{
	width: 100%;
	font-size: 1.4em;
}
.contact_set input[type="text"],
.contact_set input[type="email"],
.contact_set input[type="tel"]{
	height: 40px;
	line-height: 40px;
}
.contact_set textarea{
	height: 280px;
	padding: 10px;
}
:placeholder-shown { color: #bbb;}
::-webkit-input-placeholder { color: #bbb;}
:-moz-placeholder { color: #bbb; opacity: 1; }
::-moz-placeholder { color: #bbb; opacity: 1; }
:-ms-input-placeholder { color: #bbb;}
.contact_set input[type="submit"]{
	width: 80%;
	height: 40px;
	background: #757575;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	transition: all 0.2s;
	border-radius: 2px;
}
.contact_set input[type="submit"]:hover{
	background: #333;
}



/*-------------------------------------------------------------------
		notice
-------------------------------------------------------------------*/
main#index section#notice{}
main#index section#notice .notice_set{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
main#index section#notice .notice_set h1{}
main#index section#notice .notice_set h1 span{}
main#index section#notice .notice_set p{}



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*-------------------------------------------------------------------
		
-------------------------------------------------------------------*/

/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/


@media screen and (max-width:1000px){

/*-------------------------------------------------------------------
		about
-------------------------------------------------------------------*/
main#index section#about{
}
main#index section .about_set .about_info h1{
	margin-bottom: 50px;
	text-align: center;
}
main#index section .about_set .about_info h1 span{
	color: #fff;
	border-color: #fff;
}
.about_set{
	width: 100%;
	padding: 20px 20px 0;
	display: block;
	background: #333;
}
.about_set > .cell{
	width: 100%;
	padding: 0 0 30px;
	}
.about_set .about_info{
	width: 100%;
	padding: 0;
	float: none;
}
.about_set .about_info table{}
.about_set .about_info table th,
.about_set .about_info table td{}
.about_set .about_info{}
.about_set .map{}
.about_set .map iframe{
	height: 200px;
}

}
@media screen and (min-width:801px){}
@media screen and (max-width:800px){

/*-------------------------------------------------------------------
		index
-------------------------------------------------------------------*/
main#index{}
main#index section{
	padding: 0 20px 100px;
}
main#index section h1{
	margin: 30px auto 60px;
	}
main#index section h1 span{
	font-size: 2.4em;
}
main#index section h1 small{}
main#index section h2{
	margin: 40px 0 20px;
	font-size: 1.8em;
}
main#index section p.ttl_caption{
	margin: -40px auto 60px;
	text-align: center;
}
main#index .content{}
main#index .border{
	padding: 0 20px;
}
main#index .border hr{}
main#index section p{
	font-size: 1.4em;
}

/*-------------------------------------------------------------------
		topimg
-------------------------------------------------------------------*/
main#index section#topimg{
	padding-bottom: 0;
	}
section#topimg .content{}
section#topimg .content img{
	margin: 40px auto;
}

/*-------------------------------------------------------------------
		vision
-------------------------------------------------------------------*/
section#vision{}
dl.vision_set{
	max-width: none;
}
dl.vision_set dt{
	margin: 0 0 0;
}
dl.vision_set dd .youtube{
	margin: 60px 0 0;
}
dl.vision_set dd .youtube iframe{}
dl.vision_set dd .logo{
	margin: 40px 20px 30px;
	}
dl.vision_set dd .logo img{}
dl.vision_set dd p{}
dl.vision_set dd .link{}
dl.vision_set dd .link a{}
dl.vision_set dd .link a:after{}
dl.vision_set dd .link a:hover{}


/*-------------------------------------------------------------------
		service
-------------------------------------------------------------------*/
section#service{}
dl.service_set{
	max-width: none;
}
dl.service_set dt{}
dl.service_set dd{}
dl.service_set dd ul{
	width: 100%;
	margin: 0;
}
dl.service_set dd ul li{
	width: 100%;
	padding-left: 0;
}
dl.service_set dd ul li a{
	padding: 20px 0;
	color: #fff;
	background: #637b89;
	border: none;
	border-radius: 4px;
}
dl.service_set dd ul li a:after{
	right: 2px;
	bottom: 1px;
}
dl.service_set dd ul li a:hover{
	background: #637b89;
}

	
/*-------------------------------------------------------------------
		works
-------------------------------------------------------------------*/
section#works{}
section#works .works_set{
	max-width: none;
}
section#works .works_set ul.works_list{}
section#works .works_set ul.works_list li{
	flex-direction: row;
	font-size: 1.2em;
}
section#works .works_set ul.works_list li:first-child{}
section#works .works_set ul.works_list li time{
	width: 60px;
	padding-right: 0;
}
section#works .works_set ul.works_list li span{
	flex: 1;
}
section#works .works_set ul.works_list li span a{}
section#works .works_set ul.works_list li span a:hover{}



/*-------------------------------------------------------------------
		contact
-------------------------------------------------------------------*/
p.contact_comment{
	max-width: none;
	padding: 20px 20px;
}
.contact_set{
	max-width: none;
	flex-wrap: wrap;
}
.contact_set > div{
	width: 100%;
}
.contact_set .cell:first-child{
	padding-right: 0;
}
.contact_set .cell:last-child{
	padding-left: 0;
	padding-top: 20px;
}
.contact_set ul{}
.contact_set ul li{}
.contact_set ul li:first-child{}
.contact_set ul li.submit{
	text-align: center;
}
.contact_set input[type="text"],
.contact_set textarea{}
.contact_set textarea{}
.contact_set input[type="submit"]{
	width: 100%;
}
.contact_set input[type="submit"]:hover{}


/*-------------------------------------------------------------------
		notice
-------------------------------------------------------------------*/
main#index section#notice{}
main#index section#notice .notice_set{
	max-width: none;
}
main#index section#notice .notice_set h1{}
main#index section#notice .notice_set h1 span{}
main#index section#notice .notice_set p{
	text-align: left;
}


}