/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  background-image: url(/images/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /*-----------------------------------
    slick
  -----------------------------------*/
}
@media print, screen and (min-width: 768px) {
  .topVi {
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    padding: 130px 0 0 0;
    background-image: url(/images/bg.jpg);
    overflow: hidden;
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topVi ul {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
}
.topVi ul .slick-slide {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topVi ul .slick-slide {
    padding: 0 20px;
  }
}
.topVi ul .slick-slide a {
  text-decoration: none;
}
.topVi ul .slick-slide .topVi__image {
  width: fit-content;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.topVi ul .slick-slide .topVi__image img {
  transition: all 0.2s;
}
@media print, screen and (min-width: 1280px) {
  .topVi ul .slick-slide .topVi__image {
    margin: 0 auto 15px auto;
    border-radius: 15px;
  }
}
.topVi ul .slick-slide .topVi__image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 10px;
  background-color: var(--black);
  opacity: 0.8;
}
@media print, screen and (min-width: 1280px) {
  .topVi ul .slick-slide .topVi__image::after {
    border-radius: 15px;
  }
}
.topVi ul .topVi__text {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 20px 0 0;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  color: var(--white);
  opacity: 0.6;
}
@media print, screen and (min-width: 1280px) {
  .topVi ul .topVi__text {
    padding-right: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.topVi ul .topVi__text::after {
  content: "";
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 0;
  background-image: url("/images/icon_arrow_white_l_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1280px) {
  .topVi ul .topVi__text::after {
    width: 32px;
    height: 32px;
    background-image: url("/images/icon_arrow_white_l_right.svg");
    background-size: 32px 32px;
    top: calc(50% - 16px);
    right: 15px;
  }
}
.topVi ul a {
  display: block;
}
.topVi ul a:hover .topVi__image img {
  transform: scale(1.1);
}
.topVi ul a:hover .topVi__text::after {
  right: 0;
}
.topVi .slick-slide.slick-current .topVi__image::after {
  opacity: 0;
}
.topVi .slick-slide.slick-current .topVi__text {
  opacity: 1;
}
.topVi .slick-dots {
  margin-bottom: 20px;
  bottom: -55px;
}
.topVi .slick-dots li {
  width: 10px;
  margin: 0 5px;
  border-width: 0;
  border-radius: 0;
}
@media print, screen and (min-width: 1280px) {
  .topVi .slick-dots li {
    width: 60px;
  }
}
.topVi .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0.5;
  border-radius: 0;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topVi .slick-dots li button:before {
    width: 60px;
    height: 12px;
  }
}
.topVi .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--white);
}
.topVi .slick-next,
.topVi .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1000;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1280px) {
  .topVi .slick-next,
  .topVi .slick-prev {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    transition: all 0.2s;
  }
}
.topVi .slick-next:before,
.topVi .slick-prev:before {
  display: none;
}
.topVi .slick-prev {
  display: none !important;
  left: -5px;
  background-image: url("/images/icon_arrow_primary_l_left.svg");
  background-size: 32px 32px;
  background-position: center center;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topVi .slick-prev {
    display: inline-block !important;
    left: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .slick-prev {
    left: 50px;
  }
}
.topVi .slick-next {
  display: none !important;
  right: -5px;
  background-image: url("/images/icon_arrow_primary_l_right.svg");
  background-size: 32px 32px;
  background-position: center center;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topVi .slick-next {
    display: inline-block !important;
    right: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .slick-next {
    right: 50px;
  }
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topButton ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .topButton ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.topButton ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topButton ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topButton ul li {
    width: 25%;
    align-content: space-around;
  }
}
.topButton ul li:nth-child(1) {
  background-image: url(/images/button_bg1.png);
}
.topButton ul li:nth-child(2) {
  background-image: url(/images/button_bg2.png);
}
.topButton ul li:nth-child(3) {
  background-image: url(/images/button_bg3.png);
}
.topButton ul li:nth-child(4) {
  background-image: url(/images/button_bg4.png);
}
.topButton ul li:hover {
  filter: brightness(1.2);
}
.topButton ul li a {
  text-decoration: none;
}
.topButton ul li a:link, .topButton ul li a:visited, .topButton ul li a:visited {
  color: unset;
}
.topButton ul li a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 16px);
  right: 25px;
  transition: all 0.2s;
  background-image: url("/images/icon_arrow_white_l_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
@media print, screen and (min-width: 1280px) {
  .topButton ul li a::after {
    right: 30px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topButton ul li a:hover::after {
    right: 15px;
  }
}
.topButton ul li .topButton__title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 50px 20px;
  display: block;
  align-content: space-around;
  color: var(--white);
  font-weight: 700;
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .topButton ul li .topButton__title {
    padding: 40px 60px 40px 40px;
  }
}
.topButton ul li .topButton__title .topButton__titleJa {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media print, screen and (min-width: 1280px) {
  .topButton ul li .topButton__title .topButton__titleJa {
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.topButton ul li .topButton__title .topButton__titleEn {
  margin: 0;
  padding: 0;
  opacity: 0.7;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}
@media print, screen and (min-width: 1280px) {
  .topButton ul li .topButton__title .topButton__titleEn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*=====================================================
  topAbout
=====================================================*/
.topAbout {
  width: 100%;
  margin: 0;
  padding: 50px 25px 0 25px;
  background-color: #f5f6f6;
}
@media print, screen and (min-width: 1280px) {
  .topAbout {
    padding: 80px 0 50px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topAbout .topAbout__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.topAbout .topAbout__inner .topAbout__title {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topAbout .topAbout__inner .topAbout__title {
    width: 440px;
  }
}
.topAbout .topAbout__inner .topAbout__title .topAbout__titleEn {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--border-color);
}
@media print, screen and (min-width: 1280px) {
  .topAbout .topAbout__inner .topAbout__title .topAbout__titleEn {
    margin-bottom: 40px;
    line-height: 0.65;
    font-size: 112px;
    font-size: 7rem;
  }
}
.topAbout .topAbout__inner .topAbout__title .topAbout__titleJa {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
}
@media print, screen and (min-width: 1280px) {
  .topAbout .topAbout__inner .topAbout__title .topAbout__titleJa {
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.topAbout .topAbout__inner .topAbout__summary {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topAbout .topAbout__inner .topAbout__summary {
    width: calc(100% - 440px);
    max-width: 960px;
  }
}
.topAbout .topAbout__inner .topAbout__summary p {
  margin: 0;
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 50px 25px;
  background-color: #f5f6f6;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    padding: 80PX 0 150px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .topNews .topNews__inner .topNews__left {
    width: 440px;
    margin: 0;
    padding: 0;
  }
  .topNews .topNews__inner .topNews__right {
    width: calc(100% - 440px);
    max-width: 960px;
    margin: 0;
    padding: 0;
  }
}
.topNews .topNews__inner .topNews__title {
  margin: 0;
  padding: 0;
}
.topNews .topNews__inner .topNews__title .topNews__titleEn {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--border-color);
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__title .topNews__titleEn {
    margin-bottom: 40px;
    line-height: 0.65;
    font-size: 112px;
    font-size: 7rem;
  }
}
.topNews .topNews__inner .topNews__title .topNews__titleJa {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__title .topNews__titleJa {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.topNews .topNews__inner .topNews__tab {
  margin: 0 0 10px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__tab {
    margin-bottom: 0;
  }
}
.topNews .topNews__inner .topNews__tab ul.topNews__button {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0 20px;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__tab ul.topNews__button {
    display: block;
  }
}
.topNews .topNews__inner .topNews__tab ul.topNews__button li {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.topNews .topNews__inner .topNews__tab ul.topNews__button li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  display: block;
}
.topNews .topNews__inner .topNews__tab ul.topNews__button li a {
  text-decoration: none;
  color: var(--black);
}
.topNews .topNews__inner .topNews__tab ul.topNews__button li.on {
  pointer-events: none;
}
.topNews .topNews__inner .topNews__tab ul.topNews__button li.on a {
  color: var(--base-color);
}
.topNews .topNews__inner .topNews__tab ul.topNews__button li.on::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
  background-color: var(--base-color);
  border-radius: 8px;
}