.is-style-main-visual-slider {
  margin-bottom: 10px;
}
@media (min-width: 1500px) {
  .is-style-main-visual-slider {
    padding-top: 130px;
  }
}
@media (max-width: 1499px) {
  .is-style-main-visual-slider {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .is-style-main-visual-slider {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .is-style-main-visual-slider figure {
    width: 1200px !important;
  }
}
@media (max-width: 1199px) {
  .is-style-main-visual-slider figure {
    width: 100vw !important;
  }
  .is-style-main-visual-slider figure img {
    object-fit: cover;
    max-width: 100%;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .is-style-main-visual-slider-lt,
  .slider-navigation-lt {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-style-main-visual-slider-sp,
  .slider-navigation-sp {
    display: none !important;
  }
}

.slider-navigation {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
.slider-navigation button {
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slider-navigation button {
    transition: all 0.3s ease 0s;
  }
  .slider-navigation button:hover {
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .slider-navigation .preview-button,
  .slider-navigation .next-button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .slider-navigation .preview-button,
  .slider-navigation .next-button {
    width: 24px;
    height: 24px;
  }
}
.slider-navigation .preview-button:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
  position: relative;
  left: 10px;
}
@media (min-width: 992px) {
  .slider-navigation .preview-button:before {
    width: 10px;
    height: 10px;
    border-left: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
  }
}
@media (max-width: 991px) {
  .slider-navigation .preview-button:before {
    width: 8px;
    height: 8px;
    border-left: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
  }
}
.slider-navigation .next-button:before {
  content: "";
  display: block;
  transform: rotate(-45deg);
  border-radius: 2px;
  position: relative;
  left: 5px;
}
@media (min-width: 992px) {
  .slider-navigation .next-button:before {
    width: 10px;
    height: 10px;
    border-right: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
  }
}
@media (max-width: 991px) {
  .slider-navigation .next-button:before {
    width: 8px;
    height: 8px;
    border-right: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
  }
}
.slider-navigation .dots-navigation {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.slider-navigation .dots-navigation .dot-button {
  display: block;
  background: #ccc;
}
@media (min-width: 992px) {
  .slider-navigation .dots-navigation .dot-button {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
@media (max-width: 991px) {
  .slider-navigation .dots-navigation .dot-button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
}
.slider-navigation .dots-navigation .active {
  background: #999;
}

.is-style-banners2 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.is-style-banners2 figure {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
}
.is-style-banners2 figure figcaption {
  display: none;
}
@media (min-width: 600px) {
  .is-style-banners2 figure {
    width: calc((100% - 24px) / 4) !important;
  }
}
@media (max-width: 599px) {
  .is-style-banners2 figure {
    width: calc((100% - 16px) / 2) !important;
  }
}

.headerv2 .sub {
  display: none;
}
.headerv2 .external {
  position: absolute;
  right: 0px;
  z-index: 20;
}
@media (min-width: 992px) {
  .headerv2 .external {
    top: 0px;
    display: block !important;
  }
}
@media (min-width: 1500px) {
  .headerv2 .external {
    top: 0px;
  }
}
@media (max-width: 991px) {
  .headerv2 .external {
    display: none !important;
  }
}
.headerv2 .external ul {
  display: flex;
  align-items: start;
  justify-content: right;
  gap: 8px;
  width: 485px;
}
.headerv2 .external li {
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
}
.headerv2 .external a {
  display: block;
  background: #0ab559;
  color: #fff;
  padding: 8px 20px;
  white-space: nowrap;
  border: 1px solid #0ab559;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.headerv2 .external a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../assets/img/newwin.svg) no-repeat center/100%;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.headerv2 .external a:hover {
  background: #fff;
  color: #0ab559;
}
.headerv2 .external a:hover:after {
  background: url(../assets/img/newwin2.svg) no-repeat center/100%;
}
.sp-global .sp-main li:nth-of-type(5) {
  display: none;
}
.sp-global .external {
  display: block !important;
  background: #fff;
}
.sp-global .external ul {
  max-width: 600px;
  padding: 0px 50px 10px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sp-global .external li {
  margin-bottom: 15px;
  line-height: 100%;
}
.sp-global .external a {
  display: inline-block;
  background: #0ab559;
  color: #fff;
  padding: 8px 23px 9px;
}
.sp-global .external a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../assets/img/newwin.svg) no-repeat center/contain;
  margin-left: 5px;
}

.expand-navs .no-list {
  padding: 0 !important;
  border-top: none !important;
}

@media (min-width: 782px) {
  .for-member li:nth-of-type(5) div {
    padding-top: 42px;
  }
}
@media (max-width: 781px) {
  .for-member li:nth-of-type(5) div {
    padding-top: 34px;
  }
}

footer nav li {
  padding-left: 35px;
  font-size: 18px !important;
}
footer nav li a:before {
  margin-left: -35px;
}
footer ul.external a:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../assets/img/newwin.svg) no-repeat center/contain;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/*# sourceMappingURL=custom.css.map */
