
.interview_special_box{
 display: flex;
}

.interview_special_left{
  width: 100%;
}
 
.interview_special_right{
  width: 100%;
}

.interview_special_theme{
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #111111;
}

.interview_special_desc{
  line-height: 170%;
  letter-spacing: -0.03em;
  color: #3F3F3F;
}

.special_interview_card_list-item {
    aspect-ratio: 480 / 392;
    background-color: #4270edFF;
    border: 3px solid #000;
    box-shadow: 0 5px 0 #e1e1e1;
    border-radius: 12px;
    position: relative;
    transition: transform .2s ease,background-color .2s ease,opacity .4s ease
}

.special_interview_card_list-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.special_interview_card_list-item .special_interview_card_list-item-img_wrapper {
    display: block;
    width: 100%;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .2s ease
}

.special_interview_card_list-item .special_interview_card_list-item-img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.special_interview_card_list-item .special_interview_card_list-item-img_wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0,rgba(0,0,0,.35) 0,transparent 28%,transparent 72%,rgba(0,0,0,.35) 100%);
    border-radius: inherit
}

.special_interview_card_list-item .special_interview_card_list-item-illust_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .2s ease
}

.special_interview_card_list-item .special_interview_card_list-item-illust_wrapper img {
    max-height: 100%;
    max-width: 100%;
}

.special_interview_card_list-item .special_interview_card_list-item-name_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 0 5% 5%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .2s ease
    font-family: LINESeedSans,'LINESeedSans','LINE Seed JP_OTF';
    font-weight: 400;
}

.special_interview_card_list-item .special_interview_card_list-item-jobcategory_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.214em;
    padding: 10% 10% 0
}

.special_interview_card_list-item-name_wrapper{
    width: calc(20%);
}

body:not(.is_touch) .special_interview_card_list-item:hover,.special_interview_card_list-item.active {
    box-shadow: none;
    background-color: #4270ed00
}

body:not(.is_touch) .special_interview_card_list-item:hover .special_interview_card_list-item-img_wrapper,.special_interview_card_list-item.active .special_interview_card_list-item-img_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%
}

body:not(.is_touch) .special_interview_card_list-item:hover .special_interview_card_list-item-illust_wrapper,.special_interview_card_list-item.active .special_interview_card_list-item-illust_wrapper {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0
}

body:not(.is_touch) .special_interview_card_list-item:hover .special_interview_card_list-item-name_wrapper,.special_interview_card_list-item.active .special_interview_card_list-item-name_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

body:not(.is_touch) .special_interview_card_list-item:hover {
    z-index: 100
}

.special_interview_card_list-item.active {
    border: none
}

.special_interview_card_list-item.active .special_interview_card_list-item-img_wrapper {
    --image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22250%22%20height%3D%22350%22%20viewBox%3D%220%200%20250%20350%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.5%201.5V348.5H248.5V62.1525L183.409%201.5H1.5Z%22%20fill%3D%22black%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-image: var(--image);
    mask-image: var(--image);
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    mask-size: cover;
    mask-position: top right;
    border: 3px solid #000
}

.special_interview_card_list-item.active:before {
    content: "";
    position: absolute;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2266%22%20height%3D%2269%22%20viewBox%3D%220%200%2066%2069%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.0742%203.91283L62.7353%2059.0593L21.968%2066.3391C16.1183%2067.3837%2010.5681%2063.3701%209.72774%2057.4876L2.0742%203.91283Z%22%20fill%3D%22%234270ED%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E) no-repeat right top;
    width: 100%;
    height: 20%;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 100
}

body:not(.is_touch) .special_interview_card_list-item:not(.active):hover .special_interview_card_list-item-syllable_wrapper {
    align-items: center;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .2s ease
}

body.is_touch .special_interview_card_list-item {
    box-shadow: none;
    background-color: #4270ed00
}

body.is_touch .special_interview_card_list-item .special_interview_card_list-item-img_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%
}

body.is_touch .special_interview_card_list-item .special_interview_card_list-item-illust_wrapper {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    display: none
}

body.is_touch .special_interview_card_list-item .special_interview_card_list-item-name_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.special_interview_card_list-item .special_interview_card_list-item-syllable_wrapper {
    position: absolute;
    top: 50%;
    right: -18px;
    z-index: 100;
    transform: translate(0,-50%);
    display: flex;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .2s ease;
    min-width: 4em;
    width: 72px;
    height: 300px
}

body:not(.is_touch) .special_interview_card_list-item:not(.active):hover .special_interview_card_list-item-syllable_wrapper {
    align-items: center;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .2s ease
}

body.is_touch .special_interview_card_list-item .special_interview_card_list-item-syllable_wrapper {
    align-items: center;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .2s ease
}


/******************************  スマホ最適  ****************************************/
@media screen and (max-width: 1020px) {
  .interview_special_box {
  } 
  
  .interview_special_theme{
  }
  
  .interview_special_desc {
    line-height: 1.8;
    letter-spacing: -0.03em;
    text-align: left;
  }
  
  .special_interview_card_list-item .special_interview_card_list-item-illust_wrapper {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    opacity: 0;
  }

    .special_interview_card_list-item .special_interview_card_list-item-img_wrapper {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 100%;
    }
  
  .special_interview_card_list-item {
     aspect-ratio: 336 / 314;
     width: auto;
     height:  auto;
  }
  
    .special_interview_card_list-item .special_interview_card_list-item-syllable_wrapper {
        font-size: 16px;
        align-items: center;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: opacity .2s ease;
    }
    
  .special_interview_card_list-item .special_interview_card_list-item-name_wrapper {
    opacity: 1;
  }
  
}









