/* -- Projects Archive -----------------------------------------------*/
#page_projects .keyword_area {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 43px 50px;
	border: solid 1px #3db7fc;
}
#page_projects .keyword_area + .keyword_area{
 margin: 20px 0;
}
#page_projects .keyword_area p {
	position: relative;
	font-size: 24px;
	color: #3db7fc;
	padding: 0 25px 0 0;
	white-space: nowrap;
}
#page_projects .keyword_area p:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #707070;
	transform: rotate(45deg);
	transform-origin: top left;
	right: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
}
#page_projects .keyword_area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#page_projects .keyword_area ul li a {
	font-family: "Noto Sans JP", sans-serif;
	padding: 5px 10px;
	background-color: #f5f5f5;
	border-radius: 25px;
	font-weight: 400;
	line-height: calc(32 / 16);
	letter-spacing: 0.03rem;
}
#page_projects .keyword_area ul li.is-active a,
#page_projects .keyword_area ul li a:hover {
	color: #fff;
	background-color: #3db7fc;
	transition: all ease 0.33s;
}
#page_projects .keyword_area #filter-form{
	color: #212A37;
    display: flex;
    justify-content: space-between;
    width: 100%;
	gap: 20px;
	align-items: center;
}
#page_projects .projects_list.archive {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
	gap: 40px;
}
#page_projects .projects_list.archive .top-cont {
	/* aspect-ratio: 600 / 400; */
	transition: var(--transition-base);
	width: calc((100% - 40px) / 2);
}
#page_projects .projects_list.archive .top-cont a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 15;
}
#page_projects .projects_list.archive .top-cont .about > div:first-child {
	border: none;
}
#page_projects .projects_list.archive .top-cont .headLine p {
	font-size: 28px;
}
@media screen and (max-width: 1400px) {
 #page_projects .projects_list.archive .top-cont .headLine p {
  font-size: 24px;
 }
}
#page_projects .projects_list.archive .top-cont:hover{
 opacity: 0.7;
}
@media screen and (max-width: 999px) {
	#page_projects .keyword_area {
		display: block;
		padding: 15px;
	}
	#page_projects .keyword_area p {
		padding: 0;
	}
 #page_projects .keyword_area p:after{
  content: none;
 }
	#page_projects .keyword_area ul {
		flex-wrap: wrap;
		gap: 5px;
		margin: 10px 0 0;
	}
	#page_projects .projects_list.archive {
		display: block;
	}
	#page_projects .projects_list.archive .top-cont {
		width: 100%;
	}
	#page_projects .projects_list.archive .top-cont:not(:first-child) {
		margin: 25px 0 0;
	}
	#page_projects .top-cont .headLine {
		left: 2.5% !important;
		top: 8px !important;
	}
	#page_projects .projects_list.archive .top-cont .headLine p {
  font-size: 18px;
	}
	#page_projects .keyword_area #filter-form{
		flex-flow: column;
	}
}
/* -- Projects Single -----------------------------------------------*/
#page_projects .slick-slider .top-cont {
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 3 / 2;
}
#page_projects .top-cont.slick-slide {
	background-color: #F5F5F5;
}
.slider-for {
  max-width: 900px;
  margin: auto;
}
.top-cont {
  width: 100%;
  max-width: 100%;
}
#page_projects .top-cont.list > div:first-child{
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 3 / 2;
	background-color: #F5F5F5;
}
#page_projects .top-cont.list > div.infomation{
 display: block;
 justify-content: space-between;
 align-items: center;
 margin: 15px 0 0;
}
#page_projects .top-cont.list > div.infomation > p:first-child{
 font-size: 13px;
 margin: 0 0 0 10px;
}
#page_projects .top-cont .headLine {
	position: absolute;
	top: 30px;
	left: 30px;
}
#page_projects .top-cont .headLine p {
	display: inline;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	color: #3db7fc;
	background-color: #fff;
	font-size: 30px;
	line-height: 1.7;
}
#page_projects .top-cont .about {
	position: absolute;
	bottom: 30px;
	left: 30px;
 z-index: 100;
}
#page_projects .top-cont .about > div:first-child {
	position: relative;
	width: 180px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: solid 1px #fff;
}
#page_projects .top-cont .about > div:first-child div,
#page_projects .top-cont .about > div:first-child p {
	position: absolute;
}
#page_projects .top-cont .about > div:first-child div {
	width: 100%;
	height: 80px;
	background: url("../images/projects/bg-before.png") no-repeat center center;
	background-size: cover;
	bottom: 0;
}
#page_projects .top-cont .about > div:first-child p {
	color: #fff;
	font-size: 30px;
	left: 15px;
	bottom: 10px;
}
#page_projects .top-cont .about .title {
	font-size: 13px;
	letter-spacing: 0.05rem;
	line-height: 2.1;
	display: flex;
	gap: 10px;
	margin: 21px 0 0;
}
#page_projects .top-cont .about .title p {
	position: relative;
	padding: 0 10px 0 0;
}
#page_projects .top-cont .about .title p,
#page_projects .top-cont .about .title .project_category li,
#page_projects .top-cont .project_keyword li {
	color: #fff;
}
#page_projects .top-cont .project_keyword {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	gap: 5px;
	font-size: 11px;
	letter-spacing: 0.03rem;
 z-index: 100;
}
#page_projects .top-cont.list .project_keyword{
 position: unset;
 justify-content: right;
 margin: 10px 0 0;
}
#page_projects .top-cont .project_keyword li {
	border: solid 1px;
	border-radius: 25px;
	padding: 5px 8px;
}
#page_projects .top-cont.list .project_keyword li{
 color: #222;
 font-size: 14px;
 background: #F5F5F5;
 padding: 5px 10px;
 border-radius: 25px;
 border: none;
}
#page_projects .area_info,
#page_projects .area_info div {
	display: flex;
}
#page_projects .area_info {
	gap: 20px;
	justify-content: space-between;
	margin: 20px auto 50px;
	max-width: 900px;
	flex-wrap: wrap;
}
#page_projects .area_info div {
	gap: 10.5px;
}
#page_projects .area_info div p:first-child {
	position: relative;
	padding: 0 21px 0 0;
}
#page_projects .area_info div p:first-child:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #707070;
	transform: rotate(45deg);
	transform-origin: top left;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#page_projects .points {
 margin: 50px auto 0;
 padding: 50px;
 border: solid 1px #3db7fc;
 max-width: 900px;
}
#page_projects .points li {
	display: flex;
	align-items: center;
	gap: 14.5px;
}
#page_projects .points li:not(:last-child) {
	margin: 0 0 30px;
}
/* #page_projects .points li:nth-child(2){
 margin: 0 0 30px 50px;
} */
#page_projects .points p {
	letter-spacing: 0.05rem;
}
#page_projects .points p:first-child {
	position: relative;
	color: #3db7fc;
 font-size: 50px;
	line-height: 1;
	padding: 0 25px 0 0;
	white-space: nowrap;
}
#page_projects .points p:first-child span{
 position: absolute;
 font-size: 14px;
 top: -18px;
}
#page_projects .points p:first-child:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #707070;
	transform: rotate(45deg);
	transform-origin: top left;
	right: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
}
#page_projects .points p:last-child {
	font-size: 14px;
	line-height: 1.6;
 color: #137EBA;
}
#page_projects .ba_popup .title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 349px;
	margin: 50px 0 0;
	font-size: 30px;
}
#page_projects .ba_popup .title:after {
	position: absolute;
	content: "";
	background: url("../images/projects/icon-arrow-blue.svg") no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 24px;
}
#page_projects .ba_popup .title p:last-child {
	color: #3db7fc;
}
#page_projects .before-after-gallery ul {
	width: fit-content;
	margin: 15px auto 0;
}
#page_projects .before-after-gallery ul li {
	display: flex;
	gap: 50px;
}
#page_projects .before-after-gallery ul li:not(:last-child) {
	margin: 0 0 15px;
}
#page_projects .before-after-gallery ul li a {
	position: relative;
}
#page_projects .before-after-gallery ul li a:hover {
	cursor: pointer;
}
#page_projects .before-after-gallery ul li a:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/projects/icon-zoom-in.svg) no-repeat center center;
	background-color: #0000004d;
	top: 0;
}
#page_projects .before-after-gallery ul li div {
	width: 370px;
	height: 246px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}
#page_projects ul.pk-single{
 display: flex;
 gap: 10px;
}
#page_projects ul.pk-single li{
 width: fit-content;
 font-size: 14px;
 padding: 5px 20px;
 background: #F5F5F5;
 border-radius: 25px;
}
#page_projects .free{
 margin: 20px auto 0;
 line-height: 1.8;
 max-width: 900px;
}
.slider-for {
 position: relative;
}
.top-cont {
 position: relative;
 background-size: cover;
 background-position: center;
}
.before-img {
 position: absolute;
 inset: 0;
 background-size: cover;
 background-position: center;
 opacity: 0;
 transition: opacity 1s ease;
 width: 240px;
 height: 240px;
 top: unset;
 border: solid 1px;
}
.slick-current .before-img {
 opacity: 1;
}
.slider-nav {
 margin-top: 20px;
}
.slider-nav .thumb {
 width: 125px!important;
 height: 83px;
 background-size: cover;
 background-position: center;
 cursor: pointer;
 margin-right: 10px;
 opacity: 0.5;
}
.slider-nav .slick-slide:last-child .thumb {
 margin-right: 0;
}
.slider-nav .slick-current.thumb {
 opacity: 1;
}
.slider-nav .slick-track{
 display: flex;
 align-items: center;
 justify-content: center;
}
.project-navigation-links {
 display: flex;
 justify-content: center;
 gap: 10px;
 margin-top: 80px;
}
.nav-button {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 10px 25px;
 background-color: #f7f7f7;
 color: #333;
 font-size: 16px;
 text-decoration: none;
 transition: background-color 0.3s;
 min-width: 150px;
 white-space: nowrap;
}
.nav-button:hover {
 background-color: #3db7fc;
	color: #fff;
}
.nav-button .arrow {
 font-size: 16px;
 font-weight: bold;
 margin: 0 5px;
}
.prev-button {
 padding-right: 35px;
}
.next-button {
 padding-left: 35px;
}
.nav-button.disabled {
 visibility: hidden;
 pointer-events: none;
}
.latest-projects-section {
 margin-top: 80px;
 padding-bottom: 80px;
}
.latest-projects-title {
 text-align: center;
 font-size: 28px;
 color: #3DB7FC;
 margin-bottom: 40px;
 font-weight: 500;
}
.latest-projects-list {
 display: flex;
 gap: 20px;
 justify-content: center;
}
.project-item {
 width: calc(33.33% - 14px);
 text-align: left;
 text-decoration: none;
}
.project-item a {
 display: block;
 text-decoration: none;
 color: inherit;
	transition: var(--transition-base);
}
.project-thumb {
 overflow: hidden;
 background-color: #F5F5F5;
}
.image-box {
 width: 100%;
 padding-top: 66.66%; 
 background-size: cover;
 background-position: center;
}
.project-item a:hover {
 opacity: 0.7;
}
.project-info {
 padding: 10px 0;
}
.project-meta {
 font-size: 14px;
 color: #333;
 line-height: 1.4;
 padding: 5px 0;
}
@media screen and (max-width: 999px) {
	.lower_white .lower-sec {
  padding: 0;
	}
 #page_projects .top-cont.list{
  height: fit-content;
 }
	#page_projects .top-cont .headLine {
		left: 5%;
		top: 17px;
	}
	#page_projects .top-cont .headLine p {
		font-size: 21px;
	}
	#page_projects .top-cont .about {
		left: 2.5%;
		bottom: 8px;
	}
	#page_projects .top-cont .about > div:first-child {
		width: 120px;
		height: 120px;
  left: 0;
  bottom: 0;
	}
	#page_projects .top-cont .about > div:first-child p {
		font-size: 25px;
		left: 5%;
		bottom: 0;
	}
	#page_projects .top-cont .about .title {
		margin: 11px 0 0;
	}
	#page_projects .top-cont .project_keyword {
		right: 5%;
		bottom: 20px;
	}
	#page_projects .area_info {
		display: block;
		width: fit-content;
  width: auto;
  margin: 20px;
	}
 #page_projects .area_info div p:first-child:after{
  content: none;
 }
	#page_projects .points {
  margin: 25px 20px 50px;
  padding: 50px 20px 20px;
	}
	#page_projects .points li {
		display: block;
	}
	#page_projects .points li:not(:last-child) {
  margin: 0 0 30px;
	}
	#page_projects .points p:first-child {
		padding: 0 0 5px 0;
	}
	#page_projects .points p:first-child:after {
		content: none;
		padding: 0 0 5px;
	}
	#page_projects .points p:last-child {
  margin: 5px;
	}
	#page_projects .ba_popup .title {
		gap: 30%;
		font-size: 25px;
	}
	#page_projects .before-after-gallery ul,
	#page_projects .before-after-gallery ul li,
	#page_projects .before-after-gallery ul li a,
	#page_projects .before-after-gallery ul li a div {
		width: 100%;
	}
	#page_projects .before-after-gallery ul li {
		gap: 20px;
	}
	#page_projects .before-after-gallery ul li div {
		background-size: cover;
	}
 #page_projects .area_info div{
  display: block;
 }
 #page_projects .area_info div div{
  display: flex;
  margin: 10px 0;
 }
 #page_projects ul.project_keyword{
  flex-wrap: wrap;
 }
 #page_projects .points p:first-child{
  font-size: 30px;
 }
 #page_projects .points p:last-child{
  font-size: 15px;
 }
 .slider-nav .slick-track{
  display: flex;
  flex-wrap: wrap;
  width: 100%!important;
  gap: 10px;
  justify-content: center;
 }
 #page_projects .top-cont.list > div.infomation{
  display: grid;
  gap: 10px;
 }
 .slick-list{
  width: 100%;
 }
 .slider-nav{
  margin: 20px;
 }
 .slider-nav .thumb{
  width: calc((100% - 40px) / 5)!important;
  margin-right: 0;
  height: 59px;
 }
 #page_projects .sec-inner.list{
  padding: 20px;
 }
 .slick-track:before, .slick-track:after{
  content: none!important;
 }
 #page_projects .free{
  margin: 20px;
 }
	.latest-projects-list {
  flex-direction: column;
  align-items: center;
 }
 .project-item {
  width: 90%;
  max-width: 400px;
 }
	.nav-button{
		padding: 10px 20px;
		font-size: 14px;
		min-width: 100px;
	}
	.prev-button,.next-button{
		padding-right: 13px;
  padding-left: 13px;
	}
	.project-navigation-links{
  margin-top: 50px;
	}
}
.keyword_area input[type="checkbox"] {
 display: none !important; 
}
.keyword_area #filter-form ul li label {
 display: inline-block;
 padding: 6px 15px;
 margin: 5px 5px;
 cursor: pointer;
 background-color: #F5F5F5;
 color: #333;
 border-radius: 25px;
 transition: all 0.2s ease;
 user-select: none;
 position: relative;
 z-index: 1;
}
.keyword_area #filter-form ul li label:hover {
 background-color: #e0e0e0;
}
.keyword_area #filter-form ul li label.is-checked {
 background-color: #3DB7FC !important;
 color: #fff !important;             
 border-color: #3DB7FC !important;
}
button#apply-filter-btn{
 display: block;
 margin: 0 auto;
 background: #3DB7FC;
 color: #fff;
 padding: 10px 15px;
 min-width: 100px;
 max-height: 50px;
}
button#apply-filter-btn:hover{
	opacity: 0.7;
}