#key h2.ttl {
  color: #fff;
  font-weight: 500;
  font-size: 7vw;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 50vw;
  right: 0;
  z-index: 1;
}
#key h2.ttl small {
  font-size: 6vw;
  letter-spacing: 0.08em;
}
#key h2.ttl .fzb {
  font-size: 9vw;
  letter-spacing: 0.08em;
}
#key h2.ttl .highlight {
  display: inline-block;
  padding: 0 10px;
  background: url("../img/shared/bg.jpg");
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #key .img {
    width: 100%;
    height: 120vw;
  }
  #key .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
@media screen and (min-width: 768px) {
  #key h2.ttl {
    font-size: 67px;
    line-height: 2;
    top: 220px;
    text-align: left;
  }
  #key h2.ttl small {
    font-size: 56px;
    letter-spacing: 0;
  }
  #key h2.ttl .fzb {
    font-size: 97px;
    line-height: 110px;
    letter-spacing: 0;
  }
  #key h2.ttl .highlight {
    margin-left: 57px;
    padding: 3px 23px 6px 41px;
    line-height: 1.5;
  }
}

#sec1 {
  padding-top: 15vw;
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  width: 30vw;
  background: url("../img/shared/pattern1.png") center/5px;
  border-bottom-right-radius: 90px;
  position: absolute;
  top: 0;
  bottom: -45vw;
  left: 0;
  z-index: -1;
}
#sec1 h2.ttl {
  margin-left: -3vw;
  color: #222222;
  font-weight: 500;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec1 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#sec1 .set1 {
  margin-top: 10vw;
}
#sec1 .set1 .txtbox {
  margin-top: 10vw;
}
#sec1 .list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  row-gap: 3vw;
  margin-top: 10vw;
}
#sec1 .list-anchor a {
  width: 37vw;
  height: 37vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/shared/bg3.jpg");
  border-radius: 100%;
  color: #222222;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
}
#sec1 .list-anchor a:hover {
  text-decoration: none;
}
#sec1 .list-anchor a::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 10px solid #222222;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 153px;
  }
  #sec1::before {
    width: 315px;
    background-size: auto;
    bottom: -120px;
  }
  #sec1 .wrap {
    width: 100%;
    max-width: 1300px;
  }
  #sec1 h2.ttl {
    margin-left: 0;
    font-size: 57px;
    line-height: 70px;
  }
  #sec1 h2.ttl small {
    font-size: 39px;
  }
  #sec1 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 66px;
  }
  #sec1 .set1 .txtbox {
    -ms-flex-item-align: center;
        align-self: center;
    width: 600px;
    margin-top: 0;
    padding: 0 25px 0 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec1 .set1 .imgbox {
    width: calc(100% - 619px);
  }
  #sec1 .set1 .imgbox .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #sec1 .list-anchor {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 35px;
    margin-top: 61px;
  }
  #sec1 .list-anchor a {
    width: 240px;
    height: 240px;
    font-size: 30px;
    line-height: 40px;
  }
  #sec1 .list-anchor a:hover {
    opacity: 0.7;
  }
  #sec1 .list-anchor a::after {
    border-width: 7px;
    border-top-width: 14px;
    bottom: 24px;
  }
}

#sec2 {
  padding-top: 20vw;
}
#sec2 h2.ttl {
  color: #222222;
  font-weight: 500;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec2 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#sec2 .set-style {
  margin-top: 10vw;
}
#sec2 .set-style h3.ttl {
  color: #222222;
  font-weight: 500;
  font-size: 5.5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec2 .set-style h3.ttl small {
  font-size: 4.5vw;
  letter-spacing: 0.2em;
}
#sec2 .set-style .imgbox {
  margin-top: 5vw;
}
#sec2 .set-style .txtbox {
  margin-top: 5vw;
}
#sec2 .set2 {
  margin-top: 10vw;
}
#sec2 .set2 h3.ttl {
  color: #222222;
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
#sec2 .set2 .slider {
  margin-left: 5vw;
  position: relative;
  z-index: 0;
}
#sec2 .set2 .slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/shared/pattern1.png") center/5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#sec2 .set2 .slider-pager {
  width: auto;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  position: absolute;
  left: 0;
  bottom: 20px;
}
#sec2 .set2 .slider-pager p {
  display: block !important;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
  border-radius: 99px;
  color: #f2f2f2;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#sec2 .set2 .slider-pager p:hover {
  cursor: pointer;
}
#sec2 .set2 .slider-pager p::before {
  content: "";
  background: #695a71;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: -1;
}
#sec2 .set2 .slider-pager p::after {
  content: "";
  width: 20px;
  border-top: 1px solid;
  position: absolute;
  top: 50%;
  right: 0;
}
#sec2 .set2 .slider-pager .slick-list {
  overflow: unset;
}
#sec2 .set2 .slider-pager .slick-slide {
  width: auto !important;
  margin-bottom: 10px;
  float: unset;
}
#sec2 .set2 .slider-pager .slick-slide:last-child {
  margin-bottom: 0;
}
#sec2 .set2 .slider-pager .slick-current p::before {
  right: 0;
}
#sec2 .set2 .gr1 .txt {
  margin-top: 7vw;
  position: relative;
  z-index: 1;
}
#sec2 .set2 .gr1 .img {
  margin-top: -7vw;
}
#sec2 .set2 .gr2 {
  margin-top: 10vw;
  position: relative;
}
#sec2 .set3 {
  margin-top: 10vw;
  padding: 10vw 4vw 15vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#sec2 .set3::before {
  content: "";
  background: url("../img/shared/bg2.jpg");
  border-bottom-right-radius: 50px;
  position: absolute;
  inset: 0 0 0 -50vw;
  z-index: -1;
}
#sec2 .set3 h3.ttl {
  margin-bottom: 3vw;
  color: #222222;
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec2 .set3 .catch {
  color: #222222;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 26vw;
  left: -4vw;
}
#sec2 .set3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#sec2 .set3 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
#sec2 .set3 dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 112px;
  }
  #sec2 h2.ttl {
    font-size: 55px;
    line-height: 78px;
  }
  #sec2 h2.ttl small {
    font-size: 39px;
  }
  #sec2 .set-style {
    display: grid;
    grid-template-columns: 403px 528px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    margin-top: 0;
  }
  #sec2 .set-style h3.ttl {
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 45px;
    position: relative;
  }
  #sec2 .set-style h3.ttl::before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: -69px;
    right: -30px;
  }
  #sec2 .set-style h3.ttl small {
    font-size: 25px;
  }
  #sec2 .set-style .ttlbox {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #sec2 .set-style .imgbox {
    grid-area: 1/2/3/3;
    margin-top: 0;
  }
  #sec2 .set-style .imgbox .img img {
    width: 100%;
    max-width: none;
  }
  #sec2 .set-style .txtbox {
    margin-top: 30px;
  }
  #sec2 .set-style .txtbox .txt {
    text-align: justify;
  }
  #sec2 .set-style.reverse {
    grid-template-columns: 528px 403px;
  }
  #sec2 .set-style.reverse h3.ttl {
    margin-right: -45px;
  }
  #sec2 .set-style.reverse h3.ttl::before {
    right: 0px;
  }
  #sec2 .set-style.reverse .imgbox {
    grid-area: 1/1/3/2;
  }
  #sec2 .set-style.reverse .imgbox .img img {
    float: right;
  }
  #sec2 .set1 {
    margin-top: 62px;
  }
  #sec2 .set1 .ttlbox {
    margin-top: 25px;
  }
  #sec2 .set1 .imgbox {
    margin-top: 0;
  }
  #sec2 .set1 .slider {
    width: 779px;
    margin-left: -250px;
  }
  #sec2 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 71px;
  }
  #sec2 .set2 h3.ttl {
    font-size: 32px;
    line-height: 60px;
  }
  #sec2 .set2 .slider {
    width: 650px;
    margin-left: 0;
  }
  #sec2 .set2 .slider::before {
    background-size: auto;
    bottom: 40px;
    left: 40px;
  }
  #sec2 .set2 .slider-pager {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 7px;
    bottom: 62px;
  }
  #sec2 .set2 .slider-pager p {
    width: 170px !important;
    padding: 11px;
    font-size: 18px;
  }
  #sec2 .set2 .slider-pager p::after {
    width: 35px;
  }
  #sec2 .set2 .slider-pager p:hover {
    cursor: pointer;
  }
  #sec2 .set2 .slider-pager p:hover::before {
    right: 0;
  }
  #sec2 .set2 .slider-pager .slick-list {
    overflow: unset;
  }
  #sec2 .set2 .slider-pager .slick-slide {
    margin-bottom: 15px;
  }
  #sec2 .set2 .slider-pager .slick-slide:last-child {
    margin-bottom: 0;
  }
  #sec2 .set2 .gr1 {
    width: 500px;
    margin-top: 8px;
  }
  #sec2 .set2 .gr1 .txt {
    width: 367px;
    margin-top: 24px;
    text-align: justify;
  }
  #sec2 .set2 .gr1 .img {
    margin: -33px 0 0 -41px;
  }
  #sec2 .set2 .gr2 {
    width: 500px;
    margin-top: 0;
  }
  #sec2 .set3 {
    margin-top: 80px;
    padding: 56px 30px 77px;
  }
  #sec2 .set3::before {
    border-bottom-right-radius: 95px;
    inset: 0 -150px 0 -50vw;
  }
  #sec2 .set3 h3.ttl {
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 70px;
  }
  #sec2 .set3 .catch {
    font-size: 20px;
    line-height: 1;
    top: 171px;
    left: 90px;
  }
  #sec2 .set3 dl {
    width: 700px;
    margin: 0 auto;
    padding: 12px 0 10px;
    -webkit-transform: translateX(23px);
            transform: translateX(23px);
  }
  #sec2 .set3 dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
  }
}

#sec3 {
  padding: 15vw 0;
}
#sec3 h2.ttl {
  color: #222222;
  font-weight: 500;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec3 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#sec3 .set1 .imgbox {
  margin-top: 10vw;
}
#sec3 .set1 .txtbox {
  margin-top: 7vw;
}
#sec3 .set1 .slider .slick-dots {
  right: auto;
  left: 10px;
}
#sec3 .set2 {
  margin-top: 10vw;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
}
#sec3 .set2 h3.ttl {
  margin-bottom: 7vw;
  color: #222222;
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec3 .set2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#sec3 .set2 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#sec3 .set2 dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 121px 0 120px;
  }
  #sec3 .wrap {
    width: 100%;
    max-width: 1320px;
    padding: 0 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec3 h2.ttl {
    font-size: 55px;
    line-height: 70px;
  }
  #sec3 h2.ttl small {
    font-size: 39px;
  }
  #sec3 .set1 {
    display: grid;
    grid-template-columns: 415px 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 71px;
       -moz-column-gap: 71px;
            column-gap: 71px;
  }
  #sec3 .set1 .ttlbox {
    margin-top: 90px;
  }
  #sec3 .set1 .imgbox {
    grid-area: 1/2/3/3;
    margin-top: 0;
  }
  #sec3 .set1 .txtbox {
    margin-top: 56px;
  }
  #sec3 .set1 .txtbox .txt {
    width: 400px;
    text-align: justify;
  }
  #sec3 .set1 .slider {
    width: 895px;
  }
  #sec3 .set1 .slider .slick-dots {
    left: 20px;
  }
  #sec3 .set2 {
    width: 1120px;
    margin: 70px auto 0;
    padding: 47px 100px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec3 .set2 h3.ttl {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 70px;
  }
  #sec3 .set2 dl {
    width: 650px;
    margin: 0 auto;
    padding: 12px 0 11px;
  }
  #sec3 .set2 dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}

#sec4 h2.ttl {
  font-weight: 500;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec4 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#sec4 .blk1 {
  min-height: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/product/sec4_bgi.jpg") center/cover no-repeat;
  color: #f2f2f2;
}
#sec4 .blk2 {
  padding-top: 10vw;
}
#sec4 .blk2 .set h3.ttl {
  margin-bottom: 5vw;
  color: #222222;
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec4 .blk2 .set .gr2 {
  margin-top: 10vw;
  padding: 10vw 4vw 15vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
}
#sec4 .blk2 .set .gr2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#sec4 .blk2 .set .gr2 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
#sec4 .blk2 .set .gr2 dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  #sec4 h2.ttl {
    font-size: 55px;
    line-height: 80px;
  }
  #sec4 h2.ttl small {
    font-size: 39px;
  }
  #sec4 .blk1 {
    min-height: 526px;
    padding: 100px 0;
  }
  #sec4 .blk2 {
    padding-top: 50px;
  }
  #sec4 .blk2 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-right: -23px;
  }
  #sec4 .blk2 .set h3.ttl {
    margin-bottom: 7px;
    font-size: 32px;
    line-height: 70px;
  }
  #sec4 .blk2 .set .gr1 {
    width: 490px;
  }
  #sec4 .blk2 .set .gr2 {
    width: 483px;
    margin-top: 0;
    padding: 47px 80px 62px;
  }
  #sec4 .blk2 .set .gr2 dl {
    padding: 12px 0 11px;
  }
  #sec4 .blk2 .set .gr2 dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}

#sec5 {
  padding: 15vw 0;
}
#sec5 h2.ttl {
  margin-top: 10vw;
  color: #222222;
  font-weight: 500;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
#sec5 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#sec5 .txt {
  margin-top: 7vw;
}
#sec5 dl {
  margin-top: 10vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
}
#sec5 dl dt {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec5 dl dd {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 103px 0 120px;
  }
  #sec5 h2.ttl {
    margin-top: 80px;
    font-size: 55px;
    line-height: 60px;
  }
  #sec5 h2.ttl small {
    font-size: 39px;
  }
  #sec5 .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  #sec5 .slider .img {
    width: calc(33.3333333333% - 8px);
  }
  #sec5 .slider .img img {
    width: 100%;
  }
  #sec5 .txt {
    margin-top: 57px;
    text-align: center;
  }
  #sec5 dl {
    width: 876px;
    margin: 60px auto 0;
    padding: 28px 30px 58px;
    text-align: center;
  }
  #sec5 dl dt {
    font-size: 32px;
    line-height: 70px;
  }
  #sec5 dl dd {
    margin-top: 15px;
  }
}

#sec6 {
  color: #f2f2f2;
}
#sec6 .wrap {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#sec6 .wrap::before {
  content: "";
  background: url("../img/shared/bg4.jpg");
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec6 h2.ttl {
  min-width: 32vw;
  min-height: 77vw;
  margin: 0 auto;
  font-size: 4.5vw;
  line-height: 1.6;
  letter-spacing: 0.4em;
}
#sec6 .set1 .imgbox {
  margin-top: 10vw;
}
#sec6 .set2 {
  margin-top: 10vw;
}
#sec6 .set2 .btn-link {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec6 .wrap {
    width: 100%;
    max-width: 1137px;
    padding: 92px 30px 94px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec6 .wrap::before {
    inset: 0 -81px 0 -50vw;
    z-index: -1;
  }
  #sec6 h2.ttl {
    min-width: 236px;
    min-height: 432px;
    margin: 0;
    font-size: 28px;
    line-height: 59px;
  }
  #sec6 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 39px;
  }
  #sec6 .set1 .ttlbox {
    margin-top: 85px;
  }
  #sec6 .set1 .imgbox {
    width: 736px;
    margin-top: 0;
  }
  #sec6 .set1 .imgbox .img img {
    max-width: none;
    float: right;
  }
  #sec6 .set2 {
    margin-top: 30px;
    text-align: center;
  }
  #sec6 .set2 .btn-link {
    margin-top: 50px;
  }
  #sec6 .set2 .btn-link .btn-style-1 {
    width: 350px;
  }
}

#sec7 {
  padding: 15vw 0;
}
#sec7 h2.ttl {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.4em;
  text-align: center;
}
#sec7 .contactbox {
  margin-top: 10vw;
  padding: 7vw 4vw 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
  border-radius: 30px;
  color: #f2f2f2;
  text-align: center;
}
#sec7 .contactbox .btn-inquiry {
  margin: 5vw 5vw 0;
}
#sec7 .contactbox .btn-inquiry .btn-style-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 5px 15px;
  background: url("../img/shared/bg.jpg");
  border-radius: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#sec7 .contactbox .btn-inquiry .btn-style-1::after {
  display: none;
}
#sec7 .contactbox .btn-inquiry .btn-style-1 > span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sec7 .contactbox .btn-inquiry .btn-style-1 > span::before {
  display: block;
  margin-bottom: 10px;
  -webkit-filter: brightness(100%) invert(1);
          filter: brightness(100%) invert(1);
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 83px 0 90px;
  }
  #sec7 h2.ttl {
    font-size: 31px;
  }
  #sec7 .contactbox {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    margin: 20px auto 0;
    padding: 35px 45px 32px 50px;
    border-radius: 45px;
  }
  #sec7 .contactbox .tel {
    text-align: center;
  }
  #sec7 .contactbox .tel dt, #sec7 .contactbox .tel .tel-number, #sec7 .contactbox .tel .fax {
    margin-left: 0;
  }
  #sec7 .contactbox .tel dt {
    font-size: 19px;
  }
  #sec7 .contactbox .tel .tel-number, #sec7 .contactbox .tel .fax {
    font-size: 38px;
    line-height: 38px;
  }
  #sec7 .contactbox .tel .tel-number::before, #sec7 .contactbox .tel .fax::before {
    margin-right: 10px;
  }
  #sec7 .contactbox .tel .tel-number small, #sec7 .contactbox .tel .fax small {
    font-size: 16px;
  }
  #sec7 .contactbox .tel .tel-number {
    margin-bottom: -3px;
  }
  #sec7 .contactbox .tel-note {
    margin-top: 2px;
    font-size: 12px;
  }
  #sec7 .contactbox .btn-inquiry {
    margin: 0;
  }
  #sec7 .contactbox .btn-inquiry .btn-style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 30px;
    border-radius: 25px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.16em;
  }
  #sec7 .contactbox .btn-inquiry .btn-style-1 > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec7 .contactbox .btn-inquiry .btn-style-1 > span::before {
    width: 38px;
    height: 30px;
    display: block;
    margin-bottom: 7px;
    -webkit-filter: brightness(100%) invert(1);
            filter: brightness(100%) invert(1);
  }
}