@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;
}

#company .subpage-header__inner .ja, #company .under-h1 h1, #company .breadcrumblist, #company .breadcrumblist a, #company .breadcrumblist a::after {
	color: var(--cmnblack) !important;
}

@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-img {
		
	}

	.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;
}

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

/* -----------------------------------------------------------
    company-btn
-------------------------------------------------------------- */
.company-block {
	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: 35px;
}

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

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

.company-btn .arrow {
	background: url("../img/cmn-arrow.svg") center/cover, no-repeat;
	aspect-ratio: 26 / 10;
	width: 26px;
	height: initial;
	position: absolute;
	bottom: 40px;
	right: 0;
	display: inline-block;
	transition: all .3s;
}

.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: 1.9rem;
	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: 5px 0 0;
	position: relative;
}

.company-btn-top .ttl::before {
	content: "";
	background: var(--main);
	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: #fff;
	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: 20px 30px;
}

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

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

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

.company-btn-txt-wrap .btn{
	margin: 20px 0 0;
	position: absolute;
	display: inline-block;
	bottom: 10px;
	right: 70px;
}
.company-btn-txt-wrap .btn::before{
	content: '';
    position: absolute;
    width: 23px;
    height: 6px;
    top: 7px;
    right: 0;
    background: url(../img/txt-btn-arrow.svg) no-repeat top center / contain;
	top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
[data-cmpbus="estate"] .cmn-btn span::before {
	content: "\f08e";
	color: var(--main);
	font-size: 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
	a.company-btn:hover {
		opacity: .8;
	}
}

@media screen and (max-width: 768px) {
	.company-block {
		margin: 40px 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;
	}

	.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 40px;
	}

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

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

	.company-btn-top .ttl::before {
		width: 76px;
		height: 76px;
	}

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

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

	.company-txt {
		margin: 0;
	}

	.company-btn-txt-wrap .catch {
		font-size: 1.7rem;
		letter-spacing: .03em;
	}

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

	.company-btn-wrap .company-point li {
		width: 100%;
		padding: 13px 10px;
	}

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

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

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

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

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

	[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 0;
	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 0;
	}

	.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 .btn-more {
	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 .btn-more {
		margin: 20px auto 0;
		width: 100%;
	}
}

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

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