@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; padding: 0 16px;}
/*チェックボックス非表示*/
.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 .ul01 {display: none;}
	header h1 {font-size: 2vw; display: none;}
	header .a_link {width: 100%;}
	header .logo {width: 80%;}
	header .min {font-size: 2vw; margin-bottom: 1%; margin-left: 0;}
	header h2 {font-size: 5vw;}
	.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;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 25px;
  right: 5%;
width: 8%;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #000;
  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: #000;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #000;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #000;
}

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

#container {
  z-index: 900;
}

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

#gloval-nav {
 background: url(img/index/box06_bg.jpg)top center repeat;
background-size: cover;
  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 .work_item {width: 47.5%; margin-right: 5%; margin-top: 10px;}
	#index .box01 .work_item:nth-child(2n) {margin-right: 0;}
	#index .btn {width: 100%; padding: 15px 0;}
	#index .box01 .btn {margin-top: 20px;}
	#index .box01 .title_area {width: 100%;}
	#index .box01 .title_area img {width: 40%;}
	#index .box01 h2 {font-size: 6vw;}
	#index .number {display: none;}
	#index .box01 h3 {font-size: 3vw;}
	#index .work_img img {height: 100px;}
	#index .box02 .con {width: 100%; padding: 10px;}
	#index .box02 .con .title_area {display: block;}
	#index .box02 .con .title_area img {width: 40%; margin: 0 auto;}
	#index .box02 h2 {font-size: 4vw; border: none; margin: 10px auto 0; padding: 0; text-align: center;}
	#index .box02 .text {font-size: 2vw; margin: 10px 0;}
	#index .box02 ul {display: block;}
	#index .box02 ul li:nth-last-child(1) {margin-top: 10px;}
	#index .box03 ul {display: block; margin-top: 10px; width: 100%; font-size: 3vw;}
	#index .box03 li {width: auto; margin-top: 10px;}
	#index .box04 {background-size: cover;}
	#index .box04 .inner {display: block; width: 100%;}
	#index .box04 .title_area {width: auto; margin-top: 0; margin-bottom: 10px;}
	#index .box04 .title_area img {width: 40%;}
	#index .box04 h2 {font-size: 6vw;}
	#index .box04 .text {font-size: 3vw;}
	#index .box04 ul {width: 100%; margin-top: 15px;}
	#index .box04 li {width: 31%;}
	#index .box04 .sp_img {margin-top: 10px; width: 70%;}
	#index .box04 .btn {margin-top: 20px;}
	#index .box05 {background-size: cover;}
	#index .box05 .title_area {display: block; margin-bottom: 0;}
	#index .box05 .img {display: none;}
	#index .box05 .title_area02 img {width: 40%;}
	#index .box05 h2 {font-size: 6vw;}
	#index .box05 .voice_item {width: 47.5%; margin-right: 5%; margin-top: 16px;}
	#index .box05 .voice_item:nth-child(2n) {margin-right: 0;}
	#index .box05 .voice_txt {padding: 10px; font-size: 3vw;}
	#index .box05 h3 {font-size: 3vw;}
	#index .voice_img img {height: 100px; object-fit: cover;}
	#index .box05 .btn {margin-top: 20px;}
	#index .box06 {padding: 20px 16px;}
	#index .box06 .icon01 {display: none;}
	#index .box06 .icon02 {display: none;}
	#index .box06 .min {font-size: 3vw;}
	#index .box06 h2 {font-size: 6vw; margin-top: 5px;}
	#index .box06 ul {width: 100%; flex-wrap: wrap; justify-content: flex-start; margin-top: 0;}
	#index .box06 li {width: 47.5%; margin-right: 5%; margin-top: 16px; font-size: 3vw;}
	#index .box06 li:nth-child(2n) {margin-right: 0;}
	#index .box06 li .icon03,#index .box06 li .icon04,#index .box06 li .icon05,#index .box06 li .icon06 {display: none;}
	#index .box06 .btn {margin-top: 20px;}
	#index .box07 h2 {font-size: 6vw; margin-bottom: 16px;}
	#index .box07 .inner {display: block;}
	#index .box07 .blog_area {width: 100%; padding: 10px; margin-top: 16px;}
	#index .box07 .title_area img {width: 15%;}
	#index .box07 .blog_item {padding: 10px 0; font-size: 3vw; display: block;}
	#index .box07 .time {font-size: 3vw; margin-right: 0; margin-bottom: 10px;}
	#index .box07 h3 {font-size: 5vw;}
	#index .box07 h4 {font-size: 3.5vw; margin-bottom: 5px;}
	#index .box07 ul {width: 100%; flex-wrap: wrap; margin-top: 20px;}
	#index .box07 ul a {width: 47.5%;}
	#index .box07 ul a:nth-child(3),#index .box07 ul a:nth-child(4) {margin-top: 4%;}
	#index .box07 li {width: auto; padding: 10px; background-size: 3%;}
	#index .box07 li .big {font-size: 3vw;}
	#index .box07 li img {width: 20%;}
	#index .box07 .btn01 {position: relative; top: inherit; right: inherit; width: 100%; margin: 20px auto; font-size: 4vw; padding: 5px 20px; background-size: 1.7%;}
	#index .box08 {font-size: 3vw;}
	#index .box08 .title_area {margin-bottom: 20px;}
	#index .box08 .title_area img {width: 40%;}
	#index .box08 h2 {font-size: 6vw;}
	#index .box08 {background-size: cover;}
	#index .box08 .con_area {margin-top: 20px;}
	#index .box08 .con_area .title {font-size: 4.5vw;}
	#index .box08 .inner {display: block; padding: 10px; background-position: bottom right;}
	#index .box08 .min {display: none;}
	#index .box08 .big {font-size: 6vw; text-align: center;}
	#index .box08 .txt {font-size: 3vw; text-align: center; margin-bottom: 10px;}
	#index .box08 .tel {width: 80%; margin: 0 auto;}
	#index .box08 .mail {font-size: 4vw;}
	#index .box08 .circle {position: absolute; right: 10px; top: 10px; width: 20%;}
	
	footer .over {padding: 20px 16px;}
	footer .over table {padding: 20px 16px;}
	footer .over .inner {display: block;}
	footer .over table {display: none;}
	footer .con {width: 100%;}
	footer .con .txt_area {padding: 10px; font-size: 3vw;}
	footer .con .big {font-size: 4vw; margin-bottom: 5px;}
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 {font-size: 16px;}

	
	/*reason*/
	#reason .box00 p {font-size: 4vw; margin: 10px 0;}
	#reason .box00 li {width: 23%;}
	#reason .box01 h2 {font-size: 6vw; height: 60px;}
	#reason .box01 .icon {width: 60px;}
	#reason .box01 h3 {font-size: 4vw; line-height: 1.2;}
	#reason .box01 .bdr {margin: 10px auto; border-bottom: 2px solid #bd7d15;}
	#reason .box01 .inner {display: block; font-size: 3vw;}
	#reason .box01 .inner img {margin: 0 auto 10px;}
	#reason .box01 .con h3 {font-size: 3.8vw;}
	#reason .box01 .con .title_area img {width: 15%;}
	#reason .box01 .inner02 {padding: 10px;}
	
	/*building*/
	#building .inner {display: block;}
	#building .box00 p {font-size: 4vw; margin-left: 0; text-align: center;}
	#building .box00 .inner {margin: 10px auto; display: flex;}
	#building .box00 .inner img {width: 47.5%;}
	#building .box00 .big {font-size: 4vw;}
	#building .box01 {font-size: 3vw;}
	#building .box01 h2 {font-size: 4vw;}
	#building .box01 .inner p {writing-mode: inherit; font-size: 5vw; margin-top: 10px; line-height: 1.5;}
	#building .box01 .txt {margin: 10px auto;}
	#building .box01 .txt02 {margin-top: 10px;}
	#building .box02 h2 {font-size: 5vw; padding: 16px 0; background-size: 30%; background-position: center left;}
	#building .box02 .title02 {font-size: 3.7vw; margin: 10px auto;}
	#building .box02 .inner .img01,#building .box02 .inner .img02 {margin: 0 auto 10px;}
	#building .box02 .inner {font-size: 3vw;}
	#building .box02 .con h3 {font-size: 4.5vw; padding: 16px 0; background-position-x: 0; background-size: 20%;}
	#building .box02 .con .inner {padding: 10px;}
	#building .box03 .icon {display: none;}
	#building .box03 .ul_area {padding: 0 10px 10px; font-size: 4vw;}
	#building .box03 ul {margin-bottom: 10px;}
	#building .box03 li {width: 47.5%; padding: 10px 0; font-size: 4vw; margin-top: 10px;}
	
	/*just*/
	#just .box01 .inner {display: block; font-size: 3vw;}
	#just .box01 .inner .img,#just .box01 .inner02 img {margin: 0 auto 10px;}
	#just .box01 .big {font-size: 5vw;}
	#just .box01 .inner p {margin-top: 5px;}
	#just .box01 .inner02 {padding: 10px 0; margin: 10px 0;}
	#just .box02 .logo {font-size: 7vw;}
	#just .box02 h2 {font-size: 6vw; margin-top: 10px;}
	#just .box02 .icon {width: 17%;}
	#just .box02 .title_area {padding-bottom: 0; margin-bottom: 10px; align-items: center;}
	#just .box02 .con01 {padding: 10px; margin-top: 20px;}
	#just .box02 .no {font-size: 7vw; margin-right: 10px;}
	#just .box02 h3 {font-size: 5vw; margin-bottom: 0;}
	#just .box02 .inner {display: block; font-size: 3vw;}
	#just .box02 .inner .img {margin: 0 auto 10px;}
	#just .box03 .title {font-size: 5vw;}
	#just .box03 .title span {font-size: 6vw;}
	#just .box03 .title {padding: 10px 0;}
	#just .box03 .inner {padding: 10px;}
	#just .box03 .inner a {width: 47.5%;}
	
	/*symphony*/
	#symphony .box01 .icon {display: none;}
	#symphony .box01 {padding: 16px; font-size: 3vw;}
	#symphony .box01 .big {font-size: 4vw;}
	#symphony .box01 p {margin-top: 10px;}
	#symphony .box01 ul {margin-top: 10px;}
	#symphony .box01 li {width: 31%;}
	#symphony .box02 .logo {font-size: 4vw;}
	#symphony .box02 h2 {font-size: 5vw;}
	#symphony .box02 .con {padding: 0; margin-top: 10px;}
	#symphony .box02 h3 {font-size: 4vw; padding: 16px 0;}
	#symphony .box02 .icon {display: none;}
	#symphony .box02 h3 {margin-bottom: 10px; line-height: 1.2; padding: 10px 0;}
	#symphony .box02 .inner {display: block; font-size: 3vw;}
	#symphony .box02 .inner img {margin: 0 auto 10px;}
	#symphony .box03 .title {font-size: 5vw;}
	#symphony .box03 .title span {font-size: 6vw;}
	#symphony .box03 .title {padding: 10px 0;}
	#symphony .box03 .inner {padding: 10px;}
	#symphony .box03 .inner a {width: 47.5%;}
	
	/*hiraya*/
	#hiraya .box00 .min, #hiraya .box00 h2 span {font-size: 4vw;}
	#hiraya .box00 h2 {font-size: 5vw;}
	#hiraya .box00 ul li {width: 23%;}
	#hiraya .box01 h3 {font-size: 6vw;}
	#hiraya .box01 .inner {display: block; font-size: 3vw;}
	#hiraya .box01 .big {font-size: 4vw; text-align: center; margin-bottom: 5px;}
	#hiraya .box01 .inner img {margin: 0 auto 10px;}
	#hiraya .box02 .text {font-size: 4vw; margin: 15px auto;}
	#hiraya .box02 ul li {width: 47.5%;}
	#hiraya .box03 .text {font-size: 4vw; margin: 15px auto 0;}
	#hiraya .box03 li {width: 31%;}
	#hiraya .box04 .text {font-size: 4vw; margin: 15px auto;}
	#hiraya .box04 ul {width: 100%;}
	#hiraya .box04 li {width: 47.5%;}
	#hiraya .box05 .title {font-size: 5vw;}
	#hiraya .box05 .title span {font-size: 6vw;}
	#hiraya .box05 .title {padding: 10px 0;}
	#hiraya .box05 .inner {padding: 10px;}
	#hiraya .box05 .inner a {width: 47.5%;}
	
	/*flow*/
	#flow .box00 {display: none;}
	#flow .box01 .title {font-size: 6vw;}
	#flow .box01 h2 {font-size: 5vw;}
	#flow .box01 .inner {display: block; font-size: 3vw;}
	#flow .box01 .inner img {margin: 0 auto 10px;}
	#flow .box01 .big {font-size: 6vw; margin: 10px auto;}
	#flow .box01 .tel {font-size: 7vw; padding: 10px 0; width: 100%;}
	#flow .box01 .tel .min {font-size: 4vw;}
	#flow .box01 .icon {width: 3%;}
	#flow .box01 .mail {font-size: 5vw; padding: 20px 0; margin-top: 10px;}
	
	/*company*/
	#company table th, #company table td {display: block; width: 100%; text-align: left;}
	#company iframe {height: 250px;}
	#company .box {font-size: 3vw;}
	#company .box .text {font-size: 10px;}
	
	/*sitemap*/
	#sitemap li {font-size: 4vw;}
	
	
	/*contact_bnr*/
	.contact_banner {position: relative;}
	.con_title {font-size: 4.5vw;}
	.con_inner {display: block; padding: 10px; background-position: bottom right;}
	.con_min {display: none;}
	.con_big {font-size: 6vw; text-align: center;}
	.con_txt {font-size: 3vw; text-align: center; margin-bottom: 10px;}
	.tel {width: 70%; margin: 0 auto;}
	.mail {font-size: 4vw;}
	.contact_banner .circle {position: absolute; right: 10px; top: 10px; width: 20%;}
	
	
	/*blog*/
	#blog_single .box01, #blog .box01 {padding: 16px; font-size: 3vw;}
	#blog .con {padding-bottom: 10px; margin-bottom: 10px;}
	
	/*case*/
	#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: 47.5%; margin-right: 5%;}
	#case_single .gallery_box a:nth-child(3n) {margin-right: 5%;}
	#case_single .gallery_box a img {height: 100px;}
	#case_single .gallery_box a:nth-child(2n) {margin-right: 0;}
	#case_single .case_txt_box {padding: 16px; font-size: 3vw;}
	#case_single .page_title {font-size: 3.8vw; line-height: 1.3; padding-right: 16px}
	#case_single .page_title span {border-left: none; padding-left: 0;}
	.voice_single .page_title {font-size: 3.8vw!important;}
	/*contact*/
	#contact .bg {font-size: 3vw;}
	#contact .big {font-size: 3.5vw;}
	#contact .ul01 {font-size: 3.5vw;}
	#contact .icon {display: none;}
	#contact .text {font-size: 4vw; background: none; background-color: #e8a02b;}
	#contact .big02 {font-size: 3vw; margin: 10px auto;}
	#contact .tel_area {font-size: 4.5vw; width: 100%; margin-bottom: 10px;}
	#contact .tel_text {font-size: 7vw;}
	#contact .big03 {font-size: 3.2vw;}
	
	#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: 4.5vw!important; padding: 15px 0!important; background-size: 2%;}
	
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




