.slide-fade .img:not(:first-child) {
  display: none;
}
#news {
  padding: 7vw var(--paddingWrap);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#news h2.ttl {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
#news .ttlbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#news .rss {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
}
#news .rss .rss__ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .rss .rss__img {
  width: 35%;
}
#news .rss dl {
  width: 65%;
  padding-left: 5%;
  box-sizing: border-box;
}
#news #feed {
  margin-top: 5vw;
}
#news .btn-more a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
}
#news .btn-more a::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  background: url("../img/shared/icon_arrow1.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #news .rss .rss__img span {
    width: 100% !important;
    height: auto !important;
    min-height: 76px;
  }
}
@media screen and (min-width: 768px) {
  #news {
    width: 340px;
    padding: 12px 30px 18px 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 72px;
    right: 60px;
    z-index: 1;
  }
  #news h2.ttl {
    font-size: 18px;
  }
  #news .rss {
    line-height: 1.5;
  }
  #news .rss .rss__img {
    width: 90px;
  }
  #news .rss .rss__img:hover {
    opacity: 0.7;
  }
  #news .rss dl {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  #news #feed {
    margin-top: 6px;
  }
  #news .btn-more a::after {
    width: 20px;
    height: 10px;
  }
}

#sec1 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  width: 50vw;
  height: 132vw;
  background: url("../img/index/sec1_deco.png") center/cover no-repeat;
  position: absolute;
  bottom: 77vw;
  right: 0;
  z-index: -1;
}
#sec1 .wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../img/index/sec1_deco1_sp.png") 0 0/contain no-repeat;
  position: absolute;
  top: -20vw;
  right: 0;
  z-index: -1;
}
#sec1 h2.ttl {
  width: 25vw;
  height: 100vw;
  margin: 0 auto;
  font-weight: 400;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.28em;
  position: relative;
  z-index: 1;
}
#sec1 h2.ttl .txt-indent {
  display: inline-block;
  margin-top: 10vw;
}
#sec1 .h2box .img {
  margin: -53vw -4vw 0;
}
#sec1 .h2box .img img {
  -webkit-mask-image: linear-gradient(transparent, black 20%);
  mask-image: linear-gradient(transparent, black 20%);
}
#sec1 .set1 {
  margin-top: 15vw;
}
#sec1 .set1 .gr1 .txt + .txt {
  margin-top: 5vw;
}
#sec1 .set1 .gr2 {
  margin-top: 10vw;
}
#sec1 .set1 .gr2 .img {
  width: 50vw;
  margin-left: -4vw;
}
#sec1 .set2 {
  margin-top: 5vw;
  position: relative;
}
#sec1 .set2::before {
  content: "";
  width: 100vw;
  height: 50vw;
  background: url("../img/index/sec1_deco3_sp.png") 0 0/contain no-repeat;
  position: absolute;
  top: 30vw;
  left: var(--paddingWrap-negative);
  z-index: -1;
}
#sec1 .set2 .img1 {
  width: 40vw;
  margin: 0 10vw 0 auto;
}
#sec1 .set2 .img2 {
  width: 40vw;
  margin: 15vw 0 0 10vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 147px 0 97px;
  }
  #sec1::before {
    width: calc(50% - 164px);
    height: 1335px;
    bottom: 0;
  }
  #sec1 .wrap::before {
    width: 750px;
    height: 481px;
    background-image: url("../img/index/sec1_deco1.png");
    top: -147px;
    right: -250px;
  }
  #sec1 .wrap::after {
    content: "";
    width: 750px;
    height: 576px;
    background: url("../img/index/sec1_deco2.png") 0 0/contain no-repeat;
    position: absolute;
    top: -147px;
    left: -250px;
    z-index: -1;
  }
  #sec1 h2.ttl {
    width: 120px;
    height: 460px;
    font-size: 32px;
    line-height: 60px;
  }
  #sec1 h2.ttl small {
    font-size: 28px;
  }
  #sec1 h2.ttl .txt-indent {
    margin-top: 33px;
  }
  #sec1 .h2box .img {
    margin: -257px 0 0;
    text-align: center;
  }
  #sec1 .h2box .img img {
    -webkit-mask-image: linear-gradient(transparent, black 20%);
    mask-image: linear-gradient(transparent, black 20%);
  }
  #sec1 .set1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 82px;
  }
  #sec1 .set1 .gr1 {
    width: 700px;
    margin-top: 24px;
    padding: 0 36px;
    box-sizing: border-box;
  }
  #sec1 .set1 .gr1 .txt + .txt {
    margin-top: 34px;
  }
  #sec1 .set1 .gr2 {
    width: calc(100% - 700px);
    max-width: 241px;
    margin-top: 0;
  }
  #sec1 .set1 .gr2 .img {
    width: auto;
    margin-left: 0;
  }
  #sec1 .set1 .gr2 .img img {
    max-width: none;
    float: right;
  }
  #sec1 .set2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -moz-column-gap: 190px;
         column-gap: 190px;
    margin-top: 54px;
  }
  #sec1 .set2::before {
    width: 935px;
    height: 290px;
    background-image: url("../img/index/sec1_deco3.png");
    top: 40px;
    left: -358px;
  }
  #sec1 .set2 .img1 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
  #sec1 .set2 .img2 {
    width: -moz-max-content;
    width: max-content;
    margin: 102px 0 0;
  }
}

#sec2 h2.ttl {
  width: 25vw;
  height: 100vw;
  font-weight: 400;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.28em;
  text-align: right;
}
#sec2 h2.ttl > span {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
#sec2 h2.ttl > span:first-of-type {
  margin-bottom: 10vw;
  padding-top: 10vw;
}
#sec2 h2.ttl > span:last-of-type {
  margin-top: 10vw;
  padding-bottom: 10vw;
}
#sec2 .blk .wrap {
  padding: 0;
}
#sec2 .blk .set {
  margin: 10vw var(--paddingWrap) 0;
}
#sec2 .blk .set .gr2 {
  margin-top: 10vw;
}
@media screen and (max-width: 767px) {
  #sec2 .h2box {
    min-height: 75vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    box-sizing: border-box;
    background: url("../img/index/sec2_bgi_sp.jpg") center/cover no-repeat;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #sec2 h2.ttl {
    width: 132px;
    height: 435px;
    margin: 0 auto;
    padding-right: 112px;
    font-size: 32px;
    line-height: 53px;
  }
  #sec2 h2.ttl small {
    font-size: 28px;
  }
  #sec2 h2.ttl > span ~ span {
    margin-right: 13px;
  }
  #sec2 h2.ttl > span:first-of-type {
    margin-bottom: 55px;
    padding-top: 55px;
  }
  #sec2 h2.ttl > span:last-of-type {
    margin-top: 55px;
    padding-bottom: 55px;
  }
  #sec2 .blk {
    min-height: 850px;
    padding: 51px 0 136px;
    box-sizing: border-box;
    background: url("../img/index/sec2_bgi.jpg") center/cover no-repeat;
    color: #fff;
  }
  #sec2 .blk .wrap {
    width: 100%;
    max-width: 1500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0;
  }
  #sec2 .blk .h2box {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #sec2 .blk .set {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -moz-column-gap: 29px;
         column-gap: 29px;
    margin: 305px 0 0;
    padding: 0 30px 0 110px;
    box-sizing: border-box;
  }
  #sec2 .blk .set .gr1 .txt {
    min-width: 360px;
    height: 359px;
    text-align: justify;
  }
  #sec2 .blk .set .gr2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
  }
  #sec2 .blk .set .gr2 .btn-link {
    margin-bottom: -10px;
  }
  #sec2 .blk .set .gr2 .btn-link .btn-style-1 {
    border-color: #fff;
    color: #fff;
  }
  #sec2 .blk .set .gr2 .btn-link .btn-style-1::after {
    filter: brightness(0) invert(1);
  }
  #sec2 .blk .set .gr2 .btn-link .btn-style-1:hover {
    border-color: var(--primary);
  }
}

#sec3 {
  padding: 30vw 0 20vw;
  position: relative;
  z-index: 0;
}
#sec3::before {
  content: "";
  width: 60vw;
  max-width: 400px;
  height: 100%;
  background: url("../img/shared/bg1.jpg") center/297px;
  -webkit-mask-image: linear-gradient(transparent, black 20%);
  mask-image: linear-gradient(transparent, black 20%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sec3 .wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../img/index/sec3_deco1_sp.png") 0 0/contain no-repeat;
  position: absolute;
  top: -30vw;
  right: 0;
  z-index: -1;
}
#sec3 .set-style {
  margin-top: 20vw;
}
#sec3 .set-style .ttl {
  font-weight: 400;
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.25em;
  text-align: center;
}
#sec3 .set-style .gr2 {
  margin-top: 7vw;
}
#sec3 .set-style .gr2 .txt {
  margin-top: 7vw;
}
#sec3 .set-style .gr2 .btn-link {
  margin-top: 10vw;
}
#sec3 .set2 {
  position: relative;
}
#sec3 .set2::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../img/index/sec3_deco2_sp.png") 0 0/contain no-repeat;
  position: absolute;
  top: -60vw;
  left: var(--paddingWrap-negative);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 217px 0 166px;
  }
  #sec3::before {
    -webkit-mask-image: linear-gradient(transparent, black 20%);
    mask-image: linear-gradient(transparent, black 20%);
  }
  #sec3 .wrap {
    width: 100%;
    max-width: 1315px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #sec3 .wrap::before {
    width: 750px;
    height: 561px;
    background-image: url("../img/index/sec3_deco1.png");
    top: -217px;
    right: -93px;
  }
  #sec3 .set-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 152px;
  }
  #sec3 .set-style .ttl {
    font-size: 28px;
    line-height: 55px;
  }
  #sec3 .set-style .gr1 {
    width: calc(100% - 475px);
    max-width: 710px;
  }
  #sec3 .set-style .gr1 .img img {
    max-width: none;
    float: right;
  }
  #sec3 .set-style .gr2 {
    width: 475px;
    margin-top: 12px;
    padding-left: 19px;
    box-sizing: border-box;
  }
  #sec3 .set-style .gr2 .txt {
    margin-top: 40px;
    text-align: justify;
  }
  #sec3 .set-style .gr2 .btn-link {
    margin-top: 78px;
    text-align: center;
  }
  #sec3 .set-style.reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  #sec3 .set-style.reverse .gr1 .img {
    width: -moz-max-content;
    width: max-content;
  }
  #sec3 .set-style.reverse .gr1 .img img {
    float: unset;
  }
  #sec3 .set-style.reverse .gr2 {
    padding-left: 0;
    padding-right: 15px;
  }
  #sec3 .set1 {
    margin-top: 107px;
  }
  #sec3 .set2::before {
    width: 750px;
    height: 624px;
    background-image: url("../img/index/sec3_deco2.png");
    top: -495px;
    left: -123px;
  }
  #sec3 .set2 .gr2 {
    margin-top: 24px;
  }
  #sec3 .set2 .gr2 .btn-link {
    margin-top: 47px;
  }
}

#sec4 {
  padding-bottom: 15vw;
  position: relative;
  z-index: 0;
}
#sec4 .bgi {
  width: 100%;
  
}
#sec4 .bgi img {
  width: 100%;
}
#sec4 .wrap::before {
  content: "";
  width: 100vw;
  height: 50vw;
  background: url("../img/index/sec4_deco1_sp.png") 0 0/contain no-repeat;
  position: absolute;
  top: 114vw;
  left: 0;
  z-index: -1;
}
#sec4 h2.ttl {
  font-weight: 400;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.25em;
  text-align: center;
}
#sec4 .set {
  margin-top: 10vw;
}
#sec4 .set .gr1 .txtbox {
  margin-top: 7vw;
}
#sec4 .set .gr2 {
  margin-top: 10vw;
}
#sec4 .set .gr2 .img1 {
  width: 50vw;
  margin: 0 -3vw 0 auto;
}
#sec4 .set .gr2 .img2 {
  width: 40vw;
  margin: 7vw 0 0 5vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 128px;
  }
  #sec4 .bgi {
    margin: 0;
  }
  #sec4 .wrap::before {
    width: 935px;
    height: 290px;
    background-image: url("../img/index/sec4_deco1.png");
    top: 200px;
    left: -260px;
  }
  #sec4 h2.ttl {
    min-width: 140px;
    height: 370px;
    font-size: 32px;
    line-height: 70px;
    text-align: left;
  }
  #sec4 .set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 99px;
  }
  #sec4 .set .gr1 {
    width: 507px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec4 .set .gr1 .txtbox {
    width: 320px;
    height: 375px;
    margin-top: 115px;
    text-align: justify;
  }
  #sec4 .set .gr2 {
    width: calc(100% - 507px);
    margin-top: -156px;
  }
  #sec4 .set .gr2 .img1 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 -173px 0 auto;
  }
  #sec4 .set .gr2 .img2 {
    width: -moz-max-content;
    width: max-content;
    margin: 120px 0 0 127px;
  }
}

#sec5 {
  background: none;
}
@media screen and (max-width: 767px) {
  #sec5 .row {
    padding-left: 0;
    padding-right: 0;
  }
}

#sec6 {
  background: none;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

#sec7 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}
#sec7::before {
  content: "";
  background: url("../img/shared/bg.jpg");
  -webkit-mask-image: linear-gradient(transparent, black 20%);
  mask-image: linear-gradient(transparent, black 20%);
  position: absolute;
  inset: -50vw 3vw 0;
  z-index: -1;
}
#sec7::after {
  content: "";
  height: 50vw;
  background: url("../img/index/sec7_deco_sp.png") 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  left: 3vw;
  right: 3vw;
  z-index: -1;
}
#sec7 h2.ttl {
  font-weight: 400;
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.28em;
  text-align: center;
}
#sec7 .qnabox {
  padding: 20px 0;
  border-bottom: 1px solid var(--primary);
}
#sec7 .qnabox .question, #sec7 .qnabox .answer {
  padding-left: 30px;
  position: relative;
}
#sec7 .qnabox .question::before, #sec7 .qnabox .answer::before {
  content: "";
  display: block;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 6px;
  left: 0;
}
#sec7 .qnabox .question::before {
  content: "Q.";
}
#sec7 .qnabox .answer {
  margin-top: 15px;
}
#sec7 .qnabox .answer::before {
  content: "A.";
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 140px 0 160px;
  }
  #sec7::before {
    -webkit-mask-image: linear-gradient(transparent, black 20%);
    mask-image: linear-gradient(transparent, black 20%);
    inset: -200px 150px 0;
  }
  #sec7::after {
    height: 294px;
    width: 611px;
    background-image: url("../img/index/sec7_deco.png");
    top: 15px;
    left: 150px;
    right: 150px;
  }
  #sec7 h2.ttl {
    min-width: 56px;
    height: 260px;
    font-size: 28px;
    text-align: left;
  }
  #sec7 .qnabox {
    padding: 30px 0;
    line-height: 25px;
  }
  #sec7 .qnabox .question, #sec7 .qnabox .answer {
    padding-left: 35px;
  }
  #sec7 .qnabox .question::before, #sec7 .qnabox .answer::before {
    font-size: 22px;
    top: 3px;
  }
  #sec7 .qnabox .question {
    font-size: 18px;
    letter-spacing: 0.18em;
  }
  #sec7 .qnabox .answer {
    margin-top: 30px;
  }
  #sec7 .set {
    width: 801px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
  }
  #sec7 .set .gr2 {
    width: 647px;
    margin-top: 59px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}