body {
    margin: 0 0 0 0;
}

/* ↓タイトル↓ */
.title_bar {
    position: relative;
    margin-bottom: 6.5%;
}

.title_bar img {
    width: 100%;
}

.title_bar_business {
    position: absolute;
    top: 25%; /* 垂直方向に中央揃え */
    left: 50%; /* 水平方向に中央揃え */
    transform: translate(-50%, -50%); /* 中央に位置調整 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_en {
    margin-bottom: 5px; /* 適宜マージンを調整 */
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 0.7vw, 14px);
    letter-spacing: 7px;
    color: #fff;
}

.underline {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(28px, 1.6vw, 32px);
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.underline:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /* 下線の上下位置調整 */
    display: inline-block;
    width: 36px; /* 下線の幅 */
    height: 3px; /* 下線の太さ */
    transform: translateX(-50%); /* 位置調整 */
    background-color: #fff; /* 下線の色 */
}

.business_head {
    position: absolute;
    top: 50%; /* 垂直方向に中央揃え */
    margin: 0 22%;
}

.head_01 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(30px, 1.8vw, 36px);
    color: #fff;
}

.p_01 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 0.8vw, 17px);
    color: #fff;
}

/* PC用のスタイル */
@media screen and (min-width: 769px) {
    .title_img_PC {
        display: block; /* MV_text_areaを表示 */
    }

    .title_img_SP {
        display: none; /* mobile_text_areaを非表示 */
    }

    .accordion {
        display: none;
    }
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
    .title_img_PC {
        display: none; /* MV_text_areaを非表示 */
    }

    .title_img_SP {
        display: block; /* mobile_text_areaを表示 */
    }

    .business_head {
        position: absolute;
        top: 45% !important;
        margin: 0 !important;
        padding: 0 10%;
    }

    .head_01 {
        text-align: center;
    }

    .p_01 {
        line-height: 1.8rem;
    }

    .accordion {
        display: block;
    }
}
/* ↑タイトル↑ */


/* ↓不動産売買↓ */
.business01_area_PC {
    margin: 0 22% 8%;
    display: flex;
    justify-content: center;
    gap: 19%;
}

.business01_left {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
    width: 50%;
}

.business01_right {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
    width: 50%;
}

.head_sub_01 {
    margin: 0 auto 8%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(22px, 1.25vw, 24px);
    border-bottom: solid 3px #b3a07c;
    width: fit-content;
}

.p_sub_01 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5rem;
}

.p_sub_02 {
    margin-bottom: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5rem;
}

.business01_area_PC img{
    margin-top: 20%;
}

/* ↓アコーディオン↓ */
.accordion_b {
    margin: 40px 0 80px 0;
}

.toggle02 {
    display: none;
}

.Label02 {
    margin: 0 16px;
    padding: 0 24px;
    display: block;
}

.Label02::before{     /*タイトル横の矢印*/
    content:"";
    width: 6px;
    height: 6px;
    border-top: 2px solid #1e1e1e;
    border-right: 2px solid #1e1e1e;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}

.Label02,.accordion_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.toggle02:checked + .Label02 {  /* 開閉時のラベル */
    border-bottom: none;
}

.toggle02:checked + .Label02::before {
    transform: rotate(-45deg) !important;
}

.SP_head_sub_01 {
    padding-bottom: 8px;
    width: fit-content;
    color: #1e1e1e;
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    border-bottom: solid 2px #b3a07c;
}

.accordion_content {
    height: 0;
    padding: 0px 40px !important;
    overflow: hidden;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5rem;
    border-bottom: solid 1px #dcdcdc;
}

.accordion_content img {
    margin-bottom: 24px;
    width: 100%;
}

.SP_p_sub_01 {
    margin: 24px 0 40px 0;
}

.toggle02:checked + .Label02 + .accordion_content { /*開閉時*/
    height: auto;
    padding:20px ;
    transition: all .3s;
}

.toggle02:checked + .Label02::before {
    transform: rotate(-45deg) !important;
}
/* ↑アコーディオン↑ */

/* PC用のスタイル */
@media screen and (min-width: 769px) {
    .accordion_b {
        display: none;
    }
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
    .business01_area_PC {
        display: none;
    }

    .accordion_b {
        display: block;
    }
}
/* ↑不動産売買↑ */


/* ↓不動産仲介↓ */
.business02_title_PC {
    position: relative;
    margin-bottom: 6.5%;
}

.business02_title_PC img {
    width: 100%;
}

.business02_head {
    position: absolute;
    top: 20%; /* 垂直方向に中央揃え */
    margin: 0 22%;
}

.head_02 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(30px, 1.8vw, 36px);
    color: #fff;
}

.p_02 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 0.8vw, 17px);
    color: #fff;
    line-height: 2rem;
}

.business02_content {
    margin: 0 22% 8%;
    display: flex;
    gap: 12%
}

.head_sub_03 {
    margin: 0 auto 14%;
    padding-bottom: 4%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(22px, 1vw, 20px);
    border-bottom: solid 3px #b3a07c;
    width: fit-content;
}

.head_sub_02 {
    margin: 0 auto 14%;
    padding-bottom: 4%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(22px, 1vw, 20px);
    border-bottom: solid 3px #b3a07c;
    width: fit-content;
}

.p_sub_07 {
    padding: 0 5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7rem;
}

.p_sub_03 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7rem;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
    .business02_content {
        display: none;
    }

    .business02_head {
        position: absolute;
        top: 9%; /* 垂直方向に中央揃え */
        margin: 0 10%;
    }

    .head_02 {
		text-align: center;
	}
}
/* ↑不動産仲介↑ */



/* ↓事業03,04↓ */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card_a {
    width: calc(50%);
    box-sizing: border-box;
}

@media (min-width: 375px) {
    .card_a {
        width: calc(100%);
    }
}

@media (min-width: 1400px) {
    .card_a {
        width: calc(50%);
    }
}

.card_content01 {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 66%;
    transform: translate(-50%, -50%); /* 中央に位置調整 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_content02 {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%); /* 中央に位置調整 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head_03 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(30px, 1.8vw, 36px);
    color: #fff;
}

.p_sub_04 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.9vw, 18px);
    color: #fff;
    line-height: 2.3rem;
}

.p_sub_05 {
    margin-bottom: 3.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.9vw, 18px);
    color: #fff;
    line-height: 2.3rem;
}

.business_card_01 {
    position: relative;
}

.business_card_02 {
    position: relative;
}

.card img {
    width: 100%;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 1399px) {
    .card_content01 {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 中央に位置調整 */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card_content02 {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 中央に位置調整 */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .card_content01 {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 中央に位置調整 */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .card_content02 {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 中央に位置調整 */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* ↑事業03,04↑ */


/* ↓強み↓ */
.vision_area {
    padding: 6% 0;
    background-color: #243041;
}

.vision_h3 {
    margin: 0 auto 3%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(28px, 1.6vw, 32px);
    color: #fff;
    width: fit-content;
    letter-spacing: 0.1rem;

}

.vision_content {
    margin: 0 22%;
    display: flex;
    gap: 7%;
}

h4 {
    margin: 0;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(24px, 2vw, 40px);
    color: #fff;
    letter-spacing: 0.1rem;
}

.vision_p_01 {
    margin-bottom: 3.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1.7rem;
}

.vision_p_02 {
    margin-bottom: 3.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1.7rem;
}

.vision_p_03 {
    margin-bottom: 3.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1.7rem;
}

@media screen and (max-width: 999px) {
    .vision_area {
        padding: 15% 0 10%;
        background-color: #243041;
    }

    .vision_content {
        margin: 0 22%;
        display: block;
    }

    .vision_h3 {
        margin: 0 auto 10%;
    
    }
}

@media screen and (max-width: 768px) {
    .vision_area {
        padding: 20% 0 15%;
        background-color: #243041;
    }

    .vision_content {
        margin: 0 10%;
        display: block;
    }

    .vision_h3 {
        margin: 0 auto 15%;
    
    }
}
/* ↑強み↑ */