@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#contents *{
	font-family: 'Zen Kaku Gothic New', 'Oswald', 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;
}


/*共通*/

#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%;
}

/*遺品整理のことでお困りではありませんか？*/

.worries_solution {
    background: url(../images/worries_solution_bg.webp) no-repeat center / cover;
    height: 1836px;
}

.worries {
    padding: 120px 0 156px;
}

.worries_inner {
    width: 1140px;
    margin: 0 auto;
}

.worries .title_wrap{
    gap: 1px;
}

.worries_highlight {
    color: #0049E5;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 4.6px;
}

.worries_content_wrap {
    background: #FFF;
    display: flex;
    justify-content: end;
    gap: 80px;
    margin-top: 33px;
}

.worries_list_wrap {
    padding: 40px 0;
}

.worries_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.worries_item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.worries_item_img_wrap {
    margin-top: 1px;
}

.worries_item_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.worries_content_img {
}

/*よろず不動産が様々なお困りを解決します！*/

.solution {
    padding: 120px 0 116px;
}
.solution_inner {
    width: 1140px;
    margin: 0 auto;
}

.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_headline {
    margin-top: 31px;
}

.solution_headline_txt {
    color: #1B1B1B;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
}

.solution_example_item_wrap {
    margin-top: 37px;
}

.solution_example_list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.solution_example_item {
}
.solution_example_img {
}
.solution_example_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);
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 20px 20px;
}

.otakiage_wrap {
    display: flex;
    background: #FFF;
    margin-top: 40px;
}

.otakiage_txt_wrap {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.otakiage_title_wrap {
    background: url(../images/soluton_ttl_bg.webp) no-repeat center / cover;
    width: 780px;
    height: 100px;
    padding: 15px 30px;
}
.otakiage_ttl {
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.otakiage_detail_txt_wrap {
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.otakiage_detail_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}

.otakiage_anotation_txt {
    color: #1B1B1B;
    font-family: "Zen Kaku Gothic New";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 19px;
    width: 703px;
    position: relative;
}
    .otakiage_anotation_txt::before{
        content: "※";
        position: absolute;
        top: -2px;
        left: 0;
        color: #1B1B1B;
        font-family: "Zen Kaku Gothic New";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.otakiage_img_wrap {
    width: 100%;
    height: 100%;
}
    .otakiage_img_wrap img{
        width: 360px;
    }

/*よくある質問*/

.fap {
    background: url(../images/faq_bg.webp) no-repeat center / cover;
    padding: 120px 0 92px;
}

.faq_inner {
    width: 1140px;
    margin: 0 auto;
}

.fap .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;
}

.faq_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;
}

#contents .fap .sub_ttl{
    color: #FFF;
    font-family: "Oswald";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.2px;
}

.faq_list_wrap {
    margin-top: 33px;
}

.faq_list {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.faq_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 29px;
}

.question {
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    padding-left: 38px;
    position: relative;
}
    .question::before{
        content: "Q";
        position: absolute;
        top: 1px;
        left: -3px;
        width: 30px;
        height: 30px;
        color: #FFF;
        font-family: "Zen Kaku Gothic New";
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        background: #EF7A00;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 3px;
    }

.answer {
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 39px;
}


	/*////////// お問い合わせ //////////*/
.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;
}