.sp {
	display: none;
}

.mb01 {
	margin-bottom: 1rem;
}

:root {
	--main-color: #ff6c1b;
}
:root {
	--gray-color: #757575;
}

/* ---------- 会社案内 - トップメッセージ ---------- */

#topmessage #main {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

#topmessage .topmessage-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("images/topmessage_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto 0;
}

#topmessage .topmessage-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.15);
	font-size: 3rem;
	letter-spacing: 0.5rem;
	color: #fff;
}

#topmessage .main-bgc {
	padding: 15rem 0;
	background-color: #f5f5f3;
}

#topmessage .content-topmessage01 {
	max-width: calc(1200px + 6%);
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 auto;
}

#topmessage .content-topmessage01-bgc {
	position: relative;
	max-width: 1000px;
	padding: 6rem 3%;
	margin: 0 auto;
	background-color: #ffffff;
	z-index: -2;
}

#topmessage .content-topmessage01-bgc::before {
	content: "MESSAGE";
	position: absolute;
	bottom: 98.8%;
	right: 0;
	font-weight: 600;
	font-size: 85px;
	color: #ffffff;
}

#topmessage .topmessage01-m {
	position: relative;
	margin-bottom: 10rem;
}

#topmessage .topmessage01-m::after {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 180px;
	bottom: -80px;
	right: -80px;
	background: var(--main-color);
	z-index: -1;
}

#topmessage .content-title {
	width: 55%;
	margin: 0 0 3rem 0;
	text-align: left;
}

#topmessage .content-title-m {
	padding-top: 19.5%;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: url(images/message_m.svg)center center no-repeat;
	background-size: 100% auto;
}


#topmessage .content-title-k {
	padding-top: 23%;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: url(images/message_k.svg)center center no-repeat;
	background-size: 100% auto;
}

#topmessage .top-photo-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0 0 3rem -10%;
}

#topmessage .message-top-text {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px;
	text-align: justify;
	line-height: 1.85;
}

#topmessage .message-top-text::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 200px;
	bottom: 0;
	right: 0;
	background-color: #444444;
}

#topmessage .message-top-text::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	bottom: 0;
	right: 0;
	background-color: #444444;
}

#topmessage .top-photo-box {
	width: 65%;
}

#topmessage .top-name-box {
	width: 32%;
	margin-left: 3%;
}

#topmessage .top-photo {
	width: 100%;
}

#topmessage .top-photo-name {
	width: 100%;
}

#topmessage #footer {
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	#topmessage .main-bgc {
		padding: 6rem 0 4rem;
	}

	#topmessage .content-topmessage01-bgc {
		padding: 0;
	}

	#topmessage .content-topmessage01-bgc::before {
		bottom: 99.3%;
		font-size: 5rem;
	}

	#topmessage .topmessage01-m {
		margin-bottom: 3rem;
	}

	#topmessage .content-title {
		width: 90%;
		margin: 0 auto 0 0;
		padding: 2rem 1rem 0;
	}

	#topmessage .top-photo-wrap {
		display: block;
		margin: 0 auto;
		padding: 0 1rem;
	}

	#topmessage .top-photo-box {
		width: 100%;
		margin: 1rem auto;
	}

	#topmessage .top-name-box {
		width: 100%;
		margin: 0 auto;
	}

	#topmessage .message-top-text {
		padding: 1rem 2rem;
	}

	#topmessage .message-top-text::before {
		height: 100px;
		right: 5px;
		bottom: 5px;
	}

	#topmessage .message-top-text::after {
		width: 70px;
		bottom: 5px;
		right: 5px;
	}

	#topmessage .topmessage01-m::after {
		width: 60px;
		height: 80px;
		bottom: -55px;
		right: -10px;
	}

	#topmessage #footer {
		margin-top: 0;
	}
}

/* ---------- 会社案内 - 会社概要 ---------- */

#outline #main {
	width: 100%;
	margin-bottom: 40px;
}

#outline .outline-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("images/outline_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

#outline .outline-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#outline .content-gaiyo .gaiyo-area {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #e1f2fb;
}

#outline .content-gaiyo .gaiyo-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #ffffff;
	padding: 4rem;
}

#outline #gaiyo {
	width: 80%;
	margin: 0 auto;
}

#outline #gaiyo a {
	text-decoration: none;
	color: #1c84c6;
}

#outline #gaiyo dl .komon_a {
	text-decoration: none;
	color: #1c84c6;
}
#outline #gaiyo dl .komon_a p {
	text-decoration: none;
	color: #1c84c6;
}

#outline #gaiyo .main-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 4rem 0;
	border-bottom: dotted 1px #9c9c9c;
}

#outline #gaiyo .main-list dl,
#outline #gaiyo .main-list dt,
#outline #gaiyo .main-list dd {
	list-style: none;
}

#outline #gaiyo .main-list>dt {
	display: block;
	width: 25%;
	height: auto;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
}

#outline #gaiyo .main-list>dd {
	display: block;
	width: 75%;
	height: auto;
	float: left;
}

#outline #gaiyo .sub-dlist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#outline #gaiyo .sub-dlist dt {
	display: block;
	width: 20%;
	height: auto;
	float: left;
}

#outline #gaiyo .sub-dlist dd {
	display: block;
	width: 80%;
	height: auto;
	float: left;
	margin-bottom: 1rem;
}

#outline #gaiyo .sub-ulist ul,
#outline #gaiyo .sub-ulist li {
	list-style: none;
}

#outline #gaiyo .sub-ulist li {
	margin-bottom: 1rem;
}

#outline #gaiyo .komon>dt {
	display: block;
	width: 50%;
	height: auto;
	float: left;
}

#outline #gaiyo .komon>dd {
	display: block;
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 2rem;
}
#outline #gaiyo .komon>dd.dd02 {
	display: block;
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 4rem;
}

#outline #gaiyo .komon dd ul,
#outline #gaiyo .komon dd li {
	list-style: none;
}

#outline #gaiyo .resort dd ul,
#outline #gaiyo .resort dd li {
	list-style: none;
}

#outline #gaiyo .tenpo .sub-dlist {
	border-bottom: dotted 1px #9c9c9c;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

#outline #gaiyo .tenpo .sub-dlist span {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}

#outline #gaiyo .tenpo .last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#outline #gaiyo .img-tenpo {
	width: 100%;
	height: auto;
	margin-top: 2rem;
}

#outline #gaiyo .img-tenpo img {
	width: 100%;
	height: auto;
}

#outline #gaiyo .shisetu .sub-ulist,
#outline #gaiyo .shisetu .sub-dlist {
	border-bottom: dotted 1px #9c9c9c;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

#outline #gaiyo .shisetu .last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#outline #gaiyo .shisetu .sub-ulist span,
#outline #gaiyo .shisetu .sub-dlist span {
	display: block;
	font-weight: bold;
}

#outline #gaiyo .shisetu .sub-dlist span {
	margin-bottom: 2rem;
}

/* ---------- 会社案内 - 沿革 ---------- */

#history #main {
	width: 100%;
	margin-bottom: 40px;
}

#history .history-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("images/history_title.png");
	background-size: 100% auto;
	background-position: center 5%;
	margin: 4rem auto;
}

#history .history-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 3rem;
	letter-spacing: 2rem;
	color: #fff;
}

#history .content-enkaku .enkaku-area {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #e1e5fb;
}

#history .content-enkaku .enkaku-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #ffffff;
	padding: 4rem;
}

#history #enkaku {
	width: 80%;
	border-left: dotted 3px #333;
	margin-left: 20%;
}

#history #enkaku dl,
#history #enkaku dt,
#history #enkaku dd,
#history #enkaku ul,
#history #enkaku li {
	list-style: none;
}

#history #enkaku .history-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: -10%;
}

#history #enkaku .history-list a {
	text-decoration: none;
	color: #1c84c6;
}

#history #enkaku .main-list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 8rem;
}

#history #enkaku .main-list>dt {
	display: block;
	width: 20%;
	height: auto;
	padding: 1rem 0;
	text-align: center;
	float: left;
	background-color: #333;
	color: #ffffff;
}

#history #enkaku .main-list>dd {
	display: block;
	width: 80%;
	height: auto;
	float: left;
	padding-left: 5%;
	padding-top: 1rem;
}

#history #enkaku .sub-list li {
	margin-bottom: 1rem;
}

/* ---------- 会社案内 - プライバシーポリシー ---------- */

#privacy .privacy-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("images/privacy_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

#privacy .privacy-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	font-size: 3rem;
	letter-spacing: 2rem;
	color: #fff;
}

#privacy .conten-privacy {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #ffffff;
	padding: 4rem 0;
}

#privacy .privacy-box {
	line-height: 4rem;
}

#privacy .privacy-box h3 {
	font-size: 3rem;
	text-align: center;
	color: var(--main-color);
}

#privacy .privacy-box .ceo-box {
	text-align: right;
	margin: 2rem 0;
}

/* ---------- 会社案内 - 店舗紹介 ---------- */

#shop #main {
	width: 100%;
	margin-bottom: 40px;
}

#shop .shop-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/shop_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

#shop .shop-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#shop .shop-image {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#shop .shop-image img {
	width: 100%;
	height: auto;
}

#shop .content-shop .shop-area {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #e1e5fb;
}

#shop .content-shop .shop-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #ffffff;
	padding: 4rem;
}

#shop .acccess-map-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
}

#shop .detail-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 4rem;
}

#shop .detail-box .detail-list {
	width: 950px;
	height: auto;
	float: left;
}

#shop .detail-box .calendar-box {
	float: right;
	background-color: #ffffff;
}

#shop .detail-box .detail-list .list-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
	border-bottom: dotted 1px #acacac;
}

#shop .detail-box .detail-list dl,
#shop .detail-box .detail-list dt,
#shop .detail-box .detail-list dd {
	list-style: none;
}

#shop .detail-box .detail-list dt {
	display: block;
	width: 20%;
	height: auto;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
}

#shop .detail-box .detail-list dd {
	display: block;
	width: 80%;
	height: auto;
	float: left;
}

#shop .detail-box .detail-list a {
	text-decoration: none;
}

#shop .yoyaku-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 4rem auto;
}

#shop .yoyaku-box a {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1rem 3rem;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff;
	background: var(--main-color);
	text-decoration: none;
	border-radius: 0.5rem;
}

#shop .link-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 4rem auto;
}

#shop .link-box a {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1rem 3rem;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #005bab;
	text-decoration: none;
	border-radius: 0.5rem;
}

#shop .photo-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#shop .photo-box .photo-item {
	width: 33.3%;
	height: auto;
	float: left;
	padding: 2rem;
	text-align: center;
}

#shop .photo-box .photo-item img {
	width: 100%;
	height: auto;
}

#shop .photo-box .photo-item iframe {
	width: 100%;
	height: 240px;
	border: none;
}

#shop .acccess-map-ekimae,
#shop .acccess-map-kanri,
#shop .acccess-map-waikiki {
	background-color: #e1f2fb;
	padding: 2rem 0;
}

#shop .acccess-map-ekimae .photo-box {
	background-color: #ffffff;
}

/* ---------- 会社案内 - スタッフ紹介 ---------- */

#staff #main {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

#staff #main video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#staff #main .overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	/* 要素をflexboxに対応させる */
	align-items: center;
	/* 縦方向の中央揃え */
	justify-content: center;
	/* 横方向の中央揃え */
	flex-direction: column;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
	background-size: 4px 4px;
	z-index: 2;
}

#staff #main .staff-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#staff #main .logo-box {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
}

#staff #main .navi {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#staff #main .navi ul,
#staff #main .navi li {
	list-style: none;
}

#staff #main .navi li a {
	display: block;
	width: 12.5%;
	height: auto;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#staff #main .title-box a {
	display: block;
	width: fit-content;
	height: auto;
	padding: 4rem 12rem;
	font-size: 6rem;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #ffffff;
	border-radius: 1rem;
}

#staff #main .title-box a span.staff_jp {
	display: block;
	width: fit-content;
	height: auto;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}

#staff #main .title-box a span.enter_link {
	display: block;
	margin: 1rem auto;
	text-align: center;
	font-size: 4rem;
}

#staff #main .title-box a span.enter_link i {
	margin-left: 1rem;
}

#staff #main .overlay #copyright {
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.6rem 0;
	text-align: center;
	color: #ffffff;
	background: none;
	border: none;
	font-size: 1.8rem;
}

/* ---------- 会社案内 - スタッフリスト ---------- */

#staff-list #main.main-contents {
	width: 100%;
	margin-bottom: 40px;
}

#staff-list .staff-list-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/staff_list_title.png");
	background-size: 100% auto;
	background-position: center top;
	margin: 0 auto;
	margin-top: 4rem;
}

#staff-list .staff-list-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#staff-list #main {
	width: 100%;
}

#staff-list .group-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/* Acordeon styles */
#staff-list .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff;
	/* アコーディオン タブ文字色 */
	overflow: hidden;
}

#staff-listinput {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#staff-list input {
	display: none;
}

#staff-list #main .group-box label {
	position: relative;
	display: block;
	font-weight: bold;
	line-height: 2;
	cursor: pointer;
}

#staff-list .blue label {
	background: #2980b9;
}

#staff-list .group-box .tab-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
}

#staff-list .blue .tab-content {
	background: #3498db;
}

#staff-list .tab-content p {
	margin: 1em;
	color: #444;
	/* タブ内文字色 */
}

/* :checked */
#staff-list .group-box input:checked~.tab-content {
	max-height: 100000px;
}

/* Icon */
#staff-list #main .group-box label::after {
	position: absolute;
	right: 1rem;
	bottom: -0.5rem;
	width: 7rem;
	height: 7rem;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 6rem;
	line-height: 6rem;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

#staff-list #main .group-box input[type=checkbox]+label::after {
	content: "+";
}

#staff-list #main .group-box input[type=radio]+label::after {
	content: "\25BC";
}

#staff-list #main .group-box input[type=checkbox]:checked+label::after {
	transform: rotate(315deg);
}

#staff-list #main .group-box input[type=radio]:checked+label::after {
	transform: rotateX(180deg);
}

#staff-list .group-box .content-title {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 6rem;
	font-size: 1.8rem;
	font-weight: lighter;
	text-align: left;
	position: relative;
}

#staff-list .group-box .content-title h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
	padding-left: 1rem;
}

#staff-list .ceo-box {
	width: 1236px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#staff-list .ceo-box .content-title {
	width: 1200px;
	height: auto;
	margin: 2rem auto;
	font-size: 2.4rem;
	text-align: left;
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
}

#staff-list .ceo-box .content-title h3 {
	font-weight: normal;
}

#staff-list .ceo-box .staff-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none;
}

#staff-list .ceo-box .image-box {
	width: 33.3%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
	float: left;
}

#staff-list .ceo-box .image-box img {
	width: 100%;
	height: auto;
}

#staff-list .ceo-box .detail-box {
	width: 66.6%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
	color: #666666;
	float: left;
}

#staff-list .ceo-box .detail-box .name-box {
	width: 50%;
	height: auto;
}

#staff-list .ceo-box .detail-box .name-box img {
	width: 70%;
	height: auto;
}

#staff-list .ceo-box .detail-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1rem 0;
	border-bottom: solid 1px #acacac;
}

#staff-list .ceo-box .detail-box dl,
#staff-list .ceo-box .detail-box dt,
#staff-list .ceo-box .detail-box dd {
	list-style: none;
}

#staff-list .ceo-box .detail-box dt {
	display: block;
	width: 20%;
	height: auto;
	float: left;
	font-weight: bold;
}

#staff-list .ceo-box .detail-box dd {
	display: block;
	width: 80%;
	height: auto;
	float: left;
	color: #999999;
}

#staff-list .group-box .content-title {
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#staff-list .group-eigyo .content-title {
	background-image: url("images/group_eigyo_pc.png");
}

#staff-list .group-tenant .content-title {
	background-image: url("images/group_tenant_pc.png");
}

#staff-list .group-baibai .content-title {
	background-image: url("images/group_baibai_pc.png");
}

#staff-list .group-shisan .content-title {
	background-image: url("images/group_shisan_pc.png");
}

#staff-list .group-customer .content-title {
	background-image: url("images/group_customer_pc.png");
}

#staff-list .group-somu .content-title {
	background-image: url("images/group_somu_pc.png");
}

#staff-list .group-web .content-title {
	background-image: url("images/group_web_pc.png");
}

#staff-list .group-asset .content-title {
	background-image: url("images/group_asset_pc.png");
}

#staff-list .group-click .content-title {
	background-image: url("images/group_click_pc.png");
}

#staff-list .group-box h4 {
	background: var(--main-color);
	padding: 10px 20px;
	font-size: 1.8rem;
}

#staff-list .group-box .staff-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#staff-list .group-box .staff-box {
	display: flex;
	justify-content: space-between;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#staff-list .group-box .staff-box .image-box {
	width: 35%;
	height: auto;
}

#staff-list .group-box .staff-box .image-box img {
	width: 100%;
	height: auto;
}

#staff-list .group-box .staff-detail-item {
	width: 60%;
}

#staff-list .staff-box .name-box {
	width: 100%;
	height: auto;
}

#staff-list .staff-box .name-box img {
	width: 40%;
	height: auto;
	display: flex;
}

#staff-list .staff-box .detail-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #666666;
}

#staff-list .staff-box .detail-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1rem 0;

}

#staff-list .staff-box .detail-box dl,
#staff-list .staff-box .detail-box dt,
#staff-list .staff-box .detail-box dd {
	list-style: none;
}

#staff-list .staff-box .detail-box dt {
	display: block;
	height: auto;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #acacac;
}

#staff-list .staff-box .detail-box dd {
	display: block;
	height: auto;
	float: left;
	color: #999999;
}

/* 詳細ページ */

#staff-list .staff-detail-wrap {
	max-width: calc(1200px + 6%);
	padding-left: 3%;
	padding-right: 3%;
	margin: 5rem auto;
}

#staff-list .staff-info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#staff-list .staff-detail-image-box {
	width: 45%;
}

#staff-list .staff-detail-item-box {
	width: 45%;
	margin-left: 8%;
}

.staff-detail-name-box {
	width: 60%;
}

.staff-detail-img {
	width: 100%;
}

#staff-list .detail-info-item {
	padding: 0.5rem 0 1rem 0;
}

.detail-info-hobby {
	margin-bottom: 2rem;
}

.staff-detail-info-box {
	padding: 0 2rem;
	margin-top: 2rem;
	margin-left: 1rem;
	border-left: 3px solid #e5001b;
}

.staff-detail-info-box dt {
	padding-bottom: 0.5rem;
	color: #999999;
}

.detail-info-wrap {
	margin-top: 2rem;
}

.contact-box {
	display: flex;
	align-items: flex-start;
	margin: 2rem auto;
}

.contact-title {
	width: max-content;
	padding: 2.3rem 2rem;
	margin-top: 0.5rem;
	margin-right: 2rem;
	color: #ffffff;
	background: var(--main-color);
}

.contact-list {
	list-style-type: none;
	font-size: 2rem;
}

.contact-tel {
	font-size: 3rem;
}

.contact-tel-link,
.contact-mail-link {
	text-decoration: none;
}

.detail-title-style {
	margin-bottom: 0.5rem;
	color: #999999;
}

.favorite-box {
	position: relative;
	padding: 0.25em 0.8em;
	width: max-content;
	background-color: rgba(255, 255, 255, 0.8);
}

.favorite-box:before,
.favorite-box:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.favorite-box:before {
	border-left: solid 1px #005bac;
	border-top: solid 1px #005bac;
	top: 5px;
	left: 5px;
}

.favorite-box:after {
	border-right: solid 1px #005bac;
	border-bottom: solid 1px #005bac;
	bottom: 5px;
	right: 5px;
}

.favorite-box p {
	margin: 0;
	padding: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.detail-info-word {
	margin: 4.5rem auto;
}

.favorite-word {
	color: #111111;
	font-size: 5.5rem;
	font-family: 'Yuji Syuku', serif;
}

.favorite-word-small {
	font-size: 4.8rem;
}

.main-content-box {
	margin-top: 15rem;
	text-align: justify;
}

.detail-info-message {
	margin: 2rem auto;
}

.main-content-box-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.main-content-box-flex-bg {
	position: absolute;
	top: 100px;
	left: 400px;
	width: 300px;
	height: 300px;
	z-index: -1;
}

/* 拡大 */
.zoomIn {
	animation-name: zoomInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(2.2);
		opacity: 1;
		background-color: #f7f7f7;
	}
}

.image-area {
	width: 45%;
}

.staff-comment-img {
	width: 100%;
}

.pr-area {
	width: 50%;
}

.detail-info-pr,
.detail-info-message-text {
	font-size: 1.8rem
}

.last-flex-area {
	margin-top: 7rem;
	display: flex;
	justify-content: space-between;
}

.detail-info-message {
	width: 50%;
}

.message-area,
.shop-img-area {
	height: 5rem;
	margin-bottom: 2rem;
}

.message-img,
.shop-img {
	height: 100%;
}

.image-area02 {
	width: 45%;
	margin: 0 0 0 auto;
}

.shop-title-jp {
	color: #888888;
	font-weight: normal;
	font-size: 1.4rem;
}

.staff-shop-info {
	margin: 10rem 0 0;
	padding: 5rem 0;
	background-color: #f7f7f7;
}

.shop-info-inner {
	max-width: calc(1200px + 6%);
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 auto;
}

.staff-shop-flex {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.7);
}

.shop-photo-box {
	width: 50%;
}

.staff-shop-img {
	width: 100%;
}

.shop-detail-info {
	width: 45%;
}

.shop-address {
	margin-bottom: 2rem;
	list-style-type: none;
}

.shop-address-item {
	margin-bottom: 0.5rem;
}

.shop-tel {
	color: #002d55;
	text-decoration: none;
}

.shop-name {
	margin-bottom: 1rem;
}

.shop-name-small {
	font-size: 1.6rem;
}

.main-shop-name {
	font-weight: bold;
	font-size: 3rem;
}

.shop-open-item {
	margin-bottom: 1.5rem;
}

.shop-open-title {
	color: var(--main-color);
	font-size: 1.8rem;
}

.holiday-list {
	margin-bottom: 0.3rem;
}

.holiday {
	display: flex;
	justify-content: space-between;
}

.holiday-name {
	width: 25%;
	color: #666666;
}

.holiday-date {
	width: 73%;
	font-size: 1.8rem;
}

.holiday-note {
	margin-top: 2rem;
	color: #777777;
	font-size: 1.3rem;
}

.staff-shop-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 3rem;
}

.staff-calendar-box {
	width: 23%;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.7);
}

#calendar {
	text-align: center;
	cursor: pointer;
}

#calendar_oki {
	text-align: center;
	cursor: pointer;
}

.staff-calendar-title {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 2rem;
	color: var(--main-color);
}

.calendar {
	width: 100%;
	margin: 1rem auto;
}

.staff-calendar-box table.calendar th {
	padding-bottom: 0.8rem;
	color: #888888;
	font-size: 1.8rem;
}

.staff-calendar-box table.calendar td.xday {
	background-color: #ffbbdd;
}

.staff-calendar-box table.calendar td.Sat {
	color: #000099;
}

.staff-calendar-box table.calendar td.Sun {
	color: #FF0000;
}

.staff-calendar-box table.calendar td {
	border-bottom: solid 1px #eeeeee;
	text-align: center;
	padding: 0.5rem 0;
}

.staff-map-box {
	width: 75%;
	height: 350px;
}

.staff-map-box iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #dadada;
}

#footer {
	margin-top: 0;
}

#site-map #footer {
	margin-top: 40px;
}

/* ---------- スタッフブログ ---------- */

#staff-blog #main {
	width: 100%;
	margin-bottom: 40px;
}

#staff-blog .staff-blog-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/staff_blog_title.png");
	background-size: 100% auto;
	background-position: center bottom;
	margin: 4rem auto;
}

#staff-blog .staff-blog-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#staff-blog a.content-title {
	display: block;
	width: 1200px;
	height: 0;
	overflow: hidden;
	padding-top: 400px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 2rem auto;
}

#staff-blog a.staff-blog-title {
	background-image: url("images/staff_blog_title.png");
}

#staff-blog a.ob-blog-title {
	background-image: url("images/ob_blog_title.png");
}

#staff-blog a.tenant-blog-title {
	background-image: url("images/tenant_blog_title.png");
}

#staff-blog a.tenkin-blog-title {
	background-image: url("images/tenkin_blog_title.png");
}

#staff-blog a.saiyo-blog-title {
	background-image: url("images/saiyo_blog_title.png");
}

#staff-blog .blog-body {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 4rem 0;
	margin-top: 4rem;
}

#staff-blog .blog-body .blog-content {
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 4rem 0;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 1rem;
}

#staff-blog .blog-body .article {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2rem;
	background-color: #ffffff;
}

#staff-blog .blog-body .article a {
	text-decoration: none;
}

#staff-blog .blog-body .article .detail-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
}

#staff-blog .blog-body .article .image-box {
	width: 140px;
	height: 140px;
	float: left;
}

#staff-blog .blog-body .article .image-box img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

#staff-blog .blog-body .article .detail-text {
	height: 140px;
	overflow: hidden;
	padding: 0 2rem;
	position: relative;
}

#staff-blog .blog-body .article .detail-text span {
	position: absolute;
	left: 2rem;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	color: #a89c97;
	font-size: 1.6rem;
}

#staff-blog .blog-body .article .detail-text .title-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1rem;
}

#staff-blog .blog-body .article .detail-text .title-box h3 {
	width: 80%;
	height: auto;
	font-size: 2rem;
	color: #a89c97;
	font-weight: normal;
	float: left;
}

#staff-blog .blog-body .article .detail-text .title-box .date {
	width: 20%;
	height: auto;
	font-size: 1.8rem;
	line-height: 2rem;
	text-align: right;
	color: #a89c97;
	float: left;
}

#staff-blog .blog-body01 {
	background-color: #e1f2fb;
}

#staff-blog .blog-body03 {
	background-color: #fff5f7;
}

#staff-blog .blog-body05 {
	background-color: #e1f2fb;
}

#staff-blog .blog-body02 .blog-content,
#staff-blog .blog-body04 .blog-content,
#staff-blog .blog-body06 .blog-content {
	border: solid 1px #a89c97;
}

/* ---------- CITY voice 通信 ---------- */

#voice #main {
	width: 100%;
	margin-bottom: 40px;
}

#voice .voice-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/voice_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

#voice .voice-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#voice .voice-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#voice .voice-box .comment-box {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 2rem auto;
}

#voice #newsList .article-box {
	display: block;
	width: 33.3%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 1rem;
	margin: 2rem auto;
	font-size: 1.8rem;
}

#voice #newsList .article-box a {
	text-decoration: none;
}

#voice #newsList .article-box .title {
	width: 100%;
	height: 4rem;
	overflow: hidden;
	line-height: 4rem;
}

#voice #newsList .article-box .title .newmark {
	font-weight: bold;
	color: var(--main-color);
	margin-left: 1rem;
}

#voice .pager {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1em;
	text-align: center;
	color: #acacac;
}

#voice .pager a {
	font-size: 1.2em;
	padding: 5px 10px;
	border: solid 1px #444;
	margin-right: 10px;
	text-decoration: none;
	color: #444;
}

#voice .pager a:hover {
	border: solid 1px #444;
	color: #444;
}

#voice .pager .overPagerPattern {
	margin-right: 10px;
}

#voice #php-copyright {
	display: none;
}

/* ---------- 会社案内 - 社会貢献活動 ---------- */

#csr #main {
	width: 100%;
	margin-bottom: 40px;
}

#csr .shop-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/csr_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

#csr .shop-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #fff;
}

#csr .content-csr .csr-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #ffffff;
	padding: 4rem;
	border-radius: 1rem;
}

#csr #newsWrap #newsList {
	margin-bottom: 2rem;
}

#csr #newsWrap ul,
#csr #newsWrap li {
	list-style: none;
}

#csr #newsWrap li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
	border-bottom: dotted 1px #acacac;
}

#csr #newsWrap li .up_ymd {
	display: block;
	width: 20%;
	height: auto;
	float: left;
}

#csr #newsWrap li .up_ymd::before {
	content: "■";
	color: #92ce03;
	margin-right: 0.5rem;
}

#csr #newsWrap li a {
	display: block;
	width: 80%;
	height: auto;
	text-decoration: underline;
	color: #92ce03;
	float: left;
}

#csr .pager {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1em;
	text-align: center;
	color: #acacac;
}

#csr .pager a {
	font-size: 1.2em;
	padding: 5px 10px;
	border: solid 1px #acacac;
	margin-right: 10px;
	text-decoration: none;
	color: #acacac;
}

#csr .pager a:hover {
	border: solid 1px #666666;
	color: #666666;
}

#csr .pager .overPagerPattern {
	margin-right: 10px;
}

#csr .pager a.current {
	color: #333333;
	border: solid 1px #333333;
}

#csr #php-copyright {
	display: none;
}

#csr .detail-box h4 {
	width: 100%;
	height: auto;
	padding: 1rem 2rem;
	background-color: #92ce03;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 1rem;
}

#csr .detail-box #up_ymd {
	width: 100%;
	height: auto;
	padding: 1rem;
	font-size: 2rem;
	text-align: right;
	color: #92ce03;
}

#csr #detail {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#csr #detail .detail-block {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2rem auto;
}

#csr #detail .detailUpfile {
	width: 100%;
	height: auto;
}

#csr .detailText {
	width: 100%;
	height: auto;
	padding: 0 2rem;
}

#csr .detailText a {
	color: #92ce03;
}

#csr #detail .detailUpfile img {
	display: block;
	max-width: 70%;
	height: auto;
	margin: 1rem auto;
}

#csr .backORcloseBtn a {
	display: block;
	width: max-content;
	;
	height: auto;
	padding: 1.3rem 3rem;
	margin: 4rem auto;
	background-color: #92ce03;
	color: #ffffff;
	text-decoration: none;
	border-radius: 1rem;
	font-size: 2rem;
	font-weight: bold;
}

/* ---------- 会社案内 アクセスマップ ---------- */

#access-map #main {
	width: 100%;
	margin-bottom: 40px;
}

#access-map .access-map-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/access_map_title.png");
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

#access-map .access-map-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#access-map .content01 {
	width: 100%;
	height: auto;
	margin: 4rem auto;
}

#access-map .acccess-map-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
}

#access-map .detail-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 4rem;
}

#access-map .detail-box .detail-list {
	width: 950px;
	height: auto;
	float: left;
	background-color: #ffffff;
}

#access-map .detail-box .calendar-box {
	float: right;
	background-color: #ffffff;
}

#access-map .detail-box .detail-list .list-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
	border-bottom: dotted 1px #acacac;
}

#access-map .detail-box .detail-list dl,
#access-map .detail-box .detail-list dt,
#access-map .detail-box .detail-list dd {
	list-style: none;
}

#access-map .detail-box .detail-list dt {
	display: block;
	width: 20%;
	height: auto;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
}

#access-map .detail-box .detail-list dd {
	display: block;
	width: 80%;
	height: auto;
	float: left;
}

#access-map .detail-box .detail-list a {
	text-decoration: none;
}

#access-map .yoyaku-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 2rem;
}

#access-map .yoyaku-box a {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1rem 3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	background: var(--main-color);
	text-decoration: none;
	border-radius: 0.5rem;
}

#access-map .photo-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#access-map .photo-box .photo-item {
	width: 33.3%;
	height: auto;
	float: left;
	padding: 2rem;
	text-align: center;
}

#access-map .photo-box .photo-item img {
	width: 100%;
	height: auto;
}

#access-map .acccess-map-ekimae {
	background-color: #e1f2fb;
	padding: 2rem 0;
}

#access-map .acccess-map-ekimae .photo-box {
	background-color: #ffffff;
}

/* ---------- 会社案内 サイトマップ ---------- */

#site-map .site-map-title-box {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url("../images/site_map_title.png");
	background-size: 100% auto;
	background-position: center bottom;
	margin: 4rem auto;
}

#site-map .site-map-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 3rem;
	letter-spacing: 1rem;
	color: #000;
}

#site-map .content-site-map {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 4rem;
}

#site-map .content-site-map ul,
#site-map .content-site-map li {
	list-style: none;
}

#site-map .content-site-map ul.main-list {
	display: block;
	width: 50%;
	float: left;
}

#site-map .content-site-map .main-list>li span {
	display: block;
	width: 80%;
	height: auto;
	padding: 1rem 2rem;
	border: 1px solid #ccc;
	margin-bottom: 2rem;
}

#site-map .content-site-map .main-list>li a {
	display: block;
	width: 80%;
	padding: 1rem 2rem;
	border: 1px solid #ccc;
	margin-bottom: 2rem;
	text-decoration: none;
}

#site-map .content-site-map .sub-list>li {
	display: block;
	width: 100%;
	height: auto;
}

#site-map .content-site-map .sub-list>li a {
	display: block;
	width: 80%;
	padding: 1rem 2rem;
	border: 1px solid #ccc;
	margin-bottom: 2rem;
	margin-left: 10%;
}

#site-map .content-site-map .main-list>li.home-page a,
#site-map .content-site-map .main-list>li.yoyaku a,
#site-map .content-site-map .main-list>li.request a,
#site-map .content-site-map .main-list>li.contact a {
	border-left: solid 5px #e5001b;
}

#site-map .content-site-map .main-list>li.category span {
	color: #359dc9;
}

#site-map .content-site-map .category .sub-list>li a {
	border-left: solid 5px #359dc9;
}

#site-map .content-site-map .main-list>li.original span {
	color: #ff6f42;
}

#site-map .content-site-map .original .sub-list>li a {
	border-left: solid 5px #ff6f42;
}

#site-map .content-site-map .main-list>li.useful span {
	color: #35c99d;
}

#site-map .content-site-map .useful .sub-list>li a {
	border-left: solid 5px #35c99d;
}

#site-map .content-site-map .main-list>li.group span {
	color: #ffb400;
}

#site-map .content-site-map .group .sub-list>li a {
	border-left: solid 5px #ffb400;
}

#site-map .content-site-map .main-list>li.search span {
	color: var(--main-color);
}

#site-map .content-site-map .search .sub-list>li a {
	border-left: solid 5px #e5001b;
}

#site-map .content-site-map .main-list>li.realestate span {
	color: #359dc9;
}

#site-map .content-site-map .realestate .sub-list>li a {
	border-left: solid 5px #359dc9;
}

#site-map .content-site-map .main-list>li.gakusei span {
	color: #ff6f42;
}

#site-map .content-site-map .gakusei .sub-list>li a {
	border-left: solid 5px #ff6f42;
}

#site-map .content-site-map .main-list>li.tenkin span {
	color: #35c99d;
}

#site-map .content-site-map .tenkin .sub-list>li a {
	border-left: solid 5px #35c99d;
}

#site-map .content-site-map .main-list>li.owner span {
	color: #ffb400;
}

#site-map .content-site-map .owner .sub-list>li a {
	border-left: solid 5px #ffb400;
}

#site-map .content-site-map .main-list>li.site-map-residents span {
	color: var(--main-color);
}

#site-map .content-site-map .site-map-residents .sub-list>li a {
	border-left: solid 5px #e5001b;
}

#site-map .content-site-map .main-list>li.kaisya span {
	color: #359dc9;
}

#site-map .content-site-map .kaisya .sub-list>li a {
	border-left: solid 5px #359dc9;
}

#site-map .content-site-map .main-list>li.recruit span {
	color: #ff6f42;
}

#site-map .content-site-map .recruit .sub-list>li a {
	border-left: solid 5px #ff6f42;
}


/* ---------- 画面サイズが767px以下の場合読み込む---------- */

@media only screen and (max-width: 768px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/* ---------- 会社案内 - ドロップダウンメニュー ---------- */

	.top-title {
		width: 100%;
	}

	.top-title-box {
		margin-top: 1rem;
	}

	.top-title-box span.en {
		color: #999999;
		font-size: 2rem;
	}

	.top-title-box h2,
	.top-title-box span.jp {
		font-size: 2.4rem;
		font-weight: bold;
		color: var(--main-color);
	}

	.top-navi {
		width: 100%;
	}

	.top-navi li::before {
		display: none;
	}

	.top-navi ul.navi {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
	}

	.top-navi li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		height: 6rem;
		float: left;
		text-align: center;
		padding: 0.5rem;
		color: var(--gray-color);
		background: #fff;
	}

	.top-navi li.navi01 a,
	.top-navi li.navi03 a,
	.top-navi li.navi05 a {
		border-bottom: solid 1px #dddddd;
	}

	.top-navi li.navi01 a,
	.top-navi li.navi02 a,
	.top-navi li.navi03 a,
	.top-navi li.navi04 a,
	.top-navi li.navi05 a,
	.top-navi li.navi06 a {
		border-bottom: solid 1px #dddddd;
	}

	.top-navi li.navi01 a,
	.top-navi li.navi03 a,
	.top-navi li.navi05 a,
	.top-navi li.navi07 a {
		border-right: solid 1px #dddddd;
	}

	#tab.top-navi {
		position: relative;
		width: 100%;
		color: #fff;
		/* アコーディオン タブ文字色 */
		overflow: hidden;
		margin-top: 0.5rem;
	}

	#tab.top-navi input {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}

	#tab.top-navi label {
		position: relative;
		display: block;
		padding: 1em;
		background: var(--main-color);
		/* アコーディオン タブ背景色 */
		font-size: 1.8rem;
		font-weight: bold;
		cursor: pointer;
	}

	#tab.top-navi .menu {
		position: absolute;
		top: 0;
		right: 70px;
		width: auto;
		width: max-content;
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#tab.top-navi .tab-content {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .35s;
		-o-transition: max-height .35s;
		transition: max-height .35s;
	}

	/* :checked */
	#tab.top-navi input:checked~.tab-content {
		max-height: 30em;
		background: var(--main-color);
	}

	/* Icon */
	/* Icon */
	#tab.top-navi label::after {
		background: #ff4e00;
		content: '+';
		display: block;
		line-height: 60px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 60px;
		height: 60px;
		font-size: 2.4rem;
		font-weight: bold;
	}

	#tab.top-navi input[type=checkbox]:checked+label::after {
		content: '-';
	}

	#tab.top-navi input[type=radio]+label::after {
		content: "\25BC";
	}

	#tab.top-navi input[type=checkbox]:checked+label::after {
		transform: rotate(540deg);
	}

	#tab.top-navi input[type=radio]:checked+label::after {
		transform: rotateX(180deg);
	}

	/* ---------- 会社案内 トップメッセージ ---------- */
	#topmessage #main {
		margin-bottom: 0;
	}

	.content-top-body {
		display: flex;
		flex-direction: column;
	}

	.content-top-body .top-title {
		order: 1;
	}

	.content-top-body .top-navi {
		order: 2;
		margin-top: 0;
	}

	.content-top-body .page-title {
		order: 3;
		margin: 0 auto;
		margin-top: 2rem;
	}

	.top-navi ul.navi2 {
		margin-top: 0;
	}

	#topmessage .topmessage-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#topmessage .content-topmessage01 .message-top {
		width: 94%;
		margin: 0 auto;
	}

	#topmessage .content-topmessage01 .message-l,
	#topmessage .content-topmessage01 .message-r {
		width: 100%;
		padding: 0;
		float: none;
		margin-top: 4rem;
	}

	/* ---------- 会社案内 会社概要 ---------- */

	#outline #main {
		margin-bottom: 0;
	}

	#outline .breadcrumb {
		width: 94%;
	}

	#outline .outline-title-box {
		height: 20rem;
		background-size: 130% auto;
		margin: 0 auto;
		background-position: center bottom;
	}

	#outline .content-gaiyo .gaiyo-area {
		margin: 0 auto;
	}

	#outline .content-gaiyo .gaiyo-body {
		width: 94%;
		margin: 2rem auto;
		padding: 1rem;
	}

	#outline #gaiyo {
		width: 100%;
	}

	#outline #gaiyo .main-list {
		padding: 0;
		padding-top: 2rem;
	}

	#outline #gaiyo .main-list>dt {
		width: 100%;
		float: none;
		margin-bottom: 1rem;
		color: var(--main-color);
	}

	#outline #gaiyo .main-list>dd {
		width: 100%;
		float: none;
	}

	#outline #gaiyo .sub-dlist dt,
	#outline #gaiyo .sub-dlist dd,
	#outline #gaiyo .komon>dd.dd02 {
		width: 100%;
		float: none;
	}

	#outline #gaiyo .sub-dlist dt {
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	#outline #gaiyo .tenpo .sub-dlist span,
	#outline #gaiyo .shisetu .sub-dlist span {
		font-size: 1.8rem;
		border-bottom: dotted 1px #9c9c9c;
	}

	/* ---------- 会社案内 沿革 ---------- */

	#history .breadcrumb {
		width: 94%;
	}

	#history #main {
		width: 100%;
		margin-bottom: 0;
	}

	#history .history-title-box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-image: url("images/history_title.png");
		background-size: 100% auto;
		background-position: center 5%;
		margin: 4rem auto;
	}

	#history .history-title-box h2 {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 2rem;
		background-color: rgba(255, 255, 255, 0.5);
		font-size: 3rem;
		letter-spacing: 2rem;
		color: #fff;
	}

	#history .content-enkaku .enkaku-area {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 4rem auto;
		background-color: #e1e5fb;
	}

	#history .content-enkaku .enkaku-body {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 4rem auto;
		background-color: #ffffff;
		padding: 4rem;
	}

	#history #enkaku {
		width: 80%;
		border-left: dotted 3px #333;
		margin-left: 20%;
	}

	#history #enkaku dl,
	#history #enkaku dt,
	#history #enkaku dd,
	#history #enkaku ul,
	#history #enkaku li {
		list-style: none;
	}

	#history #enkaku .history-list {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-left: -10%;
	}

	#history #enkaku .history-list a {
		text-decoration: none;
		color: #1c84c6;
	}

	#history #enkaku .main-list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 8rem;
	}

	#history #enkaku .main-list>dt {
		display: block;
		width: 20%;
		height: auto;
		padding: 1rem 0;
		text-align: center;
		float: left;
		background-color: #333;
		color: #ffffff;
	}

	#history #enkaku .main-list>dd {
		display: block;
		width: 80%;
		height: auto;
		float: left;
		padding-left: 5%;
		padding-top: 1rem;
	}

	#history #enkaku .sub-list li {
		margin-bottom: 1rem;
	}

	#history .history-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#history .content-enkaku .enkaku-area {
		margin: 0 auto;
	}

	#history .content-enkaku .enkaku-body {
		width: 94%;
	}

	#history .content-enkaku .enkaku-body {
		margin: 2rem auto;
		padding: 1rem;
	}

	#history #enkaku {
		width: 90%;
		margin-left: 10%;
	}

	#history #enkaku .history-list {
		margin-left: -10%;
	}

	#history #enkaku .main-list {
		margin-bottom: 4rem;
	}

	#history #enkaku .main-list>dt {
		width: 50%;
	}

	#history #enkaku .main-list>dd {
		margin-left: 15%;
	}

	/* ---------- プライバシーポリシー ---------- */

	#privacy .privacy-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#privacy .conten-privacy {
		width: 94%;
		margin: 2rem auto;
	}



	/* ---------- 会社案内 店舗紹介 ---------- */
	#shop #main {
		margin-bottom: 0;
	}

	#shop .breadcrumb {
		width: 94%;
	}

	#shop .shop-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	#shop .shop-image {
		width: 100%;
	}

	#shop .acccess-map-body {
		width: 94%;
		margin: 2rem auto;
		margin-bottom: 4rem;
	}

	#shop .content-title h2 {
		color: var(--main-color);
		text-align: center;
	}

	#shop .detail-box {
		margin-bottom: 0;
	}

	#shop .detail-box .detail-list {
		width: 100%;
		margin-bottom: 2rem;
	}

	#shop .detail-box .detail-list .list-item {
		padding: 1rem;
	}

	#shop .detail-box .detail-list dt,
	#shop .detail-box .detail-list dd {
		width: 100%;
		float: none;
	}

	#shop .yoyaku-box a {
		font-size: 2rem;
	}

	#shop .photo-box .photo-item {
		width: 100%;
		float: none;
		padding: 1rem;
	}

	#shop .map-box iframe {
		width: 100% !important;
	}

	/* ---------- 会社案内 - スタッフ紹介 ---------- */
	#staff #main {
		margin-bottom: 0;
	}

	#staff #main video {
		width: auto;
		height: 100vh;
	}

	#staff #main .overlay {
		display: block;
	}

	#staff #main .staff-header {
		position: relative;
	}

	#staff #main .logo-box a img {
		width: 100%;
		height: auto;
	}

	#staff #main .navi {
		margin-bottom: 2rem;
	}

	#staff #main .navi li a {
		width: 50%;
		padding: 1rem;
	}

	#staff #main .title-box a {
		width: 94%;
		margin: 0 auto;
		padding: 4rem 0;
		text-align: center;
	}

	/* ---------- 会社案内 - スタッフリスト ---------- */
	#staff-list #main.main-contents {
		margin-bottom: 0;
	}

	#staff-list .breadcrumb {
		width: 94%;
	}

	#staff-list .staff-list-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#staff-list .ceo-box {
		width: 94%;
		margin-bottom: 2rem;
	}

	#staff-list .ceo-box .content-title {
		width: 100%;
	}

	#staff-list .ceo-box .image-box {
		width: 100%;
		float: none;
		padding: 0;
	}

	#staff-list .ceo-box .detail-box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 2rem;
	}

	#staff-list .ceo-box .detail-box .name-box {
		width: 100%;
	}

	#staff-list .ceo-box .detail-box .name-box img {
		width: 70%;
	}

	#staff-list .ceo-box .detail-box dt {
		width: 30%;
	}

	#staff-list .ceo-box .detail-box dd {
		width: 70%;
	}

	#staff-list .group-box {
		width: 94%;
		margin: 0 auto;
	}

	#staff-list #main label::after {
		right: 0;
	}

	#staff-list .group-box .staff-box {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 4rem;
	}

	#staff-list .group-box .content-title {
		width: 100%;
		height: 0;
		padding-top: 50%;
		margin-bottom: 4rem;
	}

	#staff-list .group-box .content-title h3 {
		font-size: 1.8rem;
	}

	#staff-list #main .group-box label::after {
		right: 1rem;
		font-size: 3rem;
		line-height: 3rem;
		width: 3rem;
		height: 3rem;
		bottom: 0.5rem;
	}

	#staff-list .staff-box .detail-box {
		padding: 0;
	}

	#staff-list .group-click {
		margin-bottom: 2rem;
	}

	#staff-list .group-eigyo .content-title {
		background-image: url(images/group_eigyo_mobile.png);
	}

	#staff-list .group-tenant .content-title {
		background-image: url(images/group_tenant_mobile.png);
	}

	#staff-list .group-baibai .content-title {
		background-image: url(images/group_baibai_mobile.png);
	}

	#staff-list .group-baibai .content-title {
		background-image: url(images/group_baibai_mobile.png);
	}

	#staff-list .group-shisan .content-title {
		background-image: url(images/group_shisan_mobile.png);
	}

	#staff-list .group-customer .content-title {
		background-image: url(images/group_customer_mobile.png);
	}

	#staff-list .group-web .content-title {
		background-image: url(images/group_web_mobile.png);
	}

	#staff-list .group-somu .content-title {
		background-image: url(images/group_somu_mobile.png);
	}

	#staff-list .group-asset .content-title {
		background-image: url(images/group_asset_mobile.png);
	}

	#staff-list .group-click .content-title {
		background-image: url(images/group_click_mobile.png);
	}

	#staff-list .staff-detail-item-box {
		width: 100%;
		margin-left: 0;
	}

	#staff-list .staff-detail-wrap {
		margin-top: 2rem;
	}

	.contact-box-sp-style {
		display: flex;
		justify-content: space-between;
	}

	.staff-detail-sp-style {
		width: 50%;
	}

	.staff-detail-name-box {
		width: 100%;
	}

	.staff-detail-image-box-sp {
		width: 50%;
	}

	.contact-box {
		display: block;
	}

	.contact-list {
		font-size: 1.7rem;
	}

	.contact-tel {
		font-size: 2rem;
	}

	.contact-title {
		padding: 0.5rem 1rem;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.staff-detail-info-box {
		margin-top: 1rem;
		margin-left: 0;
		padding: 1rem;
		background-color: #f7f7f7;
	}

	#staff-list .detail-info-item {
		padding: 0.5rem 0 0;
	}

	#staff-list .detail-info-item:first-child {
		padding: 0;
	}

	.detail-info-pr,
	.detail-info-message-text {
		font-size: 1.4rem
	}

	.detail-info-wrap {
		margin-top: 0.5rem;
	}

	.detail-info-hobby {
		margin-bottom: 1rem;
	}

	.staff-detail-info-box dt {
		padding-bottom: 0;
	}

	.main-content-box {
		margin-top: 2rem;
	}

	.main-content-box-flex {
		display: block;
	}

	.detail-info-word {
		margin: 1rem auto 2rem;
	}

	.image-area,
	.pr-area {
		width: 100%;
	}

	.pr-area {
		margin-bottom: 5rem;
	}

	.favorite-word {
		width: max-content;
		max-width: 100%;
		font-size: 2.5rem;
		text-align: center;
	}

	.last-flex-area {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}

	.detail-info-message {
		width: 100%;
		padding: 0;
		margin-top: 2rem;
		order: 2;
	}

	.message-area {
		width: 50%;
		margin-bottom: 1rem;
	}

	.image-area02 {
		width: 100%;
		order: 1;
	}

	.main-content-box-flex-bg {
		width: 50%;
		height: 250px;
		left: 0;
		top: 250px;
	}

	.message-area,
	.shop-img-area {
		height: 4rem;
	}

	.staff-shop-info {
		margin-top: 0;
		padding: 3rem 0;
	}

	.staff-shop-flex {
		display: block;
		padding: 0;
	}

	.shop-name-small {
		font-size: 1.5rem;
	}

	.main-shop-name {
		font-size: 2.2rem;
	}

	.shop-photo-box,
	.shop-detail-info {
		width: 100%;
	}

	.shop-photo-box {
		padding: 0;
	}

	.shop-detail-info {
		padding: 0.5rem;
	}

	.shop-open-item {
		margin-bottom: 2rem;
	}

	.shop-name {
		font-size: 2rem;
	}

	.holiday {
		display: block;
	}

	.holiday-name,
	.holiday-date {
		width: 100%;
	}

	.holiday-list {
		margin-bottom: 1rem;
	}

	.shop-open-title {
		margin-bottom: 0.3rem;
	}

	.holiday-name {
		margin-bottom: 0.3rem;
	}

	.staff-shop-box {
		display: block;
	}

	.calendar {
		margin-bottom: 2rem;
	}

	.staff-calendar-box {
		width: 100%;
		padding: 2rem 0.5rem;
		margin-bottom: 2rem;
		background-color: rgba(255, 255, 255, 0.45);
	}

	.staff-calendar-box table.calendar td {
		padding: 1rem 0;
	}

	.staff-map-box {
		width: 100%;
	}



	/* ---------- スタッフブログ ---------- */
	#staff-blog #main {
		margin-bottom: 0;
	}

	#staff-blog .staff-blog-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#staff-blog a.content-title {
		width: 100%;
		padding-top: 33%;
		background-size: 100% auto;
		margin: 0 auto;
	}

	#staff-blog .blog-body {
		margin-top: 0;
		padding: 2rem 0;
	}

	#staff-blog .blog-body .blog-content {
		width: 94%;
	}

	#staff-blog .blog-body .article .detail-box {
		padding: 1rem;
	}

	#staff-blog .blog-body .article .image-box {
		width: 100px;
		height: 100px;
	}

	#staff-blog .blog-body .article .image-box img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#staff-blog .blog-body .article .detail-text {
		height: auto;
		padding: 0;
		padding-left: 1rem;
	}

	#staff-blog .blog-body .article .detail-text .title-box h3 {
		width: 100%;
		float: none;
	}

	#staff-blog .blog-body .article .detail-text .title-box .date {
		width: 100%;
		float: none;
		text-align: right;
		padding-right: 1rem;
	}

	#staff-blog .blog-body .article .detail-text .text-box {
		padding-bottom: 4rem;
	}

	/* ---------- CITY voice 通信 ---------- */
	#voice #main {
		margin-bottom: 0;
	}

	#voice .breadcrumb {
		width: 94%;
	}

	.voice-title-box,
	.page_0 .voice-title-box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 20rem;
		overflow: hidden;
		background-image: url(../images/voice_title.png);
		background-size: cover;
		background-position: center center;
		margin: 0 auto;
	}

	#voice .content-top-body .page-title {
		margin-top: 0;
	}

	#voice .voice-title-box h2 {
		font-size: 2.6rem;
	}

	#voice .pager {
		padding: 1rem 0;
	}

	#voice .pager a {
		padding: 3px 6px;
	}

	#voice .voice-box {
		width: 94%;
		margin-bottom: 2rem;
	}

	#voice #newsList .article-box {
		width: 100%;
		padding: 0;
		float: none;
	}

	#voice #newsList .article-box img {
		width: 100%;
		height: auto;
	}

	/* ---------- 会社案内 社会貢献活動（一覧） ---------- */
	#csr #main {
		margin-bottom: 0;
	}

	#csr .breadcrumb {
		width: 94%;
	}

	#csr .shop-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#csr .content-csr .csr-box {
		width: 94%;
		margin: 2rem auto;
		padding: 0;
	}

	#csr #newsWrap li {
		padding: 1rem;
	}

	#csr #newsWrap li .up_ymd {
		width: 100%;
		float: none;
		margin-bottom: 1rem;
	}

	#csr #newsWrap li a {
		width: 100%;
	}

	#csr .pager a {
		padding: 3px 6px;
	}

	/* ---------- 会社案内 社会貢献活動（詳細） ---------- */

	#csr .detail-box h4 {
		font-size: 2rem;
	}

	#csr #detail .detailUpfile img {
		max-width: inherit;
		width: 100%;
	}

	#csr .detailText {
		padding: 0;
	}

	/* ---------- 会社案内 アクセスマップ ---------- */
	#access-map #main {
		margin-bottom: 0;
	}

	#access-map .breadcrumb {
		width: 94%;
	}

	#access-map .access-map-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#access-map .content-title {
		text-align: left;
	}

	#access-map .acccess-map-body {
		width: 94%;
		margin: 2rem auto;
	}

	#access-map .acccess-map-body iframe {
		width: 100%;
		height: 600px;
	}

	#access-map .content-title h2 {
		text-align: center;
		color: #e5001b
	}

	#access-map .detail-box .detail-list {
		width: 100%;
	}

	#access-map .detail-box .detail-list .list-item {
		padding: 1rem 0;
	}

	#access-map .detail-box .detail-list dt,
	#access-map .detail-box .detail-list dd {
		width: 100%;
		float: none;
		padding: 1rem;
	}

	#access-map .acccess-map-ekimae .photo-box {
		background: none;
	}

	#access-map .photo-box .photo-item {
		width: 100%;
		float: none;
		padding: 1rem 0;
	}

	#access-map .acccess-map-body iframe {
		height: 500px;
	}

	#access-map .detail-box .calendar-box {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 2rem;
	}

	/* ---------- 会社案内 サイトマップ ---------- */

	#site-map .site-map-title-box {
		align-items: center;
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	#site-map .site-map-title-box h2 {
		padding: 1rem;
	}

	#site-map .content-site-map {
		width: 94%;
		margin: 4rem auto;
	}

	#site-map .content-site-map ul.main-list {
		width: 100%;
		float: none;
	}

	#site-map #footer {
		margin-top: 0;
	}


	/* スタッフスマホ版 */
	#staff-list .group-box .staff-box .image-box img {
		width: 100%;
		height: auto;
	}

	#staff-list .staff-box .name-box {
		width: 100%;
		height: auto;
		margin-top: 1.5rem;
	}

	#staff-list .staff-box .name-box img {
		width: 70%;
		height: auto;
	}

	#staff-list .staff-box .detail-item {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 1rem 0;
		border-bottom: solid 1px #acacac;
	}

	#staff-list .staff-box .detail-box dt {
		display: block;
		width: 30%;
		height: auto;
		float: left;
		font-weight: bold;
	}

	#staff-list .staff-box .detail-box dd {
		display: block;
		height: auto;
		width: 70%;
		float: left;
		color: #999999;
	}

	#staff-list .group-box .staff-box {
		display: block;
	}

	#staff-list .staff-box .detail-box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 2rem;
	}

	#staff-list .group-box .staff-box .image-box {
		width: 100%;
		height: auto;
	}

	#staff-list .group-box .staff-detail-item {
		width: 100%;
	}

	#staff-list .staff-box .detail-box dt {
		border-bottom: none;
		font-size: 1.4rem;
	}

	/* ---------- スマホ用ここまで ---------- */
}