@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scroll {
	0% {
		top: 0%;
		opacity: 0;
	}
	20% {
		top: 0%;
		opacity: 1;
	}
	80% {
		top: 100%;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
.privacy {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 111%;
}
.privacy_text {}
.privacy_sect {}
.privacy_title {
	font-size: inherit;
	font-weight: inherit;
	margin-top: 1em;
}
.privacy_oList {
	list-style: none;
}
.privacy_oList > li {
	display: flex;
	align-items: flex-start;
}
.privacy_oList_mark {
	margin-right: 0.3em;
}
.privacy_link {
	margin-top: 50px;
}
.form {
	max-width: 720px;
	margin: 0 auto;
}
.form_field {
	margin-bottom: 48px;
}
.form_label {
	font-size: 22px;
	display: flex;
	align-items: center;
	column-gap: 16px;
	line-height: 1;
	margin-bottom: 18px;
}
.form_required {
	width: 48px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-red);
	color: var(--color-white);
	font-size: 16px;
	border-radius: 8px;
	line-height: 1;
}
.form_names {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	margin-top: 30px;
}
.form_name {}
.form_subLbl {
	font-size: 16px;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
}
.form_btn {
	max-width: 300px;
	margin: 63px auto 0;
	letter-spacing: 1em;
	text-indent: 1em;
}
.form_link {
	display: flex;
	justify-content: center;
	margin-top: 41px;
}
.form_link > a {
	text-decoration: none;
	color: inherit;
}
.works {}
.works_subTitle {
	line-height: 1;
	text-align: center;
	font-size: 28px;
}
.works_title {
	font-weight: inherit;
	font-size: 38px;
	text-align: center;
	line-height: 1.4;
	margin: 16px 0 17px;
}
.works_cat {
	line-height: 1;
	text-align: center;
}
.works_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 141px;
	row-gap: 35px;
}
.works_list > li {
	width: 48%;
	margin-left: 4%;
}
.works_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.works_list > li > a {
	text-decoration: none;
	color: inherit;
}
.works_fig {}
.works_fig > figcaption {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	margin-top: 5px;
}
.works_fig_image {
	position: relative;
	padding-bottom: 64.41%;
	transition-duration: .3s;
	transition-property: opacity;
}
.works_fig_image > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	fill: var(--color-light-greige);
	box-shadow: inset 0 0 0 1px var(--color-light-greige), 0 0 0 1px var(--color-light-greige);
}
.works_fig_image > img {
	display: block;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.topVis {
	position: relative;
	height: 100vh;
	margin-bottom: 22px;
}
.topVis_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.topVis_bg > video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVis_mask {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 32px;
	bottom: 0;
	z-index: 1;
	fill: var(--color-light-greige);
}
.topWorksNav {
	margin-bottom: 81px;
}
.topWorksNav_inner {
	max-width: 300px;
}
.topWorksNav_title {
	font-size: 43px;
	font-weight: inherit;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 14px;
}
.topWorksNav_list {
	list-style: none;
	font-size: 22px;
	border-bottom: 1px solid currentColor;
	border-top: 1px solid currentColor;
	padding: 6px 0;
}
.topWorksNav_list > li {}
.topWorksNav_list > li:nth-child(n+2) {
	margin-top: 7px;
}
.topWorksNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	padding-left: 38px;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.12em;
}
.topWorksNav_list_icon {
	display: block;
	fill: currentColor;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.topWorks {
	margin-bottom: 85px;
}
.topWorks_inner {}
.topWorks_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 10px;
	column-gap: 10px;
}
.topWorks_list > li {}
.topWorks_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.topWorks_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: opacity;
}
.topWorks_fig {
	position: relative;
	padding-top: 35px;
}
.topWorks_fig > figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.topWorks_fig > figcaption > img {
	display: block;
}
.topWorks_fig_image {
	position: relative;
	padding-bottom: 64.41%;
	transition-duration: .3s;
	transition-property: opacity;
}
.topWorks_fig_image > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	fill: var(--color-light-greige);
	box-shadow: inset 0 0 0 1px var(--color-light-greige), 0 0 0 1px var(--color-light-greige);
}
.topWorks_fig_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topWorks_fig_text {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: var(--color-white);
	font-size: 27px;
}
.topWorksPanel {
	margin-bottom: 158px;
}
.topWorksPanel_inner {
	max-width: 980px;
}
.topWorksPanel_dList {
	list-style: none;
	display: flex;
}
.topWorksPanel_dList > dt {
	font-size: 23px;
	white-space: nowrap;
	border: 1px solid currentColor;
	border-right: none;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 210px;
	box-sizing: border-box;
}
.topWorksPanel_dList > dd {
	width: calc(100% - 210px);
}
.topWorksPanel_dList > dd > input {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid currentColor;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 13px 15px;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}
.topWorksPanel_tagList {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 22px;
	row-gap: 20px;
	margin-top: 30px;
}
.topWorksPanel_tagList > li {}
.topWorksPanel_tagList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: var(--color-ivory);
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	color: var(--color-coffee-gray);
	font-size: 22px;
	line-height: 1;
	padding: 7px 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topMessage {
	margin-bottom: 75px;
}
.topMessage_inner {
	max-width: 1250px;
	padding-left: 0;
}
.topMessage_cols {
	display: flex;
	margin-left: -2px;
}
.topMessage_col {}
.topMessage_col-img {
	width: 466px;
	padding-top: 7px;
}
.topMessage_image {}
.topMessage_image > img {
	display: block;
}
.topMessage_col-txt {
	width: calc(100% - 500px);
	margin-left: auto;
	max-width: 718px;
}
.topMessage_title {
	margin-bottom: 0;
}
.topMessage_text {}
.topMessage_dList {
	list-style: none;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 30px;
}
.topMessage_dList > dt {
	font-size: 28px;
	display: inline-block;
	margin-right: 1em;
}
.topMessage_dList > dd {
	display: inline-block;
}
.topMessage_dList_main {
	font-size: 30px;
}
.topMessage_titleWrap {
	display: flex;
	padding-left: 14px;
	margin-bottom: 64px;
}
.topAccess {}
.topAccess_inner {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
}
.topAccess_title {}
.topAccess_cols {
	display: flex;
}
.topAccess_col {
	width: 50%;
}
.topAccess_col-no1 {}
.topAccess_headline {
	text-align: center;
	font-size: 28px;
	margin-bottom: 24px;
	font-weight: inherit;
}
.topAccess_map {
	padding-bottom: 290px;
	position: relative;
}
.topAccess_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1) brightness(1.1);
}
.topAccess_map-kyoto > iframe {}
.topAccess_areaText {
	max-width: 430px;
	margin: 18px auto 0;
	display: flex;
	justify-content: center;
}
.topAccess_addr {
	line-height: 1.6;
}
.topAccess_col-no2 {}
.topAccess_map-kyoto {}
.topAccess_map-kyoto::before {
	background-color: #5f743e;
}
.worksDtl {}
.worksDtl_head {
	text-align: center;
	padding-top: 175px;
	margin-bottom: 109px;
}
.worksDtl_head_inner {
	max-width: 780px;
	padding-left: 170px;
	padding-right: 170px;
}
.worksDtl_catWrap {
	display: flex;
	font-size: 22px;
	justify-content: center;
	align-items: center;
	column-gap: 14px;
}
.worksDtl_cat {}
.worksDtl_hr {
	width: 32px;
	height: 1px;
	background-color: currentColor;
}
.worksDtl_mainImage {
	margin-bottom: 88px;
}
.worksDtl_mainImage_inner {
	max-width: 1072px;
}
.worksDtl_mainImage_image {
	position: relative;
	padding-bottom: 56.62%;
	overflow: hidden;
	border-radius: 34px;
}
.worksDtl_mainImage_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.worksDtl_body {}
.worksDtl_body_inner {
	max-width: 744px;
}
.worksDtl_editor {}
.worksDtl_keyword {
	border-top: 1px solid currentColor;
	margin-top: 69px;
	padding-top: 17px;
	padding-bottom: 81px;
	margin-bottom: 43px;
	border-bottom: 1px solid currentColor;
}
.worksDtl_keyword_title {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: inherit;
}
.worksDtl_tagList {
	list-style: none;
	display: flex;
	column-gap: 25px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.worksDtl_tagList > li {}
.worksDtl_tagList > li > a {
	text-decoration: none;
	display: flex;
	background-color: var(--color-ivory);
	border-radius: 7px;
	align-items: center;
	justify-content: center;
	color: var(--color-coffee-gray);
	font-size: 18px;
	line-height: 1;
	padding: 7px 9px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.worksDtl_link {
	display: flex;
	justify-content: center;
	margin-top: 85px;
}
.worksDtl_link > a {
	text-decoration: none;
	color: inherit;
}
.worksDtl_title {
	line-height: 1.4;
	font-size: 34px;
	margin-top: 34px;
}
.worksDtl_sect {}
.worksDtl_sect_inner {
	max-width: 992px;
}
.worksDtl_sect_body {
	background-color: var(--color-ivory);
	padding: 18px 38px 86px;
}
.worksDtl_sect_title {
	font-size: 34px;
	font-weight: inherit;
	line-height: 1.4;
	border-bottom: 1px solid currentColor;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.worksDtl_sect_text {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 27px;
}
.worksDtl_sect_text:last-child {
	margin-bottom: 0;
}
.worksDtl_sect_fig {
	max-width: 744px;
	margin: 20px auto;
}
.worksDtl_sect_fig:first-child {
	margin-top: 0;
}
.worksDtl_sect_fig:last-child {
	margin-bottom: 0;
}
.worksDtl_sect_fig > figcaption {
	margin-top: 4px;
	font-size: 16px;
}
.worksDtl_sect_fig_image {
	position: relative;
	padding-bottom: 56.59%;
	border-radius: 20px;
	overflow: hidden;
}
.worksDtl_sect_fig_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_empty {
	text-align: center;
	margin-top: 50px;
	margin-left: -10px;
	margin-right: -10px;
}
.wpcf7-not-valid-tip {
	color: var(--color-red);
	display: block;
	margin-top: 3px;
	font-size: 80%;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	padding: 20px 20px;
	margin-top: 35px;
	display: none;
}
[data-status="spam"] .wpcf7-response-output,
[data-status="invalid"] .wpcf7-response-output {
	color: var(--color-red);
	background-color: #fff1f1;
	border-color: rgba(211, 66, 38, 0.44);
	display: block;
}
[data-status="sent"] .wpcf7-response-output {
	display: block;
}
.form_btn > .icon-spinner {
	letter-spacing: 0;
	position: absolute;
	top: 0;
	text-indent: 0;
	width: 1em;
	height: 1em;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-play-state: paused;
	display: none;
	font-size: 30px;
}
[data-status="submitting"] .form_btn {
	font-size: 0;
}
[data-status="submitting"] .form_btn > .icon-spinner {
	display: block;
	animation-play-state: running;
}
.error {}
.error_title {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 13px;
}
.error_text {}
.error_link {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
.works_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 1.4;
}
.works_dList > dt {}
.works_dList > dd {}
.topVis_scrollWrap {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
}
.topVis_scrollWrap_inner {
	display: flex;
	justify-content: flex-end;
}
.topVis_scrollWrap_contents {}
.topVis_scroll {
	color: var(--color-white);
	font-size: 22px;
	display: flex;
	align-items: center;
}
.topVis_scroll_text {
	display: block;
	margin-right: 21px;
	line-height: 1;
	transform: translateY(-70%);
}
.topVis_scroll_bar {
	display: block;
	width: 1px;
	height: 103px;
	background-color: currentColor;
	position: relative;
}
.topVis_scroll_bar_ball {
	display: block;
	width: 21px;
	height: 21px;
	background-color: currentColor;
	border-radius: 50%;
	top: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: scroll;
	animation-fill-mode: backwards;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.topWorks_list_image {
	position: relative;
}
.topWorks_list_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topWorks_list_image_arrow {
	position: absolute;
	z-index: 2;
	bottom: 9%;
	right: 7%;
	width: 55px;
	height: 55px;
	border: 1px solid currentColor;
	color: #fefffa;
	border-radius: 50%;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: transform;
}
.topWorks_list_image_arrow::after {
	content: "";
	display: block;
	width: 40%;
	height: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-25%) translate(-50%, -50%) rotate(45deg);
	border: 1px solid currentColor;
	border-left: none;
	border-bottom: none;
}
.worksDtl_text {}
.worksDtl_info {
	margin-top: 1em;
}
.worksDtl_textWrap {
	border-bottom: 1px solid currentColor;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.works_headline {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	line-height: 2.044;
	position: relative;
	padding: 35px 0;
	margin-top: 45px;
}
.works_headline::before {
	content: "";
	display: block;
	width: 234px;
	height: 1px;
	left: 50%;
	top: 0;
	position: absolute;
	transform: translateX(-50%);
	background-image: linear-gradient(to bottom, currentColor 50%, rgba(255, 255, 255, 0) 50%);
}
.works_headline::after {
	content: "";
	display: block;
	width: 234px;
	height: 1px;
	left: 50%;
	bottom: 0;
	position: absolute;
	transform: translateX(-50%);
	background-image: linear-gradient(to top, currentColor 50%, rgba(255, 255, 255, 0) 50%);
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover .topWorks_list_image_arrow {
		transform: scale(1.2);
	}
	.worksDtl_tagList > li > a:hover {
		background-color: var(--color-coffee-gray);
		color: var(--color-white);
	}
	.topWorksPanel_tagList > li > a:hover {
		background-color: var(--color-coffee-gray);
		color: var(--color-white);
	}
	.topWorksNav_list > li > a:hover {
		color: var(--color-green);
	}
	.topWorks_list > li > a:hover {
		opacity: .8;
	}
	a:hover .topWorks_fig_image {
		opacity: .7;
	}
	.works_list > li > a:hover {}
	a:hover .works_fig_image {
		opacity: .7;
	}
	.form_btn:hover {}
	.form_link > a:hover {}
}
@media screen and (max-width:999px) {
	.privacy {}
	.privacy_text {}
	.privacy_sect {}
	.privacy_title {}
	.privacy_oList {}
	.privacy_oList > li {}
	.privacy_oList_mark {}
	.privacy_link {}
	.form {}
	.form_field {}
	.form_label {}
	.form_required {}
	.form_names {}
	.form_name {}
	.form_subLbl {}
	.form_btn {}
	.form_link {}
	.form_link > a {}
	.works {}
	.works_subTitle {}
	.works_title {}
	.works_cat {}
	.works_list {
		margin-top: 100px;
	}
	.works_list > li {}
	.works_list > li:nth-child(2n+1) {}
	.works_list > li > a {}
	.works_fig {}
	.works_fig > figcaption {}
	.works_fig_image {}
	.works_fig_image > svg {}
	.works_fig_image > img {}
	.topVis {}
	.topVis_bg {}
	.topVis_bg > video {}
	.topVis_mask {}
	.topWorksNav {}
	.topWorksNav_inner {}
	.topWorksNav_title {}
	.topWorksNav_list {}
	.topWorksNav_list > li {}
	.topWorksNav_list > li:nth-child(n+2) {}
	.topWorksNav_list > li > a {}
	.topWorksNav_list_icon {}
	.topWorks {}
	.topWorks_inner {}
	.topWorks_list {}
	.topWorks_list > li {}
	.topWorks_list > li:nth-child(2n+1) {}
	.topWorks_list > li > a {}
	.topWorks_fig {
		padding-top: 7.6%;
	}
	.topWorks_fig > figcaption {}
	.topWorks_fig > figcaption > img {}
	.topWorks_fig_image {}
	.topWorks_fig_image > svg {}
	.topWorks_fig_image > img {}
	.topWorks_fig_text {
		font-size: 22px;
	}
	.topWorksPanel {
		margin-bottom: 100px;
	}
	.topWorksPanel_inner {}
	.topWorksPanel_dList {}
	.topWorksPanel_dList > dt {
		font-size: 20px;
	}
	.topWorksPanel_dList > dd {}
	.topWorksPanel_dList > dd > input {}
	.topWorksPanel_tagList {
		column-gap: 10px;
		row-gap: 10px;
	}
	.topWorksPanel_tagList > li {}
	.topWorksPanel_tagList > li > a {
		font-size: 18px;
	}
	.topMessage {}
	.topMessage_inner {}
	.topMessage_cols {}
	.topMessage_col {}
	.topMessage_col-img {
		width: 300px;
	}
	.topMessage_image {}
	.topMessage_image > img {}
	.topMessage_col-txt {
		width: calc(100% - 330px);
	}
	.topMessage_title {}
	.topMessage_text {
		font-size: inherit;
	}
	.topMessage_dList {
		font-size: 17px;
	}
	.topMessage_dList > dt {
		font-size: 24px;
	}
	.topMessage_dList > dd {}
	.topMessage_dList_main {
		font-size: 26px;
	}
	.topMessage_titleWrap {
		margin-bottom: 29px;
	}
	.topAccess {}
	.topAccess_inner {}
	.topAccess_title {}
	.topAccess_cols {}
	.topAccess_col {}
	.topAccess_col-no1 {}
	.topAccess_headline {
		font-size: 22px;
		margin-bottom: 11px;
	}
	.topAccess_map {}
	.topAccess_map::before {}
	.topAccess_map > iframe {}
	.topAccess_map-kyoto > iframe {}
	.topAccess_areaText {}
	.topAccess_addr {}
	.topAccess_col-no2 {}
	.topAccess_map-kyoto {}
	.topAccess_map-kyoto::before {}
	.worksDtl {}
	.worksDtl_head {
		padding-top: 110px;
	}
	.worksDtl_head_inner {
		padding-left: 125px;
		padding-right: 125px;
	}
	.worksDtl_catWrap {}
	.worksDtl_cat {}
	.worksDtl_hr {}
	.worksDtl_mainImage {}
	.worksDtl_mainImage_inner {}
	.worksDtl_mainImage_image {}
	.worksDtl_mainImage_image > img {}
	.worksDtl_body {}
	.worksDtl_body_inner {}
	.worksDtl_editor {}
	.worksDtl_keyword {
		padding-bottom: 40px;
	}
	.worksDtl_keyword_title {
		font-size: 24px;
	}
	.worksDtl_tagList {
		column-gap: 20px;
		row-gap: 15px;
	}
	.worksDtl_tagList > li {}
	.worksDtl_tagList > li > a {}
	.worksDtl_link {
		margin-top: 50px;
	}
	.worksDtl_link > a {}
	.worksDtl_title {
		margin-top: 30px;
	}
	.worksDtl_sect {}
	.worksDtl_sect_inner {}
	.worksDtl_sect_body {}
	.worksDtl_sect_title {
		font-size: 27px;
	}
	.worksDtl_sect_text {}
	.worksDtl_sect_text:last-child {}
	.worksDtl_sect_fig {}
	.worksDtl_sect_fig:first-child {}
	.worksDtl_sect_fig:last-child {}
	.worksDtl_sect_fig > figcaption {}
	.worksDtl_sect_fig_image {}
	.worksDtl_sect_fig_image > img {}
	.works_empty {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.works_dList {}
	.works_dList > dt {}
	.works_dList > dd {}
	.topVis_scrollWrap {}
	.topVis_scrollWrap_inner {}
	.topVis_scrollWrap_contents {}
	.topVis_scroll {
		font-size: 18px;
	}
	.topVis_scroll_text {}
	.topVis_scroll_bar {}
	.topVis_scroll_bar_ball {
		width: 17px;
		height: 17px;
	}
	.topWorks_list_image {}
	.topWorks_list_image > img {}
	.topWorks_list_image_arrow {}
	.topWorks_list_image_arrow::after {}
	.worksDtl_text {}
	.worksDtl_info {}
	.worksDtl_textWrap {}
	.works_headline {}
	.works_headline::before {}
	.works_headline::after {}
}
@media screen and (max-width:767px) {
	.privacy {}
	.privacy_text {}
	.privacy_sect {}
	.privacy_title {}
	.privacy_oList {}
	.privacy_oList > li {}
	.privacy_oList_mark {}
	.privacy_link {}
	.form {}
	.form_field {
		margin-bottom: 35px;
	}
	.form_label {
		font-size: 18px;
		column-gap: 10px;
		margin-bottom: 10px;
	}
	.form_required {
		font-size: 12px;
		width: 40px;
		height: 20px;
		border-radius: 3px;
	}
	.form_names {
		column-gap: 10px;
		margin-top: 20px;
	}
	.form_name {}
	.form_subLbl {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.form_btn {
		margin-top: 35px;
	}
	.form_link {
		margin-top: 20px;
	}
	.form_link > a {}
	.works {}
	.works_subTitle {
		font-size: 16px;
	}
	.works_title {
		font-size: 26px;
		margin: 8px 0 8px;
	}
	.works_cat {
		font-size: 14px;
	}
	.works_list {
		display: block;
		max-width: 265px;
		margin: 55px auto 0;
	}
	.works_list > li {
		margin-left: 0;
		width: auto;
	}
	.works_list > li:nth-child(n+2) {
		margin-top: 35px;
	}
	.works_list > li > a {}
	.works_fig {}
	.works_fig > figcaption {
		font-size: 14px;
	}
	.works_fig_image {}
	.works_fig_image > svg {}
	.works_fig_image > img {}
	.topVis {
		height: var(--fullVh, 100vh);
		margin-bottom: 19px;
	}
	.topVis_bg {}
	.topVis_bg > video {}
	.topVis_mask {
		height: 16px;
	}
	.topWorksNav {
		margin-bottom: 34px;
	}
	.topWorksNav_inner {
		max-width: 174px;
	}
	.topWorksNav_title {
		font-size: 26px;
		margin-bottom: 23px;
	}
	.topWorksNav_list {
		font-size: 13px;
	}
	.topWorksNav_list > li {}
	.topWorksNav_list > li:nth-child(n+2) {
		margin-top: 4px;
	}
	.topWorksNav_list > li > a {
		padding-left: 20px;
	}
	.topWorksNav_list_icon {
		width: 9px;
		height: 9px;
		left: 5px;
	}
	.topWorks {
		margin-bottom: 27px;
	}
	.topWorks_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.topWorks_list {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		row-gap: 15px;
		grid-template-columns: 1fr;
	}
	.topWorks_list > li {
		margin-left: 0;
		width: 100%;
	}
	.topWorks_list > li:nth-child(2n) {
		align-self: flex-end;
	}
	.topWorks_list > li:nth-child(2n+1) {}
	.topWorks_list > li > a {}
	.topWorks_fig {}
	.topWorks_fig > figcaption {}
	.topWorks_fig > figcaption > img {}
	.topWorks_fig_image {}
	.topWorks_fig_image > svg {}
	.topWorks_fig_image > img {}
	.topWorks_fig_text {
		font-size: 16px;
	}
	.topWorksPanel {
		margin-bottom: 76px;
	}
	.topWorksPanel_inner {}
	.topWorksPanel_dList {}
	.topWorksPanel_dList > dt {
		font-size: 14px;
		width: 120px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.topWorksPanel_dList > dd {
		width: calc(100% - 120px);
	}
	.topWorksPanel_dList > dd > input {
		padding: 7px 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.topWorksPanel_tagList {
		margin-top: 23px;
	}
	.topWorksPanel_tagList > li {}
	.topWorksPanel_tagList > li > a {
		font-size: 12px;
		border-radius: 5px;
		padding: 3px 5px;
	}
	.topMessage {
		margin-bottom: 61px;
	}
	.topMessage_inner {}
	.topMessage_cols {
		position: relative;
		padding-top: 70px;
		margin-right: -5px;
		padding-bottom: 40px;
	}
	.topMessage_col {}
	.topMessage_col-img {
		width: 180px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.topMessage_image {
		width: 240px;
	}
	.topMessage_image > img {}
	.topMessage_col-txt {
		width: calc(100% - 200px);
	}
	.topMessage_title {}
	.topMessage_text {
		font-size: 12px;
		line-height: 1.7;
	}
	.topMessage_dList {
		font-size: 12px;
		margin-left: 0;
		text-align: center;
		margin: 0;
		position: absolute;
		bottom: 0;
		width: calc(100% - 20px);
		left: 20px;
		text-align: center;
	}
	.topMessage_dList > dt {
		font-size: 15px;
	}
	.topMessage_dList > dd {}
	.topMessage_dList_main {
		font-size: 15px;
	}
	.topMessage_titleWrap {
		padding: 0;
		position: absolute;
		top: 0;
		left: 30px;
		width: calc(100% - 30px);
		justify-content: center;
	}
	.topAccess {}
	.topAccess_inner {}
	.topAccess_title {}
	.topAccess_cols {
		display: block;
	}
	.topAccess_col {
		width: 100%;
	}
	.topAccess_col-no1 {
		margin-bottom: 20px;
	}
	.topAccess_headline {
		font-size: 17px;
	}
	.topAccess_map {
		padding-bottom: 46%;
	}
	.topAccess_map::before {}
	.topAccess_map > iframe {}
	.topAccess_map-kyoto > iframe {}
	.topAccess_areaText {
		padding-top: 10px;
		background-color: var(--color-white);
		margin-top: 0;
		padding-bottom: 10px;
		max-width: none;
	}
	.topAccess_addr {
		font-size: 14px;
	}
	.topAccess_col-no2 {}
	.topAccess_map-kyoto {}
	.topAccess_map-kyoto::before {}
	.worksDtl {}
	.worksDtl_head {
		padding-top: 89px;
		margin-bottom: 53px;
	}
	.worksDtl_head_inner {
		padding-left: 90px;
		padding-right: 30px;
	}
	.worksDtl_catWrap {
		font-size: 15px;
		column-gap: 8px;
	}
	.worksDtl_cat {}
	.worksDtl_hr {
		width: 16px;
	}
	.worksDtl_mainImage {
		margin-bottom: 35px;
	}
	.worksDtl_mainImage_inner {
		padding: 0;
	}
	.worksDtl_mainImage_image {
		border-radius: 0;
		padding-bottom: 81.5%;
	}
	.worksDtl_mainImage_image > img {}
	.worksDtl_body {}
	.worksDtl_body_inner {}
	.worksDtl_editor {}
	.worksDtl_keyword {
		margin-top: 27px;
		padding-top: 13px;
		padding-bottom: 21px;
	}
	.worksDtl_keyword_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.worksDtl_tagList {
		column-gap: 16px;
		row-gap: 12px;
	}
	.worksDtl_tagList > li {}
	.worksDtl_tagList > li > a {
		font-size: 16px;
		padding: 5px 5px;
	}
	.worksDtl_link {}
	.worksDtl_link > a {}
	.worksDtl_title {
		font-size: 25px;
		margin-top: 20px;
	}
	.worksDtl_sect {}
	.worksDtl_sect_inner {
		padding: 0;
	}
	.worksDtl_sect_body {
		padding: 25px 25px 50px;
	}
	.worksDtl_sect_title {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 21px;
	}
	.worksDtl_sect_text {
		font-size: inherit;
	}
	.worksDtl_sect_text:last-child {}
	.worksDtl_sect_fig {}
	.worksDtl_sect_fig:first-child {}
	.worksDtl_sect_fig:last-child {}
	.worksDtl_sect_fig > figcaption {
		font-size: 14px;
		margin-top: 2px;
	}
	.worksDtl_sect_fig_image {
		border-radius: 10px;
	}
	.worksDtl_sect_fig_image > img {}
	.works_empty {
		margin-top: 30px;
	}
	.error {}
	.error_title {
		font-size: 24px;
	}
	.error_text {}
	.error_link {
		margin-top: 20px;
	}
	.works_dList {
		font-size: 17px;
		display: block;
		text-align: center;
	}
	.works_dList > dt {
		margin-bottom: 5px;
	}
	.works_dList > dd {}
	.topVis_scrollWrap {
		display: none;
	}
	.topVis_scrollWrap_inner {}
	.topVis_scrollWrap_contents {}
	.topVis_scroll {}
	.topVis_scroll_text {}
	.topVis_scroll_bar {}
	.topVis_scroll_bar_ball {}
	.topWorks_list_image {}
	.topWorks_list_image > img {}
	.topWorks_list_image_arrow {
		width: 40px;
		height: 40px;
	}
	.topWorks_list_image_arrow::after {}
	.worksDtl_text {}
	.worksDtl_info {}
	.worksDtl_textWrap {
		margin-bottom: 35px;
	}
	.works_headline {
		font-size: 14px;
		padding: 20px 0;
		margin-top: 35px;
	}
	.works_headline::before {
		width: 143px;
	}
	.works_headline::after {
		width: 143px;
	}
}
@media screen and (max-width:374px) {}
