@charset "UTF-8";
/* 実績紹介一覧 */
#u-works .works-item{width:calc(100% / 3);}
@media screen and (min-width: 769px) {
#u-works .works-item:nth-of-type(3),
#u-works .works-item:nth-of-type(6),
#u-works .works-item:nth-of-type(9)
{border-right:none;}
#u-works .works-item:nth-of-type(1),
#u-works .works-item:nth-of-type(2),
#u-works .works-item:nth-of-type(3)
{border-top:1px solid #326c9b;}
#u-works .works-item:nth-of-type(3),
#u-works .works-item:nth-of-type(7),
#u-works .works-item:nth-of-type(10){border-right:1px solid #326c9b;}
}
.back-area{
	background: #326c9b;
	padding:50px 0;}
.back-btn{
	display: inline-block;
	background: #fff;
	line-height: 45px;
	/*border-radius: 5px;*/
	color: #326c9b;
	position: relative;
	width:270px;
	text-align: center;
	margin-bottom:50px;
	border:1px solid #326c9b;
	transition: .3s;
}
.back-btn::before{
	position: absolute;
	content:'';
	left: 20px;
	top:17px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #326c9b;
    border-right: 1px solid #326c9b;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.back-btn:hover{opacity: .7;}

@media screen and (max-width: 768px) {
#u-works .u-mv{
	background:url("../img/works/works_mv_sp.jpg") no-repeat center;
	background-size: cover;
	padding:20vw 0 15vw;
}
.u-mv-img{width:100%;}
#u-works .works-item:nth-of-type(1)
{border-top:1px solid #326c9b;}
#u-works .works-item:nth-of-type(1),
#u-works .works-item:nth-of-type(2){width:100%;}
#u-works .works-item:nth-of-type(3),
#u-works .works-item:nth-of-type(4),
#u-works .works-item:nth-of-type(5),
#u-works .works-item:nth-of-type(6),
#u-works .works-item:nth-of-type(7),
#u-works .works-item:nth-of-type(8){width:50%;}
#u-works .works-item:nth-of-type(9),
#u-works .works-item:nth-of-type(10){width:100%;}
#u-works .works-item:nth-of-type(10)~.works-item{width:50%;}
#u-works .works-item:nth-of-type(3) .works-ex-tag p,
#u-works .works-item:nth-of-type(4) .works-ex-tag p,
#u-works .works-item:nth-of-type(5) .works-ex-tag p,
#u-works .works-item:nth-of-type(6) .works-ex-tag p,
#u-works .works-item:nth-of-type(7) .works-ex-tag p,
#u-works .works-item:nth-of-type(8) .works-ex-tag p{width:50%;}
/*#u-works .works-item:nth-child(n+10) {display: none;}*/
#u-works .works-btn{
	border: 1px solid #326c9b;
	margin:30px 0 50px;
}
#u-works .sort-area{
	width:90%;
	margin: 0 auto 10vw;
}
 #u-works .sort-area .copy-txt{letter-spacing: -0.05rem}
 #u-works .sort-form{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width:100%;
}
#u-works .sort-form input{
   border: 1px solid #326c9b; /* 枠線 */
   border-radius: 10vw; 
   color: #326c9b; 
   text-align: center;
   width:45%;
	margin-bottom:3vw;
}
.back-btn{width:80%;}
}

/* 実績事例ページ ------------------------------*/
#works-ex.u-content-wrap{text-align: left;}
.works-consept-wrap{
	background: #f2f2f2;
	padding-bottom:70px;
    position: relative;
}
.works-consept-wrap.bg-txt::before{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/works-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:697px;
    top:0;
    left:0;
}
.works-con-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 0;
	padding-top:170px;
}
#works-ex .works-flex{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
	position: relative;
	z-index: 0;
}
#works-ex .w-pat{padding-top:130px;}
.page-heading.works-ex-heading{margin-bottom:50px;}
.works-ex-txt{
	width:50%;
	padding-right:40px;
}
#works-ex .works-ex-tag{
	justify-content: flex-start;
	margin-bottom:10px;
}
.works-ex-image{width:50%}
.works-ex-image img{margin-bottom:20px;}
.works-ex-ttl{
	font-size:2.2rem;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom:1px solid #000;
}
.works-ex-sub{
	font-size:1.3rem;
	color:#326c9b;
	font-weight: bold;
	padding-top:10px;
}
.works-ex-copy{
	font-size:2rem;
	margin-bottom:30px;
}
.works-secret-inner{
	display: flex;
	align-item:center;
	justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
	margin-top:-110px;
}
@media screen and (min-width: 769px) {
.works-secret-inner::before{
	position: absolute;
	z-index: 0;
	content: '';
	background: url("../img/works/works_bg2.png") no-repeat;
	/*bottom:25%;*/
	right:2%;
	background-size: contain;
	width:45%;
	height:88%;
    top:-33px;
}
.works-secret-inner.bg-txt-no::before{content: none;}
}

.works-secret-wrap{
	margin:70px auto 0;
    padding-bottom:70px;
    position: relative;
}
.works-secret-wrap.bg-txt::before{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/inside-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:378px;
    top:0;
    right:0;
}
.works-secret-wrap.bg-txt::after{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/story-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:360px;
    bottom:0;
    right:85px;
}
.works-secret-txt{
	width:50%;
	padding-left:40px;
	margin-top:50px;
	z-index: 1;
}
.works-secret-ttl{
	font-size:2rem;
	font-weight: bold;
	margin-bottom:30px;
}
.works-ex-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-ex-item{
	/*width:50%;
	padding:0 10px 10px 0;*/
    width:calc((100% - 10px)/2);
}
.works-ex-item.one-image{width:100%;}

.page-heading.works-overview-heading{
	margin:0 auto;
	background: #326c9b;
	color: #fff;
	padding:30px;
	text-align: left;
	padding-left:calc((100% - 1100px) / 2);
}
.works-overview-inner{
	/*background:#f2f2f2;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-overview-l{
	width:50%;
	padding:30px 40px 30px calc((100% - 1100px) / 2);
}
.works-overview-r{
	width:50%;
	background:#f2f2f2;
	padding:30px calc((100% - 1100px) / 2) 30px 40px;
}
.works-overview-r p{
	color: #326c9b;
}
#works-ex dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:10px 0;
}
#works-ex dl:first-child{
	border-bottom:1px solid #000;
	padding-top:0;
}
#works-ex dt{width:15%;}
#works-ex dd{width:85%;}
.back-area{text-align: center;}
.bor-img{border:1px solid #000;}



/* EVENT ITEM */
.w-event-item{
    padding:80px 0;
    background: #f2f2f2;
    position: relative;
}
.w-event-item.bg-txt::before{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/event-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:375px;
    top:0;
    left:0;
}
.w-event-item.bg-txt::after{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/item-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:264px;
    bottom:0;
    left:85px;
}
.w-event-item .con-inner{
    position: relative;
    z-index: 2;
}
.w-event-item-con{
    position: relative;
    z-index: 3;
}
.w-event-item-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w-event-item-list li{
    width:calc((100% - 10px*3)/4);
}
.w-event-item-list li a{
    display: block;
    margin:0 5px;
    transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
.w-event-item-list li a:hover{opacity: 0.7}
}
.w-event-item-list li a p img{
    box-shadow:  0px 0px 5px 3px rgba(0, 0, 0, 0.05);
}
.w-event-item-ttl{
    color:#2274B6;
    font-weight: bold;
    font-size:1.7rem;
    display: flex;
    align-items: center;
}
.w-event-item-ttl::before{
    content:'';
    display: inline-block;
    background: url("../img/works/arrow-item.svg") no-repeat;
    background-size: 100%;
    width:11px;
    height:16px;
    margin-right:5px;
}
.w-size{
    text-indent: -3.2em;
    padding-left:3.2em;
    
}
.slide-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top:57px;
}
.arrow-next {
    background-image: url("../img/works/arrow-slide.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    right:-70px;
    margin:auto;
}
.arrow-prev {
    background-image: url("../img/works/arrow-slide.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    left: -70px;
    margin:auto;
}


/* OVERVIEW */
.w-overview{
    padding:80px 0;
    position: relative;
}
.w-overview.bg-txt::before{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/over-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:308px;
    top:0;
    right:0;
}
.w-overview.bg-txt::after{
    content:'';
    position: absolute;
    display: block;
    background: url("../img/works/view-bg-txt.svg") no-repeat;
    background-size: 100%;
    width:73px;
    height:294px;
    bottom:0;
    right:85px;
}
.w-overview::before{}
.w-overview-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border:1px solid #000;
    position: relative;
    z-index: 1;
}
table.w-overview-l{width:50%;}
table.w-overview-l tbody tr{border-bottom:1px solid #F2F2F2;}
table.w-overview-l tbody tr:last-of-type{border-bottom:none;}
table.w-overview-l tbody tr th{
    background: #2274B6;
    color:#fff;
    padding:10px 15px;
}
table.w-overview-l tbody tr td{
    padding:10px 15px;
    background: #fff;
}
.w-overview-r{
    width:50%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#2274B6;
    font-weight: bold;
}

/*.related-items{
    width:100%;
    margin-top:20px;
}
.related-items-ttl{
    font-size:2rem;
    font-weight: bold;
    margin-bottom:10px;
}
.related-items-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.related-items-list li{
    width:calc((100% - 10px*3)/4);
    text-align: center;
}
.related-items-list li p{font-weight: bold}*/

@media screen and (min-width: 769px) {
.works-con-inner:before{
	position: absolute;
	z-index: -1;
	content: '';
	background: url("../img/works/works_bg.png") no-repeat;
	top:35px;
	left:0;
	background-size: contain;
	width: 80%;
	height:40%;
}
#works-ex .back-area p{
	color: #fff;
	margin-bottom:30px;
}
}

@media screen and (max-width: 768px) {
.page-heading.works-ex-heading {margin-bottom:10vw;}
#works-ex .u-mv .page-heading.works-ex-heading{
    color: #fff;
    margin:10vw auto 0;
}
#works-ex.u-content-wrap{text-align: center;}
.works-consept-wrap.bg-txt::before{
    width: 12.8vw;
    height: 121.867vw;
}
#works-ex .u-mv{
background:url("../img/works/works_mv_sp.jpg") no-repeat center;
	background-size: cover;
	padding:20vw 0 15vw;
}
#works-ex .works-ex-tag{margin-bottom:5vw;}
.works-overview-wrap .page-heading{
	margin:0 auto;
	background: #326c9b;
	color: #fff;
	text-align: center;
	padding:5% 0;
}
.works-consept-wrap{padding-bottom:10vw;}
#works-ex .w-pat{padding-top:10vw;}
.works-con-inner{
	flex-direction: column;
	padding-top:10vw;
}
.works-ex-txt{
	width:100%;
	padding-right:0px;
}
.works-ex-image{
	width:100%;
    margin-top:7vw;
}
.works-ex-ttl{
	font-size: 5.867vw ;
	border-bottom:none;
	position: relative;
}
.works-ex-ttl:after{
	position: absolute;
	content: '';
	width:20vw;
	height:1px;
	background: #000;
	left:50%;
	bottom:0vw;
	transform: translateX(-50%);
	}
.works-ex-sub{
	font-size: 3.467vw ;
	padding-top:5vw;
}
.works-ex-copy{
	font-size: 5.333vw ;
	margin-bottom:7vw;
}
.works-secret-inner{
	/*flex-direction: column-reverse;*/
	margin-top:0;
}
.works-secret-inner > .works-ex-image{order: 2;}
.works-secret-inner > .works-secret-txt{order: 1;}
.works-secret-inner > .related-items{order: 3;}

.works-secret-wrap{margin:0 auto;}
.works-secret-wrap.bg-txt::before{
    width: 12.8vw;
    height: 68.8vw;
    top:0;
    right:0;
}
.works-secret-wrap.bg-txt::after{
    width: 12.8vw;
    height: 66.667vw;
    top: 72vw;
    bottom:auto;
    right:0;
}
.works-secret-txt{
	width:100%;
	padding-left:0px;
}
.works-secret-ttl{
	font-size: 5.333vw ;
	margin-bottom:7vw
}
.works-secret-wrap .works-ex-image{
    margin-top:0vw;
    position: relative;
    z-index: 1;
    }
.scroll-list-sp{
	overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
    margin-right: calc(50% - 45vw);
}
.works-ex-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width:100%;
	margin-top:10vw;
}
	
.simplebar-scrollbar::before{
	background:#000;
	opacity: 1;
	}
.simplebar-track{ 
	background:#cccccc;
	border-radius: 5px;
	opacity: 1;
}
.simplebar-scrollbar.simplebar-visible::before{opacity: 1;}
.simplebar-content-wrapper::-webkit-scrollbar { 
/*-- iOSでデフォルトのスクロールバーを非表示 --*/
  display: none;
  -webkit-appearance: none;
}
	
.works-ex-item {
    max-width: 80%;
    min-width: 80%;
    margin-bottom: 0px;
    margin-right: 10px;
}
.works-overview-inner{
	width:100%;
	padding:5vw 0 0;
}
.works-overview-l{
	width:100%;
	padding:5vw 5%;
}
.works-overview-r{
	width:100%;
	padding:5vw 5%;
}
.works-overview-r p{
	color: #326c9b;
}
#works-ex dl{
	display: flex;
	text-align: left;
	margin-bottom:5vw;
	padding-bottom:5vw;
	border-bottom: 1px solid #000;
}
#works-ex dt{width:100%;}
#works-ex dd{
	width:100%;
	font-size: 4.267vw
}
#works-ex .back-area{padding:10vw 0 0vw;}
    
    
    
/* EVENT ITEM */
.w-event-item{padding:10vw 0;}
.w-event-item.bg-txt::before{
    width: 12.8vw;
    height: 66.133vw;
    top: 53.867vw;
    left:0;
}
.w-event-item.bg-txt::after{
    width: 12.8vw;
    height: 49.067vw;
    top:0;
    bottom:auto;
    left:0;
}
.w-event-item-list li a{
    margin:0 1.5vw;
    text-align: left;
}
.w-event-item-ttl{
    font-size:3.7vw;
}
.w-event-item-list li a p:not(.w-event-item-ttl){
    font-size:3.2vw;
}
.w-event-item-ttl::before{
    width:2.933vw;
    height:4.267vw;
    margin-right:1vw;
}
.w-size{
    text-indent: -3.2em;
    padding-left:3.2em;
}
.slide-arrow {
    width: 8vw;
    height: 8vw;
    top: 14vw;
}
.arrow-next {
    background-size: 100%;
    right:-2vw;
}
.arrow-prev {
    background-size: 100%;
    left: -2vw;
}


/* OVERVIEW */
.w-overview{padding:10vw 0;}
.w-overview.bg-txt::before{
    width: 12.8vw;
    height: 52.8vw;
    top:0;
    right:0;
}
.w-overview.bg-txt::after{
    width: 12.8vw;
    height: 58.667vw;
    bottom: auto;
    top: 55.467vw;
    right:0;
}
table.w-overview-l{width:100%;}
table.w-overview-l tbody tr th{
    padding:2vw;
    white-space: nowrap;
    vertical-align: middle;
    
}
table.w-overview-l tbody tr td{ 
    padding:2vw 3vw;
    text-align: left;
    }
.w-overview-r{
    width:100%;
    padding:3vw;
}

/*.related-items{margin-top:3vw;}
.related-items-ttl{
    font-size:4vw;
    margin-bottom:3vw;
}
.related-items-list li{width:calc((100% - 3vw)/2);}
.related-items-list li p{
     font-size: 3.733vw;   
}*/
    
}
