

#post_list_wrap.works.other {
	padding-top: 0;
}
#post_list_wrap.works.other .inner {
    max-width: 120rem;
	border-top: 2px solid #daeef1;
	padding-top: 8rem;
}
#post_list_wrap.works.other .inner .post_list {
    width: 100%;
    max-width: 100rem;
}

@media only screen and (max-width: 768px) {
#post_list_wrap.works.other .inner {
	padding-top: 5rem;
}
}	

/* #post_single_wrap.works
----------------------------------------- */
#post_single_wrap.works {
}
#post_single_wrap.works .inner {
    max-width: none;
    padding-top: 2rem;
	padding-bottom: 8rem;
}
#post_single_wrap.works .works_slider_wrap {
	width : 100%;
    max-width: 110rem;
    margin: auto;
}
#post_single_wrap.works .works_slider {
    width : 100%;
    height: 100%;
    position: relative;
}
#post_single_wrap.works .swiper-wrapper {
    width : 100%;
    height : 100%;
}
#post_single_wrap.works .swiper-slide {
	width: 100%;
    height: 100%;
}
#post_single_wrap.works .slide_wrap {
    width: 100%;
	height: 100%;
}
#post_single_wrap.works .slide_wrap .img_wrap {
    width: 100%;
    aspect-ratio: 1100 / 740;
    border-radius: 15rem 15rem 3rem 3rem;
    overflow: hidden;
}
#post_single_wrap.works .slide_wrap .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#post_single_wrap.works .works_slider .swiper-button-next, 
#post_single_wrap.works .works_slider .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: 0;
}
#post_single_wrap.works .works_slider .swiper-button-prev {
    left: -5rem;
    right: auto;
}
#post_single_wrap.works .works_slider .swiper-button-next {
    right: -5rem;
    left: auto;
}

#post_single_wrap.works .works_slider .btn::after {
    display: none;
}


#post_single_wrap.works .works_slider_thumb_wrap {
    height: auto;
    align-content: flex-start;
    margin-top: 5rem;
}

#post_single_wrap.works .works_slider_thumb {
    width: 100%;
    margin: auto;
    justify-content: center;
}
#post_single_wrap.works .works_slider_thumb .thumbnail_img {
	width: 100%;
	padding-top: 66.6666%;
    background-position: center center;
    background-size: cover;
	border-radius: 1.5rem;
}

#post_single_wrap.works .works_slider_thumb li {
    width: -webkit-calc(104 / 1100 * 100%) ;
	width : calc(104 / 1100 * 100%) ;
    margin-right: -webkit-calc(20.5 / 1100 * 100%) ;
	margin-right : calc(20.5 / 1100 * 100%) ;
    margin-bottom: 2rem;
}
#post_single_wrap.works .works_slider_thumb li:nth-child(9n) {
	margin-right: 0;
}


#post_single_wrap.works .detail_wrap {
	width: 100%;
	padding: 7rem 2rem;
	border-top: 1px solid #000000;
	margin-top: 3rem;
}
#post_single_wrap.works .detail_wrap > li.img {
	width: -webkit-calc(500 / 1060 * 100%);
	width : calc(500 / 1060 * 100%);
}
#post_single_wrap.works .detail_wrap > li.img .thumbnail img {
	border-radius: 0.5rem;
}

#post_single_wrap.works .detail_img_slider_wrap {
    width: 100%;
    margin: auto;
}
#post_single_wrap.works .detail_img_slider {
    margin-bottom: 2.5rem;
}
#post_single_wrap.works .detail_img_slider .slick-slide {
    width: 100%;
    height: auto;
	display: flex;
    justify-content: center;
    align-content: center;
}

#post_single_wrap.works .detail_img_slider .slick-slide .img {
	width: 100%;
}
#post_single_wrap.works .detail_img_slider .slick-slide .img img {
	border-radius: 0.5rem;
}

#post_single_wrap.works .detail_img_slider_thumb_wrap {
    height: auto;
    align-content: flex-start;
}

#post_single_wrap.works .detail_img_slider_thumb {
    width: 100%;
    margin: auto;
    justify-content: flex-start;
}
#post_single_wrap.works .detail_img_slider_thumb .thumbnail_img {
	width: 100%;
	padding-top: 66.6666%;
    background-position: center center;
    background-size: cover;
	border-radius: 0.5rem;
}

#post_single_wrap.works .detail_img_slider_thumb li {
    width: -webkit-calc(86 / 500 * 100%) ;
	width : calc(86 / 500 * 100%) ;
    margin-right: -webkit-calc(17 / 500 * 100%) ;
	margin-right : calc(17 / 500 * 100%) ;
    margin-bottom: 1.7rem;
}
#post_single_wrap.works .detail_img_slider_thumb li:nth-child(5n) {
	margin-right: 0;
}

#post_single_wrap.works .slick-prev, #post_single_wrap.works .slick-next {
    width: 2.5rem;
    height: 4.6rem;
}
#post_single_wrap.works .slick-prev {
    left: -6rem;
}
#post_single_wrap.works .slick-next {
    right: -6rem;
}


#post_single_wrap.works .ttl_wrap .inner {
	max-width: 72rem;
    padding: 0;
}
#post_single_wrap.works .ttl_wrap .inner h1 br {
    display: inherit;
}
#post_single_wrap.works .post_con {
    max-width: 90rem;
}
#post_single_wrap.works .post_con .txt_wrap {
    width: -webkit-calc(720 / 900 * 100%);
	width : calc(720 / 900 * 100%);
	margin: auto;
    margin-bottom: 8rem;
}
#post_single_wrap.works .post_con .txt_wrap h2 {
	position: relative;
}
#post_single_wrap.works .post_con .txt_wrap h2::after {
    content: "";
    display: block;
    width: 8rem;
    height: 8rem;
    background: url(../images/h2_bg.png) no-repeat center center / contain;
    position: absolute;
    top: -3rem;
    left: -3rem;
    z-index: -1;
}
#post_single_wrap.works .post_con .txt_wrap p {
    padding: 0;
}


#post_single_wrap.works .voice_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}
#post_single_wrap.works .voice_wrap .inner {
    max-width: 72rem;
    padding-top: 10rem;
	padding-bottom: 14rem;
    position: relative;
    z-index: 1;
}
#post_single_wrap.works .voice_wrap::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width : 100%;
    height : 100%;
    background: url("../images/bg_pattern.jpg") no-repeat center center / cover;
    clip-path: url(#wave_clip);
    overflow: hidden;
}


#post_single_wrap.works .voice_wrap .ttl_wrap {
    align-items: flex-end;
    padding-top: 0;
}
#post_single_wrap.works .voice_wrap .ttl_wrap h2 {
    font-size: 2rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: calc(35/20);
    text-align: left;
    color: #4c4948;
    padding-bottom: 2.5rem;
    position: relative;
}
#post_single_wrap.works .voice_wrap .ttl_wrap h2 span {
    display: block;
    font-size: 1.5rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: calc(45/15);
    text-align: left;
    color: #00adbc;
}
#post_single_wrap.works .voice_wrap .ttl_wrap h2::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url("../images/top/ic_line.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -2rem;
}
#post_single_wrap.works .voice_wrap .ttl_wrap .name {
    font-size: 1.6rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: calc(35/15);
    text-align: left;
    color: #4c4948;
    padding-bottom: 2.5rem;
}

#post_single_wrap.works .voice_wrap .img_wrap {
    margin-top: 3rem;
    border-radius: 3rem;
    overflow: hidden;
}
#post_single_wrap.works .voice_wrap .txt_wrap {
    margin-top: 4rem;
    font-size: 1.5rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: calc(33/15);
    text-align: justify;
    color: #3e3a39;
}

#post_single_wrap.works .pagenavi_wrap {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    margin-top: 10rem;
}
#post_single_wrap.works .pagenavi {
    margin: auto;
	width : calc(720 / 900 * 100%);
	height: auto;
    padding: 0 1rem;
	padding-top: 0;
    border-top: none;
}


@media only screen and (max-width: 768px) {
#post_single_wrap.works .inner {
    padding-top: 0;
	padding-bottom: 5rem;
}
#post_single_wrap.works .works_slider_wrap {
	width : 100%;
}
#post_single_wrap.works .slide_wrap .img_wrap {
    aspect-ratio: 325 / 215;
    border-radius: 4rem 4rem 1rem 1rem;
}

#post_single_wrap.works .works_slider .swiper-button-next, 
#post_single_wrap.works .works_slider .swiper-button-prev {
    width: 0.9rem;
    height: 1.8rem;
    margin-top: 0;
}
#post_single_wrap.works .works_slider .swiper-button-prev {
    left: -2rem;
    right: auto;
}
#post_single_wrap.works .works_slider .swiper-button-next {
    right: -2rem;
    left: auto;
}


#post_single_wrap.works .works_slider_thumb_wrap {
    height: auto;
    align-content: flex-start;
    margin-top: 3rem;
}
#post_single_wrap.works .works_slider_thumb {
    justify-content: flex-start;
}
#post_single_wrap.works .works_slider_thumb .thumbnail_img {
	border-radius: 0.5rem;
}

#post_single_wrap.works .works_slider_thumb li {
	width : calc(55 / 325 * 100%) ;
	margin-right : calc(12.5 / 325 * 100%) ;
    margin-bottom: 2rem;
}
#post_single_wrap.works .works_slider_thumb li:nth-child(5n) {
	margin-right: 0;
}

    
#post_single_wrap.works .ttl_wrap .inner {
}
#post_single_wrap.works .post_con {
}
#post_single_wrap.works .post_con .txt_wrap {
	width : 100%;
	margin: auto;
    margin-bottom: 4rem;
}
#post_single_wrap.works .post_con .txt_wrap h2 {
	position: relative;
}
#post_single_wrap.works .post_con .txt_wrap h2::after {
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(../images/h2_bg.png) no-repeat center center / contain;
    position: absolute;
    top: -2rem;
    left: -2rem;
    z-index: -1;
}
#post_single_wrap.works .post_con .txt_wrap p {
    padding: 0;
}


#post_single_wrap.works .voice_wrap {
}
#post_single_wrap.works .voice_wrap .inner {
    padding-top: 6rem;
	padding-bottom: 10rem;
}
#post_single_wrap.works .voice_wrap::before {
    width: 100vw;
    margin-left: -2.5rem;
    clip-path: url(#wave_clip_sp);
}


#post_single_wrap.works .voice_wrap .ttl_wrap {
    align-items: flex-end;
    padding-top: 0;
}
#post_single_wrap.works .voice_wrap .ttl_wrap h2 {
    font-size: 1.5rem;
	line-height: calc(26/15);
    padding-bottom: 1.5rem;
}
#post_single_wrap.works .voice_wrap .ttl_wrap h2 span {
    font-size: 1.4rem;
}
#post_single_wrap.works .voice_wrap .ttl_wrap h2::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url("../images/top/ic_line.svg") no-repeat center center / contain;
    position: absolute;
    bottom: -4rem;
    left: -1rem;
}
#post_single_wrap.works .voice_wrap .ttl_wrap .name {
    font-size: 1.2rem;
	line-height: 1;
    padding-bottom: 0;
}

#post_single_wrap.works .voice_wrap .img_wrap {
    margin-top: 3rem;
    border-radius: 3rem;
    overflow: hidden;
}
#post_single_wrap.works .voice_wrap .txt_wrap {
    margin-top: 6rem;
    font-size: 1.4rem;
	letter-spacing: 0;
	line-height: calc(31/14);
}

#post_single_wrap.works .pagenavi_wrap {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    margin-top: 6rem;
}
#post_single_wrap.works .pagenavi {
    margin: auto;
	width : 100%;
	height: auto;
    padding: 0 0;
	padding-top: 0;
    border-top: none;
}
}