@charset "utf-8";

html { scroll-behavior: smooth;}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}



@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/fonts/ZenKakuGothicAntique-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

#contents *{
	font-family: 'Zen Kaku Gothic New','Zen Kaku Gothic Antique','Roboto', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}

#contents{
	width: 100%;
	padding: 0;
}

.l-header,
.l-footer {
    display: none;
}

/* lp-header */
.lp-header {
    width: 100%;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
	display: block;
	position: relative
}

.lp-header__inner {
    display: flex;
    width: 100%;
    min-height: 100px;
	padding: 0 221px;
    align-items: center;
    box-sizing: border-box;
}

.lp-header__brand {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.lp-header__logo {
    display: block;
    width: 340px;
    height: 80px;
    object-fit: contain;
}

.lp-header__right {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 40px;
}

.lp-header__nav {
    flex-shrink: 0;
}

.lp-header__list {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 40px;
    list-style: none;
}

.lp-header__item {
    margin: 0;
}

.lp-header__link {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    text-align: right;
    text-decoration: none;
	color: #373737;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px;
}

.lp-header__link:hover::after,
.lp-header__link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.lp-header__cta {
    position: relative;
    display: flex;
    width: 160px;
    height: 50px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #475f9e;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.448;
    text-align: center;
    text-decoration: none;
    color: #171e32;
    background-color: #ffffff;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.lp-header__cta:hover {
    background-color: #475f9e;
    color: #ffffff;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.lp-header__cta-text {
    position: relative;
    z-index: 2;
}

#contents .tell_number{
	color: #45C1B0;
	font-family: "Roboto";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: end;
	position: relative;
}
	.tell_number::before{
		content: "";
		position: absolute;
		top: 7px;
		left: 109px;
		width: 20px;
    	height: 31px;
		background: url(../images/tell_icon.svg) no-repeat center / cover;
	}

/* component */
.lp-header *,
.lp-footer * {
    font-family: 'Roboto', 'Zen Kaku Gothic Antique', sans-serif;
}



/* SimpleBar 共通（取引実績・お客様の声） */
.simplebar-container {
	position: relative;
	display: block;
}

.simplebar-container .simplebar-track.simplebar-vertical {
	background: #F0F0F0;
	width: 2px;
	overflow: visible;
	right: -19px;
	border-radius: 30px;
	pointer-events: all;
}

.simplebar-container .simplebar-scrollbar.simplebar-visible:before {
	width: 8px;
	background-color: #45C1B0;
	opacity: 1;
	left: -3px;
	border-radius: 0;
	z-index: 2;
	top: 0;
	cursor: pointer;
}
.l-main {
	width: 100%;
	padding: 0;
}

[class*="main__title--"]{
	font-family: "Zen Kaku Gothic New";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	display: flex;
    justify-content: center;
	align-items: baseline;
	position: relative;
}

[class*="btn---"]{
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	border-radius: 9999px;
	background: linear-gradient(274deg, #FF6B2B 28.01%, #FEA831 75.71%);
	width: 350px;
	height: 70px;
	display: flex;
	justify-content: center;
    align-items: center;
	position: relative;
}
	[class*="btn---"]:hover{
		background: linear-gradient(274deg, #FEA831 28.01%, #FF6B2B 75.71%);
		opacity: 1;
	}
	[class*="btn---"]::after{
		content: "";
		position: absolute;
		top: 22px;
    	right: 30px;
		width: 25px;
		height: 25px;
		background: url(../images/arrow_right.webp) no-repeat center / cover;
	}

/*//////////メインビュー///////////*/

.mv img{
	width: 100%;
	height: 100%;
}


/*//////////こんなお悩み抱えていませんか？///////////*/

.worries__reason {
	background: #FFF;
}

.worries {
	padding-top: 78px;
	background: url(../images/worries_bg.webp) no-repeat center / cover;
	height: 644px;
}

.worries__inner {
	width: 1140px;
	margin: 0 auto;
}

#contents .worries .main__title--worries{
	color: #333;
	text-align: center;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#contents .main__title--worries span{
	color: #029F8A;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 66px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
}
	.main__title--worries span::before{
		content: "";
		position: absolute;
		top: -7px;
		right: 25px;
		width: 150px;
		height: 12px;
		background: url(../images/dots.webp) no-repeat center / cover;
	}

.worries__list__wrap {
	margin-top: 44px;
}

.worries__list {
	display: flex;
    gap: 20px;
    justify-content: center;
}

.worries__item {
	position: relative;
}

#contents [class*="worries__item__txt--"] {
	color: #FFF;
	text-align: center;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
}
	.worries__item__txt--money{
		top: 64px;
		left: 17px;
	}
	.worries__item__txt--cost{
		top: 65px;
    	left: 40px;
	}
	.worries__item__txt--determination{
		top: 48px;
    	left: 52px;
	}
	.worries__item__txt--loan{
		top: 65px;
    	left: 51px;
	}

.worries__message{
	text-align: center;
	margin-top: 56px;
}


/*//////////当社が選ばれる３つの理由///////////*/

.reason {
	padding: 65px 0 130px;
	overflow: hidden;
}

.reason__inner {
	width: 1140px;
	margin: 0 auto;
}

.reason__list__wrap {
	margin-top: 21px;
}

.reason__list {
	display: flex;
    flex-direction: column;
	gap: 59px;
}

.reason__item {
	display: flex;
	position: relative;
	justify-content: end;
}
	.reason__item:nth-child(2){
		justify-content: start;
	}
	
.reason__item__img {
	width: 941px;
	height: 486px;
	position: absolute;
    left: -390px;
}
	.reason__item:nth-child(2) .reason__item__img{
		left: 590px;
	}
.reason__txt__wrap {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-top: 18px;
}

.reason__item__title{
	position: relative;
	padding-left: 17px;
	margin-bottom: 20px;
}

.reason__item__title::before{
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 98px;
	background: #45C1B0;
}
	.reason__item:last-child .reason__item__title::before{
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		width: 3px;
		height: 156px;
		background: #45C1B0;
	}
	
.reason__item__ttlnum__wrap{
	display: flex;
    gap: 10px;
}

#contents .item__ttl__point{
	color: #45C1B0;
	font-family: "Roboto";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#contents .item__ttl__num{
	color: #45C1B0;
	font-family: "Roboto";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#contents .reason__item__ttl {
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}
	#contents .reason__item__ttl span{
		color: #F54048;
		font-family: "Zen Kaku Gothic New";
		font-size: 46px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.3;
	}

.reason__detail__txt__wrap {
	margin-bottom: 20px;
}

#contents .reason__detail__txt {
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	width: 549px;
}

.btn---info::after{
	content: "";
	position: absolute;
	top: 22px;
	right: 30px;
	width: 25px;
	height: 25px;
	background: url(../images/arrow.webp) no-repeat center / cover;
}


/*//////////取引実績///////////*/

.achievement {
	padding: 65px 0 99px;
	background: url(../images/achievement_bg.webp) no-repeat center / cover;
}

.achievement__inner {
	width: 1140px;
	margin: 0 auto;
}

	.main__title--achievement img{
		width: 464px;
		height: 177px;
	}

.blog__wrap__inner {
    margin: 0 auto;
}
.blog__wrap__inner::after {
	content: "";
	display: block;
	clear: both;
}

.blog__wrap.simplebar-container .clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.blog__wrap.simplebar-container img,
.blog__wrap.simplebar-container video,
.blog__wrap.simplebar-container iframe {
	max-width: 100%;
	height: auto;
}

.achievement__more__btn {
	margin-top: 47px;
    display: flex;
    justify-content: center;
}

/*//////////仲介手数料とは？///////////*/

.infomation {
	padding: 88px 0 100px;
	background: url(../images/information_bg.webp) no-repeat center / cover;
}

.infomation__inner {
	width: 1140px;
	margin: 0 auto;
}

.main__title--infomation {
	color: #FFF;
}
	#contents .main__title--infomation span{
		color: #FFF;
		font-family: "Zen Kaku Gothic New";
		font-size: 70px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.0;
	}

.infomation__txt__wrap {
	display: flex;
    flex-direction: column;
	align-items: center;
	margin-top: 33px;
	gap: 10px;
}

#contents .infomation__txt {
	color: #FFF;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
}
	#contents .infomation__txt__highlight{
		color: #FFF;
		font-family: "Zen Kaku Gothic New";
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%;
		background: #F54048;
	}
	#contents .infomation__txt__yellow{
		color: #FFF5AC;
		font-family: "Zen Kaku Gothic New";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.6;
	}

.infomation__image__wrap {
	margin-top: 44px;
	position: relative;
}

#contents .img__ttl {
	color: #4FD0A5;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
    top: -10px;
    left: 292px;
}
	#contents .img__tti__zero{
		color: #F54048;
		font-family: "Roboto";
		font-size: 90px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	#contents .img__tti__yen{
		color: #F54048;
		font-family: "Zen Kaku Gothic New";
		font-size: 50px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
#contents .img__txt__general{
	color: #DBDBDB;
	font-family: "Zen Kaku Gothic New";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
    top: 157px;
    left: 113px;
}
#contents .img__txt__our__company{
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
    top: 157px;
    right: 209px;
	}


/*//////////物件購入する流れ///////////*/

.flow {
	background: url(../images/flow_bg.webp) no-repeat center / cover;
	padding: 81px 0 100px;
}

.flow__inner {
	width: 1140px;
	margin: 0 auto;
}
.main__title--flow {
	margin-bottom: 42px;
	position: relative;
    padding-left: 280px;
}
	#contents .ttl_txt{
		font-family: "Zen Kaku Gothic New";
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: baseline;
		line-height: 1.4;
	}
	.ttl_img{
		position: absolute;
		left: 310px;
		top: 7px;
	}

.flow__item__wrap {
	display: flex;
	width: 1140px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	justify-content: center;
}

.content__block--flow {
	position: relative;
}
	.content__block--flow::before{
		content: "";
		position: absolute;
		top: 36px;
		right: 87px;
		width: 962px;
		height: 23px;
		background: url(../images/flow_arrow.svg) no-repeat center / cover;
	}	

.flow__bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FAFAFA;
	padding: 80px 0;
	margin-bottom: 0;
}      
.flow__case{
	writing-mode: vertical-rl;
	display: flex;
	gap: 10px;
	padding: 0 29px 0 0;
}
.flow__sale{
	display: flex;
	height: 200px;
	padding: 0 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 10px;
	align-self: stretch;
	background: #45B861;
	width: 68px;
}

.flow__buy{
	display: flex;
	height: 200px;
	padding: 0 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 10px;
	align-self: stretch;
	background:  #81C348;
	width: 68px;
}

.content__subttl--flow:not(:last-of-type){
	margin-bottom: 54px;
}
.content__block--flow .content__list--vertical{
	gap: 20px;
	justify-content: center;
	counter-reset: count;
	flex-direction: inherit;
	border: inherit;
	display: flex;
}

.content__items--flow:last-of-type{
	position: relative;
}
.content__items--flow:last-of-type::before,
.content__items--flow:last-of-type::after {
	content: "";
	position: absolute;
	top: 194px;
	right: 89px;
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 5px;
	background: var(--page-sub-color);
	transform: rotate(-45deg);
}
.content__items--flow:last-of-type::after{
	top: 182px;
	bottom: inherit;
	transform: rotate(45deg);
}
#contents .content__items__inner--flow .content__count--flow{
	color: #45C1B0;
	font-family: "Roboto";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	width: 70px;
	line-height: 1;
	margin: 0 auto 12px;
	border-bottom: 1px solid #DBDBDB;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 8px;
}
#contents .content__items__inner--flow .content__count--flow::after{
	display: block;
	content: counter(count, decimal-leading-zero);
	line-height: 1;
	color: #45C1B0;
	font-family: "Roboto";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
}
#contents .content__description--flow{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	color: #1B1B1B;
	text-align: center;
	font-feature-settings: 'vert' on;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 2px;
}
.content__items--flow:last-child{
	z-index: -1;
}

[class*="content__items--flow"]{
	text-align: center;
	height: 504px;
	background: #fff;
	flex-wrap: wrap;
	padding: 20px 0;
	width: 96px;
	counter-increment: count;
	position: relative;
}


/*//////////お客様の声///////////*/

.voice {
	padding: 128px 0 100px;
	background: url(../images/voice_bg.webp) no-repeat center / cover;
}

.voice__inner {
	width: 1140px;
	margin: 0 auto;
}

.main__title--voice{
	margin-bottom: 46px;
	position: relative;
}

.main__title--voice .ttl_txt{
	padding-right: 131px;
}

#contents .ttl_voice{
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.0;
	background: url(../images/voice_ttl.webp) no-repeat center / contain;
	width: 121px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    top: -29px;
    right: 384px;
}

.voice__item__wrap {
	width: 1140px;
	height: 395px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 30px 45px 30px 30px;
}

.voice__item{
	width: 100%;
}

.voice__item.simplebar-container {
	display: block;
	max-height: 335px;
}

.voice__more__btn {
	display: flex;
    justify-content: center;
    margin-top: 40px;
}

.voice__item__inner {
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 1020px;
}

.voice__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex-shrink: 0;
	/* width: 160px; */
}

.voice__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.voice__photo {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.voice__photo img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.voice__name-wrap {
	min-width: 0;
	width: 100%;
}

.voice__name {
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.voice__time {
	color: #999;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.voice__item__img {
	display: flex;
	gap: 2px;
	width: auto;
	height: auto;
}

.voice__item__img img {
	width: 17px;
	height: 17px;
	object-fit: cover;
}

.voice__item__txt {
	flex: 1;
	min-width: 0;
}

.voice__item__txt__title{
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}

/*//////////よくある質問///////////*/

.qanda {
	padding: 79px 0 100px;
	background: #FFF;
}

.qanda__inner {
	width: 1140px;
	margin: 0 auto;
}

.main__title--qaona{
	position: relative;
}
 	.main__title--qaona .ttl_txt{
		padding-right: 142px;
	}
	.main__title--qaona .ttl_img{
		right: 70px;
    	top: 8px;
		position: absolute;
	}
.qanda__list__wrap {
	margin-top: 23px;
}
.qanda__list {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.qanda__item {
	background: #00987F;
	padding: 30px;
}

#contents .quetion {
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	padding-left: 42px;
	position: relative;
}
	#contents .quetion::before{
		content: "Q";
		position: absolute;
		top: -4px;
		left: 0;
		color: #FFF;
		font-family: "Roboto";
		font-size: 30px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

#contents .answer {
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	background: #FFF;
	display: block;
	padding: 20px 30px 20px 110px;
    margin-top: 23px;
	position: relative;
}
	.qanda__item:first-child .answer::before{
		content: "";
		position: absolute;
		top: 23px;
		left: 31px;
		width: 60px;
		height: 60px;
		background: url(../images/qanda.webp) no-repeat center / cover;
	}
	.qanda__item:nth-child(2) .answer::before{
		content: "";
		position: absolute;
		top: 39px;
		left: 31px;
		width: 60px;
		height: 60px;
		background: url(../images/qanda.webp) no-repeat center / cover;
	}
	.qanda__item:last-child .answer::before{
		content: "";
		position: absolute;
		top: 40px;
		left: 31px;
		width: 60px;
		height: 60px;
		background: url(../images/qanda.webp) no-repeat center / cover;
	}


	/* lp-footer */

#contents .lp-footer {
	background: #45C1B0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 80px 0 80px;
    box-sizing: border-box;
    font-family: 'Zen Kaku Gothic New','Roboto' sans-serif;
}

.lp-footer__top {
    display: flex;
    width: 1140px;
    flex-direction: row;
    gap: 6px;
    box-sizing: border-box;
}

.lp-footer__company {
    display: flex;
    width: 563px;
    flex-direction: column;
    flex-shrink: 0;
    gap: 16px;
    box-sizing: border-box;
	margin-top: 6px;
}

.lp-footer__name {
    margin: 0;
    text-align: left;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.lp-footer__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_contact_wrap{
	display: flex;
    gap: 20px;
    align-items: center;
	margin: 14px 0 0 35px;
}

#contents .lp-footer .tell_number{
	color: #FFF;
	font-family: "Roboto";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: unset;
}
	.lp-footer .tell_number::before{
		content: "";
		position: absolute;
		top: 10px;
    	left: -28px;
		width: 20px;
    	height: 31px;
		background: url(../images/footer_tel_icon.svg) no-repeat center / cover;
	}

.contact_btn{
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;background: #1582FF;
	/* 影 */
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	width: 253px;
	height: 53px;
	display: flex;
	justify-content: center;
    align-items: center;
	position: relative;
}
	.contact_btn::before{
		content: "";
		position: absolute;
		top: 16px;
		right: 16px;
		width: 22px;
    	height: 22px;
		background: url(../images/footer_arrow.svg) no-repeat center / cover;
	}

.lp-footer__address,
.lp-footer__hours {
    margin: 0;
    text-align: left;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.lp-footer__nav {
    flex-shrink: 0;
}

.lp-footer__nav-cols {
    display: flex;
    width: 570px;
    flex-direction: row;
    gap: 40px;
    box-sizing: border-box;
	justify-content: right;
}

.lp-footer__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 6px;
    list-style: none;
}

.lp-footer__item {
    margin: 0;
}

.lp-footer__link {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    color: #171e32;
}

.lp-footer__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #171e32;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.25s ease;
}

.lp-footer__link:hover::after,
.lp-footer__link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.lp-footer__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
}

.lp-footer__tel {
    display: flex;
    width: 260px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    border: 1px solid #171e32;
    gap: 12px;
    box-sizing: border-box;
    text-decoration: none;
    color: #171e32;
}

#contents .lp-footer__tel-label,
.lp-footer__tel-num {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #171e32;
}

.lp-footer__contact {
    display: flex;
    height: 69px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 20px 20px 20px 80px;
    border: 1px solid #171e32;
    box-sizing: border-box;
    text-decoration: none;
    color: #171e32;
    background-color: #ffffff;
}

.lp-footer__contact-text {
    display: block;
    width: 107px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: #171e32;
}

/* concept */
.lp-footer__contact-icon-wrap {
    --footer-cta-icon-slide-x: 35px;
    --footer-cta-icon-slide-y: 34px;

    position: relative;
    width: 15px;
    height: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

.lp-footer__contact-icon-track {
    position: relative;
    display: block;
    width: 15px;
    height: 14px;
    transform: translate(0, 0);
    transition: transform 0.25s ease;
}

.lp-footer__contact:hover .lp-footer__contact-icon-track,
.lp-footer__contact:focus-visible .lp-footer__contact-icon-track {
    transform: translate(var(--footer-cta-icon-slide-x), calc(-1 * var(--footer-cta-icon-slide-y)));
}

.lp-footer__contact-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: auto;
    object-fit: contain;
}

.lp-footer__contact-icon-track .lp-footer__contact-icon:nth-child(2) {
    left: calc(-1 * var(--footer-cta-icon-slide-x));
    top: var(--footer-cta-icon-slide-y);
}

.lp-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding-top: 20px;
    border-top: 1px solid #000000;
    box-sizing: border-box;
}

.lp-footer__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.448;
    text-align: center;
    color: #171e32;
}

.lp-float {
    position: fixed;
	top: -120px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    width: 140px;
    height: 130px;
}

.lp-float__link {
    position: relative;
    display: block;
    line-height: 0;
}

.lp-float__img {
    display: block;
    width: 130px;
    height: 130px;
    transition: opacity 0.25s ease;
}

.lp-float__img--hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.lp-float__link:hover .lp-float__img--hover,
.lp-float__link:focus-visible .lp-float__img--hover {
    opacity: 1;
}

.float_bnr_list{
	display: flex;
    flex-direction: column;
    gap: 10px;
}