@charset "UTF-8";
@media screen and (min-width: 768px) {
  header {
    min-height: 780px;
  }
}
/*=============================================
******************* key  **********************
*=============================================*/
#head-key .key-img {
  position: relative;
}
#head-key .key-img li:nth-child(1) {
  margin-left: 6%;
}
#head-key .key-img li:nth-child(2) {
  right: 4%;
  width: 37%;
  position: absolute;
  top: 53.5vw;
}
#head-key .key-img li:nth-child(3) {
  width: 54%;
  margin: 2.8vw 0 2.3vw 2.3%;
}
#head-key .key-img li:nth-child(4) {
  width: 74%;
}
@media screen and (min-width: 768px) {
  #head-key .key-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #head-key .key-img li img {
    width: 100%;
    object-fit: cover;
  }
  #head-key .key-img li:nth-child(1) {
    margin: 30px 30px 0 40px;
    width: 46.7%;
  }
  #head-key .key-img li:nth-child(2) {
    position: static;
    width: 23.3%;
  }
  #head-key .key-img li:nth-child(3) {
    width: 33.3%;
    margin: -39px 0 0 51px;
  }
  #head-key .key-img li:nth-child(4) {
    width: 46.7%;
    margin: 51px 0 0 0px;
  }
}
/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  padding: 24vw 0 15vw;
}
#sec1 .set1 {
  position: relative;
  z-index: 1;
  background: var(--bg1);
  padding: 14.9vw 0 58vw;
}
#sec1 .set1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url('../img/index/s1_curve1.png') no-repeat center top;
  background-size: cover;
  z-index: -1;
}
#sec1 .set1 h2 {
  text-align: center;
  margin-bottom: 8.7vw;
  position: relative;
  z-index: -1;
}
#sec1 .set1 h2:before {
  content: '';
  position: absolute;
  bottom: -3vw;
  left: -12%;
  width: 84vw;
  height: 7vw;
  background: url('../img/index/s1_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec1 .set1 h2:after {
  content: '';
  position: absolute;
  top: -6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 60vw;
  height: 60vw;
  background: url('../img/index/s1_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -2;
}
#sec1 .set1 h2 small {
  display: block;
}
#sec1 .set1 .txt span {
  display: block;
  margin-top: 25px;
}
#sec1 .set1 .img {
  position: absolute;
  bottom: 4vw;
  width: 108.2%;
  z-index: -1;
  left: 2%;
}
#sec1 .set2 h2 {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -15.6vw;
  text-align: center;
  margin-left: 2%;
}
#sec1 .set2 h2:before {
  content: '';
  position: absolute;
  top: -21vw;
  left: -4px;
  width: 100%;
  height: 80vw;
  background: url('../img/index/s1_box1.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec1 .set2 .box {
  position: relative;
  z-index: 2;
  color: #8f8876;
  line-height: 22.5px;
  margin-top: 3.6vw;
  letter-spacing: 0.24em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
#sec1 .set2 .box li {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 20px 0 21px 4px;
  box-sizing: border-box;
}
#sec1 .set2 .box li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  background: url('../img/index/s1_box4.png') no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
#sec1 .set2 .box li:first-child {
  width: 67%;
  margin-left: -14%;
  padding: 29px 0 21px 2px;
}
#sec1 .set2 .box li:first-child:before {
  height: 149px;
  background: url('../img/index/s1_box3.png') no-repeat center top;
  background-size: 100% 100%;
}
#sec1 .set2 .box li:nth-child(2) {
  width: 62%;
  margin: -3vw -12% 0 -7%;
}
#sec1 .set2 .box li:nth-child(3) {
  color: #fff;
  width: 63%;
  margin: 8vw 0 0 -5%;
}
#sec1 .set2 .box li:nth-child(3):before {
  height: 120px;
  background: url('../img/index/s1_box2.png') no-repeat center top;
  background-size: 100% 100%;
}
#sec1 .set2 .box li:nth-child(4) {
  margin: -3.6vw -11% 0 -9%;
  width: 60%;
}
#sec1 .set2 .box li:nth-child(5) {
  width: 100%;
  margin-top: 6.7vw;
  color: #fff;
}
#sec1 .set2 .box li:nth-child(5):before {
  width: 61vw;
  background: #8f8876;
  left: 50%;
  -webkit-mask-image: url('../img/index/s1_box3.png');
  mask-image: url('../img/index/s1_box3.png');
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 160px;
  transform: translateX(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 65px 0 14px;
  }
  #sec1 .set1 {
    padding: 121px 0 111px;
    z-index: unset;
  }
  #sec1 .set1:before {
    height: 199px;
  }
  #sec1 .set1 h2 {
    margin-left: 2px;
    margin-bottom: 64px;
    z-index: 2;
  }
  #sec1 .set1 h2:before {
    width: 619px;
    height: 50px;
    left: calc(50% - 421px);
    bottom: -20px;
  }
  #sec1 .set1 h2:after {
    width: 450px;
    height: 446px;
    transform: none;
    left: -62px;
    top: -133px;
  }
  #sec1 .set1 .txt {
    margin-left: 80px;
    width: 630px;
    position: relative;
    z-index: 3;
  }
  #sec1 .set1 .txt span {
    margin-top: 36px;
  }
  #sec1 .set1 .img {
    width: 1008px;
    left: auto;
    right: calc(50% - 929px);
    bottom: -70px;
    z-index: 1;
  }
  #sec1 .set2 {
    position: relative;
    padding-top: 65px;
  }
  #sec1 .set2:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 186px;
    background: url('../img/index/s1_curve2.png') no-repeat center top;
    background-size: cover;
  }
  #sec1 .set2 h2 {
    width: 595px;
    margin: 0px -53px 0 auto;
    letter-spacing: 0.15em;
  }
  #sec1 .set2 h2:before {
    top: -155px;
    left: -5px;
    width: 100%;
    height: 593px;
  }
  #sec1 .set2 .box {
    justify-content: space-between;
    margin-top: 37px;
  }
  #sec1 .set2 .box li {
    padding: 36px 0 39px 0px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
  }
  #sec1 .set2 .box li:before {
    height: 205px;
  }
  #sec1 .set2 .box li:nth-child(1) {
    position: absolute;
    width: 417px;
    margin: 0;
    top: 62px;
    z-index: 2;
    left: calc(50% - 206px);
    padding: 50px 0 42px;
  }
  #sec1 .set2 .box li:nth-child(1):before {
    height: 267px;
  }
  #sec1 .set2 .box li:nth-child(2) {
    order: 2;
    width: 388px;
    margin: 0 -79px 0 0;
    padding: 33px 0px 43px 19px;
  }
  #sec1 .set2 .box li:nth-child(3) {
    order: 1;
    margin: -64px 0 0 41px;
    width: 396px;
  }
  #sec1 .set2 .box li:nth-child(3):before {
    height: 214px;
  }
  #sec1 .set2 .box li:nth-child(4) {
    order: 5;
    margin: 146px 95px 0 0;
    width: 388px;
    padding-left: 11px;
  }
  #sec1 .set2 .box li:nth-child(5) {
    order: 4;
    width: 417px;
    margin-top: 78px;
    margin-left: -18px;
    padding: 42px 0 50px 15px;
  }
  #sec1 .set2 .box li:nth-child(5):before {
    height: 267px;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  #sec1 .set1:before,
  #sec1 .set2:before {
    background-size: 100% 100%;
  }
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 .set {
  padding-bottom: 73vw;
  background: url('../img/index/s2_bg.png') no-repeat left bottom;
  background-size: auto 99vw;
}
#sec2 .ttl {
  width: 34%;
  margin: 0 auto;
}
#sec2 h2 {
  display: table;
  text-align: center;
  margin: 0.5vw auto;
  line-height: 1.3;
  padding-left: 6%;
  position: relative;
}
#sec2 h2:before,
#sec2 h2:after {
  content: '';
  position: absolute;
  bottom: 9px;
  right: calc(100% + -13px);
  width: 18.4vw;
  height: 18.4vw;
  background: url('../img/index/s2_deco.png') no-repeat center top;
  background-size: contain;
}
#sec2 h2:after {
  right: auto;
  left: calc(100% - 13px);
  transform: scaleX(-1);
}
#sec2 h2 span {
  display: block;
  margin-left: -5%;
  font-size: inherit;
}
#sec2 .row1 {
  flex-direction: row;
  padding-left: 11.4%;
  align-items: center;
  position: relative;
  margin-top: 8vw;
}
#sec2 .row1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  border-radius: 30px 0 0 0;
  z-index: -1;
}
#sec2 .row1:after {
  content: '';
  position: absolute;
  top: 10vw;
  left: 0;
  height: 27.4vw;
  border-radius: 8px;
  width: 8px;
  background: #fff;
}
#sec2 .row1 .img {
  margin: -17vw -10vw 0 -1.6%;
}
#sec2 .row1 h3 {
  margin-top: -20vw;
  min-width: max-content;
  letter-spacing: 0.08em;
}
#sec2 .row1 h3 small {
  letter-spacing: 0.08em;
}
#sec2 .main {
  margin-top: -14vw;
  position: relative;
  z-index: 2;
}
#sec2 .main .item {
  padding-top: 1px;
  background: #fff;
  margin-bottom: 14vw;
  padding-bottom: 7vw;
  border-radius: 30px;
}
#sec2 .main .item .catch {
  width: 29%;
  margin: -7.5vw auto 1.6vw;
}
#sec2 .main .item h4 {
  text-align: center;
  margin-left: 1%;
}
#sec2 .main .item .txt {
  position: relative;
  margin: 3.7vw 6% 0;
  padding: 5.5vw 3.5% 0 4%;
}
#sec2 .main .item .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #bfbfbf;
}
#sec2 .box {
  margin-top: -45vw;
}
@media screen and (min-width: 768px) {
  #sec2 .set {
    padding-bottom: 250px;
    background-size: 100%;
  }
  #sec2 .ttl {
    width: 235px;
  }
  #sec2 h2 {
    padding-left: 38px;
    margin: 4px auto 1px;
  }
  #sec2 h2::before,
  #sec2 h2:after {
    width: 138px;
    height: 139px;
  }
  #sec2 h2:before {
    bottom: 14px;
    right: calc(100% + -8px);
  }
  #sec2 h2:after {
    bottom: 14px;
    left: calc(100% + -8px);
  }
  #sec2 .row1 {
    margin-top: 74px;
    padding-left: 83px;
    width: 660px;
  }
  #sec2 .row1:before {
    border-radius: 60px 0 0 0;
    border-width: 15px;
  }
  #sec2 .row1:after {
    top: 50px;
    left: 0;
    height: 460px;
    border-radius: 8px;
    width: 15px;
  }
  #sec2 .row1 .img {
    margin: -79px -143px 0 auto;
    width: 336px;
  }
  #sec2 .row1 h3 {
    margin-top: -241px;
  }
  #sec2 .main {
    width: 800px;
    margin: -225px -50px 0 auto;
  }
  #sec2 .main .item {
    border-radius: 60px;
    padding-bottom: 70px;
    margin-bottom: 82px;
  }
  #sec2 .main .item .catch {
    width: 150px;
    margin: -31px 0 -71px 49px;
  }
  #sec2 .main .item h4 {
    margin-left: 5px;
  }
  #sec2 .main .item .txt {
    margin: 32px auto 0;
    width: 605px;
    padding: 35px 0 0 3px;
    box-sizing: border-box;
    letter-spacing: 0.18em;
  }
  #sec2 .main .item .txt:before {
    height: 5px;
  }
  #sec2 .main .item:nth-child(1) {
    margin-bottom: 45px;
  }
  #sec2 .main .item:nth-child(1) .catch {
    margin-bottom: -52px;
  }
  #sec2 .main .item:nth-child(1) .txt {
    margin-top: 42px;
  }
  #sec2 .main .item:last-child {
    margin-bottom: 0;
  }
  #sec2 .box {
    margin: -199px auto 0;
  }
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 24vw 0 19.5vw;
}
#sec3 h2 {
  text-align: center;
  margin-left: 2%;
  letter-spacing: 0.15em;
}
#sec3 h2 span {
  letter-spacing: 0.15em;
  font-size: inherit;
}
#sec3 h2 .dot:before {
  top: -16px;
  margin-left: 0;
}
#sec3 .bg {
  background: #fff;
  border-radius: 30px;
  padding-top: 1px;
  margin-top: 19vw;
  padding-bottom: 12vw;
}
#sec3 .bg h4 {
  --gap: -1.6vw;
  background: var(--bg1);
  border-radius: 37px;
  position: relative;
  width: 73.3vw;
  margin: 0 auto;
  text-align: center;
  padding: 6.5vw 0;
}
#sec3 .bg h4:before {
  content: '';
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  height: 38px;
  background: url('../img/index/s3_i1.png') no-repeat center;
  background-size: contain;
}
#sec3 .bg .content {
  padding: 0 4%;
}
#sec3 .bg .txt {
  margin: 0 7%;
}
#sec3 .bg .row1 .photo {
  margin: -11vw -4vw 0 10.5%;
}
#sec3 .bg .row1 h4 {
  width: 57.3vw;
  background: url('../img/index/s3_box.png') no-repeat center top;
  background-size: cover;
  margin: -8vw auto 1.4vw;
  padding: 5vw 0 11vw;
}
#sec3 .bg h3 {
  text-align: center;
  margin: 7vw -6% 12vw 0;
}
#sec3 .bg .row2 {
  gap: 6.3vw;
}
#sec3 .bg .row2 h4::before {
  background: url('../img/index/s3_i2.png') no-repeat center;
  background-size: contain;
}
#sec3 .bg .row2 h4:first-child {
  margin-bottom: 11.5vw;
}
#sec3 .bg .row2 h4:first-child:after {
  content: '＋';
  position: absolute;
  top: calc(100% + 2vw);
  left: 50%;
  transform: translateX(-50%);
}
#sec3 .bg .row2 h4:last-child:before {
  width: 30px;
  left: calc(50% - 70px);
  transform: none;
  top: -17px;
  background: url('../img/index/s3_i3.png') no-repeat center;
  background-size: contain;
}
#sec3 .bg .row2 h4:last-child:after {
  content: '';
  position: absolute;
  top: -17px;
  right: calc(50% - 70px);
  width: 30px;
  height: 38px;
  background: url('../img/index/s3_i4.png') no-repeat center;
  background-size: contain;
}
#sec3 .bg .row2 .txt {
  margin: 0 10%;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 178px 0 108px;
  }
  #sec3 .wrap {
    max-width: 1200px;
  }
  #sec3 h2 {
    letter-spacing: 0.14em;
    margin-left: 16px;
  }
  #sec3 h2 .dot:before {
    top: -29px;
    margin-left: -3px;
    border-width: 6px;
  }
  #sec3 .bg {
    padding-bottom: 92px;
    border-radius: 60px;
    margin-top: 148px;
  }
  #sec3 .bg .txt {
    margin: 0;
    text-align: justify;
  }
  #sec3 .bg h4 {
    width: auto;
  }
  #sec3 .bg .row {
    width: 930px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #sec3 .bg .row1 {
    flex-direction: row-reverse;
  }
  #sec3 .bg .row1 .photo {
    margin: -82px -255px 0 0;
  }
  #sec3 .bg .row1 h4 {
    width: auto;
    margin-top: -51px;
    margin-bottom: 28px;
    padding: 40px 0 82px 6px;
  }
  #sec3 .bg .row1 h4:before {
    height: 78px;
    top: -45px;
    height: 78px;
  }
  #sec3 .bg .row1 .content {
    width: 430px;
    box-sizing: border-box;
    padding: 0;
  }
  #sec3 .bg h3 {
    margin: 63px -40px 70px 0;
    letter-spacing: 0.15em;
  }
  #sec3 .bg .row2 {
    gap: 20px;
    max-width: calc(100% - 40px);
  }
  #sec3 .bg .row2 .left {
    width: 430px;
  }
  #sec3 .bg .row2 .left h4 {
    padding: 41px 0 43px;
    font-size: 24px;
    border-radius: 60px;
  }
  #sec3 .bg .row2 .left h4:before {
    height: 80px;
    top: -53px;
  }
  #sec3 .bg .row2 .left h4:first-child {
    margin-bottom: 53px;
  }
  #sec3 .bg .row2 .left h4:first-child:after {
    top: calc(100% + 5px);
  }
  #sec3 .bg .row2 .left h4:last-child:before,
  #sec3 .bg .row2 .left h4:last-child::after {
    width: 59px;
    height: 76px;
    top: -40px;
  }
  #sec3 .bg .row2 .left h4:last-child:before {
    left: calc(50% - 99px);
  }
  #sec3 .bg .row2 .left h4:last-child::after {
    right: calc(50% - 98px);
  }
  #sec3 .bg .row2 .txt {
    margin: -12px 0 0;
    width: 430px;
  }
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 .set1 {
  position: relative;
  z-index: 1;
}
#sec4 .set1:before {
  content: '';
  position: absolute;
  top: 93vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: var(--bg1);
  z-index: -1;
}
#sec4 .set1:after {
  content: '';
  position: absolute;
  top: 72vw;
  left: 0;
  width: 100%;
  height: 21vw;
  background: url('../img/index/s4_curve1.png') no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
}
#sec4 .set1 .img {
  flex-wrap: wrap;
  margin: 0 -13vw 0 -10vw;
  flex-direction: row;
  justify-content: space-between;
  gap: 3vw;
}
#sec4 .set1 .img li {
  width: 60vw;
}
#sec4 .set1 .img li:nth-child(3) {
  margin-left: -7vw;
}
#sec4 .set1 .img li:nth-child(4) {
  margin-right: 7vw;
}
#sec4 .set1 .content {
  padding: 15vw 4% 8vw;
}
#sec4 .set1 .content h2 {
  display: table;
  margin: 0 auto 6.6vw;
  position: relative;
  z-index: 1;
}
#sec4 .set1 .content h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1vw;
  width: 56.6vw;
  height: 9vw;
  background: url('../img/index/s2_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec4 .set2 {
  position: relative;
  z-index: 1;
}
#sec4 .set2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11vw;
  background: url('../img/index/s4_curve2.png') no-repeat center top;
  background-size: 120% 100%;
}
#sec4 .set2 .bg {
  padding: 15vw 0 47vw;
  background: url('../img/index/s4_bg_sp.png') no-repeat center bottom/100%, #fff;
}
#sec4 .set2 .bg h3 {
  text-align: center;
  --gap: 1.6vw;
  margin-left: 4px;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
#sec4 .set2 .bg h3 span {
  display: block;
}
#sec4 .set2 .bg h3 small {
  font-size: calc((40 / 750) * 100vw);
  display: block;
  line-height: 1.6;
  margin-top: 1.9vw;
  letter-spacing: 0.12em;
}
#sec4 .set2 .img2 {
  margin: -11vw 0 0 auto;
  position: relative;
  z-index: 2;
  width: 66.4%;
}
@media screen and (min-width: 768px) {
  #sec4 .set1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 90px;
    align-items: center;
    padding-bottom: 28px;
  }
  #sec4 .set1:before {
    top: 289px;
  }
  #sec4 .set1:after {
    height: 309px;
    top: -20px;
  }
  #sec4 .set1 .img {
    width: 920px;
    gap: 10px;
    margin: 0 0 0 -29px;
  }
  #sec4 .set1 .img li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  #sec4 .set1 .img li:nth-child(3) {
    margin-left: 50px;
  }
  #sec4 .set1 .img li:nth-child(4) {
    margin-right: -50px;
  }
  #sec4 .set1 .content {
    width: 460px;
    padding: 0 20px;
    min-width: 460px;
    box-sizing: border-box;
  }
  #sec4 .set1 .content h2 {
    margin: -12px 0 35px -2px;
  }
  #sec4 .set1 .content h2:before {
    left: 2px;
    width: 423px;
    height: 68px;
  }
  #sec4 .set1 .content .txt {
    text-align: justify;
    margin-right: -1px;
  }
  #sec4 .set2:before {
    height: 77px;
    background-size: auto 100%;
  }
  #sec4 .set2 .bg {
    padding: 138px 0 198px;
    background: url('../img/index/s4_bg.png') no-repeat right bottom, #fff;
  }
  #sec4 .set2 .bg h3 {
    text-align: left;
    margin-left: 98px;
  }
  #sec4 .set2 .bg h3 small {
    line-height: 2;
    font-size: 30px;
    margin-bottom: 6px;
  }
  #sec4 .set2 .img2 {
    margin: -100px 0 0 calc(50% - 501px);
    width: 500px;
  }
}
@media screen and (min-width: 1501px) {
  #sec4 .set1:after,
  #sec4 .set2:before {
    background-size: 100% 100%;
  }
  #sec4 .set1 .img {
    width: calc(100% - 580px);
  }
  #sec4 .set1 .img li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#sec6 {
  padding: 31.4vw 0 18vw;
  position: relative;
  z-index: 1;
}
#sec6:before {
  content: '';
  position: absolute;
  top: 40vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: var(--bg1);
  z-index: -1;
}
#sec6 .bg {
  top: 5vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#sec6 .bg span {
  -webkit-mask-image: url('../img/index/s6_mask.png');
  mask-image: url('../img/index/s6_mask.png');
  mask-size: 552px 260px;
  -webkit-mask-size: 552px 260px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 66vw;
  mask-position: -85px -17px;
  display: block;
}
#sec6 .bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec6 .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: url('../img/index/s6_curve.png') no-repeat center top;
  background-size: 100% 100%;
}
#sec6 h2 {
  margin-left: 13%;
  position: relative;
  display: table;
  z-index: 1;
}
#sec6 h2:before {
  content: '';
  position: absolute;
  bottom: 0vw;
  left: -17vw;
  width: 56.6vw;
  height: 9vw;
  background: url('../img/index/s6_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec6 .txt {
  margin: 28.3vw 0px 6.5vw 0;
}
#sec6 .txt span {
  text-align: left;
  display: block;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 218px 0 223px;
  }
  #sec6:before {
    top: 200px;
  }
  #sec6 .wrap {
    max-width: 1328px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  #sec6 .bg {
    top: 0;
  }
  #sec6 .bg:before {
    height: 100%;
  }
  #sec6 .bg span {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    height: 786px;
    mask-position: 0;
  }
  #sec6 h2 {
    margin-left: 32px;
  }
  #sec6 h2:before {
    width: 424px;
    height: 70px;
    left: -119px;
  }
  #sec6 .content {
    width: 413px;
  }
  #sec6 .content .txt {
    margin: 7px 0 30px;
  }
}

/*=============================================
******************* sec9  **********************
*=============================================*/
#sec9 .set1 h2 {
  text-align: center;
  margin-left: 4px;
  margin-bottom: -3vw;
  position: relative;
  z-index: 2;
}
#sec9 .set1 .wrap {
  padding: 0;
}
#sec9 .set1 .bg {
  border-radius: 30px;
  background: #fff;
  padding: 19.5vw 4% 15vw;
}
#sec9 .set1 .bg .logo {
  width: 58%;
  margin: 0 auto 9vw;
}
#sec9 .set1 .bg dl {
  line-height: 22.5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  padding-bottom: 12.5px;
  margin-bottom: 10px;
  gap: 10px;
}
#sec9 .set1 .bg dl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bfbfbf;
  border-radius: 8px;
}
#sec9 .set1 .bg dl dt {
  min-width: 94px;
  padding-left: 11px;
  width: 94px;
  font-weight: bold;
}
#sec9 .set1 .bg dl .brand {
  width: 100%;
  max-width: 190px;
}
#sec9 .set1 .bg dl:has(.brand) {
  align-items: center;
}

@media screen and (min-width: 768px) {
  #sec9 .set1 h2 {
    margin-left: 9px;
    margin-bottom: -27px;
  }
  #sec9 .set1 .wrap {
    max-width: 1200px;
  }
  #sec9 .set1 .bg {
    border-radius: 60px;
    padding: 115px 0 84px;
  }
  #sec9 .set1 .bg .logo {
    width: 320px;
    margin-bottom: 48px;
  }
  #sec9 .set1 .bg dl {
    width: 704px;
    margin: 0 auto 20px;
    line-height: 35px;
    padding-bottom: 26px;
  }
  #sec9 .set1 .bg dl:before {
    height: 5px;
  }
  #sec9 .set1 .bg dl dt {
    min-width: 158px;
    padding-left: 30px;
    width: 158px;
  }
  #sec9 .set1 .bg dl dd img {
    display: block;
    margin-bottom: 4px;
  }
  #sec9 .set1 .bg dl .brand {
    max-width: 332px;
  }
}

/*# sourceMappingURL=index.css.map */
