.productRole{
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px;
}
.productRole .productRole_heading{
    text-align: center;
    margin-bottom: 16px;
    color: #000;
}
.productRole_list{
    display: flex;
    flex-wrap: wrap;
}
.productRole_list .productRole_listItem{
    width: 50%;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}
.productRole_list .productRole_listItem a{
    color: #000;
}
.productRole_list .productRole_listItem a:hover{
    opacity: .7;
}

.productRole_list .productRole_listItem .productRole_listItemTitle{
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
}

.detailRole{
    margin: 0 auto;
    padding: 0 20px 50px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.detailRole .grid2{
    display: block;
}
.detailRole .grid2 .grid2__cell{
    width: 100%;
}
.detailRole .grid2 .sliderItemRole{
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    margin-bottom: 40px;
}
.detailRole .grid2 .sliderItemRole img{
    width: 100%;
}
.detailRole .grid2 .productRole__profile .headingTitle{
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #ccc;
}
.detailRole .grid2 .productRole__profile p{
    font-size: 14px;
    line-height: 1.8;
}

.swiper{
    aspect-ratio: 1/1;
}
.swiper img{
  width: 100%;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  
  aspect-ratio: 1/1;
}
.detailRole .btn{
    text-align: center;
    margin: 40px 0;
}
.detailRole .btn a{
    background-color: #996E5C;
    color: #fff;
    display: inline-block;
    padding: 13px 40px;
    min-width: 280px;
    border-radius: 5px;
}
.detailRole .btn a:hover{
    background-color: #bd4f44;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #ffF;
}

@media only screen and (min-width: 768px){
    .productRole_list .productRole_listItem{
        width: 25%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .detailRole .grid2{
        display: flex;
    }
    .detailRole .grid2 .grid2__cell{
        width: 50%;
    }
    .detailRole .grid2 .sliderItemRole{
        margin-bottom: 24px;
            padding-left: 20px;
    padding-right: 20px;
    }
    .detailRole .grid2 .productRole__profile {
        margin-left: 16px;
    }
    .detailRole .grid2 .productRole__profile .headingTitle{
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.05em;
        padding-top: 1em;
    }
}