.eyeCatch{
  height: 500px;
  /*margin-bottom: 80px;*/
}
.eyeCatch>.relative{
  height: 500px;
}
.eyeCatch>.relative>img{
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.eyeCatch>.relative>.absTxt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 350px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.eyeCatch>.relative>.absTxt>h2{
  margin-bottom: 20px;
}
.eyeCatch>.relative>.absTxt>h2>small,
.eyeCatch>.relative>.absTxt>h2>em{
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.eyeCatch>.relative>.absTxt>h2>small{
  font-size: 1em;
  letter-spacing: 0.1em;
}
.eyeCatch>.relative>.absTxt>h2>em{
  font-size: 0.75em;
}
.eyeCatch>.relative>.absTxt>p{
  font-size: 1.5em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
  top: 0;
  left: 0;
}
.dropShadow{
  filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}
.fadeIn{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadeIn.show{
  opacity: 1;
  transform: translateY(0);
}
a{
  text-decoration: none;
  color:#231815;
}
.sp{
  display: none;
}
@media (max-width:768px){
  .sp{
      display: block;
  }
  .pc{
      display: none;
  }
}

.firstText{
  margin-bottom: 80px;
  margin-top: 60px;
}
.firstText_wrap{
  text-align: center;
}
.firstText_wrap>h2{
  font-family: "Marcellus", serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #231815;
  display: inline-block;
  border-bottom: 1px solid #231815;
  margin-bottom: 30px;
}
.firstText_wrap>p{
  font-size: 1.25em;
  font-weight: 400;
  color: #231815;
}
.under414{
  display: none;
}
@media (max-width:500px){
  .firstText{
      padding: 30px 0;
  }
}
@media (max-width:414px){
  .under414{
      display: block;
  }
}

.firstContent{
  margin-bottom: 80px;
}
.firstContent_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 840px;
}
.firstContent_wrap>.leftBox,
.firstContent_wrap>.rightBox{
  width: 50%;
  height: 100%;
}
.firstContent_wrap>.leftBox{
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstContent_wrap>.leftBox>.leftBox_inner{
  max-width: 550px;
  width: 80%;
}
.firstContent_wrap>.leftBox>.leftBox_inner>p{
  font-size: 1em;
  line-height: 2.5;
  margin-bottom: 20px;
}
.firstContent_wrap>.rightBox>img{
  object-fit: cover;
  object-position: right center;
  height: 100%;
}
@media (max-width:768px){
  .firstContent_wrap{
      height: auto;
  }
  .firstContent_wrap>.leftBox,
  .firstContent_wrap>.rightBox{
      width: 100%;
  }
  .firstContent_wrap>.leftBox{
      order: 1;                    
  }
  .firstContent_wrap>.leftBox>.leftBox_inner{
      width: 100%;
      text-align: center;
  }
  .firstContent_wrap>.rightBox{
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px;
  }
}

.secondText{
  margin-bottom: 80px;
}
.secondText_wrap{
  text-align: center;
}
.secondText_wrap>h2{
  font-family: "Marcellus", serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #231815;
  display: inline-block;
  border-bottom: 1px solid #231815;
  margin-bottom: 30px;
}
.secondText_wrap>p{
  font-size: 1.25em;
  font-weight: 400;
  color: #231815;
}
@media (max-width:500px){
  .secondText{
      padding: 30px 0;
  }
}

.secondContent{
  margin-bottom: 80px;
}
.secondContent_wrap{
  display: flex;
  flex-wrap: wrap;
}
.secondContent_wrap>.leftBox,
.secondContent_wrap>.rightBox{
  width: 50%;
}
.secondContent_wrap>.leftBox{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.secondContent_wrap>.leftBox>.imgBox01{
  max-width: 700px;
  width: 90%;
  transform: translateX(-10%);
}
.secondContent_wrap>.leftBox>.imgBox02{
  max-width: 450px;
  width: 60%;
  transform: translateY(10%);
}
.secondContent_wrap>.rightBox{
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.secondContent_wrap>.rightBox>.rightBox_inner{
  max-width: 550px;
  width: 80%;
}
.secondContent_wrap>.rightBox>.rightBox_inner>p{
  font-size: 1em;
  line-height: 2.5;
  margin-bottom: 20px;
}
@media (max-width:768px){
  .secondContent_wrap>.leftBox,
  .secondContent_wrap>.rightBox{
      width: 100%;
  }
  .secondContent_wrap>.leftBox{
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px;
  }
  .secondContent_wrap>.rightBox{
      padding-top: 0px;
  }
  .secondContent_wrap>.rightBox>.rightBox_inner>p{
      text-align: center;
  }
}

.thirdContent{
  background-image: url(../images/concept/contentBg04.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  box-sizing: border-box;
}
.thirdText_wrap{
  text-align: center;
  margin-bottom: 50px;
}
.thirdText_wrap>h2{
  font-family: "Marcellus", serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.thirdContent_wrap{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

/*
.thirdContent_row{                
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thirdContent_row>.contentBox{
  width: 30%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}*/

.thirdContent_row{                
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.thirdContent_row>.contentBox{
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.thirdContent_row>.contentBox>h3{
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
 /* margin-bottom: 20px;*/
}

@media (min-width:769px) and (max-width:1346px){

  .thirdContent_row>.contentBox>h3{
    font-size: clamp(0.75em, 1.55vw, 1.25em);
    white-space: nowrap;
  }

}

@media (max-width:768px){

  .thirdContent_row{
    gap: 15px;
  }

  .thirdContent_row>.contentBox{
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 0;
  }

  .thirdContent_row>.contentBox>h3{
    font-size: 16px;
    line-height: 1.7;
  }

}

@media (max-width:768px){

  .thirdContent{
    background-image: url(../images/concept/contentBg04_sp.jpg);
    padding: 80px 0;
  }

}