@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/topics/images/event_bg.png);
}

@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 35px;
    }
    .c-heading__lower__txt {
        left: 55%;
        transform: translateX(-45%);
    }
}
/* 見出し背景 ページ調整用 end */

/* anchor start */
.c-linkArea {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-linkArea.c-linkArea_block02 {
    width: 80%;
}
.c-linkArea .c-Btn__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin: 0 10px;
    width: 40%;
}
.c-linkArea.c-linkArea_block02 .c-Btn__block {
    width: auto;
}
.c-linkArea .c-noLink__Btn {
    background-color: #fff;
    border: 2px solid #0071bd;
    color: #0071bd;
    padding: 15px 50px 15px 50px;
}
.c-linkArea .c-Btn__block .c-goTtx__Item01 {
    margin-left: 15px;
}
.c-linkArea .c-Btn__block a {
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .c-linkArea {
        display: block;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .c-linkArea.c-linkArea_block02 {
        width: 100%;
    }
    .c-linkArea .c-Btn__block {
        margin-bottom: 5%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .c-linkArea .c-Btn__block .c-goTtx__Item01 {
        margin-left: 10px
    }
    .c-linkArea__innerTxt {
        width: 76%;
    }
}
/* anchor end */

.c-anchorBtn .c-goTtx__Item01 {
    background-color: #fff;
    color: #0071bd;
    border-radius: 50px;
    display: inline-block;
    width: 17%;
}

/* 1. 品物を店舗へご持参いただく場合 */
.c-method__block1 {
    margin-bottom: 120px;
}
.c-step_Block .c-box__shadow {
    padding: 10px 50px 10px 25px;
}
.c-step_Block {
    margin-bottom: 95px;
    padding-top: 60px;
    position: relative;
}
.c-arrow {
    width: 100%;
    position: relative;
}
.c-step_Block .c-arrow::after {
    content: "";
    background-color: transparent;
    background-image: url(/purchase/images/arrow_01.png);
    width: 23px;
    height: 68px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -85px;
}
.c-step_Item {
    display: inline-block;
    background-color: #0071bd;
    width: 120px;   
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}
.c-step_Item > span {
    position: absolute;
    display: inline-block;
    width :120px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
/* step01 */
.c-step_Item.c-step_Item__01 .c-step_eng {
    font-size: clamp(20px, 2.142857142857143vw, 24px);
}
.c-step_Item.c-step_Item__01 .c-step_num {
    font-size: clamp(20px, 2.6785714285714284vw, 30px);
    line-height: 0.2;
}
.c-step_Item.c-step_Item__01 .c-step_jp {
    font-size: clamp(20px, 1.9642857142857142vw, 22px);
}

/* step02 */
.c-step_Item.c-step_Item__02 .c-step_eng {
    font-size: clamp(20px, 2.142857142857143vw, 24px);
}
.c-step_Item.c-step_Item__02 .c-step_num {
    font-size: clamp(20px, 2.6785714285714284vw, 30px);
    line-height: 0.2;
}
.c-step_Item.c-step_Item__02 .c-step_jp {
    font-size: clamp(20px, 1.7857142857142856vw, 20px);
}
/* step03 */
.c-step_Item.c-step_Item__03 .c-step_eng {
    font-size: clamp(20px, 2.142857142857143vw, 24px);
}
.c-step_Item.c-step_Item__03 .c-step_num {
    font-size: clamp(20px, 2.6785714285714284vw, 30px);
    line-height: 0.2;
}
.c-step_Item.c-step_Item__03 .c-step_jp {
    font-size: clamp(20px, 1.9642857142857142vw, 22px);
}


.c-step_Item__Img {
    width: 274px;
    text-align: center;
    display: block;
    max-width: 21%;
}
.c-step_Item__Txt {
    padding: 60px 0px 30px 40px;
    max-width: 75%;
    width: 100%;
}

/* 2. ご自宅などから店舗へ品物を送る場合 */
.c-method__block2 .c-method__block__Item__inner {
    width: 978px;
    max-width: 100%;
    margin: 0 auto;
}
.c-method__block2 .c-step_Block {
    margin-bottom: 40px;
}

.c-method__block__Item__subTxt {
    padding-top: 30px;
}

@media screen and (min-width: 769px) {
    .c-method__block2 .c-step_Block .c-box__shadow {
        padding: 40px 40px 35px 40px;
    }
    .c-step_Block__cont02 {
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .p-top__Ttx {
        text-align: left;
    }
    .c-step_Item__inner {
        display: block;
    }
    .c-step_Item__Txt {
        padding: 0;
        max-width: 100%;
    }
    .c-step_Block .c-box__shadow {
        padding: 23% 15px 15px 15px;
    }
    .c-step_Item__Img {
        max-width: 100%;
        margin: 0 auto;
        width: 50%;
    }
    .c-step_Block .c-arrow::after {
        width: 12px;
        bottom: -102px;
        background-size: contain;
    }
    .c-method__block1 {
        margin-bottom: 60px;
    }
    .c-kantan {
        margin-bottom: 50px;
    }
    .c-link {
        margin-bottom: 35px;
    }
    .c-method__block2 .c-method__block__Item__inner {
        padding: 5% 10% 5%;
    }
}

/* 表 */
.c-details {
    width: 100%;
}
.c-details tr {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.c-details tr::after {
    content: "";
    background-image: url(/recruit/new/images/guideline/border_01.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.c-details th {
    position: relative;
    text-align: left;
    width: 15%;
    vertical-align: middle;
}
.c-details td {
    text-align: left;
    width: 80%;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .c-details tr {
        align-items: start;
    }
    .c-details th {
        width: 40%;
    }
    .c-flow__pic {
        width: 70%;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* contents */
.c-selling {
    margin-bottom: 150px;
}
.c-selling__Txt {
    width: 55%;
}
.c-selling__pic {
    width: 40%;
    max-width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-selling__Inner {
        display: block;
    }
    .c-selling__Txt {
        width: 100%;
    }
    .c-selling__pic {
        width: 100%;
    }
}

.c {
    &-box {
      &__shadow {
        border-radius: 10px;
        padding: min(4vw, 40px);
        position: relative;
        @include sp_up {
          border-radius: 20px;
        }
        * {
          z-index: 3;
          position: relative;
        }
        &::before,
        &::after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          @include sp_up {
            border-radius: 20px;
          }
        }
        &::before {
          z-index: 2;
          background: rgb(146, 146, 146);
          bottom: 0;
          right: 0;
        }
        &::after {
          background: rgb(0 0 0 / .2);
          z-index: 1;
          bottom: -6px;
          right: -6px;
          @include sp_up {
            bottom: -10px;
            right: -10px;
          }
        }
      }
    }
  }

  .c-selling__pic img.rPhoto {
    border-radius: 10px;
}



