header.top h1 {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #6c6c6c;
  position: absolute;
  left: 3%;
  right: 40%;
  top: 10px;
  z-index: 2;
}

header.top .logo {
  width: 47.7%;
  position: absolute;
  left: 3%;
  top: 52px;
  z-index: 2;
}

header.top .nav-pc {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 46px;
  top: 47px;
  z-index: 2;
}

header.top .nav-pc ul li + li {
  margin-left: 29px;
}

header.top .nav-pc ul li a {
  position: relative;
  padding-bottom: 5px;
}

header.top .nav-pc ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #e8492d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}

header.top .nav-pc ul li a:hover:after {
  width: 100%;
}

.hd-shape {
  width: 99.6vw;
  position: absolute;
  left: -28.66667vw;
  top: -21.06667vw;
  z-index: -1;
}

.main-ttl {
  margin-top: 116vw;
  padding-bottom: 41vw;
  color: #fff;
  position: relative;
  z-index: 0;
}

.main-ttl .ttl {
  margin: 0 11.5vw 0 auto;
  line-height: 6vw;
  text-shadow: 0 0 1px #e8492d, 0 0 2px #e8492d, 0 0 3px #e8492d;
}

.main-ttl .ttl span {
  white-space: nowrap;
}

.main-ttl .ttl .r1 {
  font-size: 4vw;
  letter-spacing: 0.12em;
}

.main-ttl .ttl .r2 {
  font-size: 5.06667vw;
  letter-spacing: 0.12em;
  margin: 22vw 3vw 0 0;
}

.main-ttl .ttl .r3 {
  font-size: 14.4vw;
  letter-spacing: 0.12em;
  margin: 29vw 10vw 0 0;
}

.main-ttl .kv-shape1 {
  width: 105.3334vw;
  position: absolute;
  right: -33vw;
  top: -21vw;
  z-index: -2;
}

.main-ttl .kv-shape2 {
  width: 38.67vw;
  position: absolute;
  left: -15vw;
  top: 101.3334vw;
  z-index: -1;
}

.main-ttl .deco1 {
  width: 36vw;
  position: absolute;
  left: 32vw;
  top: -8vw;
  z-index: -1;
}

.main-ttl .deco2 {
  width: 28.67vw;
  position: absolute;
  top: 36vw;
  left: 81vw;
  z-index: -1;
}

.main-ttl .deco3 {
  width: 54.934vw;
  position: absolute;
  left: 49vw;
  top: 111.3334vw;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  main {
    overflow: initial;
  }
  header.top {
    height: 350px;
  }
  header.top h1 {
    font-size: 12px;
    line-height: 19px;
    left: 20px;
    right: calc(50% + 290px);
    top: 14px;
  }
  header.top .logo {
    width: 252px;
    left: 38px;
    top: 59px;
  }
  .hd-shape {
    width: 649px;
    left: -115px;
    top: -137px;
  }
  .main-ttl {
    width: 260px;
    margin: 0px 0 0 calc(50% + 351px);
    padding-bottom: 249px;
  }
  .main-ttl .ttl {
    margin: 0;
    line-height: 40px;
  }
  .main-ttl .ttl .r1 {
    font-size: 25px;
  }
  .main-ttl .ttl .r2 {
    font-size: 31px;
    margin: 134px 18px 0 0;
  }
  .main-ttl .ttl .r3 {
    font-size: 88.8px;
    margin: 184px 58px 0 0;
  }
  .main-ttl .kv-shape1 {
    width: 649px;
    right: -168px;
    top: -99px;
  }
  .main-ttl .kv-shape2 {
    width: 240px;
    left: -445px;
    top: 627px;
  }
  .main-ttl .deco1 {
    width: 221px;
    left: -219px;
    top: 9px;
  }
  .main-ttl .deco2 {
    width: 181px;
    top: 305px;
    left: 164px;
  }
  .main-ttl .deco3 {
    width: 339px;
    left: -50px;
    top: 688px;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-ttl {
    margin-left: calc(50% + 278px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {
  header.top .nav-pc {
    right: 10px;
  }
  header.top .nav-pc li + li {
    margin-left: 18px;
  }
}

#sec1 {
  padding: 50vw 0 65vw;
  position: relative;
}

#sec1 h2 {
  margin: 0 auto 18vw;
  white-space: nowrap;
}

#sec1 h2 .r2 {
  margin-top: 24.5vw;
}

#sec1 .txt span {
  display: block;
}

#sec1 .txt span + span {
  margin-top: 8vw;
}

#sec1 .sec1-shape {
  width: 209.467vw;
  position: absolute;
  left: -100vw;
  top: 24vw;
  z-index: -1;
}

#sec1 .deco {
  width: 59.734vw;
  position: absolute;
  bottom: 14.133344vw;
  left: 42.4vw;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 191px 0 228px;
  }
  #sec1 h2 {
    order: 2;
    margin: 0 0 0 112px;
  }
  #sec1 h2 .r2 {
    margin-top: 163px;
  }
  #sec1 .txt {
    order: 1;
    height: 457px;
    margin: 120px 0 0 148px;
    text-align: left;
  }
  #sec1 .txt span + span {
    margin-top: 0;
  }
  #sec1 .sec1-shape {
    width: 996px;
    left: calc(50% - 618px);
    top: 113px;
  }
  #sec1 .deco {
    width: 311px;
    bottom: 124px;
    left: calc(50% + 385px);
  }
}

#sec2 {
  padding-bottom: 22.93334vw;
}

#sec2 .blk1 {
  position: relative;
  padding-bottom: 16vw;
}

#sec2 .blk1 .img {
  margin: 0 -5vw;
}

#sec2 .blk1 h2 {
  position: relative;
  z-index: 1;
  margin: -24vw -2vw 0 auto;
}

#sec2 .blk1 h2 .r2 {
  margin-top: 6vw;
}

#sec2 .blk1 h2 .r3 {
  margin-top: 12vw;
}

#sec2 .blk1 .text h3 {
  margin: 10vw 0 8vw;
}

#sec2 .blk1 .sec2-shape {
  width: 80vw;
  position: absolute;
  left: 42vw;
  top: 80.5334vw;
  z-index: -1;
}

#sec2 .blk1 .deco {
  width: 45vw;
  position: absolute;
  left: -1vw;
  top: 111.3334vw;
}

#sec2 .blk2 {
  width: 81.3334vw;
  margin-left: 8.66667vw;
  background: url("../img/index/sec2_frame_center_sp.jpg") repeat-x center top/15.33334vw;
  padding: 4.8vw 0;
  position: relative;
}

#sec2 .blk2:before {
  content: '';
  width: 10vw;
  background-image: url("../img/index/sec2_frame_left_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -8.66667vw;
  top: -2.5vw;
  bottom: -10vw;
  z-index: 1;
}

#sec2 .blk2:after {
  content: '';
  width: 10vw;
  background-image: url("../img/index/sec2_frame_right_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -8.66667vw;
  top: 0;
  bottom: -20vw;
  z-index: 1;
}

#sec2 .blk2 .slick-slide {
  line-height: 0;
  padding: 0 1.8vw;
}

#sec2 .blk2 .slick-slide img {
  width: 100%;
  height: 40vw !important;
  object-fit: cover;
  object-position: 50%;
}

#sec2 .btn-link a {
  margin: 12vw 5% 0 auto;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 81px;
  }
  #sec2 .blk1 {
    padding-bottom: 164px;
  }
  #sec2 .blk1 .img {
    width: 1230px;
    margin: 0 -250px 0 auto;
  }
  #sec2 .blk1 h2 {
    margin: -135px -3px -92px auto;
    white-space: nowrap;
  }
  #sec2 .blk1 h2 .r2 {
    margin: 114px 8px 0 0;
  }
  #sec2 .blk1 h2 .r3 {
    margin-top: 196px;
  }
  #sec2 .blk1 .text {
    width: 640px;
    margin-left: 66px;
  }
  #sec2 .blk1 .text h3 {
    margin: 0 0 61px -2px;
  }
  #sec2 .blk1 .sec2-shape {
    width: 701px;
    left: calc(50% + 144px);
    top: 566px;
  }
  #sec2 .blk1 .deco {
    width: 224px;
    left: calc(50% - 617px);
    top: 573px;
    z-index: 1;
  }
  #sec2 .blk2 {
    max-width: 1343px;
    width: 100%;
    margin: 0 auto;
    background: url("../img/index/sec2_frame_center.jpg") repeat-x center top/auto;
    padding: 36px 0;
  }
  #sec2 .blk2:before {
    width: 98px;
    height: 411px;
    background-image: url("../img/index/sec2_frame_left.jpg");
    left: 0;
    top: -19px;
    bottom: auto;
  }
  #sec2 .blk2:after {
    width: 119px;
    height: 430px;
    background-image: url("../img/index/sec2_frame_right.jpg");
    right: 0;
    bottom: auto;
  }
  #sec2 .blk2 .slick-slide {
    padding: 0 13px;
  }
  #sec2 .blk2 .slick-slide img {
    width: auto;
    height: auto !important;
  }
  #sec2 .btn-link a {
    margin: 59px calc(50% - 495px) 0 auto;
    padding-right: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .blk1 h2 {
    margin-right: 30px;
  }
}

#sec3 {
  background: url("../img/index/sec3_top.jpg") no-repeat center top/100%, url("../img/index/sec3_bottom.jpg") no-repeat center bottom/100%, #fefced;
  padding: 14vw 0 8vw;
  margin-bottom: 10vw;
  position: relative;
  z-index: 0;
}

#sec3:after {
  content: '';
  width: 41.2vw;
  height: 30vw;
  background-image: url("../img/index/sec3_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 5%;
  bottom: -9.46667vw;
  z-index: -1;
}

#sec3 h2 {
  position: absolute;
  top: -20vw;
  left: 5%;
  z-index: 1;
  padding: 20vw 0 0 4.4vw;
  white-space: nowrap;
}

#sec3 h2:before {
  content: '';
  width: 20.67vw;
  height: 20vw;
  background-image: url("../img/index/ttl_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#sec3 #feed {
  width: 88%;
  margin: 0 auto;
}

#sec3 #feed .photo {
  display: none;
}

#sec3 #feed .row {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}

#sec3 #feed dl {
  line-height: 22px;
  padding: 0 9%;
}

#sec3 #feed dl dt {
  font-size: 11px;
}

#sec3 #feed dl dd {
  font-size: 13px;
}

#sec3 #feed dl dd a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 22px;
}

#sec3 #feed .row:first-child {
  padding-left: 19%;
  padding-bottom: 5vw;
}

#sec3 #feed .row:first-child .photo {
  display: block;
  width: 51.467vw;
  margin: 0 auto 3vw;
}

#sec3 #feed .row:first-child dl {
  padding: 0;
}

#sec3 .btn-link a {
  margin: 8vw 2vw 0 auto;
}

@media only screen and (max-width: 767px) {
  #sec3 #feed .photo a span {
    width: 100% !important;
    height: 0 !important;
    padding-top: 34vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 195px 0 90px;
    margin-bottom: 25px;
  }
  #sec3:after {
    width: 260px;
    height: 102px;
    right: calc(50% - 565px);
    bottom: -25px;
  }
  #sec3 h2 {
    top: -83px;
    left: -36px;
    padding: 102px 0 0 23px;
  }
  #sec3 h2:before {
    width: 111px;
    height: 80px;
  }
  #sec3 #feed {
    width: 847px;
    margin: 0 0 0 auto;
    padding: 12px 0 0 464px;
    position: relative;
  }
  #sec3 #feed .row {
    width: 384px;
    padding-bottom: 33px;
    margin-bottom: 19px;
  }
  #sec3 #feed dl {
    line-height: 25px;
    padding: 0 8px;
  }
  #sec3 #feed dl dt {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #sec3 #feed dl dd {
    font-size: 19px;
  }
  #sec3 #feed dl dd a {
    max-height: 25px;
    position: relative;
  }
  #sec3 #feed dl dd a:hover {
    text-decoration: underline;
  }
  #sec3 #feed .row:nth-child(2) {
    border-top: 1px solid #c3c3c3;
    padding-top: 19px;
  }
  #sec3 #feed .row:first-child {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 408px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #sec3 #feed .row:first-child .photo {
    width: 408px;
    margin: 0 0 18px;
  }
  #sec3 #feed .row:first-child .photo a span {
    transition: 0.3s all ease-in-out;
  }
  #sec3 #feed .row:first-child .photo a:hover span {
    opacity: 0.8;
  }
  #sec3 #feed .row:first-child dl {
    padding: 0 22px;
  }
  #sec3 .btn-link a {
    margin: 64px 5px 0 auto;
    padding-left: 53px;
  }
}

#sec4 {
  padding: 16vw 0 14vw;
}

#sec4 h2 {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 180px 0 164px;
  }
  #sec4 h2 {
    order: 2;
    margin-bottom: 0;
    white-space: nowrap;
  }
  #sec4 .txt {
    order: 1;
    width: 390px;
    margin: 154px 152px 0 155px;
  }
}

#sec5 .coll {
  width: 63.467vw;
  margin: 0 auto 16.4vw;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding-left: 9.86667vw;
}

#sec5 .coll ul {
  font-size: 5.4vw;
  letter-spacing: 0.12em;
  line-height: 10vw;
}

#sec5 .coll ul li {
  position: relative;
  padding-left: 18.13334vw;
}

#sec5 .coll ul li:before {
  content: '';
  width: 12vw;
  height: 11vw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#sec5 .coll ul .btn1:before {
  background-image: url("../img/index/sec5_icon1.png");
}

#sec5 .coll ul .btn2:before {
  background-image: url("../img/index/sec5_icon2.png");
  top: 1vw;
}

#sec5 .coll ul .btn3:before {
  background-image: url("../img/index/sec5_icon3.png");
  top: 1vw;
}

#sec5 .coll ul .btn4:before {
  background-image: url("../img/index/sec5_icon4.png");
}

#sec5 .coll ul .btn5:before {
  background-image: url("../img/index/sec5_icon5.png");
}

#sec5 .colr .blk {
  position: relative;
}

#sec5 .colr .blk h3 {
  color: #fff;
  height: 64vw;
  font-size: 6.464vw;
  letter-spacing: 0.12em;
  line-height: 10vw;
  position: absolute;
  left: 9vw;
  top: 0;
  z-index: 1;
  text-align: right;
  padding-bottom: 5.33334vw;
}

#sec5 .colr .blk h3 span {
  position: relative;
  padding-top: 8.5vw;
}

#sec5 .colr .blk h3 span:before {
  content: '';
  width: 10.534vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -2vw;
}

#sec5 .colr .blk .img {
  width: 94.67vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#sec5 .colr .blk .img:before {
  content: '';
  width: 46.134vw;
  height: 20vw;
  background-image: url("../img/index/sec5_before.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}

#sec5 .colr .blk .img:after {
  content: '';
  width: 46.134vw;
  height: 20vw;
  background-image: url("../img/index/sec5_after.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}

#sec5 .colr .blk .img img {
  transition: 0.5s all ease-in-out;
}

#sec5 .colr .blk .txt {
  padding: 6vw 5% 7vw 10%;
  font-size: 13px;
  line-height: 26px;
}

#sec5 .colr .blk .arrow {
  width: 7.467vw;
  height: 7.467vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 11.33334vw;
  top: 49.4667vw;
  z-index: 1;
  text-align: center;
  transition: 0.5s all ease-in-out;
}

#sec5 .colr .blk .arrow:before, #sec5 .colr .blk .arrow:after {
  content: "";
  background: url(../img/shared/icon_arrow_right.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 3.467vw;
  height: 3vw;
  display: block;
  position: absolute;
  top: 2.6vw;
  left: 2vw;
}

#sec5 .colr .blk a {
  display: block;
}

#sec5 .colr .blk a:hover img {
  opacity: 1 !important;
}

#sec5 .colr #sec5-1 h3 span:before {
  background-image: url("../img/index/sec5_icon1.png");
}

#sec5 .colr #sec5-2 h3 span {
  padding-top: 7vw;
}

#sec5 .colr #sec5-2 h3 span:before {
  background-image: url("../img/index/sec5_icon2.png");
}

#sec5 .colr #sec5-3 h3 span:before {
  background-image: url("../img/index/sec5_icon3.png");
}

#sec5 .colr #sec5-4 h3 span {
  padding-top: 8vw;
}

#sec5 .colr #sec5-4 h3 span:before {
  background-image: url("../img/index/sec5_icon4.png");
}

#sec5 .colr #sec5-5 h3 span {
  padding-top: 11.73334vw;
}

#sec5 .colr #sec5-5 h3 span:before {
  background-image: url("../img/index/sec5_icon5.png");
}

@media only screen and (min-width: 768px) {
  #sec5 {
    max-width: 1507px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #sec5 .coll {
    width: 27%;
    height: calc(100vh - 105px);
    margin: 0;
    border: none;
    padding: 50px 0;
    position: sticky;
    top: 105px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #sec5 .coll ul {
    display: table;
    margin: 0 auto;
    font-size: 29px;
    line-height: 57px;
  }
  #sec5 .coll ul li {
    padding-left: 80px;
  }
  #sec5 .coll ul li:before {
    width: 60px;
    height: 49px;
  }
  #sec5 .coll ul li a:hover {
    opacity: 0.5;
  }
  #sec5 .coll ul .btn1:before {
    top: 7px;
  }
  #sec5 .coll ul .btn2:before {
    top: 5px;
  }
  #sec5 .coll ul .btn3:before {
    top: 6px;
  }
  #sec5 .coll ul .btn4:before {
    top: 7px;
  }
  #sec5 .coll ul .btn5:before {
    top: 7px;
  }
  #sec5 .colr {
    width: 73%;
  }
  #sec5 .colr .blk {
    position: relative;
    margin-bottom: 113px;
  }
  #sec5 .colr .blk h3 {
    height: 740px;
    font-size: 60px;
    line-height: 60px;
    left: 88px;
    padding-bottom: 56px;
    cursor: pointer;
  }
  #sec5 .colr .blk h3 span {
    padding-top: 60px;
  }
  #sec5 .colr .blk h3 span:before {
    left: 0;
  }
  #sec5 .colr .blk .img {
    width: 100%;
    margin: 0;
  }
  #sec5 .colr .blk .img:before {
    width: 539px;
    height: 133px;
  }
  #sec5 .colr .blk .img:after {
    width: 539px;
    height: 133px;
  }
  #sec5 .colr .blk .img img {
    width: 100%;
    height: 740px;
    object-fit: cover;
    object-position: 50%;
  }
  #sec5 .colr .blk .txt {
    color: #fff;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    width: 425px;
    position: absolute;
    left: 195px;
    bottom: 72px;
    z-index: 1;
  }
  #sec5 .colr .blk .arrow {
    width: 71px;
    height: 71px;
    right: auto;
    left: 789px;
    top: auto;
    bottom: 67px;
    overflow: hidden;
  }
  #sec5 .colr .blk .arrow img {
    width: 32px;
  }
  #sec5 .colr .blk .arrow:before, #sec5 .colr .blk .arrow:after {
    width: 32px;
    height: 21px;
    top: 25px;
    left: 22px;
  }
  #sec5 .colr .blk a:hover .img img {
    transform: scale(1.05);
  }
  #sec5 .colr .blk a:hover .arrow:after {
    animation: moveArrowForward 0.6s forwards;
  }
  #sec5 .colr .blk a:hover .arrow:before {
    animation: moveArrowBack 0.6s forwards;
  }
  #sec5 .colr #sec5-1 h3 span:before {
    background-image: url("../img/index/sec5_ttl_icon1.png");
    width: 40px;
    height: 37px;
    left: 27px;
  }
  #sec5 .colr #sec5-2 h3 span {
    padding-top: 57px;
  }
  #sec5 .colr #sec5-2 h3 span:before {
    background-image: url("../img/index/sec5_ttl_icon2.png");
    width: 63px;
    height: 35px;
    left: 14px;
  }
  #sec5 .colr #sec5-3 h3 {
    padding-bottom: 64px;
  }
  #sec5 .colr #sec5-3 h3 span {
    padding-top: 65px;
  }
  #sec5 .colr #sec5-3 h3 span:before {
    background-image: url("../img/index/sec5_ttl_icon3.png");
    width: 79px;
    height: 43px;
  }
  #sec5 .colr #sec5-3 .txt {
    bottom: 68px;
  }
  #sec5 .colr #sec5-4 h3 span {
    padding-top: 83px;
  }
  #sec5 .colr #sec5-4 h3 span:before {
    background-image: url("../img/index/sec5_ttl_icon4.png");
    width: 79px;
    height: 61px;
  }
  #sec5 .colr #sec5-4 .txt {
    bottom: 67px;
  }
  #sec5 .colr #sec5-5 {
    margin-bottom: 0;
  }
  #sec5 .colr #sec5-5 h3 span {
    padding-top: 103px;
  }
  #sec5 .colr #sec5-5 h3 span:before {
    background-image: url("../img/index/sec5_ttl_icon5.png");
    width: 98px;
    height: 81px;
    left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .colr .blk .arrow {
    right: 90px;
    left: auto;
  }
  #sec5 .colr .blk a:hover .arrow {
    left: auto;
    right: 80px;
  }
}

.ovh2 {
  padding-top: 5vw;
}

@media only screen and (min-width: 768px) {
  .ovh2 {
    padding-top: 246px;
  }
}

#sec6 {
  padding: 4.8vw 0 15.46667vw;
  background: url("../img/index/sec6_top.jpg") no-repeat center top/100%, url("../img/index/sec6_bottom.jpg") no-repeat center bottom/100%, #fefced;
}

#sec6 .coll ul {
  flex-wrap: wrap;
  margin-bottom: 8vw;
}

#sec6 .coll ul li {
  font-size: 3.6vw;
  letter-spacing: 0.12em;
  line-height: 5vw;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}

#sec6 .coll ul li span {
  display: block;
}

#sec6 .coll ul .catch1 {
  width: 47.467vw;
  height: 13vw;
  background-image: url("../img/index/sec6_cat1.png");
  margin-left: -6vw;
  padding-left: 2vw;
}

#sec6 .coll ul .catch1 span {
  transform: rotate(-5deg);
}

#sec6 .coll ul .catch2 {
  width: 36.8vw;
  height: 16vw;
  background-image: url("../img/index/sec6_cat2.png");
  margin: 1.6vw -5vw 0 13vw;
  padding: 2.5vw 0 0 1vw;
}

#sec6 .coll ul .catch2 span {
  transform: rotate(5deg);
}

#sec6 .coll ul .catch3 {
  width: 37.2vw;
  height: 17vw;
  background-image: url("../img/index/sec6_cat3.png");
  margin: -1.1vw 0 0 27vw;
  padding: 3vw 0 0 2vw;
}

#sec6 .coll h2 {
  margin-bottom: 8vw;
}

#sec6 .coll .btn-link a {
  margin: 6vw 0 0 auto;
}

#sec6 .colr {
  margin-top: 12vw;
  position: relative;
  z-index: 0;
}

#sec6 .colr:after {
  content: '';
  width: 52vw;
  height: 30vw;
  background-image: url("../img/index/sec6_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -16vw;
  top: -7vw;
  z-index: -1;
}

#sec6 .colr p {
  width: 64vw;
}

#sec6 .colr .img1 {
  margin-left: 3vw;
}

#sec6 .colr .img2 {
  margin: 6.4vw 3vw 0 auto;
}

@media only screen and (max-width: 767px) {
  #sec6 .fz25 {
    font-size: 4.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 39px 0 132px;
  }
  #sec6 .coll {
    width: 552px;
    margin-left: 20px;
  }
  #sec6 .coll ul {
    margin: 0 -45px 41px;
  }
  #sec6 .coll ul li {
    font-size: 19px;
    line-height: 30px;
  }
  #sec6 .coll ul .catch1 {
    width: 256px;
    height: 66px;
    margin: 20px 0 0;
    padding-left: 17px;
  }
  #sec6 .coll ul .catch1 span {
    transform: rotate(-4deg);
    margin-top: -2px;
  }
  #sec6 .coll ul .catch2 {
    width: 199px;
    height: 86px;
    margin: 0 0 0 118px;
    padding: 12px 0 0 3px;
  }
  #sec6 .coll ul .catch3 {
    width: 199px;
    height: 89px;
    margin: -9px 0 0 226px;
    padding: 16px 0 0 21px;
  }
  #sec6 .coll h2 {
    margin-bottom: 57px;
  }
  #sec6 .coll h2 small {
    margin-bottom: 13px;
  }
  #sec6 .coll .btn-link a {
    margin: 59px 8px 0 auto;
  }
  #sec6 .colr {
    width: 421px;
    margin: 108px -116px 0 0;
  }
  #sec6 .colr:after {
    width: 260px;
    height: 101px;
    right: 305px;
    top: 40px;
  }
  #sec6 .colr p {
    width: 350px;
  }
  #sec6 .colr .img1 {
    margin-left: auto;
  }
  #sec6 .colr .img2 {
    margin: 45px 0 0;
  }
}

#sec7 {
  padding: 46.6667vw 0 44.6667vw;
  position: relative;
}

#sec7:before {
  content: '';
  width: 73.467vw;
  height: 30vw;
  background-image: url("../img/index/sec6_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -5vw;
  top: 17.33334vw;
  z-index: -1;
}

#sec7 .colr .txt {
  margin: 8vw 0 12vw;
}

#sec7 .btn-link a {
  margin: 10vw 0 0 auto;
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 199px 0;
  }
  #sec7:before {
    width: 368px;
    height: 87px;
    left: calc(50% - 560px);
    top: 59px;
  }
  #sec7 .colr {
    width: 445px;
    float: right;
    margin-right: -107px;
  }
  #sec7 .colr h2 {
    text-align: left;
  }
  #sec7 .colr .txt {
    margin: 57px 0 0;
  }
  #sec7 .img {
    width: 668px;
    float: left;
    margin: 117px 0 0 -104px;
  }
  #sec7 .btn-link {
    float: right;
  }
  #sec7 .btn-link a {
    margin: 54px -109px 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  #sec7 .colr {
    margin-right: calc(-50vw + 58%);
  }
  #sec7 .img {
    margin-left: -180px;
  }
  #sec7 .btn-link {
    margin: 54px calc(-50vw + 58%) 0 auto;
  }
  #sec7 .btn-link a {
    margin: 0;
  }
}

#sec8 .colr {
  padding: 0 5% 9vw;
}

#sec8 .colr h2 {
  padding-top: 10vw;
  margin-bottom: 10vw;
  position: relative;
}

#sec8 .colr h2:before {
  content: '';
  width: 37.2vw;
  height: 20vw;
  background-image: url("../img/index/sec8_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#sec8 .colr .blk {
  margin-bottom: 12vw;
}

#sec8 .colr .blk h3 {
  margin: 0 -2.5% 7vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

#sec8 .colr .blk h3:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #d9d9d9 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

#sec8 .colr .blk .info dl {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}

#sec8 .colr .blk .info dl dd {
  font-size: 14px;
  line-height: 26px;
}

#sec8 .coll {
  height: 480px;
  position: relative;
}

#sec8 .coll iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  #sec8 {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #sec8 .colr {
    order: 2;
    width: 50%;
    padding: 135px 30px 54px;
  }
  #sec8 .colr .inner {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
  }
  #sec8 .colr h2 {
    padding-top: 56px;
    margin-bottom: 60px;
  }
  #sec8 .colr h2:before {
    width: 199px;
    height: 60px;
  }
  #sec8 .colr .blk {
    margin-bottom: 74px;
  }
  #sec8 .colr .blk h3 {
    margin: 0 0 36px;
    padding-bottom: 27px;
  }
  #sec8 .colr .blk h3:after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }
  #sec8 .colr .blk .info {
    max-width: 528px;
    width: 100%;
    margin: 0 auto;
  }
  #sec8 .colr .blk .info dl {
    padding-bottom: 25px;
    margin-bottom: 17px;
  }
  #sec8 .colr .blk .info dl dd {
    font-size: 16px;
    line-height: 37px;
    margin-top: -1px;
  }
  #sec8 .coll {
    order: 1;
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}

#sec9 {
  height: 179.2vw;
}

#sec9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

@media only screen and (min-width: 768px) {
  #sec9 {
    height: 1650px;
  }
}
