#pointTtl{
  position: relative;
  margin-top: 10px;
}
#pointTtl .point_bg{
  width: 100%;
  height: 652px;
}
#pointTtl .point_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pointTtl .point_ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 630px;
}

#sec1 {
  padding-top: 96px;
  padding-bottom: 158px;
}
#sec1 .conte._01{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sec1 .conte._01 .wrap{
  width: 1190px;
  display: flex;
  align-items: center;
  gap: 50px;
}
#sec1 .conte._01 .wrap:nth-child(1){
  margin-left: auto;
  margin-right: 0;
  flex-direction: row-reverse;
}
#sec1 .conte._01 .wrap:nth-child(2){
  margin-left: 0;
  margin-right: auto;
  margin-top: 125px;
}
#sec1 .conte._01 .wrap .img_box{
  width: 689px;
}
#sec1 .conte._01 .wrap .txt_box{
  width: 410px;
}
#sec1 .conte._01 .wrap .txt_box .txt_head{
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
  color: #897963;
}
#sec1 .conte._01 .wrap .txt_box .txt_list li{
  font-size: 20px;
}
#sec1 .conte._01 .wrap .txt_box .txt_list li:nth-child(n+2){
  margin-top: .2em;
}
#sec1 .conte._02{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 210px;
  padding-top: 58px;
  padding-bottom: 58px;
  border-left: 1px solid #897963;
  border-right: 1px solid #897963
}
#sec1 .conte._02 .wrap_lists{
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec1 .conte._02 .wrap_lists li{
  width: 22.5%;
}

#sec2{
  padding-bottom: 146px;
}
#sec2 .ttl_conte{
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 146px;
}
#sec2 .ttl_conte img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec2 .ttl_conte .ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 605px;
}
#sec2 .conte._01{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}
#sec2 .conte._01 .wrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 143px;
  padding-bottom: 143px;
} 
#sec2 .conte._01 .wrap._01 {
  border-bottom: 1px solid #897963;
}
#sec2 .conte._01 .wrap._03 {
  padding-top: 0;
  padding-bottom: 143px;
}
#sec2 .conte._01 .wrap .conte_txt{
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
} 
#sec2 .conte._01 .wrap .img_box{
  width: 556px;
  margin-left: auto;
  margin-right: auto;
} 
#sec2 .conte._01 .wrap._03 .img_box{
  width: 100%;
}
#sec2 .conte._01 .wrap .note_lists{
  width: 725px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
} 
#sec2 .conte._01 .wrap .note_lists li{
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#sec2 .conte._01 .wrap._03 .arrow_img{
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
}
#sec2 .conte._01 .wrap._03 .sec_ttl{
  padding-top: 1.4em;
  line-height: 2.2;
}
#sec2 .conte._01 .wrap._03 .sec_ttl span{
  padding-bottom: .2em;
  padding-left: .4em;
  padding-right: .4em;
  border-bottom: 2px solid #ea5514;
}

#sec3{
  background: url(../images/02/sec3_bg.png);
  background-size: cover;
  background-position: center center;
}
#sec3 .conte{
  width: 1098px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,.94);
  padding-top: 236px;
  padding-bottom: 245px;
}
#sec3 .conte .conte_ttl{
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#sec3 .conte .wrap_lists{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 118px;
}
#sec3 .conte .wrap_lists li{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 50px;
}
#sec3 .conte .wrap_lists li:nth-child(2n){
  flex-direction: row-reverse;
}
#sec3 .conte .wrap_lists li:nth-child(n+2){
  margin-top: 107px;
}

#sec3 .conte .wrap_lists li .img_box{
  width: 200px;
}
#sec3 .conte .wrap_lists li .txt_box{
  width: 470px;
}
#sec3 .conte .wrap_lists li .txt_box .head{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
  color: #897963;
}
#sec3 .conte .wrap_lists li .txt_box .txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-indent: -.5em;
  padding-left: .5em;
}

@media(max-width:1400px){
  #pointTtl{
    margin-top: 0.71vw;
  }
  #pointTtl .point_bg{
    height: 46.57vw;
  }
  #pointTtl .point_ttl{
    width: 45vw;
  }
  #sec1 {
    padding-top: 6.85vw;
    padding-bottom: 11.28vw;
  }
  #sec1 .conte._01 .wrap{
    width: 85vw;
    gap: 3.57vw;
  }
  #sec1 .conte._01 .wrap:nth-child(2){
    margin-top: 8.92vw;
  }
  #sec1 .conte._01 .wrap .img_box{
    width: 49.21vw;
  }
  #sec1 .conte._01 .wrap .txt_box{
    width: 29.28vw;
  }
  #sec1 .conte._01 .wrap .txt_box .txt_head{
    font-size: 3.21vw;
  }
  #sec1 .conte._01 .wrap .txt_box .txt_list li{
    font-size: 1.42vw;
  }
  #sec1 .conte._02{
    width: 71.42vw;
    margin-top: 15vw;
    padding-top: 4.14vw;
    padding-bottom: 4.14vw;
  }
  #sec1 .conte._02 .wrap_lists{
    width: 63.57vw;
    margin-top: 3.57vw;
  }
  #sec2{
    padding-bottom: 10.42vw;
  }
  #sec2 .ttl_conte{
    height: 28.57vw;
    margin-bottom: 10.42vw;
  }
  #sec2 .ttl_conte .ttl{
    width: 43.21vw;
  }
  #sec2 .conte._01{
    width: 71.42vw;
  }
  #sec2 .conte._01 .wrap {
    width: 57.14vw;
    padding-top: 10.21vw;
    padding-bottom: 10.21vw;
  } 
  #sec2 .conte._01 .wrap._03 {
    padding-bottom: 10.21vw;
  }
  #sec2 .conte._01 .wrap .conte_txt{
    font-size: 1.71vw;
  } 
  #sec2 .conte._01 .wrap .img_box{
    width: 39.71vw;
  } 
  #sec2 .conte._01 .wrap .note_lists{
    width: 51.78vw;
    margin-top: 2.14vw;
  } 
  #sec2 .conte._01 .wrap .note_lists li{
    font-size: 1.14vw;
  }
  #sec2 .conte._01 .wrap._03 .arrow_img{
    width: 1.42vw;
    margin-top: 4.14vw;
  }
  #sec3 .conte{
    width: 78.42vw;
    padding-top: 16.85vw;
    padding-bottom: 17.5vw;
  }
  #sec3 .conte .conte_ttl{
    width: 37.14vw;
  }
  #sec3 .conte .wrap_lists{
    width: 53.57vw;
    margin-top: 8.42vw;
  }
  #sec3 .conte .wrap_lists li{
    gap: 3.57vw;
  }
  #sec3 .conte .wrap_lists li:nth-child(n+2){
    margin-top: 7.64vw;
  }
  #sec3 .conte .wrap_lists li .img_box{
    width: 14.28vw;
  }
  #sec3 .conte .wrap_lists li .txt_box{
    width: 33.57vw;
  }
  #sec3 .conte .wrap_lists li .txt_box .head{
    font-size: 1.85vw;
  }
  #sec3 .conte .wrap_lists li .txt_box .txt{
    font-size: 1.28vw;
  }  
}

@media(max-width:750px){
  #pointTtl {
    margin-top: 2vw;
  }
  #pointTtl .point_bg{
    height: 97.33vw;
  }
  #pointTtl .point_ttl{
    width: 80.53vw;
  }

  #sec1 .conte._01 .wrap:nth-child(1),
  #sec1 .conte._01 .wrap:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #sec1 .conte._01 .wrap:nth-child(1){
    justify-content: flex-start;
  }
  #sec1 .conte._01 .wrap:nth-child(2){
    justify-content: flex-start;
  }
  #sec1 .conte._01 .wrap .img_box {
    width: 32vw;
  }
  #sec1 .conte._01 .wrap:nth-child(1) .img_box {
    margin-left: 4.53vw;
  }
  #sec1 .conte._01 .wrap:nth-child(2) .img_box {
    margin-right: 4.53vw;
  }
  #sec1 .conte._01 .wrap .txt_box {
    width: auto;
  }
  #sec1 .conte._01 .wrap .txt_box .txt_head {
    font-size: 5.06vw;
  }
  #sec1 .conte._01 .wrap .txt_box .txt_list li {
    font-size: 2.8vw;
    letter-spacing: -0.02em;
  }

  #sec1 {
    padding-bottom: 16.28vw;
  }
  #sec1 .conte._02 {
    width: 80vw;
    margin-top: 15vw;
    padding-top: 8.14vw;
    padding-bottom: 8.14vw;
  }
  #sec1 .conte._02 .wrap_lists {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.57vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
  }
  #sec1 .conte._02 .wrap_lists li {
    width: 37.5%;
  }
  #sec1 .conte._02 .wrap_lists li:nth-child(n+3) {
    margin-top: 8%;
  }

  #sec2 .ttl_conte {
    height: 33.57vw;
  }
  #sec2 .ttl_conte .ttl {
    width: 65.21vw;
  }
  #sec2 .conte._01 {
    width: 90vw;
  }

  #sec2 .conte._01 .wrap {
    width: 90%;
    padding-top: 10.21vw;
    padding-bottom: 10.21vw;
  }
  #sec2 .conte._01 .wrap .conte_txt {
    font-size: 3.4vw;
  }
  #sec2 .conte._01 .wrap .img_box {
    width: 72.71vw;
  }
  #sec2 .conte._01 .wrap .note_lists {
    width: 72.71vw;
  }
  #sec2 .conte._01 .wrap .note_lists li {
    font-size: 2.4vw;
    letter-spacing: -0.02em;
  }
  #sec2 .conte._01 .wrap._03 .sec_ttl {
    padding-top: 1.4em;
    line-height: 2.2;
    letter-spacing: -0.02em;
  }
  #sec2 .conte._01 .wrap._03 .sec_ttl span {
    border-bottom: 1px solid #ea5514;
  }

  #sec3 {
    background: url(../images/02/sec3_bg_sp.png);
    background-size: cover;
    background-position: bottom center;
    padding-top: 12.66vw;
    padding-bottom: 12.66vw;
  }
  #sec3 .conte {
    width: 80vw;
    padding-top: 12.66vw;
    padding-bottom: 12.66vw;
    background: rgba(255, 255, 255, 0.9);
  }
  #sec3 .conte .conte_ttl {
    width: 67.14vw;
  }
  #sec3 .conte .wrap_lists {
    width: 80vw;
    margin-top: 8.42vw;
  }
  #sec3 .conte .wrap_lists li {
    width: 63.33vw;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  #sec3 .conte .wrap_lists li:nth-child(2n) {
    flex-direction: unset;
  }
  #sec3 .conte .wrap_lists li:nth-child(1),
  #sec3 .conte .wrap_lists li:nth-child(3) {
    flex-direction: row-reverse;
  }
  #sec3 .conte .wrap_lists li .txt_box {
    width: 33.2vw;
    margin-left: 0;
    margin-right: 0;
  }
  #sec3 .conte .wrap_lists li .head {
    width: 100%;
    font-size: 3.6vw;
    margin-top: .5em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 0.7em;
    color: #897963;
  }
  #sec3 .conte .wrap_lists li .txt_box .txt {
    font-size: 2.66vw;
    letter-spacing: -0.02em;
  }
  #sec3 .conte .wrap_lists li .img_box {
    width: 26.66vw;
    /* margin-left: 12%; */
  }
  #sec3 .conte .wrap_lists li:nth-child(2n) .img_box {
    /* margin-right: 12%; */
    margin-left: 0;
  }
}