@charset "utf-8";

/* -------------------------------------------------- */
/* #works */
/* -------------------------------------------------- */

#container {
	position: relative;
	line-height: 1.6;
	min-width: 100%;
	width: 100%;
}

#works {
	padding-bottom: 120px;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* .tabs */
/* -------------------------------------------------- */

.tabs {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
	padding-bottom: 15px;
	background-color: #fff;
}

ul.tabList {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #22aacf;
	flex-wrap: wrap;
}

ul.tabList li {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.tabList li a {
	height: 100%;
	padding: 0.25em 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #333;
	border: 2px solid #22aacf;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

ul.tabList li.current-cat a {
	padding: 0.5em 1em;
	background: #22aacf;
	color: #fff;
}

/* カテゴリーフィルター（ドロップダウン） */
.worksDropdown {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 0 20px;
	overflow: visible;
}

.worksDropdown__all:link,
.worksDropdown__all:visited {
	color: #333;
}

.worksDropdown__all.is-active:link,
.worksDropdown__all.is-active:visited {
	color: #ffffff;
}

.worksDropdown__all {
	display: inline-flex;
	align-items: center;
	/* justify-content: center; */
	/* min-width: 70px; */
	height: 40px;
	padding: 0.4em 1em;
	border: none;
	border-radius: 3px;
	background-color: #eaeaea;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: background 0.2s ease;
}

.worksDropdown__all:hover {
	background-color: #dddddd;
}

.worksDropdown__all.is-active {
	background-color: #22aacf;
	color: #ffffff;
	font-weight: 700;
}

.worksDropdown__list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.worksDropdown__item {
	position: relative;
	min-width: 180px;
}

.worksDropdown__item::before,
.worksDropdown__item::after {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 2;
}

.worksDropdown__item::before {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	background-color: #22aacf;
}

.worksDropdown__item::after {
	top: 50%;
	right: 20px;
	transform: translate(50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transition: transform 0.2s ease;
}

.worksDropdown__item.is-open::after {
	transform: translate(50%, -30%) rotate(-135deg);
}

.worksDropdown__toggle {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	width: 100%;
	min-width: 180px;
	height: 40px;
	padding: 0.4em 3.6em 0.4em 0.8em;
	border: none;
	border-radius: 3px;
	background-color: #eaeaea;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.2s ease;
}

.worksDropdown__toggle:hover {
	background-color: #dddddd;
}

.worksDropdown__toggle:focus {
	outline: 2px solid #22aacf;
	outline-offset: 2px;
}

.worksDropdown__arrow {
	display: none;
}

.worksDropdown__item.is-active .worksDropdown__toggle {
	background-color: #22aacf;
	color: #ffffff;
	font-weight: 700;
}

.worksDropdown__item.is-active .worksDropdown__toggle:hover {
	background-color: #1e99bb;
}

.worksDropdown__panel {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 200;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.worksDropdown__item.is-open .worksDropdown__panel {
	display: block;
}

.worksDropdown__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.worksDropdown__menu a {
	display: block;
	padding: 10px 0.8em;
	font-size: 1.4rem;
	text-align: left;
	color: #333;
	text-decoration: none;
	transition: background 0.2s ease;
}

.worksDropdown__menu a:hover {
	background: #f5f5f5;
}

.worksDropdown__menu .is-current a {
	background: #22aacf;
	color: #ffffff;
	font-weight: 700;
}

.worksDropdown__menu .is-clear a {
	color: #666666;
	border-bottom: 1px solid #eeeeee;
}

.worksDropdown__menu .is-clear a:hover {
	background: #f5f5f5;
	color: #333333;
}

.tabItem {
	width: auto;
	height: 37px;
	padding: 0px 0.75em 5px;
	display: block;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	float: left;
}

.tabLast {
	float: right;
}

.tabItem:hover {
	opacity: 0.75;
}

input[name="tabItem"] {
	display: none;
}

.tabContent {
	display: none;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #22aacf;
}

#tab1:checked~#tab1Content,
#tab2:checked~#tab2Content,
#tab3:checked~#tab3Content,
#tab4:checked~#tab4Content,
#tab5:checked~#tab5Content,
#tab6:checked~#tab6Content,
#tab7:checked~#tab7Content,
#tab8:checked~#tab8Content,
#tab9:checked~#tab9Content {
	display: block;
}

.tabs input:checked+.tabItem {
	background: #22aacf;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.worksCateTxt {
	margin-top: 40px;
	font-size: 1.6rem;
	text-align: left;
}

.worksListTxt {
	width: 100%;
	margin: 0 auto;
	background: #f1f1f1;
	padding: 50px 0 46px;
}

.worksList {
	width: 100%;
	padding: 30px 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 2%;
	font-size: 1.6rem;
}

.worksList li {
	width: 32%;
	padding-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.worksList li:hover {
	opacity: .8;
}

.worksList li img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.worksTagList {
	position: absolute;
	display: inline-flex;
	top: 5px;
	left: 5px;
	flex-wrap: wrap;
}

.worksImgWrap {
	position: relative;
	margin-bottom: 5px;
}

.worksCardInfo {
	text-align: left;
}

.worksCardTags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 8px;
}

.worksCardArea {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.25em 0.75em;
	min-width: 5em;
	background-color: #40b2d9;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: normal;
}

.worksCardTag {
	display: inline-block;
	padding: 3px 8px;
	font-size: 11px;
	color: #ffffff;
	background-color: #333333;
	line-height: 1.4;
	white-space: nowrap;
}

.worksTag {
	padding: 4px 8px 1px 6px;
	margin: 0 5px 5px 0;
	font-size: 1.3rem;
	color: #fff;
	background: #333;
	white-space: nowrap;
}

.worksName {
	font-size: 1.6rem;
	text-align: left;
	color: #333;
	line-height: 1.2;
}

#pageNavWrap {
	text-align: left;
}

#pager {
	width: 100%;
	display: inline-flex;
	text-align: center;
}

#pager a {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	display: flex;
	font-size: 18px;
	color: #333;
	background: #fff;
	border: #d2d2d2 solid 2px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#pager span.page-numbers {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	display: flex;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #22aacf;
}


/* -------------------------------------------------- */
/* #works_details */
/* -------------------------------------------------- */

#works_details {
	width: 980px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

.dayTag {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

.day {
	font-size: 16px;
	text-align: left;
	margin-right: 20px;
}

/* #mainImage */
/* -------------------------------------------------- */

#mainImage .twoLines {}

#mainImage .pageTtl .inner p span {
	display: block;
	font-size: .8em;
	margin-bottom: 10px;
}

.pageSubTtl {
	margin: 0 20px;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.bb + .pageSubTtl {
	margin-top: 14px;
}

/* .worksMeta */
/* -------------------------------------------------- */

.worksMetaRow {
	width: min(100%, 980px);
	margin: 0 auto 60px;
}

.worksMeta {
	width: 100%;
	margin: 0;
}

.worksMetaTable {
	width: 100%;
	border-collapse: separate;
}

.worksMetaLabel {
	width: 25%;
	position: relative;
	padding: 20px 0 20px 20px;
	background-color: #5b5b5b;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
}

.worksMetaLabel::after {
	width: 3px;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #40b2d9;
}

.worksMetaValue {
	padding: 20px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;	
	color: #5a5a5a;
	text-align: left;
	vertical-align: middle;
}

.worksMap {
	width: 100%;
	margin: 0;
}

.worksMap iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

@media screen and (min-width: 1025px) {
	.worksMetaRow:has(.worksMap) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
		gap: 20px;
	}

	.worksMetaRow:has(.worksMap) .worksMap {
		display: flex;
		min-height: 100%;
	}

	.worksMetaRow:has(.worksMap) .worksMap iframe {
		flex: 1;
		width: 100%;
		height: 100%;
		min-height: 100%;
		aspect-ratio: unset;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.worksMetaRow:has(.worksMap) .worksMeta {
		margin-bottom: 60px;
	}
}

.worksMetaCategoryList {
	display: inline;
	line-height: 1.8;
}

.worksMetaCategoryItem {
	display: inline;
}

.worksMetaCategorySep {
	margin: 0 0.35em;
	color: #999999;
}

/* .swiper */
/* -------------------------------------------------- */

.swiper {
	width: min(100%, 980px);
}

.swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.swiper-container {
	width: 100%;
	max-width: 980px;
	margin: 0px auto 40px;
	overflow: hidden;
}

.swiper-slide {
	display: flex;
	font-weight: bold;
	font-size: max(0.5rem, 1.5vw);
	justify-content: center;
	align-items: center;
	color: #212121;
}

.slider img {
	width: min(100%, 980px);
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.swiper-thumbnail {
	height: auto;
}

.swiper-thumbnail img {
	width: 90px;
	height: 50px;
	object-fit: cover;
}

.swiper-thumbnail .swiper-wrapper {
	width: calc(100% + 20px);
	flex-wrap: wrap;
}

.swiper-thumbnail .swiper-slide {
	width: 90px !important;
	height: 50px;
	margin-bottom: 10px;
	opacity: 0.5;
	transition: opacity 0.5s;
}

.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	--swiper-navigation-color: #fff;
}



/* .txtWrap */
/* -------------------------------------------------- */

.txtWrap {
	width: min(100%, 980px);
	margin: 0 auto;
	padding-bottom: 30px;
}

.txtWrap .txt {
	padding-bottom: 20px;
	font-size: 16px;
	text-align: left;
}

/* .worksShare */
/* -------------------------------------------------- */

.worksShare {
	width: min(100%, 980px);
	margin: 0 auto 60px;
	text-align: center;
}

.worksShareActions {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 100%;
}

.worksShareBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	flex-shrink: 0;
	margin: 0 1px;
	padding: 0.8em 1.5em;
	border: none;
	border-radius: 4px;
	background-color: #22aacf;
	font-size: 1.4rem;
	font-weight: normal;
	color: #ffffff;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.worksShareBtn:hover {
	opacity: 0.85;
}

.worksShareBtn__print {
	background-color: #5b5b5b;
}

.worksShareBtnIcon {
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.worksShareBtnIcon__copy {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
}

.worksShareBtnIcon__print {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 6 2 18 2 18 9'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Crect x='6' y='14' width='12' height='8'/%3E%3C/svg%3E");
}

.worksShareMessage {
	min-height: 1.2em;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #22aacf;
}

.worksShareMessage.is-visible {
	display: block;
}

@media print {
	header,
	footer,
	.pnav,
	.worksShare,
	#detailsPager,
	.other,
	.worksList,
	.worksListTxt,
	#contactUs,
	#pageTop,
	.swiper-button-prev,
	.swiper-button-next,
	.swiper-pagination {
		display: none !important;
	}

	#mainImage,
	#works_details {
		width: 100%;
	}

	#works_details img {
		max-width: 100%;
		height: auto;
		page-break-inside: avoid;
	}
}

/* #detailsPager */
/* -------------------------------------------------- */

#detailsPager {
	width: 100%;
	height: 60px;
	padding: 5px;
	margin-bottom: 70px;
	border: #d2d2d2 solid 1px;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}

#detailsPager a {
	width: auto;
	min-width: 150px;
	height: 50px;
	display: grid;
	padding: 0 2em;
	font-size: 14px;
	font-weight: bold;
	align-items: center;
	color: #333;
}

#detailsPager a:hover {
	opacity: .6;
}

#detailsPager .return {
	border-left: #d2d2d2 solid 1px;
	border-right: #d2d2d2 solid 1px;
}

#detailsPager .prev {
	margin-left: 2em;
	background: url(../img/works_details_prev.png) no-repeat left center;
}

#detailsPager .next {
	margin-right: 2em;
	background: url(../img/works_details_next.png) no-repeat right center;
}

.other {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#works_details .worksList {
	padding-top: 10px;
}

/* #contactUs  */
/* -------------------------------------------------- */

#contactUs {
	height: 400px;
	margin-top: 50px;
	display: flex;
	background: url(../img/bg_contact_us.jpg) no-repeat top center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}

#contactUs .contactUsTit {
	margin-bottom: 60px;
	text-align: center;
}

#contactUs .contactUsTit br {
	display: none;
}

#contactUs .contactUsTit img {
	margin-bottom: 10px;
}

#contactUs .contactUsTit span {
	display: block;
	font-size: 18px;
	color: #fff;
}

.contactUsAddress {
	width: 700px;
	display: inline-flex;
	justify-content: space-between;
	gap: 20px;
}

.contactUsAddress p {
	font-size: 35px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.contactUsAddress p span {
	display: block;
	font-size: 16px;
	color: #fff;
}

.contactUsAddress a {
	width: 400px;
	height: 70px;
	display: flex;
	margin-bottom: 10px;
	background: #fff;
	color: #22aacf;
	border: #22aacf solid 2px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.contactUsAddress a:hover {
	opacity: .8;
}

.contactUsAddress a span {
	font-size: 24px;
	font-weight: bold;
	color: #22aacf;
	background: url(../img/contactUs_next.png) no-repeat right center;
	background-size: .5em;
	padding-right: 1em;
}

@media screen and (max-width:1220px) {
	ul.tabList li a {
		font-size: 1.2rem;
	}

	.worksDropdown__all,
	.worksDropdown__toggle {
		font-size: 1.2rem;
	}

	#works,
	#works_details {
		width: calc(100% - 20px);
		box-sizing: border-box;
		padding-top: 20px;
	}

}

/* TAB & SP */
/* -------------------------------------------------- */

@media screen and (max-width:1024px) {
	#works {
		padding-top: 0;
	}

	.tabItem {
		width: calc(100% / 3);
		height: 40px;
		padding: 0;
		font-size: 12px;
		line-height: 40px;
	}

	#mainImage .twoLines {
		top: 20%;
	}

	.worksName {
		font-size: 1.2rem;
		text-align: left;
		color: #333;
	}

	.worksCardArea {
		font-size: 11px;
		min-width: 4.5em;
	}

	.worksCardTag {
		padding: 2px 6px;
		font-size: 10px;
	}
}

/* SP */
/* -------------------------------------------------- */

@media screen and (max-width:768px) {
	.pnav ul li {
		font-size: 1.1rem;
	}

	#works {
		margin-bottom: 80px;
		padding-bottom: 80px;
		border-bottom: 1px solid #ccc;
	}

	.pageSubTtl {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		line-height: 1.65;
	}

	.bb + .pageSubTtl {
		margin-top: 10px;
	}

	ul.tabList li {
		height: auto;
		margin-right: 14px;
		margin-bottom: -1px;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		transition: all 0.2s ease;
	}

	ul.tabList {
		display: flex;
		border-bottom: none;
	}

	ul.tabList li a {
		display: block;
		padding: 6px 0 6px;
		color: #333;
	}

	ul.tabList li.current a {
		padding: 5px 8px 4px;
		background: #22aacf;
		color: #fff;
		border-radius: 5px;
	}

	.worksTag {
		padding: 2px 4px;
		margin: 0 10px 5px 0;
		font-size: 10px;
		color: #fff;
		background: #333;
		white-space: nowrap;
	}

	.worksMetaRow {
		margin-bottom: 37px;
	}

	.worksMetaRow:has(.worksMap) .worksMeta {
		margin-bottom: 35px;
	}

	.worksMetaTable tr {
		display: flex;
		flex-direction: column;
	}

	.worksMetaLabel {
		width: 100%;
		padding: 5px 10px;
		font-size: 13px;
	}

	.worksMetaValue {
		margin-bottom: 2px;
		padding: 10px;
		font-size: 1.4rem;
	}

	.worksList li {
		width: 48.5%;
	}

	.worksDropdown {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px 10px;
	}

	.worksDropdown__list {
		display: contents;
	}

	.worksDropdown__all,
	.worksDropdown__item,
	.worksDropdown__toggle {
		width: 100%;
		min-width: 0;
	}

	.gnavi {
		flex-wrap: wrap;
	}

	.swiper-horizontal {
		margin-bottom: 10px;
	}

	.swiper-thumbnail img {
		width: 75px;
	}

	.swiper-thumbnail .swiper-slide {
		width: 75px !important;
	}

	.txtWrap {
		padding-bottom: 20px;
	}

	.txtWrap .txt {
		font-size: 1.4rem;
	}

	.worksShare {
		margin-bottom: 40px;
	}

	.contactUsAddress {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.contactUsAddress p {
		width: 80%;
		margin-bottom: 20px;
	}

	.contactUsAddress a {
		width: 100%;
	}

	.contactUsAddress>a {
		width: 80%;
		height: 70px;
		display: flex;
		margin-bottom: 10px;
		background: #fff;
		color: #22aacf;
		border: #22aacf solid 2px;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#contactUs .contactUsTit br {
		display: block;
	}

	#contactUs .contactUsTit {
		margin-bottom: 20px;
	}

	#detailsPager {
		height: auto;
		padding: 0.5em;
	}

	#detailsPager a {
		min-width: 100px;
		padding: 8px 1.3em;
		font-size: 12px;
		text-align: left;
	}

	#detailsPager .return a {
		text-align: center;
	}

	#detailsPager .prev,
	#detailsPager .next {
		margin: 0;
	}

	#detailsPager {
		width: 100%;
		height: 60px;
		padding: 5px;
		margin-bottom: 70px;
		border: #d2d2d2 solid 1px;
		display: inline-flex;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.tabs {
		width: 100%;
		min-width: 100%;
		margin: 20px auto 0;
		padding-bottom: 15px;
		background-color: #fff;
	}

	.dayTag {
		display: flex;
		flex-wrap: wrap;
	}

	.dayTag .day {
		width: 100%;
	}
}