/** Shopify CDN: Minification failed

Line 100:21 Expected ":"
Line 156:23 Expected ":"

**/
.col{
width: 100%;
padding: 2rem;
display: block;
}

.col h4{
	margin-top: 0;
}

.icons{
padding: 0 30% 2rem;
width: 100%;
}

.icons img{
  width: 100%;
}

.col div:last-child{
		width: 100%;
}

.map_box{
	margin: 5rem 0 3rem;
	padding: 0;
	position: relative;
}

.map_box img{
	width: 100%;
}

.map_box .map_pc{
  display: none;
}

.map_box .Introduction > div{
  display: none;
  border-left: 1px solid #333;
  padding-left:2rem;
  font-size:clamp(.8rem, 1.3vw, 1.5rem);
  
}

.map_box .Introduction a{
  text-decoration: none;
}

.map_box .Introduction .h4{
  font-weight: 600;
  font-size:clamp(1rem, 1.5vw, 1.6rem);
  letter-spacing: 0.1rem;
  text-decoration: none;
}


.map_box .Introduction small{
  font-size: .8rem;
}

.map_box .Introduction:nth-of-type(1){
  position:absolute;
  bottom: 40%; left: 0%;
}

.map_box .Introduction:nth-of-type(2){
  position:absolute;
  bottom: 73%; left: 10%;
}

.map_box .Introduction:nth-of-type(3){
  position:absolute;
  bottom: 65%; left: 52%;
}


.top_text{
	padding: 0 10%;
  	line-height: 3rem;
}

.top_text > div:last-child{
	background-image: url('/cdn/shop/files/logo_back_c41cf796-6374-4740-91b7-ac2724591b23.jpg?v=1654842693');
	height: auto;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

.definition_box{ 
    position: relative;
    min-height: 100%;
    height: 400px;　/*--スクロールをさせるため 高さ指定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: 28% 40%; /*--背景画像の位置--*/
	z-index: 2;
    color: white;
    margin-bottom: 4rem;
}

.definition_box.bg-img{
  background-image: url('/cdn/shop/files/P6300872_retouch.jpg?v=1661160706');
  background-size: cover; /*--背景画像のサイズ--*/
  z-index: -1;
}
.definition_box.bg-img::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.3);
z-index: -1;
}

.definition_box > div{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.definition_box > div > div > div{
  margin-bottom: 1rem;
}

.definition_box h2{
	color: white;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.sustainable{
  margin-bottom: 2rem;
}


  @media screen and (min-width: 750px) {
    
    .definition_box{ 
       margin-bottom: 7rem;
      background-attachment: fixed; /*--背景画像の固定--*/
      height: 500px;　/*--スクロールをさせるため 高さ指定--*/
     
    }

	.col{
      display: flex;
      margin-bottom: 2rem;
	}

	.col div:first-child{
		width: auto;
		padding: 0 2rem;
	}

	.icons img{
	  width: 110px;
	}

	.title_br{
		display: none;
	}

	.top_text{
		padding: 0;
	}
    
    .top_text .h3{
  text-align: center;
}

	.map_box{
		padding: 0 10%;
        margin: 5rem 0;
	}
    
    .map_box .map_pc{
  		display: block;
    }
    
     .map_box .map_sp{
  		display: none;
    }
    
    .map_box .Introduction > div{
      display: block;
    }
	
    
    .map_box .Introduction .h4 br{
      display: none;
    }
    
    .map_box .Introduction:nth-of-type(1){
      position:absolute;
      top: 45%; left: 5%;
   }

    .map_box .Introduction:nth-of-type(2){
      position:absolute;
      top: 12%; left: 18%;
    }
    
    .map_box .Introduction:nth-of-type(3){
      position:absolute;
      top: 14%; left: 45%;
    }
    
    .map_box .Introduction .h4{
      letter-spacing: 0.2rem;
    }

    .sustainable{
      text-align: center;
      margin-bottom: 6rem;
}
    
  }

  @media screen and (min-width: 1024px) {
    .col {
      width: 50%;
    }

.top_text{
	text-align: center;
}

  }

  @media screen and (min-width: 1024px) {
    .map_box{
      margin: 3rem 0 1rem;
    }
  }


@media screen and (max-width: 576px) {
/* 	.definition_box{
		padding: 2.5rem;
	} */

	.top_text div{
		margin: 1rem 0;
	}

	.top_text{
		padding: 0;
	}

}
