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

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.body_wrap{
	max-width:100%;
	overflow-x:hidden;
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
}


html{
  scroll-behavior: smooth;
}


body{
	width:100%;
	overflow-x:hidden;
	background:#fafafa;
}


@media screen and (max-width: 750px){
/*==========================================
 ヘッダー
===========================================*/

header{
	width:100%;
	height:100vh;
	position:relative;
}

.head_inner_wrap{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}
	
.head_inner{
	width:90%;
	margin: 0 auto;
	text-shadow:0 0 10px #000;
}

.head_logo{
	font-size:40px;
	font-family: 'Secular One', sans-serif;
	margin-top:13px;
	letter-spacing:3px;
	text-align:center;
	width:200px;
}
.head_logo img{
	width:100%;
}

.head_logo a{
	color:#fff;
	text-decoration:none;
}

ul.head_navi{
	font-size:0;
	font-family: 'Secular One', sans-serif;
	margin-top:0px;
}

button{
	border:none;
	background:rgba(255,255,255,0);
}
.menu,
.menu span {
-webkit-transition:all .4s;
transition: all .4s;
}

.menu {
	position:absolute;
	top: 23px;
	right: 12px;
	width: 40px;
	height: 30px;
	z-index: 9999;
	cursor: pointer;
cursor: hand;
}

.menu_text{
	position:absolute;
	top: 48px;
	right: 6px;
	width: 40px;
	z-index: 9999;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}


.menu span {
position: absolute;
left: 12px;
width: 70%;
height: 1px;
background-color: #fff;
z-index: 9999;
}

.menu span:nth-of-type(1) {
top: 0px;
}

.menu span:nth-of-type(2) {
top: 10px;
}

.menu span:nth-of-type(3) {
bottom: 10px;
}

.menu.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

.menu.active span:nth-of-type(2) {
opacity: 0;
}

.menu.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}

#nav {
	position:relative;
	z-index: 999999999999 !important;
	position:absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	transition: .5s linear;
	-moz-transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	width:100%;
	margin-top:70px;
	background:#3f3b3a;
}

#nav.active{
right: 0;
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}

#nav li a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:20px 0;
	font-family: 'Marcellus', serif;
	position:relative;
	z-index: 999999999;
	border-bottom:1px #fff solid;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
	height:100vh;
}

.slide-img{
  display: block;
}

.swiper-container{
	width:100%;
	height:100vh;
	overflow:hidden !important;
	position:absolute;
	top:0;
	left:0;
}

.slide_img01{
	width:100%;
	height:100vh;
	background:url(../images/slide01.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.slide_img02{
	width:100%;
	height:100vh;
	background:url(../images/slide02.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.slide_img03{
	width:100%;
	height:100vh;
	background:url(../images/slide03.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.head_text_wrap{
	width:90%;
	position:absolute;
	bottom:15vh;
	right:0;
	z-index:9;
	background:rgba(0,0,0,.5);
	color:#fff;
	padding:20px 5%;
}

.head_text_wrap h2{
	font-size:20px;
}

.head_text_wrap p{
	font-size:16px;
	line-height:28px;
	margin-top:20px;
}


/*==========================================
 SERVICE
===========================================*/

.content_wrap{
	width:100%;
	padding-top:10vw;
}

h2.content_tile{
	font-size:30px;
	font-family: 'Secular One', sans-serif;
	text-align:center;
	letter-spacing:2px;
}
p.content_sub_tile{
	font-size:16px;
	font-family: 'Secular One', sans-serif;
	text-align:center;
	margin:10px 0;
	position:relative;
}
p.content_sub_tile::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
	text-align:center;
  height:40px;
  background: url(../images/under_border.png) no-repeat;
	background-position:center bottom;
}

.service_wrap{
	width:90%;
	background:#3f3b3a;
	margin:15vw auto 0;
	padding:10vw 0 5vw;
}


.service_box01{
	width:100%;
	color:#fff;
	text-align:center;
}

.service_box02{
	width:90%;
	background:#fff;
	font-size:16px;
	line-height:28px;
	padding:3vw;
	margin:5vw auto;
}

h3.service_box01_title{
	font-size:20px;
	color:#fff;
	padding-top:0;
}

.service_box_btn{
	width:80%;
	margin:7vw auto;
}

.service_box_btn a{
	display:block;
	padding:10px 0;
	color:#fff;
	text-decoration:none;
	border:1px #fff solid;
	text-align:center;
}

.service_box_btn a:hover{
	color:#3f3b3a;
	background:#fff;
}


.service_wrap02{
	width:90%;
	background:#3f3b3a;
	margin:10vw auto 0;
	padding:10vw 0 5vw;
}

.service_box03{
	width:90%;
	background:#fff;
	font-size:16px;
	line-height:28px;
	padding:3vw;
	margin:5vw auto;
}

.service_box04{
	width:100%;
	color:#fff;
	text-align:center;}


/*==========================================
 実績紹介
===========================================*/

.content_wrap02{
	width:100%;
	background:#fff;
	margin-top:10vw;
	padding:10vw 0;
}

ul.project_content_border{
	width:90%;
	margin: 15vw auto 0;
}
ul.project_content_border a{
	color:#333;
	text-decoration:none;
}
.project_content_border li{
	width:100%;
	height:auto;
	background:#fff;
	box-shadow:2px 2px 7px #ccc;
	display:inline-block;
	margin-bottom:7vw;
}
.project_content_border li:first-child{
	margin-left:0;
}
a.thumnail {
	display: block;
	overflow: hidden;
}
figure {
	width:100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-bottom:1px #ccc solid;
}
figcaption {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	font-size: 14px;

	position: absolute;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 130px;
}
figcaption.top_hover{
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	font-size: 12px;

	position: absolute;
	text-align:center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 26%;
}
a:hover>figure img {
	transform: scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	-moz-transform:scale(1.03,1.03);
	-ms-transform:scale(1.03,1.03);
	-o-transform:scale(1.03,1.03);
}
a:hover>figure figcaption {
	opacity: 1;
}
a:hover>figure .over_box3{
	width:160px;
	padding:10px 0;
	border:1px #fff solid;
	margin: 0 auto;
}
.project_content_l a,
.project_content_r a{
	text-decoration:none;
	color:#666;
}
p.project_content_text{
	margin-left:20px;
	margin-top:20px;
	font-size:12px;
}
.project_textbox{
	padding:20px;
	background:#fff;
	margin-top:-1%;
	box-shadow:2px 2px 7px #ccc;
	line-height:28px;
}

.project_title{
	color:#3f3b3a;
	padding-bottom:10px;
}

a:hover>.project_textbox{
	opacity:0.5;
}




/*==========================================
 ACCESS
===========================================*/

.map{
	width:90%;
	margin:10vw auto 5vw;
}

.map iframe{
	width:100%;
	height:400px;
}

.access_text01{
	font-size:20px;
	line-height:40px;
	margin:15vw auto 5vw;
	width:80%;
	text-align:center;
}

.access_text02{
	font-size:16ppx;
	line-height:32px;
	text-align:center;
}

.access_btn_area_wrap{
	width:100%;
	margin-top:40px;
}

.access_btn_area{
	width:90%;
	margin: 0 auto;
	font-size:20px;
}

.access_btn01{
	width:100%;
	text-align:center;
}

.access_btn02{
	width:100%;
	text-align:center;
}


.access_btn_area button {
  color: #454545;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #3f3b3a;
  position: relative;
  margin: 1em;
  display: inline-block;
  padding: 30px 0;
	width:90%;
  transition: all 0.3s ease-in-out;
  text-align: center;
	font-size:16px;
	color:#3f3b3a;
}

.access_btn_area button:before, .access_btn_area button:after {
  content: '';
  display: block;
  position: absolute;
  border-color: #3f3b3a;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out
}

.access_btn_area button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.access_btn_area button:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.access_btn_area button:hover:before, .access_btn_area button:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #3f3b3a
}

.access_btn_area button:hover {
  color: #fff;
  background-color: #3f3b3a;
  border-color: #3f3b3a
}


footer{
}
.foot_inner{
	width:90%;
	margin: 7vw auto 0;
}

.foot_logo{
	width:200px;
	margin:0 auto;
}
.foot_logo img{
	width:100%;
}
.foot_navi{
	width:100%;
	margin-top:20px;
}
ul.foot_navi{
	font-size:0;
}
.foot_navi li{
	font-size:16px;
	display:inline-block;
	width:48%;
	text-align:center;
}
.foot_navi li a{
	display:inline-block;
	text-decoration:none;
	color:#3f3b3a;
	line-height:36px;
}
.foot_navi li:hover{
	opacity:0.7;
}

.copy_wrap{
	width:100%;
	background:#3f3b3a;
	padding:10px 0;
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-top:30px;
	line-height:20px;
}
}


@media screen and (min-width: 751px){
/*==========================================
 ヘッダー
===========================================*/

header{
	width:100%;
	height:100vh;
	position:relative;
}

.head_inner_wrap{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}
	
.head_inner{
	width:90%;
	width:1200px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	text-shadow:0 0 10px #000;
}

.head_logo{
	margin-top:17px;
	letter-spacing:3px;
	width:250px;
}
.head_logo img{
	width:100%;
}

.head_logo a{
	color:#fff;
	text-decoration:none;
}

ul.head_navi{
	font-size:0;
	font-family: 'Secular One', sans-serif;
	margin-top:45px;
}

.head_navi li{
	font-size:16px;
	display:inline-block;
}

.head_navi li a{
	color:#fff;
	text-decoration:none;
	padding:0 20px;
	border-right:1px #fff solid;
}
.head_navi li a:hover{
	opacity:0.7;
}
.head_navi li:first-child a{
	border-left:1px #fff solid;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
	height:100vh;
}

.slide-img{
  display: block;
}

.swiper-container{
	width:100%;
	height:100vh;
	overflow:hidden !important;
	position:absolute;
	top:0;
	left:0;
}

.slide_img01{
	width:100%;
	height:100vh;
	background:url(../images/slide01.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.slide_img02{
	width:100%;
	height:100vh;
	background:url(../images/slide02.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.slide_img03{
	width:100%;
	height:100vh;
	background:url(../images/slide03.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.head_text_wrap{
	width:50%;
	position:absolute;
	bottom:100px;
	right:0;
	z-index:9999;
	background:rgba(0,0,0,.5);
	color:#fff;
	padding:50px;
}

.head_text_wrap h2{
	font-size:40px;
}

.head_text_wrap p{
	font-size:16px;
	line-height:28px;
	margin-top:30px;
}


/*==========================================
 SERVICE
===========================================*/

.content_wrap{
	width:100%;
	padding-top:100px;
}

h2.content_tile{
	font-size:40px;
	font-family: 'Secular One', sans-serif;
	text-align:center;
	letter-spacing:2px;
}
p.content_sub_tile{
	font-size:16px;
	font-family: 'Secular One', sans-serif;
	text-align:center;
	margin:10px 0;
	position:relative;
}
p.content_sub_tile::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
	text-align:center;
  height:40px;
  background: url(../images/under_border.png) no-repeat;
	background-position:center bottom;
}

.service_wrap{
	width:100%;
	background:linear-gradient(90deg,#3f3b3a 0%,#3f3b3a 40%,#fafafa 40%,#fafafa 100%);
}

.service_inner_wrap{
	width:90%;
	width:1200px;
	margin: 100px auto 0;
	background:linear-gradient(90deg,#3f3b3a 0%,#3f3b3a 40%,#fafafa 40%,#fafafa 100%);
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}

.service_box01{
	width:35%;
	color:#fff;
}

.service_box02{
	width:65%;
	background:#fff;
	font-size:16px;
	line-height:28px;
	padding:50px;
	margin:50px 0;
}

h3.service_box01_title{
	font-size:24px;
	color:#fff;
}

.service_box_btn a{
	width:90%;
	margin-top:50px;
	display:block;
	padding:15px 0;
	color:#fff;
	text-decoration:none;
	border:1px #fff solid;
	text-align:center;
}

.service_box_btn a:hover{
	color:#3f3b3a;
	background:#fff;
}


.service_wrap02{
	width:100%;
	background:linear-gradient(90deg,#fafafa 0%,#fafafa 60%,#3f3b3a 60%,#3f3b3a 100%);
}

.service_inner_wrap02{
	width:90%;
	width:1200px;
	margin: 50px auto 0;
	background:linear-gradient(90deg,#fafafa 0%,#fafafa 60%,#3f3b3a 60%,#3f3b3a 100%);
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}

.service_box03{
	width:65%;
	background:#fff;
	font-size:16px;
	line-height:28px;
	padding:50px;
	margin:50px 0;
}

.service_box04{
	width:30%;
	color:#fff;
}


/*==========================================
 実績紹介
===========================================*/

.content_wrap02{
	width:100%;
	background:#fff;
	margin-top:100px;
	padding:100px 0;
}

ul.project_content_border{
	width:90%;
	width:1200px;
	margin: 80px auto 0;
}
ul.project_content_border a{
	color:#333;
	text-decoration:none;
}
.project_content_border li{
	width:30%;
	height:auto;
	background:#fff;
	box-shadow:2px 2px 7px #ccc;
	display:inline-block;
	margin-left:4.5%;
}
.project_content_border li:first-child{
	margin-left:0;
}
a.thumnail {
	display: block;
	overflow: hidden;
}
figure {
	width:100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-bottom:1px #ccc solid;
}
figcaption {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	font-size: 14px;

	position: absolute;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 130px;
}
figcaption.top_hover{
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	opacity: 0;
	font-size: 12px;

	position: absolute;
	text-align:center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 26%;
}
a:hover>figure img {
	transform: scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	-moz-transform:scale(1.03,1.03);
	-ms-transform:scale(1.03,1.03);
	-o-transform:scale(1.03,1.03);
}
a:hover>figure figcaption {
	opacity: 1;
}
a:hover>figure .over_box3{
	width:160px;
	padding:10px 0;
	border:1px #fff solid;
	margin: 0 auto;
}
.project_content_l a,
.project_content_r a{
	text-decoration:none;
	color:#666;
}
p.project_content_text{
	margin-left:20px;
	margin-top:20px;
	font-size:12px;
}
.project_textbox{
	padding:20px;
	background:#fff;
	margin-top:-1%;
	box-shadow:2px 2px 7px #ccc;
	line-height:28px;
}

.project_title{
	color:#3f3b3a;
	padding-bottom:10px;
}

a:hover>.project_textbox{
	opacity:0.5;
}




/*==========================================
 ACCESS
===========================================*/

.map{
	width:100%;
	margin-top:100px;
}

.map iframe{
	width:100%;
	height:400px;
}

.access_text01{
	font-size:24px;
	margin:100px 0 50px;
	text-align:center;
}

.access_text02{
	font-size:16ppx;
	line-height:32px;
	text-align:center;
}

.access_btn_area_wrap{
	width:100%;
	margin-top:40px;
}

.access_btn_area{
	width:60%;
	max-width:1200px;
	margin: 0 auto;
	display:flex;
	font-size:20px;
}

.access_btn01{
	width:50%;
	text-align:center;
}

.access_btn02{
	width:50%;
	text-align:center;
}


button {
  color: #3f3b3a;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #3f3b3a;
  position: relative;
  margin: 1em;
  display: inline-block;
  padding: 30px 0;
	width:90%;
  transition: all 0.3s ease-in-out;
  text-align: center;
	font-size:16px;
	color:#3f3b3a;
	cursor: pointer;
cursor: hand;
}

button:before, button:after {
  content: '';
  display: block;
  position: absolute;
  border-color: #3f3b3a;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out
}

button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

button:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

button:hover:before, button:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #3f3b3a
}

button:hover {
  color: #fff;
  background-color: #3f3b3a;
  border-color: #3f3b3a
}

footer{
}
.foot_inner{
	width:90%;
	width:1200px;
	margin: 30px auto 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.foot_logo{
	width:200px;
}
.foot_logo img{
	width:100%;
}
.foot_navi{
	width:calc(100% - 400px);
}
ul.foot_navi{
	font-size:0;
}
.foot_navi li{
	font-size:16px;
	display:inline-block;
	width:19%;
	text-align:center;
}
.foot_navi li a{
	display:inline-block;
	text-decoration:none;
	color:#3f3b3a;
}
.foot_navi li:hover{
	opacity:0.7;
}

.copy_wrap{
	width:100%;
	background:#3f3b3a;
	padding:10px 0;
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-top:30px;
}

.menu,
.menu_text{
	display:none;
}
}

.sp_wrap{
	width:100%;
	overflow-x:hidden;
}