@charset "UTF-8";

section.page_title_area {
    padding: 160px 0 40px;
    border-bottom: 1px solid #ddd;
}

.page_title_area h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    max-width: 1100px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    align-items: center;
}

.page_title_area h1 span {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-left: 15px;
    font-weight: 700;
}

.works_contents {
    max-width: 1100px;
    margin: 0 auto;
}

ul.works_list {
    display: flex;
    flex-wrap: wrap;
}

ul.works_list li {
    width: 50%;
    margin-bottom: 80px;
}

.works_image {
    width: 100%;
    background: #fff;
}

.works_image img {
    width: 100%;
    height: auto;
}

.works_detail {
    margin-top: 24px;
    padding: 0 20px 0 0;
}

h2.works_project {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 10px;
}

h3.works_client {
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.works_client span {
    margin-left: 15px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    line-height: 18px;
}

.works_charge span {
    padding: 5px 8px 2px;
    background: #fff;
    font-size: 1.1rem;
    border-radius: 3px;
    color: #666;
    margin-right: 6px;
    margin-top: 6px;
}

.works_charge {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
}

section.works {
    padding-top: 80px;
}

.works_image video {
	width: 36%;
	margin: 0 auto;
}

.swiper-slide {
    background: #000;
}

.swiper_2 {
    position: relative;
}

#loopslider03 {
    margin: 0 auto;
    width: auto;
    height: 133px;
    text-align: left;
    position: relative;
    top: 0px;
    overflow: hidden;
    backdrop-filter: blur(1.5px);
}

#loopslider03 ul {
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider03 ul li {
    width: auto;
    height: 136px;
    white-space: nowrap;
    float: left;
    display: inline;
    overflow: hidden;
}

.bottom_phrase ul li {
    color: #1b1b1b;
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 130px;
}

.bottom_phrase:before {
	content:"";
	display: none;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 0px;
	height: 1px;
	background: #1b1b1b;
	position: absolute;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.page_title_area h1 {
    font-size: 3rem;
    width: 90%;
    font-weight: 700;
    margin: 0 auto 60px;
}

section.page_title_area {
    padding: 100px 0 0;
}

section.works {
    padding: 0;
}

ul.works_list {
    display: block;
}

ul.works_list li {
    width: 100%;
    margin-bottom: 45px;
}

.works_image {
}

.works_detail {
    margin-top: 0;
    padding: 25px 7% 0;
}

h2.works_project {
    font-size: 1.7rem;
    font-weight: 500;
}

h3.works_client {
    font-size: 1.1rem;
}
	
.works_client span {
    font-size: 1.1rem;
    line-height: 14px;
    padding-left: 10px;
    margin-left: 10px;
}

.works_charge span {
    font-size: 1rem;
    padding: 4px 6px 1px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4px;
    margin-top: 4px;
}

.works_charge {
    margin-top: 15px;
}
	
#loopslider03 {
	height: 100px;	
}

.bottom_phrase ul li {
	font-size: 10rem;
	line-height: 140px;
	letter-spacing: -7px;
}
}