@charset "utf-8";

/* 移管用追加ここから（常に先頭） */
#contents {
    width: 950px;
    margin: auto;
    min-height: 300px;
    padding-bottom: 20px;
}

.transfer-page,
.transfer-page :where(:not(iframe, [class*="swiper"])),
.transfer-page *::before,
.transfer-page *::after {
    all: revert;
}

.l-contents:has(.transfer-page .md-mv-heading) {
    overflow: visible;
}

.transfer-page {
    width: 100%;
}

.transfer-page :where(a) {
    color: #07519A;
    text-decoration: none;
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.transfer-page :where(a:hover) {
    opacity: .8;
    transition: 0s;
    color: #CC0000;
    text-decoration: underline;
}

.transfer-page :where(h1, h2, h3, h4, h5,
    p, ul, ol, li, dl, dt, dd,
    form, table, div) {
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #333333;
}

.transfer-page :where(img) {
    border: none;
    vertical-align: bottom;
}

.transfer-page *::before,
.transfer-page *::after {
    box-sizing: content-box;
}

.transfer-page :where(img) {
    max-width: none;
}

/* 移管用追加ここまで */

/*////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////*/

#path,
.h1_section {
	display: none;
}

#article,
#contents {
	width: 100%;
	background: #fff;
	padding-bottom: 0;
}
.l-page *{
	font-family: "Noto Sans JP", sans-serif;
  	box-sizing: border-box;
	color: #333;
}

/*////////////////////////////////////////////////////////////////
	共通
////////////////////////////////////////////////////////////////*/
.cont_wrap {
	width: 1080px;
	margin: 0 auto 100px;
}
.cont_ttl {
	font-family: 'Zen Maru Gothic', serif;
	display: block;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 37px;
	padding-top: 34px;
}
.cont_ttl:before {
    content: "";
    display: block;
    position: absolute;
    left: 49%;
    top: 0%;
}
.color_red {
	color: #C52D5E;
}
.cont_subttl {
	font-size: 16px;
	color: #888;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 5px;
}

/*////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////*/
.mv_main {
	background: url(/images/company/mv_main.webp)no-repeat center;
	height: 420px;
	margin-bottom: 100px;
}
.main__ttl {
	position: relative;
    text-align: center;
    padding-top: 214px;
}
.main__ttl::before {
	font-family: 'Zen Maru Gothic', serif;
	content: "OVERVIEW";
	color: rgba(255, 255, 255, .25);
	display: block;
	position: absolute;
	font-size: 100px;
	font-weight: bold;
    top: 47%;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
}

/*////////////////////////////////////////////////////////////////
	代表挨拶
////////////////////////////////////////////////////////////////*/
.greeting_ttl:before {
	background: url(/images/company/icon_greeting.webp)no-repeat center;
	width: 35px;
    height: 26px;
}
.greeting_content {
	display: flex;
	position: relative;
}
.greeting_left:after {
	content: "";
	display: block;
	position: absolute;
	background: url(/images/company/img_greeting.webp)no-repeat left;
	width: 460px;
	height: 580px;
	/* margin-left: calc(50% - 36vw); */
	left: 0;
}
.greeting_right {
	width: 670px;
	padding: 50px;
	margin-top: 76px;
	background-color: #fff;
	font-size: 16px;
	margin-left: auto;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.greeting_text {
	line-height: 30px;
	margin-bottom: 24px;
}
.greeting_name {
	font-size: 18px;
	text-align: right;
}
.name_bold {
	font-size: 24px;
	font-weight: 400;
	padding-left: 20px;
	letter-spacing: 0.1em;
}


/*////////////////////////////////////////////////////////////////
	当社のお部屋探しは & 強み
////////////////////////////////////////////////////////////////*/
.search_wrap {
	background-color: #C52D5E;
	margin-bottom: 100px;
}
.search_inner {
	width: 1080px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 100px;
}
.search_content {
	margin-bottom: 120px;
}
.sec_ttl {
	position: relative;
	font-size: 32px;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	margin-bottom: 34px;
	font-weight: 500;
}
.sec_ttl::before {
	font-family: 'Zen Maru Gothic', serif;
	color: rgba(255, 255, 255, .25);
    display: block;
    position: absolute;
    font-size: 90px;
    font-weight: bold;
	left: 0;
    right: 0;
    letter-spacing: 0.1em;
} 
.search_ttl::before {
    content: "SEARCH";
    bottom: -16%;
}
.strength_ttl::before {
    content: "STRENGTH";
	bottom: -16%;
}
.search_list {
    width: 1080px;
    height: 250px;
    background: #fff;
	padding: 40px 216px;
}
.search_text {
	font-size: 28px;
	font-weight: 500;
    display: flex;
    align-items: center;
	margin-bottom: 27px;

}
.search_text::before {
    content: "";
    display: block;
    background: #C52D5E;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 16px;
}
.strength_img {
	margin-bottom: 15px;
}
.strength_detail:not(:last-child) {
	margin-bottom: 24px;
}
.strength_textttl {
    display: flex;
    align-items: center;
}
.strength_num {
	font-family: 'Zen Maru Gothic', serif;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	padding-right: 12px;
}
.strength_matter {
	font-size: 32px;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}

.strength_text {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 1.8;
}

/*////////////////////////////////////////////////////////////////
	会社概要
////////////////////////////////////////////////////////////////*/
.company_ttl:before {
    background: url(/images/company/icon_compant.webp)no-repeat center;
    width: 28px;
    height: 34px;
}
.company_content {
	display: flex;
	justify-content: space-between;
}
.company-left tr {
	width: 630px;
	display: block;
	padding: 14px 0;
	border-top: 1px solid #ccc;
}
.company-left tr:last-child {
	border-bottom: 1px solid #ccc;
}
.comp-ad {
    line-height: 30px;
}
.company-left th {
	width: 150px;
	font-size: 16px;
	font-weight: 400;
	color: #C52D5E;
	vertical-align: top;
	text-align: left;
}
.company-left td {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
}
.mail_line {
	text-decoration: underline;
}
.company_img {
    width: 420px;
    height: 380px;
    object-fit: contain;
    background: #ccc;
    display: flex;
    align-items: center;
}
.company_img:not(:last-child) {
    margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////////
	アクセス
////////////////////////////////////////////////////////////////*/
.access_ttl:before {
    background: url(/images/company/icon_access.webp)no-repeat center;
    width: 24px;
    height: 34px;
}

/*////////////////////////////////////////////////////////////////
	店舗紹介
////////////////////////////////////////////////////////////////*/
#anker__shop {
	padding-top: 200px;
	margin-top: -200px;
}
.store_ttl {
    margin-bottom: 51px;
}
.store_ttl:before {
    background: url(/images/company/icon_store.webp)no-repeat center;
    width: 36px;
    height: 34px;
	left: 48%;
    top: -2%;
}
.store__panel {
	position: relative;
	width: 1080px;
    margin: 0 0 52px;
    border: 2px solid #333;
    border-radius: 10px;
	padding: 60px 60px 55px;
}
.store__panel:last-child {
	margin-bottom: 0;
}
[class*="store__name--"]{
	position: absolute;
	display: block;
	background-color: #fff;
	font-size  : 26px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
    top: -21px;
}

.store__name--01,
.store__name--03 {
    width: 416px;
	left: 31%;
}
.store__name--02 {
	width: 359px;
	left: 33%;
}
.store__info {
	display: flex;
	gap    : 35px;
}
.store__list {
	display: flex;
	gap    : 20px;
	margin-bottom: 10px;
}
.store__list:last-child {
	margin-bottom: 0;
}
.store__sub-ttl {
	width: 110px;
	height: 30px;
	background-color: #C52D5E;
	border-radius: 3px;
	display        : flex;
	align-items    : center;
	justify-content: center;
	font-weight: bold;
	color      : #fff;
	letter-spacing: 0.05em;
    font-size: 16px;
}
.store__text {
	margin: 3px 0 0;
	font-size: 18px;
}
.store__caution {
	margin: 8px 0 0 1em;
	font-size: 14px;
	text-indent: -1em;
	line-height: 1.42;
}
.store__img {
    width: 340px;
    height: 230px;
    object-fit: contain;
    background: #ccc;
	display: flex;
	align-items: center;
    justify-content: center;
}
#map {
    width: 1080px;
    height: 540px;
    margin: 0 auto;
}
#map iframe {
    border: 0;
}
.company_img {
    cursor: pointer;
}
