@charset "utf-8";

#blueberry header:after,
#blueberry section:after,
#blueberry div:after,
#blueberry ul:after {
    display: none;
}

#blueberry .mb-2 {
    margin-bottom: 2rem;
}

#blueberry .mb-4 {
    margin-bottom: 4rem;
}

#blueberry .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    #blueberry .sp {
        display: block;
    }

    #blueberry .pc {
        display: none;
    }
}

/*物件情報*/
#blueberry .property .flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6rem 3rem 4rem;
    margin-bottom: 6rem;
}

#blueberry .property .flex-box::after {
    content: none;
}

#blueberry .property .flex-box .item_box {
    width: min(32%,330px);
    border: 4px solid #6e65ac;
    border-radius: 15px;
    box-shadow: 10px 10px 0 #8179b5;
    padding: 1rem;
}

#blueberry .property .flex-box .item_box .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: .5rem;
}

#blueberry .property .flex-box .item_box .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#blueberry .property .flex-box .item_box .pic span {
    background: #004FA0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 1px 10px;
    border-radius: 0 0 5px 0;
}

#blueberry .property .flex-box .item_box ul {
    flex-wrap: wrap;
    margin-bottom: 0;
}

#blueberry .property .flex-box .item_box ul li {
    width: 100%;
    line-height: 2;
    font-size: 13px;
}

#blueberry .property .flex-box .item_box ul li:first-child {
    font-size: 19px;
    color: #14a3e9;
    margin-bottom: .5rem;
}

#blueberry .property .flex-box .item_box ul li:first-child span {
    font-size: 12px;
    display: block;
    text-align: right;
    line-height: 1;
}

#blueberry .property .flex-box .link {
    width: 100%;
    margin-top: 3rem;
}

#blueberry .property .flex-box .link a {
    background: #51498a;
    margin: 0 auto;
    width: min(100%,300px);
    padding: 1rem 0;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    transition: .3s;
}

#blueberry .property .flex-box .link a:hover {
    opacity: .7;
}

@media screen and (max-width:1023px) {
    #blueberry .property .flex-box .item_box {
        width: 100%;
    }
    #blueberry .property .flex-box .item_box .pic img {
        width: auto;
    }
    #blueberry .property .flex-box .item_box:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:480px) {
    #blueberry .property .flex-box {
        padding: 3rem 1rem;
    }
    #blueberry .property .flex-box .item_box {
        box-shadow: none;
    }
    #blueberry .property .flex-box .link {
        margin-top: 0;
    }
}

/*フォーム*/
#blueberry .form.white_box {
    background: #f4f3f8;
}

#blueberry .blueberry_form {
    padding: 2rem;
}

#blueberry .blueberry_form dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
}

#blueberry .blueberry_form dl dt,
#blueberry .blueberry_form dl dd {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-size: 16px;
    padding: .5rem 0;
}

#blueberry .blueberry_form dl dt {
    width: 35%;
    position: relative;
}

#blueberry .blueberry_form dl dt span {
    position: absolute;
    right: 1rem;
    background: #a70000;
    padding: 0 .5rem;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#blueberry .blueberry_form dl dd {
    width: 65%;
    margin: 0;
}

#blueberry form .blueberry_form input[type="submit"] {
    background: #51498A !important;
    width: 300px;
    margin: 0 auto;
    display: block;
    border: 1px solid #51498A !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    transition: .3s;
}

#blueberry form .blueberry_form input[type="submit"]:hover {
    opacity: .7;
}

@media screen and (max-width:767px) {
    #blueberry .blueberry_form {
        padding: 0;
    }
    #blueberry .blueberry_form dl dt, 
    #blueberry .blueberry_form dl dd {
        width: 100%;
    }
}

/*ソーラーシェアリング*/
#blueberry .solar p {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}

#blueberry .solar p.point {
    margin-bottom: 2rem;
    position: relative;
}

#blueberry .solar p.point::before,
#blueberry .solar p.point::after {
    content: "";
    position: absolute;
    background: #7c7c7c;
}

#blueberry .solar p.point::before {
    width: 200px;
    height: 2px;
    left: -7rem;
    bottom: -4rem;
    transform: rotate(-31deg);
}

#blueberry .solar p.point::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -6.5rem;
    bottom: -7.5rem;
}

#blueberry .solar img.ct2_img_01 {
    width: min(100%,700px);
    margin-bottom: 2rem;
}

#blueberry .solar img.ct2_img_02 {
    width: min(100%,500px);
}

#blueberry .solar img.ct2_img_03 {
    width: min(75%,300px);
}

#blueberry .solar .flexbox > div {
    width: 50%;
}

#blueberry .solar .flexbox > div:last-child {
    margin-top: 3rem;
}

@media screen and (max-width:1024px) {
    #blueberry .solar p.point::before {
        width: 150px;
    }
    #blueberry .solar p.point::after {
        bottom: -6.5rem;
    }
}

@media screen and (max-width:990px) {
    #blueberry .solar p.point::before,
    #blueberry .solar p.point::after {
        content: none;
    }
    #blueberry .solar p {
        font-size: 2.2vw;
    }
    #blueberry .solar .flexbox > div:last-child {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    #blueberry .solar p {
        font-size: 18px;
    }
    #blueberry .solar .flexbox {
        flex-wrap: wrap;
    }
    #blueberry .solar .flexbox > div {
        width: 100%;
    }
}

/*サポート*/
#blueberry .support .flexbox3 > div:first-child {
    width: 68% !important;
}

#blueberry .support .flexbox3 > div:last-child {
    width: 32%;
}

#blueberry .support p {
    font-size: 21px;
    line-height: 2.5rem;
}

@media screen and (max-width:1024px) {
    #blueberry .support h3 span {
        font-size: 3vw;
    }
}

@media screen and (max-width:768px) {
    #blueberry .support .flexbox3 {
        flex-wrap: wrap;
    }
    #blueberry .support .flexbox3 > div:first-child,
    #blueberry .support .flexbox3 > div:last-child {
        width: 100% !important;
    }
    #blueberry .support h3 span {
        font-size: 28px;
    }
}

@media screen and (max-width:480px) {
    #blueberry .support .white_box {
        padding: 3rem 1rem;
    }
    #blueberry .support h3 {
        margin-bottom: 2rem;
    }
    #blueberry .support p {
        font-size: 18px;
    }
    #blueberry .support .flexbox3 {
        gap: 0;
    }
}

/*サービス*/
@media screen and (max-width: 1024px) {
    #blueberry .service .white_box_ct1 {
        letter-spacing: -1px;
    }
    #blueberry .service p {
        width: 100%;
    }
    #blueberry .service .ct1_title {
        font-size: 35px;
    }
}
@media screen and (max-width: 768px) {
    #blueberry .service .white_box_ct1 {
        height: auto;
    }
    #blueberry .service .flexbox1,
    #blueberry .service .flexbox2 {
        flex-wrap: wrap;
    }
    #blueberry .service .flexbox1 > div,
    #blueberry .service .flexbox2 > div {
        width: 100%;
    }
    #blueberry .service .ct1_title {
        font-size: 28px;
    }
}
@media screen and (max-width: 480px) {
    #blueberry .service .white_box_ct1 {
        padding: 3rem 2rem;
    }
    #blueberry .service p {
        font-size: 18px;
    }
}

.globalMenuSp ul {
    display: none !important;
}
.globalMenuSp.active ul {
    display: flex !important;
}