@charset "UTF-8";
/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.kv {
  position: relative;
  width: 100%;
}
.kv_slider_wrap {
  position: relative;
  width: 100%;
  height: 46.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv_slider_wrap {
    height: 20.625rem;
  }
}
.kv_slider_pagination {
  margin-left: -1.1875rem;
  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: 1rem;
}
@media (max-width: 768px) {
  .kv_slider_pagination {
    margin-left: auto;
    margin-right: auto;
    gap: 0.9375rem;
  }
}
.kv_slider_pagination .btn_pagination_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .kv_slider_pagination .btn_pagination_item {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .kv_slider_pagination .btn_pagination_item:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item {
    height: 2.5625rem;
  }
}
.kv_slider_pagination .btn_pagination_item .number {
  width: 2.0625rem;
  height: 2.0625rem;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #004098;
  text-align: center;
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item .number {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.kv_slider_pagination .btn_pagination_item .number span {
  line-height: 1.9375rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #004098;
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item .number span {
    text-align: left;
    font-size: 0.625rem;
    line-height: 1.4375rem;
  }
}
.kv_slider_pagination .btn_pagination_item .txt {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #004098;
  width: 0;
  height: 1.3125rem; /* Đảm bảo ẩn nội dung và không chiếm không gian */
  overflow: hidden;
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Tạo hiệu ứng mượt mà */
  position: relative;
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item .txt {
    margin-left: 0;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.kv_slider_pagination .btn_pagination_item .txt span {
  padding-left: 0.6875rem;
  white-space: nowrap; /* Ngăn chặn xuống dòng */
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item .txt span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 769px) {
  .kv_slider_pagination .btn_pagination_item--01.active .txt {
    width: 16.6875rem;
  }
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item--01.active .txt {
    width: 7.375rem;
  }
}
@media (min-width: 769px) {
  .kv_slider_pagination .btn_pagination_item--02.active .txt {
    width: 17.8125rem;
  }
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item--02.active .txt {
    width: 9.125rem;
  }
}
@media (min-width: 769px) {
  .kv_slider_pagination .btn_pagination_item--03.active .txt {
    width: 19.625rem;
  }
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item--03.active .txt {
    width: 8.125rem;
  }
}
@media (min-width: 769px) {
  .kv_slider_pagination .btn_pagination_item--04.active .txt {
    width: 22.9375rem;
  }
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item--04.active .txt {
    width: 10.125rem;
  }
}
@media (min-width: 769px) {
  .kv_slider_pagination .btn_pagination_item--05.active .txt {
    width: 20.4375rem;
  }
}
@media (max-width: 768px) {
  .kv_slider_pagination .btn_pagination_item--05.active .txt {
    width: 9.1875rem;
  }
}
.kv_slider_pagination .btn_pagination_item.active .number {
  background: #004098;
  border-color: #004098;
}
.kv_slider_pagination .btn_pagination_item.active .number span {
  color: #fff;
}
.kv_slider_pagination .btn_pagination_item.active .txt {
  display: block;
}
.kv_slider_pagination .btn_pagination_item.active .txt span {
  left: 0; /* Đặt lại vị trí của span khi active */
}
.kv_slider_pagination {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .kv_slider_pagination {
    margin-top: 0.875rem;
  }
}
.kv_anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.kv_item_mark {
  position: absolute;
  top: 2.25rem;
  right: 1.9375rem;
  z-index: 4;
  color: #fff;
  width: 2.0625rem;
  text-align: center;
  z-index: 9;
}
@media (min-width: 769px) {
  .kv_item_mark {
    color: #000;
  }
  .kv_item_mark.--white {
    color: #fff;
  }
  .kv_item_mark.--white .mark {
    border: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .kv_item_mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5625rem;
    top: 88.5%;
    left: 0;
  }
}
@media (min-width: 769px) {
  .kv_item_mark span {
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 769px) {
  .kv_item_mark .txt {
    font-size: 1.1875rem;
    font-weight: 600;
    text-align: center;
    width: 1.1875rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1; /* Điều chỉnh khoảng cách giữa các ký tự trong một dòng */
    letter-spacing: 0.5em; /* Thường không cần điều chỉnh letter-spacing cho vertical text */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; /* Để div co lại theo chiều rộng của nội dung (nếu không có width cố định) */
    height: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .kv_item_mark .txt {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
}
.kv_item_mark .mark {
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 100%;
  border: 1px solid #fff;
}
@media (min-width: 769px) {
  .kv_item_mark .mark {
    margin-top: 0.4375rem;
    border: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .kv_item_mark .mark {
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    font-size: 0.875rem;
    display: inline-block;
    text-align: center;
    color: transparent;
    position: relative;
  }
  .kv_item_mark .mark:after {
    content: "1";
    position: absolute;
    top: 50%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0.875rem;
    color: #fff;
  }
}

.scroll-bottom {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #004098;
  position: absolute;
  right: 1.875rem;
  bottom: 0.8125rem;
  z-index: 1000;
}
@media (max-width: 768px) {
  .scroll-bottom {
    display: none;
  }
}
.scroll-bottom .arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 1.25rem;
  height: 1.125rem;
}
.scroll-bottom .arrow-first {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
          animation: arrow-movement 2s ease-in-out infinite;
}
.scroll-bottom .arrow-second {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
          animation: arrow-movement 2s 1s ease-in-out infinite;
}
@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 35%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 35%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.txt-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  width: 100%;
  z-index: -1;
}
.txt-wrap svg {
  -webkit-filter: drop-shadow(0 0 0 rgba(119, 113, 113, 0));
          filter: drop-shadow(0 0 0 rgba(119, 113, 113, 0));
}
.txt-wrap.is-show-animation {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  z-index: 9;
}
.txt-wrap.is-show-animation .st0:nth-of-type(1),
.txt-wrap.is-show-animation .cls-1:nth-of-type(1) {
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(2),
.txt-wrap.is-show-animation .cls-1:nth-of-type(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(3),
.txt-wrap.is-show-animation .cls-1:nth-of-type(3) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(4),
.txt-wrap.is-show-animation .cls-1:nth-of-type(4) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(5),
.txt-wrap.is-show-animation .cls-1:nth-of-type(5) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(6),
.txt-wrap.is-show-animation .cls-1:nth-of-type(6) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(7),
.txt-wrap.is-show-animation .cls-1:nth-of-type(7) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(8),
.txt-wrap.is-show-animation .cls-1:nth-of-type(8) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(9),
.txt-wrap.is-show-animation .cls-1:nth-of-type(9) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(10),
.txt-wrap.is-show-animation .cls-1:nth-of-type(10) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(11),
.txt-wrap.is-show-animation .cls-1:nth-of-type(11) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(12),
.txt-wrap.is-show-animation .cls-1:nth-of-type(12) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(13),
.txt-wrap.is-show-animation .cls-1:nth-of-type(13) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(14),
.txt-wrap.is-show-animation .cls-1:nth-of-type(14) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(15),
.txt-wrap.is-show-animation .cls-1:nth-of-type(15) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(16),
.txt-wrap.is-show-animation .cls-1:nth-of-type(16) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(17),
.txt-wrap.is-show-animation .cls-1:nth-of-type(17) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(18),
.txt-wrap.is-show-animation .cls-1:nth-of-type(18) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(19),
.txt-wrap.is-show-animation .cls-1:nth-of-type(19) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(20),
.txt-wrap.is-show-animation .cls-1:nth-of-type(20) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(21),
.txt-wrap.is-show-animation .cls-1:nth-of-type(21) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(22),
.txt-wrap.is-show-animation .cls-1:nth-of-type(22) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(23),
.txt-wrap.is-show-animation .cls-1:nth-of-type(23) {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(24),
.txt-wrap.is-show-animation .cls-1:nth-of-type(24) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(25),
.txt-wrap.is-show-animation .cls-1:nth-of-type(25) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(26),
.txt-wrap.is-show-animation .cls-1:nth-of-type(26) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(27),
.txt-wrap.is-show-animation .cls-1:nth-of-type(27) {
  -webkit-animation-delay: 0.81s;
          animation-delay: 0.81s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(28),
.txt-wrap.is-show-animation .cls-1:nth-of-type(28) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(29),
.txt-wrap.is-show-animation .cls-1:nth-of-type(29) {
  -webkit-animation-delay: 0.87s;
          animation-delay: 0.87s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(30),
.txt-wrap.is-show-animation .cls-1:nth-of-type(30) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(31),
.txt-wrap.is-show-animation .cls-1:nth-of-type(31) {
  -webkit-animation-delay: 0.93s;
          animation-delay: 0.93s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(32),
.txt-wrap.is-show-animation .cls-1:nth-of-type(32) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(33),
.txt-wrap.is-show-animation .cls-1:nth-of-type(33) {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(34),
.txt-wrap.is-show-animation .cls-1:nth-of-type(34) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(35),
.txt-wrap.is-show-animation .cls-1:nth-of-type(35) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(36),
.txt-wrap.is-show-animation .cls-1:nth-of-type(36) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(37),
.txt-wrap.is-show-animation .cls-1:nth-of-type(37) {
  -webkit-animation-delay: 1.11s;
          animation-delay: 1.11s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(38),
.txt-wrap.is-show-animation .cls-1:nth-of-type(38) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(39),
.txt-wrap.is-show-animation .cls-1:nth-of-type(39) {
  -webkit-animation-delay: 1.17s;
          animation-delay: 1.17s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(40),
.txt-wrap.is-show-animation .cls-1:nth-of-type(40) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(41),
.txt-wrap.is-show-animation .cls-1:nth-of-type(41) {
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(42),
.txt-wrap.is-show-animation .cls-1:nth-of-type(42) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(43),
.txt-wrap.is-show-animation .cls-1:nth-of-type(43) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(44),
.txt-wrap.is-show-animation .cls-1:nth-of-type(44) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(45),
.txt-wrap.is-show-animation .cls-1:nth-of-type(45) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(46),
.txt-wrap.is-show-animation .cls-1:nth-of-type(46) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(47),
.txt-wrap.is-show-animation .cls-1:nth-of-type(47) {
  -webkit-animation-delay: 1.41s;
          animation-delay: 1.41s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(48),
.txt-wrap.is-show-animation .cls-1:nth-of-type(48) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(49),
.txt-wrap.is-show-animation .cls-1:nth-of-type(49) {
  -webkit-animation-delay: 1.47s;
          animation-delay: 1.47s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(50),
.txt-wrap.is-show-animation .cls-1:nth-of-type(50) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(51),
.txt-wrap.is-show-animation .cls-1:nth-of-type(51) {
  -webkit-animation-delay: 1.53s;
          animation-delay: 1.53s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(52),
.txt-wrap.is-show-animation .cls-1:nth-of-type(52) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(53),
.txt-wrap.is-show-animation .cls-1:nth-of-type(53) {
  -webkit-animation-delay: 1.59s;
          animation-delay: 1.59s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(54),
.txt-wrap.is-show-animation .cls-1:nth-of-type(54) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(55),
.txt-wrap.is-show-animation .cls-1:nth-of-type(55) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(56),
.txt-wrap.is-show-animation .cls-1:nth-of-type(56) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(57),
.txt-wrap.is-show-animation .cls-1:nth-of-type(57) {
  -webkit-animation-delay: 1.71s;
          animation-delay: 1.71s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(58),
.txt-wrap.is-show-animation .cls-1:nth-of-type(58) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(59),
.txt-wrap.is-show-animation .cls-1:nth-of-type(59) {
  -webkit-animation-delay: 1.77s;
          animation-delay: 1.77s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(60),
.txt-wrap.is-show-animation .cls-1:nth-of-type(60) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(61),
.txt-wrap.is-show-animation .cls-1:nth-of-type(61) {
  -webkit-animation-delay: 1.83s;
          animation-delay: 1.83s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(62),
.txt-wrap.is-show-animation .cls-1:nth-of-type(62) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(63),
.txt-wrap.is-show-animation .cls-1:nth-of-type(63) {
  -webkit-animation-delay: 1.89s;
          animation-delay: 1.89s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(64),
.txt-wrap.is-show-animation .cls-1:nth-of-type(64) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(65),
.txt-wrap.is-show-animation .cls-1:nth-of-type(65) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(66),
.txt-wrap.is-show-animation .cls-1:nth-of-type(66) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(67),
.txt-wrap.is-show-animation .cls-1:nth-of-type(67) {
  -webkit-animation-delay: 2.01s;
          animation-delay: 2.01s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(68),
.txt-wrap.is-show-animation .cls-1:nth-of-type(68) {
  -webkit-animation-delay: 2.04s;
          animation-delay: 2.04s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(69),
.txt-wrap.is-show-animation .cls-1:nth-of-type(69) {
  -webkit-animation-delay: 2.07s;
          animation-delay: 2.07s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(70),
.txt-wrap.is-show-animation .cls-1:nth-of-type(70) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(71),
.txt-wrap.is-show-animation .cls-1:nth-of-type(71) {
  -webkit-animation-delay: 2.13s;
          animation-delay: 2.13s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(72),
.txt-wrap.is-show-animation .cls-1:nth-of-type(72) {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(73),
.txt-wrap.is-show-animation .cls-1:nth-of-type(73) {
  -webkit-animation-delay: 2.19s;
          animation-delay: 2.19s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(74),
.txt-wrap.is-show-animation .cls-1:nth-of-type(74) {
  -webkit-animation-delay: 2.22s;
          animation-delay: 2.22s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(75),
.txt-wrap.is-show-animation .cls-1:nth-of-type(75) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(76),
.txt-wrap.is-show-animation .cls-1:nth-of-type(76) {
  -webkit-animation-delay: 2.28s;
          animation-delay: 2.28s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(77),
.txt-wrap.is-show-animation .cls-1:nth-of-type(77) {
  -webkit-animation-delay: 2.31s;
          animation-delay: 2.31s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(78),
.txt-wrap.is-show-animation .cls-1:nth-of-type(78) {
  -webkit-animation-delay: 2.34s;
          animation-delay: 2.34s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(79),
.txt-wrap.is-show-animation .cls-1:nth-of-type(79) {
  -webkit-animation-delay: 2.37s;
          animation-delay: 2.37s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(80),
.txt-wrap.is-show-animation .cls-1:nth-of-type(80) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(81),
.txt-wrap.is-show-animation .cls-1:nth-of-type(81) {
  -webkit-animation-delay: 2.43s;
          animation-delay: 2.43s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(82),
.txt-wrap.is-show-animation .cls-1:nth-of-type(82) {
  -webkit-animation-delay: 2.46s;
          animation-delay: 2.46s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(83),
.txt-wrap.is-show-animation .cls-1:nth-of-type(83) {
  -webkit-animation-delay: 2.49s;
          animation-delay: 2.49s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(84),
.txt-wrap.is-show-animation .cls-1:nth-of-type(84) {
  -webkit-animation-delay: 2.52s;
          animation-delay: 2.52s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(85),
.txt-wrap.is-show-animation .cls-1:nth-of-type(85) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(86),
.txt-wrap.is-show-animation .cls-1:nth-of-type(86) {
  -webkit-animation-delay: 2.58s;
          animation-delay: 2.58s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(87),
.txt-wrap.is-show-animation .cls-1:nth-of-type(87) {
  -webkit-animation-delay: 2.61s;
          animation-delay: 2.61s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(88),
.txt-wrap.is-show-animation .cls-1:nth-of-type(88) {
  -webkit-animation-delay: 2.64s;
          animation-delay: 2.64s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(89),
.txt-wrap.is-show-animation .cls-1:nth-of-type(89) {
  -webkit-animation-delay: 2.67s;
          animation-delay: 2.67s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(90),
.txt-wrap.is-show-animation .cls-1:nth-of-type(90) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(91),
.txt-wrap.is-show-animation .cls-1:nth-of-type(91) {
  -webkit-animation-delay: 2.73s;
          animation-delay: 2.73s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(92),
.txt-wrap.is-show-animation .cls-1:nth-of-type(92) {
  -webkit-animation-delay: 2.76s;
          animation-delay: 2.76s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(93),
.txt-wrap.is-show-animation .cls-1:nth-of-type(93) {
  -webkit-animation-delay: 2.79s;
          animation-delay: 2.79s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(94),
.txt-wrap.is-show-animation .cls-1:nth-of-type(94) {
  -webkit-animation-delay: 2.82s;
          animation-delay: 2.82s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(95),
.txt-wrap.is-show-animation .cls-1:nth-of-type(95) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(96),
.txt-wrap.is-show-animation .cls-1:nth-of-type(96) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(97),
.txt-wrap.is-show-animation .cls-1:nth-of-type(97) {
  -webkit-animation-delay: 2.91s;
          animation-delay: 2.91s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(98),
.txt-wrap.is-show-animation .cls-1:nth-of-type(98) {
  -webkit-animation-delay: 2.94s;
          animation-delay: 2.94s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(99),
.txt-wrap.is-show-animation .cls-1:nth-of-type(99) {
  -webkit-animation-delay: 2.97s;
          animation-delay: 2.97s;
}
.txt-wrap.is-show-animation .st0:nth-of-type(100),
.txt-wrap.is-show-animation .cls-1:nth-of-type(100) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.txt-wrap.is-show-animation .st0,
.txt-wrap.is-show-animation .cls-1 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: draw-single-path 0.03s linear forwards;
          animation: draw-single-path 0.03s linear forwards;
}
.txt-wrap.is-show-animation svg {
  -webkit-transition: 0.3s ease 2.2s;
  transition: 0.3s ease 2.2s;
  -webkit-filter: drop-shadow(0 0 3px rgba(119, 113, 113, 0.6));
          filter: drop-shadow(0 0 3px rgba(119, 113, 113, 0.6));
}
@-webkit-keyframes draw-single-path {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-single-path {
  to {
    stroke-dashoffset: 0;
  }
}

#kvSlider {
  height: 46.25rem;
}
@media (max-width: 768px) {
  #kvSlider {
    height: 20.625rem;
  }
}
#kvSlider .swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64.5625rem !important;
  height: auto;
  overflow: hidden;
  position: relative;
  height: 46.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (max-width: 768px) {
  #kvSlider .swiper .swiper-slide {
    width: 20.3125rem !important;
    height: 20.625rem;
    border-radius: 0.625rem;
  }
}
#kvSlider .swiper .swiper-slide .parallax-bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #kvSlider .swiper .swiper-slide .parallax-bg {
    border-radius: 0.625rem;
    overflow: hidden;
  }
}
#kvSlider .swiper .swiper-slide .parallax-bg img,
#kvSlider .swiper .swiper-slide .parallax-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#kvSlider .swiper-slide--01 .txt-wrap {
  width: 45.1875rem;
  bottom: 12.375rem;
  left: calc(50% + 0.5625rem);
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--01 .txt-wrap {
    width: 18.4375rem;
    bottom: 5.0625rem;
    left: 50%;
  }
}
#kvSlider .swiper-slide--01 .txt-wrap .st0, #kvSlider .swiper-slide--01 .txt-wrap .cls-1 {
  stroke: #eaf6f4 !important;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--01 .kv_item_mark .mark:after {
    content: "1";
  }
}
#kvSlider .swiper-slide--02 .txt-wrap {
  width: 43.75rem;
  bottom: 13.8125rem;
  left: calc(50% + 0.625rem);
  -webkit-mask-image: url("../img/kv-qs02.svg");
          mask-image: url("../img/kv-qs02.svg");
  -webkit-mask-size: 30.9375rem 9.625rem;
          mask-size: 30.9375rem 9.625rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--02 .txt-wrap {
    -webkit-mask-size: 12.5625rem auto;
            mask-size: 12.5625rem auto;
    width: 17.5625rem;
    bottom: 5.4375rem;
    left: calc(50% - 0.0625rem);
  }
}
#kvSlider .swiper-slide--02 .txt-wrap .svg-mark {
  margin: -2.125rem 0 0 1.6875rem;
  width: 43.3125rem;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--02 .txt-wrap .svg-mark {
    width: 18rem;
    margin: -0.875rem 0 0 0.375rem;
  }
}
#kvSlider .swiper-slide--02 .txt-wrap.is-show-animation .st0 {
  stroke-width: 0.9375rem !important;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--02 .txt-wrap.is-show-animation .st0 {
    stroke-width: 0.625rem !important;
  }
}
#kvSlider .swiper-slide--02 .txt-wrap .st0, #kvSlider .swiper-slide--02 .txt-wrap .cls-1 {
  stroke: #d5f1fd !important;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--02 .kv_item_mark .mark:after {
    content: "2";
  }
}
#kvSlider .swiper-slide--02.swiper-slide-active .c-shadow {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 2.2s;
  transition: opacity 0.3s ease 2.2s;
}
#kvSlider .swiper-slide--02 .c-shadow {
  position: absolute;
  bottom: 14.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0.625rem;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--02 .c-shadow {
    bottom: 5.875rem;
    width: 12.5625rem;
    margin-left: -0.0625rem;
  }
}
#kvSlider .swiper-slide--02 .c-shadow img {
  width: 30.9375rem;
  -webkit-filter: drop-shadow(0 0 3px rgba(119, 113, 113, 0.6));
          filter: drop-shadow(0 0 3px rgba(119, 113, 113, 0.6));
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--02 .c-shadow img {
    width: 100%;
  }
}
#kvSlider .swiper-slide--03 .txt-wrap {
  width: 45.3125rem;
  bottom: 12.25rem;
  left: calc(50% + 0.375rem);
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--03 .txt-wrap {
    width: 18.0625rem;
    bottom: 4.8125rem;
    left: calc(50% - 0.125rem);
  }
}
#kvSlider .swiper-slide--03 .txt-wrap .st0, #kvSlider .swiper-slide--03 .txt-wrap .cls-1 {
  stroke: #eaf6f5 !important;
}
#kvSlider .swiper-slide--03 .txt-wrap svg {
  -webkit-transition: 0.3s ease 1.5s !important;
  transition: 0.3s ease 1.5s !important;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--03 .kv_item_mark .mark:after {
    content: "3";
  }
}
#kvSlider .swiper-slide--04 .txt-wrap {
  width: 45.25rem;
  bottom: 10.4375rem;
  left: calc(50% + 0.5rem);
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--04 .txt-wrap {
    width: 18.25rem;
    bottom: 5.4375rem;
    left: calc(50% + 0.0625rem);
  }
}
#kvSlider .swiper-slide--04 .txt-wrap .st0, #kvSlider .swiper-slide--04 .txt-wrap .cls-1 {
  stroke: #edf7f5 !important;
}
#kvSlider .swiper-slide--04 .txt-wrap svg {
  -webkit-transition: 0.3s ease 2.6s !important;
  transition: 0.3s ease 2.6s !important;
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--04 .kv_item_mark .mark:after {
    content: "4";
  }
}
#kvSlider .swiper-slide--05 .txt-wrap {
  width: 43.25rem;
  bottom: 11.125rem;
  left: calc(50% + 0.625rem);
}
@media (max-width: 768px) {
  #kvSlider .swiper-slide--05 .txt-wrap {
    width: 17.5rem;
    bottom: 4.6875rem;
    left: 50%;
  }
}
#kvSlider .swiper-slide--05 .txt-wrap .st0, #kvSlider .swiper-slide--05 .txt-wrap .cls-1 {
  stroke: #e0efeb !important;
}
@media (max-width: 768px) {
  #kvSlider .kv_item_mark .mark:after {
    content: "5";
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.geological {
  margin-top: 8.375rem;
}
@media (max-width: 768px) {
  .geological {
    margin-top: 3.125rem;
  }
}
.geological_title {
  text-align: center;
}
.geological_title img {
  margin: 0 auto;
  height: 3rem;
  width: auto;
}
@media (max-width: 768px) {
  .geological_title img {
    height: 4.125rem;
  }
}
.geological_description {
  margin-top: 3.6875rem;
  padding: 1.4375rem 0.625rem;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .geological_description {
    margin-top: 3.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0;
  }
}
.geological_description .title {
  padding-right: 1.3125rem;
  font-size: 1.375rem;
  color: #004098;
  font-weight: 600;
  border-right: 1px solid #EBEBEB;
}
@media (min-width: 769px) {
  .geological_description .title {
    height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .geological_description .title {
    margin-bottom: 0.5625rem;
    padding-right: 0;
    font-size: 1.375rem;
    border-right: none;
  }
}
.geological_description .text {
  padding-left: 1.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .geological_description .text {
    padding-left: 0;
    font-size: 0.9375rem;
  }
}
.geological_img {
  margin-top: 3.75rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (min-width: 769px) {
  .geological_img {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
    height: 18.875rem;
  }
  .geological_img .img-main {
    margin-left: 0.75rem;
    width: 64.5rem;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .geological_img {
    margin-top: 2.4375rem;
    padding-top: 1.75rem;
    height: 31.9375rem;
  }
  .geological_img img {
    margin-left: 0.125rem;
    width: 20.0625rem;
  }
}
.geological_img .gif {
  position: absolute;
  top: 5.9375rem;
  left: 0;
  width: 10.5625rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .geological_img .gif {
    width: 8.375rem;
    top: 5rem;
  }
}
.geological_img .ani1 {
  position: absolute;
  top: -1.0625rem;
  left: -2.8125rem;
  z-index: 3;
  width: 99%;
  height: 100%;
}
.geological_img .ani1-sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.geological_img.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.geological_btn {
  margin-top: 5.5625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .geological_btn {
    margin-top: 2.0625rem;
  }
}
.geological_btn a {
  margin-left: 1.1875rem;
}
@media (max-width: 768px) {
  .geological_btn a {
    margin-left: 0;
  }
  .geological_btn a .arrow {
    left: 0.1875rem;
  }
  .geological_btn a .text:after {
    bottom: 0.0625rem;
  }
}

.cm {
  margin-top: 8.5625rem;
}
@media (max-width: 768px) {
  .cm {
    margin-top: 3.6875rem;
  }
}
.cm_inner {
  max-width: 87.5rem;
  border-radius: 0.625rem;
  margin: 0 auto;
  padding: 7.375rem 1.875rem 10rem;
  background: url("../img/cm_bgd.jpg") no-repeat center center/100% 100%;
}
@media (max-width: 768px) {
  .cm_inner {
    padding: 3.625rem 1.25rem 6.5625rem;
    border-radius: 0;
    background: url("../img/cm_bgd_sp.jpg") no-repeat center center/100% 100%;
  }
  .cm_inner .wrapper {
    padding: 0;
  }
}
.cm_title {
  text-align: center;
}
.cm_title img {
  margin: 0 auto;
  width: 22.8125rem;
}
@media (max-width: 768px) {
  .cm_title img {
    width: 100%;
  }
}
.cm_desc {
  margin-top: 1.4375rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cm_desc {
    margin-top: 1.5rem;
    font-size: 1rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.cm_list-youtube {
  margin-top: 3.125rem;
  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: 2.5rem;
}
@media (max-width: 768px) {
  .cm_list-youtube {
    margin-top: 1.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.75rem;
  }
}
.cm_list-youtube .video-block {
  width: 30rem;
  height: 16.875rem;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cm_list-youtube .video-block {
    width: 20.3125rem;
    height: 11.4375rem;
  }
}
.cm_list-youtube .video-block iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cm_list-youtube .video-block.is-video-playing iframe {
  z-index: 3;
}
.cm_list-youtube li {
  position: relative;
}
@media (max-width: 768px) {
  .cm_list-youtube li + li {
    margin-top: 2rem;
  }
}
.cm_list-youtube .video-poster {
  cursor: pointer;
}
.cm_list-youtube .video-note {
  position: absolute;
  bottom: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.84375rem;
  background-color: #fff;
  color: #004098;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 3.125rem;
  line-height: 1;
  width: 15rem;
  text-align: center;
  z-index: 4;
}
@media (max-width: 768px) {
  .cm_list-youtube .video-note {
    padding: 0.5rem 1.25rem 0.4375rem;
    font-size: 1rem;
    width: 11.25rem;
    min-width: 11.625rem;
    bottom: -2.875rem;
  }
  .cm_list-youtube .video-note .title {
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

sup {
  font-size: 60%;
}

.question {
  margin-top: 8.625rem;
}
@media (max-width: 768px) {
  .question {
    margin-top: 3.625rem;
  }
  .question .wrapper {
    padding: 0;
  }
}
.question_title {
  text-align: center;
}
.question_title img {
  margin: 0 auto;
  height: 6.5625rem;
  width: auto;
}
@media (max-width: 768px) {
  .question_title img {
    height: auto;
    width: 100%;
  }
}
.question_desc {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .question_desc {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
}
.question_desc span {
  display: inline-block;
  position: relative;
}
.question_desc span::before {
  content: "ひもと";
  position: absolute;
  top: -0.125rem;
  left: 0.6em;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .question_desc span::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -0.25rem;
    left: 0.125rem;
  }
}
.question_list {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .question_list {
    margin-top: 2rem;
    padding: 0 0.625rem;
  }
}
.question_item {
  border: 1px solid #004098;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .question_item .btn-blue .arrow {
    top: 0.0625rem;
    left: 0.125rem;
  }
}
.question_item + .question_item {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .question_item + .question_item {
    margin-top: 1.875rem;
  }
}
.question_item_head {
  padding: 1.25rem 7.5rem 1.25rem 3.0625rem;
  width: 100%;
  height: 5.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .question_item_head {
    padding: 1.4375rem 2.8125rem 1.0625rem 1.25rem;
    display: block;
    height: auto;
    min-height: 5.6875rem;
  }
}
.question_item_left {
  width: 4.5625rem;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  color: #004098;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .question_item_left {
    width: 3.5rem;
    font-size: 1.25rem;
    text-align: left;
  }
}
.question_item_left:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(27deg);
          transform: translateY(-50%) rotate(27deg);
  width: 1px;
  height: 3.6875rem;
  background-color: #004098;
}
@media (max-width: 768px) {
  .question_item_left:after {
    height: 83%;
    -webkit-transform: translateY(-50%) rotate(14deg);
            transform: translateY(-50%) rotate(14deg);
  }
}
.question_item .head-txt {
  width: calc(100% - 4.375rem);
  text-align: center;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  color: #004098;
}
@media (max-width: 768px) {
  .question_item .head-txt {
    margin-top: 0.3125rem;
    width: 100%;
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.4;
  }
}
.question_item_body {
  padding: 3.3125rem 3.125rem 4.6875rem;
  border-top: 1px solid #004098;
}
@media (max-width: 768px) {
  .question_item_body {
    padding: 2rem 0.9375rem 2.5rem;
  }
}
@media (min-width: 769px) {
  .question_item_body .question_item_left {
    padding-top: 1.375rem;
  }
  .question_item_body .question_item_left:after {
    top: auto;
    bottom: -2.8125rem;
  }
}
@media (max-width: 768px) {
  .question_item_body .question_item_left {
    padding-left: 0.25rem;
    width: 3.8125rem;
  }
}
.question_item_body ul {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .question_item_body ul {
    margin-top: 1.875rem;
  }
}
.question_item_body ul li {
  padding-top: 3.75rem;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 768px) {
  .question_item_body ul li {
    padding-top: 2.5rem;
  }
}
.question_item_body ul li + li {
  margin-top: 3.75rem;
}
.question_item_body ul .block + .block {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .question_item_body ul .block + .block {
    margin-top: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .question_item_body ul .block .thumb img {
    width: 100%;
    height: auto;
  }
  .question_item_body ul .block .thumb img.thumb-logo {
    width: 17.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .question_item_body ul .block .thumb + p {
    margin-top: 1.25rem;
  }
}
.question_item_body ul .block p {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .question_item_body ul .block p {
    margin-top: 1.125rem;
    font-size: 0.9375rem;
  }
}
.question_item_body ul .block p.mt-0 {
  margin-top: 0;
  margin-bottom: -0.625rem;
}
.question_item_body ul .block p + .thumb {
  margin-top: 3.75rem;
}
.question_item_body ul .block p span {
  font-weight: bold;
}
.question_item_body ul .block--yellow {
  background-color: #FAF7F3;
  padding: 2.375rem 2.5rem 1.9375rem;
  border-radius: 0.375rem;
}
@media (max-width: 768px) {
  .question_item_body ul .block--yellow {
    padding: 1.625rem 1.25rem 1.5rem;
  }
}
.question_item_body ul .block--yellow .txt {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .question_item_body ul .block--yellow .txt {
    margin-top: 0.3125rem;
  }
}
.question_item_body ul .block--yellow .note {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .question_item_body ul .block--yellow .note {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
.question_item_body ul .block--yellow .thumb {
  margin-top: 1.6875rem;
  margin-bottom: 2rem;
}
.question_item_body ul .block_ttl {
  margin-top: -0.625rem;
  margin-bottom: 3.125rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .question_item_body ul .block_ttl {
    margin-top: -0.3125rem;
    margin-bottom: 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.question_item_body ul .block_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #004098;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .question_item_body ul .block_ttl:before {
    left: -0.0625rem;
    top: 0.375rem;
  }
}
.question_item_body ul .block_ttl a {
  padding-bottom: 0.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1;
  text-decoration: underline;
  color: #004098;
}
@media (min-width: 769px) and (hover: hover) {
  .question_item_body ul .block_ttl a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.question_item_body ul .block a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) {
  .question_item_body ul .block a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.question_item_body .thumb-double {
  margin-top: 3.25rem;
  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;
}
@media (max-width: 768px) {
  .question_item_body .thumb-double {
    margin-top: 2rem;
    margin-bottom: -1.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}
.question_item_body .thumb-double .thumb {
  width: 48.9%;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .question_item_body .thumb-double .thumb {
    width: 100%;
  }
}
.question_item_body .thumb-double .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.question_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .question_item_text {
    display: block;
  }
}
.question_item_text p {
  width: calc(100% - 4.375rem);
  padding-left: 2.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #004098;
  text-align: justify;
}
@media (max-width: 768px) {
  .question_item_text p {
    margin-top: 0.8125rem;
    padding-left: 0;
    width: 100%;
    font-size: 1rem;
  }
}
.question_item_text p small {
  margin-top: 0.9375rem;
  display: block;
  color: #333;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .question_item_text p small {
    margin-top: 0.4375rem;
  }
}
.question_item_btn {
  margin-top: 5.3125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .question_item_btn {
    margin-top: 2.375rem;
  }
}
.question_item_link {
  margin-top: 4.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .question_item_link {
    margin-top: 2.0625rem;
    margin-bottom: -0.125rem;
    padding-left: 0;
  }
}
.question_item_link a {
  margin: 0 auto;
  display: inline-block;
}
@media (min-width: 769px) {
  .question_item_link a {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .question_item_link a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.question_item_link a span {
  padding-bottom: 0rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #004098;
  border-bottom: 1px solid #004098;
}
@media (max-width: 768px) {
  .question_item_link a span {
    padding-bottom: 0rem;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: center;
  }
}
.question_item--01 .acc-head {
  background-color: #FDFAF6;
}
@media (min-width: 769px) {
  .question_item--01 .block:nth-child(1) .thumb {
    width: 100%;
    height: 40.625rem;
    overflow: hidden;
    margin-left: 1.25rem;
  }
}
@media (min-width: 769px) {
  .question_item--01 .block:nth-child(2) {
    margin-top: 3.1875rem !important;
  }
  .question_item--01 .block:nth-child(2) p {
    margin-top: 3.0625rem !important;
  }
}
@media (max-width: 768px) {
  .question_item--01 .block:nth-child(2) p {
    margin-top: 2rem !important;
  }
}
@media (min-width: 769px) {
  .question_item--01 .block:nth-child(2) .thumb {
    width: 100%;
    height: 13.5625rem;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .question_item--01 .block:nth-child(3) {
    margin-top: 1.9375rem !important;
  }
}
@media (max-width: 768px) {
  .question_item--01 .block:nth-child(3) {
    margin-top: 2rem !important;
    padding: 0 0.1875rem;
  }
}
@media (min-width: 769px) {
  .question_item--01 .block:nth-child(3) .thumb {
    width: 100%;
    height: 24rem;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .question_item--01 .block:nth-child(3) .lottie-container {
    padding-top: 0.8125rem;
  }
}
@media (min-width: 769px) {
  .question_item--01 .question_item_btn {
    margin-top: 3.125rem;
  }
}
@media (max-width: 768px) {
  .question_item--01 .question_item_btn {
    margin-top: 2.4375rem;
  }
}
.question_item--01 .txt-note1 {
  margin-top: 0.875rem !important;
  padding: 0 0.9375rem;
}
@media (max-width: 768px) {
  .question_item--01 .txt-note1 {
    margin-top: 0.4375rem !important;
    padding: 0 0.5rem;
  }
}
.question_item--01 .txt-note1 img {
  width: 33rem;
}
@media (max-width: 768px) {
  .question_item--01 .txt-note1 img {
    width: 100%;
  }
}
.question_item--02 .acc-head {
  background-color: #FAF7F3;
}
@media (min-width: 769px) {
  .question_item--02 ul {
    margin-top: 3.375rem;
  }
  .question_item--02 ul li:nth-child(1) {
    padding-top: 3.25rem;
  }
}
@media (max-width: 768px) {
  .question_item--02 ul {
    margin-top: 2.125rem;
  }
  .question_item--02 ul li:nth-child(1) {
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .question_item--02 .block:nth-child(1) p {
    margin-top: 3.375rem;
  }
}
@media (min-width: 769px) {
  .question_item--02 .question_item_slider {
    margin-top: 3.75rem;
    margin-bottom: 4rem;
  }
  .question_item--02 .question_item_slider .swiper-container {
    padding: 0;
  }
  .question_item--02 .question_item_slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.125rem;
  }
  .question_item--02 .question_item_slider .swiper-wrapper .swiper-slide {
    width: 10.3125rem;
  }
  .question_item--02 .question_item_slider .swiper-wrapper .swiper-slide img {
    border-radius: 0.375rem;
    overflow: hidden;
    width: 100%;
  }
  .question_item--02 .question_item_slider .swiper-wrapper .swiper-slide p {
    margin-top: 0.9375rem;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .question_item--02 .swiper-button-prev, .question_item--02 .swiper-button-next {
    display: none;
  }
}
.question_item--03 .acc-head {
  background-color: #F7F4F1;
}
@media (min-width: 769px) {
  .question_item--03 .question_item_body ul {
    margin-top: 3.375rem;
  }
}
@media (max-width: 768px) {
  .question_item--03 .question_item_body ul li:nth-child(1) {
    padding-top: 2.4375rem;
  }
  .question_item--03 .question_item_body ul li:nth-child(1) .block:nth-child(1) p {
    margin-top: 1.8125rem;
  }
}
@media (min-width: 769px) {
  .question_item--03 .question_item_body ul li:nth-child(2) .thumb img {
    margin: 0 auto;
    width: 53.0625rem;
  }
}
@media (min-width: 769px) {
  .question_item--03 .block:nth-child(1) p {
    margin-top: 3.3125rem;
  }
}
@media (min-width: 769px) {
  .question_item--03 .question_item_btn {
    margin-top: 3.9375rem;
  }
}
.question_item--04 .acc-head {
  background-color: #F5F2EF;
}
.question_item--04 .thumb-anim {
  position: relative;
}
.question_item--04 .thumb-anim .lottie-container {
  position: absolute;
  top: 2.6875rem;
  width: 13.125rem;
  height: 11.875rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.question_item--04 .thumb-anim .lottie-container:nth-of-type(1) {
  left: 0;
}
.question_item--04 .thumb-anim .lottie-container:nth-of-type(2) {
  left: 14.3125rem;
}
.question_item--04 .thumb-anim .lottie-container:nth-of-type(3) {
  left: 28.6875rem;
}
.question_item--04 .thumb-anim .lottie-container:nth-of-type(4) {
  left: 43rem;
}
.question_item--04 .thumb-anim.--anim2 {
  width: 41.875rem;
  margin: 4.1875rem auto 0;
}
.question_item--04 .thumb-anim.--anim2 .ani13 {
  top: 2.125rem;
}
@media (min-width: 769px) {
  .question_item--04 .block:nth-child(1) .block_ttl {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 769px) {
  .question_item--04 .question_item_body ul {
    margin-top: 3.3125rem;
  }
  .question_item--04 .question_item_body ul li:nth-child(1) .block + .block {
    margin-top: 3.875rem;
  }
}
@media (max-width: 768px) {
  .question_item--04 .question_item_body ul li .block:nth-child(2) {
    margin-top: 1.9375rem;
    padding-bottom: 2rem;
  }
  .question_item--04 .question_item_body ul li:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.question_item--04 .question_item_text p sup {
  left: -0.625rem;
}
@media (min-width: 769px) {
  .question_item--04 .question_item_btn {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .question_item--04 .question_item_btn {
    margin-top: 1.875rem;
  }
}
@media (min-width: 769px) {
  .question_item--04 .question_item_btn .btn-blue .text {
    text-indent: 0;
  }
}
.question_item--04 .question_item_btn .btn-blue .text:after {
  left: 0;
}
@media (min-width: 769px) {
  .question_item--04 .question_item_btn .btn-blue .text:after {
    width: 97%;
    left: 3%;
  }
}
@media (max-width: 768px) {
  .question_item--04 .question_item_btn .btn-blue .text:after {
    left: 0.1875rem;
  }
}
.question_item--05 .acc-head {
  background-color: #F2EFEC;
}
.question_item--05 .thumb-anim {
  margin-top: 3.5rem;
  padding-left: 0.1875rem;
  padding-right: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 769px) {
  .question_item--05 .thumb-anim {
    height: 13.8125rem;
  }
}
@media (max-width: 768px) {
  .question_item--05 .thumb-anim {
    margin-top: 2.25rem;
    margin-bottom: 3.625rem;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
@media (min-width: 769px) {
  .question_item--05 .thumb-anim .thumb:nth-child(1) {
    margin-top: 0 !important;
    width: 25rem;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .question_item--05 .thumb-anim .thumb:nth-child(1) {
    margin: 0 -0.3125rem 0 -0.6875rem;
  }
}
@media (min-width: 769px) {
  .question_item--05 .thumb-anim .thumb:nth-child(2) {
    margin-top: 2.1875rem;
    margin-right: -0.5625rem;
    width: calc(100% - 24.6875rem);
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .question_item--05 .thumb-anim .thumb:nth-child(2) {
    margin-top: 3.6875rem;
  }
}
@media (min-width: 769px) {
  .question_item--05 .question_item_body {
    padding-bottom: 4.6875rem;
  }
  .question_item--05 .question_item_body ul {
    margin-top: 3.3125rem;
  }
  .question_item--05 .question_item_body ul li:first-child {
    padding-top: 3.3125rem;
  }
  .question_item--05 .question_item_body ul li:first-child .thumb:nth-of-type(1) {
    margin-top: 3.6875rem;
  }
  .question_item--05 .question_item_body ul li:first-child .block + .block {
    padding-top: 2.5rem;
  }
  .question_item--05 .question_item_body ul .block--yellow .thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .question_item--05 .question_item_body ul .block--yellow .thumb {
    margin-top: 1.4375rem;
  }
}
@media (min-width: 769px) {
  .question_item--05 .question_item_body ul .block--yellow .txt {
    margin-top: 1.75rem;
  }
  .question_item--05 .question_item_btn {
    margin-left: -0.125rem;
  }
}
@media (max-width: 768px) {
  .question_item--05 .question_item_body ul li:nth-child(1) {
    padding-top: 2rem;
  }
  .question_item--05 .question_item_body ul li:nth-child(1) .block p + .thumb {
    margin-top: 2.6875rem;
  }
  .question_item--05 .question_item_body ul li:nth-child(1) .block p + .thumb:nth-of-type(2) {
    margin-top: 1.375rem;
  }
  .question_item--05 .question_item_body ul li:nth-child(1) .block p + .thumb + p {
    margin-top: 2rem;
  }
  .question_item--05 .question_item_body ul li:nth-child(1) .block p + .thumb + .thumb {
    margin-top: 2.5rem;
  }
  .question_item--05 .question_item_body ul li:nth-child(1) .block + .block {
    margin-top: -0.9375rem;
    padding-bottom: 1.3125rem;
  }
  .question_item--05 .question_item_body ul .block--yellow .thumb {
    margin-top: 1.375rem;
    margin-bottom: 0;
  }
  .question_item--05 .question_item_body ul .block--yellow .txt {
    margin-top: 1.375rem;
  }
}
@media (max-width: 768px) {
  .question_item--05 .question_item_btn {
    margin-top: 2.25rem;
  }
}
@media (max-width: 768px) {
  .question_item--05 .question_item_btn .btn-blue .text {
    text-indent: 0 !important;
  }
}
.question_item--05 .question_item_btn .btn-blue .text:after {
  left: -1.0625rem;
  width: calc(100% + 1.0625rem);
}
@media (max-width: 768px) {
  .question_item--05 .question_item_btn .btn-blue .text:after {
    left: 0;
    width: 100%;
  }
}
.question_item--05 .thumb-anim-note {
  margin: 0.25rem 1.125rem 3.6875rem !important;
}
@media (max-width: 768px) {
  .question_item--05 .thumb-anim-note {
    margin: 0 0 0 0.625rem !important;
    position: absolute;
    bottom: 9.625rem;
    left: 0;
  }
}
.question_item--05 .thumb-anim-note img {
  width: 18.875rem;
}

.title-light {
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .title-light {
    padding-left: 1.25rem;
    text-indent: -1.25rem;
    line-height: 1.4;
  }
}
.title-light:before {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.75rem;
  background: url("../common/img/icon_light.svg") no-repeat center center/1.3125rem auto;
  margin-right: 0.5625rem;
  vertical-align: middle;
  position: relative;
  top: -0.125rem;
}
@media (max-width: 768px) {
  .title-light:before {
    width: 0.9375rem;
    height: 1.25rem;
    margin-right: 0.4375rem;
    background-size: 0.9375rem auto;
    top: -0.0625rem;
    left: -0.0625rem;
  }
}

.acc-head {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .acc-head {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .acc-head:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .acc-head {
    background-size: 1.625rem auto;
  }
}
.acc-head:before {
  content: "";
  width: 2.375rem;
  height: 2.375rem;
  background: url("../common/img/icon_plus.png") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 2.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .acc-head:before {
    top: 38%;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 100%;
    overflow: hidden;
    right: 0.875rem;
    -webkit-transform: none;
            transform: none;
    background-color: #004098;
    background-size: 1.5625rem 1.5625rem;
  }
}
.acc-head:after {
  content: "";
  width: 2.375rem;
  height: 2.375rem;
  background: url("../common/img/icon_minus.png") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 2.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .acc-head:after {
    top: 38%;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
    right: 0.875rem;
    background-color: #004098;
    background-size: 1.5625rem 1.5625rem;
  }
}
.acc-head.active {
  border-radius: 0.625rem 0.625rem 0 0;
}
.acc-head.active:after {
  z-index: 1;
}

@media (max-width: 768px) {
  .question_item--04 .question_item_slider {
    margin: 1.6875rem -0.9375rem -0.75rem;
  }
  .question_item--04 .swiper-button-prev:after,
  .question_item--04 .swiper-container-rtl .swiper-button-next:after {
    background-image: none;
  }
  .question_item--04 .swiper-button-next:after,
  .question_item--04 .swiper-container-rtl .swiper-button-prev:after {
    background-image: none;
  }
  .question_item--04 .swiper-container {
    margin: -1.4375rem auto 0;
    padding: 0;
    width: 22.0625rem !important;
    height: auto;
    position: relative;
  }
  .question_item--04 .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2.75rem 1.5rem 0;
    width: 100% !important;
    height: auto;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .question_item--04 .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.75rem;
    background: url("../img/question04_slide_01_ttl_sp.png") no-repeat center center;
    background-size: auto 100%;
    z-index: 1;
  }
  .question_item--04 .swiper-slide--01:before {
    background-image: url("../img/question04_slide_01_ttl_sp.png");
  }
  .question_item--04 .swiper-slide--02:before {
    background-image: url("../img/question04_slide_02_ttl_sp.png");
  }
  .question_item--04 .swiper-slide--03:before {
    background-image: url("../img/question04_slide_03_ttl_sp.png");
  }
  .question_item--04 .swiper-slide--04:before {
    background-image: url("../img/question04_slide_04_ttl_sp.png");
  }
  .question_item--04 .swiper-slide--05:before {
    background-image: url("../img/question04_slide_05_ttl_sp.png");
  }
  .question_item--04 .swiper-slide--06:before {
    background-image: url("../img/question04_slide_06_ttl_sp.png");
  }
  .question_item--04 .swiper-slide--07:before {
    background-image: url("../img/question04_slide_07_ttl_sp.png");
  }
  .question_item--04 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .question_item--04 .swiper-button-prev,
  .question_item--04 .swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    background-color: #004098;
    border-radius: 100%;
    top: 11.875rem;
  }
  .question_item--04 .swiper-button-next {
    right: 0.5rem;
    background: url("../common/img/arrow_blue_right.png") no-repeat center center/100% auto;
  }
  .question_item--04 .swiper-button-prev {
    left: 0.5rem;
    background: url("../common/img/arrow_blue_left.png") no-repeat center center/100% auto;
  }
  .question_item--04 .swiper-pagination {
    margin-top: 0.375rem;
  }
  .question_item--04 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.3125rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #004098;
    background-color: #fff;
    opacity: 1;
  }
  .question_item--04 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #004098;
  }
  .question_item--04 .swiper-slide_desc {
    margin-top: 1.0625rem !important;
    font-size: 0.9375rem !important;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .question_item--02 .question_item_slider {
    margin-bottom: 2.4375rem;
  }
  .question_item--02 .swiper-button-prev:after,
  .question_item--02 .swiper-container-rtl .swiper-button-next:after {
    background-image: none;
  }
  .question_item--02 .swiper-button-next:after,
  .question_item--02 .swiper-container-rtl .swiper-button-prev:after {
    background-image: none;
  }
  .question_item--02 .swiper-container {
    margin: 2.625rem auto 0;
    padding: 0;
    padding-bottom: 0.9375rem;
    width: 18.125rem !important;
    height: auto;
    position: relative;
  }
  .question_item--02 .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 0.9375rem;
    width: 100% !important;
    height: auto;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .question_item--02 .swiper-slide img {
    margin: 0 auto;
    width: 10.3125rem;
    height: auto;
  }
  .question_item--02 .swiper-button-prev,
  .question_item--02 .swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    background-color: #004098;
    border-radius: 100%;
    top: 7.9375rem;
  }
  .question_item--02 .swiper-button-next {
    right: 0;
    background: url("../common/img/arrow_blue_right.png") no-repeat center center/100% auto;
  }
  .question_item--02 .swiper-button-prev {
    left: 0;
    background: url("../common/img/arrow_blue_left.png") no-repeat center center/100% auto;
  }
  .question_item--02 .swiper-pagination {
    position: absolute !important;
    bottom: -0.4375rem;
  }
  .question_item--02 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.3125rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #004098;
    background-color: #fff;
    opacity: 1;
  }
  .question_item--02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #004098;
  }
  .question_item--02 .swiper-slide_desc {
    margin-top: 0.875rem !important;
    font-size: 0.9375rem !important;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.fadeInUptxt {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fadeInUptxt.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#ani2 {
  width: 56.25rem;
}

@media (max-width: 768px) {
  #ani2-sp {
    margin-left: 0.125rem;
    width: 19.875rem;
  }
}

@media (max-width: 768px) {
  #ani4-sp {
    margin-left: 0.125rem;
    width: 19.5625rem;
  }
}

@media (min-width: 769px) {
  #ani5 {
    height: 45.0625rem;
  }
}

@media (min-width: 769px) {
  #ani8 {
    height: 17.5rem;
  }
}

#ani8-sp {
  margin-left: 0.9375rem;
  width: 15.8125rem;
  height: 44.6875rem;
}

.animation2 .gif-01 {
  position: absolute;
  top: 0.1875rem;
  left: 1.125rem;
  width: 14.125rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .animation2 .gif-01 {
    top: 0;
    left: 2.875rem;
    width: 9.1875rem;
  }
}
@media (max-width: 768px) {
  .animation2 {
    height: 37.3125rem;
    overflow: hidden;
  }
  .animation2 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 768px) {
  .animation3 {
    height: 14.3125rem;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .animation4 {
    height: 23.0625rem;
    overflow: hidden;
  }
  .animation4 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.animation4 .gif-01 {
  position: absolute;
  top: 1.4375rem;
  left: 1.0625rem;
  width: 11.75rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .animation4 .gif-01 {
    top: 0.625rem;
    left: 0.1875rem;
    width: 6.8125rem;
  }
}
.animation4 .gif-02 {
  position: absolute;
  bottom: 1.5rem;
  left: 0.9375rem;
  width: 10.6875rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .animation4 .gif-02 {
    bottom: 6.3125rem;
    left: 0.1875rem;
    width: 6.875rem;
  }
}
.animation4 .gif-03 {
  position: absolute;
  top: 2.9375rem;
  right: 0.8125rem;
  width: 9.6875rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .animation4 .gif-03 {
    top: 1.3125rem;
    right: 0;
    width: 6.25rem;
  }
}
.animation4 .gif-04 {
  position: absolute;
  bottom: 0.75rem;
  right: 0.8125rem;
  width: 11.5625rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .animation4 .gif-04 {
    bottom: 5.625rem;
    right: 0.125rem;
    width: 6.6875rem;
  }
}

@media (max-width: 768px) {
  .animation5 {
    margin-left: 0.125rem;
    margin-bottom: 2.0625rem;
    width: 19.9375rem;
  }
  .animation5 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 768px) {
  .animation8 {
    position: relative;
  }
  .animation8 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}