@charset "utf-8";
/* common.css
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */


/* override
++++++++++++++++++++++++++++++++++++++++ */
.l-heading.m-ttl-page { letter-spacing: 0.05em; }
.l-heading.m-ttl-page > h1 { line-height: 1.5; }
section + section {}
@media (max-width: 767.98px) {
  section + section { margin-top: 72px; }
}
@media (min-width: 768px) {
  section + section { margin-top: 96px; }
}

/* heading
++++++++++++++++++++++++++++++++++++++++ */
.ck365-ttl_lv2 { letter-spacing: 0.05em; line-height: 1.5; }
.ck365-ttl_lv2 span { display: block; }
.ck365-ttl_lv3 { letter-spacing: 0.025em; }
.ck365-text { letter-spacing: 0.025em; margin: 0; }
@media (max-width: 767.98px) {
  .ck365-ttl_lv2 { font-size: 2.8rem; padding-bottom: 20px; }
  .ck365-ttl_lv2 span { font-size: 2rem; }
  .ck365-ttl_lv3 { font-size: 2rem; line-height: 1.5; margin: 16px auto; text-align: left; }
  .ck365-text { line-height: 1.5; }
}
@media (min-width: 768px) {
  .ck365-ttl_lv2 {  padding-bottom: 26px; }
  .ck365-ttl_lv2 span { font-size: 2.4rem; }
  .ck365-ttl_lv3 { font-size: 2.4rem; line-height: 1.75; }
  .ck365-text { line-height: 1.75; }
  .ck365-text.-normal { font-size: 1.6rem; }
}

@media only screen and (max-width: 767.98px) {
  .swiper-wrapper {
    padding-bottom: 40px;
  }
  .swiper {
    margin: 0;
  }
  .swiper-pagination-bullet-active {
    background-color: #0a1f33;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
}

/* slider ++++++++++++++++++++ */
.m-stockholder-slider {}
.m-slick-custom-utils__control {
  display: none;
}
.m-stockholder-slider .slick-arrow {
  display: none !important;
}
.m-stockholder-slider__sub__item::before,
.m-stockholder-slider__sub__item::after {
  content: none !important;
}
.m-stockholder-slider__sub {
  display: flex;
  margin: 0 -12px;
}
.m-stockholder-slider__sub__item {
  border: 0 !important;
  padding: 16px 0;
  box-shadow: 0 0 0 0 ;
  width: 50%;
}
.m-stockholder-slider__sub__item {
  cursor: pointer;
  margin: 0 12px;
  border-radius: 0 !important;
}
.m-stockholder-slider__sub__item.is-current {
  cursor: default;
  color: inherit;
}
.m-stockholder-slider__sub__text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  font-size: 14px;
  font-weight: normal;
}
.m-slick-custom-utils__pager .slick-dots {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-slick-custom-utils__pager .slick-dots > li.slick-active > button {
  background-color: #024f95;
}
.m-slick-custom-utils__pager .slick-dots > li {
  margin: 0 10px;
  line-height: 1;
}
.m-slick-custom-utils__pager .slick-dots > li > button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #ccc;
  text-indent: -9999em;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.m-slick-custom-utils__pager .slick-dots > li > button,
.m-slick-custom-utils__pager .slick-dots > li.slick-active > button {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
}
.m-slick-custom-utils__pager .slick-dots li button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: rgba(10, 31, 51, 0.1);
  content: "";
}
.m-slick-custom-utils__pager .slick-dots li.slick-active button::after {
  background-color: rgba(10, 31, 51, 1);
}
@media (max-width: 767.98px) {
  .m-stockholder-slider {
  }
  .m-stockholder-slider__sub {
    display: none;
  }
  .m-slick-custom-utils {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 26px;
  }
  .m-slick-custom-utils__pager .slick-dots > li {
    margin: 0 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-stockholder-slider {
    overflow: hidden;
    height: 436px;
  }
  .m-slick-custom-utils__pager .slick-dots > li {
    width: 444px;
    margin-top: -165px;
  }
}
.m-stockholder-slider__list__link:nth-child(n+2) {
  display: none;
}
.slick-initialized .m-stockholder-slider__list__link {
  display: block !important;
}


@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}
