@charset "UTF-8";
/* エントランス
---------------------------------------------------------- */
.entrance {
  padding: clamp(3.125rem, 2.75rem + 1.875vw, 5rem) 4%;
  background-image: url("/ja/ir/media/images/individual-investor/entrance_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  margin-top: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
}
@supports (background-image: url("image.webp")) {
  .entrance {
    background-image: url("/ja/ir/media/images/individual-investor/entrance_bg.webp");
  }
}

.entrance__title {
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: #1397E1;
}

.entrance__title .strong {
  display: inline-block;
  font-size: 1.9375em;
  margin-inline: 0.1em;
  transform: translateY(0.05em);
  line-height: 1;
}

.entrance__text {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 500;
  text-align: center;
  margin-top: 1.25em;
}

.entrance__menus {
  display: grid;
  gap: clamp(0.9375rem, 0.0446428571rem + 4.4642857143vw, 2.1875rem);
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  max-width: 54.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .entrance__menus {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5625rem, 0.8030063291rem + 1.582278481vw, 2.1875rem);
  }
}

.entrance__menu-link {
  position: relative;
  display: grid;
  gap: 0.25rem;
  place-items: center;
  box-shadow: 0 0 30px 0 rgba(1, 108, 157, 0.2);
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  padding: clamp(0.9375rem, 0.7142857143rem + 1.1160714286vw, 1.25rem) 0.625rem;
}
@media screen and (min-width: 768px) {
  .entrance__menu-link {
    padding: 1.25rem;
  }
}
.entrance__menu-link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1397E1;
  border-right: 2px solid #1397E1;
  transform: translateX(1px) rotate(135deg);
}

.entrance__menu-icon {
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .entrance__menu-icon {
    width: 4.25rem;
  }
}

.entrance__menu-text {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 700;
}

/* どんな会社？
---------------------------------------------------------- */
.about {
  padding-top: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}

.about__movie {
  max-width: 53.5625rem;
  margin-inline: auto;
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.about__movie_button {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .about__movie_button:hover {
    opacity: 0.7;
  }
}

.about__document {
  text-align: center;
  margin-top: 1.5rem;
}

.about__document .button {
  width: clamp(17.5rem, 17.25rem + 1.25vw, 18.75rem);
}

/* マップ */
.about__map {
  margin-top: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}

.about__map_inner {
  position: relative;
}

.about__map_button {
  position: absolute;
  width: 20px;
}
@media screen and (min-width: 400px) {
  .about__map_button {
    width: 25px;
  }
}
@media screen and (min-width: 576px) {
  .about__map_button {
    width: 35px;
  }
}
@media screen and (min-width: 768px) {
  .about__map_button {
    width: auto;
  }
}

.about__map_button:nth-child(1) {
  top: 22%;
  left: 23%;
}
@media screen and (min-width: 576px) {
  .about__map_button:nth-child(1) {
    top: 21%;
    left: 24%;
  }
}
@media screen and (min-width: 768px) {
  .about__map_button:nth-child(1) {
    top: 25%;
    left: 24%;
  }
}
@media screen and (min-width: 1200px), print {
  .about__map_button:nth-child(1) {
    top: 28%;
    left: 23%;
  }
}

.about__map_button:nth-child(2) {
  top: 30%;
  left: 62%;
}
@media screen and (min-width: 576px) {
  .about__map_button:nth-child(2) {
    top: 28%;
    left: 62%;
  }
}
@media screen and (min-width: 768px) {
  .about__map_button:nth-child(2) {
    top: 31%;
    left: 63%;
  }
}
@media screen and (min-width: 1200px), print {
  .about__map_button:nth-child(2) {
    top: 32%;
    left: 62%;
  }
}

.about__map_button:nth-child(3) {
  top: 41%;
  left: 36%;
}
@media screen and (min-width: 576px) {
  .about__map_button:nth-child(3) {
    top: 39%;
    left: 36%;
  }
}
@media screen and (min-width: 768px) {
  .about__map_button:nth-child(3) {
    top: 45%;
    left: 36%;
  }
}
@media screen and (min-width: 1200px), print {
  .about__map_button:nth-child(3) {
    top: 48%;
    left: 35%;
  }
}

/* 強み
---------------------------------------------------------- */
.strength {
  padding-block: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}

.strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  justify-content: center;
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

/* 株主還元
---------------------------------------------------------- */
.shareholder {
  padding-top: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}

.shareholder__qua {
  display: grid;
  align-items: center;
  gap: 1.25rem;
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shareholder__qua {
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
  }
}

.shareholder__qua.shadow-box {
  padding-block: 1.25rem;
}

.shareholder__qua-cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 576px) {
  .shareholder__qua-cards {
    flex-direction: row;
  }
}

.shareholder__qua-note {
  font-size: 0.75rem;
}

.shareholder__qua-title {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  font-weight: 700;
}

.shareholder__price {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.shareholder__price-title {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 700;
  text-align: center;
}

.shareholder__price_table {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.shareholder__price_text {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  margin-top: 0.625rem;
}

.shareholder__price_more {
  margin-top: 1.875rem;
  text-align: center;
}

.shareholder__price_more .button {
  width: clamp(17.5rem, 17.25rem + 1.25vw, 18.75rem);
}

/* これから
---------------------------------------------------------- */
.future {
  padding-block: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}

.future__contents {
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.future__contents_title {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  color: #1397E1;
  border: 2px solid #1397E1;
  border-radius: 0.625rem;
  padding: 0.2857142857em 0;
}

.future__contents_text {
  margin-top: 0.625rem;
}

.future__slider {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
.future__slider .splide__wrapper {
  position: relative;
  padding-inline: 9.7583643123%;
  margin-inline: 3.3457249071%;
}
.future__slider .splide__arrow > svg {
  display: none;
}
.future__slider .splide__arrow--next,
.future__slider .splide__arrow--prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: transparent;
  width: 20px;
  height: 35px;
  background-image: url("/ja/ir/media/images/icon/icon_slider_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .future__slider .splide__arrow--next,
  .future__slider .splide__arrow--prev {
    width: 27px;
    height: 54px;
  }
}
.future__slider .splide__arrow--next {
  right: 0;
}
.future__slider .splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.future__slider_thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 854/480;
}

.future__more {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  text-align: center;
}

.future__more .button {
  width: clamp(17.5rem, 17.25rem + 1.25vw, 18.75rem);
}

/* 関連コンテンツ
---------------------------------------------------------- */
.other-links {
  padding-block: clamp(3.125rem, 2.75rem + 1.875vw, 5rem);
}

.other-links__title {
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  font-weight: 700;
  color: #1397E1;
}

.other-links__list {
  display: grid;
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  margin-top: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
}
@media screen and (min-width: 576px) {
  .other-links__list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.other-links__item {
  display: flex;
  flex-direction: column;
}

.other-links__item .text-button {
  flex: 1;
}

/* コミック
---------------------------------------------------------- */
.comic-banner {
  position: fixed;
  right: 4%;
  bottom: 5rem;
  width: 10rem;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 400px) {
  .comic-banner {
    width: 13.75rem;
    bottom: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .comic-banner {
    width: 17.5rem;
    right: 2%;
  }
}
@media screen and (min-width: 1200px), print {
  .comic-banner {
    width: 20rem;
  }
}

.comic-banner.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.comic-banner.is-hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.comic-banner__inner {
  position: relative;
}

.comic-banner__button {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .comic-banner__button:hover {
    opacity: 0.7;
  }
}

.comic-banner__close {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #333;
  border-radius: 50%;
}

.comic-banner__close::before,
.comic-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
}

.comic-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.comic-banner__close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.comic__contents {
  overflow-y: hidden;
  padding: 1.875rem 4%;
}
@media screen and (min-width: 768px) {
  .comic__contents {
    padding: 1.25rem 4%;
  }
}

.comic__contents .modal__inner {
  position: relative;
  padding: 0;
  max-width: 47.5rem;
  margin-inline: auto;
  overflow-y: auto;
}
@media screen and (min-width: 576px) {
  .comic__contents .modal__inner {
    width: 70vw;
  }
}
@media screen and (min-width: 992px) {
  .comic__contents .modal__inner {
    width: 50vw;
  }
}

.comic__contents img {
  display: block;
}

.comic__contents .modal__close {
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 2000;
}
@media screen and (min-width: 400px) {
  .comic__contents .modal__close {
    right: 1.5625rem;
  }
}

.comic__contents_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}

.comic__contents_inner {
  margin-inline: auto;
}/*# sourceMappingURL=style-individual-investor.css.map */