@charset "utf-8";

/* -----------------------------------------------------------
    会社概要
-------------------------------------------------------------- */ :root {
	--msgmargin: 15px;
}

#company {
	background: #fff;
}

#company .contents {
	background: #fff;
}

#company .subpage-header::before {
	display: none;
}

#company .subpage-header .en {
	bottom: -15px;
	opacity: .1;
	mix-blend-mode: unset;
}

@media screen and (max-width: 768px) {
	#company .subpage-header .en {
		bottom: -5px;
	}
}

/* -----------------------------------------------------------
    代表挨拶　message-ara
-------------------------------------------------------------- */
.message-area .message-catch {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: .04em;
}

.message-area .message-main {
	margin: 30px 0 0;
}

.message-area .message-main .message-catch {
	font-size: 2.4rem;
	margin: 0 0 30px;
	font-weight: bold;
}

.message-area .message-main .message-txt {
	margin: 0 0 var(--msgmargin);
	line-height: 2;
}

.message-area .message-main p:last-of-type {
	margin: 0;
}

.message-flex {
	display: flex;
	gap: 35px;
	margin: var(--msgmargin) 0 0;
}

.message-area .message-ceo-name {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	margin: 20px 0 0 0;
}

.message-area .message-ceo-name dd {
	width: 140px;
}

.message-area .message-ceo-name dd img {
	width: 100%;
}

.msg-cap-wrap {
	align-items: center;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	gap: 20px;
}

.message-area .msg-cap-name {
	font: bold 1.7rem /1 var(--serif) !important;
	letter-spacing: .03em;
	gap: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 7px 0 0;
}

.message-area .msg-cap-name span {
	height: 25px;
	margin: 0 0 5px;
}

.message-area .msg-cap-name span img {
	height: 100%;
}

@media screen and (max-width: 768px) {
	.message-area .message-catch {
		font-size: 2rem;
	}

	.message-area .message-main {
		margin: 25px 0 0;
		display: flex;
		flex-wrap: wrap;
	}

	.message-area .message-main p {
		line-height: 2.2;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.message-area .message-main .message-catch {
		font-size: 2.1rem;
		margin: 0 0 20px;
		order: 1;
	}

	.message-area .message-flex {
		flex-direction: column;
	}

	.message-area .message-ceo-name {
		order: 2;
		margin: 25px 0 0 auto;
	}

	.message-area .message-ceo-name {
		margin: 30px 0 0 auto;
	}

	.message-area .message-ceo-name dt {
		font-size: 1.4rem;
	}

	.message-area .message-ceo-name dd {
		width: 120px;
	}

	.message-area .message-main .message-txt {
		order: 1;
	}
}

/* -----------------------------------------------------------
    philosophy-area
-------------------------------------------------------------- */
.philosophy-area .philosophy-txt {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.7;
	margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
	.philosophy-area .philosophy-txt {
		font-size: 1.8rem;
		line-height: 2;
		margin: 0;
	}
}

/* -----------------------------------------------------------
    company-btn
-------------------------------------------------------------- */
.company-block {
	margin: 50px 0 0;
}

.company-block[data-cmpbus="estate"] {
	margin: 60px 0 0;
}

.company-block-ttl {
	border-bottom: 5px solid var(--main);
	color: var(--main);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: .03em;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 35px;
}

.company-btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 40px 0 0;
}

.company-btn {
	display: flex;
	color: var(--cmnblack);
	position: relative;
	height: 380px;
	border-radius: 4px;
	overflow: hidden;
}

a.company-btn::before {
	background: rgba(120, 198, 203, .1);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .5s;
	left: 0;
	z-index: 4;
	opacity: 0;
}

a.company-btn {
	border: 1px solid var(--border2);
}

a.company-btn:hover {
	border-color: var(--sub2);
}

a.company-btn:hover::before {
	opacity: 1;
}

.company-btn .company-img-wrap {
	width: 300px;
	height: 100%;
	flex-shrink: 0;
}

.company-btn .company-img-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.company-btn-top {
	align-items: center;
	display: flex;
	gap: 18px;
}

.company-btn-txt-wrap .catch {
	font-size: 2rem;
	font-weight: bold;
	color: var(--cmnblack);
	line-height: 1.5;
}

[data-cmpbus="estate"] .company-btn-txt-wrap .catch {
	font-size: 2.2rem;
}

.company-note {
	color: var(--cmnblack);
	margin: 15px 0 0;
}

.company-btn-top .ttl {
	flex-shrink: 0;
	width: 106px;
	height: 106px;
	padding: 7px 0 0 2.5px;
	position: relative;
}

.company-btn-top .ttl::before {
	content: "";
	border: 1px solid var(--cmnblack);
	width: 86px;
	height: 86px;
	position: absolute;
	transition: .5s;
	top: 5px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.company-btn-top .ttl1 {
	align-items: center;
	color: var(--cmnblack);
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 1.5rem;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	justify-content: center;
	line-height: 1.3;
}

.company-btn-top .ttl2 {
	font-size: 1.9rem;
}

.company-btn-txt-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 30px;
}

.company-btn-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.company-btn-wrap .company-point {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 20px 0 0;
}

.company-btn-wrap .company-point li {
	border-radius: 3px;
	background: #F4F7F7;
	color: var(--cmnblack);
	font-size: 1.6rem;
	letter-spacing: .03em;
	line-height: 1.7;
	padding: 15px 20px;
	text-align: center;
	width: calc((100% - 10px) / 2);
}

.company-btn-txt-wrap .cmn-btn2 {
	margin: 25px auto 0;
	width: fit-content;
}

.company-btn-txt-wrap .cmn-btn2-inner {
	height: 78px;
}

[data-cmpbus="estate"] .cmn-btn2-inner::before {
	content: "\f08e";
	color: var(--gray2);
	font: 900 1.8rem/1 var(--webicon);
	right: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.company-block {
		margin: 30px 0 0;
	}

	.company-block[data-cmpbus="estate"] {
		margin: 45px 0 0;
	}

	.company-block-ttl {
		font-size: 2.4rem;
		padding: 0 0 15px;
		margin: 0 0 25px;
		text-align: center;
	}

	.company-btn {
		height: auto;
		flex-direction: column;
		position: relative;
		width: 100%;
	}

	.company-btn .company-img-wrap {
		width: 100%;
		height: 150px;
		flex-shrink: 0;
	}

	.company-img-wrap img {
		width: 100%;
		height: 100%;
	}

	.company-btn-txt-wrap {
		width: 100%;
		align-items: center;
		padding: 20px 15px 25px;
	}

	.company-btn-ttl {
		font-size: 2.1rem;
		margin: 0 0 10px;
	}
	
	.company-btn-top {
		width: 100%;
	}

	.company-btn-top .ttl {
		width: 96px;
		height: 96px;
		position: absolute;
		top: 20px;
		left: 15px;
		padding: 3px 4px 0 0;
	}

	.company-btn-top .ttl::before {
		background: rgba(255, 255, 255, 0.3);
		width: 70px;
		height: 70px;
	}

	[data-busbtn="other"] .company-btn-top .ttl::before {
		background: rgba(255, 255, 255, 0.95);
	}

	.company-btn-top .ttl2 {
		font-size: 1.6rem;
	}

	.company-btn-top .ttl1 {
		font-size: 1.4rem;
	}

	.company-txt {
		margin: 0;
	}

	.company-btn-txt-wrap .catch {
		font-size: 1.7rem;
		letter-spacing: .03em;
		text-align: center;
		width: 100%;
	}

	.company-point-box {
		margin: 10px 0 0;
		align-items: flex-start;
	}

	.company-btn-wrap .company-point li {
		font-size: 1.5rem;
		letter-spacing: .03em;
		line-height: 1.8;
		padding: 12px 10px 10px;
		width: 100%;
	}

	.company-btn-wrap .company-point {
		gap: 15px;
		margin: 15px 0 0;
		flex-direction: column;
		width: 100%;
	}

	.company-point-box-en {
		padding: 7px 0 0;
	}

	.company-btn .arrow {
		bottom: 20px;
	}

	.company-btn-txt-wrap .cmn-btn2 {
		width: 100%;
		margin: 20px auto 0;
	}

	.company-btn-txt-wrap .cmn-btn2-inner {
		width: 100%;
		height: 70px;
	}

	[data-cmpbus="estate"] .company-btn-txt-wrap .catch {
		font-size: 2rem;
		text-align: center;
	}
}

/* -----------------------------------------------------------
    営業所一覧・アクセス access-area
-------------------------------------------------------------- */
.access-area .access-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}

.access-area .txt-wrap .access-ttl {
	font-size: 2rem;
	font-weight: bold;
	background: var(--cmnbg2);
	color: var(--txtblue);
	padding: 10px 12px 9px;
	display: inline-block;
	line-height: 1;
	margin: 0 auto 0 0;
	white-space: nowrap;
	width: fit-content;
}

.access-area .txt-wrap .address {
	margin: 15px 0 5px;
	line-height: 1.8;
}

.access-area .txt-wrap .tel a, .access-area .txt-wrap .fax {
	color: #333;
}

.access-area .txt-wrap .train {
	margin: 20px 0 0;
}

.access-area .txt-wrap .train::before {
	content: "\f239";
	display: inline-block;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	padding: 0 5px 0 0;
	font-size: 1.8rem;
}

.access-area .map-wrap {
	width: 490px;
	height: 380px;
}

.access-area .map-wrap iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.access-area .access-box {
		align-items: flex-start;
		flex-direction: column-reverse;
		margin: 30px 0 0;
		gap: 20px;
	}

	.access-area .access-box p {
		font-size: 1.7rem;
	}

	.access-area .txt-wrap .access-ttl {
		font-size: 1.7rem;
		padding: 8px 12px 7px;
	}

	.access-area .txt-wrap .address {
		line-height: 1.6;
		margin: 10px 0;
	}

	.access-area .txt-wrap .tel a {
		color: var(--main);
	}

	.access-area .txt-wrap .train {
		margin: 10px 0 0;
		letter-spacing: 0;
	}

	.access-area .txt-wrap .train::before {
		font-size: 1.7rem;
	}

	.access-area .map-wrap {
		width: 100%;
		height: 300px;
		margin: 0;
	}
}

/* -----------------------------------------------------------
    service-area
-------------------------------------------------------------- */
.service-area .service-intro p {
	margin: 20px 00;
}

.service-area .service-intro p:first-of-type {
	margin: 0;
}

.service-area .service-list {
	display: flex;
	gap: 25px;
	margin: 40px 0 0;
}

.service-area .service-item {
	background: #fff;
	width: calc((100% - 50px) / 3);
}

.service-area .service-list-img {
	width: 100%;
	aspect-ratio: 3/1.5;
	overflow: hidden;
}

.service-area .service-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.service-area .service-item:hover img {
	transform: scale(1.07);
}

.service-area .service-list figcaption {
	padding: 18px 0 20px;
	color: var(--cmnblack);
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
}

.service-area .service-list figcaption::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/cmn-arrow-blue-small.svg")center/contain no-repeat;
	width: 19px;
	height: 9px;
	right: 10px;
}

.service-area .service-other-wrap {
	margin: 20px 0 0;
}

.service-area .service-other-ttl {
	color: var(--sub2);
	font-size: 2rem;
	font-weight: bold;
}

.service-area .service-other {
	align-items: flex-start;
	background: #fff;
	display: flex;
	gap: 20px;
	margin: 6px 0 0;
}

.service-area .service-carfilm {
	display: block;
	flex-shrink: 0;
	width: 250px;
}

.service-area .service-carfilm-img {
	aspect-ratio: 4/3;
	width: 100%;
	overflow: hidden;
}

.service-area .service-carfilm-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.service-area .service-carfilm:hover img {
	transform: scale(1.07);
}

.service-area .service-carfilm figcaption {
	margin: 15px 0 0;
	color: var(--cmnblack);
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
}

.service-area .service-carfilm figcaption::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/cmn-arrow-blue-small.svg")center/contain no-repeat;
	width: 19px;
	height: 9px;
	right: 0;
}

.service-other-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.service-other-list li {
	width: calc((100% - 10px) / 2);
}

.service-other-list a {
	border: 1px solid var(--border2);
	color: var(--cmnblack);
	display: block;
	font-weight: 500;
	padding: 17px 40px 15px 18px;
	position: relative;
	line-height: 1.3;
}

@media screen and (min-width: 769px) {
	.service-other-list a:hover {
		background: var(--main);
		border-color: var(--main);
		color: #fff;
	}
}

.service-other-list a::before {
	background: url("../img/cmn-arrow-blue-small.svg")center/contain no-repeat;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 17px;
	height: 7px;
}

@media screen and (min-width: 769px) {
	.service-other-list a:hover::before {
		background-image: url(../img/cmn-arrow-white-small.svg);
	}
}

@media screen and (max-width: 768px) {
	.service-area .service-list {
		flex-direction: column;
		gap: 18px;
		margin: 30px 0 0;
	}

	.service-area .service-item {
		width: 100%;
		padding: 0 10px 0 0;
	}

	.service-area .service-item figure {
		align-items: center;
		display: flex;
		gap: 15px;
	}

	.service-area .service-list-img {
		flex-shrink: 0;
		width: 50%;
	}

	.service-area .service-list figcaption {
		flex-grow: 1;
		line-height: 1.5;
		font-size: 1.8rem;
		margin: 0;
		padding: 0;
	}

	.service-area .service-other-ttl {
		font-size: 1.9rem;
	}

	.service-area .service-other-wrap {
		margin: 20px 0 0;
	}

	.service-area .service-other {
		flex-direction: column;
		gap: 20px;
	}

	.service-area .service-carfilm {
		width: 100%;
	}

	.service-area .service-carfilm figure {
		align-items: center;
		display: flex;
		gap: 15px;
	}

	.service-area .service-carfilm-img {
		width: 40%;
		flex-shrink: 0;
	}

	.service-area .service-carfilm figcaption {
		flex-grow: 1;
		font-size: 1.8rem;
		margin: 0;
		line-height: 1.4;
	}

	.service-area .service-list figcaption::before {
		right: 0;
	}

	.service-other-list li {
		width: 100%;
	}

	.service-other-list a {
		padding: 15px 40px 15px 15px;
	}
}

/* -----------------------------------------------------------
    thoughts-area
-------------------------------------------------------------- */
.thoughts-area .thoughts-content {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 40px 0 0;
}

.thoughts-area .thoughts-logo {
	aspect-ratio: 479/310;
	width: 300px;
}

.thoughts-area .thoughts-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thoughts-area .thoughts-note {
	font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
	.thoughts-area .thoughts-content {
		flex-direction: column;
		gap: 20px;
		margin: 20px 0 0;
	}

	.thoughts-area .thoughts-logo {
		width: 50% !important;
	}

	.thoughts-area .thoughts-note {
		font-size: 1.6rem;
	}
}

/* -----------------------------------------------------------
    recruit-box-area
-------------------------------------------------------------- */
.recruit-box {
	align-items: center;
	display: flex;
	gap: 30px;
}

.recruit-box .cmn-btn2 {
	margin: 30px auto 0;
}

.recruit-box-img {
	flex-shrink: 0;
	width: 48%;
	height: 330px;
}

.recruit-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit-txt-wrap p:not(:first-of-type) {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.recruit-box {
		flex-direction: column;
		gap: 20px;
	}

	.recruit-box-img {
		flex-shrink: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 3/2.5;
	}

	.recruit-box .cmn-btn2 {
		margin: 25px auto 0;
		width: 100%;
	}
}

/* -----------------------------------------------------------
    ft_link_area
-------------------------------------------------------------- */
.ft_link_area {
	margin: 140px 0 0;
}

@media screen and (max-width: 768px) {
	.ft_link_area {
		margin: 60px 0 0;
	}
}