@charset "utf-8";
/* WORKLIST CSS
------------------------------------------ */
#work {
	background: url(../img/work/bg_light.png)  no-repeat right top;
}

#work::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background: url(../img/work/bg.png) no-repeat right top;
}

#work.is-loaded::before {
	transition-delay: 10s;
	transition: all 3.5s ease;
	opacity: 0.2;
}

/* current-gyou */
.current-gyou {
	padding-top: 10px;
	color: #777;
}
@media (max-width: 767px) {
	.current-gyou {
		padding-top: 0;
	}
}
@media (max-width: 480px) {
	.current-gyou {
		font-size: 1.5rem;
	}
}



/* listbox-works */
.listbox-works {
	width: calc(100% + 3px);
    width: -webkit-calc(100% + 3px);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listbox-works .sbox-work {
	border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
	width: calc(25% + 1px);
    box-sizing: border-box;
	transform: translateX(30px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.listbox-works.w-logo .sbox-work {
	/* width: calc((100% / 6) + 1px); */
}

.listbox-works .sbox-work > a {
	/*border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;*/
    position: relative;
    display: block;
	/*height: calc(100% + 1px);
    overflow: hidden;*/
	height: 100%;
    box-sizing: border-box;
	padding: 27px;
	-webkit-transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1),background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1),background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.listbox-works .sbox-work > a:hover {
    box-shadow: 0 0 36px 0 rgba(10,10,50,0.15);
}

.listbox-works .sbox-work .col-thumb img {
	width: 100%;
	display: block;
}

.listbox-works .sbox-work .inner-winfo .slogo {
	text-align: center;
	padding: 10px 0;
}

.listbox-works .sbox-work .inner-winfo .slogo img {
	height: 75px;
	object-fit: contain;
}

.listbox-works .sbox-work .inner-winfo .sttl {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
    font-size: 1.5rem;
}

.listbox-works .sbox-work .inner-winfo .sttl > .stxt-remarks {
	font-size: 1.2rem;
	color: #bbb;
	padding-top: 5px;
}

.listbox-works .sbox-work .inner-winfo .stxt,
.listbox-works .sbox-work .inner-winfo .t-date {
	text-align: center;
	padding: 0 0 7px 0;
}

.listbox-works .sbox-work .inner-winfo .stxt .stxt-wtxt {
	display: block;
	line-height: 1.0;
	font-size: 1.5rem;
}

.listbox-works .sbox-work .inner-winfo .stxt-tag {
/*
	background: #333333;
	padding: 5px 7px;
	text-align: center;
*/
}

.listbox-works .sbox-work .inner-winfo {
	position: relative;
	/*padding-bottom: 40px;*/
    box-sizing: border-box;
}

.listbox-works .sbox-work .inner-winfo .stxt-tag {
/*	position: absolute;
	left: 0;
	bottom: 0;*/
}

.listbox-works .sbox-work .inner-winfo .stxt-tag .stxt-tag-inner,
#sec-case .listbox-works .sbox-work .inner-winfo .stxt-tag .stxt-tag-inner {
	background: #aaa;
	padding: 3px 5px;
	text-align: center;
}

.listbox-works .sbox-work .inner-winfo .stxt-tag span {
	font-size: 1.3rem;
}

.stxt-tag span::after {
	font-size: 1.4rem;
	top: -1px;
}
.stxt-tag > p > span::after {
	right: -5px;
	top: -2px;
	color: rgba(255,255,255,0.3);
	font-size: 1.4rem;
}

/* area-cat */
.area-snav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
/*	margin-bottom: 20px;*/
	position: relative;
	z-index: 2;
}
.area-snav .area-cat {
/*	float: left;*/
	width: 300px;
	margin-bottom: 20px;
}
.area-snav .area-works {
/*	float: left;*/
/*	width: calc(100% - 500px);*/
	margin-bottom: 20px;
}
.area-snav .area-works ul {
/*	display: table;
	table-layout: auto;
	width: auto;
	margin: 0 auto;*/
	display: flex;
	justify-content: center;
}
.area-snav .area-works ul li {
/*	display: table-cell;
	vertical-align: middle;*/
	padding: 0 3px;
}
.area-snav .area-works ul li a {
	display: block;
	padding: 22px 10px;
	color: #00b4e1;
	line-height: 1;
	position: relative;
}
.area-snav .area-works ul li a:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all ease 0.28s;
}

.area-snav .area-works ul li a.current:before,
.area-snav .area-works ul li a:hover:before {
	height: 5px;
	background-color: rgba(0,180,225,0.15);
}

.area-snav .pager {
/*	float: right;*/
}
.area-snav.snav-under .pager {
	margin: 0 0 0 auto;
}


@media (min-width: 1350px) {
	.area-snav .area-works ul li a {
		padding: 22px 20px;
	}
}

@media (max-width: 1199px) {
	#work::before {
		background-size: 65% auto;
    	background-position: 105% -25px;
	}

	.area-snav .area-cat {
		order: 2;
	}
	.area-snav .area-works {
		width: 100%;
		order: 1;
	}
	.area-snav .pager {
		order: 3;
	}

	.listbox-works .sbox-work > a {
		padding: 20px;
	}
	.listbox-works {
		width: calc(100% + 2px);
		width: -webkit-calc(100% + 2px);
	}
	.listbox-works .sbox-work {
		width: calc(33.333333333333333% + 1px);
	}
	.listbox-works.w-logo .sbox-work {
		width: calc(25% + 1px);
	}
}
@media (max-width: 991px) {
	#work {
		background-size: 80% auto;
	}
	.area-snav .area-cat {
		float: none;
	}
	.area-snav .area-works ul li {
		padding: 0 2px;
	}
	.area-snav .area-works ul li a {
		padding: 22px 7px;
	}

	.listbox-works {
		width: calc(100% + 1px);
		width: -webkit-calc(100% + 1px);
	}

	.listbox-works .sbox-work {
		width: calc(50% + 1px);
	}
	.listbox-works.w-logo .sbox-work {
		width: calc(33.333333333333333% + 1px);
	}

	.listbox-works .sbox-work > a {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	#work {
		background-size: 60% auto;
    	background-position: right -25px;
	}
	.area-snav .area-works {
		width: 100%;
	}
	.area-snav .area-works ul li a {
		padding: 10px 7px;
	}
	.area-snav .pager {
		margin: 0 0 0 auto;
	}
	.listbox-works .sbox-work .inner-winfo .sttl {
		font-size: 1.5rem;
	}

}

@media (max-width: 600px) {
	.area-snav .area-cat,
	.area-snav .pager {
		float: none;
	}
	.area-snav .area-cat {
		width: 100%;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.area-snav .area-works {
		float: none;
		width: 100%;
	}
	.area-snav .area-works ul {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.area-snav .area-works ul li {
		width: 33.33333333333%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	#work {
		background-size: 85% auto;
	    background-position: right -15px;
	}
	#work::before {
		background-position: 105% 0;
	}
	.area-snav .area-works ul li {
		width: 50%;
	}
	.area-snav .area-works ul li a {
		padding: 10px 0;
	}

	.listbox-works {
		width: 100%;
	}
	.listbox-works.w-logo .sbox-work {
		width: calc(50% + 1px);
	}
	.listbox-works .sbox-work {
/*		width: 100%;
		margin: -1px 0 0 0;
		border-left: none;
		border-right: none;*/
	}
	.listbox-works .sbox-work > a {
		padding: 10px;
	}
	.listbox-works .sbox-work .inner-winfo .slogo {
		padding: 5px 0;
	}
}


/* modal ------------------*/
.btn-plus {
	display: block;
    width: 100%;
}

.btn-plus:hover,
.modal-close-small:hover {
	cursor: pointer;
}

.modal-close-small {
  width: 60px;
  height: 60px;
  background: #000;
  right: 0;
  top: 0;
  display: inline-block;
  position: absolute;
  z-index: 1500;
}

.modal-close-small span{
	position: relative;
    display: block;
	width: 60px;
    height: 60px;
}
.modal-close-small span::before,
.modal-close-small span::after {
	position: absolute;
	content:"";
	transition: all 0.28s ease;
    display: block;
    width: 35px;
    height: 1px;
    left: 13px;
    top: 30px;
    background-color: #fff;
}

.modal-close-small span::before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.modal-close-small span::after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.modal-close-small:hover span::before {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.modal-close-small:hover span::after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.modal-container.out .modal-close-small {
	opacity: 0;
}

html.modal-active,
body.modal-active {
	overflow: hidden;
	position: fixed;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0) scaleX(0);
	border-radius: 50%;
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
  }
  5% {
	width: 10px;
	height: 10px;
	transform: scaleY(0.5) scaleX(0.5);
	opacity: 1;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
  }
  100% {
    transform: scaleY(3) scaleX(3);
	border-radius: 50%;
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(3) scaleX(3);

  }
  100% {
    transform: scaleY(0) scaleX(0);
	opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}




@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


@media screen and (min-width: 1405px) and (max-height: 750px) {
	.modal-close-small {
	  top: 0;
	}
}
@media screen and (max-width: 1404px) and (max-height: 750px) {
  .modal-close-small {
    top: 55px;
  }
}
@media (max-width: 1024px) {
	.modal-close-small {
	  top: 0;
	}
}

@media (max-width: 768px) {
  .modal-close-small {
    top: 0;
	right: 0;
	position: absolute;
  }
  .modal-close-small:after {
  	display: none;
  }
}



/* modal-container */
.modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  transform: scale(0);
  z-index: 1501;
}

.modal-overlay.in {
  	/*transform: scaleY(0.01) scaleX(0);*/
	transform: scale(0,0);
  	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  	z-index: 1505;
	display:block;
}

.modal-container.in {
  /*transform: scaleY(0.01) scaleX(0);*/
  transform: scale(1,1);
  transition-delay: 0.2s;
  /*animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;*/
  display: block;
  background-color: #00b4e1;

}
.modal-container.in .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

}
.modal-container.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.in .modal-background {
	display: block;
  /*background: rgba(0, 0, 0, 0.8);*/
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
    width: 100%;
	position: absolute;
}
.modal-container .modal-background::before {
	content:"";
	position: absolute;
	display: block;
	background-color: #00b4e1;
	width: 100%;
    height: 100%;
	z-index: -1;
}
.modal-container.in .modal-background::before {
	transform: scale(0,0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.out .modal-background::before {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container .modal-background .modal {
    display: block;
    position: relative;
    height: 100%;
	min-height: 100%;
    /*overflow-y: scroll;*/
	padding: 10% 15%;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
	.modal-container .modal-background .modal {
		padding: 10%;
	}
}

/* catlist */
.catlist li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	width: 47.5%;
	display: inline-block;
	float: left;
	margin-left: 5%;
}

.catlist li:nth-child(odd) {
	margin-left: 0;
}

.catlist a {
	color: #fff;
	font-weight: bold;
    font-size: 1.7rem;
	line-height: 60px;
	display: block;
	padding-left: 10px;
	position: relative;
}

.catlist a::after {
	content:"";
	position: absolute;
    top: 50%;
	right: 25px;
	margin-top: -5px;
    display: block;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
	transition: all 0.2s ease;
}

.catlist a:hover::after {
	right: 15px;
}


@media (max-width: 768px) {
	.modal-container .modal-background .modal {
		padding: 70px 5%;
	}
	.catlist li {
		width: 100%;
		display: block;
		float: none;
		margin-left: 0;
	}
}

@media (max-width: 480px) {

}
