@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/* mvArea */
.mvArea {
	position: relative;
}
@media (min-width: 641px) {
	.mvArea {
		width: calc(100% - 40px);
		height: calc(100vh - 285px);
		margin: 100px auto 0;
	}
}
@media screen and (max-width: 640px) {
	.mvArea {
		margin: 60px 0 0;
	}
}
.mvArea .ph img {
	display: block;
	object-fit: cover;
}
@media (min-width: 641px) {
	.mvArea .ph img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 640px) {
	.mvArea .ph img {
		width: 100%;
		height: auto;
	}
}
.mvArea .tit {
}
@media (min-width: 641px) {
	.mvArea .tit {
	
	}
}
@media screen and (max-width: 640px) {
	.mvArea .tit {
	
	}
}
.mvArea .tit img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
}
@media (min-width: 641px) {
	.mvArea .tit img {
		top: -90px;
		width: 480px;
	}
}
@media screen and (max-width: 640px) {
	.mvArea .tit img {
		top: -50px;
		width: auto;
		height: 150px;
	}
}

/* officeback */
.officeback {
}
@media (min-width: 641px) {
	.officeback {
		width: calc(100% - 40px);
		background-color: #e5e5e5;
		margin: 20px auto 130px;
	}
}
@media screen and (max-width: 640px) {
	.officeback {
		background-color: #e5e5e5;
		margin: 60px 10px 10px;
		padding: 0 10px 54px;
	}
}

/* bg_top_sp */
@media screen and (max-width: 640px) {
	.bg_top_sp {
		position: relative;
		margin-bottom: -50vw;
		width: auto;
		height: 50vw;
		top: -110px;
		left: 160px;
	}
}

/* bg_top_pc */
@media (min-width: 641px) {
	.bg_top_pc {
		position: absolute;
		top: -100px;
		right: -290px;
	}
}

/* bg_bottom_pc */
@media (min-width: 641px) {
	.bg_bottom_pc {
		position: absolute;
		bottom: 550px;
		left: -90px;
	}
}

/* bg_bottom_sp */
@media (max-width: 640px) {
	.bg_bottom_sp {
		position: absolute;
		bottom: 570px;
		left: -80px;
		width: 270px;
		z-index: 0;
	}
}

/* satelliteArea */
.satelliteArea {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 641px) {
	.satelliteArea {
		max-width: 1224px;
		width: 80%;
		margin: auto;
		padding: 100px 0 120px;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea {
		padding: 26px 0 60px;
		flex-direction: column;
		z-index: 1;
	}
}
.satelliteArea .box {
}
@media (min-width: 641px) {
	.satelliteArea .box {
		width: 44%;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .box {
	}
}

.satelliteArea .map {
}
@media (min-width: 641px) {
	.satelliteArea .map {
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .map {
		margin-top: 26px;
	}
}
.satelliteArea .map img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
@media (min-width: 641px) {
	.satelliteArea .map img {
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .map img {
	}
}
.satelliteArea .tit {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
@media (min-width: 641px) {
	.satelliteArea .tit {
		font-size: 5.8rem;
		letter-spacing: 0.14em;
		line-height: 1.28;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .tit {
		font-size: 3.5rem;
		letter-spacing: 0.12em;
		line-height: 1.24;
	}
}
.satelliteArea .desc {
	text-align: justify;
}
@media (min-width: 641px) {
	.satelliteArea .desc {
		margin-top: 35px;
		font-size: 1.8rem;
		line-height: 2;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .desc {
		margin-top: 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
}
.satelliteArea .catch_box {
	position: absolute;
}
@media (min-width: 641px) {
	.satelliteArea .catch_box {
		top: -280px;
		right: -3%;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .catch_box {
		bottom: calc(100% - 42px);
		right: 4px;
	}
}
.satelliteArea .vert .catch {
	/* text-shadow: 0 0 10px #000000, 0 0 5px #000000, 0 0 3px #000000, 0 0 5px #000000; */
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
	color: #fff;
	font-weight: 300;
	background-image: none;
    display: inline-block;
}
@media (min-width: 641px) {
	.satelliteArea .vert .catch {
		line-height: 2.6;
		font-size: 22px;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .vert .catch {
		min-height: 250px;
		line-height: 2.8;
		font-size: 14px;
		padding-right: 0;
	}
}
.satelliteArea .vert .catch .text_box {
	/* position: relative; */
	background-color: #6b594f75;
}
@media (min-width: 641px) {
	.satelliteArea .catch .text_box {
		padding: 8px 7px;
	}
}
@media screen and (max-width: 640px) {
	.satelliteArea .catch .text_box {
		padding: 8px 5px;
	}
}
/* .satelliteArea .vert .catch .text_box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: rgba(160, 137, 125, 0.5);
	mix-blend-mode: multiply;
	transition: height 1s;
}
.satelliteArea .vert .catch.anim .text_box:before {
	height: 100%;
} */

/* freespaceArea */
.freespaceArea {
	position: relative;
	background-color: #f2f2f2;
}
@media (min-width: 641px) {
	.freespaceArea {
		max-width: 1224px;
		width: 100%;
		margin: auto;
		padding: 110px 0 70px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea {
		padding:32px 0 46px;
		z-index: 1;
	}
}
.freespaceArea .bg {
	position: absolute;
}
@media (min-width: 641px) {
	.freespaceArea .bg {
				top: -70px;
				right: -290px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .bg {
	}
}
.freespaceArea .one {
}
@media (min-width: 641px) {
	.freespaceArea .one {
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .one {
	}
}
.freespaceArea .one + .one {
}
@media (min-width: 641px) {
	.freespaceArea .one + .one {
		margin-top: 100px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .one + .one {
		margin-top: 50px;
	}
}
.freespaceArea .phwrap {
	position: relative;
}
@media (min-width: 641px) {
	.freespaceArea .phwrap {
		left: 186px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .phwrap {
		width: calc(100vw - 40px);
	}
}
.freespaceArea .phwrap.type01 {
}
@media (min-width: 641px) {
	.freespaceArea .phwrap.type01 {
		left: -186px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .phwrap.type01 {
	}
}
.freespaceArea .ph {
	position: relative;
	display: block;
	object-fit: cover;
}
@media (min-width: 641px) {
	.freespaceArea .ph {
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .ph {
		width: 100%;
		height: 66vw;
	}
}
.freespaceArea .ph_sub {
	position: absolute;
}
@media (min-width: 641px) {
	.freespaceArea .ph_sub {
		bottom: -65px;
    	left: -286px;
	}
	.freespaceArea .ph_sub:before {
		content: "";
		position: absolute;
		display: block;
		width: 416px;
		height: 100%;
		background-color: #A59E98;
		top: -16px;
        right: -16px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .ph_sub {
		width: 46%;
        height: auto;
		right: -20px;
		bottom: -92px;
	}
	.freespaceArea .ph_sub:before {
		content: "";
		position: absolute;
		display: block;
		width: calc(100% - 15px);
		height: 100%;
		background-color: #A59E98;
		top: -5px;
        left: -5px;
	}
	.freespaceArea .ph_sub .ph {
		height: auto;
		
	}
}
.freespaceArea .ph_sub.type01 {
}
@media (min-width: 641px) {
	.freespaceArea .ph_sub.type01 {
		left: auto;
		right: -296px;
	}
	.freespaceArea .ph_sub.type01:before {
		top: -16px;
        left: -16px;
		width: 406px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .ph_sub.type01 {
		right: auto;
        left: -20px;
	}
	.freespaceArea .ph_sub.type01:before {
		left: auto;
        right: -5px;
	}
}
.freespaceArea .num {
	position: absolute;
}
@media (min-width: 641px) {
	.freespaceArea .num {
		top: 100px;
		left: -90px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .num {
		top: 24px;
		left: -20px;
		width: 108px;
		height: auto;
	}
}
.freespaceArea .num.type01 {
}
@media (min-width: 641px) {
	.freespaceArea .num.type01 {
		left: auto;
		right: -90px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .num.type01 {
		left: auto;
		right: -20px;
	}
}
.freespaceArea .box {
	/* background-image: linear-gradient(90deg, #009189 0%, #0d9c67 100%); */
	background-color: #A59E98;
}
@media (min-width: 641px) {
	.freespaceArea .box {
		box-sizing: border-box;
		padding: 250px 0 45px 150px;
		width: 1124px;
		box-sizing: border-box;
		margin-top: -200px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .box {
		padding: 110px 26px 40px 20px;
		margin-left: 20px;
		margin-top: -70px;
	}
}
.freespaceArea .box.type01 {
}
@media (min-width: 641px) {
	.freespaceArea .box.type01 {
		padding: 250px 0 45px 70px;
		margin-left: 100px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .box.type01 {
		margin-right: 20px;
		margin-left: auto;
	}
}
.freespaceArea .tit {
	display: flex;
	align-items: center;
	color: #FFF;
	position: relative;

}
@media (min-width: 641px) {
	.freespaceArea .tit {
		font-size: 18px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .tit {
		flex-direction: column;
        align-items: flex-start;
		white-space: pre;
		gap: 5px;
	}
	.freespaceArea .tit.type01 {
		width: fit-content;
		margin-left: auto;
	}
}
.freespaceArea .tit:before {
	content: attr(title);
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
}
.freespaceArea .tit.-break:before {/* 改行のためエントランス ＆ 大会議室のみ適用 */
	content: "ENTRANCE &\A MEETING ROOM";
	white-space: pre;
}
@media (min-width: 641px) {
	.freespaceArea .tit:before {
		font-size: 40px;
		letter-spacing: 6px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .tit:before {
		font-size: 1.8rem;
		letter-spacing: 3px;
	}
}
.freespaceArea .desc {
	color: #FFF;
	text-align: justify;
}
@media (min-width: 641px) {
	.freespaceArea .desc {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 16px;
		margin-right: 130px;
	}
}
@media screen and (max-width: 640px) {
	.freespaceArea .desc {
		font-size: 1.3rem;
		line-height: 1.8;
		margin-top: 20px;
	}
}

/* facilityArea */
.facilityArea {
	position: relative;
}
@media (min-width: 641px) {
	.facilityArea {
		display: flex;
		justify-content: space-between;
		max-width: 1220px;
		width: 100%;
		margin: 100px auto 0;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea {
		padding: 70px 0 40px;
	}
}
.facilityArea .bg {
	position: absolute;
}
@media (min-width: 641px) {
	.facilityArea .bg {
		top: -80px;
		left: -300px;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .bg {
		top: 20vw;
		left: -40vw;
		width: 80vw;
		height: auto;
	}
}
.facilityArea .one {
	position: relative;
}
@media (min-width: 641px) {
	.facilityArea .one {
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .one {
	}
}
.facilityArea .one + .one {
}
@media (min-width: 641px) {
	.facilityArea .one + .one {
		margin-top: 100px;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .one + .one {
		margin-top: 20px;
	}
}
.facilityArea .tit {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	overflow: hidden;
}
@media (min-width: 641px) {
	.facilityArea .tit {
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .tit {
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
}
.facilityArea .tit span {
	display: inline-block;
	position: relative;
}
@media (min-width: 641px) {
	.facilityArea .tit span {
		padding-right: 20px;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .tit span {
		padding-right: 10px;
	}
}
.facilityArea .tit span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100vw;
	margin: auto;
	height: 2px;
	background-image: linear-gradient(0deg, #009189 0%, #0d9c67 100%);
}
@media (min-width: 641px) {
	.facilityArea .tit:before {
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .tit:before {
	}
}
.facilityArea .ph {
	display: block;
}
@media (min-width: 641px) {
	.facilityArea .ph {
		padding-top: 30px;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .ph {
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
}
.facilityArea .desc {
	text-align: justify;
	/*
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #f8f8f8;
	paint-order: stroke fill;
	color: #000;
	*/
}
@media (min-width: 641px) {
	.facilityArea .desc {
		font-size: 1.6rem;
		margin-top: 20px;
	}
}
@media screen and (max-width: 640px) {
	.facilityArea .desc {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

/* photoArea pc */
@media (min-width: 641px) {
	.photoArea {
		position: relative;
		display: flex;
		margin-top: 190px;
		width: 100vw;
		margin-left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.photoArea .box {
		display: flex;
		white-space: pre;
	}
	.photoArea .ph {
		display: block;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.photoArea[data-sc-pc] {
		display: none!important;
	}
	.photoArea {
		width: calc(100% + 40px);
		margin-top: 60px;
		margin-left: -20px;
		transform: none;
		z-index: 1;
		position: relative;
	}
}

/* photoArea sp */
[data-slidearea01] {
	overflow: hidden;
	width: 100vw;
	margin-left: -20px;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] {
		margin-left: 0;
	}
}
[data-slidearea01] .slidearea01_wrap {
	width: 100%;
	margin: auto;
	position: relative;
}
[data-slidearea01] .slidearea01_btns {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}
[data-slidearea01] .slidearea01_btns button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 35px;
	height: 35px;
}
[data-slidearea01] .slidearea01_btns button svg {
	display: block;
	width: 100%;
	height: auto;
}
[data-slidearea01] .slidearea01_btns button circle {
	fill:#FFFFFF;
	stroke:#06A680;
	stroke-width:2;
}
[data-slidearea01] .slidearea01_btns button line {
	fill:none;
	stroke:#06A680;
	stroke-width:2;
}
[data-slidearea01] .slidearea01_btns button polyline {
	fill:none;
	stroke:#06A680;
	stroke-width:2;
}
[data-slidearea01] .slidearea01_btns button.next {
	right: 30px;
}
[data-slidearea01] .slidearea01_btns button.prev {
	left: 30px;
}
[data-slidearea01] .slidearea01_btns button.disabled {
	pointer-events: none;
	opacity: 0.3;
}
.no-touchevents [data-slidearea01] .slidearea01_btns button:hover:before {
	background-color: #000;
}
.no-touchevents [data-slidearea01] .slidearea01_btns button:hover:after {
	border-color: #FFF;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_wrapin {
		padding: 0 12%;
	}
}
[data-slidearea01] .slidearea01_wrapin.type01 {
	padding: 0;
}
[data-slidearea01] .slidearea01_wrapin.type01 .slidearea01_link div {
	margin: 0;
}
[data-slidearea01] .slidearea01_wrapin.type01 .slidearea01_link div img {
	height: 700px;
}
[data-slidearea01] .slidearea01_content {
	position: relative;
	display: table;
}
[data-slidearea01] .slidearea01_content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
[data-slidearea01] .slidearea01_link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
[data-slidearea01] .slidearea01_link div {
	margin: 0 7%;
}
[data-slidearea01] .slidearea01_link div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
[data-slidearea01] .slidearea01_link div p {
	font-size: 16px;
	margin-top: 10px;
}
[data-slidearea01] .slidearea01_pager {
	text-align: center;
}
[data-slidearea01] .slidearea01_pager button {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
[data-slidearea01] .slidearea01_pager button:after, [data-slidearea01] .slidearea01_pager button:before {
	content: "";
	display: block;
	background-color: #DDD;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_pager button:after, [data-slidearea01] .slidearea01_pager button:before {
	width: 6px;
	height: 6px;
	}
}
[data-slidearea01] .slidearea01_pager button:after {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents [data-slidearea01] .slidearea01_pager button:hover:after, [data-slidearea01] .slidearea01_pager button.active:after {
	background-color: #000;
}
[data-slidearea01] .slidearea01_pager button.active {
	cursor: default;
	pointer-events: none;
}
[data-slidearea01] .slidearea01_imgpager {
	margin-top: 20px;
	text-align: center;
}
[data-slidearea01] .slidearea01_imgpager_btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_imgpager_btn {
	width: 30px;
	height: 30px;
	}
}
[data-slidearea01] .slidearea01_imgpager_btn:after {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #FFF;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_imgpager_btn + .photogallery01_btn {
	margin-left: 0;
	}
}
[data-slidearea01] .slidearea01_imgpager_btn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.no-touchevents [data-slidearea01] .slidearea01_imgpager_btn:hover {
	opacity: 0.6;
}
[data-slidearea01] .slidearea01_imgpager_btn.active {
	cursor: default;
	pointer-events: none;
}
[data-slidearea01] .slidearea01_imgpager_btn.active:after {
	opacity: 1;
}
[data-slidearea01] .slidearea01_count {
	text-align: center;
	font-size: 0.16rem;
}
[data-slidearea01] .slidearea01_count_now {
	display: inline-block;
}
[data-slidearea01] .slidearea01_count_total {
	display: inline-block;
}
[data-slidearea01] .slidearea01_imgpager2wrap {
	position: relative;
	margin: auto;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_imgpager2wrap {
	width: 80vw;
	}
}
[data-slidearea01] .slidearea01_imgpager2 {
	position: relative;
	margin: auto;
	margin-top: 20px;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_imgpager2 {
	width: 80vw;
	}
}
[data-slidearea01] .slidearea01_imgpager2_btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
	transition: opacity 0.2s, -webkit-transform 0.4s;
	-o-transition: opacity 0.2s, transform 0.4s;
	transition: opacity 0.2s, transform 0.4s;
	transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
	width: 25%;
}
@media screen and (max-width: 640px) {
	[data-slidearea01] .slidearea01_imgpager2_btn {
	height: 20vw;
	}
}
[data-slidearea01] .slidearea01_imgpager2_btn:after {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #FFF;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
[data-slidearea01] .slidearea01_imgpager2_btn.active {
	cursor: default;
	pointer-events: none;
}
[data-slidearea01] .slidearea01_imgpager2_btn.active:after {
	opacity: 1;
}
[data-slidearea01] .slidearea01_imgpager2_btn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
[data-slidearea01] .slidearea01_imgpager2_left,
[data-slidearea01] .slidearea01_imgpager2_right {
	background-color: #fff;
	border-radius: 50% 50%;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
[data-slidearea01] .slidearea01_imgpager2_left.disabled,
[data-slidearea01] .slidearea01_imgpager2_right.disabled {
	opacity: 0.3;
	pointer-events: none;
}
[data-slidearea01] .slidearea01_imgpager2_left:after,
[data-slidearea01] .slidearea01_imgpager2_right:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
}
[data-slidearea01] .slidearea01_imgpager2_left {
	left: 0;
}
[data-slidearea01] .slidearea01_imgpager2_left:after {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
[data-slidearea01] .slidearea01_imgpager2_right {
	right: 0;
}
[data-slidearea01] .slidearea01_imgpager2_right:after {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}


/* コンテンツ画像スライダー用 */

[data-slide-office] {
	/* padding: 0 3%; */
	overflow: hidden
}
@media screen and (max-width:640px) {
	[data-slide-office] {
		padding: 0
	}
}
[data-slide-office] .contentWrap {
	/* max-width: 1000px; */
	width: 100%;
	margin: auto;
	position: relative
}
[data-slide-office] .contentWrap .btns01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%
}
[data-slide-office] .contentWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	z-index: 1;
	-webkit-tap-highlight-color: transparent
}
@media (max-width:640px) {
	[data-slide-office] .contentWrap .btns01 button {
		width: 60px;
		height: 90px
	}
}
[data-slide-office] .contentWrap .btns01 button:after, [data-slide-office] .contentWrap .btns01 button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	transition: .2s
}
[data-slide-office] .contentWrap .btns01 button:before {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%
}
[data-slide-office] .contentWrap .btns01 button:after {
	width: 12px;
	height: 12px;
	border: 1px solid #000
}
[data-slide-office] .contentWrap .btns01 button.next {
	right: -30px
}
@media (max-width:640px) {
	[data-slide-office] .contentWrap .btns01 button.next {
		right: -20px
	}
}
[data-slide-office] .contentWrap .btns01 button.next:after {
	border-bottom: transparent!important;
	border-left: transparent!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px
}
[data-slide-office] .contentWrap .btns01 button.prev {
	left: -30px
}
@media (max-width:640px) {
	[data-slide-office] .contentWrap .btns01 button.prev {
		left: -20px
	}
}
[data-slide-office] .contentWrap .btns01 button.prev:after {
	border-bottom: transparent!important;
	border-right: transparent!important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -3px
}
.no-touchevents [data-slide-office] .contentWrap .btns01 button:hover:before {
	background-color: #000
}
.no-touchevents [data-slide-office] .contentWrap .btns01 button:hover:after {
	border-color: #fff
}
[data-slide-office] .contentWrap .contentWrapIn {
	padding: 0
}
[data-slide-office] .contentWrap .contentWrapIn .content {
	position: relative;
	display: table
}
[data-slide-office] .contentWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none!important;
	transition: none!important
}
[data-slide-office] .contentWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%
}
[data-slide-office] .contentWrap .contentWrapIn .content .link>.in {
	margin: 0
}
[data-slide-office] .contentWrap .contentWrapIn .content .link>.in img {
	width: 100%;
	height: auto
}
[data-slide-office] .contentWrap .pager {
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 60vw;
}
@media (min-width:1700px) {
	[data-slide-office] .contentWrap .pager {
	left: 52vw;
}
}
[data-slide-office] .contentWrap .pager.type01 {
	right: 50vw;
	left: 0;
}
@media (min-width:1441px) {
	[data-slide-office] .contentWrap .pager.type01 {
		right: 60vw;
		left: 0;
	}
}
@media (min-width:1700px) {
	[data-slide-office] .contentWrap .pager.type01 {
	right: 50vw;
    left: 0;
	}
}
[data-slide-office] .contentWrap .pager button {
	width: 80px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top
}
@media (max-width:640px) {
	[data-slide-office] .contentWrap .pager button {
		width: 60px;
		height: 90px
	}
}
[data-slide-office] .contentWrap .pager button:after, [data-slide-office] .contentWrap .pager button:before {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	/* border-radius: 50% */
}
@media (max-width:640px) {
	[data-slide-office] .contentWrap .pager button:after, [data-slide-office] .contentWrap .pager button:before {
		width: 6px;
		height: 6px
	}
}
[data-slide-office] .contentWrap .pager button:after {
	-webkit-transition: .2s;
	transition: .2s
}
.no-touchevents [data-slide-office] .contentWrap .pager button:hover:after, [data-slide-office] .contentWrap .pager button.active:after {
	background-color: #A59E98
}


/* フェードでの画像切り替え */

.main_fade {
    position: relative;
    width: 100%;
    overflow: hidden;
	z-index: 0;
}
@media (min-width: 641px) {
	.main_fade {
		height: 800px;
	}
}
@media (max-width:640px) {
	.main_fade {
		height: fit-content;
	}
}
.main_fade .img1, .img2 {
    width: 100%;
    background: center center no-repeat;
    z-index: 0;
}
@media (min-width: 641px) {
	.main_fade .img1, .img2 {
		height: 800px;
		top: 0;
		position: absolute;
		animation: anime 10s 0s infinite;
		opacity: 0;
	}
}
@media (max-width:640px) {
	.main_fade .img1, .img2 {
		height: 66vw;
		background-size: cover;
	}
}

.main_fade .ph1-1 {
	background-image: url(/img/recruit/office/main/maim01_ph01.jpg);
}

.main_fade .ph1-2 {
	background-image: url(/img/recruit/office/main/maim01_ph02.jpg);
}

.main_fade .ph2-1 {
	background-image: url(/img/recruit/office/main/maim02_ph01.jpg);
}

.main_fade .ph2-2 {
	background-image: url(/img/recruit/office/main/maim02_ph02.jpg);
}

.main_fade .ph3-1 {
	background-image: url(/img/recruit/office/main/maim03_ph01.jpg);
}

.main_fade .ph3-2 {
	background-image: url(/img/recruit/office/main/maim03_ph02.jpg);
}

.main_fade .ph4-1 {
	background-image: url(/img/recruit/office/main/maim04_ph01.jpg);
}

.main_fade .ph4-2 {
	background-image: url(/img/recruit/office/main/maim04_ph02.jpg);
}

.main_fade .ph5-1 {
	background-image: url(/img/recruit/office/main/maim05_ph01.jpg);
	animation: none; /* ph05のみアニメーションストップ */
	opacity: 1;
}

.main_fade .img2 {
    animation-delay: 5s;
}

@keyframes anime {
    0% {
        opacity: 1;
		transform: scale(1.1);
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
	}
    100% {
        opacity: 0;
        transform: scale(1);
    }
}