@import url(lib/swiper-bundle.min.css);
/*----- top #interview_movie -----*/
/* ------------------------------------------------
 interview_movie
------------------------------------------------ */
@media screen and (min-width: 780.1px) {
  #interview_movie .sheader {
    margin: 0 5.5555555556em;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  #interview_movie .sheader .title {
    flex: 1;
  }
}
@media screen and (max-width: 780px) {
  #interview_movie .sheader .title {
    margin-right: -1em;
    padding: 0;
  }
  #interview_movie .sheader .ctrl {
    margin-top: 0.9333333333em;
  }
}

/* ----------------------------
 slider
------------------------------*/
#interview_movie_slider {
  margin-left: 10.5555555556em;
}
#interview_movie_slider li {
  padding-left: 1.6666666667em;
  width: 33.3333333333em;
  position: relative;
}
#interview_movie_slider li a {
  color: #000;
  text-decoration: none;
  display: block;
}
@media screen and (any-hover: hover) {
  #interview_movie_slider li a {
    opacity: 1;
  }
  #interview_movie_slider li a .img img {
    transition: transform 0.4s ease;
  }
  #interview_movie_slider li a:hover .img img {
    transform: scale(1.18);
  }
}
#interview_movie_slider li .img {
  border-radius: 2.2222222222em;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#interview_movie_slider li .img img {
  width: 100%;
  height: auto;
}
#interview_movie_slider li .img::before {
  content: "";
  background: url(/assets/r8/images/common/icon_movieplay.svg) 50% 50% no-repeat;
  background-size: 5.1666666667em auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#interview_movie_slider li .txt {
  margin-top: 1.1111111111em;
  padding-bottom: 1.4444444444em;
  position: relative;
}
#interview_movie_slider li .txt::before {
  content: "";
  background: url(/assets/r8/images/top/moview_txt_quote.svg) no-repeat;
  background-size: contain;
  width: 8.8888888889em;
  aspect-ratio: 160/84;
  position: absolute;
  left: -1.6666666667em;
  bottom: 0;
  z-index: -1;
}
#interview_movie_slider li .txt p {
  font-size: 1.1111111111em;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  #interview_movie_slider {
    margin: 0 -1.3333333333em;
  }
  #interview_movie_slider li {
    padding-left: 1.3333333333em;
    width: 21.3333333333em;
    position: relative;
  }
  #interview_movie_slider li .img {
    border-radius: 2em;
  }
  #interview_movie_slider li .img::before {
    background-size: 2.9333333333em auto;
  }
  #interview_movie_slider li .txt {
    margin-top: 1.3333333333em;
    padding-bottom: 0.6666666667em;
    position: relative;
  }
  #interview_movie_slider li .txt::before {
    width: 5.3333333333em;
    left: -0.9333333333em;
  }
  #interview_movie_slider li .txt p {
    font-size: 1em;
  }
}

/* ----------------------------
 slider navigation
------------------------------*/
#interview_movie .ctrl {
  display: flex;
  -moz-column-gap: 1.1111111111em;
       column-gap: 1.1111111111em;
}
#interview_movie .ctrl .basic_btn {
  width: 4.4444444444em;
  height: auto;
  aspect-ratio: 1/1;
  align-content: center;
  display: block;
  box-shadow: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#interview_movie .ctrl .basic_btn::after {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 0% 0%;
}
#interview_movie .ctrl .basic_btn.prev::after {
  transform: rotate(180deg) translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 780px) {
  #interview_movie .ctrl {
    justify-content: flex-end;
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
  }
  #interview_movie .ctrl .basic_btn {
    width: 3.3333333333em;
  }
}

/* ------------------------------------------------
 modal_interview_movie
------------------------------------------------ */
.remodal.interview .item {
  display: flex;
  flex-direction: column;
  row-gap: 1.1111111111em;
}
.remodal.interview .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.remodal.interview .movie iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.remodal.interview .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.remodal.interview .heading .kana {
  letter-spacing: -0.1em;
}
.remodal.interview .heading .company {
  font-size: 1.7777777778em;
}
.remodal.interview .heading .profile {
  text-align: right;
}
.remodal.interview .heading .profile > * {
  display: block;
}
.remodal.interview .heading .profile .job {
  font-size: 0.7777777778em;
}
.remodal.interview .heading .profile .name {
  font-size: 1.1111111111em;
  font-weight: bold;
}
.remodal.interview .torikumi {
  border-radius: 1.1111111111em;
  background: linear-gradient(236deg, #F2F2F2 11.68%, #F8F8F8 92.02%);
  padding: 1.1111111111em 1.6666666667em;
  display: flex;
  align-items: start;
  -moz-column-gap: 1.1111111111em;
       column-gap: 1.1111111111em;
}
.remodal.interview .torikumi .label {
  color: var(--color-green);
  font-size: 0.7777777778em;
  font-weight: 700;
  border-radius: 2.8571428571em;
  background: linear-gradient(134deg, rgba(239, 255, 186, 0.7) 10.38%, rgba(189, 238, 99, 0.7) 82.2%);
  padding: 0.2857142857em 1.4285714286em 0.4285714286em;
}
.remodal.interview .torikumi .list {
  flex: 1;
}
.remodal.interview .torikumi .list li {
  display: inline;
}
@media screen and (min-width: 780.1px) {
  .remodal.interview > .inner {
    border-radius: 2.2222222222em;
    padding: 3.3333333333em;
    width: 55.5555555556em;
  }
}
@media screen and (max-width: 780px) {
  .remodal.interview > .inner {
    border-radius: 2em;
    padding: 1.3333333333em;
    width: 21.3333333333em;
  }
  .remodal.interview .item {
    row-gap: 1.3333333333em;
  }
  .remodal.interview .heading {
    flex-direction: column;
  }
  .remodal.interview .heading .company {
    font-size: 1.6em;
  }
  .remodal.interview .heading .profile {
    text-align: center;
    margin-top: 0.3333333333em;
  }
  .remodal.interview .heading .profile > * {
    display: inline-block;
  }
  .remodal.interview .heading .profile .job {
    font-size: 0.8em;
  }
  .remodal.interview .heading .profile .name {
    font-size: 1.0666666667em;
  }
  .remodal.interview .torikumi {
    border-radius: 1.3333333333em;
    padding: 1.3333333333em;
    flex-direction: column;
    row-gap: 0.6666666667em;
  }
  .remodal.interview .torikumi .label {
    font-size: 0.8em;
  }
  .remodal.interview .torikumi .list {
    flex: 1;
  }
  .remodal.interview .torikumi .list li {
    display: inline;
  }
}

/* ------------------------------------------------
 interview
------------------------------------------------ */
.interview_index {
  margin-top: 8.3333333333em;
}
.interview_index .sheader::before {
  left: 50%;
  top: -4em;
  transform: translateX(-50%);
}
.interview_index .sheader .title {
  text-align: center;
}
.interview_index .sheader .title span {
  line-height: 1.5;
  display: block;
}
.interview_index .sheader .title span i {
  font-style: normal;
  letter-spacing: -0.05em;
}
.interview_index .sheader .title .l1 {
  font-size: 1.1111111111em;
}
.interview_index .sheader .title .l2 {
  font-size: 2.6666666667em;
  margin-top: 0.2083333333em;
}
.interview_index .slider {
  width: 85em;
  overflow: hidden;
}
.interview_index .slider .swiper-wrapper {
  height: auto;
}
.interview_index .slider li {
  padding: 3em 0.6666666667em 0;
  width: 14.1666666667em;
  box-sizing: border-box;
}
.interview_index .slider li a {
  text-decoration: none;
  display: block;
}
@media screen and (any-hover: hover) {
  .interview_index .slider li a {
    transition: none;
  }
  .interview_index .slider li a > .balloon,
  .interview_index .slider li a > .img {
    transition: all 0.4s var(--easeOutBack);
    position: relative;
  }
  .interview_index .slider li a:hover {
    opacity: 1;
  }
  .interview_index .slider li a:hover > .balloon,
  .interview_index .slider li a:hover > .img {
    transform: translateY(-1.6666666667em);
  }
}
.interview_index .slider li .img {
  width: 100%;
}
.interview_index .slider li .img img {
  width: 100%;
  height: auto;
}
.interview_index .slider li .balloon {
  border-radius: 2.5555555556em;
  background: #fff;
  height: 4.4444444444em;
  align-content: center;
  position: relative;
  filter: drop-shadow(0 0.4444444444em 0.5555555556em #D7D7D7);
  position: relative;
  z-index: 2;
}
.interview_index .slider li .balloon .txt {
  font-weight: bold;
  text-align: center;
}
.interview_index .slider li .balloon::after {
  content: "";
  background: #fff;
  width: 1.3333333333em;
  aspect-ratio: 2/1;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  clip-path: shape(from 0% 0%, line to 100% 0%, curve to 50% 100% with 50% 50%, curve to 0% 0% with 50% 50%);
}
@media screen and (max-width: 780px) {
  .interview_index {
    margin-top: 8em;
  }
  .interview_index .sheader::before {
    top: -3.3333333333em;
  }
  .interview_index .sheader .title .l1 {
    font-size: 1.3333333333em;
  }
  .interview_index .sheader .title .l2 {
    font-size: 2em;
    margin-top: 0.3333333333em;
  }
  .interview_index .slider {
    margin-left: 2.3333333333em;
    width: 65.6em;
    overflow: visible;
  }
  .interview_index .slider li {
    padding: 2.6666666667em 0.3333333333em 0;
    width: 10.9333333333em;
  }
  .interview_index .slider li .balloon {
    border-radius: 2em;
    height: 3.7333333333em;
  }
  .interview_index .slider li .balloon .txt {
    font-size: 0.9333333333em;
  }
  .interview_index .slider li .balloon::after {
    width: 1.0666666667em;
  }
}

@media screen and (min-width: 780.1px) {
  #interview_slider_scrollbar {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #interview_slider_scrollbar {
    margin: 2em 2.3333333333em 0;
    width: auto;
  }
}

/* ------------------------------------------------
 font-size
------------------------------------------------ */
@media screen and (min-width: 780.1px) and (max-width: 1439.9px) {
  html {
    font-size: 1.25vw;
  }
}

/* ------------------------------------------------
 coverimage
------------------------------------------------ */
#wrapper .background.illust.r {
  background-image: url(../images/coverimage/r_top.webp?2);
  width: 58.7777777778em;
  aspect-ratio: 1058/1029;
  top: -9.7777777778em;
  left: calc(50% + 7.5em);
}
#wrapper .background.illust.l {
  background-image: url(../images/coverimage/l_top.webp?2);
  width: 58em;
  aspect-ratio: 1044/1061;
  top: -9.7777777778em;
  right: calc(50% + 12.6666666667em);
}
#wrapper .background.block {
  background: linear-gradient(104deg, #F2F2F2 41.82%, #F8F8F8 76.43%);
  top: 72.2222222222em;
  left: 16.6666666667em;
  transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  #wrapper .background.illust {
    width: 31.2em !important;
    aspect-ratio: 1040/397 !important;
  }
  #wrapper .background.illust.r {
    background-image: url(../images/coverimage/r_1-sp.webp?2);
    top: -4.3333333333em;
    left: -3.3333333333em;
  }
  #wrapper .background.illust.l {
    background-image: url(../images/coverimage/l_top-sp.webp?2);
    top: 41.4666666667em;
    left: -3.3333333333em;
    right: unset;
  }
}

/* ------------------------------------------------
 navi
------------------------------------------------ */
#navi {
  top: 0 !important;
}

/* ------------------------------------------------
 KV
------------------------------------------------ */
#kv > .inner {
  padding-top: 5.5555555556em;
}
#kv img {
  width: 100%;
}
#kv .logo {
  margin: 1.1111111111em auto 0;
  width: 44.6666666667em;
}
#kv .counter {
  margin: 1em auto 0;
  width: 24.4444444444em;
}
#kv .links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.7777777778em;
       column-gap: 1.7777777778em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#kv .links a {
  display: block;
}
#kv .links a:first-child {
  width: 10.5555555556em;
}
#kv .links a:last-child {
  margin-top: 0.2777777778em;
  width: 7.2222222222em;
}
@media screen and (max-width: 780px) {
  #kv > .inner {
    padding-top: 8em;
  }
  #kv .logo {
    margin-top: 0.6666666667em;
    width: 24em;
  }
  #kv .counter {
    margin-top: 0.4em;
    width: 17.3333333333em;
  }
  #kv .links {
    -moz-column-gap: 1.4666666667em;
         column-gap: 1.4666666667em;
  }
  #kv .links a:first-child {
    width: 9em;
  }
  #kv .links a:last-child {
    margin-top: 0.5333333333em;
    width: 6.2em;
  }
  #kv .entry_content .banzai {
    margin-top: 2em;
  }
}

/* ------------------------------------------------
 section common
------------------------------------------------ */
@media screen and (min-width: 780.1px) {
  #news > .inner, #index > .inner {
    margin-left: auto;
    margin-right: auto;
    width: 68.8888888889em;
    box-sizing: border-box;
  }
}

.section.basic_style.wide .sheader .title {
  line-height: 1.5;
}
.section.basic_style.wide .sheader .title .s {
  font-size: 0.4166666667em;
  margin-bottom: 0.5em;
  display: block;
}
/* ------------------------------------------------
 news
------------------------------------------------ */
#news {
  margin-top: 6.6666666667em;
}
#news > .inner {
  border-radius: 2.2222222222em;
  background: linear-gradient(15deg, #F2F2F2 24.01%, #F8F8F8 80.16%);
  padding: 1.6666666667em 2.7777777778em;
}
#news .sbody {
  margin: 0;
}
#news .list + .list {
  margin-top: 1em;
}
#news .list.more {
  display: none;
}
#news .list li {
  display: flex;
  align-items: start;
}
#news .list li + li {
  margin-top: 1em;
}
#news .list li a {
  color: var(--color-black);
}
#news .list li .date {
  font-size: 0.7777777778em;
  font-weight: bold;
  padding-top: 0.2857142857em;
  min-width: 10em;
}
#news .list li .txt {
  flex: 1;
}
#news aside {
  margin-top: 1.6666666667em;
}
#news aside .btn_more {
  border-width: 0;
  outline: none;
  background: transparent;
  margin: -0.5em;
  margin-left: auto;
  padding: 0.5em;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6666666667em;
       column-gap: 0.6666666667em;
  cursor: pointer;
}
@media screen and (any-hover: hover) {
  #news aside .btn_more {
    transition: opacity 0.4s ease;
  }
  #news aside .btn_more:hover {
    opacity: 0.3;
  }
}
#news aside .btn_more .txt {
  font-weight: bold;
}
#news aside .btn_more::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) center no-repeat;
  background-size: contain;
  width: 0.7777777778em;
  aspect-ratio: 1/1;
  transition: transform 0.4s ease;
  transform: rotate(90deg);
}
#news aside .btn_more.open::after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 780px) {
  #news {
    margin-top: 8em;
  }
  #news > .inner {
    border-radius: 2em;
    padding: 2em;
  }
  #news .list + .list {
    margin-top: 0.8em;
  }
  #news .list li {
    flex-direction: column;
    row-gap: 0.2em;
  }
  #news .list li + li {
    margin-top: 0.8em;
  }
  #news .list li .date,
  #news .list li .txt {
    font-size: 0.8em;
  }
  #news aside {
    margin-top: 0.6666666667em;
  }
  #news aside .btn_more {
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
  }
}
@media screen and (max-width: 780px) and (any-hover: hover) {
  #news aside .btn_more {
    transition: opacity 0.4s ease;
  }
  #news aside .btn_more:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 780px) {
  #news aside .btn_more .txt {
    font-size: 0.8em;
  }
}

/* ------------------------------------------------
 pickup menu
------------------------------------------------ */
#pickup .copy {
  font-size: 1.7777777778em;
  text-align: center;
}
#pickup .list {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  -moz-column-gap: 1.2222222222em;
       column-gap: 1.2222222222em;
}
@media screen and (max-width: 780px) {
  #pickup {
    margin-top: 4em;
  }
  #pickup .copy {
    font-size: 1.6em;
  }
  #pickup .list {
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: unset;
    row-gap: 1.3333333333em;
  }
  #pickup .list li:last-child:nth-child(odd) {
    grid-column: 1/span 2;
  }
  #pickup .list li:last-child:nth-child(odd) a {
    width: auto;
    aspect-ratio: 35/9;
  }
  #pickup .list li:last-child:nth-child(odd) a .txt br:first-of-type {
    display: none;
  }
}

/* ----------------------------
 menubtn
------------------------------*/
.section.basic_style .btns.list a {
  border-radius: 2.2222222222em;
  text-align: center;
  width: 12.7777777778em;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1em;
}
.section.basic_style .btns.list a:not(.fourth)::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6666666667em;
  aspect-ratio: 1/1;
  display: block;
  opacity: 1;
  position: static;
  flex-basis: 0%;
}
.section.basic_style .btns.list .about a::before {
  background-image: url(../images/top/index_icon_about.svg);
}
.section.basic_style .btns.list .bounty a::before {
  background-image: url(../images/top/index_icon_bounty.svg);
}
.section.basic_style .btns.list .procedure a::before {
  background-image: url(../images/top/index_icon_procedure.svg);
}
.section.basic_style .btns.list .qa a::before {
  background-image: url(../images/top/index_icon_qa.svg);
}
.section.basic_style .btns.list .previous_year a::before {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .section.basic_style .btns.list a {
    border-radius: 2em;
    width: 11.2em;
  }
  .section.basic_style .btns.list a:not(.fourth)::before {
    width: 3.3333333333em;
  }
  .section.basic_style .btns.list a .txt {
    font-size: 1.0666666667em;
  }
}

/* ----------------------------
 interview_index
------------------------------*/
@media screen and (min-width: 1530px) {
  #interview_index .slider {
    width: 86.1111111111em;
  }
  #interview_index .slider .swiper-wrapper {
    justify-content: center;
  }
  #interview_index .slider li:nth-child(n+7) {
    display: none !important;
  }
  #interview_index .scrollbar {
    display: none;
  }
}
/* ------------------------------------------------
 about
------------------------------------------------ */
#about .sbody {
  margin-top: 0;
}
#about .sbody > .txt {
  border-radius: 2.2222222222em;
  background: var(--grade-green);
  padding: 6.1111111111em 0;
  margin: 0 auto;
  max-width: 85em;
  width: calc(100% - 6.1111111111em);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3.3333333333em;
       column-gap: 3.3333333333em;
}
#about .sbody > .txt .summary {
  font-size: 1.4444444444em;
  width: 26.9230769231em;
}
#about .sbody > .txt .summary b {
  color: var(--color-green);
}
#about .sbody > .txt .basic_btn {
  width: 11.3333333333em;
}
@media screen and (min-width: 780.1px) {
  #about {
    margin-top: 11.1111111111em;
  }
}
@media screen and (max-width: 780px) {
  #about .sbody > .txt {
    border-radius: 2em;
    padding: 4.6666666667em 3em;
    width: auto;
    flex-direction: column;
    row-gap: 2.6666666667em;
  }
  #about .sbody > .txt .summary {
    font-size: 1.3333333333em;
    text-align: justify;
    width: auto;
  }
}

/* ------------------------------------------------
 torikumi
------------------------------------------------ */
#torikumi .sheader .summary {
  font-size: 1.7777777778em;
  text-align: center;
}
#torikumi .sheader .summary b {
  color: var(--color-red);
  font-weight: inherit;
}
#torikumi .sbody {
  margin-top: 3.3333333333em;
  padding-bottom: 8.3333333333em;
}
#torikumi aside .basic_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.7777777778em;
       column-gap: 0.7777777778em;
}
#torikumi aside .basic_btn::before {
  background: url(../images/top/index_icon_bounty.svg) no-repeat;
  background-size: contain;
  width: 1.7222222222em;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  position: static;
  opacity: 1;
}
@media screen and (min-width: 780.1px) {
  #torikumi {
    margin-top: 10em;
  }
}
@media screen and (max-width: 780px) {
  #torikumi .sheader .summary {
    font-size: 1.6em;
  }
  #torikumi .sbody {
    margin-top: 2.6666666667em;
    padding-bottom: 8em;
  }
  #torikumi aside .basic_btn {
    -moz-column-gap: 1.1333333333em;
         column-gap: 1.1333333333em;
  }
  #torikumi aside .basic_btn::before {
    content: "";
    width: 2.0666666667em;
  }
  #torikumi aside .basic_btn::after {
    right: 1.3333333333em;
  }
  #torikumi aside .basic_btn .txt {
    font-size: 1.0666666667em;
  }
}

/* ----------------------------
 torikumi_slider
------------------------------*/
#torikumi_slider {
  overflow: visible;
}
#torikumi_slider li {
  position: relative;
  width: 9.7222222222em;
  position: relative;
}
#torikumi_slider li .img {
  background-color: red;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin: 0 auto;
  width: 7.2222222222em;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
#torikumi_slider li .img::before, #torikumi_slider li .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#torikumi_slider li .img::before {
  background: var(--grade-gray);
}
#torikumi_slider li .img::after {
  background: var(--grade-green-blue);
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (any-hover: hover) {
  #torikumi_slider li .img:hover::after {
    opacity: 1;
  }
}
#torikumi_slider li .txt {
  border-top: 1px solid #000;
  padding-top: 0.6666666667em;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 10.2777777778em;
  transform: translate3d(-50%, -2em, 0);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  pointer-events: none;
}
#torikumi_slider li .txt p {
  white-space: nowrap;
}
#torikumi_slider li .txt::after {
  content: "";
  border-left: 1px solid #000;
  background-color: #fff;
  width: 0.8888888889em;
  aspect-ratio: 2/3;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0px);
  transform: translateX(-50%) skew(-34deg);
}
#torikumi_slider li.swiper-slide-active {
  opacity: 1;
}
#torikumi_slider li.swiper-slide-active .img::after {
  opacity: 1;
}
#torikumi_slider li.swiper-slide-active .txt {
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
  transform: translate3D(-50%, 0, 0);
}
#torikumi_slider li.torikumi_1 .img {
  -webkit-mask-image: url(../images/bounty/torikumi01_icon.svg);
          mask-image: url(../images/bounty/torikumi01_icon.svg);
}
#torikumi_slider li.torikumi_2 .img {
  -webkit-mask-image: url(../images/bounty/torikumi02_icon.svg);
          mask-image: url(../images/bounty/torikumi02_icon.svg);
}
#torikumi_slider li.torikumi_3 .img {
  -webkit-mask-image: url(../images/bounty/torikumi03_icon.svg);
          mask-image: url(../images/bounty/torikumi03_icon.svg);
}
#torikumi_slider li.torikumi_4 .img {
  -webkit-mask-image: url(../images/bounty/torikumi04_icon.svg);
          mask-image: url(../images/bounty/torikumi04_icon.svg);
}
#torikumi_slider li.torikumi_5 .img {
  -webkit-mask-image: url(../images/bounty/torikumi05_icon.svg);
          mask-image: url(../images/bounty/torikumi05_icon.svg);
}
#torikumi_slider li.torikumi_6 .img {
  -webkit-mask-image: url(../images/bounty/torikumi06_icon.svg);
          mask-image: url(../images/bounty/torikumi06_icon.svg);
}
#torikumi_slider li.torikumi_7 .img {
  -webkit-mask-image: url(../images/bounty/torikumi07_icon.svg);
          mask-image: url(../images/bounty/torikumi07_icon.svg);
}
#torikumi_slider li.torikumi_8 .img {
  -webkit-mask-image: url(../images/bounty/torikumi08_icon.svg);
          mask-image: url(../images/bounty/torikumi08_icon.svg);
}
#torikumi_slider li.torikumi_9 .img {
  -webkit-mask-image: url(../images/bounty/torikumi09_icon.svg);
          mask-image: url(../images/bounty/torikumi09_icon.svg);
}
#torikumi_slider li.torikumi_10 .img {
  -webkit-mask-image: url(../images/bounty/torikumi10_icon.svg);
          mask-image: url(../images/bounty/torikumi10_icon.svg);
}
#torikumi_slider li.torikumi_11 .img {
  -webkit-mask-image: url(../images/bounty/torikumi11_icon.svg);
          mask-image: url(../images/bounty/torikumi11_icon.svg);
}
#torikumi_slider li.torikumi_12 .img {
  -webkit-mask-image: url(../images/bounty/torikumi12_icon.svg);
          mask-image: url(../images/bounty/torikumi12_icon.svg);
}
#torikumi_slider li.torikumi_13 .img {
  -webkit-mask-image: url(../images/bounty/torikumi13_icon.svg);
          mask-image: url(../images/bounty/torikumi13_icon.svg);
}
#torikumi_slider li.torikumi_14 .img {
  -webkit-mask-image: url(../images/bounty/torikumi14_icon.svg);
          mask-image: url(../images/bounty/torikumi14_icon.svg);
}
#torikumi_slider li.torikumi_15 .img {
  -webkit-mask-image: url(../images/bounty/torikumi15_icon.svg);
          mask-image: url(../images/bounty/torikumi15_icon.svg);
}