.l_kv {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l_kv {
    height: 168vw;
  }
}
.l_kv .kv {
  position: relative;
  width: 100%;
}
.l_kv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  max-width: 1420px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .l_kv-txt {
    top: auto;
    bottom: 0;
    padding: 0 4vw 9.3333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.sec_1 {
  padding: 100px 20px 133px;
}
@media only screen and (max-width: 767px) {
  .sec_1 {
    padding: 8vw 4vw 15.0666666667vw;
  }
}
.sec_1 .p_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_1 .p_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
}
.sec_1 .p_box-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec_1 .p_box-img {
    width: 100%;
  }
}
.sec_1 .p_box-txt {
  position: relative;
  margin: 60px 0 0 -40px;
  padding: 70px 100px 100px;
  width: 50%;
  background: #fff;
  /*&::before {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    content: "";
    @media only screen and (max-width: 767px) {
      display: none;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .sec_1 .p_box-txt {
    margin: 0 auto;
    padding: 6.6666666667vw 5.3333333333vw 11.0666666667vw;
    width: 100%;
  }
}
.sec_1 .p_box-txt .u_btn_1 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .sec_1 .p_box-txt .u_btn_1 {
    margin-top: 5.3333333333vw;
  }
}

.sec_2 {
  position: relative;
  padding: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .sec_2 {
    padding: 0 0 10.6666666667vw;
  }
}
.sec_2 .deco_txt {
  position: absolute;
  top: -56px;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .sec_2 .deco_txt {
    top: -4.2666666667vw;
  }
}
.sec_2 .deco_txt .scroll-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll-loop 100s linear infinite;
  animation: scroll-loop 100s linear infinite;
}
.sec_2 .deco_txt .scroll-inner span {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .deco_txt .scroll-inner span {
    padding-right: 6.6666666667vw;
  }
}
@-webkit-keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.sec_2 .bg {
  position: relative;
  z-index: 1;
}
.sec_2 .p_box-slider-wrap {
  position: relative;
  overflow: hidden;
}
.sec_2 .p_box {
  position: relative;
  z-index: 2;
  margin-top: -125px;
  margin-left: auto;
  padding: 110px 0 90px 80px;
  max-width: 1560px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box {
    margin: -13.3333333333vw 0 0 4vw;
    padding: 11.3333333333vw 0 10.6666666667vw 5.7333333333vw;
    width: calc(100% - 4vw);
  }
}
.sec_2 .p_box-txt {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1125px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box-txt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
  }
}
.sec_2 .p_box-slider {
  margin: 27px 0 0 -15px;
  margin-left: 0 !important;
  width: calc(100% + 15px);
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box-slider {
    margin: 9.3333333333vw 0 0 -1.4666666667vw;
    width: calc(100% + 1.4666666667vw);
  }
}
.sec_2 .p_box-slider .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.sec_2 .p_box-slider .slick-track {
  margin-left: 0 !important;
}
.sec_2 .p_box-slider-item {
  position: relative;
  margin: 0 15px;
  aspect-ratio: 1/1.382;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box-slider-item {
    margin: 0 1.4666666667vw;
  }
}
.sec_2 .p_box-slider-item.is-empty {
  visibility: hidden;
  pointer-events: none;
}
.sec_2 .p_box-slider-item-txt {
  position: absolute;
  top: calc(100% - 186px);
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box-slider-item-txt {
    top: calc(100% - 39.3333333333vw);
    gap: 2vw;
  padding: 0 15px;
  }
}
.sec_2 .p_box-slider-item-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sec_2 .p_box-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec_2 .p_box .progress-bar-wrap {
  position: relative;
  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;
  margin-top: 40px;
  max-width: 1125px;
  width: 100%;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box .progress-bar-wrap {
    margin-top: 6vw;
    padding-right: 4.2666666667vw;
    height: 9.3333333333vw;
  }
}
.sec_2 .p_box .progress-bar {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  max-width: 981px;
  width: calc(100% - 144px);
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box .progress-bar {
    margin-right: 0;
    width: 60vw;
  }
}
.sec_2 .p_box .progress-bar .progress {
  width: 0;
  height: 100%;
  height: 10px;
  border-radius: 10px;
  background: #e9e9e9;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .sec_2 .p_box .progress-bar .progress {
    height: 1.6vw;
  }
}
.sec_2 .p_box .slick-slide {
  height: auto;
}
.sec_2 .p_box .slick-prev {
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: url(../img/arw_2.png) no-repeat center center/contain;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sec_2 .p_box .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: url(../img/arw_2.png) no-repeat center center/contain;
  color: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sec_3,
.sec_4 {
  position: relative;
  padding: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .sec_3,
.sec_4 {
    padding: 0 4vw 11.3333333333vw;
  }
}
.sec_3 .p_box,
.sec_4 .p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_3 .p_box,
.sec_4 .p_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
    padding: 0;
  }
}
.sec_3 .p_box-img,
.sec_4 .p_box-img {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .sec_3 .p_box-img,
.sec_4 .p_box-img {
    width: 100%;
  }
}
.sec_3 .p_box-txt,
.sec_4 .p_box-txt {
  position: relative;
  top: -15px;
  width: calc(34% - 50px);
}
@media only screen and (max-width: 767px) {
  .sec_3 .p_box-txt,
.sec_4 .p_box-txt {
    top: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sec_4 .p_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.sec_5 .bg {
  position: relative;
  z-index: 1;
}
.sec_5 .p_box-wrap {
  position: relative;
  z-index: 2;
  margin: -100px auto 0;
  padding: 100px 85px;
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec_5 .p_box-wrap {
    margin: -10.6666666667vw auto 0;
    padding: 6.6666666667vw 5.3333333333vw;
    width: 92vw;
  }
}
.sec_5 .p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_5 .p_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0;
  }
}
.sec_5 .p_box-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec_5 .p_box-img {
    width: 100%;
  }
}
.sec_5 .p_box-txt {
  position: relative;
  top: -15px;
  width: calc(50% - 80px);
}
@media only screen and (max-width: 767px) {
  .sec_5 .p_box-txt {
    top: 0;
    width: 100%;
  }
}
.sec_5 .p_box + .p_box {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .sec_5 .p_box + .p_box {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .sec_5 .p_box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.sec_6 {
  padding: 85px 0 115px;
}
@media only screen and (max-width: 767px) {
  .sec_6 {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
.sec_6 .c_ttl_1 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_6 .c_ttl_1 {
    padding: 0;
  }
}
.sec_6 .p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 45px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_6 .p_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16vw;
    padding: 0;
  }
}
.sec_6 .p_box-item-link {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sec_6 .p_box-item-link-img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec_6 .p_box-item-link-img {
    margin-bottom: 5.3333333333vw;
  }
}
.sec_6 .p_box-item-link:hover {
  opacity: 0.7;
}

.sec_7 .c_cardlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1px;
}
@media only screen and (max-width: 767px) {
  .sec_7 .c_cardlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec_7 .c_cardlink-item {
  position: relative;
  width: calc(33.3333333333% - 1px);
}
@media only screen and (max-width: 767px) {
  .sec_7 .c_cardlink-item {
    width: 100%;
  }
}
.sec_7 .c_cardlink-item-img {
  position: relative;
  aspect-ratio: 1/0.704;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_7 .c_cardlink-item-img {
    aspect-ratio: 1/0.6;
  }
}
.sec_7 .c_cardlink-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec_7 .c_cardlink-item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002613;
  content: "";
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sec_7 .c_cardlink-item-img:hover::before {
  opacity: 0.3;
}
.sec_7 .c_cardlink-item-txt {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .c_ttl_1,
  .c_ttl_1 .c_ttl_sub {
    line-height: 72px;
  }
}