@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#contents *{
	font-family: 'Zen Kaku Gothic New', 'Oswald', 'Poppins', sans-serif;
}

/*///////////////////// font-face 読み込み ///////////////////////////*/


@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url(/fonts/Oswald-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(/fonts/Poppins-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

/*///////////////////// font-face 読み込み ///////////////////////////*/


/*共通*/

#contents{
    width: 100%;
    padding: 0;
}
.l-main{
    padding: 0;
    width: 100%;
}

.title_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 7px;
}

.main_ttl {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 4.6px;
}

#contents .sub_ttl {
    color: #1B1B1B;
    font-family: "Oswald";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.2px;
}
/*メインビュー*/

.mv img{
    width: 100%;
    height: 100%;
}

/*あなたの大切な物件、しっかり掲載されていますか？*/

.listing_solution {
    background: url(../images/sale_flow_bg.webp) no-repeat center / cover;
    padding: 120px 0 120px;
    height: 1624px;
}
.listing_solution_inner {
    width: 1140px;
    margin: 0 auto;
}

.listing{
    padding-bottom: 303px;
}

.listing .main_ttl{
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 4.6px;
}

#contents .listing .sub_ttl{
    color: #FFF;
    font-family: "Oswald";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.2px;
}

.linting_highlight {
    color: #FF9500;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 4.6px;
}

.listing_list_wrap {
    margin-top: 34px;
}

.listing_list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.listing_item_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    width: 270px;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 20px 20px;
    text-align: center;
}

/*当社では掲載にあたり様々な工夫をしております！*/

.solution_highlight {
    color: #0049E5;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 4.6px;
}

.solution_list_wrap {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-top: 33px;
}

.solution_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 15px;
}

.solution_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
}

#contents .solution_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}


/*あなたの売却中物件、こんなお悩みありませんか？*/

.worries {
    background: url(../images/worries_bg.webp) no-repeat center / cover;
    padding: 120px 0 120px;
}

.worries_inner {
    width: 1140px;
    margin: 0 auto;
}

.worries_highlight {
    color: #0049E5;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 4.6px;
}

.worries_list_wrap {
    margin-top: 34px;
}

.worries_list_ttl_wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #011F59;
    height: 74px;
    padding: 0 20px;
}

.worries_list_ttl_headline {
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    background: #0049E5;
    width: 244px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px 4px 10px;
}

.worries_list_ttl {
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.worries_list_ttl_highlight {
    color: #FF9500;
    font-family: "Zen Kaku Gothic New";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}
.infomation_wrap {
    border-bottom: solid 1px #B2B2B2;
    padding-bottom: 32px;
}

.worries_detail_ttl {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
}

.worries_detail_ttl_highlight {
    color: #0049E5;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
}

.worries_list_container{
    padding: 38px 40px 30px 40px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}
    .worries_list_container::after{
        content: "";
        position: absolute;
        bottom: -81px;
        right: 0;
        width: 1140px;
        height: 81px;
        background: url(../images/triangle.webp) no-repeat center / cover;
    }
    
.worries_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.worries_item_inner {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 481px;
}

.worries_detail_ttl_wrap{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.worries_item_img {
    padding-top: 3px;
}
.worries_item_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.photo_wrap {
    border-bottom: solid 1px #B2B2B2;
    padding: 28px 0 32px;
}

.content_wrap {
    padding-top: 28px;
}

.check_messages_wrap {
    margin-top: 43px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.confirmation_wrap {
    background: rgba(255, 239, 59, 0.08);
    padding: 30px 26px 30px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 525px;
}

.check_messages_title_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

[class*="check_messages_sub_ttl--"] {
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
    .check_messages_sub_ttl--confirmation{
        color: #EF7A00;
    }
    .check_messages_sub_ttl--caution{
        color: #EF3800;
    }
    
[class*="check_messages_ttl--"] {
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    background: #FFF;
    padding: 5px;
}
    .check_messages_ttl--confirmation{
        color: #EF7A00;
    }
    .check_messages_ttl--caution{
        color: #EF3800;
    }

.check_messages_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.caution_wrap {
    background: #FEF1EB;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 525px;
}

.worries_messages_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 123px;
}

.worries_main_message {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3.3px;
    margin-bottom: 17px;
}

.worries_main_message_highlight {
    color: #FF9500;
    font-family: "Zen Kaku Gothic New";
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 5.1px;
    width: 355px;
    height: 68px;
    background: #FFF;
    display: ruby;
    margin: 0 8px 0 8px;
    padding: 0 10px 0 10px;
}

.worries_message {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.worries_message_highlight {
    color: #EF7A00;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}


	/*////////// お問い合わせ //////////*/
.cnt__wrap--top-contact {
    padding-block: 67px 99px;
    background: url(/images/top/top-contact_bg.webp) no-repeat center / cover;
}
    .top-contact__box {
        display: flex;
        justify-content: space-between;
        margin-top: 33px;
    }
        .cnt__ttl--top-contact,
        .cnt__en-ttl--top-contact {
            text-align: left;
        }
        .cnt__property-ttl--top-contact {
            color: #FB5901;
        }
        .top-contact__list {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
            .top-contact__item {
                display: flex;
                align-items: center;
            }
            .top-contact__item:first-of-type {
                padding-bottom: 40px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.33);
            }
                .top-contact__img {
                    width: 50px;
                    height: 50px;
                }
                    .top-contact__img img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                .top-contact__txtbox {
                    display: flex;
                    flex-direction: column;
                    gap: 2px;
                    margin-left: 21px;
                    width: 384px;
                }
                    .top-contact__ttl {
                        font-size: 25px;
                        font-weight: 500;
                        color: #fff;
                    }
                    .top-contact__txt {
                        font-size: 16px;
                        font-weight: 500;
                        color: #fff;
                    }
                .more__bt--satei,
                .more__bt--contact {
                    margin-left: 18px;
                }

				.cnt__inner--top-contact{
					width: 1140px;
					margin: 0 auto;
				}
				.cnt__ttl--top-contact{
					text-align: left;
					color: #FFF;
					font-family: "Zen Kaku Gothic New";
					font-size: 46px;
					font-style: normal;
					font-weight: 700;
					line-height: 1.0;
					letter-spacing: 4.6px;
				}
				[class*="more__bt"] a {
					display: block;
					width: 288px;
					height: 60px;
					position: relative;
				}
				[class*="more__bt"] a {
    				transition: .4s;
				}
				
				.more__txtbox {
					display: flex;
					align-items: center;
					justify-content: space-between;
					width: 100%;
					padding-inline: 28px 25px;
					position: absolute;
					top: 20px;
					left: 0;
					z-index: 1;
				}

				.more-bg-icon {
					filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
					color: #FFF;
				}
				#contents .cnt__en-ttl--top-contact{
					color: #FFF;
					font-family: "Oswald";
					font-size: 22px;
					font-style: normal;
					font-weight: 500;
					line-height: normal;
					letter-spacing: 2.2px;
				}
				.more__txt{
					color: #1B1B1B;
					font-family: "Zen Kaku Gothic New";
					font-size: 16px;
					font-style: normal;
					font-weight: 500;
					line-height: normal;
				}

.more__bt--satei a:hover .more-bg-icon, .more__bt--contact a:hover .more-bg-icon {
    color: #FFD65A;
}