@charset "UTF-8";
@keyframes scroll {
	0% {
		top: 0;
	}
	100% {
		top: 15px;
	}
}
[data-animation] {
	opacity: 0;
	transform: translateY(0px);
	transition-duration: 1.4s;
	transition-property: transform, opacity;
	transition-delay: .35s;
}
[data-animation="after"] {
	opacity: 1;
	transform: translateY(0);
}
.gBody {
	z-index: 2;
	padding-top: 0;
	background-color: #fff;
}
.fixVis {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fixVis_slide {
	font-size: 0;
	opacity: 0;
	transition-delay: .2s;
	transition-duration: 1s;
	transition-property: opacity;
}
.fixVis_slide.slick-initialized {
	opacity: 1;
}
.fixVis_image {
	height: 100vh;
	width: 100%;
	background-image: url(/assets/img/home/pt-slide01@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fixVis_image-no2 {
	background-image: url(/assets/img/home/pt-slide02@2x.jpg);
}
.fixVis_image-no3 {
	background-image: url(/assets/img/home/pt-slide03@2x.jpg);
}
.vis {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	pointer-events: none;
}
.vis_slide {}
.vis_image {}
.visDummy {
	height: 60vh;
	pointer-events: none;
}
.vis_text {
	margin-bottom: 7px;
	transition-delay: 0s;
}
.vis_scroll {
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .7s;
}
.slick-initialized + .vis_scroll {
	opacity: 1;
}
.vis_scroll > img {
	display: block;
}
.vis_scroll_box {
	display: block;
	width: 36px;
	height: 56px;
	background-color: #fff;
	border: 2px solid #231815;
	border-radius: 28px;
	box-sizing: border-box;
	margin: 0 auto;
	animation-name: scroll;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.6s;
	position: relative;
	z-index: 1;
	top: 0;
}
.areaContents {
	background-color: #fff;
	padding-top: 71px;
}
.works {
	margin-bottom: 140px;
}
.works_inner {}
.works_title {}
.works_list {
	list-style: none;
	max-width: 850px;
	margin: 0 auto;
}
.works_list > li {
	margin-top: 49px;
}
.works_list > li:first-child {
	margin-top: 0;
}
.works_list > li:last-child {}
.works_list > li:nth-child(2n+1) {}
.works_list > li:nth-child(n+3) {}
.works_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.works_list > li > a::before {
	content: "";
}
.works_list > li > a::after {
	content: "";
}
.works_image {
	padding-bottom: 33.33%;
	background-color: #f2f2f2;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.works_name {
	text-align: center;
	font-size: 27px;
	line-height: 1.6;
}
.works_project {
	text-align: center;
	font-size: inherit;
}
.works_hr {}
.works_link {}
.works_link > a {}
.works_link > a::before {
	content: "";
}
.works_link > a::after {
	content: "";
}
.works_link > a > .icon {}
.news {
	margin-bottom: 140px;
}
.news_inner {}
.news_title {}
.news_hr {}
.news_link {}
.news_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.news_link > a::before {
	content: "";
}
.news_link > a::after {
	content: "";
}
.news_link > a > .icon {}
.firm {
	margin-bottom: 40px;
}
.firm_inner {}
.firm_title {
	margin-bottom: 75px;
}
.firm_sect {
	margin-bottom: 85px;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.firm_sect:last-child {
	margin-bottom: 0;
}
.firm_headline {
	font-size: 30px;
	font-weight: normal;
}
.firm_text {
	font-size: 20px;
	line-height: 2;
}
.firm_table {
	margin-left: auto;
	margin-top: 47px;
	font-size: 18px;
	display: block;
}
.firm_table > tbody {
	display: block;
}
.firm_table > tbody > tr {
	display: flex;
}
.firm_table > tbody > tr:first-child {}
.firm_table > tbody > tr:last-child {}
.firm_table > tbody > tr > th {
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	padding-right: 2em;
	padding-bottom: 1em;
	vertical-align: top;
	display: block;
	width: 260px;
	box-sizing: border-box;
}
.firm_table > tbody > tr > td {
	padding-bottom: 1em;
	vertical-align: top;
	display: block;
	flex-grow: 1;
}
.map {
	margin-bottom: 110px;
}
.map_iframeWrap {
	position: relative;
	z-index: 1;
	height: 455px;
}
.map_iframeWrap > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.map_addr {
	text-align: center;
	font-size: 18px;
	margin-top: 12px;
}
.profile {}
.profile_inner {}
.profile_title {}
.profile_cols {
	display: flex;
	max-width: 830px;
	margin: 71px auto 41px;
	justify-content: space-between;
}
.profile_col {}
.profile_col-no1 {
	width: 260px;
}
.profile_image {
	max-width: 223px;
}
.profile_image > img {
	max-width: 100%;
	height: auto;
}
.profile_col-no2 {
	width: calc(100% - 260px);
}
.profile_areaName {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
	line-height: 1;
	max-width: 494px;
}
.profile_status {
	font-size: 15px;
	margin-bottom: 12px;
}
.profile_name {}
.profile_name > b {
	display: block;
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 13px;
}
.profile_name > small {
	display: block;
	font-size: 15px;
}
.profile_snsList {
	list-style: none;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 32px;
	right: 0;
}
.profile_snsList > li {
	margin-right: 23px;
}
.profile_snsList > li:first-child {}
.profile_snsList > li:last-child {
	margin-right: 0;
}
.profile_snsList > li:nth-child(2n+1) {}
.profile_snsList > li:nth-child(n+3) {}
.profile_snsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: transform;
}
.profile_snsList > li > a::before {
	content: "";
}
.profile_snsList > li > a::after {
	content: "";
}
.profile_snsList > li > a > img {
	display: block;
}
.profile_list {
	list-style: none;
	margin-bottom: 1.2em;
	font-size: 20px;
}
.profile_list > li {}
.profile_list > li:first-child {}
.profile_list > li:last-child {}
.profile_list > li:nth-child(2n+1) {}
.profile_list > li:nth-child(n+3) {}
.project {}
.project_title {
	font-size: 30px;
	font-weight: normal;
	max-width: 840px;
	margin: 0 auto 26px;
}
.project_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.project_list > li {
	width: 32%;
	margin-left: 2%;
}
.project_list > li:first-child {}
.project_list > li:last-child {}
.project_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.project_list > li:nth-child(n+4) {
	margin-top: 30px;
}
.project_name {
	text-align: center;
	font-size: 18px;
	margin-bottom: 4px;
	line-height: 1.4;
	flex-grow: 1;
}
.project_image {
	outline: none;
}
.project_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.project_caption {
	text-align: center;
	font-size: inherit;
	margin-top: 1px;
}
.firm_cols {
	display: flex;
}
.firm_col {}
.firm_col-no1 {
	width: 260px;
}
.firm_col-no2 {}
.profile_text {
	font-size: 18px;
}
.project_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.project_slide.slick-initialized {
	opacity: 1;
}
.project_slide_dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 8px;
}
.project_slide_dots > li {
	margin: 3px 5px;
}
.project_slide_dots > li > button {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #727171;
	box-sizing: border-box;
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.project_slide_dots > li.slick-active > button {
	background-color: #727171;
}
@media screen and (min-width:1000px) {
	.project_slide_dots > li > button:hover {
		background-color: #727171;
	}
	.works_list > li > a:hover {
		opacity: .7;
	}
	.works_link > a:hover {}
	.news_link > a:hover {}
	.profile_snsList > li > a:hover {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 999px) {
	.gBody {}
	.fixVis {}
	.fixVis_slide {}
	.fixVis_image {}
	.vis {}
	.vis_slide {}
	.vis_image {}
	.visDummy {}
	.vis_text {}
	.vis_scroll {}
	.vis_scroll > img {}
	.vis_scroll_box {}
	.areaContents {}
	.works {}
	.works_inner {}
	.works_title {}
	.works_list {}
	.works_list > li {
		margin-top: 35px;
	}
	.works_list > li:first-child {}
	.works_list > li:last-child {}
	.works_list > li:nth-child(2n+1) {}
	.works_list > li:nth-child(n+3) {}
	.works_list > li > a {}
	.works_list > li > a::before {}
	.works_list > li > a::after {}
	.works_image {}
	.works_name {
		font-size: 24px;
	}
	.works_project {
		font-size: 16px;
	}
	.works_hr {}
	.works_link {}
	.works_link > a {}
	.works_link > a::before {}
	.works_link > a::after {}
	.works_link > a > .icon {}
	.news {}
	.news_inner {}
	.news_title {}
	.news_hr {}
	.news_link {}
	.news_link > a {}
	.news_link > a::before {}
	.news_link > a::after {}
	.news_link > a > .icon {}
	.firm {}
	.firm_inner {}
	.firm_title {}
	.firm_sect {
		margin-bottom: 50px;
	}
	.firm_sect:last-child {}
	.firm_headline {
		font-size: 28px;
	}
	.firm_text {
		font-size: 20px;
	}
	.firm_table {
		font-size: 18px;
		margin-top: 25px;
	}
	.firm_table > tbody {}
	.firm_table > tbody > tr {}
	.firm_table > tbody > tr:first-child {}
	.firm_table > tbody > tr:last-child {}
	.firm_table > tbody > tr > th {
		padding-bottom: .5em;
	}
	.firm_table > tbody > tr > td {
		padding-bottom: .5em;
	}
	.map {}
	.map_iframeWrap {}
	.map_iframeWrap > iframe {}
	.map_addr {
		font-size: 18px;
	}
	.profile {}
	.profile_inner {}
	.profile_title {}
	.profile_cols {}
	.profile_col {}
	.profile_col-no1 {}
	.profile_image {}
	.profile_image > img {}
	.profile_col-no2 {}
	.profile_areaName {}
	.profile_status {}
	.profile_name {}
	.profile_name > b {}
	.profile_name > small {}
	.profile_snsList {}
	.profile_snsList > li {}
	.profile_snsList > li:first-child {}
	.profile_snsList > li:last-child {}
	.profile_snsList > li:nth-child(2n+1) {}
	.profile_snsList > li:nth-child(n+3) {}
	.profile_snsList > li > a {}
	.profile_snsList > li > a::before {}
	.profile_snsList > li > a::after {}
	.profile_snsList > li > a > img {}
	.profile_list {
		font-size: 17px;
	}
	.profile_list > li {}
	.profile_list > li:first-child {}
	.profile_list > li:last-child {}
	.profile_list > li:nth-child(2n+1) {}
	.profile_list > li:nth-child(n+3) {}
	.project {}
	.project_title {}
	.project_list {}
	.project_list > li {}
	.project_list > li:first-child {}
	.project_list > li:last-child {}
	.project_list > li:nth-child(3n+1) {}
	.project_list > li:nth-child(n+4) {}
	.project_name {
		font-size: 17px;
	}
	.project_image {}
	.project_image > img {}
	.project_caption {
		font-size: 16px;
	}
	.firm_cols {}
	.firm_col {}
	.firm_col-no1 {}
	.firm_col-no2 {}
	.profile_text {
		font-size: 17px;
	}
	.project_slide {}
	.project_slide.slick-initialized {}
	.project_slide_dots {}
	.project_slide_dots > li {}
	.project_slide_dots > li > button {}
	.project_slide_dots > li.slick-active > button {}
}
@media screen and (max-width:767px) {
	.gBody {}
	.fixVis {}
	.fixVis_slide {}
	.fixVis_image {}
	.vis {
		font-size: 14px;
	}
	.vis_slide {}
	.vis_image {}
	.visDummy {}
	.vis_text {}
	.vis_scroll {
		bottom: 30px;
	}
	.vis_scroll > img {
		width: 40px;
	}
	.vis_scroll_box {
		width: 21px;
		height: 35px;
		border-width: 1px;
	}
	.areaContents {
		padding-top: 45px;
	}
	.works {
		margin-bottom: 45px;
	}
	.works_inner {}
	.works_title {}
	.works_list {}
	.works_list > li {
		margin-top: 20px;
	}
	.works_list > li:first-child {}
	.works_list > li:last-child {}
	.works_list > li:nth-child(2n+1) {}
	.works_list > li:nth-child(n+3) {}
	.works_list > li > a {}
	.works_list > li > a::before {}
	.works_list > li > a::after {}
	.works_image {}
	.works_name {
		font-size: 16px;
	}
	.works_project {
		font-size: 13px;
	}
	.works_hr {}
	.works_link {}
	.works_link > a {}
	.works_link > a::before {}
	.works_link > a::after {}
	.works_link > a > .icon {}
	.news {
		margin-bottom: 45px;
	}
	.news_inner {}
	.news_title {}
	.news_hr {}
	.news_link {}
	.news_link > a {}
	.news_link > a::before {}
	.news_link > a::after {}
	.news_link > a > .icon {}
	.firm {}
	.firm_inner {}
	.firm_title {
		margin-bottom: 25px;
	}
	.firm_sect {
		margin-bottom: 35px;
	}
	.firm_sect:last-child {}
	.firm_headline {
		text-align: center;
		font-size: 20px;
	}
	.firm_text {
		font-size: 14px;
	}
	.firm_table {
		font-size: 14px;
		margin-top: 10px;
	}
	.firm_table > tbody {}
	.firm_table > tbody > tr {}
	.firm_table > tbody > tr:first-child {}
	.firm_table > tbody > tr:last-child {}
	.firm_table > tbody > tr > th {
		padding-right: 1em;
		width: 80px;
	}
	.firm_table > tbody > tr > td {
		width: calc(100% - 80px);
	}
	.map {
		margin-bottom: 45px;
	}
	.map_iframeWrap {
		height: 300px;
	}
	.map_iframeWrap > iframe {}
	.map_addr {
		font-size: 14px;
	}
	.profile {}
	.profile_inner {}
	.profile_title {}
	.profile_cols {
		display: block;
		margin-top: 0;
	}
	.profile_col {
		width: auto;
	}
	.profile_col-no1 {}
	.profile_image {
		width: 160px;
		margin: 0 auto 20px;
	}
	.profile_image > img {}
	.profile_col-no2 {}
	.profile_areaName {
		text-align: center;
	}
	.profile_status {
		font-size: 13px;
	}
	.profile_name {
		margin-bottom: 15px;
	}
	.profile_name > b {
		font-size: 30px;
		margin-bottom: 6px;
	}
	.profile_name > small {
		font-size: 12px;
	}
	.profile_snsList {
		position: static;
		justify-content: center;
	}
	.profile_snsList > li {
		width: 40px;
		margin-right: 13px;
	}
	.profile_snsList > li:first-child {}
	.profile_snsList > li:last-child {}
	.profile_snsList > li:nth-child(2n+1) {}
	.profile_snsList > li:nth-child(n+3) {}
	.profile_snsList > li > a {}
	.profile_snsList > li > a::before {}
	.profile_snsList > li > a::after {}
	.profile_snsList > li > a > img {}
	.profile_list {
		font-size: inherit;
	}
	.profile_list > li {}
	.profile_list > li:first-child {}
	.profile_list > li:last-child {}
	.profile_list > li:nth-child(2n+1) {}
	.profile_list > li:nth-child(n+3) {}
	.project {}
	.project_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.project_list {}
	.project_list > li {
		width: 48%;
		margin-left: 4%;
		display: flex;
		flex-direction: column;
	}
	.project_list > li:first-child {}
	.project_list > li:last-child {}
	.project_list > li:nth-child(3n+1) {
		margin-left: 4%;
	}
	.project_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.project_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.project_name {
		font-size: inherit;
		margin-bottom: 5px;
	}
	.project_image {}
	.project_image > img {}
	.project_caption {
		font-size: 13px;
	}
	.firm_cols {
		display: block;
	}
	.firm_col {
		width: auto;
		margin: 0;
	}
	.firm_col-no1 {}
	.firm_col-no2 {
		display: flex;
		justify-content: center;
	}
	.profile_text {
		font-size: inherit;
	}
	.project_slide {}
	.project_slide.slick-initialized {}
	.project_slide_dots {}
	.project_slide_dots > li {
		margin: 3px 3px;
	}
	.project_slide_dots > li > button {
		width: 10px;
		height: 10px;
	}
	.project_slide_dots > li.slick-active > button {}
}
@media screen and (max-width:374px) {
	.firm_text {
		font-size: 13px;
	}
}
