@charset "UTF-8";


/***************************************************

	case-study

***************************************************/

/********** archive **********/

#search_area .search_block .cat_wrapp {
    width: 100% !important;
}

.case_archive_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.case_archive_ul li{
    width: 768px;
    margin-bottom: 120px;
}

.case_archive_ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.case_archive_ul li .thumbnail{
    width: 100%;
    height: 474px;
    background: #D9D9D9;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 1;
}

.case_archive_ul li .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_archive_ul li .case_terms{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.case_archive_ul li .case_terms span{
    display: inline-block;
    min-width: 88px;
    height: 28px;
    line-height: 28px;
    background: #0090C5;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 8px 8px 0;
    padding: 0 16px;
    box-sizing: border-box;
}

.case_archive_ul li .title{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 24px;
}

.case_archive_ul li .caption{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}

/* 初期状態 */
.case_item{
    opacity:0;
    transform:translateY(20px);
    transition:opacity .6s ease, transform .6s ease;
}

/* 表示状態 */
.case_item.is-show{
    opacity:1;
    transform:translateY(0);
}



/********** single **********/

#content_wrapper{
    width: 1600px;
    margin: 0 auto 240px;
}

#content_wrapper .case_terms{
    margin-bottom: 16px;
}

#content_wrapper .case_terms .case_term{
    display: inline-block;
    min-width: 88px;
    height: 28px;
    line-height: 28px;
    background: #0090C5;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 16px;
    margin: 0 8px 8px 0;
}

#content_wrapper h1{
    font-size: 64px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 136px;
    position: relative;
}

#content_wrapper h1::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #0090C5;
    position: absolute;
    bottom: -40px;
    left: 0;
}

#content_wrapper .data_ul{
    border-top: 1px solid #DCDCDC;
}

#content_wrapper .data_ul > li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    padding: 32px 0;
}

#content_wrapper .data_ul > li:nth-child(odd){
    background: #F8F8F8;
}

#content_wrapper .data_ul li .item{
    width: 448px;
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    line-height: 2.0;
}

#content_wrapper .data_ul li .data{
    width: calc(100% - 448px);
    padding-right: 24px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    line-height: 2.0;
}

#content_wrapper .data_ul li .data .head{
    font-size: 24px;
    font-weight: 700;
    line-height: 2.0;
    margin-bottom: 16px;
}

#content_wrapper .data_ul li .data .support_box{
    display: flex;
    border: 1px solid #DCDCDC;
    padding: 24px;
}

#content_wrapper .data_ul li .data .support_box .title{
    width: 160px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}

#content_wrapper .data_ul li .data .support_box .support_data{
    width: calc(100% - 160px);
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}

#content_wrapper .data_ul li .data .acf_list{

}

#content_wrapper .data_ul li .data .acf_list li{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    padding-left: 22px;
    position: relative;
}

#content_wrapper .data_ul li .data .acf_list li::before{
    content: '・';
    display: inline-block;
    color: #0090C5;
    position: absolute;
    top: 0;
    left: 0;
}


#content_wrapper .image_ul{
    margin-top: 64px;
    display: flex;
    justify-content: center;
}

#content_wrapper .image_ul.set3,
#content_wrapper .image_ul.set2{
    justify-content: space-between;
}

#content_wrapper .image_ul.set2 li{
    width: 49.2%;
}

#content_wrapper .image_ul.set3 li{
    width: 32.3%;
}



#related{
    padding-bottom: 144px;
    margin-bottom: 240px;
    position: relative;
}

#related h2{
    font-size: 136px;
    font-weight: 400;
    line-height: 1;
    color: #96BDCC;
    text-align: center;
    margin-bottom: 80px;
}

#related .other_ul{

}

#related .other_ul li{
    padding: 0 32px;
    box-sizing: border-box;
}

#related .other_ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

#related .other_ul li a .thumbnail{
    width: 100%;
    height: 474px;
    background: #D9D9D9;
    overflow: hidden;
    margin-bottom: 40px;
}

#related .other_ul li a .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#related .other_ul li a .case_terms{
    margin-bottom: 16px;
}

#related .other_ul li a .case_terms .case_term{
    display: inline-block;
    min-width: 88px;
    height: 28px;
    line-height: 28px;
    background: #0090C5;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 16px;
    margin: 0 8px 8px 0;
}

#related .other_ul li a .title{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 24px;
}

#related .other_ul li a .caption{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
}

#related .slick-prev,
#related .slick-next {
    top: unset;
    bottom: -144px;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#related .slick-prev {
    left: unset;
    right: 304px;
}

#related .slick-next {
    right: 160px;
}

#related .slick-prev:before,
#related .slick-next:before{
    content: '';
    opacity: 1;
    display: inline-block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/common/btn_slider_arrow.png');
    position: absolute;
    top: 0;
    left: 0;
}

#related .slick-next:before{
    transform: scale(-1, 1);
}








/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {

/********** archive **********/

.case_archive_ul{
    margin-bottom: 6.25vw;
}

.case_archive_ul li{
    width: 40vw;
    margin-bottom: 6.25vw;
}

.case_archive_ul li .thumbnail{
    height: 24.6875vw;
    margin-bottom: 2.083333vw;
}

.case_archive_ul li .case_terms{
    margin-bottom: 0.833333vw;
}

.case_archive_ul li .case_terms span{
    min-width: 4.583333vw;
    height: 1.458333vw;
    line-height: 1.458333vw;
    font-size: 0.729167vw;
    margin: 0 0.416667vw 0.416667vw 0;
    padding: 0 0.833333vw;
}

.case_archive_ul li .title{
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
}

.case_archive_ul li .caption{
    font-size: 1.25vw;
}



/********** single **********/

#content_wrapper{
    width: 83.333333vw;
    margin: 0 auto 12.5vw;
}

#content_wrapper .case_terms{
    margin-bottom: 0.833333vw;
}

#content_wrapper .case_terms .case_term{
    min-width: 4.583333vw;
    height: 1.458333vw;
    line-height: 1.458333vw;
    font-size: 0.729167vw;
    padding: 0 0.833333vw;
    margin: 0 0.416667vw 0.416667vw 0;
}

#content_wrapper h1{
    font-size: 3.333333vw;
    margin-bottom: 7.083333vw;
}

#content_wrapper h1::after{
    width: 4.166667vw;
    height: 0.104167vw;
    bottom: -2.083333vw;
}

#content_wrapper .data_ul{

}

#content_wrapper .data_ul > li{
    padding: 1.666667vw 0;
}

#content_wrapper .data_ul li .item{
    width: 23.333333vw;
    padding-left: 1.25vw;
    font-size: 1.25vw;
}

#content_wrapper .data_ul li .data{
    width: calc(100% - 23.333333vw);
    padding-right: 1.25vw;
    font-size: 1.25vw;
}

#content_wrapper .data_ul li .data .head{
    font-size: 1.25vw;
    margin-bottom: 0.833333vw;
}

#content_wrapper .data_ul li .data .support_box{
    padding: 1.25vw;
}

#content_wrapper .data_ul li .data .support_box .title{
    width: 8.333333vw;
    font-size: 1.25vw;
}

#content_wrapper .data_ul li .data .support_box .support_data{
    width: calc(100% - 8.333333vw);
    font-size: 1.25vw;
}

#content_wrapper .data_ul li .data .acf_list li{
    font-size: 1.25vw;
    padding-left: 1.145833vw;
}


#content_wrapper .image_ul{
    margin-top: 3.333333vw;
}



#related{
    padding-bottom: 7.5vw;
    margin-bottom: 12.5vw;
}

#related h2{
    font-size: 7.083333vw;
    margin-bottom: 4.166667vw;
}

#related .other_ul li{
    padding: 0 1.666667vw;
}

#related .other_ul li a .thumbnail{
    height: 24.6875vw;
    margin-bottom: 2.083333vw;
}

#related .other_ul li a .case_terms{
    margin-bottom: 0.833333vw;
}

#related .other_ul li a .case_terms .case_term{
    min-width: 4.583333vw;
    height: 1.458333vw;
    line-height: 1.458333vw;
    font-size: 0.729167vw;
    padding: 0 0.833333vw;
    margin: 0 0.416667vw 0.416667vw 0;
}

#related .other_ul li a .title{
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
}

#related .other_ul li a .caption{
    font-size: 1.25vw;
}

#related .slick-prev,
#related .slick-next {
    bottom: -7.5vw;
    width: 3.333333vw;
    height: 3.333333vw;
}

#related .slick-prev {
    left: unset;
    right: 15.833333vw;
}

#related .slick-next {
    right: 8.333333vw;
}

#related .slick-prev:before,
#related .slick-next:before{
    width: 3.333333vw;
    height: 3.333333vw;
}






}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){

/********** archive **********/

.case_archive_ul{
    display: block;
    margin: 0 0 32vw;
}

.case_archive_ul li{
    width: auto;
    margin-bottom: 10.666667vw;
}

.case_archive_ul li:last-child{
    margin-bottom: 0;
}

.case_archive_ul li .thumbnail{
    height: 54.933333vw;
    margin-bottom: 4.266667vw;
}

.case_archive_ul li .case_terms{
    margin-bottom: 2.133333vw;
}

.case_archive_ul li .case_terms span{
    min-width: 19.2vw;
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 3.2vw;
    margin: 0 2.133333vw 2.133333vw 0;
    padding: 0 3.2vw;
}

.case_archive_ul li .title{
    font-size: 6.4vw;
    margin-bottom: 4.266667vw;
}

.case_archive_ul li .caption{
    font-size: 4.266667vw;
}



/********** single **********/

#content_wrapper{
    width: auto;
    margin: 0 auto 32vw;
}

#content_wrapper .case_terms{
    margin: 0 5.333333vw 2.133333vw;
}

#content_wrapper .case_terms .case_term{
    min-width: 19.2vw;
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 3.2vw;
    padding: 0 3.2vw;
    margin: 0 2.133333vw 2.133333vw 0;
}

#content_wrapper h1{
    font-size: 8.533333vw;
    margin: 0 5.333333vw 23.466667vw;
}

#content_wrapper h1::after{
    width: 10.666667vw;
    height: 0.533333vw;
    bottom: -6.4vw;
}

#content_wrapper .data_ul{

}

#content_wrapper .data_ul > li{
    display: block;
    padding: 6.4vw 5.333333vw;
}

#content_wrapper .data_ul li .item{
    width: auto;
    padding-left: 0;
    font-size: 5.866667vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 3.2vw
}

#content_wrapper .data_ul li .data{
    width: auto;
    padding-right: 0;
    font-size: 5.866667vw;
    font-weight: 500;
    line-height: 1.6;
}

#content_wrapper .data_ul li .data .head{
    font-size: 5.866667vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 4.266667vw;
}

#content_wrapper .data_ul li .data .support_box{
    display: block;
    padding: 6.4vw;
}

#content_wrapper .data_ul li .data .support_box .title{
    width: auto;
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
}

#content_wrapper .data_ul li .data .support_box .support_data{
    width: auto;
    font-size: 4.266667vw;
}

#content_wrapper .data_ul li .data .acf_list{

}

#content_wrapper .data_ul li .data .acf_list li{
    font-size: 6.4vw;
    padding-left: 5.866667vw;
}


#content_wrapper .image_ul{
    margin: 8.533333vw 5.333333vw 0;
    display: block;
}

#content_wrapper .image_ul li{
    margin-bottom: 4.266667vw;
}

#content_wrapper .image_ul li:last-child{
    margin-bottom: 0;
}

#content_wrapper .image_ul.set2 li{
    width: auto;
}

#content_wrapper .image_ul.set3 li{
    width: auto;
}



#related{
    padding-bottom: 19.2vw;
    margin-bottom: 32vw;
}

#related h2{
    font-size: 11.733333vw;
    margin-bottom: 17.066667vw;
}

#related .other_ul{

}

#related .other_ul li{
    padding: 0 1.6vw;
    box-sizing: border-box;
}

#related .other_ul li a .thumbnail{
    height: 54.933333vw;
    margin-bottom: 4.266667vw;
}

#related .other_ul li a .case_terms{
    margin-bottom: 2.133333vw;
}

#related .other_ul li a .case_terms .case_term{
    min-width: 19.2vw;
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 3.2vw;
    padding: 0 3.2vw;
    margin: 0 2.133333vw 2.133333vw 0;
}

#related .other_ul li a .title{
    font-size: 6.4vw;
    margin-bottom: 4.266667vw;
}

#related .other_ul li a .caption{
    font-size: 4.266667vw;
}

#related .slick-prev,
#related .slick-next {
    top: unset;
    bottom: -19.2vw;
    width: 10.666667vw;
    height: 10.666667vw;
}

#related .slick-prev {
    left: 30.666667vw;
    right: unset;
}

#related .slick-next {
    right: 30.666667vw;
}

#related .slick-prev:before,
#related .slick-next:before{
    width: 10.666667vw;
    height: 10.666667vw;
}





}
