@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ===============================================
# 基本設定
=============================================== */
/* ===============================================
# ブレークポイント @includ mq('pc'), @includ mq('sp'), @includ mq('tab')
=============================================== */
/* ===============================================
# メディアクエリ
=============================================== */
/* ===============================================
# UTILITY
=============================================== */
@media print, screen and (min-width: 1200px) {
  ._sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  ._sp {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  ._sp-tab {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  ._sp-tab {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  ._sp-tab {
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  ._pc-tab {
    display: block;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  ._pc-tab {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  ._pc-tab {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  ._pc {
    display: block;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  ._pc {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: clamp(14rem, 10.44rem + 0.74vw, 16rem);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
}
@media print, screen and (min-width: 1200px) {
  a:hover {
    opacity: 0.7;
  }
}

/* ==============================================================
# common
=========================================================== */
.section {
  padding-top: clamp(80rem, 8.89rem + 14.81vw, 120rem);
  padding-bottom: clamp(80rem, 8.89rem + 14.81vw, 120rem);
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20rem;
}

.title > h2 {
  font-size: clamp(36rem, 6vw, 56rem);
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-bottom: clamp(50rem, 10vw, 60rem);
}
.title > h2::before {
  content: "";
  width: clamp(65rem, -32.78rem + 20.37vw, 120rem);
  height: 4rem;
  border-radius: 20rem;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
  background: #e93237;
}
@media print, screen and (min-width: 1200px) {
  .title > h2::before {
    bottom: -32rem;
  }
}

.sub-title > h3 {
  font-size: clamp(24rem, 9.7rem + 2.96vw, 32rem);
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 40rem;
  margin-top: 56rem;
}
.sub-title > h3::before {
  content: "";
  width: 3%;
  height: 2rem;
  border-radius: 20rem;
  position: absolute;
  bottom: -16rem;
  left: 50%;
  transform: translateX(-50%);
  background: #e93237;
}
.color-text-red {
  color: #E7161B;
}
.color-yellow {
  color: #FFB800;
}
.color-orange {
  color: #FE8E45;
}
.color-green {
  color: #14A9AF;
}

.description {
  font-size: 16rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-title > h3::before {
    width: 32rem;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .description {
    text-align: center;
  }
}

.button {
  margin-top: 48rem;
}
.button > a {
  width: 190rem;
  height: 40rem;
  background: #E7161B;
  border-radius: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14rem;
  position: relative;
  margin: 0 auto;
}
.button > a::before {
  content: "";
  background: url(/ir/investor/images/common/icn_arrow_btn.png) no-repeat center center/contain;
  width: 14rem;
  height: 14rem;
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
}

.speech-bubble {
  background: #E7161B;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16rem, 1.78rem + 2.96vw, 24rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90rem;
  width: clamp(275rem, -18.33rem + 61.11vw, 440rem);
  height: clamp(34rem, 5.56rem + 5.93vw, 50rem);
  position: relative;
  margin: 0 auto;
  margin-bottom: 36rem;
  margin-top: clamp(40rem, 25.78rem + 2.96vw, 48rem);
}
.speech-bubble::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16rem 6rem 0 6rem;
  border-color: #E7161B transparent transparent transparent;
  position: absolute;
  bottom: -12rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .speech-bubble::before {
    border-width: 16rem 8rem 0 8rem;
    bottom: -15rem;
  }
}
.speech-bubble > span {
  font-size: clamp(12rem, 4.89rem + 1.48vw, 16rem);
  margin-left: 4rem;
}
@media print, screen and (min-width: 768px) {
  .speech-bubble > span {
    margin-left: 16rem;
  }
}

.scroll-action {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .scroll-action {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6rem;
    border-radius: 4rem;
    background: #fff;
    margin-bottom: 16rem;
  }
  .policy__inner-dividend .scroll-action img {
    width: 28rem;
    box-shadow: none;
    margin-right: 8rem;
  }
  .scroll-action p {
    font-size: 14rem;
  }
}

.policy__inner-dividend .rateImg {
  display: block;
  overflow-x: auto;
}

.policy__inner-dividend .rateImg img {
  width: 100%;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  /* .policy__inner-dividend .rateImg img {
    width: 750rem;
  } */
}



/* JSが有効なときだけ初期非表示にする（FOUC防止） */
.js .fade-in {
  opacity: 0;
  transform: translate3d(0, 50rem, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.fade-in-on {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .js .fade-in {
    transition: none;
    transform: none;
  }
}
/* ==============================================================
# fv
=========================================================== */
.fv {
  padding-bottom: 80rem;
}
.fv__inner {
  max-width: 1284px;
  margin: 0 auto;
}
.fv__inner-ttl {
  margin-right: auto;
  margin-left: auto;
}
.fv__inner-nav {
  margin-top: 40rem;
  box-shadow: 0rem 4rem 24rem 0rem rgba(0, 0, 0, 0.08);
}
.fv__inner-nav > ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 32rem 23rem;
  align-items: center;
}
.fv__inner-nav > ul > li {
  width: 12.5%;
  margin-bottom: 0;
}
.fv__inner-nav > ul > li:nth-of-type(odd) > a {
  border-right: none;
  padding-right: 0;
}
.fv__inner-nav > ul > li:nth-of-type(even) > a {
  padding-left: 0;
}
.fv__inner-nav > ul > li > a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  height: 68rem;
  font-size: 13rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.fv__inner-nav > ul > li > a::before {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  background: url(/ir/investor/images/common/icn_arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv__inner-nav > ul > li:not(:last-child) > a {
  border-right: solid 1px #EDF1F3;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .fv__inner-ttl {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .fv__inner-nav > ul {
    padding: 32rem 23rem 10rem;
  }
  .fv__inner-nav > ul > li:nth-of-type(odd) > a {
    border-right: solid 1px #EDF1F3;
    padding-right: 16rem;
  }
  .fv__inner-nav > ul > li:nth-of-type(even) > a {
    padding-left: 16rem;
  }
  .fv__inner-nav > ul > li {
    width: 50%;
    margin-bottom: 24rem;
  }
  .fv__inner-nav > ul > li > a {
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14rem;
    font-weight: 700;
  }
  .fv__inner-nav > ul > li > a::before {
    display: block;
    margin-right: 8rem;
    position: static;
    transform: translateX(0);
  }
  .fv__inner-nav > ul > li:not(:last-child) > a {
    border-right: none;
  }
  .fv__inner-nav > ul > li:nth-child(odd) > a {
    border-right: solid 1px #EDF1F3;
  }
}




/* ==============================================================
# about
=========================================================== */
.about {
  background: #F3F6F8;
}
.about__inner > .title {
  position: relative;
}
.about__inner > .title::before {
  content: "";
  background: url(/ir/investor/images/about/img_about-cloud-left.png) no-repeat center center/contain;
  width: clamp(73rem, -99.44rem + 35.93vw, 170rem);
  height: clamp(25rem, -37.22rem + 12.96vw, 60rem);
  display: block;
  position: absolute;
  top: -20rem;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .about__inner > .title::before {
    top: 0;
  }
}
.about__inner > .title::after {
  content: "";
  background: url(/ir/investor/images/about/img_about-cloud-right.png) no-repeat center center/contain;
  width: clamp(73rem, -99.44rem + 35.93vw, 170rem);
  height: clamp(25rem, -37.22rem + 12.96vw, 60rem);
  display: block;
  position: absolute;
  bottom: -30rem;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .about__inner > .title::after {
    bottom: auto;
    top: 0;
  }
}
.about__inner-list {
  margin-top: clamp(40rem, 11.56rem + 5.93vw, 56rem);
}
.about__inner-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem 16rem;
}
.about__inner-list > ul > li {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 8rem;
  padding: 24rem;
}
.about__inner-list > ul > li {
  width: calc(50% - 10rem);
}
.about__inner-list > ul > li > h3 {
  font-size: clamp(20rem, 1.5vw, 28rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.about__inner-list > ul > li > img {
  width: clamp(120rem, 48.89rem + 14.81vw, 160rem);
  margin: 0 auto;
  margin-top: clamp(16rem, 1.78rem + 2.96vw, 24rem);
  margin-bottom: clamp(16rem, 1.78rem + 2.96vw, 24rem);
}
.about__inner-list > ul > li > p {
  text-align: center;
  font-size: 16rem;
  line-height: 2;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .about__inner-list > ul {
    gap: 15rem 16rem;
  }
  .about__inner-list > ul > li {
    padding: 16rem 14rem;
  }
  .about__inner-list > ul > li > h3 {
    font-size: 16rem;
    line-height: 1.5;
  }
  .about__inner-list > ul > li > p {
    text-align: left;
    font-size: 14rem;
    line-height: 1.6;
  }
}

/* ==============================================================
# history
=========================================================== */
.history__inner-slide {
  margin-top: 40rem;
}
.history__inner-slide > ul {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul {
    max-width: 738px;
    margin: 0 auto;
    position: relative;
  }
}
.history__inner-slide > ul .slick-arrow {
  width: 48rem;
  height: 48rem;
  top: auto;
  bottom: -130rem;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-arrow {
    bottom: -75rem;
  }
}
.history__inner-slide > ul .slick-arrow::before {
  content: none;
}
.history__inner-slide > ul .slick-prev {
  background: url(/ir/investor/images/history/icn_arrow_left_sp.png) no-repeat center center/contain;
  left: 32%;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-prev {
    left: 0;
  }
}
.history__inner-slide > ul .slick-next {
  background: url(/ir/investor/images/history/icn_arrow_right_sp.png) no-repeat center center/contain;
  right: 32%;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-next {
    right: 0;
  }
}
.history__inner-slide > ul .slick-list {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: 20rem;
}
@media print, screen and (min-width: 1200px) {
  .history__inner-slide > ul .slick-list {
    padding-left: 18.4vw;
  }
}
.history__inner-slide > ul .slick-list .slick-track {
  padding-top: 100rem;
  position: relative;
  padding-bottom: 50px;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track {
    padding-top: 110rem;
  }
}
.history__inner-slide > ul .slick-list .slick-track::before {
  content: "";
  width: 3760rem;
  height: 3.5rem;
  background: #f3f6f8;
  position: absolute;
  top: 45rem;
  left: 3.3%;
  border-radius: 10rem;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track::before {
    top: 48rem;
    left: 155rem;
    width: 4580rem;
  }
}
.history__inner-slide > ul .slick-list .slick-track::after {
  content: "";
  width: 3760rem;
  height: 3.5rem;
  background-image: linear-gradient(to right, #f3f6f8, #f3f6f8 15px, transparent 15px, transparent 30px);
  background-size: 28rem 3rem;
  background-repeat: repeat-x;
  position: absolute;
  top: 45rem;
  right: -3608rem;
  border-radius: 10rem;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track::after {
    top: 48rem;
    height: 4rem;
    right: 0;
    left: 4750rem;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide {
  background: #fff;
  box-shadow: 8rem 8rem 40rem 0rem rgba(0, 0, 0, 0.08);
  padding: 24rem;
  border-radius: 6rem;
  margin-right: 16rem;
  position: relative;
  width: 272rem !important;
  aspect-ratio: 272/238;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide {
    width: 328rem !important;
    aspect-ratio: 328/292;
    box-sizing: border-box;
    margin-right: 24rem;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide::before {
  content: "";
  background: url(/ir/investor/images/history/img_slider01_pin_sp.png) no-repeat center center/contain;
  width: 12rem;
  height: 60rem;
  display: block;
  position: absolute;
  top: -60rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide::before {
    width: 19rem;
    height: 70rem;
    top: -70rem;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide::after {
  content: "1925";
  position: absolute;
  top: -95rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Outfit", sans-serif;
  font-size: 24rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide::after {
    top: -105rem;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3n + 1)::before {
  content: "";
  background: url(/ir/investor/images/history/img_slider01_pin_sp.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3n + 1)::before {
    background: url(/ir/investor/images/history/img_slider01_pin_pc.png) no-repeat center center/contain;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3n + 2)::before {
  content: "";
  background: url(/ir/investor/images/history/img_slider02_pin_sp.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3n + 2)::before {
    background: url(/ir/investor/images/history/img_slider02_pin_pc.png) no-repeat center center/contain;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3n + 3)::before {
  content: "";
  background: url(/ir/investor/images/history/img_slider03_pin_sp.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3n + 3)::before {
    background: url(/ir/investor/images/history/img_slider03_pin_pc.png) no-repeat center center/contain;
  }
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(1)::after {
  content: "1912";
  color: #FFB800;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(2)::after {
  content: "1915";
  color: #FE8E45;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(2) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(2) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_founding.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: -5rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(3)::after {
  content: "1936";
  color: #14A9AF;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(4)::after {
  content: "1957";
  color: #FFB800;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(4) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(4) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_japan-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(5)::after {
  content: "1978";
  color: #FE8E45;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(6)::after {
  content: "1984";
  color: #14A9AF;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(6) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(6) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_world-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(7)::after {
  content: "1996";
  color: #FFB800;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(8)::after {
  content: "2003";
  color: #FE8E45;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(8) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(8) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_world-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(9)::after {
  content: "2004";
  color: #14A9AF;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(9) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(9) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_world-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(10)::after {
  content: "2007";
  color: #FFB800;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(10) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(10) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_world-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(11)::after {
  content: "2012";
  color: #FE8E45;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(11) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(11) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_japan-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(12)::after {
  content: "2014";
  color: #14A9AF;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(12) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(12) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_world-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(13)::after {
  content: "2019";
  color: #FFB800;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(13) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(13) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_world-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(14)::after {
  content: "2025";
  color: #FE8E45;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(14) > .image {
  position: relative;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide:nth-of-type(14) > .image::before {
  content: "";
  background: url(/ir/investor/images/history/img_flag_japan-first.png) no-repeat center center/contain;
  width: 64rem;
  height: 38rem;
  display: block;
  position: absolute;
  top: -61rem;
  left: 25rem;
}
.history__inner-slide > ul .slick-list .slick-track .slick-slide > p {
  font-size: 13rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 8rem;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > ul .slick-list .slick-track .slick-slide > p {
    font-size: 16rem;
  }
}
.history__inner-slide > ul .slick-dots {
  bottom: -42rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.history__inner-slide > ul .slick-dots > li {
  width: 32rem;
  height: 4rem;
  margin: 0 4rem;
  margin-bottom: 16rem;
}
.history__inner-slide > ul .slick-dots > li > button {
  width: 100%;
  height: 100%;
  background: #F3F6F8;
  padding: 0;
}
.history__inner-slide > ul .slick-dots > li > button::before {
  content: none;
}
.history__inner-slide > ul .slick-dots .slick-active > button {
  background: #E7161B;
}
.history__inner-slide > .button {
  margin-top: 150rem;
}
@media print, screen and (min-width: 768px) {
  .history__inner-slide > .button {
    margin-top: 100rem;
  }
}

/* ==============================================================
# features
=========================================================== */
.features {
  background: #F3F6F8;
}
.features__inner > .annotation {
  font-size: 13rem;
  text-align: right;
  display: block;
  margin-top: 24rem;
}
.features__inner > .title {
  position: relative;
}
.features__inner > .title::before {
  content: "";
  background: url(/ir/investor/images/about/img_about-cloud-left.png) no-repeat center center/contain;
  width: clamp(73rem, 13vw, 170rem);
  height: clamp(25rem, 7vw, 60rem);
  display: block;
  position: absolute;
  top: -20rem;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .features__inner > .title::before {
    top: 0;
  }
}
.features__inner > .title::after {
  content: "";
  background: url(/ir/investor/images/about/img_about-cloud-right.png) no-repeat center center/contain;
  width: clamp(73rem, 13vw, 170rem);
  height: clamp(25rem, 7vw, 60rem);
  display: block;
  position: absolute;
  bottom: -30rem;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .features__inner > .title::after {
    bottom: auto;
    top: 0;
  }
}



.features__inner-list {
  margin-top: clamp(40rem, 11.56rem + 5.93vw, 56rem);
}
.features__inner-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36rem 32rem;
  margin-right: -32rem;
}
.features__inner-list > ul > li {
  width: calc(100% / 3 - 32rem);
  background: #fff;
  box-sizing: border-box;
  border-radius: 8rem;
  padding: 32rem;
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
}
.features__inner-list > ul > li > .listTtl h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 284px;
  height: clamp(33rem, 24.11rem + 1.85vw, 38rem);
  margin: 0 auto;
  border: solid 1px #CDD1E0;
  border-radius: 90rem;
  color: #7C829F;
  font-size: 18rem;
  font-weight: 700;
}
.features__inner-list > ul > li > img {
  margin-top: clamp(8rem, -404.44rem + 85.93vw, 24rem);
}
.features__inner-list > ul > li > .text {
  margin-top: 16rem;
}
.features__inner-list > ul > li > .text > p {
  text-align: center;
  font-size: 24rem;
  line-height: 1;
  font-weight: 700;
}
.features__inner-list > ul > li > .text > p > span {
  font-size: 56rem;
  color: #E7161B;
  font-weight: 500;
  margin: 0 6rem;
}
.features__inner-list > ul > li > .badge {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.features__inner-list > ul > li > .badge::before {
  content: "No.1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56rem;
  height: 56rem;
  margin-top: -28rem;
  border: solid 1px #E7161B;
  border-radius: 50%;
  color: #E7161B;
  font-size: 16rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
}
@media print, screen and (min-width: 1200px) {
  .features__inner-list > ul > li > .badge::before {
    left: 14rem;
    width: 56rem;
    height: 56rem;
    font-size: 16rem;
  }
}
.features__inner-list > ul > li > small {
  font-size: 13rem;
  text-align: center;
  display: block;
  margin-top: 16rem;
}


/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .features__inner-list > ul {
    gap: 16rem;
    margin-right: -16rem;
  }
  .features__inner-list > ul > li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 16rem);
    padding: 24rem 16rem;
  }
  .features__inner-list > ul > li > .listTtl {
    display: flex;
    align-items: center;
    height: 44rem;
  }
  .features__inner-list > ul > li > .listTtl h3 {
    max-width: 100%;
    height: auto;
    max-height: 44rem;
    box-sizing: border-box;
    padding: 8rem;
    text-align: center;
    font-size: 12rem;
    line-height: 1.2;
  }
  .features__inner-list > ul > li > .text > p {
    font-size: 14rem;
  }
  .features__inner-list > ul > li > .text > p > span {
    font-size: 24rem;
    margin: 0 3rem;
  }
  .features__inner-list > ul > li > .badge::before {
    width: 32rem;
    height: 32rem;
    font-size: 10rem;
    margin-top: -14rem;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: -8rem;
  }
}





/* ==============================================================
# area
=========================================================== */
.area__inner {
  max-width: 1920px;
}

.map {
  max-width: 1920px;
  margin: 0 auto;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 56rem;
}
@media print, screen and (min-width: 768px) {
  .map {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80rem;
  }
}
.map:where([data-pin], [date-pin])[tabindex]:focus-visible {
  outline: none;
}
.map:where([data-pin], [date-pin])[tabindex]:focus-visible {
  outline: none;
}
.map:where([data-pin], [date-pin])[tabindex]:focus {
  outline: none;
}

.map.-pc {
  display: none;
}

.map.-sp {
  display: block;
}

@media (min-width: 768px) {
  .map.-pc {
    display: block;
  }
  .map.-sp {
    display: none;
  }
}
.map object {
  display: block;
  width: 100%;
  height: auto;
}

.modal[aria-hidden=true] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100dvh;
}
@supports not (height: 100dvh) {
  .modal {
    height: 100vh;
  }
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 8rem;
  padding: 40rem 24rem 24rem;
  box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.2);
  border: solid 2px #E7161B;
}
@media print, screen and (min-width: 768px) {
  .modal__dialog {
    padding: 60rem 40rem 40rem;
    border: solid 1px #E7161B;
    width: clamp(335rem, 70vw, 832rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .modal__dialog {
    width: 832rem;
  }
}
.modal__title {
  font-size: 24rem;
  font-weight: 700;
  text-align: center;
  color: #E7161B;
}
.modal__gallery {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: start;
  margin-top: 24rem;
  gap: 16rem;
  grid-template-columns: repeat(2, auto);
}
.modal__gallery:not(:has(> .modal__card:nth-child(2))) {
  grid-template-columns: auto;
}
@media print, screen and (min-width: 768px) {
  .modal__gallery {
    grid-template-columns: repeat(2, auto);
  }
  .modal__gallery:has(> .modal__card:nth-child(3)):not(:has(> .modal__card:nth-child(4))) {
    grid-template-columns: repeat(3, auto);
  }
  .modal__gallery:has(> .modal__card:nth-child(4)) {
    grid-template-columns: repeat(2, auto);
  }
}
.modal__gallery > .modal__card {
  width: 138rem;
  aspect-ratio: 138/90;
}
@media print, screen and (min-width: 1200px) {
  .modal__gallery > .modal__card {
    width: 240rem;
    aspect-ratio: 240/158;
  }
}
.modal__gallery > .modal__card > img {
  width: 138rem;
  aspect-ratio: 138/90;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .modal__gallery > .modal__card > img {
    width: 240rem;
    aspect-ratio: 240/158;
  }
}
.modal__gallery > .modal__card .modal__cap {
  font-size: 14rem;
  text-align: center;
  margin-top: 8rem;
}
.modal__text {
  margin: 8rem 0 0;
  line-height: 1.7;
}
.modal__actions {
  display: flex;
  justify-content: center;
  margin-top: 24rem;
  flex-wrap: wrap;
}
.modal__actions .btn {
  font-size: 16rem;
  color: #E7161B;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.modal__actions .btn::after {
  content: "";
  width: 19rem;
  height: 19rem;
  background: url(/ir/investor/images/common/icn_arrow-red.png) no-repeat center center/contain;
  display: block;
  margin-left: 8rem;
}
.modal__close {
  position: absolute;
  top: 24rem;
  right: 24rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 19rem;
  height: 19rem;
  padding: 0;
}
@media print, screen and (min-width: 1200px) {
  .modal__close {
    width: 20rem;
    height: 20rem;
    top: 40rem;
    right: 40rem;
  }
}
.modal__close::before {
  content: "";
  width: 19rem;
  height: 2rem;
  background: #E7161B;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media print, screen and (min-width: 1200px) {
  .modal__close::before {
    width: 20rem;
  }
}
.modal__close::after {
  content: "";
  width: 19rem;
  height: 2rem;
  background: #E7161B;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media print, screen and (min-width: 1200px) {
  .modal__close::after {
    width: 20rem;
  }
}
.modal__close:focus {
  outline: none;
}
.modal__close:focus-visible {
  outline: none;
}

.modal__close,
.modal__actions .btn,
.map :where([data-pin], [date-pin]) {
  -webkit-tap-highlight-color: transparent;
}


/* ==============================================================
# technology
=========================================================== */
.technology {
  background: #F3F6F8;
}
.technology__inner-list > ul {
  display: flex;
  gap: 36rem;
  margin-top: clamp(40rem, 11.56rem + 5.93vw, 56rem);
}
.technology__inner-list > ul > li {
  width: calc(100% / 3 - 18rem);
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
  padding: clamp(24rem, 9.78rem + 2.96vw, 32rem);
}
.technology__inner-list > ul > li > h3 {
  font-size: 32rem;
  text-align: center;
  font-weight: 700;
}
.technology__inner-list > ul > li > span {
  font-size: 16rem;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 16rem;
}
.technology__inner-list > ul > li > p {
  font-size: 16rem;
  line-height: 2;
  margin-top: 16rem;
}
.bunner.--technology {
  width: 640rem;
  margin: 80rem auto 0;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .technology__inner-list > ul {
    display: block;
    gap: 0;
    margin-top: 0;
  }
  .technology__inner-list > ul > li {
    width: 100%;
    margin-top: 16rem;
    border-radius: 16px;
    padding: 24rem;
  }
  .technology__inner-list > ul > li:first-child {
    margin-top: 40rem;
  }
  .technology__inner-list > ul > li > h3 {
    font-size: 32rem;
  }
  .technology__inner-list > ul > li > span {
    font-size: 16rem;
    margin-bottom: 16rem;
  }
  .technology__inner-list > ul > li > p {
    font-size: 16rem;
  }
  .bunner.--technology {
    width: 100%;
    margin: 56rem auto 0;
  }
}


/* ==============================================================
# network
=========================================================== */
.network {
  padding-bottom: 0;
}
.network__inner-earth {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .network__inner-earth {
    margin-right: auto;
    margin-left: auto;
  }
}
.network__inner .map-box {
  position: relative;
  max-width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 40rem;
}
@media print, screen and (min-width: 768px) {
  .network__inner .map-box {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20rem;
  }
}
.network__inner .map-box img {
  width: 100vw;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .network__inner .map-box img {
    width: 100%;
  }
}
.network__inner .hotspots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.network__inner .hotspots--pc {
  display: none;
}
.network__inner .hotspots--sp {
  display: block;
}
@media (min-width: 768px) {
  .network__inner .hotspots--pc {
    display: block;
  }
  .network__inner .hotspots--sp {
    display: none;
  }
}

/* ==============================================================
# vision
=========================================================== */
.vision {
  background: #F3F6F8;
}
.vision__inner > .message {
  background: url(/ir/investor/images/vision/bg_vision_sp.png) no-repeat center center/cover;
  width: 100%;
  height: 633rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: clamp(20rem, -145.33rem + 34.44vw, 113rem);
  padding-right: clamp(20rem, -145.33rem + 34.44vw, 113rem);
  padding-top: clamp(67rem, -37.89rem + 21.85vw, 126rem);
  margin-top: 32rem;
}
@media print, screen and (min-width: 768px) {
  .vision__inner > .message {
    background: url(/ir/investor/images/vision/bg_vision_pc.png) no-repeat center center/contain;
    max-width: 1200px;
    width: 80%;
    height: 363rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .vision__inner > .message {
    margin-right: auto;
    margin-left: auto;
  }
}
.vision__inner > .message > h3 {
  font-size: 40rem;
}
.vision__inner > .message > p {
  font-size: 24rem;
  font-weight: 700;
  margin-top: 8rem;
}
.vision__inner > .message > span {
  font-size: 18rem;
  font-weight: 700;
  margin-top: 32rem;
  display: block;
  line-height: 2;
}
.vision__inner > .pillar img {
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
}
.vision__inner > .plan img {
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
  margin-top: 24rem;
}
@media print, screen and (min-width: 768px) {
  .vision__inner > .plan img {
    margin-top: 16rem;
  }
}

/* ==============================================================
# policy
=========================================================== */
.policy {
  background: url(/ir/investor/images/policy/bg_policy_sp.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .policy {
    background: url(/ir/investor/images/policy/bg_policy_pc.png) no-repeat center center/contain;
    background-size: 1649rem;
  }
}


.policy__inner-list {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.policy__inner-list > ul {
  display: flex;
  gap: 35rem;
  margin-top: 24rem;
}
.policy__inner-list > ul > li {
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 12rem);
  box-sizing: border-box;
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: clamp(24rem, 9.78rem + 2.96vw, 32rem);
  padding-left: 32rem;
  background: #fff;
  position: relative;
}
.policy__inner-list > ul > li:nth-of-type(1)::before {
  background: #FFB800;
}
.policy__inner-list > ul > li:nth-of-type(2)::before {
  background: #FE8E45;
}
.policy__inner-list > ul > li:nth-of-type(3)::before {
  background: #14A9AF;
}
.policy__inner-list > ul > li::before {
  content: "";
  width: 200rem;
  height: 5rem;
  background: #FFB800;
  border-radius: 20rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.policy__inner-list > ul > li > .text {
  margin: 0 auto;
}
.policy__inner-list > ul > li > .text > img {
  width: 60rem;
  height: 60rem;
  margin: 0 auto;
  margin-top: 16rem;
}
.policy__inner-list > ul > li > .text > h3 {
  text-align: center;
  font-size: 16rem;
  font-weight: 700;
}
.policy__inner-list > ul > li > .text > p {
  margin-top: 8rem;
  text-align: center;
  font-size: clamp(16rem, 1.8vw, 18rem);
  font-weight: 500;
}
.policy__inner-list > ul > li > .text > p > span {
  font-size: clamp(40rem, 5vw, 56rem);
  margin-right: 5rem;
}
.policy__inner-dividend {
  max-width: 1000px;
  margin: 0 auto;
}
.policy__inner-dividend img {
  box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
}
.policy__inner-dividend > ul {
  margin-top: 24rem;
}
.policy__inner-dividend > ul > li {
  font-size: 13rem;
  text-indent: -13rem;
  padding-left: 13rem;
}
.policy__inner-dividend > ul > li:nth-child(1) {
  margin-bottom: 8rem;
}
.policy__inner > .wrap {
  padding: 24rem;
  background: #F3F6F8;
  margin-top: clamp(56rem, 13.33rem + 8.89vw, 80rem);
}
.policy__inner > .wrap > p {
  font-size: 13rem;
  text-indent: -13rem;
  padding-left: 13rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .policy__inner-list > ul {
    display: block;
    gap: 0;
  }
  .policy__inner-list > ul > li {
    width: 100%;
    margin-top: 8rem;
    border-radius: 16px;
    padding: 24rem 32rem;
  }
  .policy__inner-list > ul > li::before {
    width: 5rem;
    height: 80rem;
    border-radius: 20rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .policy__inner-list ul li ._sp {
    width: 60rem;
    height: auto;
  }
  .policy__inner-list > ul > li > .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 16rem;
  }
  .policy__inner-list > ul > li > .text > img {
    width: 60rem;
    height: 60rem;
    margin: 0 auto;
    margin-top: 16rem;
  }
  .policy__inner-list > ul > li > .text > h3 {
    text-align: left;
  }
  .policy__inner-list > ul > li > .text > p {
    margin-top: 0;
    text-align: left;
    font-size: 16rem;
  }
  .policy__inner-list > ul > li > .text > p > span {
    font-size: 40rem;
    margin-right: 5rem;
  }
  .policy__inner-dividend {
    max-width: 1000px;
    margin: 0 auto;
  }
  .policy__inner-dividend img {
    box-shadow: 4rem 4rem 20rem 0rem rgba(0, 0, 0, 0.08);
  }
  .policy__inner-dividend > ul {
    margin-top: 24rem;
  }
  .policy__inner-dividend > ul > li {
    font-size: 13rem;
    text-indent: -13rem;
    padding-left: 13rem;
  }
  .policy__inner-dividend > ul > li:nth-child(1) {
    margin-bottom: 8rem;
  }
  .policy__inner > .wrap {
    padding: 24rem;
    background: #F3F6F8;
    margin-top: clamp(56rem, 13.33rem + 8.89vw, 80rem);
  }
  .policy__inner > .wrap > p {
    font-size: 13rem;
    text-indent: -13rem;
    padding-left: 13rem;
  }
}

/* @media print, screen and (min-width: 1200px) {
  .policy__inner-list > ul > li {
    width: 25.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .policy__inner-list > ul {
    display: flex;
    justify-content: space-between;
  }
  .policy__inner-list > ul > li {
    width: 24%;
  }
  .policy__inner-list > ul > li::before {
    width: 200rem;
    height: 5rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .policy__inner-list > ul > li > .text {
    margin: 0 auto;
  }
  .policy__inner-list > ul > li > .text > h3 {
    text-align: center;
  }
  .policy__inner-list > ul > li > .text > img {
    width: 60rem;
    height: 60rem;
    margin: 0 auto;
    margin-top: 16rem;
  }
  .policy__inner-list > ul > li > .text > p {
    text-align: center;
    margin-top: 8rem;
  }
  .policy__inner > .wrap {
    padding: 24rem;
  }
} */

/* ==============================================================
# cta
=========================================================== */
.cta {
  background: #F3F6F8;
}
@media print, screen and (min-width: 768px) {
  .cta__inner-column-two > ul {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__inner-column-two > ul > li {
    width: calc((100% - 24rem) / 2);
  }
}
.cta__inner-column-two > ul > li:not(:first-of-type) {
  margin-top: 8rem;
}
@media print, screen and (min-width: 768px) {
  .cta__inner-column-two > ul > li:not(:first-of-type) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__inner-column-four > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 24rem;
  }
}
.cta__inner-column-four > ul > li {
  margin-top: 8rem;
}
@media print, screen and (min-width: 768px) {
  .cta__inner-column-four > ul > li {
    width: calc((100% - 60rem) / 4);
  }
}
@media print, screen and (min-width: 768px) {
  .cta__inner-column-four > ul > li {
    margin-top: 0;
  }
}

.js .reveal-left-list > li {
  opacity: 0;
  transform: translate3d(-50rem, 0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.reveal-left-list > li.reveal-left-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal-left-list > li {
    transition: none;
    transform: none;
  }
}





.modal__dialog.--links #pinModalGallery,
.modal__dialog.--links #pinModalActions {
  width: 496rem;
  min-width: 380px;
  margin: 24rem auto 0;
}
.modal__dialog.--links #pinModalActions {
  gap: initial;
  justify-content: space-around;
}
.red-pin:focus {
  outline: none !important;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .modal__dialog.--links #pinModalGallery,
  .modal__dialog.--links #pinModalActions {
    width: auto;
    min-width: auto;
    margin: 24rem 0 0;
  }
  .modal__dialog.--links #pinModalActions {
    gap: 12rem;
    justify-content: center;
  }
}}