/**
 * Scss Document
 *
 * @format
 */

#key {
  background: url(../img/concept/key_sp.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 767px) {
  #key {
    background: url(../img/concept/key.jpg) no-repeat center;
    background-size: cover;
  }
}
#sec1 {
  position: relative;
  padding-top: 25vw;
  padding-bottom: 20vw;
}
#sec1::before {
  content: "";
  background: url(../img/shared/bg03.jpg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 320px;
  opacity: 0.7;
}
#sec1 .photo {
  margin: 0 -5vw 10vw;
}
#sec1 .box {
  padding-top: 10vw;
}
#sec1 .box h2 {
  font-size: 22px;
  line-height: 1;
  position: relative;
  margin-bottom: 9vw;
  letter-spacing: 0.1em;
}
#sec1 .box h2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 30px;
  background: url(../img/shared/tt_deco01.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  top: -39px;
}
#sec1 .box h2 span {
  display: block;
  font-size: 27px;
  letter-spacing: 0.03em;
  padding-top: 7vw;
}
#sec1 .box .txt {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  #sec1 {
    padding-top: 120px;
    padding-bottom: 205px;
  }
  #sec1::before {
    top: 0;
    right: 0;
    left: 0;
    height: 320px;
    opacity: 1;
  }
  #sec1 .photo {
    width: 944px;
    position: absolute;
    top: 0;
    left: -445px;
    margin-bottom: 0;
    margin: 0;
  }
  #sec1 .box {
    width: 547px;
    margin-left: auto;
    margin-right: -136px;
    padding-top: 129px;
  }
  #sec1 .box h2 {
    font-size: 28px;
    margin-bottom: 52px;
    letter-spacing: 5px;
  }
  #sec1 .box h2::before {
    width: 127px;
    height: 40px;
    top: -59px;
  }
  #sec1 .box h2 span {
    display: block;
    font-size: 36px;
    letter-spacing: 6.8px;
    padding-top: 41px;
  }
  #sec1 .box .txt {
    margin-bottom: 0;
  }
}
#sec2 {
  background-color: rgba(208, 181, 133, 0.17);
  padding: 20vw 0 20vw;
  position: relative;
}

#sec2::before {
  content: "";
  background: #d0bea8;
  position: absolute;
  left: 0;
  bottom: -22vw;
  width: 1px;
  transform: rotate(-40deg);
  height: 24%;
}

#sec2 .set1 {
  position: relative;
  margin-bottom: 10vw;
}
#sec2 .set1 .box {
  margin-bottom: 10vw;
}
#sec2 .set1 .box .title-c {
  margin-bottom: 6vw;
}
#sec2 .set1 .box h2 span::before {
  top: 36px;
  left: 149px;
}
#sec2 .set1 .box h2 small {
  margin-top: 0;
  padding-top: 4vw;
}
#sec2 .set1 .box .txt {
  margin-bottom: 0;
}
#sec2 .set1 .photo {
}
#sec2 .set1 .photo .tt {
  padding-top: 10px;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.8px;
  text-align: right;
}
#sec2 .set2 {
  position: relative;
}
#sec2 .set2 .box {
  position: relative;
}
#sec2 .set2 .box::after {
  content: "";
  background: url(../img/shared/tt_deco05.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 140px;
  height: 40px;
  bottom: -35px;
  left: 50%;
  position: absolute;
  margin-left: -70px;
}
#sec2 .set2 .box .inside {
  padding: 30px 20px;
  border: 1px solid #201810;
  background-color: #f9f5ed;
  position: relative;
  z-index: 2;
}
#sec2 .set2 .box .inside h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
#sec2 .set2 .box .inside h3::before {
  content: "";
  background: #201810;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0px;
}
#sec2 .set2 .box .inside h3 span {
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background-color: #f9f5ed;
}
#sec2 .set2 .box .inside .list dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0;
}
#sec2 .set2 .box .inside .list dl::before {
  content: "";
  background: #c2ab91;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0px;
}
#sec2 .set2 .box .inside .list dl span {
  background: #f9f5ed;
  position: relative;
  z-index: 2;
}
#sec2 .set2 .box .inside .list dl dt span {
  padding-right: 0px;
}
#sec2 .set2 .box .inside .list dl dd span {
  padding-left: 5px;
}

@media only screen and (min-width: 400px) {
  #sec2 .set2 .box .inside .list dl {
    font-size: 13px;
  }
}
@media only screen and (min-width: 767px) {
  #sec2 {
    padding: 147px 0 78px;
  }

  #sec2::before {
    background: #d0bea8;
    position: absolute;
    left: 15%;
    bottom: -26%;
    width: 1px;
    transform: rotate(-45deg);
    height: 100%;
  }

  #sec2 .set1 {
    margin-bottom: 133px;
  }
  #sec2 .set1 .box {
    width: 453px;
    margin-bottom: 0;
  }
  #sec2 .set1 .box .title-c {
    margin-bottom: 31px;
  }
  #sec2 .set1 .box h2 span::before {
    top: 47px;
    left: 165px;
  }
  #sec2 .set1 .box h2 small {
    margin-top: 0;
    padding-top: 24px;
  }
  #sec2 .set1 .box .txt {
    margin-bottom: 0;
  }
  #sec2 .set1 .photo {
    width: 448px;
    text-align: right;
    position: absolute;
    top: 3px;
    right: 0;
  }
  #sec2 .set1 .photo .tt {
    padding-top: 21px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1.8px;
  }
  #sec2 .set2 {
    position: relative;
  }
  #sec2 .set2 .box {
    width: 655px;
    margin: 0 auto 60px;
    position: relative;
  }
  #sec2 .set2 .box::after {
    width: 180px;
    height: 40px;
    bottom: -36px;
    left: 50%;
    position: absolute;
    margin-left: -90px;
  }
  #sec2 .set2 .box .inside {
    padding: 41px 71px 44px;
  }
  #sec2 .set2 .box .inside h3 {
    font-size: 20px;
    width: 369px;
    margin: 0 auto 38px;
  }
  #sec2 .set2 .box .inside h3::before {
    top: 50%;
    height: 1px;
    left: 0;
    right: 0px;
  }
  #sec2 .set2 .box .inside h3 span {
    padding: 0px 28px;
    letter-spacing: 3px;
  }
  #sec2 .set2 .box .inside .list dl {
    font-size: 16px;
    line-height: 29px;
  }
  #sec2 .set2 .box .inside .list dl::before {
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0px;
  }
  #sec2 .set2 .box .inside .list dl span {
    background: #f9f5ed;
    position: relative;
    z-index: 2;
  }
  #sec2 .set2 .box .inside .list dl dt span {
    padding-right: 5px;
    letter-spacing: 2px;
  }
  #sec2 .set2 .box .inside .list dl dd span {
    padding-left: 30px;
  }
}
#sec3 {
  padding: 25vw 0 20vw;
  position: relative;
}

#sec3::before {
  content: "";
  background: url(../img/shared/bg03.jpg);
  top: 0;
  right: 0;
  width: 30%;
  bottom: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}

#sec3 .set1 {
  position: relative;
  margin-bottom: 10vw;
}
#sec3 .set1 .title {
  line-height: 55px;
  letter-spacing: 1.8px;
  margin-bottom: 7vw;
  margin-left: auto;
}
#sec3 .set1 .title h2 {
  position: relative;
}
#sec3 .set1 .title h2::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 20px;
  background: url(../img/shared/tt_deco03.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  top: -27px;
}
#sec3 .set1 .title h2::after {
  content: "";
  position: absolute;
  width: 16vw;
  height: 1px;
  background-color: #7d7c79;
  right: -6vw;
  bottom: 23px;
  z-index: 1;
}
#sec3 .set1 .photo {
}
#sec3 .set2 {
  position: relative;
}
#sec3 .set2 .txt {
  margin-bottom: 10vw;
}
#sec3 .set2 .photo-1 {
  width: 50%;
  margin-bottom: 8vw;
  margin-left: 0vw;
}
#sec3 .set2 .photo-2 {
}

@media only screen and (min-width: 767px) {
  #sec3 {
    padding: 124px 0 261px;
  }
  #sec3::before {
    width: calc(50% - 305px);
    z-index: 0;
    opacity: 1;
  }
  #sec3 .set1 {
    margin-bottom: 0;
    min-height: 457px;
    padding-top: 133px;
  }
  #sec3 .set1 .title {
    line-height: 55px;
    letter-spacing: 1.8px;
    width: 500px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -39px;
  }
  #sec3 .set1 .title h2 {
    letter-spacing: 5px;
  }
  #sec3 .set1 .title h2::before {
    width: 78px;
    height: 22px;
    top: -53px;
  }
  #sec3 .set1 .title h2::after {
    width: 120px;
    right: 6px;
    bottom: 24px;
  }
  #sec3 .set1 .photo {
    width: 682px;
    position: absolute;
    top: 0;
    left: -251px;
  }
  #sec3 .set2 {
    position: relative;
  }
  #sec3 .set2 .txt {
    width: 387px;
    margin-bottom: 0;
  }
  #sec3 .set2 .photo-1 {
    position: absolute;
    top: -280px;
    right: 56px;
    margin: 0;
    width: 320px;
  }
  #sec3 .set2 .photo-2 {
    position: absolute;
    top: 51px;
    right: -72px;
    width: 570px;
  }
}
#sec4 {
  position: relative;
}
#sec4 .set1 {
  position: relative;
}
#sec4 .set1 .photo {
  height: 341px;
  margin-left: -25vw;
}
#sec4 .set1 .box {
  padding: 15vw 5vw 20vw;
  position: relative;
  z-index: 2;
}
#sec4 .set1 .box .title {
  margin-bottom: 5vw;
}
#sec4 .set1 .box .title h2 {
  text-align: center;
  position: relative;
}
#sec4 .set1 .box .title h2::before {
  content: "";
  background: url(../img/shared/tt_deco02.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 120px;
  height: 36px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -60px;
}
#sec4 .set1 .box .title small {
  display: block;
  line-height: 55px;
  letter-spacing: 3.6px;
}
#sec4 .set1 .box .txt {
  margin-bottom: 13vw;
}
#sec4 .set1 .box .btn-shared {
  max-width: 279px;
  margin: 0 auto;
}
#sec4 .set1 .box .btn-shared a::after {
  top: -20px;
  right: -28px;
  width: 70px;
  height: 70px;
}
#sec4 .set2 {
  position: relative;
  background-color: rgba(208, 181, 133, 0.17);
  padding-top: 30vw;
  padding-bottom: 20vw;
}
#sec4 .set2 .row01 {
  position: relative;
  margin-bottom: 40px;
}
#sec4 .set2 .row01 .title-c {
  text-align: center;
  margin-bottom: 5vw;
}
#sec4 .set2 .row01 .title-c h2 span::before {
  top: -30px;
  left: 0;
}
#sec4 .set2 .row01 .txt {
  margin-bottom: 10vw;
}
#sec4 .set2 .row01 .right {
}
#sec4 .set2 .row01 .right ul li {
  width: 165px;
  height: 165px;
  margin: 0 auto;
  background: url(../img/concept/sec4_circle.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#sec4 .set2 .row01 .right ul li span {
  font-size: 17px;
  display: block;
  line-height: 30px;
  padding-top: 54px;
  text-align: center;
  letter-spacing: 0;
}
#sec4 .set2 .row01 .right ul li:nth-child(2) {
  margin: 0;
}
#sec4 .set2 .row01 .right ul li:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec4 .set2 .row02 {
  position: relative;
  margin-bottom: 10vw;
}
#sec4 .set2 .row02 .left {
  text-align: center;
  padding-bottom: 10vw;
}
#sec4 .set2 .row02 .left h3 {
  margin-bottom: 0vw;
}
#sec4 .set2 .row02 .left .slider-s {
  margin-bottom: 20px;
}
#sec4 .set2 .row02 .left .photo {
  position: relative;
}
#sec4 .set2 .row02 .left .photo p.num {
  background: url(../img/shared/bg02.jpg);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 50px;
  color: #ffffff;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.8px;
}
#sec4 .set2 .row02 .left dl {
  padding-top: 0;
  padding-bottom: 8vw;
}
#sec4 .set2 .row02 .left dl dt {
  font-size: 20px;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  margin-bottom: 3vw;
  line-height: 2;
  padding-top: 5vw;
}
#sec4 .set2 .row02 .left dl dd {
  padding-top: 0;
}
#sec4 .set2 .row02 .right {
  position: relative;
  padding-top: 6vw;
}
#sec4 .set2 .row02 .right::before {
  content: "";
  background-color: #d0bea8;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#sec4 .set2 .row02 .right h3 {
  margin-bottom: 3vw;
  text-align: center;
}
#sec4 .set2 .row02 .right .list dl {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#sec4 .set2 .row02 .right .list dl dt {
  position: relative;
  width: 30%;
  max-width: 120px;
}
#sec4 .set2 .row02 .right .list dl dd {
  width: 70%;
  max-width: 365px;
}
#sec4 .set2 .btn-shared {
  max-width: 280px;
  margin: 0 auto;
}
#sec4 .set2 .btn-shared small {
  line-height: 30px;
}
#sec4 .set2 .btn-shared a {
  width: 280px;
  margin: 0 auto;
}

#sec4 .set2 .btn-shared a::after {
  top: 0;
  right: -23px;
}

#sec4 .set2 .info {
  max-width: 640px;
  margin: 16vw auto 0;
  border: 1px solid #201810;
  text-align: center;
}
#sec4 .set2 .info .inside {
  padding: 40px 20px;
  background: #f9f5ed;
}
#sec4 .set2 .info .inside h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
#sec4 .set2 .info .inside .txt {
  margin-bottom: 6vw;
  text-align: left;
}
#sec4 .set2 .info .d-flex {
  max-width: 475px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  padding: 15px;
  letter-spacing: 0;
}
#sec4 .set2 .info .d-flex ul {
  padding-left: 0;
  text-align: left;
  width: 45%;
  font-size: 3.5vw;
}
#sec4 .set2 .info .d-flex ul li {
  line-height: 36px;
}
#sec4 .set2 .info .d-flex ul + ul {
  width: 55%;
}

@media only screen and (min-width: 767px) {
  #sec4 {
    position: relative;
  }
  #sec4 .set1 {
    height: 840px;
    position: relative;
  }
  #sec4 .set1 .photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 0;
    height: 840px;
  }
  #sec4 .set1 .box {
    padding: 172px 50px 70px 50px;
    width: 20%;
    background: rgba(255, 255, 255, 0.6);
    min-width: 400px;
  }
  #sec4 .set1 .box .title {
    margin-bottom: 45px;
  }
  #sec4 .set1 .box .title h2 {
    text-align: center;
    position: relative;
  }
  #sec4 .set1 .box .title h2::before {
    width: 145px;
    height: 39px;
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -75px;
  }
  #sec4 .set1 .box .title small {
    display: block;
    line-height: 55px;
    letter-spacing: 7.6px;
    padding-top: 23px;
  }
  #sec4 .set1 .box .txt {
    margin-bottom: 87px;
  }
  #sec4 .set1 .box .btn-shared {
    width: 296px;
    margin: 0;
    max-width: 296px;
    position: absolute;
    bottom: 37px;
    right: 63px;
  }
  #sec4 .set1 .box .btn-shared a::after {
    top: -47px;
    right: -64px;
    width: 114px;
    height: 114px;
  }
  #sec4 .set1 .box .btn-shared a small {
    font-size: 24px;
  }
  #sec4 .set2 {
    padding-top: 195px;
    padding-bottom: 120px;
  }
  #sec4 .set2 .row01 {
    margin-bottom: 120px;
  }
  #sec4 .set2 .row01 .title-c {
    text-align: left;
    margin-bottom: 47px;
  }
  #sec4 .set2 .row01 .title-c h2 span::before {
    top: -34px;
    left: 0;
  }
  #sec4 .set2 .row01 .txt {
    width: 445px;
    margin-bottom: 0;
  }
  #sec4 .set2 .row01 .right {
    position: absolute;
    top: -117px;
    right: -100px;
    width: 590px;
  }
  #sec4 .set2 .row01 .right ul li {
    width: 269px;
    height: 269px;
    margin: 0 auto;
  }
  #sec4 .set2 .row01 .right ul li span {
    font-size: 20px;
    display: block;
    line-height: 37px;
    padding-top: 95px;
    text-align: center;
    letter-spacing: 3px;
  }
  #sec4 .set2 .row01 .right ul li:nth-child(2) {
    top: 257px;
    left: 0;
    position: absolute;
  }
  #sec4 .set2 .row01 .right ul li:nth-child(3) {
    top: 257px;
    right: 0;
    position: absolute;
  }
  #sec4 .set2 .row02 {
    margin-bottom: 138px;
  }
  #sec4 .set2 .row02 .left {
    width: 600px;
    margin-left: -170px;
    text-align: center;
    padding-bottom: 0;
  }
  #sec4 .set2 .row02 .left h3 {
    margin-bottom: 29px;
  }
  #sec4 .set2 .row02 .left .slider-s {
    margin-bottom: 20px;
    margin-left: 0;
  }
  #sec4 .set2 .row02 .slick-dots li {
    margin: 0 10px;
  }
  #sec4 .set2 .row02 .left .photo {
    position: relative;
  }
  #sec4 .set2 .row02 .left .photo p.num {
    width: 65px;
    height: 65px;
    bottom: 0;
    right: 0;
    line-height: 65px;
    letter-spacing: 1.8px;
    font-size: 24px;
  }
  #sec4 .set2 .row02 .left dl {
    padding-top: 10px;
    padding-bottom: 36px;
  }
  #sec4 .set2 .row02 .left dl dt {
    font-size: 24px;
    margin-bottom: 12px;
    padding-top: 16px;
    letter-spacing: 3px;
  }
  #sec4 .set2 .row02 .left dl dd {
    padding-top: 0;
  }
  #sec4 .set2 .row02 .right {
    width: 510px;
    position: absolute;
    top: 0;
    right: -140px;
    padding-top: 0;
  }
  #sec4 .set2 .row02 .right::before {
    height: 141%;
    width: 1px;
    right: auto;
    left: -130px;
    top: -38px;
  }
  #sec4 .set2 .row02 .right h3 {
    margin-bottom: 74px;
  }
  #sec4 .set2 .row02 .right .list dl {
    padding: 15px 0;
    line-height: 30px;
  }
  #sec4 .set2 .row02 .right .list dl dt {
    position: relative;
    width: 30%;
    max-width: 120px;
  }
  #sec4 .set2 .row02 .right .list dl dd {
    width: 70%;
    max-width: 365px;
  }
  #sec4 .set2 .btn-shared {
    width: 374px;
    max-width: 392px;
    margin-bottom: 106px;
  }
  #sec4 .set2 .btn-shared small {
    line-height: 30px;
  }
  #sec4 .set2 .btn-shared a {
    width: 282px;
    margin: 0;
  }
  #sec4 .set2 .btn-shared a::after {
    top: -22px;
    right: -63px;
  }
  #sec4 .set2 .info {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid #201810;
    text-align: center;
  }
  #sec4 .set2 .info .inside {
    padding: 50px 30px 58px;
  }
  #sec4 .set2 .info .inside h3 {
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: 6px;
  }
  #sec4 .set2 .info .inside .txt {
    margin-bottom: 35px;
    line-height: 30px;
	  text-align: center;
  }
  #sec4 .set2 .info .d-flex {
    max-width: 448px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    padding: 12px;
  }
  #sec4 .set2 .info .d-flex ul {
    padding-left: 49px;
    width: 180px;
    text-align: left;
	  font-size: 16px;
  }
  #sec4 .set2 .info .d-flex ul li {
    line-height: 36px;
  }
  #sec4 .set2 .info .d-flex ul + ul {
    padding-left: 45px;
  }
}
#sec5 {
  padding: 20vw 0;
}
#sec5 .box {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}
#sec5 .box::before {
  content: "";
  background: url(../img/concept/sec5_deco.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 130px;
  height: 33px;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -65px;
}
#sec5 .box .tel {
  border: 4px double #000000;
  text-align: center;
  padding: 10vw 0;
  margin-bottom: 10vw;
  line-height: 1;
}
#sec5 .box .tel dt {
  font-size: 5vw;
  margin-bottom: 3vw;
}
#sec5 .box .tel dd {
  font-size: 9vw;
}
#sec5 .box .tel dd small {
  font-size: 7vw;
}
#sec5 .box .line {
  position: relative;
}
#sec5 .box .line .code {
  width: 35%;
  max-width: 155px;
  margin: 0 auto 5vw;
}
#sec5 .box .line .txt {
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  #sec5 {
    padding: 159px 0 118px;
  }
  #sec5 .box {
    max-width: 670px;
    margin: 0 auto;
    position: relative;
  }
  #sec5 .box::before {
    width: 150px;
    height: 37px;
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -75px;
  }
  #sec5 .box .tel {
    padding: 57px 0 59px;
    margin-bottom: 72px;
  }
  #sec5 .box .tel dt {
    font-size: 29px;
    margin-bottom: 16px;
    letter-spacing: -2px;
  }
  #sec5 .box .tel dd {
    font-size: 54px;
    letter-spacing: 0px;
  }
  #sec5 .box .tel dd small {
    font-size: 45px;
  }
  #sec5 .box .line {
    position: relative;
  }
  #sec5 .box .line .code {
    width: 155px;
    margin: 0;
    padding-left: 10px;
  }
  #sec5 .box .line .txt {
    position: absolute;
    top: 27px;
    width: 564px;
    left: 193px;
    font-size: 28px;
    line-height: 55px;
    letter-spacing: 3px;
    text-align: left;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1299px) {
  #sec4 .set2 .row02 .right {
    max-width: 510px;
    width: 42%;
    right: 0;
  }
  #sec4 .set2 .row02 .right::before {
    left: -45px;
    height: 110%;
  }
  #sec4 .set2 .row02 .left {
    margin-left: -110px;
  }
  #sec4 .set2 .row01 .right {
    right: -47px;
  }
  #sec2::before {
    height: 88%;
    left: 0;
  }
}
