@charset "UTF-8";
/* CSS Document */
html{
	position:relative;
}
html::after{
	width:100%;
	height:18px;
	position:absolute;
	bottom:0;
	content:"";
	background-color:#000;
}
body{
	position:relative;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

a{
	text-decoration:none;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
}
li{
	list-style-type: none;
}
header{
	width:100%;
	position: absolute;
	top:0;
	z-index: 10;

}
.sp{
	display:none;
}
.pc{
	display:inline-block;
}
#pc_head{
	overflow:hidden;
	width:100%;
}

.head_logo{
	width:161px;
	margin:30px 0 0 40px;
	float:left;
	position:relative;
	padding-bottom:10px;
}
.head_logo a{
	text-decoration: none;
}
.g_nav{
	overflow:hidden;
	width:600px;
	float:right;
	margin:30px 30px 0 0 ;
}

.g_nav li{
	margin-right:60px;
	text-align:center;
	float:left;
}
.g_nav li:last-child{
	margin-right:0;
}
.g_nav li a{
	color:#fff;
	font-size:9px;
	text-decoration: none;
	display: block;
}
  .g_nav li a img{
	margin-bottom:7px;
}
.on .g_nav li a{
	color:#000;
	transition:0.5s;
}
.g_nav li a:hover{
	opacity:0.5;
	transition:0.5s;
}
h1{
	position:absolute;
	left:61px;
	bottom:0;
	color:#fff;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	display:inline-block;
    
}
.sd_contact{
	position:fixed;
	right:0;
	bottom:50%;
	margin-bottom:-70px;
	z-index: 3;
}
.sd_contact a{
	display:block;
}
.sd_contact a:hover{
	opacity:0.7;
	transition:0.5s;
}
.top_001{
	height:868px;
	background-image: url("../img/top_001_main.png") ;
	background-size: 100%;
	background-repeat:no-repeat;
	text-align:center;
	border:20px solid #fff;
	box-sizing: border-box;
}
.top_001 h2{
	padding-top:25%;
	margin-bottom:50px;
}
.top_001 h2 img{
	width:341px;
}
.top_001 p{
	margin-bottom:32.3%;
}
.top_001 p img{
	width:280px;
}

.scroll_btn{
	position:absolute;
	bottom:2.8vw;
	left:50%;
	margin-left:-18px;
}
.scroll_btn img{
	width:36.3px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {/*
	.top_001{
	min-height:832px;
	background-size: 1200px;
}*/
	html{
		width:1200px;
	}
	
}

@media screen and (min-width: 1440px) {
	.top_001{
	height:100vh;
	background-image: url("../img/top_001_main.png") ;
	background-size: 100%;
	background-repeat:no-repeat;
	text-align:center;
	border:20px solid #fff;
	box-sizing: border-box;
	position:relative;
		background-position:center;
}
	.top_001 h2{
	padding-top:29.9vh;
	margin-bottom:50px;
}

.top_001 p{
	margin-bottom:32.3vh;
}
}

@media screen and (max-width: 600px){
	html::after{
	height:13px;
}
	.sp{
		display:inline-block;
	}
	.pc{
		display:none;
	}
	header{
		height:15vw;
		background-color:#fff;
		position:relative;
	}
	
	#sp_head{
		width:100%;
	}
	#sp_head.is_fixed{
		position:fixed;
		top:0;
		background-color:rgba(255,255,255,0.8);
		height:14vw;
		box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
	}
	.head_logo{
		margin:3vw 0 0 5vw;
		width:44%;
	}

	.head_logo a img{
		width:100%;
	}
	.head_logo h1{
		color:#000;
		position:absolute;
		top:7vw;
		left: 15vw;
	}
		.head_logo a:nth-child(2){
		right:-34vw;
		top:2vw;
		position: absolute;
}
	.head_logo a:nth-child(2) img{
		width:5vw;
	}
	.top #sp_head .drawer-btn{
				top:6.5vw;
	}
	#sp_head .drawer-btn{
		position:absolute;
		top:3.8vw;
		right:5vw;
		width:6vw;
		height:6vw;
		z-index: 10;
	}
	
	#sp_head .btn{
		position: relative;
		width:6vw;
		height:1px;
		background-color:#000;
		display:inline-block;
		transition:0.5s;
	}
	
	#sp_head .btn::before,#sp_head .btn::after{
		width:6vw;
		height:1px;
		position:absolute;
		background-color:#000;
		content:"";
		display:inline-block;
	}
	#sp_head .btn::before{
		bottom:2vw;
	}
	#sp_head .btn::after{		
		bottom:-2vw;
	}
	#sp_head .btn.open{
		transition:0.5s;
		background-color:transparent;
	}
	#sp_head .btn.open::before,#sp_head .btn.open::after{
		background-color:#fff;
		bottom:0;
	}
	#sp_head .btn.open::before{
		transition:0.5s;
		transform:rotate(45deg);
	}
	#sp_head .btn.open::after{
		transition:0.5s;
		transform:rotate(-45deg);
	}
	.sp_g_nav{
		z-index: -100;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: #000;
		display:none;
		animation: fadeIn 0.5s ease 0s 1 normal;
	}
	.sp_g_nav.is_shown{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity:1;
		transition:0.5s;
		z-index: 3;
		background-color:#000;
		top:0;
		width:100%;
		animation: fadeIn 0.5s ease 0s 1 normal;
	}
	.sp_g_nav ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		/* -webkit-box-direction: normal; */
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	.sp_g_nav ul li{
		margin-bottom:60px;
	}
	.sp_g_nav ul li:last-child{
		margin-bottom:0;
	}
	.sp_g_nav ul li img{
		height:2.5vw;
	}
	.sd_contact{
		display:none;
	}
	.top_001 {
		background-image: url(../img/sp_top_001_main.png);
		background-size: 100%;
		background-repeat: no-repeat;
		text-align: center;
		border: 20px solid #fff;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		height:100vh;
	}
	
	.top_001 h2 img{
		width:44%;
	}
	.top_001 h2{
		padding-top:31vh;
		margin-bottom:3vh;
	}
	.top_001 p img{
		width:46%;
	}
	.scroll_btn {
		position: absolute;
		bottom: 33vw;
		left: 50%;
		margin-left: -3.5vw;
	}
	.scroll_btn img{
		width:7vw;
	}
	
}
.top #wrapper{
	background-size:632px, 685px;
	background-image:
    url(../img/top_002_bg.png), /* 最前面の背景レイヤーの背景画像 */
    url(../img/top_002_bg2.png);
  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;
  background-position:
    right top 250px,
	left bottom -130px;
}
.news{
	padding-top:90px;
	border-bottom:1px solid #000;
	margin-bottom:76px;
}
.news div{
	width:860px;
	margin:0 auto;
}
.news div h2{
	margin-bottom:85px;
}
.news div ul{
	width:100%;
	overflow:hidden;
	margin-bottom:100px;
}
.news div ul li{
	float:left;
	margin-right:20px;
	width:200px;
	position: relative;
	height:350px;
}
.news div ul li:last-child{
	margin-right:0;
}
.news div ul li>a:first-child{
	display: block;
	height:188px;
	vertical-align: middle;
}
a.read-more-link{
	width:100%;
	color:#000;
	border:1px solid #000;
	padding:8px;
	box-sizing: border-box;
	display:block;
	text-align: center;
	position: absolute;
	bottom:0;
}
a.read-more-link:hover{
	background-color:#666;
	color:#fff;
	transition:0.5s;
	border:1px solid #666;
}
.news div ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.news div ul li p{
	margin-bottom:10px;
	width:100%;
}
.news div ul li p a{
	color:#000;
	font-size:14px;
	line-height: 26px;
}
.top_002{
	padding-top:90px;
	border-bottom:1px solid #000;
	margin-bottom:76px;
}
.top_002 div{
	width:960px;
	margin:0 auto 150px;
}

.top_002 h2{
	margin:0 0 85px 50px;
}
.top_002 ol {
	overflow:hidden;
}
.top_002 ol li{
	width:440px;
	float:left;
	font-family: "Yu Mincho", "YuMincho", serif;
}
.top_002 ol li:first-child{
	margin:0 30px 0 50px;
}
.top_002 ol li dt{
	margin-bottom:30px;
}
.top_002 ol li dd{
	font-size:16px;
	line-height:34px;
	font-weight:bold;
}
.top_002 ol li dd img{
	margin-bottom:20px;
}
.top_002 ol li dd:nth-child(3){
	margin-bottom:50px;
}
.top_002 ol li>a,.top_003 div>a,.top_004 div>a{
	background-color:#000;
	color:#fff;
	text-align:left;
	text-decoration: none;
	display:block;
	width:150px;
	margin:0 0 0 107px;
	position:relative;
	letter-spacing:1px;
	font-size:12px;
	padding:15px 0 15px 21px;
	border:1px solid #000;
	font-family: "Yu Mincho", "YuMincho", serif;
}
.top_003 div>a{
	width:185px;
}
.top_002 ol li>a:hover,.top_003 div>a:hover,.top_004 div>a:hover{
	background-color:#fff;
	color:#000;
	border:1px solid #000;
	transition:0.5s;
}
.top_002 ol li>a::after,.top_003 div>a::after,.top_004 div>a::after{
	position:absolute;
	content:"";
	display:block;
 	width: 5px;
  	height: 5px;
	right:15px;
	bottom:18px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
.top_002 ol li>a:hover::after,.top_003 div>a:hover::after,.top_004 div>a:hover::after{
	border-color: #000 #000 transparent transparent;
}

@media screen and (max-width: 600px){
	.top_002{
		padding: 60px 0 0;
	}
	.top_002 div{
		width:90%;
		margin:0 auto;
	}
	.top_002 h2{
		margin:0 0 30px;
	}
	.top_002 h2 img{
		height:15px;
	}
	.top_002 dl img{
		width:100%;
	}
	.top_002 dd img{
		height:5vw;
		width:auto;
	}
	
	.top_002 ol li{
		width:100%;
	}
	.top_002 ol li:first-child{
		margin:0;
	}
	.top_002 ol li>a, .top_003 div>a, .top_004 div>a{
		width:170px;
		margin:0 auto 100px;
	}
	.top_002 ol li dd{
		font-size:3.5vw;
		line-height:7vw;
	}
	.top #wrapper{
	background-size:100vw;
	background-image:
    url(../img/sp_top_002_bg.png), /* 最前面の背景レイヤーの背景画像 */
    url(../img/sp_top_002_bg2.png);
  	background-repeat:
	no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;
  	background-position:
	right top 200vw,
	left bottom 100vw;
	}
	.news div {
		width: 90%;
	}
	.news div h2{
		margin-bottom:5vw;
	}
	.news div h2 img{
		height:4vw;
		width:auto;
	}
	.news div ul{
		margin-bottom:5vw;
	}
	.news div ul li{
		width:100%;
		margin:0 0 5vw;
		height:auto;
	}
	.news div ul li>a:first-child{
		height:auto;
	}
}
.top_003{
	border-bottom:1px solid #000;
}
.top_003>div{
	width:860px;
	margin:0 auto 150px;
}
.top_003 h2{
	margin:0 0 85px;
}
.top_003>div>div{
	overflow:hidden;
}
.top_003_left{
	float:left;
	width:225px;
}
.top_003_left p{
	font-size:16px;
	width:100%;
	text-align: center;
	margin-top:10px;
}
.top_003_left p span{
	font-size:10px;
	vertical-align: 2px;
}
.top_003_right{
	float:right;
	width:593px;
}
.top_003_right h3{
	margin-bottom:40px;
}
.top_003_right p{
	font-weight:bold;
	font-size:17px;
	line-height:34px;
	margin-bottom:40px;
}
.top_003_right p:last-child{
	margin:0 0 35px;
}
.top_003 div>a{
	margin: 0 0 0 266px;
}
@media screen and (max-width: 600px){
	.top_003>div{
	width:90%;
	margin:0 auto 100px;
}
	.top_003 h2{
		margin-bottom:70px;
	}
	.top_003 h2 img{
		height:15px;
	}
	.top_003_left{
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:56px;
	}
	.top_003_left img{
		width:225px;
	}
	.top_003_right{
		width:100%;
		float:none;
	}
	.top_003_right img{
		height:6vw;
	}
	.top_003 div>a{
		margin:0 auto;
	}
	.top_003_right p {
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 8vw;
    margin-bottom: 40px;
}
}
.top_004 div{
	width:860px;
	margin:0 auto 123px;
	padding-top:90px;
}
.top_004 ul{
	overflow:hidden;
	margin:0 auto 23px;
	width:424px;
}

.top_004 ul li{
	float:left;
	width:205px;
	margin-right:13.33px;
}
.top_004 ul li:last-child{
	margin-right:0;
}
.top_004 div a{
	width:55%;
	padding:15px 0 15px 45%;
	margin-left:0;
	letter-spacing:1.3px;
}
.top_004 div li a{
	padding:0;
}
.top_004 div li a:hover{
	opacity:0.5;
	transition:0.5s;
}

.arrow{
    position: relative;
	opacity:0;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	display: inline-block;
}

.show{
	position:fixed;
	bottom:66px;
	right:66px;
	opacity:1;
	animation: fadeIn 2s ease 0s 1 normal;
}

.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
@media screen and (max-width: 600px){
	.top_004 h2{
		margin-bottom:30px;
	}
	.top_004 h2 img{
		height:15px;
	}
	.top_004 div{
		padding-top:0;
		width:100%;
	    margin: 0 auto 180px;
	}
	.top_004>div{
		width:90%;
		margin:0 auto;
		padding-top: 70px;
	}
	.top_004>div ul{
		width:100%;
		margin-bottom:46px;
	}
	.top_004>div ul li{
		width:49%;
		margin:0 2% 1% 0;
	}
	.top_004>div ul li:nth-child(2n){
		margin-right:0;
	}
	.top_004>div ul li img{
		width:100%;
	}
	.top_004 div a {
    width: 185px;
    padding: 15px 0 15px 5%;
    margin: 0 auto;
}
	
}
#scroll_to_top{
	z-index: 100;
}
#scroll_to_top::before{
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
	border:1px solid #000;
	transition:0.5s;
}
#scroll_to_top:hover::before{
	background-color:transparent;
	transition:0.5s;
}
#scroll_to_top::after{
    left: 20px;
    top: 5px;
    width: 14px;
    height:14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	transition:0.5s;
}
#scroll_to_top:hover::after{
	transition:0.5s;
	border-top: 2px solid #000;
    border-right: 2px solid #000;
}
#scroll_to_top2 img{
	width:16px;
}
footer{
	text-align:center;
}

footer dl{
	margin-bottom:30px;
	font-weight:bolder;
}
footer dl dt{
	margin-bottom:10px;
}
footer dl dd{
	font-size:13px;
	line-height:20px;
}
footer dl dd a{
	color:#000;
}
footer dl dd a:nth-child(2){
	margin-right:10px;
}
footer nav ul{
	margin-bottom:30px;
}
footer nav ul li{
	display:inline;
	border-right:1px solid #000;
	padding:0 13px;
}
footer nav ul li a{
	color:#000;
	font-weight:bold;
	font-size:16px;
}
footer nav ul li a:hover{
	opacity:0.5;
	transition:0.5s;
}
footer nav ul li:last-child{
	border-right:none;
}
footer p{
	font-size:10px;
	margin-bottom:32px;
}
footer p a{
	color:#000;
	font-size:10px;
}

@media screen and (max-width: 600px){
	footer nav{
		width:100%;
		padding-bottom:15px;
		background-color:#c8cece;
	}
	footer nav ul li {
		display:block;
		width:100%;
		padding:15px 0;
		border-bottom:1px solid #fff;
	}
	footer nav ul li img{
		height:10px;
	}
	footer nav ul li a{
		display:block;
	}
	footer dt img{
		width:127px;
		margin-bottom:5px;
	}
	footer p{
		background-color:#c8cece;
		padding-bottom:18px;
		margin:0;
		color:#808888;
	}
	footer p a{
		color:#808888;
	}
	footer dl dd a:nth-child(2){
		margin-right:10px;
	}
	#scroll_to_top::before {
    width: 30px;
    height: 30px;
    background: transparent;
	border-color: #000;
}
	#scroll_to_top::after {
    left: 11px;
    top: 4px;
    width: 8px;
    height: 8px;
	border-color: #000;
}
	.show {
    position: fixed;
    bottom: 40px;
    right: 8vw;
    opacity: 1;
    animation: fadeIn 2s ease 0s 1 normal;
}
}
/*会社概要ページ*/
.company_000{
	background-image:url(../company/img/company_001_01.png);
	background-size:100% auto;
	height:174px;
	background-repeat: no-repeat;
}
.company_001{
	position:relative;
	margin-top:-173px;
}

.company_001>img{
	position:absolute;
	left:50%;
	margin-left:-72px;
	top:108px;
}
.company_001 div{
	padding:310px 0 0;
	text-align:center;
	margin-bottom:125px;
}
.company_001 h2{
	margin-bottom:116px;
}
.company_001 dl{
	text-align:center;
}
.company_001 dt{
	margin-bottom:30px;
}
.company_001 dd{
	font-size:15px;
	line-height:43px;
	font-weight:normal;
}
.company_001 dd:nth-child(2){
	margin-bottom:50px;
}
.company_002{
	text-align:center;
}
.company_002 h3 img{
	padding:0 35px;
	background-color:#fff;
}
.company_002>div{
	text-align:left;
	width:860px;
	margin:-18px auto 122px;
	border:1px solid #000;
	padding:55px 45px 40px;
	box-sizing: border-box;
	overflow:hidden;
}
.company_002_left{
	float:left;
	width:200px;
}
.company_002_left img{
	margin-bottom:12px;
	margin-top:5px;
}
.company_002_left dt{
	font-size:18px;
	margin-bottom:12px;
	font-weight:bold;
}

.company_002_left dt span{
	font-size:14px;
}
.company_002_left dd{
	font-size:14px;
	line-height:21px;
	font-weight:bold;
}
.company_002_right{
	width:540px;
	float:right;
}
.company_002_right p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight:500;
	font-size:14px;
	line-height:28px;
	text-indent:1em;
}
.company_003 div{
	width:860px;
	margin:0 auto 160px;
}
.company_003 h3{
	text-align:center;
	margin-bottom:20px;
}
.company_003 dl{
	overflow:hidden;
	border-bottom:1px solid #000;
	padding:30px 54px;
	box-sizing:border-box;
	width:100%;
}
.company_003 dl:first-child{
	border-top:1px solid #000;
}
.company_003 dt{
	float:left;
	width:140px;
	letter-spacing: 8px;
	font-size:17px;
	font-weight:bold;
	line-height:28px;
}
.company_003 dl:nth-child(7) dt{
	letter-spacing:0px;
}
.company_003 dd{
	float:left;
	font-size:16px;
	font-weight:bold;
	width:610px;
	line-height:28px;
}

@media screen and (max-width: 600px){
	.company_000{
	background-image:url(../company/img/sp_company_001_01.png);
	background-size:100% auto;
	height:105px;
	background-repeat: no-repeat;
	}
	.company_001>img{
	position:absolute;
	left:50%;
	margin-left:-11vw;
	top:15vw;
	width:22vw;
	margin-top:58px;
	}
	
	.company_001 div {
    padding: 58vw 0 0;
	margin-bottom:100px;
}
	.company_001 h2{
		margin-bottom:70px;
	}
	.company_001 h2 img{
		width:50%;
	}
	.company_001 dl{
		width:90%;
		margin:0 auto;
	}
	.company_001 dt img{
		width:24%;
	}
	.company_001 dd{
	font-size:3.5vw;
	line-height:10vw;
	font-weight:normal;
}
	.company_001 dd img{
		width:80%;
	}
	
	.company_001 dd:nth-child(2) {
    margin-bottom: 40px;
}
	.company_002>div {
    width:90%;
    margin: -22px auto 127px;
    border: 1px solid #000;
    padding: 62px 30px;
    box-sizing: border-box;
    overflow: hidden;
}
	.company_002_left{
		float:none;
		width:100%;
		text-align: center;
		margin-bottom:40px;
	}
	.company_002_right{
		float:none;
		width:100%;
	}
	.company_002 h3 img{
		width:45%;
		padding:0;
	}
	.company_003 div{
		width:90%;
		margin:0 auto 105px;
	}
	.company_003 dl{
		padding:24px 0;
		display:table;
	}
	.company_003 dt{
		width:30%;
		display:table-cell;
		vertical-align: middle;
		float:none;
		font-size:3.5vw;
	}
	.company_003 dd{
		width:70%;
		display:table-cell;
		float:none;
		line-height:32px;
		font-size:3vw;
	}
}
/*サービス*/
.service_000{
	background-image:url(../service/img/service_001_01.png);
	background-size:100% auto;
	height:174px;
	background-repeat: no-repeat;
}
.service_001{
	position:relative;
	margin-top:-173px;
}
.service_001>img{
	position:absolute;
	left:50%;
	margin-left:-72px;
	top:108px;
}
.service_001 div{
	padding:310px 0 0;
	text-align:center;
	margin-bottom:125px;
}
.service_001 h2{
	margin-bottom:85px;
}
.service_001 ul{
	width:724px;
	margin:0 auto 70px;
	overflow:hidden;
}
.service_001 ul li{
	float:left;
	width:286px;
	background-color:#000;
	color:#fff;
	text-align:left;
	text-decoration: none;
	display:block;
	padding:15px 0 15px 65px;
	border:1px solid #000;
}
.service_001 ul li:last-child{
	float: right;
    margin: 0;
    padding: 15px 0 15px 75px;
    width: 276px;
}
.service_001 ul li:hover{
	background-color:#fff;
	border:1px solid #000;
	transition:0.5s;
}
.service_001 ul li a{
	width:100%;
	position:relative;
	font-size:17px;
	font-family: "Yu Mincho", "YuMincho", serif;
	color:#fff;
	display:block;
}
.service_001 ul li:hover a{
	color:#000;
	transition:0.5s;
}
.service_001 ul li a::after{
	position:absolute;
	content:"";
	display:block;
 	width: 4px;
  	height: 4px;
	right:15px;
	bottom:8px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(135deg);
}
.service_001 ul li:hover a::after{
	border-color: #000 #000 transparent transparent;
}
.service_002>div{
	padding-top:70px;
	width:860px;
	margin:0 auto 140px;
}
.service_002 h3{
	margin-bottom:35px;
}
.service_002>div>ol{
	margin-bottom:70px;
}
.service_002 li{
	border-bottom:1px solid #000;
}
.service_002 li:first-child{
	border-top:1px solid #000;
}
.service_002 li:nth-child(2) dd,.service_002 li:nth-child(3) dd{
	width:768px;
}
.service_002 li:nth-child(2) dd:nth-child(2){
	margin-top:-28px;
}
.service_002 dl{
	padding: 44px 0px;
	box-sizing: border-box;
	width:100%;
	overflow:hidden;
}
.service_002 dt{
	font-size:21px;
	font-weight:bold;
	overflow:hidden;
}
.service_002 dt img{
	float:left;
	margin-right:30px;
	vertical-align: middle;
}
.service_002 li>dl>dt>p{
	float:left;
	padding-top:0px;
	font-size:20.5px;
	line-height:30px;
}
.service_002 li:nth-child(2)>dl>dt>p,.service_002 li:nth-child(3)>dl>dt>p{
	padding-top:5px;
}

.service_002 li:nth-child(3) dd ol{
	width:470px;
}
.service_002 li:nth-child(3) dd ol li{
	border:none;
	text-indent:-1.3em;
	margin-left:1.3em;
}
.service_002 li:first-child>dl>dd>p:nth-child(2){
	margin-bottom:10px;
}
.service_002 li:nth-child(2) dl{
	padding: 85px 0 65px;
}
.service_002 li:nth-child(3) dl {
    padding: 45px 0 50px;
}
.service_002 li:nth-child(3) dd p:nth-child(2){
	margin-bottom:0;
}
.service_002 li:nth-child(4) dl{
	padding: 75px 0 50px;
}

.service_002 li:nth-child(5) dl{
	padding: 56px 0 55px;
}
.service_002 li:nth-child(5)>dl>dd{
	margin-top:-25px;
}
.service_002 li:nth-child(5) dd p:nth-child(2){
	margin-bottom:0;
}
.service_002 li:nth-child(5)>dl>dd>p:first-child{
	margin-bottom:0;
}
.service_002 li:nth-child(6)>dl{
	padding: 55px 0 54px;
}

.service_002 dd{
	width:768px;
	float:right;
	font-size:14px;
	line-height:25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.service_002 dl{
	position:relative;
}
.service_002 dl dd.photo{
	position:absolute;
	top:44px;
	right:0;
	width:251px;
}
.service_002 li:nth-child(6)  dl dd.photo{
	top:68px;
}
.service_002 li:nth-child(6) dl dd.photo:nth-child(4){
	top: 254px;
}
.service_002 dl dd.photo img{
	vertical-align: bottom;
}
.service_002 li:nth-child(3) dd{
	margin-top:-20px;	
}
.service_002 li:nth-child(4) dd{
	margin-top:-25px;
}
.service_002 li:nth-child(n+3) dd.photo{
	margin-top:0;
}
.service_002 dd p{
	font-size:14px;
	line-height:25px;
	text-indent:-1em;
	margin:0 0 14px 1em;
	width:485px;
}
.service_002 dd p:nth-child(2){
	margin-bottom:30px;
}

.service_002 .service_002_ct{
	background-color:#dee2e2;
	padding:24px 60px;
	margin-bottom:20px;
	box-sizing: border-box;
	border-radius:15px;
}

.service_002 .service_002_ct dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:-5px;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;;
}
.service_002 .service_002_ct dd{
	width:100%;
	font-size:14px;
	font-weight:500;
	line-height:24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.service_002 .service_002_ct:nth-child(3){
	width:470px;
}

.service_002 li:first-child>dl>dd:nth-child(2){
	margin-top:-15px;
}
.service_002 li:first-child>dl>dt>p{
	padding:3px 0 0;
}
.service_002 .service_002_ct dd a{
	text-decoration: none;
	color:#000;
	text-decoration: underline;
}
.service_002 .service_002_ct dd a:nth-child(2){
	margin-right:16px;
}
.service_002 .service_002_ct dd img{
	vertical-align:middle;
	margin-right:5px;
}
.service_002 .service_002_07_flow {
	margin-left:24px;
}
.service_002 .service_002_07_flow li{
	font-size:18px;
	line-height:30px;
	border:none;
	margin-bottom:12px;
	padding-bottom:22px;
	position:relative;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.service_002 .service_002_07_flow li span{
	font-size:14px;
	margin-left:8px;
}
.service_002_07_flow li::after{
	background-image: url(../service/img/arrow.png);
	background-size:100%;
	content:"";
	display:block;
	width:23px;
	height:11px;
	position:absolute;
	bottom:0;
	left:54px;
	background-repeat: no-repeat;
}
.service_002_07_flow li:nth-child(5)::after{
	display:none;
}
.service_002 .after{
	padding:50px 50px 30px;
	box-sizing: border-box;
	background-color:#dee2e2;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom:70px;
}
.service_002 .after h4{
	font-size:20px;
	margin-bottom:18px;
	margin-left:-10px;
}
.service_002 .after p{
	font-size:14px;
	line-height:25px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
.service_002 .after p:nth-child(4){
	border:none;
	margin-bottom:0;
	padding-top:0;
	text-indent:-1em;
	margin-left:1em;
}
.service_002 .after div{
	float:left;
	width:505px;
	margin:0;
	padding:0;
}
.service_002 .after div:nth-child(2){
	width:225px;
	float:right;
}
.service_002 ul.service_link,.service_005 ul.service_link{
	overflow: hidden;
	margin:0 auto;
	width:452px;
}
.service_002 ul.service_link li,.service_005 ul.service_link li{
	border:none;
	width:201px;
	float:left;
}
.service_002 ul.service_link li:last-child,.service_005 ul.service_link li:last-child{
	float:right;
}
.service_002 ul.service_link a,.service_005 ul.service_link a{
	width:100%;
	font-size:12px;
	padding:14.5px 0 14.5px 70px;
	color:#fff;
	background-color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	display:block;
	letter-spacing: 3px;
	position:relative;
}
.service_002 ul.service_link li:last-child a,.service_005 ul.service_link li:last-child a{
	padding:14.5px 0 14.5px 55px;
}
.service_002 ul.service_link a:hover,.service_005 ul.service_link a:hover{
	background-color:transparent;
	color:#000;
	transition: 0.5s;
}
.service_002 ul.service_link a::after,.service_005 ul.service_link a::after{
	position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    right: 15px;
    bottom: 18px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}
.service_002 ul.service_link a:hover::after,.service_005 ul.service_link a:hover::after{
	border-color: #000 #000 transparent transparent;
	transition:0.5s;
}
.service_003>div{
	width:860px;
	margin:0 auto 86px;
	padding-top:70px;
}
.service_003>div>p{
	font-size:15px;
	line-height:30px;
	margin-bottom:70px;
}
.service_003 div h3{
	margin-bottom:40px;
}
.service_003 h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:25px;
	font-weight:bolder;
	margin-bottom:10px;
}
.service_003 dl{
	width:100%;
	display:table;
	border-bottom:1px solid #000;
}
.service_003 dl:first-child{
	border-top:1px solid #000;
}
.service_003 dt{
	display:table-cell;
	width:263px;
	font-size:17px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	padding:27px 0;
	background-color:#dee2e2;
	vertical-align: middle;
}
.service_003 dd{
	display:table-cell;
	font-size:14px;
	line-height:25px;
	padding:27px 0 27px 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.service_003 dl:nth-child(2){
	border-top:1px solid #000;
}
.service_003 dd ul li{
	padding-left:15px;
	position:relative;
}
.service_003 dd ul li::before{
	content:"・";
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.service_004>div{
	width:860px;
	margin:0 auto 150px;
	padding-top:39px;
}
.service_004 .price_tbl{
	margin-bottom:60px;
}
.service_004 .price_tbl2{
	margin-bottom:20px;
}
.service_004 p{
	font-size:14px;
	line-height:24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.service_004 h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:25px;
	font-weight:bolder;
	margin-bottom:30px;
}

.service_004 dt{
	font-size:22px;
	position:relative;
	margin-left:-10px;
	margin-bottom:14px;
	font-weight:bold;
}
.service_004 dt span{
	font-size:15px;
	position:absolute;
	bottom:0;
	right:0;
}
.service_004 ul{
	display:table;
	width:100%;
	border:1px solid #000;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

.service_004 ul:nth-child(5){
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
.service_004 .price_tbl ul:first-child li{
	background-color:#000;
	color:#FFF;
	border-right:1px solid #fff;
	font-size:18px;
}

.service_004 .price_tbl ul:first-child li:last-child{
	border-right:none;
}
.service_004 ul li{
	display:table-cell;
	text-align:center;
	padding:24px 0;
	width:36%;
	border-right:1px solid #000;
	box-sizing: border-box;
	margin-right:3px;
	font-weight: bold;
	font-size:22px;
}
.service_004 .price_tbl ul:nth-child(4){
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
.service_004 .price_tbl ul li:first-child{
	width:28%;
	font-size:18px;
}
.service_004 .price_tbl ul li:last-child,.service_004 .price_tbl2 ul li:last-child{
	border-right:none;
}
.service_004 .price_tbl2 ul:nth-child(4) {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.service_004 .price_tbl2 ul li{
	width:66%;
}
.service_004 .price_tbl2 ul li:first-child{
	width:34%;
	font-size:18px;
}
.service_004 ul:nth-child(n+2) li:first-child,.service_004 .price_tbl2 ul:nth-child(1) li:first-child{
	background-color:#dee2e2;
}
.service_004 .note ul{
	width:100%;
	border:1px solid #000;
	padding:16px 50px 40px;
	box-sizing: border-box;
	display:block;
	margin-bottom:10px;
}
.service_004 .note ul li{
	display:block;
	font-size:17px;
	line-height:27px;
	width:100%;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	border:none;
	font-weight:normal;
	position:relative;
	padding-left:22px;
	padding-bottom:0;
}

.service_004 .note ul li::before{
	position: absolute;
	top:23px;
	left:0;
	content:"●";
	display:inline-block;
	font-size:22px;
}
.service_004 .note p{
	font-size:15px;
	line-height:27px;
}
.service_005{
	margin-bottom:215px;
}
.service_005 div{
	width:860px;
	margin:0 auto 84px;
}
.service_005 h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:25px;
	font-weight:bolder;
	margin-bottom:10px;
}
.service_005 li:first-child{
	border-top:1px solid #000;
}
.service_005 dl{
	padding:35px 17px;
	box-sizing: border-box;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #000;
}
.service_005 dt{
	font-size:21px;
	font-weight:bold;
	overflow:hidden;
}
.service_005 dt img{
	float:left;
	margin-right:24px;
	vertical-align: middle;
}
.service_005 li>dl>dt>p{
	float:left;
	padding-top:15px;
	font-size:21px;
	line-height:30px;
}

.service_005 dd{
	width:734px;
	float:right;
	font-size:14px;
	line-height:25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.service_005 li dd{
	margin-top:-15px;
}
.service_005 li:nth-child(5) dd,.service_005 li:nth-child(6) dd{
	margin-top:-25px;
}
.service_005 dd p{
	font-size:14px;
	line-height:25px;
	text-indent:-1em;
	margin-left:1em;
}

.service_005 li:nth-child(3)>dl>dd>p{
	text-indent:0;
	margin-left:0;
}
.service_005 li:nth-child(3) dd {
    margin-top: -25px;
}
.service_005 li:nth-child(3)>dl>dt img{
	padding:15px 0 0;
}
.service_005 dd p:nth-child(2){
	margin-bottom:30px;
}

@media screen and (max-width: 600px){
	.service_000{
	background-image:url(../service/img/sp_service_001_01.png);
	background-size:100% auto;
	height:105px;
	background-repeat: no-repeat;
	}
	.service_001>img{
	position:absolute;
	left:50%;
	margin-left:-11vw;
	top:15vw;
	width:22vw;
	margin-top:58px;
	}
	.service_001 div {
    padding: 58vw 0 0;
	margin-bottom:45px;
}
	.service_001 h2{
		margin-bottom:60px;
	}
	.service_001 h2 img{
		width:36.4%;
	}
	.service_001 ul{
		width:73%;
	}
	.service_001 ul li{
	width:100%;
	box-sizing:border-box;
	padding:15px 0 15px 12%;
	margin-bottom:20px;
	}
	.service_001 ul li:last-child {
    margin: 0;
    padding: 15px 0 15px 20%;
	width:100%;
	}
	.service_001 ul li a{
	font-size:3.5vw;
	}
	.service_002>div{
		padding-top:80px;
		width:90%;
		margin:0 auto 150px;
	}
	.service_002 h3{
		margin-bottom:30px;
	}
	.service_002 h3 img,.service_003 h3 img{
		height:4vw;
	}
	.service_002 li>dl>dt>img{
		width:14%;
		margin-right:6%;
	}
	
	.service_002 li>dl>dt>p{
		width:78%;
		font-size:4.5vw;
    	line-height: 7vw;
	}
	
	.service_002 dd{
		width:100%;
	}
	
	.service_002 dl dd.photo {
		display:none;
	}
	.service_002 dl dd>img{
		width:100%;
		margin-bottom:15px;
	}
	.service_002 dd p{
		width:96%;
	}
	.service_002 .service_002_ct:nth-child(3) {
    width: 100%;
}
	.service_002 li dl>dt>p{
		padding-top: 10px;
		margin-bottom: 7vw;
	}
	.service_002 li:nth-child(2)>dl>dt>p{
   		padding-top: 12px;
}
	 .service_002 li:nth-child(3)>dl>dt>p {
		padding-top: 12px;
		margin-bottom:6.8vw;
		font-size:4.2vw;
	}

	.service_002 li:first-child>dl>dt>p{
		padding:0;
	}
	.service_002 .service_002_ct {
		padding: 24px 21%;
		margin-bottom: 40px;
		box-sizing: border-box;
		border-radius: 15px;
	}

	.service_002 .service_002_ct dd img{
		width:3vw;
		display:inline-block;
		margin-bottom:0;
	}
	.service_002 .service_002_ct dd a{
		width:90%;
		display:inline-block;
	}
	.service_002 .service_002_ct dd a:nth-child(2){
		margin-right:0;
	}
	.service_002 .service_002_ct:nth-child(5) {
		padding: 24px 10%;
		margin-bottom:0;
	}
	.service_002 li:nth-child(3) dd ol{
		width:100%;
	}
	.service_002 li:nth-child(2) dl,.service_002 li:nth-child(3) dl,.service_002 li:nth-child(4) dl,.service_002 li:nth-child(5) dl,.service_002 li:nth-child(6)>dl{
   		padding: 40px 0 50px;
	}
	.service_002 li:nth-child(5)>dl{
   		padding: 40px 0 36px;
	}
	.service_002 li:nth-child(6)>dl {
		padding: 40px 0 35px;
	}
	.service_002 li:nth-child(2) dd, .service_002 li:nth-child(3) dd{
		width:100%;
	}
	.service_002 li:nth-child(2) dd:nth-child(2),.service_002 li:nth-child(4) dd,.service_002 li:nth-child(5) dl dd{
    	margin-top: 0; 
}
	.service_002 li:nth-child(3)>dl>dt{
		margin-bottom:20px;
	}

	.service_002 dd p:nth-child(2){
		margin-bottom:5px;
	}
	.service_002 li:nth-child(2) dd p:nth-child(2){
		margin-bottom:5px;
		text-indent:0;
		margin-left:0;
	}
	.service_002 li:nth-child(6) dl>dt>p {
    margin-bottom: 30px;
}
	.service_002 .service_002_07_flow{
		margin-left:0;
	}
	.service_002 .service_002_07_flow li {
		font-size: 5vw;
	}
	.service_002 .service_002_07_flow li span {
		font-size: 3.2vw;
		margin-left: 8px;
	}
	.service_002_07_flow li::after {
    left: 46px;
	}
	.service_002 .after {
	width:100%;
    padding: 44px 8%;
    box-sizing: border-box;
    margin-bottom: 70px;
	}

	.service_002 .after div{
		width:100%;
	}
	.service_002 .after h4 {
		font-size: 5vw;
	}
	.service_002 .after p:nth-child(4) {
    	text-indent: 0;
    	margin-left: 0;
	}

	.service_002 .after div:nth-child(2) {
    width: 100%;
    float: none;
}
	.service_002 .after div:nth-child(1) img {
	width:100%;
	margin-bottom:15px;
	}
	.service_002 ul.service_link, .service_005 ul.service_link{
		width:60%;
		margin:0 auto;
	}
	.service_002 ul.service_link li, .service_005 ul.service_link li{
		width:100%;
	}
	.service_002 ul.service_link li:first-child,.service_005 ul.service_link li:first-child{
		margin-bottom:18px;
	}
	.service_002 ul.service_link a, .service_005 ul.service_link a{
		padding: 14.5px 0 14.5px 37%;
	}
	.service_002 ul.service_link li:last-child a, .service_005 ul.service_link li:last-child a {
    	padding: 14.5px 0 14.5px 31%;
	}

	.service_003>div{
		width:90%;
		margin:0 auto;
	}
	.service_003>div>p{
		margin-bottom:50px;
	}
	.service_003 dt{
		display:block;
		width:100%;
	}
	.service_003 dd{
		display:block;
		width:100%;
		padding:15px 0 30px;
	}
	.service_003 dd p{
		text-indent:-1em;
		margin-left:1em;
	}
	.service_004>div{
		width:90%;
		margin:0 auto;
	}
	.service_004 dt span {
		position: static;
		display:block;
		padding-top:20px;
		margin-left:10px;
		line-height:22px;
	}
	.service_004 ul li{
		vertical-align:middle;
		font-size:5vw;
	}
	.service_004 .price_tbl ul:first-child li{
		padding:10px 0;
		font-size:5vw;
	}
	.service_004 .price_tbl ul li:first-child {
		width: 28%;
		font-size: 3.5vw;
		line-height:6vw;
		text-align: left;
		padding-left: 5px;
		border-right: #fff 1px solid;
	}
	.service_004 .price_tbl2 ul li:first-child{
		font-size: 3.5vw;
		line-height:6vw;
		text-align: left;
		padding-left: 5px;
		width: 49%;
		border-right:none;
	}
	.service_004 .note ul {
    width: 100%;
    border: 1px solid #000;
    padding: 6px 30px 40px;
	margin-bottom:95px;
}
	.service_004 dt {
		font-size: 5vw;
	}
	.service_004 .note ul li {
	font-size: 3.5vw;
}
	.service_005{
		margin-bottom:160px;
	}
	.service_005 div{
		width:90%;
		margin:0 auto;
	}
	.service_005 h4{
		margin-bottom:18px;
	}
	.service_005 ol{
		margin-bottom:85px;
	}
	.service_005 dl{
		padding:30px 0;
	}
	.service_005 dt img{
		width:16%;
		margin-right: 4%;
	}
	
	.service_005 dt p{
		width:80%;
	}
	.service_005 dd{
		width:100%;
		float:none;
	}
	.service_005 dd{
		text-indent:-1em;
	}
	.service_005 li>dl>dt>p{
		font-size: 4.3vw;
    	line-height: 7vw;
		padding-top:0;
		margin-bottom:0px;
	}
	.service_005 li:first-child>dl>dt>p{
		margin-bottom:40px;
	}
	.service_005 li:nth-child(4)>dl>dt>p{
	padding-top: 3.2vw;
	margin-bottom:40px;
	}
	.service_005 li:nth-child(5)>dl>dt>p{
	padding-top: 3.2vw;
	}
	.service_005 li:nth-child(3)>dl>dt img {
    padding: 8vw 0 0;
}
	.service_005 dd p:nth-child(2){
		margin-bottom:20px;
	}
	
}
@media screen and (max-width: 350px){
	.service_002 ul.service_link a, .service_005 ul.service_link a {
    padding: 14.5px 0 14.5px 33%;
	}
	.service_002 ul.service_link li:last-child a, .service_005 ul.service_link li:last-child a {
    padding: 14.5px 0 14.5px 25%;
	}
}

/*施工事例*/
.work_000{
	background-image:url(../work/img/work_001_01.png);
	background-size:100% auto;
	height:174px;
	background-repeat: no-repeat;
}
.work_001{
	position:relative;
	margin-top:-173px;
}
.work_001>img{
	position:absolute;
	left:50%;
	margin-left:-72px;
	top:108px;
}
.work_001>div{
	padding:310px 0 0;
	text-align:center;
	margin-bottom:140px;
}
.work_001 h2{
	margin-bottom:85px;
}
.work_001 p{
	font-size:15px;
	line-height:35px;
	font-weight:bold;
	letter-spacing: 5px;
	margin-bottom:64px;
}
.work_001 ul{
	width:860px;
	margin:0 auto 150px;
	overflow:hidden;
}
.work_001 ul li{
	float:left;
	width:412px;
	color:#fff;
	text-align:left;
	text-decoration: none;
}
.work_001 ul li:last-child{
	float:right;
}
.work_001 ul li a:hover{
	opacity:0.5;
	transition:0.5s;
}
.work_001 ul li a{
	width:100%;
	position:relative;
	font-size:17px;
	font-family: "Yu Mincho", "YuMincho", serif;
	color:#fff;
	display:block;
}
.work_001 ul li:hover a{
	color:#000;
	transition:0.5s;
}
.work_ex div{
	width:860px;
	margin:0 auto;
}
.work_ex>div:nth-child(2)>img{
	margin-bottom:40px;
}
.work_ex h3{
	margin-bottom:55px;
	font-size:32px;
	font-weight:normal;
}
.work_ex ul{
	margin:0 0 5px;
}
.work_ex ul li:last-child{
	margin-bottom:0;
}
.work_ex ul li{
	float:none;
	width:100%;
	margin-bottom:5px;
}
.work_ex dl{
	width:100%;
	text-align:left;
}
.work_ex dl:nth-child(6){
	padding-bottom:30px;
	margin-bottom:35px;
	border-bottom:1px solid #000;
}
.work_ex dl:nth-child(7){
	margin-bottom:85px;
}
.work_ex dt{
	font-size:18px;
	margin-bottom:12px;
	font-weight:bold;
}
.work_ex dd p{
	font-size:15px;
	line-height:32px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: normal;
	font-weight:normal;
	margin-bottom:0px;
}

.work_ex a{
	display:block;
	margin:0 auto;
	width:201px;
	padding:14px 0;
	background-color:#000;
	color:#fff;
	border:1px solid #000;
	position:relative;
}
.work_ex a:hover{
	background-color:#fff;
	color:#000;
	transition:0.5s;
}
.work_ex a::after{
	position:absolute;
	content:"";
	display:block;
 	width: 5px;
  	height: 5px;
	right:15px;
	bottom:18px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
.work_ex a:hover::after{
	border-color: #000 #000 transparent transparent;
}
.work_ex span{
	display:block;
	text-align:right;
	font-size:16px;
	line-height:32px;
	margin-bottom:30px;
}
@media screen and (max-width: 600px){
	.work_000{
	background-image:url(../work/img/sp_work_001_01.png);
	background-size:100% auto;
	height:105px;
	background-repeat: no-repeat;
	}
	.work_001>img{
	position:absolute;
	left:50%;
	margin-left:-11vw;
	top:15vw;
	width:22vw;
	margin-top:58px;
	}
	.work_001 div {
    padding: 58vw 0 0;
}
	.work_001>div{
		margin-bottom:150px;
	}
	.work_001 h2{
		margin-bottom:50px;
	}
	.work_001 h2 img{
		width:33%;
	}
	.work_001 p{
		width:80%;
		margin:0 auto 35px;
	}
	.work_001 ul{
		width:100%;
		margin:0 auto;
	}
	.work_001.index ul{
		width:90%;
	}
	.work_001 ul li{
		width:100%;
	}
	.work_001 ul li:first-child{
		margin-bottom:18px;
	}
	.work_001 ul li img{
		width:100%;
		vertical-align: bottom;
	}
	.work_ex div{
		width:90%;
		margin:0 auto;
		padding:0;
	}
	.work_ex>div:nth-child(2)>img{
		margin-bottom:10px;
		width:13vw;
	}
	.work_ex h3{
		line-height:8.6vw;
		margin-bottom:36px;
	}
	.work_ex h3 img{
		width:80%;
	}
	
	.work_001 .work_ex ul li:first-child{
		margin-bottom:5px;
	}
	.work_ex dt{
		font-size:4.6vw;
	}
	.work_001 p{
		width:100%;
		font-size: 3vw;
   		line-height: 5.5vw;
		letter-spacing: 3px;
	}
	.work_ex dd p{
		font-size:4vw;
		line-height:7.4vw;
	}
	.work_ex dl:nth-child(5){
		border-color:#cacaca;
	}
	.work_ex dl:nth-child(6) {
		padding-bottom: 45px;
		margin-bottom: 40px;
		border-bottom: 1px solid #cacaca;
	}
}
/*お問い合わせ*/
.contact_000{
	background-image:url(../contact/img/contact_001_01.png);
	background-size:100% auto;
	height:174px;
	background-repeat: no-repeat;
}
.contact_001{
	position:relative;
	margin-top:-173px;
}

.contact_001>img{
	position:absolute;
	left:50%;
	margin-left:-72px;
	top:108px;
}
.contact_001>div{
	padding:310px 0 0;
	text-align:center;
	margin:0 auto 65px;
	width:886px;
	border-bottom:1px solid #000;
}
.contact_001 div p{
	font-size:15px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:15px;
}
.contact_001 h2{
	margin-bottom:85px;
}
.contact_001 ul{
	width:456px;
	margin:0 auto 46px;
	background-color:#dee2e2;
	border-radius: 20px;
	padding:30px 90px;
	box-sizing: border-box;
}

.contact_001 ul li{
	text-align:left;
	display:table;
	width:100%;
}
.contact_001 ul li p{
	display: table-cell;
	width:50px;
	text-align:center;
}
.contact_001 ul li p img{
	vertical-align: -2px;
}
.contact_001 ul li:last-child p img{
	vertical-align: -1px;
}
.contact_001 ul li a{
	display:table-cell;
	color:#000;
	font-size:20px;
	width:260px;
	font-weight:bold;
}
.contact_002 form{
	width:860px;
	margin:0 auto 157px;
}
.contact_002 form ul{
	text-align: center;
}
.contact_002 dl{
	width:100%;
	display: table;
	margin-bottom:30px;
}
.contact_002 dl:nth-child(3){
	margin-bottom:7px;
}
.contact_002 dt{
	width:180px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	display: table-cell;
}
.contact_002 dl:nth-child(6) dt{
	vertical-align: top;
}
.contact_002 dt span{
	color:#c1272d;
	font-weight:bold;
}
.contact_002 dd{
	display: table-cell;
	width:670px;
}
.contact_002 dd span{
	display:block;
	font-size:13px;
	margin-bottom:7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.contact_002 input{
	width:50%;
	padding:10px;
	border:1px solid #cccccc;
	box-sizing: border-box;
	cursor: pointer;
}
.contact_002 textarea{
	width:100%;
	padding:10px;
	border:1px solid #cccccc;
	line-height:22px;
}
.contact_002 ul li{
	text-align:center;
}
.contact_002 input.mouse-over{
	width:auto;
	border:none;
}
.thanks_001 a{
	color:#fff;
}
.thanks_001 a.go_top{
	width:200px;
	padding:20px 0;
	background-color:#000;
	margin:0 auto 150px;
	display:block;
	border:1px solid #000;
}
.thanks_001 a.go_top:hover{
	background-color:#fff;
	color:#000;
	transition:0.5s;
}
.thanks_001>div{
	border:none;
}


@media screen and (max-width: 600px){
	.contact_000{
	background-image:url(../contact/img/sp_contact_001_01.png);
	background-size:100% auto;
	height:105px;
	background-repeat: no-repeat;
	}
	.contact_001>img{
	position:absolute;
	left:50%;
	margin-left:-11vw;
	top:15vw;
	width:22vw;
	margin-top:58px;
	}
	.contact_001>div {
  	padding: 58vw 0 0;
	margin: 0 auto 46px;
    text-align: center;
    width: 90%;
    border-bottom: 1px solid #000;
}
	.contact_001 h2{
		margin-bottom:60px;
	}
	.contact_001 h2 img{
		width:50%;
	}
	.contact_001 dl{
		width:90%;
		margin:0 auto;
	}
	.contact_001 dt img{
		width:24%;
	}
	.contact_001 dd img{
		width:80%;
	}
	.contact_001 ul{
		width:100%;
		padding: 30px 0 30px 12%;
		margin-bottom:40px;
	}
	.contact_001 ul li p img{
		width:27px;
	}
	.contact_002 form{
		width:90%;
		margin-bottom:120px;
	}
	.contact_002 dl{
		display:block;
	}
	.contact_002 dt{
		width:100%;
		display:block;
		margin-bottom:15px;
	}
	.contact_002 dd{
		width:100%;
		display:block;
		margin-bottom:40px;
	}
	.contact_002 dl:nth-child(3){
		margin-bottom:0;
	}
	.contact_002 dl:nth-child(3) dd{
		margin-bottom:0;
	}
	.contact_002 input{
		width:85%;
		font-size: 16px;
	}
	.contact_002 textarea{
		box-sizing: border-box;
		font-size: 16px;
	}
	.contact_002 input.mouse-over{
		padding:0;
		width: 60%;
	}
}


/*お問い合わせ確認*/
.check>div{
	text-align:center;
	padding:30px 0;
}
.check>div img{
	margin-bottom:10px;
}
.check h1{
	font-size:12px;
	color:#000;
	margin:0;
	position: static;
}
.check .check_001{
	width:860px;
	margin:0 auto;
}
.check_001 p{
	margin-bottom:50px;
	margin-top:50px;
}
.check_001 dl{
	width:100%;
	overflow:hidden;
	padding:20px 0;
	border-bottom:1px solid #000;
}
.check_001 dl:nth-child(5){
	margin-bottom:80px;
}
.check_001 dt{
	width:30%;
	float:left;
	clear:both;
	text-align: left;
	font-size:15px;
	line-height:32px;
}
.check_001 dd{
	width:70%;
	float:left;
	text-align: left;
	font-size:15px;
	line-height:32px;
}
.check_001 input{
	background-color:#000;
	color:#fff;
	border:1px solid #000;
	padding:10px;
	width:240px;
	cursor: pointer;
}
.check_001 input:hover{
	background-color:#fff;
	color:#000;
	transition:0.5s;
}

@media screen and (max-width: 600px){
	.check .check_001{
		width:90%;
		margin:0 auto 80px;
		padding-top:0;
	}
	.check>div {
    text-align: center;
    padding: 30px 0 0;
}
	.check_001 p{
		font-size:3.5vw;
		line-height:7vw;
		text-align:left;
	}
	.check>div img{
		width:30vw;
	}
	.check_001 dt{
		width:35%;
	}
	.check_001 dd{
		width:65%;
	}
	.check_001 dt,.check_001 dd {
    font-size:3.2vw;
	line-height:6.4vw;
	}
	.check_001 input{
		display:block;
		margin:0 auto;
	}
}


@media screen and (min-width: 600px) and (max-width: 1220px){
	html{
		width:1220px;
	}
}