#home {
  margin: 0;
  background-image: url(/asset/home/img/bg.jpg);
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -100;
}
#home .sec-home-info {
  margin: auto;
}
@media screen and (max-width: 960px) {
  #home .sec-home-info .bg {
    height: 80vw;
  }
}
#home .sec-home-info .bg img {
  max-width: 100%;
}
#home .sec-home-info .home-grid {
  display: grid;
  max-width: 1280px;
  margin: 0 auto 48px;
  padding-inline: 20px;
  grid-template-columns: 31fr 15fr 15fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 7.5% 30px;
}
@media screen and (max-width: 640px) {
  #home .sec-home-info .home-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#home .sec-home-info .home-grid div {
  position: relative;
  background-color: #ffffff;
}
#home .sec-home-info .home-grid div a {
  transition: 0.3s;
}
#home .sec-home-info .home-grid div a:hover {
  opacity: 0.6;
}
#home .sec-home-info .home-grid div a img {
  max-width: 100%;
}
#home .sec-home-info .home-grid div a .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #134489;
}
#home .sec-home-info .home-grid div a .button p {
  color: #ffffff;
  margin-bottom: 0;
  padding: 1vw 1.5vw;
  transform: skewX(0deg);
  font-size: 1.5vw;
}
@media screen and (min-width: 981px) {
  #home .sec-home-info .home-grid div a .button p {
    font-size: 16px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 640px) {
  #home .sec-home-info .home-grid div a .button p {
    font-size: 14px;
  }
}
#home .sec-home-info .home-grid div a .button p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #134489;
  transform: skewX(-22deg);
  transform-origin: top;
}
@media screen and (max-width: 640px) {
  #home .sec-home-info .home-grid div a .button p::before {
    background-color: transparent;
  }
}
#home .sec-home-info .home-grid div a .button p::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(/asset/common/img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transform: skewX(0deg);
}
#home .sec-home-info .home-grid div a .button:not(:first-child) {
  bottom: 0;
  right: 0;
}
#home .sec-home-info .slogan {
  position: relative;
  background-color: #134489;
}
#home .sec-home-info .slogan .ttl-bg {
  max-width: 1440px;
  margin: auto;
  background-image: url(/asset/home/img/slogan_bg.jpg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #home .sec-home-info .slogan .ttl-bg {
    background-image: url(/asset/home/img/slogan_bg_sp.jpg);
    background-size: cover;
  }
}
#home .sec-home-info .slogan .ttl-bg p {
  color: #ffffff;
  font-weight: 200;
  margin: 0 auto;
  padding: 40px 0;
  align-content: center;
  padding-inline: 20px;
  max-width: 1280px;
}
#home .sec-home-info .slogan .ttl-bg p span {
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
#home .sec-home-info .slogan .ttl-bg p span:first-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #home .sec-home-info .slogan .ttl-bg p span {
    font-size: 32px;
  }
}
#home .sec-home-info .Activities {
  background-image: url(/asset/home/img/act_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
}
#home .sec-home-info .Activities .Activities-inner {
  background-color: #ffffff;
  /*max-width: 1280px;*/
  max-width: 640px;
  width: 92%;
  margin: auto;
  padding: 48px 0;
}
#home .sec-home-info .Activities .Activities-inner p {
  text-align: center;
  margin-bottom: 32px;
}

.btn_cnt01 {
  grid-row: 1/3;
}

.btn_cnt02 {
  grid-row: 2/3;
  grid-row: 1/2;
}

.btn_cnt03 {
  grid-row: 3/3;
  grid-row: 1/2;
}

.btn_cnt04 {
  grid-column: 2/3;
  grid-row: 2/2;
}

@media screen and (max-width: 640px) {
  .btn_cnt01, .btn_cnt02, .btn_cnt03, .btn_cnt04 {
    grid-row: auto;
    grid-row: auto;
  }
}
.bg {
  border-top: 4px solid #89a1c4;
}

.test__container {
  margin: 40px 0;
}

.test-slick {
  width: 100%;
  max-width: 1280px;
  margin: 15px auto;
}
@media (max-width: 500px) {
  .test-slick {
    margin: 5% auto;
  }
}

.slick-track {
  padding: 30px 0;
}

.test-slick__item {
  transition: transform 0.5s;
  margin: 0 22px;
}

.test-slick__item img {
  height: auto;
  width: 100%;
  opacity: 0.5;
  transition: all 0.6s ease 0.4s, transform 0.5s;
}

.slick-slide img {
  transform: scale(1);
}

.slick-center img {
  transform: scale(1.2);
  /*margin: 0 30px;*/
}

.slick-center img {
  opacity: 1;
}

.slick-list {
  /*padding: 0 5% !important;*/
}

.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
  max-width: 400px;
  width: 90%;
}

.dots-class li {
  width: 12%;
  height: 6px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}

.dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.dots-class li.slick-active::before {
  background-color: #000066;
  animation: progressbar-anime 4.5s linear forwards;
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-prev, .slick-next {
  width: 32px;
  height: 32px;
  top: 40%;
  z-index: 10;
  transition: 0.3s;
  background-color: #134489 !important;
  background-image: url(/asset/common/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30% !important;
}
.slick-prev:hover, .slick-prev:active, .slick-next:hover, .slick-next:active {
  background-color: #6a87ad !important;
  background-image: url(/asset/common/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}

.slick-next {
  right: 30%;
  transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  .slick-next {
    right: 4%;
  }
}

.slick-prev {
  left: 30%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .slick-prev {
    left: 4%;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 0;
}/*# sourceMappingURL=style.css.map */