/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  padding: 14vw 0;
  background: url(../img/about/sec1_bg.png) no-repeat center top;
  background-size: cover;
}
#sec1 h2 {
  border: 1px solid var(--blue);
  font-size: 6vw;
  background: #000;
  line-height: 1.5;
  background: url(../img/shared/background.jpg) repeat center top;
  position: relative;
  width: 70%;
  padding: 2vw 0 2vw 10%;
  letter-spacing: 4px;
  color: var(--blue);
  font-weight: 600;
}
#sec1 h2:before,
#sec1 h2:after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 5px;
  width: 3px;
  background: #ab8940;
}
#sec1 h2:after {
  left: auto;
  right: 5px;
}
#sec1 h2 span {
  display: block;
  margin-left: 10%;
}
#sec1 .photo1 {
  margin: 6vw 0 8vw 20%;
}
#sec1 .photo2 {
  margin: 0 20% 8vw 0;
}
#sec1 .photo3 {
  margin: 0 10% 7vw;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  position: relative;
  overflow: hidden;
  padding: 28vw 0;
}
#sec2::before,
#sec2:after {
  content: '';
  position: absolute;
  bottom: -9vw;
  right: -14%;
  width: 63%;
  height: 42vw;
  background: url(../img/shared/common_deco.png) repeat;
  z-index: -1;
  border-radius: 50%;
}
#sec2:before {
  right: auto;
  left: -14%;
  bottom: auto;
  top: -9vw;
}
#sec2 h2 {
  border-right: 1px solid #607490;
  border-left: 1px solid #607490;
  line-height: 2.6;
  margin-left: auto;
  position: relative;
  z-index: 2;
  position: relative;
}
#sec2 h2:before {
  content: '';
  position: absolute;
  top: -19vw;
  left: 50%;
  width: 100%;
  height: 20vw;
  transform: translateX(-50%);
  background: url(../img/shared/common_deco2.png) no-repeat center top;
  background-size: contain;
}
#sec2 h2 span {
  display: block;
  font-size: 5.5vw;
}
#sec2 h2 span:nth-child(1) {
  border-left: 1px solid #607490;
}
#sec2 .photo1 {
  margin: -65vw -24% 6vw;
}
#sec2 .photo2 {
  margin-top: 7vw;
  position: relative;
}
#sec2 .photo2 span {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: -20vw;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  background: url(../img/shared/black_bg.jpg) repeat center top;
  color: #fff;
  padding: 13vw 0;
  position: relative;
}
#sec3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 71%;
  height: 50vw;
  background: url(../img/about/sec3_bg.png) no-repeat center top;
  background-size: contain;
  opacity: 0.3;
}
#sec3 h2 {
  border-bottom: 1px solid #cfb171;
  line-height: 2.6;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}
#sec3 h2:before {
  content: '';
  position: absolute;
  top: -7vw;
  right: 10%;
  background: url(../img/about/sec3_deco.png) no-repeat center top;
  background-size: contain;
  width: 60px;
  height: 137px;
  z-index: 3;
}
#sec3 h2 span {
  padding-left: 10%;
  display: block;
  font-size: 5.5vw;
  position: relative;
  z-index: 2;
}
#sec3 h2 span:nth-child(1) {
  border-top: 1px solid #cfb171;
  border-bottom: 1px solid #cfb171;
}
#sec3 .photo {
  margin: 6vw 0;
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  position: relative;
  padding: 14vw 0;
  background: url(../img/shared/white_bg.jpg) repeat;
}
#sec4:after {
  content: '';
  position: absolute;
  top: -9vw;
  left: -14%;
  width: 63%;
  height: 42vw;
  background: url(../img/shared/common_deco.png) repeat;
  z-index: -1;
  border-radius: 50%;
}
#sec4 h2 {
  margin: 7vw 28% 7vw 0;
}
#sec4 .sec4-js {
  margin: 18vw -5% 10vw;
}
#sec4 .sec4-js p {
  height: 150px;
  width: 150px !important;
}
#sec4 .sec4-js p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec4 .sec4-js .slick-list {
  overflow: visible;
}
#sec4 .sec4-js .item1 {
  position: relative;
}
#sec4 .sec4-js .item1:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/about/sec4_deco.png) no-repeat center top;
  width: 114px;
  height: 28px;
}
#sec4 .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vw;
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  padding: 28vw 0 12vw;
  position: relative;
}
#sec5::before {
  content: '';
  position: absolute;
  bottom: -9vw;
  left: -14%;
  width: 63%;
  height: 42vw;
  background: url(../img/shared/common_deco.png) repeat;
  z-index: -1;
  border-radius: 50%;
}
#sec5 dl {
  display: flex;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #000;
}
#sec5 dl dt {
  width: 29%;
}
#sec5 dl dd {
  width: 71%;
}

/*=============================================
******************* PC  **********************
*=============================================*/
@media screen and (min-width: 768px) {
  /*=============================================
    ******************* sec1  **********************
    *=============================================*/
  #sec1 {
    padding: 116px 0 123px;
  }
  #sec1 h2 {
    font-size: 45px;
    width: 465px;
    height: 192px;
    box-sizing: border-box;
    padding-left: 57px;
    line-height: 72px;
  }
  #sec1 h2:before,
  #sec1 h2:after {
    width: 5px;
    left: 8px;
  }
  #sec1 h2:after {
    left: auto;
    right: 10px;
  }
  #sec1 h2 span {
    padding-left: 10px;
  }
  #sec1 .photos .photo1 {
    margin: -95px 17px -337px auto;
    width: 450px;
  }
  #sec1 .photos .photo2 {
    margin: 0 0 0 60px;
    width: 361px;
  }
  #sec1 .photos .photo3 {
    margin: -100px 10px -497px auto;
    width: 470px;
  }
  #sec1 .txt {
    max-height: 470px;
    margin-left: -14px;
    height: 470px;
    margin-bottom: -30px;
  }
  /*=============================================
  ******************* sec2  **********************
  *=============================================*/
  #sec2 {
    padding: 238px 0 200px;
  }
  #sec2:before,
  #sec2:after {
    width: 519px;
    height: 519px;
    bottom: -208px;
    right: -174px;
  }
  #sec2:before {
    left: -173px;
    top: -214px;
  }
  #sec2 .wrap {
    max-width: 1300px;
  }
  #sec2 h2 {
    margin-right: calc(50% - 417px);
  }
  #sec2 h2:before {
    width: 235px;
    height: 133px;
    top: -170px;
  }
  #sec2 h2 span {
    font-size: 40px;
    line-height: 100px;
    padding-top: 16px;
    letter-spacing: 4px;
  }
  #sec2 .photo1 {
    margin: -617px 0px 52px;
    height: 750px;
    min-height: 750px;
  }
  #sec2 .photo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
  }
  #sec2 .row .txt {
    max-width: 480px;
    margin: 16px 20px 0 82px;
  }
  #sec2 .row .photo2 {
    margin-top: 0;
  }
  #sec2 .row .photo2 span {
    width: 270px;
    bottom: -110px;
    right: -40px;
  }
  /*=============================================
  ******************* sec3  **********************
  *=============================================*/
  #sec3 {
    padding: 158px 0 100px;
    z-index: 3;
  }
  #sec3:before {
    width: 865px;
    height: 528px;
    left: 49px;
    opacity: 1;
    top: -4px;
  }
  #sec3 h2 {
    margin-left: auto;
    width: 410px;
    margin-right: 47px;
  }
  #sec3 h2:before {
    width: 98px;
    top: -48px;
    right: 14px;
  }
  #sec3 h2 span {
    font-size: 40px;
    padding-left: 20px;
    line-height: 100px;
  }
  #sec3 .row {
    margin-top: 85px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
  }
  #sec3 .row .photo {
    margin: 0px -103px 0 -84px;
  }
  #sec3 .row .txt {
    max-width: 480px;
    margin-top: 90px;
    position: relative;
  }
  /*=============================================
  ******************* sec4  **********************
  *=============================================*/
  #sec4 {
    padding: 70px 0 130px;
    z-index: 2;
  }
  #sec4:after {
    width: 519px;
    height: 519px;
    left: -233px;
    top: -224px;
  }
  #sec4 .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec4 .photo {
    margin-right: -166px;
  }
  #sec4 .content h2 {
    margin: 60px 0 47px;
  }
  #sec4 .content .txt {
    max-width: 480px;
    margin-left: 5px;
  }
  #sec4 .sec4-js {
    width: 860px;
    margin: 40px auto 124px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 53px;
  }
  #sec4 .sec4-js p {
    margin-bottom: -60px;
    height: auto;
    width: auto !important;
  }
  #sec4 .sec4-js .item1::before {
    left: 48%;
  }
  #sec4 .buttons {
    justify-content: center;
    flex-direction: row;
    gap: 100px;
  }
  /*=============================================
  ******************* sec5  **********************
  *=============================================*/
  #sec5 {
    padding: 213px 0 60px;
  }
  #sec5:before {
    width: 519px;
    height: 519px;
    bottom: -230px;
    left: -166px;
  }
  #sec5 h2 {
    margin-bottom: 56px;
  }
  #sec5 .row {
    display: flex;
    justify-content: space-between;
  }
  #sec5 .row .col {
    width: 470px;
  }
  #sec5 .row .col dl {
    padding-bottom: 14px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  #sec5 .row .col dl dt {
    width: 170px;
  }
  #sec5 .btn-link {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=about.css.map */
