/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  @-webkit-keyframes bounce {
    0%,
        6.6%,
        16.6%,
        26.6%,
        33.3% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    13.3% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    20% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  @keyframes bounce {
    0%,
        6.6%,
        16.6%,
        26.6%,
        33.3% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    13.3% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    20% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  #about {
    overflow: hidden;
  }
  #about #value .value_head {
    margin-top: 120px;
  }
  #about #value .value_head .head_mini {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: #222222 3px solid;
    letter-spacing: 0.05em;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  #about #value .value_head .value_lead {
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 50px 0 100px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    overflow: hidden;
  }
  #about #value .value_inner {
    width: 81.25%;
    margin: 0 auto 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 3%;
  }
  #about #value .value_inner .value_text {
    font-size: 2rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #about #value .value_inner .value_text strong {
    color: #f39700;
    font-weight: bold;
  }
  #about #value .value_inner .value_img {
    width: 66.15%;
    position: relative;
  }
  #about #value .value_inner .value_img .value_img_inner {
    aspect-ratio: 861/853;
    position: absolute;
    width: 171%;
    max-width: 861px;
    right: 0;
    top: 0;
  }
  #about #value .value_inner .value_img .value_img_inner .value_bg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara01 {
    width: 8.82%;
    height: auto;
    position: absolute;
    left: 57.6%;
    top: 24.03%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara02 {
    width: 4.52%;
    height: auto;
    position: absolute;
    left: 67.36%;
    top: 25.32%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara03 {
    width: 2.9%;
    height: auto;
    position: absolute;
    left: 73.86%;
    top: 27.84%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara04 {
    width: 2.67%;
    height: auto;
    position: absolute;
    left: 75.84%;
    top: 22.03%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  #roots {
    margin-top: 125px;
  }
  #roots .roots_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 9.16%;
  }
  #roots .roots_head .head_mini {
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: #222222 3px solid;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  #roots .roots_head .head_mini span {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #roots .roots_head .head_mini span strong {
    color: #f39700;
    font-weight: bold;
  }
  #roots .roots_head .roots_text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #roots .roots_head .roots_text strong {
    color: #f39700;
    font-weight: bold;
  }
  #roots .roots_cont {
    position: relative;
    margin-top: 60px;
  }
  #roots .roots_cont .roots_list {
    width: 73.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2.4%;
    position: relative;
    z-index: 1;
    margin-left: auto;
  }
  #roots .roots_cont .roots_list li {
    width: 48.8%;
    padding: 30px 0;
    background-color: #f2f0ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    opacity: 0;
    scale: 0.8;
  }
  #roots .roots_cont .roots_list li span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 15px;
  }
  #roots .roots_cont .roots_acce {
    width: 63.5%;
    position: absolute;
    z-index: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: -26.25%;
  }

  #items {
    margin-top: 180px;
    position: relative;
    z-index: 0;
  }
  #items h3 {
    font-size: 3.4rem;
    letter-spacing: 0.075em;
    font-weight: bold;
    margin-bottom: 32px;
  }
  #items h3 i {
    display: inline-block;
    width: 73px;
    margin-right: 23px;
    vertical-align: text-bottom;
  }
  #items h3 i img {
    width: 100%;
    height: auto;
  }
  #items .items_img_wrap {
    background-color: #fff;
    border: 1px solid #222222;
    border-radius: 30px;
    padding: 47px 41px;
    position: relative;
    margin-bottom: 57px;
  }
  #items .items_img_wrap::before, #items .items_img_wrap::after {
    content: "";
    display: block;
    width: 16px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #222222;
    position: absolute;
    z-index: -1;
    bottom: -35px;
  }
  #items .items_img_wrap::before {
    left: 60px;
  }
  #items .items_img_wrap::after {
    right: 60px;
  }
  #items .items_img_wrap .items_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #items .items_img_wrap .items_list li {
    width: 32.3%;
  }
  #items .items_img_wrap .items_list li img {
    width: 100%;
  }
  #items .items_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #items .items_cont .items_text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 4.5%;
  }
  #items .items_cont .items_acce {
    display: block;
    width: 158px;
    height: auto;
    margin-left: 18.75%;
  }

  #special {
    margin-top: 190px;
    margin-bottom: 200px;
  }
  #special h3 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 42px;
  }
  #special h3 i {
    display: inline-block;
    width: 104px;
    margin-right: 23px;
    vertical-align: text-bottom;
  }
  #special h3 i img {
    width: 100%;
    height: auto;
  }
  #special .special_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
  }
  #special .special_list .special_item {
    width: 30.66%;
  }
  #special .special_list .special_item a {
    width: 100%;
  }
  #special .special_list .special_item a .thumb {
    width: 100%;
    height: auto;
  }
  #special .special_list .special_item a .thumb img {
    width: 100%;
  }
  #special .special_list .special_item a .title {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    border-bottom: 2px dashed #f39700;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #special .special_list .special_item a .text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #special .special_list .special_item:nth-of-type(1) a .thumb {
    position: relative;
  }
  #special .special_list .special_item:nth-of-type(1) a .thumb::before {
    content: "";
    display: block;
    background-image: url(../images/about/special_acce01.svg);
    background-repeat: no-repeat;
    width: 54px;
    height: 70px;
    position: absolute;
    bottom: -22px;
    right: 3.78%;
    z-index: 1;
  }
  #special .special_list .special_item:nth-of-type(2) a .thumb {
    position: relative;
  }
  #special .special_list .special_item:nth-of-type(2) a .thumb::before {
    content: "";
    display: block;
    background-image: url(../images/about/special_acce02.svg);
    background-repeat: no-repeat;
    width: 79px;
    height: 103px;
    position: absolute;
    bottom: -24px;
    right: 2.70%;
    z-index: 1;
  }
  #special .special_list .special_item:nth-of-type(3) a .thumb {
    position: relative;
  }
  #special .special_list .special_item:nth-of-type(3) a .thumb::before {
    content: "";
    display: block;
    background-image: url(../images/about/special_acce03.svg);
    background-repeat: no-repeat;
    width: 94px;
    height: 61px;
    position: absolute;
    bottom: -24px;
    right: 2.16%;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  #about #value .value_inner {
    display: block;
    position: relative;
    z-index: 0;
  }
  #about #value .value_inner .value_img {
    margin-top: 30px;
    width: 100%;
  }
  #about #value .value_inner .value_img .value_img_inner {
    width: 100%;
    position: relative;
    max-width: none;
    aspect-ratio: 300/111;
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara01 {
    width: 5.02%;
    height: auto;
    position: absolute;
    left: 68%;
    top: 30.03%;
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara02 {
    width: 2.92%;
    height: auto;
    position: absolute;
    left: 74.36%;
    top: 31.32%;
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara03 {
    width: 1.9%;
    height: auto;
    position: absolute;
    left: 78.26%;
    top: 33.84%;
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara04 {
    width: 1.87%;
    height: auto;
    position: absolute;
    left: 80.44%;
    top: 28.03%;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  @-webkit-keyframes bounce {
    0%,
        6.6%,
        16.6%,
        26.6%,
        33.3% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    13.3% {
      -webkit-transform: translateY(-2.66667vw);
              transform: translateY(-2.66667vw);
    }
    20% {
      -webkit-transform: translateY(-1.33333vw);
              transform: translateY(-1.33333vw);
    }
  }
  @keyframes bounce {
    0%,
        6.6%,
        16.6%,
        26.6%,
        33.3% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    13.3% {
      -webkit-transform: translateY(-2.66667vw);
              transform: translateY(-2.66667vw);
    }
    20% {
      -webkit-transform: translateY(-1.33333vw);
              transform: translateY(-1.33333vw);
    }
  }
  #about {
    overflow: hidden;
  }
  #about #value .value_head {
    margin-top: 12vw;
  }
  #about #value .value_head .head_mini {
    font-size: 4.8vw;
    font-weight: bold;
    padding-bottom: 2vw;
    border-bottom: #222222 0.66667vw solid;
    letter-spacing: 0.05em;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(5.33333vw);
            transform: translateY(5.33333vw);
  }
  #about #value .value_head .value_lead {
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 8vw 0 6.66667vw;
    opacity: 0;
    -webkit-transform: translateY(5.33333vw);
            transform: translateY(5.33333vw);
  }
  #about #value .value_inner {
    width: 91.46%;
    margin: 0 auto;
  }
  #about #value .value_inner .value_text {
    font-size: 3.73333vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
    opacity: 0;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }
  #about #value .value_inner .value_text strong {
    color: #f39700;
    font-weight: bold;
  }
  #about #value .value_inner .value_img {
    width: 164.4vw;
    height: auto;
    margin-left: -42.66667vw;
    margin-top: 4vw;
    margin-bottom: 176vw;
    position: relative;
  }
  #about #value .value_inner .value_img .value_img_inner {
    aspect-ratio: 861/853;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
  }
  #about #value .value_inner .value_img .value_img_inner .value_bg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara01 {
    width: 8.82%;
    height: auto;
    position: absolute;
    left: 57.6%;
    top: 24.03%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    opacity: 0;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara02 {
    width: 4.52%;
    height: auto;
    position: absolute;
    left: 67.36%;
    top: 25.32%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    opacity: 0;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara03 {
    width: 2.9%;
    height: auto;
    position: absolute;
    left: 73.86%;
    top: 27.84%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    opacity: 0;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }
  #about #value .value_inner .value_img .value_img_inner .value_chara04 {
    width: 2.67%;
    height: auto;
    position: absolute;
    left: 75.84%;
    top: 22.03%;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    opacity: 0;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }

  #roots {
    margin-top: 24vw;
  }
  #roots .roots_head .head_mini {
    line-height: 2.2;
    margin-bottom: 7.2vw;
    opacity: 0;
    -webkit-transform: translateY(5.33333vw);
            transform: translateY(5.33333vw);
  }
  #roots .roots_head .head_mini span {
    padding-bottom: 1.33333vw;
    border-bottom: #222222 0.66667vw solid;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #roots .roots_head .head_mini span strong {
    color: #f39700;
    font-weight: bold;
  }
  #roots .roots_head .roots_text {
    font-size: 3.73333vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
    opacity: 0;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }
  #roots .roots_head .roots_text strong {
    color: #f39700;
    font-weight: bold;
  }
  #roots .roots_cont .roots_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2vw;
    margin-top: 6.13333vw;
    position: relative;
    z-index: 1;
  }
  #roots .roots_cont .roots_list li {
    width: 78.66667vw;
    padding: 6vw 0;
    background-color: #f2f0ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2.66667vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    opacity: 0;
    scale: 0.8;
  }
  #roots .roots_cont .roots_list li span {
    display: block;
    font-size: 3.73333vw;
    letter-spacing: 0;
    margin-top: 2.66667vw;
  }
  #roots .roots_cont .roots_acce {
    width: 107.33333vw;
    position: relative;
    z-index: 0;
    margin-top: -10.13333vw;
    margin-left: -26.13333vw;
  }

  #items {
    margin-top: 17.33333vw;
    position: relative;
    z-index: 0;
  }
  #items h3 {
    font-size: 5.86667vw;
    letter-spacing: 0.075em;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  #items h3 i {
    display: inline-block;
    width: 15.06667vw;
    margin-right: 2.4vw;
    vertical-align: text-bottom;
  }
  #items h3 i img {
    width: 100%;
    height: auto;
  }
  #items .items_img_wrap {
    background-color: #fff;
    border: 0.26667vw solid #222222;
    border-radius: 4vw;
    padding: 5.33333vw 7.33333vw;
    position: relative;
    margin-bottom: 10.66667vw;
  }
  #items .items_img_wrap::before, #items .items_img_wrap::after {
    content: "";
    display: block;
    width: 2.13333vw;
    height: 9.33333vw;
    background-color: #fff;
    border: 0.26667vw solid #222222;
    position: absolute;
    z-index: -1;
    bottom: -4.66667vw;
  }
  #items .items_img_wrap::before {
    left: 5.06667vw;
  }
  #items .items_img_wrap::after {
    right: 5.06667vw;
  }
  #items .items_img_wrap .items_slick {
    position: relative;
  }
  #items .items_img_wrap .items_slick .slick_arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    background: none;
    border: none;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
    padding: 0;
  }
  #items .items_img_wrap .items_slick .slick_arrow img {
    width: 8vw;
    height: auto;
  }
  #items .items_img_wrap .items_slick .slick_arrow.prev {
    left: -9.86667vw;
  }
  #items .items_img_wrap .items_slick .slick_arrow.next {
    right: -9.86667vw;
  }
  #items .items_img_wrap .items_slick .slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
  #items .items_cont .items_text {
    font-size: 3.73333vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  #items .items_cont .items_acce {
    display: block;
    width: 33.2vw;
    height: auto;
    margin-left: auto;
    margin-top: 1.33333vw;
  }

  #special {
    margin-top: 17.33333vw;
    margin-bottom: 26.66667vw;
  }
  #special h3 {
    font-size: 5.86667vw;
    letter-spacing: 0.075em;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  #special h3 i {
    display: inline-block;
    width: 15.06667vw;
    margin-right: 2.4vw;
    vertical-align: text-bottom;
  }
  #special h3 i img {
    width: 100%;
    height: auto;
  }
  #special .special_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.66667vw;
  }
  #special .special_list .special_item {
    width: 77.33333vw;
  }
  #special .special_list .special_item a .thumb {
    width: 100%;
    height: auto;
  }
  #special .special_list .special_item a .title {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 2.66667vw;
    border-bottom: 0.53333vw dashed #f39700;
    margin-top: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
  #special .special_list .special_item a .text {
    font-size: 3.73333vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  #special .special_list .special_item:nth-of-type(1) a .thumb {
    position: relative;
  }
  #special .special_list .special_item:nth-of-type(1) a .thumb::before {
    content: "";
    display: block;
    background-image: url(../images/about/special_acce01.svg);
    background-repeat: no-repeat;
    width: 13.33333vw;
    height: 17.2vw;
    position: absolute;
    bottom: -5.73333vw;
    right: 1.86667vw;
    z-index: 1;
  }
  #special .special_list .special_item:nth-of-type(2) a .thumb {
    position: relative;
  }
  #special .special_list .special_item:nth-of-type(2) a .thumb::before {
    content: "";
    display: block;
    background-image: url(../images/about/special_acce02.svg);
    background-repeat: no-repeat;
    width: 13.73333vw;
    height: 17.86667vw;
    position: absolute;
    bottom: -7.46667vw;
    right: 1.2vw;
    z-index: 1;
  }
  #special .special_list .special_item:nth-of-type(3) a .thumb {
    position: relative;
  }
  #special .special_list .special_item:nth-of-type(3) a .thumb::before {
    content: "";
    display: block;
    background-image: url(../images/about/special_acce03.svg);
    background-repeat: no-repeat;
    width: 20.93333vw;
    height: 13.6vw;
    position: absolute;
    bottom: -7.6vw;
    right: -1.33333vw;
    z-index: 1;
  }
}
