@charset "utf-8";
/* CSS Document */

/*Noto Sans JP
Merriweather Sans*/

/****************reset*******************/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	width:auto;
	font-size:100%;
	line-height:100%;
	font-weight:normal;
	box-sizing:border-box;
	text-align: justify;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
	font-size:100%;
	line-height:100%;
	font-weight:normal;
}
a img {
	border:none;
}
img{
	max-width:100%;
	line-height:100%;
	font-size:0px;
	-webkit-backface-visibility:hidden;
}
a,button{
	text-decoration:none;
    transition: background-color none!important;
	cursor:pointer;
}
a{
    word-break: break-all;
	color: inherit;
}

.pc{display: block;}
.sp{display: none;}
.sp2{display: none;}
.tablet{display: none;}
.tablet0{display: none;}
.gnav_sp{display: none;}
.hamburger_logo{display: none;}
.touring_information2 {display: none;}

/****************clearfix*******************/
.clearfix {
	min-height:1px;
	/*overflow-x:hidden;*/
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
* html .clearfix{height:1px; /*\*//*/ height:auto; overflow:hidden; /**/}

input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
  }

html{ font-size:16px; font-family: 'Noto Sans JP', sans-serif;}

/* ハンバーガーメニュー */
.hamburger{ position:fixed; right:0; top:0; z-index:999; padding: 2.8vw 3vw;}
.menu-trigger,.menu-trigger span{ display:inline-block; transition:all .5s; box-sizing:border-box; margin:0 auto;}
.menu-trigger{ position:relative; width:25px; height:22px; cursor:pointer;}
.menu-trigger span { position:absolute; left:0; width:100%; height:3px; border-radius:3px;  background-color:#000;}
.menu-trigger span:nth-of-type(1) { top:0;}
.menu-trigger span:nth-of-type(2) { top:10px;}
.menu-trigger span:nth-of-type(3) { bottom:0;}

.menu-trigger.active span:nth-of-type(1) { -webkit-transform:translateY(10px) rotate(-45deg); transform:translateY(10px) rotate(-45deg); width:100%;}
.menu-trigger.active span:nth-of-type(2) { opacity:0; width:100%;}
.menu-trigger.active span:nth-of-type(3) { -webkit-transform:translateY(-9px) rotate(45deg); transform:translateY(-9px) rotate(45deg); width:100%;}

.menu-trigger p{ position:absolute; left:25px; font-weight:bold;}

/* ハンバーガーメニュー内容 折り畳まれ部分 */
#navigation{position:relative; display:none; width:100%; height:120vh; top:0; left:0; z-index:3; overflow-y:scroll;}
#navigation::-webkit-scrollbar {display:none;}
#navigation .navigation_inner{display: table;width:100%;height: 100%;overflow: scroll;background-color: #fff;}
#navigation .navigation_inner .navigation_menu{display:flex;flex-wrap:wrap;padding: 5vw 0 0;justify-content:space-between;}
#navigation .nav_btns{width:100%;display:flex;padding: 4% 0 10%;background-color:#fff;}
#navigation .nav_btns a{width: 47%;margin: 0 auto;}
#navigation .nav_btns a:last-child{margin:0 auto;}
#navigation .nav_btns img{width:100%;}
#navigation .navigation_inner .navigation_menu li{width:100%;background:url(../img/link.png) no-repeat;background-size:2.5%;background-position:98% 92.5%;border-top:1px solid #ddd;}
#navigation .navigation_inner .navigation_menu li:last-child{border-bottom:1px solid #ddd;}
#navigation .navigation_inner .navigation_menu li a{padding: 4% 5%;font-size: 4vw;line-height:1.25;display:block;font-family: 'Merriweather Sans', sans-serif;}
#navigation .navigation_inner .navigation_menu li a span{color: #ff6600;}
#navigation .navigation_inner .navigation_menu li.recruit_btn{background:#69b017;}
#navigation .navigation_inner .navigation_menu li.recruit_btn a{color:#fff;}

/****************************共通****************************/
#wrap {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}}

#contents {margin-top: 185px;}
section{margin-bottom: 150px;}
section:last-child{margin-bottom: 0px;}
.title {font-family: 'Merriweather Sans', sans-serif; font-size: 2.5rem; text-align: center; margin-bottom: 60px; font-weight: 600;}
/*#concept, #touring >h2{margin-bottom: 58px;}*/
.title span {color: #ff6600;}

/****************************Concept****************************/
#concept h3{font-size: 2.375rem; text-align: center; margin-bottom: 50px; font-weight: bold; letter-spacing: 8px;}
#concept div:nth-of-type(1){text-indent: -9999px; background: url("../img/concept.jpg") center center no-repeat; background-size: cover; width: 100%; min-height: 535px; height: 34vw;}
#concept div:nth-of-type(2){ padding: 3vw 5vw; width: 1200px; box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.17); margin: -7vw auto 0; background: #fff;}
#concept div:nth-of-type(2) p{line-height: 2.4; font-size: 1.125rem;}

#fixed{position: fixed; bottom: 15%; right: 0; background: #f68913;          border-radius: 20px 0px 0px 20px; z-index: 1000; height: 200px;}
#fixed a {display: block; padding: 24px 20px; transition: all 0.6s ease-in-out 0s;}
#fixed p{-ms-writing-mode: tb-rl; writing-mode: vertical-rl; color: #fff; font-size: 18px; letter-spacing: 2px;}
#fixed p::after{content: "▼"; display: inline-block; margin-top: 15px; font-size: 12px;}


/****************************main****************************/
.header_inner{position: relative;}
.header_inner h1{position: absolute; top: 50px; left: 60px; z-index: 100;}
.header_inner .gnav_pc{position: absolute; z-index: 100; top: 130px; right: 0; padding: 0 0 25px 0; border-bottom: 1px solid; border-color:rgba(255, 255, 255, 0.45);}
.header_inner .gnav_pc li{position: relative; display: inline-block; margin-right: 50px; color: #FFFFFF; font-size: 1.25rem; font-family: 'Merriweather Sans', sans-serif; font-weight: 300;}
.header_inner .gnav_pc li a {padding-left: 5px;}
.gnav_pc ul li a:hover {opacity: 0.7;}
.gnav_pc ul li a::after {content: "";display: block;position: absolute;bottom: -27px;left: 0;width: 100%;height: 1px;opacity: 0;background-color: #fff;transition: all .3s;}
.gnav_pc ul li a:hover::after {opacity: 1;}
.header_inner p{position: absolute; z-index: 100; top: 50%; left: 60px; transform: translateY(-50%); font-size: 3.3vw; font-weight: 700; line-height: 5vw; color: #fff; text-shadow: 0px 0px 30px #0000009e; font-family: 'Merriweather Sans', sans-serif; letter-spacing: 2px;}
.header_inner p span{font-size: 2.2vw; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; letter-spacing: 2px;}
.header_inner .main_slide_wrap{position: relative; z-index: 1;}

.slick-slide img {width: 100%;}
.main_slide_wrap .slick-initialized .slick-slide{height: 50vw !important;}
.main_slide_wrap .slick-dots li button:before{font-size: 30px!important; line-height: 30px!important; background: #000!important; content: ""!important; width: 58px!important; height: 5px !important;}
.main_slide_wrap .slick-dots li.slick-active button:before{background: #ff6600!important;}
.main_slide_wrap .slick-dots li {margin: 0 8px !important; width: 58px !important; height: 10px !important;}
.main_slide_wrap .slick-dots {bottom: -50px !important;}

/*****************************News*****************************/
#news {width: 1200px; margin: 0 auto 120px;}

/*****************************Work*****************************/

#work{background:url("../img/work_bg.jpg")no-repeat; background-size: cover; padding: 120px 0px; background-attachment: fixed!important; }
#work>p{ text-align: center; color: #fff; font-weight: 500; line-height: 2.1; letter-spacing: 2px; font-size: 1.375rem;}

#container {margin: 0 auto; width: 100%; text-align: center;}

#tabAccordion { width: 1200px; background: #fff; margin: 60px auto 0; position: relative;}

#tabAccordion dl {top: 0;left: 0;width: 100%;}

#tabAccordion dl dt {top: 0;left: 0;width: 25%;height: 106px;font-weight: bold;position: absolute;border-right: #adaaa5 1px solid;background: #f0f0f0;box-sizing: border-box;font-size: 1.625rem;border-top: 10px solid #000;}

#tabAccordion dl:nth-child(2) dt {left: 25%;}

#tabAccordion dl:nth-child(3) dt {left: 50%;}

#tabAccordion dl:nth-child(4) dt {left: 75%; border-right: 0px; }

#tabAccordion dl dt a {padding: 36px 0;font-weight: bold;display: block;text-align: center;/*	-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; transition: all 0.2s linear;*/}

#tabAccordion dl dt.btnAcv {
	background: #fff; border-top: 10px solid #ff6600;
}

#tabAccordion dl dd {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 165px 150px 128px;
    margin-inline-start: 0px;
}

#tabAccordion dl dd h3 {text-align: center;
    color: #f0f0f0;
    font-weight: 500;
    font-size: 6.25rem;
    letter-spacing: 4px;
    white-space: nowrap;    font-family: 'Anton', sans-serif;} 
#tabAccordion dl dd h4 { text-align: center; font-size: 1.875rem; font-weight: bold; margin-top: -26px; letter-spacing: 3px;} 
#tabAccordion dl dd p {margin: 40px auto; width: 95%; line-height: 2;} 
#tabAccordion dl dd .work_photo {display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: auto;} 
#tabAccordion dl dd .work_photo>div { width: 400px;} 
#tabAccordion dl dd .work_photo>div img {width: 100%;} 


/*touring*/
#touring{ display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: center; position: relative; height: 35vw; }
.touring_top {display: none;}
.touring_information{    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); width: 60%; background: #f5f5f5; padding: 4.2vw 0; box-sizing: border-box; }
.touring_information h2,.touring_information h3,.touring_information p {margin-left: 10vw;}
.touring_information h2{text-align: left;}
.touring_information h3{font-size: 2rem; font-weight: bold; letter-spacing: 4px;}
.touring_information h3::after{display: block; content: ""; max-width: 920px;
    width: 50vw;height: 2px; background: #ff6600; margin: 35px 0 40px; margin-left: -10vw;}
.touring_information p{font-size: 1.125rem; line-height: 1.8; margin-bottom: 50px;}
.touring_information p:last-child{margin-bottom: 0px;}

.touring_slide {width: 40%; height: 35vw; }
/*.touring_slide .slick-initialized .slick-slide{height: 50vw !important;}*/
.touring_slide2 .slick-dots li button:before{font-size: 30px!important; line-height: 30px!important; background: #000!important; content: ""!important; width: 16px!important; height: 16px !important; border-radius: 50%!important;}
.touring_slide2 .slick-dots li.slick-active button:before{background: #ff6600!important;}
.touring_slide2 .slick-dots li {margin: 0 6px !important;}
.touring_slide2 .slick-dots {    width: 80%;
    bottom: 30px !important;
    left: 50%;
    transform: translate(-50%, -50%);}



/*****************************Company*****************************/

#company{width: 1200px; margin: 0 auto 300px;}
.company_map{ width: 100%; margin-bottom: 55px;}
.company_map>iframe{ width: 100%;  height: 450px;}
.company_map>p{margin-top: 20px;}
.company_information {    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: auto;}
.company_left {text-indent: -9999px; background: url("../img/company.jpg") center center no-repeat; background-size: cover; width: 52%; height: auto;}
.company_left img{width: 100%; height: 100%;}
.company_right {width: 45%;}
.company_right dl{}
.company_right dl::after{width: 100%; height: 2px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6600+22,ff6600+22,ff6600+23,c2c2c2+23,c2c2c2+23,c2c2c2+100 */
background: rgb(255,102,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,102,0,1) 22%, rgba(255,102,0,1) 22%, rgba(255,102,0,1) 23%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 23%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,102,0,1) 22%,rgba(255,102,0,1) 22%,rgba(255,102,0,1) 23%,rgba(194,194,194,1) 23%,rgba(194,194,194,1) 23%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,102,0,1) 22%,rgba(255,102,0,1) 22%,rgba(255,102,0,1) 23%,rgba(194,194,194,1) 23%,rgba(194,194,194,1) 23%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#c2c2c2',GradientType=1 ); /* IE6-9 */

}
.company_right dt{float: left; width: 25%; padding: 15px 0 15px 0.5em; line-height: 1.3;}
.company_right dd{float: right; width: 75%; padding: 15px 0 15px 0.5em; line-height: 1.4;}
.indent:last-child{padding: 0px 0px 15px 0 !important;}
.indent{padding: 15px 0 0 0 !important;}

/*****************************Contact*****************************/

#contact_wrap{    background: url("../img/contact_bg.jpg") center center no-repeat;
    background-size: cover;
	position: relative;
	width: 100%;
    height: 70vw;
    min-height: 1460px;}
#contact_wrap>div{    width: 1200px;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-sizing: border-box;
    border: solid #f5f5f5 32px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.17);
    padding: 80px 0 40px;}
.contact_top , .contact_bottom{ width: 730px; margin: auto;}

.contact_top{}
.contact_top::after{ content: ""; display: block; width: 100%; height: 2px; background:#ff6600; margin-bottom: 50px;}
.contact_top .title{margin-bottom: 20px;}
.contact_top p{ text-align: center; margin-bottom: 40px;}

.contact_bottom{}
.contact_bottom ul{}
.contact_bottom li{padding: 36px 0 26px !important; border-bottom: 1px solid #d1d1d1;}
.contact_bottom li:last-child{border-bottom: none;}
.contact_bottom li:nth-of-type(9){border-bottom: none;}
.contact_bottom h5{font-size: 1rem; float: left; width: 32%;}
.contact_bottom h5>span{ color: #FFFFFF; background: #ff0000;font-size: 0.8125rem; padding: 0px 8px; box-sizing: border-box; display: inline-block; margin-left: 0.5rem;}
.contact_bottom input, textarea{ border: none; background: #f5f5f5; padding: 10px; box-sizing: border-box; float: right; width: 68%;}
.contact_bottom textarea{ line-height: 1.4;}

.submit{padding: 36px 0 26px !important;}
.submit input{ width: 20%; height: 50px; color: #fff; background: #ff6600; cursor: pointer;}

input:focus {outline:1px solid #d1d1d1;}
textarea:focus {outline:1px solid #d1d1d1;}


/*****************************footer*****************************/
footer{width: 100%;}
.footer_inner{width: 1200px; margin: auto; padding: 50px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}

.footer_left{width:50%; }
.footer_left dt{width: 26.5vw; font-weight: bold; margin-bottom: 15px;}
.footer_left dd{line-height: 1.7; text-indent: -6px; letter-spacing: 0.4px;}
.footer_left dd span{padding-left: 10px; margin-right: 25px;}

.footer_right{width: 50%;}
.footer_right li{font-size: 1.25rem; display: inline-block; margin-right: 1.125rem; font-family: 'Merriweather Sans', sans-serif; font-weight: 300;}
.footer_right li:last-child{margin-right: 0px;}
.footer_right a{}
.footer_right i{font-size: 1.375rem;}

.footer_bottom { width:100%; padding: 10px 0px; background: #f60;}
.footer_bottom p {color: #fff; font-size: 12px; text-align: center;}

@media screen and (max-width:2045px){
	/*touring*/
	#touring{height: 35vw; }
	#touring .title{margin-bottom: 2.5vw;}
	.touring_information{ width: 60%;}
	.touring_information h2,.touring_information h3,.touring_information p {margin-left: 7vw;}
	.touring_information h3::after{max-width: 850px; width: 50vw;margin: 35px 0 40px; margin-left: -7vw;}
	.touring_information p {line-height: 1.7; margin-bottom: 35px;}
	.touring_slide {width: 40%; height: 35vw; }

}

@media screen and (max-width:1800px){
	
	#concept div:nth-of-type(1) {height: auto;}
	/*touring*/
	#touring{height: 35vw;}
	#touring .title{margin-bottom: 2vw;}
	.touring_information{ width: 55%; top: 57%;}
	.touring_information h2,.touring_information h3,.touring_information p {margin-left: 4vw;}
	.touring_information h3::after{max-width: 765px; width: 50vw;margin: 2vw 0 2.5vw; margin-left: -4vw;}
	.touring_information p {line-height: 1.7; width: 90%; margin-bottom: 20px;}
	.touring_slide {width: 45%; height: 35vw; }

}


@media screen and (max-width:1600px){
	
	.main_slide_wrap .slick-initialized .slick-slide{height: 60vw !important;}
	
	.header_inner p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.6vw;
    letter-spacing: 2.5px; top: 58%;}
	
	.header_inner p span {
    font-size: 2.6vw;
    font-weight: 700;
    letter-spacing: 2.5px;}
	
	/*touring*/
	#touring{height: 44vw;}
	#touring .title{margin-bottom: 2vw;}
	.touring_information{ width: 55%; top: 50%; padding: 3.2vw 0;}
	.touring_information h2,.touring_information h3,.touring_information p {margin-left: 2vw;}
	.touring_information h3::after{max-width: 728px; width: 50vw; margin: 1.5vw 0 2vw; margin-left: -2vw;}
	.touring_information p {line-height: 1.7; width: 90%; margin-bottom: 14px;}
	.touring_slide {width: 45%; height: 39.4vw; }

}


@media screen and (max-width:1385px){
	
	html {font-size: 15px;}

	.title {font-size: 2.4rem; margin-bottom: 50px;}
	
	.header_inner h1 {top: 45px; left: 40px; width: 28%;}
	.header_inner p {
    top: 60%;
    left: 40px;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 5.6vw;}
	.header_inner p span {
    font-size: 2.8vw;}
	
	/*concept*/
	#concept h3 {font-size: 2.133rem; margin-bottom: 30px;}
	#concept div:nth-of-type(2) {
		padding: 2.5vw 4vw;}
	#concept div:nth-of-type(2) p {line-height: 2.2; font-size: 1.067rem;}
	#concept div:nth-of-type(1) {min-height: 450px;}
	/*work*/
	#work {padding: 85px 0px;}
	#tabAccordion {margin: 50px auto 0;}
	#tabAccordion dl dt {font-size: 1.6rem;}
	#tabAccordion dl dd {padding: 155px 140px 118px;}
	#tabAccordion dl dd p {font-size: 1.067rem; margin: 35px auto;}
	#tabAccordion dl dd .work_photo>div {
    width: 426px;}
	/*touring*/
	#touring{height: 42vw;}
	#touring .title{margin-bottom: 3vw;}
	.touring_information{ width: 55%; top: 56%; padding: 2.8vw 0;}
	.touring_information h2,.touring_information h3,.touring_information p {margin-left: 3vw;}
	.touring_information h3 {font-size: 1.733rem;}
	.touring_information h3::after{max-width: 632px; width: 50vw; margin: 1.5vw 0 2vw; margin-left: -3vw;}
	.touring_information p {line-height: 1.7; width: 82%; margin-bottom: 14px; font-size: 1.067rem;}
	.touring_slide {width: 45%; height: 35vw; }
	
	/*Contact*/
	#contact_wrap{
		height: 70vw;
		min-height: 1425px;}
	#contact_wrap>div{    width: 1140px;
    padding: 75px 0 35px;}
	.contact_top , .contact_bottom{ width: 780px;}
	.contact_top::after{margin-bottom: 40px;}
	.contact_top p{margin-bottom: 40px;}


}


@media screen and (max-width:1300px){
	
	html {font-size: 14px;}
	/* 共通 */
	#contents {margin-top: 140px;}
	section{margin-bottom: 120px;}
	.title {font-size: 2.2rem; margin-bottom: 40px;}/*h2부분*/

	.header_inner h1 {left: 30px;}
	.header_inner p {
    left: 30px;
    font-size: 4.5vw;
    line-height: 5.8vw;}
	.header_inner p span {font-size: 3vw;}
	/*news*/
	#news{ width: 90%; margin: 0 auto 90px;}
	
	/*concept*/
	#concept h3 {font-size: 2rem; margin-bottom: 30px;}
	#concept div:nth-of-type(2) {padding: 3vw 4vw; width: 90%;}
	#concept div:nth-of-type(2) p {line-height: 2.2; font-size: 1.067rem;}
	#concept div:nth-of-type(1) {min-height: 360px;}
	/*work*/
	#work {padding: 70px 0px;}
	#wrok>p {line-height: 2;}
	#tabAccordion {margin: 40px auto 0; width: 90%;}
	#tabAccordion dl dd {padding: 150px 80px 113px;}
	#tabAccordion dl dd p {font-size: 1.067rem; margin: 30px auto;}
	#tabAccordion dl dd .work_photo>div {width: 49%;}
	/*touring*/
	#touring{height: 39vw;}
	.touring_information{top: 50%; }
	.touring_information h3::after{max-width: 584px;}
	.touring_slide {height: 39vw; }
	
	/*company*/
	#company{width: 90%; margin: 0 auto 250px;}
	.company_map>iframe {height: 420px;}
	
	/*Contact*/
	#contact_wrap{
		height: 70vw;
		min-height: 1425px;}
	#contact_wrap>div{width: 85%;
    padding: 70px 0 30px;
    border: solid #f5f5f5 26px;}
	.contact_top , .contact_bottom{ width: 78%;}
	.contact_top::after{margin-bottom: 35px;}
	.contact_top p{margin-bottom: 35px;}
	
	/*footer*/
	.footer_inner{width: 85%; padding: 40px 0;}
	.footer_left{width:45%; margin-left: 0%;}
	.footer_right{width: 55%; margin-right: 0%; text-align: right;}
	
	

}

@media screen and (max-width:1100px){
	
	.tablet0{display: block;}
	section {margin-bottom: 100px;}
	
	/*news*/
	#news{width: 90%; margin: 0 auto 70px;}
	/*main*/
	.header_inner h1{width: 280px;}
	#tabAccordion dl dd h4 {line-height: 1.4;}
	.header_inner .gnav_pc{padding: 0 0 22px 0;}
	.header_inner .gnav_pc li{margin-right: 3.5vw;}
	.header_inner .gnav_pc li a {padding-left: 5px;}
	.gnav_pc ul li a::after {bottom: -22px;}
	.gnav_pc ul li a:hover::after {opacity: 1;}
	
	#fixed {height: 185px;}
	#fixed a {padding: 22px 20px;}
	#fixed p { font-size: 16px;}

	#concept h3 {letter-spacing: 7px;}
	
	/*touring*/
	/*#touring{height: 37.5vw; margin-top: 212px;}
	.touring_information h2,.touring_information h3{display: none;}
	.touring_information h3::after{display: none;}
	/*touring_top*/
/*	.touring_top {display: block; width: 100%; position: absolute; top: -112px; left: 50%; transform: translateX(-50%);}
	#touring .title{margin-bottom: 2.5vw;}
	.touring_top h3{text-align: center; font-size: 2.838vw; font-weight: bold; letter-spacing: 3px;}
	.touring_top h3::after{display: block;
    content: "";
    width: 2vw;
    height: 2px;
    background: #ff6600;
    margin: 35px 0 40px;}
	touring_information
	.touring_information{    padding: 3vw 0;
    width: 57%;
    z-index: 100;
    height: 37.5vw;}
	.touring_information p {line-height: 1.8; width: 85%; margin: 0 auto 1vw; font-size: 1.6vw;}
	.touring_slide {width: 43%; height: 37.5vw;}	
	.touring_slide2 .slick-dots {bottom: 0px !important;}*/
		#touring {
    height: auto;}
	.touring_information {display: none;}
	.touring_information2 {display: block;
		margin: auto;
		background: #fff;
		width: 90%;
		padding: 3vw 0;}
	.touring_top {display: block; width: 100%; margin-bottom: 30px;}
	#touring .title{margin-bottom: 40px;}
	.touring_top h3{text-align: center; font-size:2rem;font-weight:bold; letter-spacing: 3px;}
	
	.touring_slide {width: 90%; height: auto; transform: none; position: unset; margin: 0 auto;}
	.touring_slide2 .slick-dots {bottom: 10px !important;}
	.touring_information2 p { line-height: 2;
    width: 83%;
    margin: 0 auto 1.6vw;
    font-size: 1.067rem;}
	.slick-dotted.slick-slider{margin-bottom: 0;}
	
	/*company*/
	.company_information{width: 100%;}
	
	/*footer*/
	.footer_inner{width: 85%; padding: 40px 0;}
	.footer_left{width:40%; margin-left: 0%;}
	.footer_right{width: 60%; margin-right: 0%;}
	.footer_right li{font-size: 1.1rem;}
	
}

@media screen and (max-width:980px){
	
	.tablet {display: block;}
	.pc {display: none;}
	
	#concept h3 {font-size: 2.8vw; letter-spacing: 5px;}
	#concept div:nth-of-type(2) {padding: 4vw;}
	#concept div:nth-of-type(2) p {
    line-height: 1.95;
    font-size: 1.067rem;}
	
	#work{padding: 65px 0px;}
	#work>p { font-weight: 400; line-height: 1.75; letter-spacing: 2px; font-size: 2vw; width: 80%; margin: auto;}
	#tabAccordion dl dt.btnAcv {border-top: 8px solid #ff6600;}
	#tabAccordion dl dt {font-size: 1.48rem; border-top: 8px solid #000;}
	#tabAccordion dl dd {padding: 125px 50px 88px;}
	#tabAccordion dl dd h3 {font-size: 8vw;letter-spacing: 3px;}
	#tabAccordion dl dd h4 { font-size: 2.8vw; letter-spacing: 2px; line-height: 1.45;}
	#tabAccordion dl dd p { margin: 26px auto;}
	
	#company{margin: 0 auto 220px; width: 90%;}
	.company_map{ margin-bottom: 30px;}
	.company_map>iframe{ height: 340px;}
	.company_map>p{font-size: 1.6vw; margin-top: 15px;}
	.company_left{ background: url(../img/company.jpg) 50% 34% no-repeat; background-size: cover; width: 100%; height: 44vw; margin-bottom: 30px;}
	.company_right {width: 95%; margin: auto;}
	.company_right dt{font-size: 1.7vw;}
	.company_right dd{font-size: 1.65vw;}
	
	/*touring*/
	.touring_top h3 {font-size: 2.8vw;}
	.touring_information2 p {width: 90%;}
/*	#touring {
    height: 74vw;
    margin-top: 212px;}
	
	.touring_slide {width: 90%; height: 50vw; top: 36%; right: 2.5%;}
	.touring_information {height: 35vw; top: 86%; width: 100%; background: #fff;}
	.touring_information p {    line-height: 2;
    width: 82%;
    margin: 0 auto 1.6vw;
    font-size: 1.067rem;}*/
	
	/*Contact*/
	#contact_wrap{min-height: 1310px;}
	#contact_wrap>div{width: 90%; padding: 40px 0 20px;
    border: solid #f5f5f5 18px;}
	.contact_top , .contact_bottom{width: 90%;}
	.contact_top::after{margin-bottom: 30px;}
	.contact_top p{margin-bottom: 30px;}
	.submit {
    padding: 10px 0 20px !important;}
	.contact_bottom h5>span {
    padding: 2px 8px;}
	
	/*footer*/
	.footer_inner{width: 90%; padding: 8vw 0;}
	.footer_left{width: 100%; margin-left: 0%; text-align: center; margin-top: 30px;}
	.footer_left dt {width: 29vw; margin-bottom: 15px; margin: 0 auto 15px;}
	.footer_left dd { line-height: 1.9; text-indent: 0; text-align: center;}
	.footer_right{width: 100%; margin-right: 0%; text-align: center;}
	.footer_right li{    font-size: 1.3rem;
    font-weight: 300;
    color: #ff6600;}
	
	
}

@media screen and (max-width: 800px) {
	
	.gnav_pc{display: none;}
	.gnav_sp{display: block;}
	/*햄버거메뉴 등장ㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇ*/
	.header_inner h1 {display: none;}
	.hamburger_logo{display: block; position: fixed; z-index: 101; width: 100%; padding: 2.8vw 3vw; background: #fff;box-shadow: 0px 0px 12px rgba(0,0,0,.1);}
	.hamburger_logo img{width: 37vw;}
	
	.header_inner p {left: 30px; font-size: 5.9vw; line-height: 7.5vw; font-weight: 400;}
	.header_inner p span { font-size: 3.7vw;}
	.main_slide_wrap .slick-dots {bottom: -40px !important;}
	
		#work>p {
    line-height: 1.75;
    font-size: 2.1vw;
	width: 90%;}
	
	#tabAccordion dl dd {
		padding: 110px 50px 73px;
	}

	#tabAccordion dl dd h4{font-size: 2.8vw;}
	
	#tabAccordion {width: 90%; box-sizing: border-box;}

	#tabAccordion dl {width: 100%; box-sizing: border-box;}

	#tabAccordion dl dt {width: 25%; font-size: 1.38rem; height: 81px;}

	#tabAccordion dl:nth-child(2) dt {left: 25%;}

	#tabAccordion dl:nth-child(3) dt {left: 50%;}

	#tabAccordion dl:nth-child(4) dt {left: 75%;}

	#tabAccordion dl dt a {padding: 26px 0;}
	
	#contact_wrap {
    min-height: 1230px;
}
	#contact_wrap>div {
    width: 90%; height: auto;
    padding: 40px 0 20px;
    border: solid #f5f5f5 8px;
}
	.contact_bottom li {
    padding: 26px 8px 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}
	.contact_bottom h5 {
    padding-top: 8px;
}
	.contact_bottom input, textarea {
    padding: 8px;
}
	.contact_bottom textarea {height: 14vw; line-height: 1.2;}
	.submit input {
    width: 18%;
		height: 40px;}
	
}


@media screen and (max-width:640px){
	html {font-size: 14px;}
	.pc{display: none;}
	.sp{display: block;}
	.tablet0{display: none;}
	.main_slide {}
	.header_inner p {
    left: 3vw;
    font-size: 5vw;
    line-height: 7vw;
    top: 62%;}
	.main_slide_wrap .slick-dots {bottom: -30px!important;}
	.main_slide_wrap .slick-dots li{width: 10vw!important;}
	.main_slide_wrap .slick-dots li button:before {width: 10vw!important; height: 4px !important;}
	.main_slide_wrap .slick-dots li{margin: 0 1.5vw !important;}
	
	
	#concept h3 {
    font-size: 3.8vw;
    letter-spacing: 2px; line-height: 1.65;}
	#concept div:nth-of-type(1) {
    min-height: 300px;}
	#concept div:nth-of-type(2) {
    padding: 6vw;
    margin: -10vw auto 0;}
	
	#work{padding: 65px 0 65px 0; background:url("../img/work_sp_bg.jpg") 50% 0 no-repeat; background-size: cover; background-attachment: unset!important;}
	#work>p {line-height: 1.7; font-size: 2.6vw;}
	#tabAccordion dl dd h3 {
	font-size: 9vw;}
	#tabAccordion dl dd h4 {font-size: 3.8vw;}
	
	#tabAccordion {
		width: 90%;
		height: auto;
		border: none;
	}

	#tabAccordion dl {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
	}

	#tabAccordion dl dt {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
		border-bottom: #999 1px solid;
		border-right: none;
	}

	#tabAccordion dl:first-child dt {
		border-top: 0px; height: 12vw;
	}

	#tabAccordion dl:nth-child(2) dt,
	#tabAccordion dl:nth-child(3) dt,
	#tabAccordion dl:nth-child(4) dt {
		left: auto; height: auto; border-top: 0px;
	}

	#tabAccordion dl dt a {
		padding: 4.4vw 0;
		font-size: 1.4rem;
		height: auto;
		line-height: 1em;
	}

	#tabAccordion dl dt a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#tabAccordion dl dt.btnAcv {
		border-bottom: #c2c2c2 1px solid;
    	background: #000;
		color: #fff;
		height: auto;
	}

	#tabAccordion dl dt.btnAcv a:after {
		content: none;
	}

	#tabAccordion dl dd {
		top: auto;
		left: auto;
		padding: 6vw 3vw;
		width: 100%;
		height: auto;
		position: relative;
		border-bottom: #c2c2c2 1px solid;
	}
	
		/*#touring {
    height: 140vw;
    margin-top: 100px; margin-bottom: 100px;}
	#touring .title {
    margin-bottom: 4.5vw;}
	.touring_top{top: 0;}
	.touring_top h3 {font-size: 4vw;}
	.touring_information {height: 45vw; top: 87%;}
	.touring_information p {width: 90%;}
	.touring_slide {width: 90%; height: 86.5vw; top: 44%; right: 5%;}*/
	.touring_top h3 {
    font-size: 3.8vw;
    line-height: 1.4;}
		.touring_slide2 .slick-dots {bottom: -8px!important;}
	.touring_slide2 .slick-dots li button:before {width: 14px!important; height: 14px!important;}
	.touring_slide2 .slick-dots li {margin: 0 3px !important}
	.touring_information2 {background: #f5f5f5;}
	
	#company {margin: 0 auto 150px;}
	.company_map>p{font-size: 12px;}
	.company_right {
    width: 100%;}
	.company_right dt {width: 100%;
    font-size: 1.067rem;
    background: #f5f5f5;
    padding: 2vw; font-weight: 500;}
	.company_right dd {font-size: 1.067rem; padding: 9vw 2vw 2vw 2vw; float: unset; width: 100%;}
	.company_right dl::after {background: none;}
	.indent{    padding: 9vw 2vw 0vw 1vw !important;}
	.indent:last-child {
	padding: 0 2vw 2vw 1vw !important;}
	
	#contact_wrap{min-height: 1544px;}
	.contact_bottom h5 {width: 100%;}
	.contact_bottom input, textarea {width: 100%; margin-top: 3vw;}
	.submit input {width: 25%;;}

}

@media screen and (max-width:426px){
	html{font-size: 15px;;}
	.sp{display: none;}
	.sp2{display: block;}
	.hamburger_logo {padding: 4.2vw 3vw;}
	.hamburger_logo img{width: 44vw;}
	.hamburger{padding: 3.2vw 3vw;}
	.main_slide_wrap .slick-initialized .slick-slide {height: 67vw!important;}
	.header_inner p {top: 70%; font-size: 6.5vw;}
	.header_inner p span {font-size: 4.3vw;}
	
	#fixed {height: 140px; min-width: 48px;}
	#fixed a {padding: 15px 17px;}
	#fixed p{font-size: 13px; letter-spacing: 1px;}
	#fixed p::after{
		margin-top: 5px;
		font-size: 12px;}

	/* #fixed{ bottom: 0%; border-radius: 0px; width: 100%;}
	#fixed a {padding: 4vw; box-sizing: border-box; }
	#fixed p{-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb; font-size: 14px; letter-spacing: 1px; text-align: center;}
	#fixed p::after{    content: "はこちら";
		display: inline-block;
		margin-top: 0px;
		font-size: 14px;} */
	
	.title {
    font-size: 1.8rem;
    margin-bottom: 9vw;}
	
	#contents {
    margin-top: 80px;}
	#concept h3 {
    font-size: 1.15rem;
    line-height: 1.5;}
	#concept div:nth-of-type(1) {/*background: url("../img/concept.jpg") 35% 22% no-repeat;*/ min-height: 200px;}
	
	#concept div:nth-of-type(2) p {font-size: 1rem;}
	
	#work { padding: 50px 0 50px 0;}
	#work>p {font-size: 1rem;}
	#tabAccordion dl dd h4 {font-size: 1.15rem; margin-top: -16px;}
	#tabAccordion dl dd p {font-size: 1rem;}
	#tabAccordion dl dd p {margin: 6vw auto; line-height: 1.6;}
	#tabAccordion dl dd .work_photo>div{width: 100%; margin-bottom: 2.5vw;}
	#tabAccordion dl dd h3 {font-size: 10vw; letter-spacing: 0.8px;}
	#tabAccordion dl dt a {font-size: 1.2rem;}
	#tabAccordion dl dd .work_photo>div:last-child{display: none;}
	
	.touring_top h3{line-height: 1.5; font-size: 1.15rem;}
	.touring_information2 {padding: 6vw 0;}
	.touring_information2 p{font-size: 1rem; line-height: 1.95; width:80%;}
	

	
	.company_map>iframe {height: 54vw;}
	.company_map>p {
    font-size: 2vw;
    line-height: 1.4;}
	.company_map {margin-bottom: 7vw;}
	.company_left{margin-bottom: 7vw;}
	.company_right dt{padding: 2.5vw;}
	.company_right dd {font-size: 1rem; padding: 13.5vw 2.5vw 3.5vw 2.5vw;}
	.indent{padding: 12.5vw 2.5vw 2.5vw 17.5vw!important; text-indent: -16.5vw;}
	.indent:last-child{padding: 0vw 2.5vw 2.5vw 17.5vw!important}
	
	.contact_top::after {margin-bottom: 15px;}
	.contact_bottom textarea {height: 24vw;}
	.contact_bottom li{padding: 4vw 0 4vw !important;}
	.submit input{width: 30%;}
	#contact_wrap {min-height: 1199px;}
	
	.footer_right {width: 90%; margin: auto;}
	.footer_right li {
    font-size: 1rem;
		line-height: 2;}
	.footer_left dd{font-size: 3.4vw;}
	.footer_left dt{width: 55vw; margin-bottom: 2vw;}
	.footer_left{margin-top: 4vw;}
	.footer_left dd span {margin-right: 10px;}
	.footer_bottom p {font-size: 10px;}
	
	section {margin-bottom: 70px;}
	
	#news{width: 90%; margin: 0 auto 40px;}
}

















