.company .features__captions {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 gap: 5px;
	 max-width: 1200px;
	 width: 100%;
	 margin-inline: auto;
	 padding-inline: 15px;
}
 @media (min-width: 768px) {
	 .company .features__captions {
		 gap: 20px;
	}
}
 @media (min-width: 1200px) {
	 .company .features__captions {
		 padding-inline: 0px;
	}
}
 .company .features__captions-ttl {
	 font-family: var(--font-noto-sans-jp);
	 font-size: 20px;
	 font-weight: 700;
	 line-height: 24px;
	 letter-spacing: 2px;
	 flex-shrink: 0;
	 text-align: center;
}
 @media (min-width: 768px) {
	 .company .features__captions-ttl {
		 font-size: 18px;
		 letter-spacing: 3.4px;
		 line-height: 30px;
	}
}
 @media (min-width: 1200px) {
	 .company .features__captions-ttl {
		 font-size: 34px;
	}
}
 .company .features__captions-underline {
	 width: 100%;
	 height: 2px;
	 background: var(--color-black);
}
 .company .features__captions-ttl {
	 font-size: 20px;
	 letter-spacing: 2px;
}
 @media (min-width: 768px) {
	 .company .features__captions-ttl {
		 font-size: 36px;
		 letter-spacing: 3.8px;
		 line-height: 43px;
	}
}
 .company-realstate {
	 background-color: var(--color-white2);
}
 .company__realstate-title {
	 font-size: 24px;
	 font-weight: 700;
	 line-height: 30px;
	 letter-spacing: 3.8px;
	 text-align: center;
}
 @media (min-width: 768px) {
	 .company__realstate-title {
		 font-size: 38px;
	}
}
 .company__realstate-title .big {
	 font-size: 30px;
	 font-weight: 700;
	 line-height: 48px;
	 letter-spacing: 4.4px;
}
 @media (min-width: 768px) {
	 .company__realstate-title .big {
		 font-size: 44px;
	}
}
 .company__avantia-img {
	 max-width: 432px;
	 width: 100%;
	 margin-inline: auto;
	 margin-block: 30px;
	 padding-inline: 25px;
}
 @media (min-width: 768px) {
	 .company__avantia-img {
		 padding-inline: 0;
		 margin-block: 30px 80px;
	}
}
 .company__realstate-content {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 gap: 0;
	 flex-direction: column;
	 position: relative;
	 margin-block: 0 15px;
}
 @media (min-width: 768px) {
	 .company__realstate-content {
		 gap: 20px;
		 flex-direction: row;
		 margin-block: 40px;
	}
}
/* .company__realstate-content {
	 margin-block: 18px 19px;
}
 */
 .company__content-ttl {
	 font-size: 24px;
	 font-weight: 700;
	 line-height: 65px;
	 letter-spacing: 3.6px;
	 background-image: linear-gradient(transparent 40px, var(--color-highlight-y) 40px);
	 background-position-y: -16px;
}
 @media (min-width: 768px) {
	 .company__content-ttl {
		 font-size: 36px;
	}
}
 .company__content-ttl .big {
	 font-size: 35px;
}
 @media (min-width: 768px) {
	 .company__content-ttl .big {
		 font-size: 78px;
	}
}
 .company__content-ttl .sm {
	 font-size: 30px;
}
 @media (min-width: 768px) {
	 .company__content-ttl .sm {
		 font-size: 63px;
	}
}
 .company__content-sub img {
	 max-width: 90px;
	 height: auto;
}
 @media (min-width: 768px) {
	 .company__content-sub img {
		 max-width: 138px;
		 position: absolute;
		 top: 50%;
		 transform: translateY(-50%);
	}
}
 .company__content-top {
	 font-size: 14px;
	 font-weight: 700;
	 line-height: 31.245px;
	 letter-spacing: 0.333px;
}
 @media (min-width: 768px) {
	 .company__content-top {
		 font-size: 16.638px;
	}
}
 .company__content-top .big {
	 font-size: 18px;
	 font-weight: 700;
	 line-height: 31.245px;
	 letter-spacing: 0.465px;
}
 @media (min-width: 768px) {
	 .company__content-top .big {
		 font-size: 23.272px;
	}
}
 .company__content-bottom {
	 font-size: 16.638px;
	 line-height: 23.786px;
	 letter-spacing: 0.333px;
	 font-weight: 700;
}
 .company__realstate-midtxt {
	 font-size: 14px;
	 font-weight: 400;
	 line-height: 24px;
	 letter-spacing: 1.6px;
	 text-align: center;
	 margin-bottom: 30px;
}
 @media (min-width: 768px) {
	 .company__realstate-midtxt {
		 font-size: 16px;
		 margin-bottom: 40px;
		 line-height: 29px;
	}
}
 .company__location-img {
	 max-width: 643px;
	 width: 100%;
	 margin-inline: auto;
}
 .company__feature-row {
	 max-width: 1194px;
	 width: 100%;
	 margin-inline: auto;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 gap: 20px;
	 margin-block: 30px;
}
 @media (min-width: 768px) {
	 .company__feature-row {
		 flex-direction: row;
		 gap: 12px;
		 align-items: stretch;
		 margin-block: 40px 80px;
	}
}
 @media (min-width: 992px) {
	 .company__feature-row {
		 gap: 42px;
		 align-items: center;
	}
}
 .company__feature-col {
	 width: 100%;
	 background-color: var(--color-white);
	 padding: 15px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 position: relative;
}
 @media (min-width: 768px) {
	 .company__feature-col {
		 padding: 30px 10px;
		 width: calc(100% / 3 - 7px);
		 min-height: 260px;
	}
}
 @media (min-width: 992px) {
	 .company__feature-col {
		 padding: 20px;
		 width: calc(100% / 3 - 14px);
	}
}
 @media (min-width: 1200px) {
	 .company__feature-col {
		 padding: 41.5px 30px;
	}
}
 .company__feature-txt {
	 text-align: center;
	 font-family: var(--font-lato);
	 font-size: 12px;
	 font-weight: 700;
	 line-height: 12px;
	 letter-spacing: 1.6px;
	 position: absolute;
	 top: -6px;
	 left: 50%;
	 transform: translateX(-50%);
}
 @media (min-width: 768px) {
	 .company__feature-txt {
		 font-size: 16px;
	}
}
 .company__feature-txt::after {
	 content: "";
	 position: absolute;
	 width: 8px;
	 height: 2px;
	 background: var(--color-black);
	 left: -9px;
	 top: 50%;
	 transform: translateX(-50%);
}
 .company__feature-ttl {
	 text-align: center;
	 font-size: 14px;
	 font-weight: 700;
	 line-height: 24px;
	 letter-spacing: 2px;
	 margin-bottom: 10px;
}
 @media (min-width: 768px) {
	 .company__feature-ttl {
		 font-size: 16px;
		 line-height: 30px;
	}
}
 @media (min-width: 992px) {
	 .company__feature-ttl {
		 font-size: 20px;
	}
}
 .company__feature-ttl.-lh {
	 line-height: 40px;
}
 .company__feature-highlight {
	 font-size: 26px;
	 font-weight: 700;
	/* letter-spacing: 2.6px;
	 */
	 background-image: linear-gradient(transparent 20px, var(--color-highlight-y) 20px);
	 background-position-y: -5px;
}
 .company__feature-highlight .big {
	 font-size: 46px;
	 font-weight: 700;
}
 @media (min-width: 768px) {
	 .company__feature-highlight .big {
		 font-size: 40px;
	}
}
 @media (min-width: 992px) {
	 .company__feature-highlight .big {
		 font-size: 46px;
	}
}
 .company__feature-note {
	 font-size: 10px;
	 font-weight: 400;
	 line-height: 16px;
	 text-align: center;
}
 .company__feature-imgII {
	 max-width: 185px;
	 width: 100%;
	 margin-inline: auto;
	 margin-block: 20px 10px;
}
 .company__feature-des {
	 text-align: center;
	 font-size: 10px;
	 font-weight: 400;
	 line-height: 16px;
}
 .company__feature-ttl.fs {
	 text-align: center;
	 font-size: 46px;
	 font-weight: 700;
	 line-height: 31px;
	 background-image: linear-gradient(transparent 25px, var(--color-highlight-y) 25px);
	 background-position-y: -10px;
	 margin-bottom: 0;
}
 .company__feature-ttl.fs .sm {
	 font-size: 26px;
	 font-weight: 700;
	 letter-spacing: 2.6px;
}
 .company__security-heading {
	 text-align: center;
	 font-size: 18px;
	 font-weight: 700;
	 line-height: 24px;
	 letter-spacing: 2px;
	 margin-block: 30px;
}
 @media (min-width: 768px) {
	 .company__security-heading {
		 margin-block: 40px;
		 line-height: 30px;
	}
}
 .company__security-row {
	 display: flex;
	 flex-direction: column;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
	 gap: 10px;
	 max-width: 1200px;
	 width: 100%;
	 margin-inline: auto;
}
 @media (min-width: 768px) {
	 .company__security-row {
		 flex-direction: row;
		 gap: 10px;
		 align-items: stretch;
	}
}
 @media (min-width: 992px) {
	 .company__security-row {
		 gap: 30px;
		 align-items: center;
	}
}
 .company__security-col {
	 width: 100%;
	 background-color: var(--color-white);
	 padding: 15px;
}
 @media (min-width: 768px) {
	 .company__security-col {
		 padding: 20px 5px;
		 width: calc(100% / 3 - 7px);
	}
}
 @media (min-width: 992px) {
	 .company__security-col {
		 padding: 20px 10px;
		 width: calc(100% / 3 - 20px);
	}
}
 @media (min-width: 1200px) {
	 .company__security-col {
		 padding: 40px 30px;
	}
}
 .company__security-col:nth-child(7) {
	 width: 100%;
}
 @media (min-width: 992px) {
	 .company__security-col:nth-child(7) {
		 min-height: 218px;
		 width: 47.75%;
	}
}
 @media (min-width: 1400px) {
	 .company__security-col:nth-child(7) {
		 min-height: 220px;
		 width: 48.75%;
	}
}
 .company__security-col:last-child {
	 width: 100%;
}
 @media (min-width: 992px) {
	 .company__security-col:last-child {
		 min-height: 218px;
		 width: 47.75%;
	}
}
 @media (min-width: 1400px) {
	 .company__security-col:last-child {
		 min-height: 220px;
		 width: 48.75%;
	}
}
 .company__security-ttl {
	 font-size: 16px;
	 font-weight: 700;
	 line-height: 20px;
	 letter-spacing: 2px;
	 text-align: center;
	 margin-bottom: 20px;
	 position: relative;
	 padding-bottom: 10px;
}
 @media (min-width: 768px) {
	 .company__security-ttl {
		 font-size: 20px;
		 line-height: 28px;
	}
}
 .company__security-ttl:after {
	 content: "";
	 position: absolute;
	 width: 40px;
	 height: 2px;
	 background: var(--color-black);
	 bottom: 0;
	 left: 50%;
	 transform: translateX(-50%);
}
 .company__security-subttl {
	 text-align: center;
	 font-size: 14px;
	 font-weight: 400;
	 line-height: 23px;
}
 @media (min-width: 768px) {
	 .company__security-subttl {
		 font-size: 16px;
		 text-align: center;
	}
}
 @media (min-width: 1200px) {
	 .company__security-subttl {
		 font-size: 16px;
	}
}
 sup {
	 font-size: 70%;
	 position: relative;
	 vertical-align: baseline;
	 top: -5px;
}
 .company__security-note {
	 font-size: 10px;
	 font-weight: 400;
	 line-height: 14px;
	 text-align: center;
	 margin-top: 20px;
}
 .company-profile .c-heading-primary {
	 max-width: 1200px;
	 width: 100%;
	 margin-inline: auto;
	 margin-bottom: 30px;
}
 @media (min-width: 768px) {
	 .company-profile .c-heading-primary {
		 margin-bottom: 80px;
	}
}
 .company-profile .c-heading-primary__main.--ja {
	 font-size: 30px;
	 line-height: 48px;
}
 @media (min-width: 768px) {
	 .company-profile .c-heading-primary__main.--ja {
		 font-size: 60px;
		 line-height: 51px;
	}
}
 .company__profile-tw {
	 max-width: 1075px;
	 width: 100%;
	 margin-inline: auto;
}
 .company__profile-tr {
	 display: flex;
	 justify-content: flex-start;
	 align-items: stretch;
}
 @media (min-width: 768px) {
	 .company__profile-tr {
		 min-height: 89px;
	}
}
 .company__profile-ttl {
	 width: 120px;
	 font-size: 14px;
	 font-weight: 700;
	 line-height: 24px;
	 padding-left: 10px;
	 padding-block: 15px;
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
	 border-bottom: 1px solid var(--color-black);
}
 @media (min-width: 768px) {
	 .company__profile-ttl {
		 display: flex;
		 justify-content: flex-start;
		 max-width: 150px;
		 width: 100%;
		 font-size: 16px;
		 padding-block: 30px;
		 line-height: 29px;
	}
}
 @media (min-width: 992px) {
	 .company__profile-ttl {
		 max-width: 150px;
		 display: flex;
	}
}
 @media (min-width: 1200px) {
	 .company__profile-ttl {
		 max-width: 200px;
		 display: flex;
	}
}
 .company__profile-txt {
	 flex: 1;
	 padding-left: 10px;
	 font-size: 15px;
	 font-weight: 400;
	 line-height: 24px;
	 padding-block: 15px;
	 border-bottom: 1px solid var(--color-gray5);
}
 @media (min-width: 768px) {
	 .company__profile-txt {
		 padding-block: 30px;
		 font-size: 16px;
		 line-height: 29px;
	}
}
 .company__profile-content {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 flex: 1;
	 gap: 10px;
	 padding-block: 15px;
	 padding-left: 40px;
	 border-bottom: 1px solid var(--color-gray5);
}
 @media (min-width: 768px) {
	 .company__profile-content {
		 flex-direction: row;
		 justify-content: flex-start;
		 gap: 40px;
		 padding-left: 25px;
		 padding-block: 30px;
	}
}
 @media (min-width: 992px) {
	 .company__profile-content {
		 justify-content: center;
	}
}
 .company__profile-content__left, .company__profile-content__right {
	 width: 100%;
}
 @media (min-width: 768px) {
	 .company__profile-content__left, .company__profile-content__right {
		 width: 250px;
	}
}
 @media (min-width: 992px) {
	 .company__profile-content__left, .company__profile-content__right {
		 width: 400px;
	}
}
 .company__profile-smtxt {
	 font-size: 14px;
	 font-weight: 400;
	 line-height: 24px;
	 margin-bottom: 5px;
	 position: relative;
}
 @media (min-width: 768px) {
	 .company__profile-smtxt {
		 font-size: 16px;
		 margin-bottom: 10px;
		 line-height: 29px;
	}
}
 .company__profile-smtxt::after {
	 content: "";
	 position: absolute;
	 width: 10px;
	 height: 2px;
	 background: var(--color-black);
	 left: -15px;
	 top: 50%;
	 transform: translateX(-50%);
}
 .company__profile-smtxt:last-child {
	 margin-bottom: 0;
}
 