.hero {
	position: relative;
	width: 100%;
	min-height: 95vh;

	/* 背景画像 */
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.45)
		),
		url("../../images/service/artemis-lift/mainvisual.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* titleを上下中央に */
	display: flex;
	align-items: center;
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: -100px;
}



.hero .logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 25px;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#000;
	letter-spacing: 0.5rem;
}

/* 説明 */
.hero h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	line-height: 2;
	font-weight: 400;
	width: 50%;
  color: #000;
}


#section-01 .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

#section-01 .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
  font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}
#section-01 .text p {
	font-size: clamp(1.3rem, 1.5vw,1.8rem);
}


#section-01 .content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#section-01 .content .text {
	width: 30%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
#section-01 .content .ph {
	width: 60%;
}
#section-01 .content .ph img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}




#section-02 .content {
  display: grid;
  grid-template-columns: 30% 1fr;

}

#section-02 .box-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  
}

#section-02 .box-list li {
  padding: 4%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
  text-align: center;
}

#section-02 .box-list figure {
  margin: 0 auto;
  width: 80px;
  margin-bottom: 24px;
}

#section-02 .box-list p {
	font-size: clamp(1.2rem, 1.2vw,1.6rem);
	margin: 0;
	padding: 0;
	text-align: left;  
}


#section-02 .content .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

#section-02 .content .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}
#section-02 .content .text p {
	font-size: clamp(1.3rem, 1.5vw,1.8rem);
}



#section-03 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

#section-03 .list li {
  padding: 4% 8%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
  text-align: center;

  text-align: left;
}

#section-03 .list li .icon {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 24px;
}

#section-03 h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#716caa;
	text-align: center;
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 1.3;
	margin-bottom: 30px;
}
#section-03 h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
	font-size: clamp(1.8rem, 1.8vw, 2.8rem);
	line-height: 1.3;
  margin-bottom: 48px;
}
#section-03 h4 {
	font-family: "Google Sans", sans-serif;
	font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  margin: 0 auto;
  text-align: center;
	margin-bottom: 100px;
}

#section-03 .list li p {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  text-align: left;
}




#section-04 .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

#section-04 .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}
#section-04 .text p {
	font-size: clamp(1.3rem, 1.5vw,1.8rem);
}


#section-04 .content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#section-04 .content .text {
	width: 30%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
#section-04 .content .photo-content {
    width: 60%;
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 24px;
    /* fix a uniform height for the image block so all imgs line up */
    height: 420px;
}

/* make the main image fill the left column */
#section-04 .content .photo-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* stack thumbnails and split the height evenly */
.photo-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.photo-list li {
  flex: 1 1 0;
  list-style: none;
}
.photo-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



@media screen and (max-width: 834px){


  .hero {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 50px;

    /* 背景画像 */
    background-image:
      linear-gradient(
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.45)
      ),
      url("../../images/service/artemis-lift/mainvisual.jpg");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* titleを上下中央に */
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    
  }

  /* タイトルエリア */
  .hero .title {
    width: min(1200px, 90%);
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }



  .hero .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* メインコピー */
  .hero h2 {
    margin: 0 0 15px;
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: 1.3;
    font-weight: 400;
    color:#000;
    letter-spacing: 0.5rem;
  }

  /* 説明 */
  .hero h3 {
    margin: 0;
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    line-height: 1.7;
    font-weight: 400;
    width: auto;
    color: #000;
    margin-bottom: 20px;
  }

  #section-01 .content{
    display: grid;
    grid-template-columns: 1fr;
  }

  #section-01 .content .text{
    width: 100%;
  }

  #section-01 .content .ph{
    width: 100%;
  }  

  #section-01 .content .ph img{
    height: auto;
  }

  #section-02 .content{
    display: grid;
    grid-template-columns: 1fr;
  }

  #section-02 .content .box-list {
    gap: 16px;
  }
  #section-02 .box-list figure {
    width: 60px;
  }

  #section-03 .list {
    grid-template-columns: 1fr 1fr;
  }

  #section-04 .content {
    display: grid;
    grid-template-columns: 1fr;
  }

  #section-04 .content .photo-content {
    width: 100%;
    grid-template-columns: 1fr;
    height: auto;
  }

  #section-04 .content .text {
    width: 100%;
  }

    #section-04 .content .photo-list {
      display: grid;
      grid-template-columns: 1fr 1fr
    }

  



  .aboutBOX02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .aboutBOX02 .text {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aboutBOX02 .ph {
    width: auto;
  }
  .aboutBOX02 .ph img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .aboutBOX02 .text .eng {
    font-family: "Google Sans", sans-serif;
    color:#716caa;
    font-size: clamp(1.4rem, 1.6vw, 2rem);
    letter-spacing: 0.08em;

  }

  .aboutBOX02 .text h2 {
    margin: 0 0 25px;
    font-size: clamp(2.4rem, 3vw,4rem);
      font-family: "Noto Serif JP", serif;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .aboutBOX02 .text p {
    font-size: clamp(1.4rem, 1.5vw,1.8rem);
  }  


  #section-03 h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    color:#716caa;
    text-align: center;
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #section-03 h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-align: center;
    font-size: clamp(1.6rem, 1.8vw, 2.8rem);
    line-height: 1.3;
    margin-bottom: 30px;
  }

}