@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #37a7ca;
    --subColor: #F5FF00;
    --pickupColor: #E56C56; 
    --darkColor: #005A76;
    --navColor: #166EA6;
    --bgColorlight: #f5f5f5;
    --bgColordark: #EBE1D3;
    --lightColor: #FFF8EC;
    --txtColor: #000;
    --linkColor: #000;
    --borderColor: #E3E3E3;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 80px;
    --gaps: 40px;
    --gap_sp: 30px;
    --sectionPadding: 100px;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1200px;
    --innerWidth: 1000px;
}
body {
    width: 100%;
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    text-align: justify;
}
.font_eng {
   font-family: "Roboto", sans-serif;
}
p {
    line-height: 1.8;
}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_bolder {
    font-weight: 900;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
.br-500 {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
    text-decoration: none;
}
a:hover {
    color: #999999;
    text-decoration: underline;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.cf::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_blue {
    color: var(--mainColor);
}
.p_pink {
    color: var(--pickupColor);
}
.p_white {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}


.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.mt_10 {
    margin-top: 1rem;
}
.mt_20 {
    margin-top: 2rem;
}
.mt_30 {
    margin-top: 3rem;
}
.mt_40 {
    margin-top: 4rem;
}
.mt_50 {
    margin-top: 5rem;
}
.mt_100 {
    margin-top: 10rem;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 1rem;
}
.mb_20 {
    margin-bottom: 2rem;
}
.mb_30 {
    margin-bottom: 3rem;
}
.mb_40 {
    margin-bottom: 3rem;
}
.mb_50 {
    margin-bottom: 5rem;
}
.mb_100 {
    margin-bottom: 10rem;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 200%;
}
.p35 {
    font-size: 35px;
    line-height: 200%;
}
.p38 {
    font-size: 38px;
    line-height: 200%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.sec_padding_s {
    padding-top: calc(var(--sectionPadding) / 2);
    padding-bottom: calc(var(--sectionPadding) / 2);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--bgColordark);
}
.bg_white {
    background-color: #fff;
}

@media screen and (max-width: 1099px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 850px) {
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20 , .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 , .p24 , .p22 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 {
        font-size: 20px;
    }
    .p35 , .p40  {
        font-size: 24px;
    }
    .p38 , .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30 , .mb_20 {
        margin-bottom: 10px;
    }
    .mb_100{
        margin-bottom: 50px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    color: #fff;
    transition: 0.4s;
}
#header .w_wrap {
    padding: 10px 20px;
}
#header h1 {
    float: left;
}
#gnav {
    float: right;
    padding-top: 20px;
}
#gnav a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
#gnav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 0;
}
#header.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(67,131,228,0.8) !important;
}
#header.on h1 img {
    width: 30px;
    height: auto;
}
#mv {
    position: relative;
    width: 100%;
    height: 100svh;
    max-height: 1080px;
    background-image: url(../img/mv_bg_blue.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}
#mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mv_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 2s ease;
    z-index: 0;
}
#mv.show-bg::before {
    opacity: 1;
}
#mv h1, #mv h2 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    transition: opacity 2s ease;
    z-index: 1;
}
#mv h1.show {
    opacity: 1;
}
#mv h2.show {
    opacity: 1;
}

.content_01 {
    display: flex;
    width: 100%;
    align-items: center;
}
.content_01 .txt , .content_01 .img {
   width: 50%; 
}
.content_01 .txt {
    display: flex;
    justify-content: center;
}
.content_01 .txt div {
    margin: 0 auto;
}
.content_01 .img {
    line-height: 0;
}
.h2_eng {
    font-size: 60px;
    margin-bottom: 20px;
}
.flex_right {
    flex-direction: row-reverse;
}
.content_02 div {
    display: flex;
    justify-content: center;    
}
.content_01 , .content_02 {
    padding-top: 100px;
    position: relative;
}
.content_02 {
    padding-bottom: 200px;
}
.content_03 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100svh;
    max-height: 1080px;
    background-image: url(../img/bg_03_re.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.content_03 h2 span {
    display: block;
}
.content_03 h2 span.p50 {
    letter-spacing: 0.3em;
}
.content_03 h2 span.p24 {
    font-weight: normal;
}
.flx_03 {
    display: flex;
    gap: 60px;
    width: 100%;
    list-style: none;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flx_03 li {
    width: calc((100% - 120px) / 3);
}
.h2_small {
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.3em;
}
.flx_03 .img {
    margin-bottom: 10px;
}
.flx_03 .title {
    font-weight: 500;
}
.btn_more {
    margin-top: 50px;
    text-align: right;
}
.dl_news dd{
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.dl_news dd a {
    text-decoration: none;
}
.content_04 {
    display: flex;
    gap: 100px;
    align-items:stretch
}
.content_04 section {
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
}
.dl_colum div {
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.content_04 .btn_more {
    margin-top: auto;
}
.ul_colum li {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ul_colum li .img {
    width: 240px;
}
.ul_colum li .txt {
    width: calc(100% - 260px);
}
.dl_news , .ul_colum {
    margin-bottom: 50px;
}
.h2_big {
    font-size: 110px;
    line-height: 100%;
}
.bg_stripe {
    background-image: url(../img/bg_04.png);
    background-repeat: repeat;
}
.ul_works {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
}
.ul_works li {
    width: 50%;
}
.ul_works .title {
    margin-top: 10px;
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.ul_design {
    list-style: none;
    width: 100%;
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
}
.ul_design li {
    width: calc((100% - 100px) / 3);
    position: relative;
    z-index: 1;
}

.ul_design .img {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    line-height: 0;
}
.ul_design img {
    height: auto;
    transition: transform .3s ease;/* ゆっくり変化させる */
    width: 100%;
}
.ul_design .img:hover img {
    transform: scale(1.1);/* 拡大 */
    opacity: 1.0;
}
.ul_design .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* 上の要素がホバーを邪魔しないように */
}
.flx_bn_02 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    gap: 50px;
    justify-content: center;
}
.flx_bn_02 li {
    width: calc(50% - 25px);
}
.foot_contact {
    background-color: #014D7D;
    color: #fff;
}
.ul_foot_contact {
    width: 100%;
    display: flex;
    gap: 20px;
    list-style: none;
}
.ul_foot_contact li {
    width: calc((100% - 40px) / 3);

}
.ul_foot_contact li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-decoration: none;
    padding: 20px;
}
.ul_foot_contact li img {
    margin-right: 20px;
}
.bg_00 , .bg_01 , .bg_02 {
    position: relative;
    z-index: 2;
}
.bg_03 {
    position: relative;
    z-index:  1;
}
.bg_00::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg_01.png);
    background-size: cover;
    width: 65%;
    height: 220px;
}
.bg_01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 50px;
    background-image: url(../img/bg_01.png);
    background-size: cover;
    width: 65%;
    height: calc(100% - 50px);
}
.bg_02::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -50px;
    background-image: url(../img/img_03.jpg);
    background-size: cover;
    width: 30%;
    max-width: 529px;
    height: calc(100% + 150px);
    margin-top: -150px;
}
.bg_03::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 100%;
    margin-bottom: -300px;
    background-image: url(../img/img_04.jpg);
    background-size: cover;
    width: 40%;
    max-width: 628px;
    height: 419px;
}
.foot_white {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.foot_white .right {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.foot_white .right ul {
    list-style: none;
}
.foot_white .right a {
    text-decoration: none;
}
.foot_white .right a:hover {
    text-decoration: underline;
}
#footer {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
#main.sub {
    position: relative;
    z-index: 1;
}
#main.sub::before {
    content: "";
    display: block;
    z-index: -1;
    background-image: url(../img/bg_sub.jpg);
    background-position: center center;
    background-size: cover;
    width: 100svw;
    height: 100lvh;
    position: fixed;
    left: 0;
    top: 0;
}
#header.sub {
    background-color: #4383E4;
}
#headr.sub.on {
    background-color: rgba(67,131,228,0.8) !important;
}
.h2_sub {
    text-align: center;
    margin-top: 150px;
    padding: 50px 0;
}
.h2_sub span {
    display: block;
}
.wrap_right {
    margin-right: 0;
    margin-left: calc((100% - var(--contentWidth)) / 2);
    background-color: rgba(255,255,255,0.9);
    padding-top: 50px;
    padding-bottom: 100px;
    border-top-left-radius: 100px;
    position: relative;
}
.wrap_right .wrap {
    margin-left: 100px;
    margin-right: auto;
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pankuzu a {
    color: #166EA6;
    text-decoration: none;
}
.pankuzu span {
    margin: 0 10px;
}
.flx_event {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    width: 100%;
}
.flx_event a {
    text-decoration: none;
}
.flx_event li {
    display: flex;
    width: 100%;
    gap: 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}
.pagenavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style: none;
}
.pagenavi li {
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--navColor);
}
.pagenavi li.link a , .pagenavi li.link span {
    display: block;
    text-decoration: none;
    border: 1px solid var(--navColor);
}
.pagenavi li.link a {
    background-color: var(--navColor);
    color: #fff;
}
.sideber {
    position: absolute;
    z-index: 7;
    right: 50px;
    top: 0;
    width: 200px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sideber ul {
    list-style: none;
}
.sideber ul a {
    text-decoration: none;
}
.privacy_list , .event_single {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: justify;
    width: 100%;
}
.privacy_list ol , .privacy_list ul {
    margin-left: 20px;
}
.privacy_list ul li {
    list-style: none;
    position: relative;
}
.privacy_list ul li::before {
    content: "・";
    margin-left: -20px;
    position: absolute;
    left: 0;
    top: 0;
}
.privacy_list .margin_left {
    margin-left: 20px;
}
.no_gap {
    margin-top: -30px;
}
.event_single {
    border-top: 1px solid #707070;
    padding-top: 30px;
}
.policy_wrap {
    background-color: rgba(255,255,255,0.8);
    padding: 100px 0; 
}
.h2_policy {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.h2_policy::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -15px;
}
.policy_no {
    font-size: 100px;
    text-align: center;
    line-height: 100%;
}

.flx_policy {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    width: 100%;
}
.flx_policy li {
    display: flex;
    width: 100%;
    gap: 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}
.flx_policy .img {
    width: 250px;
}
.flx_policy .txt {
    width: calc(100% - 280px);
}
.wrap_border {
    border: 1px solid #707070;  
    max-width: 700px;
    padding: 30px 50px;
    margin: 0 auto;
    background-color: #fff;
}
.policy_icon {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
}
.policy_icon .img {
    line-height: 0;
    padding: 5px 0;
}
.policy_icon li {
    width: calc((100% - 100px) / 3);
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
}
.btn_normal {
    display: flex;
    justify-content: center;
}
.btn_normal a {
    background-color: var(--navColor);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid var(--navColor);
}
.btn_normal a:hover {
    background-color: #fff;
    color: var(--navColor);
    opacity: 1.0;
}
.h2_blue {
    color: var(--navColor);
    text-align: center;
    margin-bottom: 30px;
}
.flx_design {
    display: flex;
    width: 100%;
    gap: 30px 20px;
    flex-wrap: wrap;
    list-style: none;
}
.flx_design li {
    width: calc((100% - 40px) / 3);
}
.flx_design li img {
    max-width: 100%;
}
.flx_design a {
    color: var(--navColor);
    text-decoration: none;
}
.flx_img_left {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
    list-style: none;
    align-items: flex-start;
}
.flx_img_left .img {
    width: calc(45% - 25px);
}
.flx_img_left .txt {
    width: calc(55% - 25px);
}
.border_top {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #707070;  
}
.flx_voice {
    display: flex;
    flex-direction: column;
    gap: 50px;
    list-style: none;
    width: 100%;
}
.flx_voice li {
    display: flex;
    width: 100%;
    gap: 20px;
	flex-direction: column;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}
.flx_voice li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.flx_voice .img {
    width: 100%;
	text-align: center;
	border: 1px solid #707070;
	padding: 40px 0;
}
.flx_voice img {
	max-width: 90%;
	height: auto;
}
.flx_voice .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flx_voice .bottom {
    margin-top: auto;
}
.flx_policy2 {
    display: flex;
    width: 100%;
    gap: 100px;
    flex-wrap: wrap;
    list-style: none;
    align-items: flex-start;
    text-align: justify;
}
.flx_policy2 li {
    display: flex;
    width: 100%;
    gap: 50px;
}
.flx_policy2 .img {
    width: calc(45% - 25px);
    position: relative;
    z-index: 1;
}
.flx_policy2 img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.flx_policy2 .no {
    display: block;
    font-size: 100px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    margin-top: -30px;
    margin-right: -70px;
    line-height: 100%;
}
.flx_policy2 .txt {
    width: calc(55% - 25px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 70px;
}
@media screen and (max-width: 1000px) {

}
/* 0325追加 */
.content_03 h2{
    color: #fff;
}
#right_nav{
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 50;
}
#right_nav a{
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #fff;
}
#right_nav ul{
    list-style: none;
}
#right_nav li{
margin-bottom: 2px;
}
.method_container{
    position: relative;
    display: inline-block;
}
.method_container .method_overlay{
    position: absolute;
    right: -50px;
    bottom: -50px;
}
.h3_flow{
    line-height: 2;
    border: 1px solid #000;
    margin-bottom: 30px;
    margin-top: 30px;
}
.flow04_flex{
    display: flex;
    align-items: stretch;
    gap: 50px;
    flex-wrap: wrap;
}
.flow04_flex div{
    width: calc(50% - 25px);
}
/* 0408追加 */
.reform_container{
    padding-bottom: 70px;
}
.h3_reform{
    color: var(--navColor);
}
.ul_reform_01{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    color: var(--navColor);
}
.ul_reform_01 li{
    width: calc(50% - 10px);
    border: #166EA6 1px solid;
    text-align: center;
    padding: 10px 20px;
    background-color: #fff;
}
.ul_reform_01 li:last-child{
    width: 100%;
}
.ul_reform_01.ul_reform_02 li{
    width: calc((100% - 40px) / 3);
}
.h2_reform_menu{
    padding-bottom: 50px;
    border-bottom: 1px solid #707070;

}
/* 0409追加 */
.ul_real-estate{
    display: flex;
    flex-wrap: wrap;
    gap: 100px 40px;
    list-style: none;
}
.ul_real-estate li{
    width: calc(50% - 25px);
    height: auto;
}
.ul_real-estate a{
    width: 100%;
    text-align: center;
}
.search_tab{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.search_tab p{
    width: 200px;
    height: auto;
    text-align: center;
}
.search_tab a{
    width: 100%;
}
.ul_reform-menu_gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 50px 30px;
    list-style: none;
    align-items: stretch;
}
.ul_reform-menu_gallery li{
    width: calc((100% - 60px) / 3);
    height: auto;
    display: flex;
    flex-direction: column;
}
.ul_reform-menu_gallery .img{
    width: 100%;
    height: auto;
}
.ul_reform-menu_gallery .btn_normal{
    margin-top: auto;
}
.ul_reform-menu_gallery a{
    width: 100%;
    height: auto;
}
.ul_reform_btn{
    display: flex;
    list-style: none;
    gap: 15px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    justify-content: center;
}
.ul_reform_btn li:hover{
    opacity: 0.8;
}
.ul_reform_btn li:first-child , .ul_reform_btn li:last-child{
    padding: 0 ;
}
.ul_reform_btn a{
    color: #FFF;
    text-decoration: none;
    padding: 0 10px;
    width: 100%;
}
.ul_reform_btn li:not(:first-child):not(:last-child) {
background-color: var(--navColor);
}
.ul_reform_gallery_detail_01.grey_box{
    width: 100%;
    height: 750px;
    background-color: #C9C9C9;
}
.ul_reform_gallery_detail_01{
    list-style: none;
}
.ul_reform_gallery_detail_02{
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ul_reform_gallery_detail_02 li{
    height: auto;
    width: calc((100% - 20px)/3);
}
.ul_reform_btn.reform_gallery_detail_btn li:nth-child(2){
    padding: 0 30px;
    font-size: 16px;
}
.ul_reform_gallery_detail_03 .div_grey_box{
    width: 100%;
    height: auto;
}
.flx_img_left.flx_about_img_left{
    gap: 10px;
    align-items: center;
}
.flx_img_left.flx_about_img_left .img{
    width: 100px;
}
.flx_img_left.flx_about_img_left .txt{
    width: calc(100% - 110px)
}
.about_profile_boder{
    border-bottom: #000 1px solid;
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
}
.about_profile_img .img{
    text-align: center;
}
.table_about_profile{
    font-size: 18px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 20px;   
}
.table_about_profile dl{ 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: first baseline;
    line-height: 1.8;
}
.table_about_profile dt{
    background-color: #000;
    color: #fff;
    font-weight: 300;
    width: 180px;
    padding-left: 10px;
}
.table_about_profile dd{
    width: calc(100% - 180px - 20px);
    padding-left: 10px;
}
.table_about_profile a{
    text-decoration: none;
}
.h2_small {
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.3em;
    position: relative;
}
.h2_small::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 5px;
    background-color: #000;
    bottom: -3px;
    left: 0;
}
@media screen and (max-width: 1250px) {
    .bg_02::after {
        position: relative;
        right: auto;
        bottom: auto;
        width: 60%;
        max-width: 529px;
        aspect-ratio: 1 / 1.5;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .bg_03::after {
        aspect-ratio: 4 / 3;
    left: 0;
    top: 0;
    bottom: auto;
    margin-bottom: auto;
    width: 60%;
    margin-top: -100px;
    height: auto;
    }
}
@media screen and (min-width: 799px) {
    .drawer__button , .drawer__nav {
        display: none;
    }
}

@media screen and (max-width: 798px) {
    #gnav , .foot_white .right {
        display: none;
    }
    #header {
        pointer-events: none;
        position: absolute;
    }
    #header a {
        pointer-events: auto;
        
    }
    .content_01 {
        flex-direction: column;
        gap: 50px;
    }
    .content_01 .img {
        width: 100% !important;
    }
    .content_01 .txt {
        width: calc(100% - 40px);
    }
    .content_01, .content_02 {
        padding-top: 50px;
    }
    .content_02 {
        padding-bottom: 150px;
    }
    .flx_03 {
        flex-direction: column;
        gap: 30px;
    }
    .flx_03 li {
        width: 100%;
    }
    .h2_small {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .sec_padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .btn_more {
        margin-top: 30px;
    }
    .content_04 {
        flex-direction: column;
        gap: 50px;
    }
    .content_04 section {
        width: 100%;
    }
    .ul_colum li {
        flex-direction: column;
    }
    .ul_colum li .img {
        margin-left: auto;
        margin-right: auto;
    }
    .ul_colum li .txt {
        width: 100%;
    }
    .dl_news, .ul_colum {
        margin-bottom: 5px;
    }
    .h2_big , .h2_eng {
        font-size: 30px;
    }
    .mt_50 {
        margin-top: 30px;
    }
    .mb_50 {
        margin-bottom: 30px;
    }
    .flx_03 .img img , .ul_design .img {
        width: 100%;
    }
    .ul_design .img {
        max-width: 798px;
    }
    .ul_works li {
        width: 100%;
    }
    .ul_works , .flx_bn_02 {
        flex-direction: column;
        gap: 30px;
    }
    .flx_bn_02 li {
        width: 100%;
    }
    .ul_design li {
        width: calc((100% - 10px) / 2);
        flex-direction: column;
    }
    .ul_design {
        gap: 10px;
    }
    .ul_foot_contact , .foot_white {
        flex-direction: column;
    }
    .ul_foot_contact li {
        width: 100%;
    }
    .foot_white div {
        width: 100%;
        text-align: center;
    }
    .foot_white p {
        font-size: 10px;
    } 
    .content_02.bg_02 p {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    #header h1 img {
        width: 35px;
    }
    #header.on h1 img {
        width: 15px;
    }
    /* ハンバーガーボタンのデザイン */
.drawer__button {
    position: fixed;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    z-index: 99999; /* メニューを開いている時もクリックできるよう設定 */
  }
  
  /* ハンバーガーボタン内の3本線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    transform: translateX(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  /* 上・中・下の3本線の位置 */
  .drawer__button > span:nth-child(1) {
    top: calc(50% - 10px);
  }
  .drawer__button > span:nth-child(2) {
    top: 50%;
  }
  .drawer__button > span:nth-child(3) {
    top: calc(50% + 10px);
  }
  
  /* 展開時のアニメーション */
  .drawer__button.active > span:nth-child(1) {
    transform: translateX(-50%) rotate(45deg);
    top: 50%;
  }
  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }
  .drawer__button.active > span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
    top: 50%;
  }
  
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.3s ease;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden;
    z-index: 99995;
    background-color: rgba(67,131,228,1.0) !important;

  }
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }
  
  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    overflow: auto;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }
  .drawer_nav_wrap {
    display: flex;
    justify-content: center;
  }
  .drawer__nav__menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .drawer__nav__menu li {
	  padding: 10px;
	  color: #fff;
  }
	.drawer__nav__menu li.title {
		background-color: #fff;
		color: #000;
		margin-top: 10px;
	}
  .drawer__nav__menu a {
    color: #fff;
    text-decoration: none;
  }
	.drawer__nav__menu li.title a {
		color: #000;
	}
  .drawer__nav__menu a:hover {
  }
  
  .drawer__nav__link {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 1rem 2rem;
    border-bottom: solid 1px white;
  }
  
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  
  /* SNSアイコンリスト */
  .drawer__sns {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
    .ul_design li {
        width: 100%;
    }
}
/* 0421追加 */
.btn_normal.commercial_btn a{
    max-width: 500px;
    width: 100%;
    height: auto;
    text-align: center;
}
.youtube_modelhouse {
    width: 100%;
    aspect-ratio: 16/9;
    }
 .h2_modelhouse{
    line-height: 2;
    border: #707070 1px solid;
    font-weight: 300;
}
.dl_modelhouse{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.dl_modelhouse dt{
    width: 65px;
    padding: 0 5px;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl_modelhouse dd{
    width: calc(100% - 65px - 30px);
}
.about_map{
    width: 100%;
    height: 600px;
}
.about_profile_boder.about_profile{
    border: none;
}
.ul_model-house{
    display: flex;
    list-style: none;
    gap: 15px;
    font-size: 16px;
    justify-content: center;
}
.ul_model-house a{
    background-color: var(--navColor);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--navColor);
    padding: 5px 20px;
}
.ul_model-house a:hover{
    opacity: 0.8;
}
/* 0422追加 */
@media screen and (max-width: 798px) {
    .flx_policy2 li {
        display: block;
    }
    .flx_policy2 .img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .flx_policy2 .no {
        top: 100%;
        margin-right: 0;
    }
    .flx_policy2 .txt {
        width: 100%;
        display: block;
    }
    .method_container .method_overlay {
        right: -30px;
        bottom: -15px;
        width: 150px;
    }
    .flx_policy li {
        display: block;
    }
    .flx_policy .img {
        width: 100%;
    }
    .flx_policy .txt {
        width: 100%;
    }
    .policy_no {
        font-size: 50px;
    }
    .wrap_border {
        padding: 30px 30px;
    }
    .policy_icon {
        display: block;
    }
    .policy_icon li {
        width: 100%;
        margin-bottom: 30px;
    }
    .flx_img_left {
        display: block;
    }
    .flx_img_left .img {
        width: 100%;
    }
    .flx_img_left .txt {
        width: 100%;
    }
    .h3_flow{
        margin-bottom: 10px;
    }
    .flow04_flex {
        gap: 20px;
    }
    .flow04_flex div {
        width: 100%;
    }
    .btn_normal a {
        padding: 10px;
    }
    .ul_reform-menu_gallery {
        gap: 20px;
    }
    .ul_reform-menu_gallery li {
        width: 100%;
    }
    .ul_reform_gallery_detail_02 li {
        width: calc((100% - 10px) / 2);
    }
    .border_top {
        padding-top: 30px;
        margin-top: 30px;
    }
    .ul_reform_01 li {
        width: 100%;
    }
    .ul_reform_01.ul_reform_02 li {
        width:100%;
    }
    .table_about_profile {
        font-size: 16px;
    }
    .table_about_profile dt {
        width: 150px;
    }
    .table_about_profile dd {
        width: calc(100% - 150px - 20px);
    }
    .about_map {
        height: 400px;
    }
    .sideber {
        position: relative;
    }
    .wrap_right .wrap {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .sideber {
        right: auto;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
        gap: 15px;
    }
    .sideber_title{
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        padding: 5px 0;
    }
    .h2_sub {
        margin-top: 98px;
    }
    .wrap_right {
        border-top-left-radius: 30px;
    }
    .policy_wrap {
        padding: 70px 0;
    }
    .flx_policy2 {
        gap: 50px;
    }
}
@media screen and (max-width: 450px) {
    .method_container .method_overlay {
        width: 100px;
    }
    .ul_reform_gallery_detail_02 li {
        width: 100%;
    }
    .dl_modelhouse {
        gap: 10px;
    }
    .ul_reform_01.ul_reform_02 li {
        width: 100%;
    }
    .ul_real-estate {
        gap: 30px;
    }
    .ul_real-estate li {
        width: 100%;
    }
    .table_about_profile dt {
        width: 100%;
    }
    .table_about_profile dd {
        width: 100%;
    }
    .about_map {
        height: 300px;
    }
    .ul_reform_btn.reform_gallery_detail_btn li:nth-child(2) {
        padding: 0 15px;
    }
    .mb_100 {
        margin-bottom: 5rem;
    }
    .mt_100 {
        margin-top: 5rem;
    }
    .flx_policy2 .no {
        font-size: 16vw;
    }
    .flx_policy2 .txt {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1250px) {
    .wrap_right {
        margin-left: 20px;
    }
    .flx_event li {
        gap: 10px;
        flex-direction: column;
    }
    .flx_event img{
        width: 100%;
    }
}
/* 0425追加 */
.flx_bn_02 p{
    text-align: center;
}
.flx_bn_02 a{
    text-decoration: none;
}
/* 0426追加 */
@media screen and (max-width: 798px) {
    #right_nav {
        bottom: 0;
        z-index: 50;
        width: 100%;
    }
    #right_nav ul {
        list-style: none;
        display: flex;
        gap: 5px;
        justify-content: center;
    }
    #right_nav li {
        margin-bottom: 0px;
    }
    #right_nav img {
        width: auto;
        height: 100%;
        max-height: 50px;
    }
}
/* 0427追加 */
#reform{
    padding-top: 150px;
    margin-top: -150px;
}
#renovation{
    padding-top: 98px;
    margin-top: -98px;
}
.flex_modelhouse{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;

}
.flex_modelhouse div{
    width: calc(50% - 30px);
}
a.foot_contact_link {
	color: #fff !important;
	text-decoration: none;
}
a:hover.foot_contact_link {
	color: #999999 !important;
}
@media screen and (max-width: 798px) {
    .h2_reform_menu {
        padding-bottom: 30px;
    }
    #reform{
        padding-top: 0;
        margin-top: 0;
    }
    #renovation{
        padding-top: 0;
        margin-top: 0;
    }
    .flex_modelhouse {
        gap: 30px;
    }
    .flex_modelhouse div {
        width: 100%;
    }
	.search_tab .p16 {
		font-size: 12px;
		padding: 0;
	}
	.search_tab .p16 a {
		display: block;
		padding: 10px 0;
	}
}

.contact_wrap {
    background-color: #F8F8F8;
}
.form_wrap {
    border-top: 1px solid #707070;
    margin-top: var(--gap);
    padding-top: var(--gap);
}
.contact_link {
    color: var(--navColor);
}
.contact_link a {
    color: var(--navColor);
    text-decoration: none;
}
.contactform_dl {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contactform_dl dt {
    font-weight: bold;
}
.contactform_dl dd {
    margin-top: -20px;
}
.contactform_dl input , .contactform_dl textarea  {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 5px 20px;
}
.contactform_dl .dd_normal input , .contactform_dl .dd_normal textarea {
    width: 100%;
}
.contactform_dl .dd_check .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
}
.contact_btn {
    text-align: center;
}
.contact_btn input {
    color: #fff;
    font-size: 20px;
    background-color: var(--navColor);
    text-align: center;
    width: 275px;
    padding: 20px 0;
	margin: 10px;
}
.wpcf7-spinner {
	display: none !important;
}
@media screen and (max-width: 798px) {
    .form_wrap {
        margin-top: 30px;
        padding-top: 30px;
    }
}





/* form contact-confirm 2025.04.18
----------------------------------*/
dl.cont_confirm dd {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 5px 20px;
}
dl.cont_confirm dd:nth-of-type(5),
dl.cont_confirm dd:nth-of-type(6),
dl.cont_confirm dd:nth-of-type(7) {
    max-width: 500px;
}
dl.cont_confirm dd:nth-of-type(10) {
    background-color: transparent;
    border: 0;
    padding: 0;
}
dl.cont_confirm dd:last-child {
    height: 335px;
}

dl.reserve_entry select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
    background-color: initial;
    border-style: solid;
}
dl.reserve_entry dd:nth-of-type(2) {
    max-width: 414px;
}
dl.reserve_confirm dd {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 5px 20px;
}
dl.reserve_confirm dd:nth-of-type(5),
dl.reserve_confirm dd:nth-of-type(6),
dl.reserve_confirm dd:nth-of-type(7) {
    max-width: 500px;
}
dl.reserve_confirm dd:nth-of-type(1),
dl.reserve_confirm dd:nth-of-type(2),
dl.reserve_confirm dd:nth-of-type(3),
dl.reserve_confirm dd:nth-of-type(12) {
    background-color: transparent;
    border: 0;
    padding: 0;
}
dl.reserve_confirm dd:last-child {
    height: 335px;
}
/* グロナビドロップダウン */
#gnav .dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    padding: 10px 0;
    width: auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: #fff 2px solid;
    z-index: 1000;
    font-size: 13px;
  }
#gnav .dropdown {
    /* 既存のアニメーション用スタイルに加えて */
    display: block; /* 念のため明示 */
}

#gnav .dropdown ul {
    margin-bottom: 5px;
}
#gnav .dropdown li {
    display: block; /* ←これで縦並びに戻す */
    padding: 0;
    margin: 0;
}
/* ▼ ホバー時に表示 */
#gnav .link {
    position: relative;
}

#gnav .link:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-delay: 0s;
  }
  
#gnav .dropdown li a {
    padding: 20px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    display: block; /* ボックスを保つ */
    position: relative;
    background-color: transparent;
}
#gnav .dropdown li a span {
    position: relative;
    display: inline-block;
}

#gnav .dropdown li a span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #014D7D;
    transition: width 0.3s ease;
}
#gnav .dropdown li a:hover span::before {
    width: 100%;
}
/* 補助金紹介 */
.ul_housing-subsidy{
    list-style: none;
    text-align: center;
}
.ul_housing-subsidy li{
    display: inline-block;
}
/* ビフォーアフター */
.ul_before_after {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap; /* スマホ対応 */
    margin-bottom: 5rem;
  }
  .before, .after {
    width: calc(50% - 25px);
    text-align: center;
    position: relative;
  }
  .before::after {
    position: absolute;
    content: "Before";
    font-size: 26px;
    bottom: 5px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 2px 18px;
}
.after::after {
    position: absolute;
    content: "After";
    font-size: 26px;
    bottom: 5px;
    left: 0;
    background: #4382e4;
    color: #fff;
    padding: 2px 18px;
}
  .before h3, .after h3 {
    margin-bottom: 10px;
  }
  @media screen and (max-width: 798px) {
    .flex_before_after {
        flex-direction: column;
        gap: 20px;
      }
      .ul_before_after {
        gap: 30px;
      }
    .before, .after {
        width: 100%;
        text-align: center;
      }
  }

/* 2025年9月11日追加 - lityギャラリー用サムネイルトリミングCSS */
.ul_reform_gallery_detail_02 .grey_box {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1; /* 正方形にする */
}

.ul_reform_gallery_detail_02 .grey_box img {
    width: 100%;
    height: 100%; /* 親要素の高さに合わせる */
    object-fit: cover; /* 縦横比を保ちながらトリミング */
    object-position: center; /* 中央基準でトリミング */
    transition: transform 0.3s ease;
}

.ul_reform_gallery_detail_02 .grey_box:hover img {
    transform: scale(1.05); /* ホバー時に少し拡大 */
}
/* 2025年9月12日追加 -トップページバナー追加 */
.bn_05 a{
    text-decoration: none;
}
/* 2025年10月30日追加 -リノベーション（リフォーム）メニュー調整 */
.ul_reform_02{
    margin-top: 20px;
}
/* 2025年11月5日追加 -フッター調整 */
p.foot_company_title{
    font-size: 24px;
}
  @media screen and (max-width: 798px) {
    p.foot_company_title{
        font-size: 18px;
    }
    }
    /* 不動産情報セクション - Figmaデザイン準拠 */
.real-estate-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* セクション1: ケース紹介 */
.real-estate-section01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.real-estate-section01_img {
    width: 100%;
    line-height: 0;
}
.real-estate-section01_img img {
    width: 100%;
    height: auto;
    max-width: 1000px;
}
.real-estate-section01_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}
.real-estate-section01_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    margin: 0;
}
.real-estate-section01_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
}
.real-estate-section01_box_img {
    width: 485px;
    line-height: 0;
}
.real-estate-section01_box_img img {
    width: 100%;
    height: auto;
}
.real-estate-section01_box_txt {
    width: 485px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.real-estate-section01_box_txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}
.real-estate-section01_btn {
    width: 258px;
    height: 59px;
}
.real-estate-section01_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--navColor);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    position: relative;
    transition: 0.3s;
}
.real-estate-section01_btn a span {
    position: absolute;
    right: 20px;
    font-size: 11px;
    font-weight: 900;
    line-height: 2.55;
}
.real-estate-section01_btn a:hover {
    opacity: 0.8;
}

/* セクション2: ワンストップサービス */
.real-estate-section02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.real-estate-section02_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    margin: 0;
}
.real-estate-section02_content {
    display: block;
    width: 100%;
}
.real-estate-section02_txt {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}
.real-estate-section02_txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}
.real-estate-section02_img {
    line-height: 0;
}
.real-estate-section02_img img {
    width: 100%;
    height: 396px;
    object-fit: cover;
}

/* セクション3: ZEHについて */
.real-estate-section03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.real-estate-section03_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    margin: 0;
}
.real-estate-section03_content {
    display: block;
    width: 100%;
}
.real-estate-section03_img {
    width: 280px;
    line-height: 0;
    margin: 0 auto 30px;
}
.real-estate-section03_img img {
    width: 100%;
    height: auto;
}
.real-estate-section03_txt {
    padding: 0 20px;
}
.real-estate-section03_txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}
.real-estate-section03_stats {
    width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.real-estate-section03_stats_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.real-estate-section03_stats_item {
    width: 500px;
    height: 53px;
    display: flex;
}
.real-estate-section03_stats_year {
    width: 298px;
    height: 53px;
    background-color: var(--navColor);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
.real-estate-section03_stats_percent {
    width: 202px;
    height: 53px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--navColor);
    border-left: 0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}

/* セクション4: 無料査定 */
.real-estate-section04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.real-estate-section04_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    color: var(--navColor);
    margin: 0;
}
.real-estate-section04_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.real-estate-section04_subtitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.875;
    text-align: center;
    margin: 0;
}
.real-estate-section04_txt {
    font-size: 16px;
    line-height: 1.17;
    text-align: center;
    margin: 0;
}
.real-estate-section04_btn {
    width: 258px;
    height: 59px;
}
.real-estate-section04_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--navColor);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    position: relative;
    transition: 0.3s;
}
.real-estate-section04_btn a span {
    position: absolute;
    right: 20px;
    font-size: 11px;
    font-weight: 900;
    line-height: 2.55;
}
.real-estate-section04_btn a:hover {
    opacity: 0.8;
}

/* セクション5: 不動産物件リスト */
.real-estate-list {
    display: flex;
    gap: 0 50px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1px 0;
}
.real-estate-item {
    width: 475px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.real-estate-img {
    width: 100%;
    line-height: 0;
}
.real-estate-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.real-estate-btn {
    width: 100%;
    margin: 0;
    padding: 0;
}
.real-estate-btn a {
    display: block;
    width: 100%;
    height: 58px;
    background-color: var(--navColor);
    color: #FFFFFF;
    border: 1px solid var(--navColor);
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
}
.real-estate-btn a:hover {
    background-color: #fff;
    color: var(--navColor);
    opacity: 1.0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1000px) {
    .real-estate-section01_box {
        flex-direction: column;
        align-items: center;
    }
    .real-estate-section01_box_img,
    .real-estate-section01_box_txt {
        width: 100%;
    }
    .real-estate-section02_img img {
        height: auto;
    }
    .real-estate-section03_stats {
        width: 100%;
        max-width: 1000px;
    }
    .real-estate-section03_stats_item {
        width: calc(50% - 5px);
    }
    .real-estate-section03_stats_year {
        width: 60%;
    }
    .real-estate-section03_stats_percent {
        width: 40%;
    }
    .real-estate-list {
        gap: 0 20px;
    }
    .ul_real-estate li.real-estate-item {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 798px) {
    .real-estate-content {
        gap: 40px;
    }
    .real-estate-section01 {
        gap: 30px;
    }
    .real-estate-section01_title,
    .real-estate-section02_title,
    .real-estate-section03_title,
    .real-estate-section04_title {
        font-size: 20px;
    }
    .real-estate-section01_content {
        gap: 30px;
    }
    .real-estate-section01_box {
        gap: 20px;
    }
    .real-estate-section01_box_txt {
        padding: 0 10px;
        gap: 20px;
    }
    .real-estate-section02_txt {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .real-estate-section02_img img {
        height: auto;
    }
    .real-estate-section03_img {
        margin-bottom: 20px;
    }
    .real-estate-section03_txt {
        padding: 0 10px;
    }
    .real-estate-section03_stats {
        width: 100%;
    }
    .real-estate-section03_stats_row {
        flex-direction: column;
        gap: 10px;
    }
    .real-estate-section03_stats_item {
        width: 100%;
    }
    .real-estate-section04_subtitle {
        font-size: 20px;
    }
    .real-estate-list {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .real-estate-item {
        width: 100%;
        max-width: 475px;
    }
    .real-estate-img img {
        height: auto;
    }
    .ul_real-estate li.real-estate-item {
        width: 100%;
    }
}

/* assurance
----------------------------------*/
.assurance_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}
.assurance_card {
    background-color: #fff;
    border-top: 3px solid var(--navColor);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}
.assurance_card_head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}
.assurance_card_title_row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.assurance_tag {
    display: inline-block;
    border: 1px solid var(--navColor);
    color: var(--navColor);
    padding: 5px 20px;
    line-height: 1.8;
}
.assurance_title {
    color: #0F172B;
    line-height: 1.5;
}
.assurance_card_body {
    width: 100%;
}
.assurance_card_body.assurance_jio {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.assurance_points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(50% - 10px);
}
.assurance_points li {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.assurance_point_head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.assurance_point_head img {
    flex-shrink: 0;
}
.assurance_point_txt {
    color: #45556C;
    line-height: 1.8;
    padding-left: 30px;
}
.assurance_card_img {
    width: calc(50% - 10px);
    line-height: 0;
    border: 1px solid #F1F5F9;
}
.assurance_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.assurance_card_body.assurance_shiroari {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.assurance_banner {
    width: calc(50% - 15px);
    flex-shrink: 0;
    line-height: 0;
}
.assurance_banner img {
    width: 100%;
    height: auto;
}
.assurance_num_points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(50% - 15px);
}
.assurance_num_points li {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.assurance_num_point_head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.assurance_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #04090B;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
}
.assurance_num_points .assurance_point_txt {
    padding-left: 46px;
}
.assurance_features {
    list-style: none;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 20px 0;
}
.assurance_features li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--navColor);
    padding: 40px 10px;
    text-align: center;
}
.assurance_features li img {
    flex-shrink: 0;
}
.assurance_price_zero {
    font-size: 24px;
    color: var(--navColor);
    font-weight: 700;
}
.assurance_card_body.assurance_equipment {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.assurance_devices {
    width: calc(50% - 10px);
}
.assurance_devices_title {
    border-bottom: 1px solid var(--borderColor);
    padding: 10px;
    margin-bottom: 12px;
}
.assurance_devices_cols {
    display: flex;
    gap: 40px;
}
.assurance_devices_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.assurance_devices_list li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.assurance_devices_list img {
    flex-shrink: 0;
}
.assurance_card_body.assurance_equipment .assurance_card_img {
    width: calc(50% - 10px);
}
.assurance_meas_points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.assurance_meas_points li {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #F9FEFF;
    border: 1px solid var(--navColor);
    padding: 20px 45px;
}
.assurance_meas_points li img {
    flex-shrink: 0;
}
.assurance_meas_video {
    width: 100%;
    border: 2px solid var(--darkColor);
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
}
.assurance_meas_video img {
    width: 100%;
    height: auto;
    display: block;
}
.assurance_meas_video_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.assurance_meas_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media screen and (max-width: 798px) {
    .assurance_card {
        padding: 30px 20px;
        gap: 30px;
    }
    .assurance_card_body.assurance_jio {
        flex-direction: column;
    }
    .assurance_card_body.assurance_shiroari {
        flex-direction: column;
    }
    .assurance_points {
        width: 100%;
    }
    .assurance_banner {
        width: 100%;
    }
    .assurance_num_points {
        width: 100%;
    }
    .assurance_card_img {
        width: 100%;
    }
    .assurance_point_txt {
        padding-left: 0;
    }
    .assurance_num_points .assurance_point_txt {
        padding-left: 0;
    }
    .assurance_features {
        flex-direction: column;
        padding: 0;
    }
    .assurance_card_body.assurance_equipment {
        flex-direction: column;
    }
    .assurance_devices {
        width: 100%;
    }
    .assurance_card_body.assurance_equipment .assurance_card_img {
        width: 100%;
    }
    .assurance_meas_points li {
        padding: 20px;
    }
}
@media screen and (max-width: 500px) {
    .br-500 {
        display: inline;
    }
}
@media screen and (max-width: 480px) {
    .assurance_devices_cols {
        flex-direction: column;
        gap: 8px;
    }
    .assurance_meas_points li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}