/* _media.scss
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _inner.scss
-------------------------------------------------------*/
/* /_inner.scss
-------------------------------------------------------*/
/* _font.scss
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
@-webkit-keyframes markerReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: 0%;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: 0%;
  }
}
@keyframes markerReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: 0%;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: 0%;
  }
}
@-webkit-keyframes markerblankReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: -28px;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: -28px;
  }
}
@keyframes markerblankReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: -28px;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: -28px;
  }
}
@-webkit-keyframes arrow {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: 1.2em;
  }
  50.1% {
    text-indent: -1.2em;
  }
  100% {
    text-indent: 0;
  }
}
@keyframes arrow {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: 1.2em;
  }
  50.1% {
    text-indent: -1.2em;
  }
  100% {
    text-indent: 0;
  }
}
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _special.scss
-------------------------------------------------------*/
.un_pointTtl {
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.65;
  margin-bottom: 24px;
}
.un_pointTtl_point {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #58B531;
  background: #FFF000;
  color: #58B531;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "roboto", sans-serif;
  display: grid;
  place-content: center;
  letter-spacing: 0;
  margin: 0 auto 21px auto;
}
.un_pointTtl_num {
  vertical-align: baseline;
  margin-right: 5px;
}
.un_pointTtl_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(79%, #FFF000));
  background: -webkit-linear-gradient(transparent 79%, #FFF000 79%);
  background: linear-gradient(transparent 79%, #FFF000 79%);
  background-position: left -3px;
  background-repeat: no-repeat;
}
.un_pointTtl_green {
  color: #009961;
}
@media screen and (max-width: 767px) {
  .un_pointTtl {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .un_pointTtl--wd {
    line-height: 1.65;
  }
  .un_pointTtl_point {
    width: 46px;
    height: 46px;
    font-size: 1.375rem;
    margin-bottom: 18px;
  }
  .un_pointTtl_num {
    width: 26px;
    margin-right: 3px;
  }
}

.un_imganc_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.un_imganc_link {
  padding: 15px 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #FFF000;
  color: #009961;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 1.1875rem;
  text-align: center;
  line-height: 1.3;
  gap: 7px;
  position: relative;
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
}
.un_imganc_link:hover {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.un_imganc_link::after {
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  background: #FBB040;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: 11px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.un_imganc_link_num {
  color: #58B531;
  font-style: italic;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .un_imganc_img {
    aspect-ratio: 389/290;
    height: 100%;
    width: 100%;
    background: #FBB040;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_imganc_img img {
    width: calc(100% + 60px);
    max-width: none;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .un_imganc_list {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    gap: 5px;
    margin-top: -9%;
  }
  .un_imganc_list > li {
    width: calc((100% - 10px) / 3);
  }
  .un_imganc_list > li:nth-child(n+4) {
    margin-top: -5%;
  }
  .un_imganc_link {
    padding: 8px 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    font-size: 0.875rem;
    gap: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .un_imganc_link::after {
    width: 17px;
    height: 6px;
    bottom: 7px;
  }
  .un_imganc_link_num {
    font-size: 1.25rem;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.un_sect_bg {
  background-color: #F0F2F2;
  margin: 0;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .un_sect_bg {
    padding: 40px 0 60px;
  }
}

.un_trajectory {
  padding-bottom: 40px;
}

.un_strength {
  position: relative;
  padding-top: 40px;
}
.un_strength::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/ja/ir/assets/images/special/bg_line.png) no-repeat top center;
  position: absolute;
  top: -165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .un_strength::before {
    top: -130px;
  }
}

.un_exbox {
  border-radius: 10px;
  overflow: hidden;
}
.un_exbox_head {
  background: #8DC221;
  color: #fff;
  font-weight: 700;
  padding: 14px 27px;
  font-size: 1.125rem;
}
.un_exbox_head_point {
  padding-right: 26px;
  margin-right: 26px;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1;
}
.un_exbox_head_point::after {
  content: "";
  width: 2px;
  height: calc(100% - 4px);
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.un_exbox_main {
  background: #fff;
  padding: 22px 35px;
}
.un_exbox_main--bg {
  background: #F0F2F2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.un_exbox_main--growth {
  padding-right: 50px;
  padding-left: 50px;
}
.un_exbox_separate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
.un_exbox_separate_img {
  width: 40%;
}
.un_exbox_separate_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_exbox_label {
  background: #FFF000;
  border: 2px solid var(--color-main);
  border-radius: 30px;
  max-width: 210px;
  padding: 10px;
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
  line-height: var(--lineHeight-s);
}
@media screen and (max-width: 767px) {
  .un_exbox_head {
    font-size: 1rem;
    padding: 12px 20px;
  }
  .un_exbox_head_point {
    font-size: 1.125rem;
    padding-right: 15px;
    margin-right: 15px;
  }
  .un_exbox_main {
    padding: 20px;
  }
  .un_exbox_separate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .un_exbox_separate_img {
    width: 100%;
  }
  .un_exbox_label {
    font-size: 0.875rem;
    margin: 0 auto;
  }
}

.un_graph {
  border: 1px solid var(--color-grayC);
  padding: 34px 23px 40px;
}
@media screen and (max-width: 767px) {
  .un_graph {
    padding: 20px;
  }
}

.un_history {
  margin-top: 70px;
  overflow: visible;
  position: relative;
}
.un_history_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.un_history_prev, .un_history_next {
  position: relative;
  position: absolute;
  height: 48px;
  width: 48px;
  top: 160px;
  z-index: 5;
  right: -24px;
  cursor: pointer;
}
.un_history_prev::before, .un_history_next::before {
  content: "\e001";
  overflow: hidden;
  position: absolute;
  top: calc(50% - 0.5em);
  background: none;
  border-radius: 0;
  width: 1em;
  height: 1.1666666667em;
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  left: auto;
  right: 14px;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.un_history_prev::after, .un_history_next::after {
  content: "";
  background-color: var(--color-main);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  -webkit-transition: var(--trans-min03);
  transition: var(--trans-min03);
}
.un_history_prev[href]:hover::before, .un_history_next[href]:hover::before {
  -webkit-animation: arrow 0.3s ease-in-out 0s forwards;
          animation: arrow 0.3s ease-in-out 0s forwards;
}
.un_history_prev[href]:hover::after, .un_history_next[href]:hover::after {
  background-color: #37c673;
}
a:hover .un_history_prev::before, a:hover .un_history_next::before {
  -webkit-animation: arrow 0.3s ease-in-out 0s forwards;
          animation: arrow 0.3s ease-in-out 0s forwards;
}
a:hover .un_history_prev::after, a:hover .un_history_next::after {
  background-color: #37c673;
}

a[target=_blank] .un_history_prev::after, .un_history_prev[target=_blank]::after, a[href$=".pdf"] .un_history_prev::after, .un_history_prev[href$=".pdf"]::after, a[target=_blank] .un_history_next::after, .un_history_next[target=_blank]::after, a[href$=".pdf"] .un_history_next::after, .un_history_next[href$=".pdf"]::after {
  content: "";
}
.un_history_prev.swiper-button-disabled, .un_history_next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .un_history_prev:hover::before, .un_history_next:hover::before {
    -webkit-animation: arrow 0.3s ease-in-out 0s forwards;
            animation: arrow 0.3s ease-in-out 0s forwards;
  }
  .un_history_prev:hover::after, .un_history_next:hover::after {
    background-color: #37c673;
  }
  .un_history_prev::after, .un_history_next::after {
    width: 48px;
    height: 48px;
  }
  .un_history_prev::before, .un_history_next::before {
    right: 18px;
  }
}
.un_history_prev {
  right: auto;
  left: -24px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.un_history .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.un_history .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #DFE6E3;
  opacity: 1;
}
.un_history .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-main);
}
.un_history_panel {
  width: calc((100% - 80px) / 3);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  opacity: 0.5;
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
  margin-right: 40px;
}
.un_history_panel.swiper-slide-visible {
  opacity: 1;
}
.un_history_panel_year {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: -webkit-linear-gradient(320deg, rgb(60, 223, 163) 0%, rgb(100, 187, 156) 100%);
  background: linear-gradient(130deg, rgb(60, 223, 163) 0%, rgb(100, 187, 156) 100%);
  position: absolute;
  display: grid;
  place-content: center;
  top: -38px;
  left: 9px;
}
.un_history_panel_year::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  background: -webkit-linear-gradient(320deg, #29BC87 0%, #288D68 100%);
  background: linear-gradient(130deg, #29BC87 0%, #288D68 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.un_history_panel_year_inner {
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 0.6875rem;
}
.un_history_panel_year_inner > em {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 2px;
}
.un_history_panel_img {
  border-radius: 5px;
}
.un_history_panel_main {
  border: 1px solid var(--color-border2);
  border-top: none;
  padding: 22px 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .un_history_next, .un_history_prev {
    top: 33%;
  }
  .un_history_next {
    right: -10px;
  }
  .un_history_prev {
    left: -10px;
  }
}

.un_figcaption {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}

.un_pointCol + .un_pointCol {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .un_pointCol + .un_pointCol {
    margin-top: 30px;
  }
  .un_pointCol_img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .un_pointCol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_pointCol_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .un_pointCol_img {
    width: 528px;
  }
  .un_pointCol--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px), print {
  .un_growthBtn_inner {
    max-width: 410px;
  }
}

/* un_contrib */
.un_contrib {
  margin-top: 40px;
  position: relative;
}
.un_contrib > * {
  z-index: 1;
  position: relative;
}
.un_contrib_clickable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
.un_contrib_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.un_contrib_tab_btn {
  width: 336px;
  border-radius: 50px;
  border: 2px solid #58B531;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #009961;
  min-height: 66px;
  padding: 10px;
  background: #F0F2F2;
  letter-spacing: 0.02em;
}
.un_contrib_tab_btn.is-active {
  background: #FFF000;
  -webkit-filter: drop-shadow(4px 3px 0px #BABBBC);
          filter: drop-shadow(4px 3px 0px #BABBBC);
  position: relative;
}
.un_contrib_tab_btn.is-active::before, .un_contrib_tab_btn.is-active::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 19px;
  height: 14px;
  background: #58B531;
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  left: 0;
  margin: auto;
}
.un_contrib_tab_btn.is-active::after {
  content: "";
  width: 15px;
  height: 12px;
  top: calc(100% - 1px);
  background: #FFF000;
}
.un_contrib_bg {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.un_contrib_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99;
}
.un_contrib_modal_item {
  overflow-y: scroll;
  max-width: 800px;
  max-height: 90vh;
  width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px 50px 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s 0.45s;
  transition: opacity 0.4s 0.45s;
}
.un_contrib_modal_item.is-active {
  opacity: 1;
  pointer-events: all;
}
.un_contrib_modal_item::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.un_contrib_modal_item::-webkit-scrollbar-thumb {
  background: var(--color-border2);
  width: 4px;
  border-radius: 5px;
}
.un_contrib_modal_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.un_contrib_modal_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_contrib_modal_main .el_titSecondary {
  margin-bottom: 35px;
}
.un_contrib_modal_img {
  width: 295px;
}
.un_contrib_modal_close {
  position: absolute;
  top: 19px;
  right: 18px;
}
@media screen and (min-width: 768px), print {
  .un_contrib::after {
    content: "";
    display: block;
    width: 440px;
    height: 440px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 39px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .un_contrib_cnt_item {
    display: none;
    position: relative;
    opacity: 0;
  }
  .un_contrib_cnt_item.is-active {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn_tab 0.6s ease forwards;
            animation: fadeIn_tab 0.6s ease forwards;
  }
  .un_contrib_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .un_contrib_list_item {
    position: absolute;
  }
  .un_contrib_list--society .un_contrib_list_item:nth-child(1) {
    top: 251px;
    left: 305px;
  }
  .un_contrib_list--society .un_contrib_list_item:nth-child(2) {
    top: 32px;
    left: 455px;
  }
  .un_contrib_list--society .un_contrib_list_item:nth-child(3) {
    top: 100px;
    left: 721px;
  }
  .un_contrib_list--society .un_contrib_list_item:nth-child(4) {
    top: 167px;
    left: 779px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(1) {
    top: 188px;
    left: 188px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(2) {
    top: 283px;
    left: 243px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(3) {
    top: 396px;
    left: 496px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(4) {
    top: 217px;
    left: 538px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(5) {
    top: 307px;
    left: 402px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(6) {
    top: 307px;
    left: 561px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(7) {
    top: 258px;
    left: 690px;
  }
  .un_contrib_list--home .un_contrib_list_item:nth-child(8) {
    top: 359px;
    left: 846px;
  }
  .un_contrib_btn:hover {
    -webkit-animation: pyonpyon 1.5s -0.4s infinite ease-out;
            animation: pyonpyon 1.5s -0.4s infinite ease-out;
  }
  .un_contrib_btn_text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .un_contrib {
    margin-top: 30px;
  }
  .un_contrib_clickable {
    display: none;
  }
  .un_contrib_tab {
    display: none;
  }
  .un_contrib_cnt_item + .un_contrib_cnt_item {
    margin-top: 40px;
  }
  .un_contrib_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
    margin-top: 10px;
  }
  .un_contrib_btn {
    background: #FFFAA2;
    border: 2px solid #58B531;
    border-radius: 4px;
    display: block;
    min-height: 54px;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    padding-right: 33px;
    position: relative;
  }
  .un_contrib_btn::after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    background: url(/ja/ir/assets/images/special/icon_plus.svg) no-repeat center/contain;
  }
  .un_contrib_btn_text {
    font-size: 0.9375rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
  }
  .un_contrib_modal_item {
    padding: 45px 30px 30px;
  }
  .un_contrib_modal_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .un_contrib_modal_close {
    top: 13px;
    right: 12px;
    width: 35px;
    height: 35px;
  }
  .un_contrib_modal_main .el_titSecondary {
    margin-bottom: 25px;
  }
  .un_contrib_modal_img {
    width: 100%;
    text-align: center;
  }
}

/* animation */
@-webkit-keyframes pyonpyon {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  47% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  65% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  82% {
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes pyonpyon {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  47% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  65% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  82% {
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn_tab {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn_tab {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=special.css.map */