@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.spmaxw80 {max-width: 80%;}
.spmgn-t10 {margin-top: 10px!important;}
.spmgn-t16 {margin-top: 16px;}
.spmgn-t20 {margin-top: 20px!important;}
.spmgn-b16 {margin-bottom: 16px;}
.spmgn-b0 {margin-bottom: 0!important;}
.sppdg-b0 {padding-bottom: 0!important;}
.sp_block {display: block!important;}
.spposition {position: relative;}
.sp-none02 {display: none;}
.indent_content {padding: 20px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 4vw; height: 70px; margin-bottom: 20px; margin-top: 70px; background-position: center;}
/*チェックボックス非表示*/
.nav-none { display:none; }
	header {width: 100%; padding: 10px; position: fixed; top: 0; z-index: 100; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; height: 70px;}
	header h1 {display: none;}
	header .ul01 {display: none;}
	header h2 {width: 55%;}
	.content {padding: 16px;}
	.nav_logo {display: flex; justify-content: flex-start; align-items: center; line-height: 1; font-size: 6vw; margin-bottom: 20px; letter-spacing: 2px;}
	.nav_logo img {margin-right: 10px;}
	.swiper-slide {width: 100%!important;}
	.swiper-container {width: 100%; height: auto; margin-left: 0!important; left: 0; margin-top: 70px;}
	.swiper-slide img {height: auto;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 8px;
  right: 5%;
width: auto;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #318b55;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #318b55;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #318b55;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #318b55;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
 background: url(img/concept/box03_bg.jpg)top center repeat;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.65s;
}
#gloval-nav ul li:nth-child(13) {
  transition-delay: 1.8s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
	
/*index*/
	#index .box01 {padding: 16px;}
	#index .box01 .txt01 {font-size: 3.5vw; line-height: 1.2;}
	#index .box01 .txt02 {display: none;}
	#index .box01 .center {display: block; margin-bottom: 0;}
	#index .box01 .mail {width: 80%; margin: 10px auto 0; font-size: 3.5vw;}
	#index .box02 {background: url(img/sp/index/box02_bg.jpg)top left repeat;}
	#index .box02 .big {margin-bottom: 5px;}
	#index .box02 h2 {font-size: 3.6vw; margin-bottom: 10px;}
	#index .box02 .icon {display: none;}
	#index .box02 .txt_area {width: inherit;}
	#index .box02 .bdr {display: none;}
	#index .box02 .txt01 {font-size: 3vw; margin-top: 0;}
	#index .box02 .btn01 {margin-top: 10px;}
	#index .btn01 {width: 100%;}
	#index .btn01:before {display: none;}
	#index .case_item {width: 47.5%; margin-right: 5%; margin-top: 5%;}
	#index .case_item:nth-child(2n) {margin-right: 0;}
	#index .case_img img {height: 100px;}
	#index .case_img {width: inherit; margin: 0 10px;}
	#index .case_item .number {width: 30px; height: 30px; font-size: 3.5vw;}
	#index .box03 .area_txt {font-size: 4vw;}
	#index .case_item .min {font-size: 3vw;}
	#index .box03 .btn02 {padding: 10px 0; background: #fff; font-size: 3vw;}
	#index .box03 h3 {font-size: 3.2vw;}
	#index .box03 .btn01 {margin-top: 16px;}
	#index .box04 {padding: 0; background: none; position: relative;}
	#index .box04 .content {width: 100%; height: auto;}
	#index .box04 .tel {position: absolute; width: 55%; top: 43.5%; left: 0; right: 0; margin: auto;}
	#index .box04 .sp_mail {position: absolute; width: 52%; bottom: 27%; left: 0; right: 0; margin: auto;}
	#index .box05 .con {display: block; padding: 5px; line-height: 1.5; margin-top: 10px;}
	#index .box05 .big {margin-bottom: 10px;}
	#index .box05 .txt_area {margin: 20px auto; width: 80%; font-size: 3vw;}
	#index .box05 .icon {display: none;}
	#index .box05 h2 {width: 60%; margin: auto;}
	#index .box05 .btn01 {margin: 16px auto; width: 60%; padding: 7px 0; font-size: 3.5vw;}
	#index .box06 .title_area {display: block;}
	#index .box06 .logo {width: 60%; margin: 0 auto;}
	#index .box06 .icon {width: 50%;}
	#index .box06 ul {width: 100%; flex-wrap: wrap; margin-top: 20px;}
	#index .box06 li {width: 47.5%; font-size: 3vw;}
	#index .box06 .no {width: 20%; top: -10px;}
	#index .box06 li:nth-child(3),#index .box06 li:nth-child(4) {margin-top: 20px;}
	#index .box06 li p {margin-top: 5px; line-height: 1.5;}
	#index .box07 {padding: 20px 16px;}
	#index .box07 .title_area {display: block; margin-bottom: 0; font-size: 3vw;}
	#index .voice_item {width: 47.5%; margin-right: 5%; margin-top: 5%;}
	#index .voice_item:nth-child(2n) {margin-right: 0;}
	#index .voice_img img {height: 100px;}
	#index .box07 h2 img {margin: auto auto 10px;}
	#index .box07 .logo {display: none;}
	#index .voice_txt {padding: 10px; font-size: 3vw;}
	#index .box07 .orange {margin-bottom: 3px; font-size: 3vw;}
	#index .box07 .btn01 {margin-top: 20px; width: 70%; font-size: 3.5vw; padding: 7px 0;}
	#index .box08 h2 {font-size: 3.2vw; margin-bottom: 20px;}
	#index .box08 h2 span {padding: 2px;}
	#index .box08 .ul01 li {width: 32.5%;}
	#index .box08 .ul02 {display: block; margin-top: 0;}
	#index .box08 .ul02 a {width: 100%; margin-top: 10px;}
	#index .box08 .ul02 li {width: 100%; font-size: 3.5vw;}
	#index .box08 .ul02 li img {width: 16%;}
	#index .box08 .logo {width: 100%!important;}
	#index .box09 {background-size: cover;}
	#index .box09 .blog_item_area {width: 100%; display: block; margin: 0 auto;}
	#index .box09 .list {width: 100%; margin-top: 16px;}
	#index .box09 h2 {padding: 10px;}
	#index .box09 h2 img {width: 20%;}
	#index .box09 .btn {top: 15px;}
	#index .blog_item {padding: 10px 0; margin: 0 10px; background: none; font-size: 2.7vw;}
	#index .box09 .inner {display: block; margin-bottom: 5px;}
	#index .box09 h3 {font-size: 3.5vw;}
	#index .box10 {background-size: cover;}
	#index .box10 .txt_area {padding: 10px; font-size: 3vw;}
	#index .box10 h2 {font-size: 4.5vw;}
	#index .box10 .title_area {width: 100%; margin: 0 auto 10px;}
	#index .box10 .title_area img {width: 30%; margin-right: 10px;}
	#index .box10 ul {flex-wrap: wrap; margin-top: 0;}
	#index .box10 ul a {width: 47.5%; margin-top: 5%;}
	#index .box10 li {width: 100%; height: auto; font-size: 3.5vw; padding: 5px 0 5px 10px; justify-content: flex-start;}
	#index .box10 li img {width: 23%;}
	
	
	
	footer .over {padding: 20px 16px; border: none;}
	footer .over .inner {display: block;  width: 100%;}
	footer .over .inner ul {display: none;}
	footer .over .inner img {width: 70%; margin: auto;}


footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 7px 0; line-height: 1.5;}
	.stoker02 {display: flex; justify-content: space-between;}
	.stoker02 li {width: 50%;}
	
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	position: fixed;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title,#case_single .page_title {font-size: 16px;}

	/*concept*/
	#concept .box01 .title {font-size: 5vw; line-height: 1; margin-bottom: 10px;}
	#concept .box01 .inner {display: block; font-size: 3vw;}
	#concept .box01 .inner .img01,#concept .box01 .inner .img02 {display: none;}
	#concept .box01 .bdr {display: none;}
	#concept .box01 h2 {font-size: 4.5vw; text-align: center; margin: 0 auto 10px; line-height: 1.3;}
	#concept .box01 .icon01,#concept .box01 .icon02 {bottom: auto; right: 10px; top: 10px; width: 20%;}
	#concept .box01 .icon02 {right: auto; left: 10px;}
	#concept .box02 .big {font-size: 5vw;}
	#concept .box02 .min {font-size: 4vw; margin: 5px auto 20px;}
	#concept .box02 ul {width: 100%;}
	#concept .box02 ul li {width: 32.5%;}
	#concept .box03 .title img {width: 15%;}
	#concept .box03 .inner {display: block; margin: 10px auto;}
	#concept .box03 .inner .img01 {margin: 0 auto 10px;}
	#concept .box03 h2, #concept .box04 .big {font-size: 5vw; display: block; border-bottom: none; line-height: 1.2; text-align: center;}
	#concept .box03 .txt {font-size: 3vw;}
	#concept .box03 li {width: 32.5%;}
	#concept .box03 .inner .img02 {display: none;}
	#concept .box04 {display: block;}
	#concept .box04 img {margin: 10px auto;}
	#concept .box04 .txt {font-size: 3vw; margin-top: 0;}
	
	#thought .box00 ul {padding: 0 16px; bottom: 16px;}
	#thought .box00 li {box-shadow: 2px 2px rgba(255,255,255,0.4); width: 32.5%;}
	#thought .box01 .inner {display: block; font-size: 3vw;}
	#thought .box01 .inner .img01,#thought .box01 .inner .img02 {display: none;}
	#thought .box01 .no {font-size: 4vw;}
	#thought .box01 h2 {font-size: 4.5vw;}
	#thought .box01 h3 {font-size: 3.5vw;}
	#thought .box01 .box {margin-top: 16px;}
	#thought .box01 .title_icon {display: none;}
	#thought .box01 .inner02 {display: block; padding: 10px; font-size: 3vw;}
	#thought .box01 .inner02 .img01 {margin: 0 auto 10px;}
	#thought .box01 .icon02,#thought .box01 .icon01 {width: 50%; right: 0;}
	#thought .box01 .icon01 {right: auto; left: 0;}
	#thought .box01 .inner02 .img02 {margin: auto auto 10px;}
	#flow .box01 .title_area img {width: 15%;}
	#flow .box01 h2 {font-size: 5vw; margin-left: 10px;}
	#flow .box01 .inner {display: block; padding: 16px 16px 0; font-size: 3vw;}
	#flow .box01 .inner img {margin: 0 auto 10px;}
	#flow .box01 ul {width: 90%; margin-top: 10px;}
	#flow .box01 li {width: 47.5%; font-size: 3vw; padding: 7px 0;}
	#flow .box01 li:before {display: none;}
	#flow .box01 h3 {font-size: 4.5vw; margin-top: 10px;}
	#flow .box01 .box {margin-top: 16px;}
	#flow .box01 .box .inner {padding: 10px;}
	#design .box {border: 1px solid #ccc;}
	#design .box01 .icon {margin-bottom: 20px; width: 25%;}
	#design .box01 .inner {display: block; font-size: 3vw; margin-top: 10px;}
	#design .box01 .inner .img01, #design .box01 .inner02 img {margin: 0 auto 10px;}
	#design .box01 h2 {background: none; box-shadow: none; margin: 0 auto 10px; height: auto; font-size: 4.5vw; text-align: center; width: 100%;}
	#design .box01 .inner .img02 {display: none;}
	#design .img03 {min-width: inherit; width: 100%; margin: 10px auto 0;}
	#design .box .title_area {display: block; background: #01561F;}
	#design .box .title_area img,#design .box01 .inner03 .img02 {display: none;}
	#design .box01 h3 {font-size: 4vw; text-align: center; padding: 5px 0;}
	#design .box01 .inner {margin-top: 0;}
	#design .box01 .inner03 {display: block; padding: 0 10px 0; font-size: 3vw;}
	#design .box01 .inner03 .img01 {margin: 10px auto 10px;}
	#design .box01 .under {padding: 10px; font-size: 3vw;}
	#design .box .point {margin-top: -25px; width: 30%;}
	#design .box01 .inner02 {padding: 10px 10px 0; display: block; font-size: 3vw;}
	#design .bnr_area {font-size: 4vw;}
	#design .bnr_area .big {font-size: 5vw; margin: 10px 0;}
	#design .bnr_area li {width: 32.5%;}
	#design .box02 .text {margin-top: 10px; font-size: 3vw; line-height: 1.4;}
	#design .box02 ul {padding: 10px; font-size: 3.2vw;}
	#design .box02 li {width: 47.5%;}
	#design .box02 ul p {margin-bottom: 5px;}
	#design .box02 li:nth-child(3),#design .box02 li:nth-child(4), #design .box02 li:nth-child(5), #design .box02 li:nth-child(6) {margin-top: 10px;}
	#design .material_title {margin: 16px 10px!important; border-left: 5px solid #000; border-right: 5px solid #000;}
	#design .material_inner {margin: 0 10px 10px; display: block; padding: 10px; font-size: 3vw;}
	#design .material_inner img {margin: 0 auto 10px;}
	#design .material_inner .big {font-size: 5vw;}
	/*company*/
	#company table th, #company table td {display: block; width: 100%; padding-left: 16px; text-align: left!important; font-size: 3vw;}
	#company iframe {height: 250px;}
	#company .box {font-size: 3vw; padding: 0 16px 16px;}
	#company .box .text {font-size: 10px;}
	#company .inner {display: block; font-size: 3.2vw; padding: 0 16px;}
	#company .inner .img01,#company .inner .img02 {margin: 0 auto 16px;}
	#company .inner .big {font-size: 5vw;}
	#company .min02 {font-size: 4vw;}
	#company .inner .min {font-size: 3.5vw; margin: 5px 0 16px;}
	#modelhouse .box01 {padding: 16px;}
	#modelhouse .box01 .icon {display: none;}
	#modelhouse .box01 h2 {font-size: 5vw;}
	#modelhouse .box01 h2 span {font-size: 6vw;}
	#modelhouse .box01 {font-size: 3vw;}
	#modelhouse .box02 {padding: 16px;}
	#modelhouse .box02 .icon {display: none;}
	#modelhouse .box02 .big {font-size: 5vw; padding: 10px; margin-left: 0; text-align: center;}
	#modelhouse .box02 .min {margin-left: 0; font-size: 3vw; text-align: center;}
	#modelhouse .box02 .inner {display: block; background: none; padding: 10px; margin-top: 0;}
	#modelhouse .box02 .mail,#modelhouse .box02 .tel {width: 80%; margin: auto;}
	#modelhouse .box02 .tel {margin-bottom: 10px;}
	#modelhouse .box02 .title {width: 50%; top: -5%;}
	#modelhouse .box03 {background: url(img/sp/model/box03_bg.jpg)top left repeat;}
	#modelhouse .box03 {padding: 20px 16px;}
	#modelhouse .box03 h2 {font-size: 4vw; margin-bottom: 10px; text-align: center;}
	#modelhouse .box03 ul {display: block; margin-top: 20px;}
	#modelhouse .box03 li {width: 100%; font-size: 3vw; margin-top: 20px;}
	#modelhouse .box03 .icon {width: 25%;}
	#modelhouse .box03 li img {margin: 0 auto;}
	#modelhouse .box03 h3 {font-size: 4vw;}
	#modelhouse .box04 {padding: 20px 16px;}
	#modelhouse .box04 .title_area {display: block; font-size: 2.8vw;}
	#modelhouse .box04 .title_area .left_area {padding-left: 10px; margin-right: auto; margin-bottom: 5px;}
	#modelhouse .box04 h3 {font-size: 7vw;}
	#modelhouse .box04 .inner {display: block; margin: 16px 0 0; font-size: 3vw; line-height: 1.5;}
	#modelhouse .box04 .inner img {margin: 0 auto 10px;}
	#modelhouse .box04 .ul01 {display: none;}
	#modelhouse .box04 .big02 {font-size: 5vw; margin: 10px auto;}
	#modelhouse .box07 {padding: 16px;}
	#modelhouse .box07 .title_area {margin-left: 0; display: block;}
	#modelhouse .box07 .title_area img {display: none;}
	#modelhouse .box07 h2 {font-size: 4vw; text-align: center;}
	#modelhouse .box07 .big {font-size: 4vw; padding: 16px 0; margin: 16px auto;}
	#modelhouse .box07 .big02 {font-size: 3.5vw; margin-bottom: 10px; line-height: 1.3;}
	#modelhouse .box07 ul {display: none;}
	#modelhouse .bnr {margin: 0 auto;}

	
	
	
	
	/*sitemap*/
	#sitemap li {font-size: 4vw;}
	
	
	/*contact_bnr*/
	.contact_banner {position: relative;}
.contact_banner .tel {position: absolute; width: 60%; top: 40%; left: 0; right: 0; margin: auto;}
	.contact_banner .sp_mail {position: absolute; width: 60%; bottom: 14%; left: 0; right: 0; margin: auto;}
	
	
	/*blog*/
	#blog_single .box01, #blog .box01 {padding: 16px; font-size: 3.7vw;}
	#blog .con {padding-bottom: 10px; margin-bottom: 10px;}
	
	/*case*/
	#case_single .page_title {font-size: 3.8vw!important;}
	#case .txt_area {font-size: 3.5vw;}
	#case .item {width: 100%; margin: 0 auto 20px;}
	#case .item:nth-last-child(1) {margin-bottom: 0;}
	#case_arcive_list {padding: 16px; padding-bottom: 0; padding-top: 0;}
	#case .item:nth-child(3), #case .item:nth-child(4) {margin-top: 0;}
	#case_single .img {padding: 16px;}
	#case_single .img img {height: 200px;}
	.gallery_title p {display: none;}
	#case_single .gallery_box a {width: 32%; margin-right: 2%; margin-top: 2%;}
	#case_single .gallery_box a img {height: 100px;}
	#case_single .case_txt_box {padding: 16px; font-size: 3.7vw;}
	
	#gallery_arcive_list {padding: 0 16px;}
	#gallery_arcive_list .item {width: 47.5%; margin-right: 5%; margin-top: 5%;}
	#gallery_arcive_list .item:nth-child(3n) {margin-right: 5%; margin-top: 5%;}
	#gallery_arcive_list .item:nth-child(2n) {margin-right: 0;}
	#gallery_arcive_list img {height: 100px;}
	#gallery_arcive_list h3 {font-size: 3.5vw; line-height: 1.5;}
	#gallery_arcive_list .btn {font-size: 3vw;}
	

	/*contact*/
	#contact .box01 {display: none;}
	#contact .box01 .txt {display: none;}
	#contact .box01 .inner {display: block; margin-bottom: 0;}
	#contact .box01 .mail {margin: 10px auto 0;}
	#contact .box02 {padding: 16px;}
	#contact .box02 ul,#form ul {font-size: 3vw; line-height: 1.8;}
	#contact .box02 li {list-style: none;}
	#form .big {font-size: 5vw; margin: 16px auto 0;}
	#form .min {font-size: 3vw; margin-left: auto; margin-bottom: 16px;}
	#form table th, #form table td {width: 100%; display: block; font-size: 3.5vw;}
	#form table input, #form table textarea {font-size: 16px;}
	
	#contact table th, #contact table td {width: 100%; display: block; font-size: 3.5vw;}
	#contact table input, #contact table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 4vw!important; padding: 15px 0!important; background-size: 2%;}
	
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




