.new_construction_main {
    padding: 70px 0;
}

.new_construction_main .wrap {
    align-items: center;
    flex-direction: row-reverse;
}

.new_construction_main .image {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%);
}

.new_construction_main .textBox {
    width: 57%;
}

.new_construction_main .textBox .text {
    font-size: 18px;
    letter-spacing: 0.06rem;
    line-height: 2;
}

.new_construction_formSearch {
    padding: 30px 0 50px;
    background-color: #f2f2f2;
}

.page_contain .project {
    background: none;
    color: #000000;
    text-align: left;
    font-size: 25px;
    margin: 0 0 15px;
}

.page-sajest-search-box ul {
    justify-content: center;
}

.page-sajest-search-box ul .first {
    width: 35%;
}

.page-sajest-search-box ul li .ensen-siku-box {
    margin-bottom: 15px;
    padding: 30px 0 30px 0px;
    position: relative;
}

.page-sajest-search-box ul li .ensen-siku-box a {
    background: url(/penguin/resources/image/w-chintaijutaku/home/serach_area_icon.png) no-repeat left 10px center;
    background-size: 35px;
    border: 1px solid #d4d5d5;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #ffffff;
}

.page-sajest-search-box ul li .ensen-siku-box.line a {
    background: url(/penguin/resources/image/w-chintaijutaku/home/serach_line_icon.png) no-repeat left 10px center;
    background-size: 35px;
    border: 1px solid #d4d5d5;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #ffffff;
}

.new_construction_formSearch .fl_wrap {
    width: 670px;
    margin: 0 auto;
    align-items: flex-end;
}

.new_construction_formSearch .fl_wrap .parts {
    position: relative;
}

.new_construction_formSearch .fl_wrap h3 {
    margin: 0 0 20px;
    line-height: 2;
    font-size: 18px;
    color: #4d4d4d;
    letter-spacing: 2px;
    border-left: 3px solid #e34ae2;
    padding-left: 10px;
}

.new_construction_formSearch .fl_wrap select,
.new_construction_formSearch .fl_wrap input#sbox02 {
    width: 160px;
    height: 50px;
    border: none;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
}

.new_construction_formSearch .fl_wrap .parts:nth-child(2)::before,
.new_construction_formSearch .fl_wrap .parts:nth-child(2)::after {
    content: "×";
    position: absolute;
    font-size: 14px;
    bottom: 6px;
}

.new_construction_formSearch .fl_wrap .parts:nth-child(2)::before {
    left: -22px;
}

.new_construction_formSearch .fl_wrap .parts:nth-child(2)::after {
    right: -22px;
}

.new_construction_formSearch .fl_wrap input#btnQuickSearch {
    width: 100px;
    height: 35px;
    background: #f6921e;
    border: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #909090;
}

.common_h2_box .project {
    margin-bottom: 20px;
    color: #e34ae2;
    text-align: center;
}

.new_construction_about {
    padding: 70px 0 0;
}

.new_construction_about .title {
    font-size: 28px;
    letter-spacing: 0.12rem;
    margin-bottom: 30px;
    font-weight: 600;
    color: #e34ae2;
}

.new_construction_about .textBox {
    width: 57%;
}

.new_construction_about .textBox .sub_title {
    font-size: 20px;
    letter-spacing: 0.12rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.new_construction_about .textBox .text {
    font-size: 16px;
    letter-spacing: 0.06rem;
    line-height: 2;
}

.new_construction_about .image {
    width: 40%;
}

.new_construction_about .image img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%);
}

.new_construction_about li+li {
    margin: 50px 0 0;
}

.new_construction_about li:nth-child(even) .inner {
    flex-direction: row-reverse;
}

.common_merit_sec {
    margin-top: 100px;
    padding: 100px 0;
    background-image: url(/penguin/resources/image/abir/night/page_screening_flow_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_merit_sec .cont .tab_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    cursor: pointer;
}

.common_merit_sec .cont .tab_area .tab {
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 700;
    padding: 0.8em 1em;
    text-align: center;
    background: #ffdaf4;
    transition: .3s;
}

.common_merit_sec .cont .tab_area .tab:first-child {
    border-radius: 20px 0 0 0;
}

.common_merit_sec .cont .tab_area .tab:nth-child(2) {
    border-radius: 0 20px 0 0;
}

.common_merit_sec .cont .tab_area .tab.active {
    background: #e34ae2;
    color: #fff;
}

.common_merit_sec .cont .panel_area {
    background: #fff;
    padding: 50px;
    border-radius: 0 0 20px 20px;
    border: 3px solid #e34ae2;
}

.common_merit_sec .cont .panel_area .box {
    display: none;
}

.common_merit_sec .cont .panel_area .box.active {
    display: block;
}

.common_merit_sec .cont .panel_area .box li+li {
    margin-top: 30px;
}

.common_merit_sec .cont .panel_area .box li .ttl_box {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.common_merit_sec .cont .panel_area .box li .ttl_box .num {
    background: #ff96df;
    width: 44px;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.common_merit_sec .cont .panel_area .box li .ttl_box .ttl {
    font-size: 20px;
    letter-spacing: .08em;
}

.common_merit_sec .cont .panel_area .box li .text_box .text {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.8;
}

.common_reason_sec {
    margin: 100px 0 50px;
}

.common_reason_sec .cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.common_reason_sec .cont li .num {
    width: 50px;
    min-block-size: 50px;
    background: linear-gradient(to bottom, #ff96df, #fea0e2, #fdaae5, #fdb4e7);
    display: grid;
    place-content: center;
    margin: 0 auto -25px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.common_reason_sec .cont li .img {
    width: 100%;
    margin-bottom: 12px;
}

.common_reason_sec .cont li .img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.common_reason_sec .cont li .text_box .ttl {
    color: #ff55c6;
    font-size: 18px;
    letter-spacing: .08em;
    text-align: center;
    margin-bottom: 0.4em;
    min-block-size: 62px;
    display: grid;
    place-content: center;
}

.common_reason_sec .cont li .text_box .text {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.8;
}

.new_construction_search {
    padding: 70px 0;
}

.new_construction_search .title {
    font-size: 25px;
    letter-spacing: 0.12rem;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 20px;
    border-left: 5px solid #e34ae2;
}

.new_construction_search .search_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 1.8;
}

.new_construction_search .search_dl dt {
    width: 160px;
    margin-top: 14px;
    padding-top: 18px;
    border-top: dashed 1px #979797;
    font-weight: 600;
    font-size: 15px;
    pointer-events: none;
}

.new_construction_search .search_dl dt:nth-child(1) {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.new_construction_search .search_dl dd {
    width: calc(100% - 160px);
    margin-top: 14px;
    padding-top: 18px;
    border-top: dashed 1px #979797;
    margin-left: 0;
}

.new_construction_search .search_dl dd:nth-child(2) {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.new_construction_search .search_dl dd li {
    margin-left: 1.5rem;
}

.new_construction_search .search_dl dd a {
    font-size: 14px;
    color: #e34ae2;
}

.new_construction_search .searchBox+.searchBox {
    margin-top: 50px;
}

.common_terms_info_sec .top_text .ttl {
    font-size: 25px;
    letter-spacing: 0.12rem;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 20px;
    border-left: 5px solid #e34ae2;
}

.terms_ranking_sec .terms_ranking_block {
    padding: 40px;
    background-color: #f4f4f4;
}

.terms_ranking_sec .terms_ranking_box {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.terms_ranking_sec .terms_ranking_box .title {
    width: 15%;
    padding: 0 15px;
    text-align: center;
    margin: 0;
    border-left: none;
    font-size: 15px;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list {
    width: 85%;
    align-items: center;
    counter-reset: count 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
    width: 20%;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 15px;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
    display: block;
    content: counter(count) "";
    counter-increment: count 1;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: #f3c237;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 4):before {
    background-color: #e4e4e4;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li a {
    text-decoration: underline;
    color: #0068b5;
}

.terms_ranking_sec .terms_ranking_box:last-child {
    border-bottom: none;
}

.terms_about_sec {
    padding: 100px 0;
}

.terms_about_sec .about_box {
    padding: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    background-image: url(/penguin/resources/image/abir/night/worker_background.png);
    background-size: cover;
    background-position: center;
}

.terms_about_sec .about_box ul {
    align-items: center;
}

.terms_about_sec .about_box .left {
    width: 65%;
}

.common_terms_info_sec.terms_about_sec .top_text .ttl {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    border-left: none;
    color: #e34ae2;
}

.terms_about_sec .about_box .left .txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #808080;
}

.terms_about_sec .about_box .left .link-btn-box {
    margin: 20px 0 0;
}

.terms_about_sec .about_box .left .link-btn-box li {
    width: 32%;
}

.terms_about_sec .about_box .left .link-btn-box li a {
    display: block;
    transition: 0.3s;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right, #C83FFF, #D645F0, #E54BE0, #F350D2, #FF55C6);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.terms_about_sec .about_box .left .link-btn-box li a.line {
    background: #06C755;
}

.terms_about_sec .about_box .right {
    width: 30%;
}

.common_page_h2_box {
    margin-bottom: 40px;
}

@media (max-width: 750px) {

    .new_construction_main {
        padding: 40px 0;
    }

    .new_construction_main .wrap {
        flex-direction: inherit;
        display: block;
    }

    .new_construction_main .image {
        width: 100%;
        border-radius: 10px;
    }

    .new_construction_main .textBox {
        width: 100%;
        margin: 15px 0 0;
    }

    .new_construction_main .textBox .text {
        font-size: 14px;
        letter-spacing: 0.02rem;
        line-height: 1.7;
    }

    .page_contain .project {
        background: none;
        color: #000000;
        text-align: center;
        font-size: 19px;
        margin: 0 0 15px;
    }

    .page-sajest-search-box ul .first {
        width: 100%;
    }

    .page-sajest-search-box ul li .ensen-siku-box {
        margin-bottom: 15px;
        padding: 30px 0 30px 0px;
        position: relative;
    }

    .page-sajest-search-box ul .second {
        width: 100%;
    }

    .new_construction_formSearch .fl_wrap {
        width: 100%;
        margin: 0 auto;
        align-items: flex-end;
    }

    .new_construction_formSearch .fl_wrap .parts:nth-of-type(1) {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .new_construction_formSearch .fl_wrap select,
    .new_construction_formSearch .fl_wrap input#sbox02 {
        width: 100%;
        height: 50px;
        border: none;
        background: #fff;
        box-shadow: 1px 1px 5px #ccc;
    }

    .new_construction_formSearch .fl_wrap .parts {
        position: relative;
        width: 46%;
        margin-bottom: 20px;
    }

    .new_construction_formSearch .fl_wrap select,
    .new_construction_formSearch .fl_wrap input#sbox02 {
        width: 100%;
        height: 50px;
        border: none;
        background: #fff;
        box-shadow: 1px 1px 5px #ccc;
        font-size: 17px;
        padding-left: 5px;
    }

    .new_construction_formSearch .fl_wrap .parts:nth-of-type(4) {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .new_construction_formSearch .fl_wrap input#btnQuickSearch {
        width: 100%;
        height: 45px;
        background: #f6921e;
        border: none;
        color: #fff;
        border-radius: 5px;
        box-shadow: 1px 1px 2px #909090;
        font-size: 17px;
        margin-top: 30px;
    }

    .new_construction_formSearch .fl_wrap .parts:nth-child(2)::before {
        display: none;
    }

    .new_construction_about {
        padding: 40px 0 0;
    }

    .new_construction_about .title {
        font-size: 20px;
        letter-spacing: 0.08rem;
        margin-bottom: 15px;
    }

    .new_construction_about .textBox {
        width: 100%;
        margin: 0 0 10px;
    }

    .new_construction_about .textBox .sub_title {
        font-size: 17px;
        letter-spacing: 0.06rem;
        margin-bottom: 5px;
    }

    .new_construction_about .textBox .text {
        font-size: 14px;
        letter-spacing: 0.02rem;
        line-height: 1.7;
    }

    .new_construction_about .image {
        width: 100%;
        border-radius: 10px;
    }

    .new_construction_about li+li {
        margin: 40px 0 0;
    }

    .common_merit_sec {
        margin-top: 50px;
        padding: 50px 0;
    }

    .common_merit_sec .cont .tab_area .tab {
        font-size: 14px;
    }

    .common_merit_sec .cont .panel_area {
        padding: 20px;
        border: 2px solid #e34ae2;
    }

    .common_merit_sec .cont .panel_area .box li+li {
        margin-top: 30px;
    }

    .common_merit_sec .cont .panel_area .box li .ttl_box {
        gap: 10px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .common_merit_sec .cont .panel_area .box li .ttl_box .num {
        width: 32px;
        font-size: 16px;
        line-height: 32px;
    }

    .common_merit_sec .cont .panel_area .box li .ttl_box .ttl {
        font-size: 15px;
    }

    .common_merit_sec .cont .panel_area .box li .text_box .text {
        font-size: 13px;
    }

    .common_reason_sec {
        margin: 50px 0 20px;
    }

    .common_reason_sec .cont ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .common_reason_sec .cont li .num {
        width: 40px;
        min-block-size: 40px;
        margin: 0 auto -20px;
        font-size: 18px;
    }

    .common_reason_sec .cont li .img img {
        aspect-ratio: 2/1;
    }

    .common_reason_sec .cont li .text_box .ttl {
        font-size: 15px;
        min-block-size: auto;
    }

    .common_reason_sec .cont li .text_box .text {
        font-size: 13px;
    }

    .new_construction_search {
        padding: 40px 0;
    }

    .new_construction_search .title {
        font-size: 17px;
        letter-spacing: 0.04rem;
        margin-bottom: 20px;
        padding-left: 12px;
        border-left: 3px solid #e34ae2;
    }

    .new_construction_search .search_dl {
        border-radius: 5px;
        padding: 10px 15px;
    }

    .new_construction_search .search_dl dt {
        width: 100%;
        margin: 0;
        padding-top: 12px;
    }

    .new_construction_search .search_dl dd {
        width: 100%;
        margin: 0 0 12px;
        border: none;
        padding: 0;
    }

    .new_construction_search .search_dl dd li {
        margin: 0 1.5rem 0 0;
    }

    .common_terms_info_sec .top_text .ttl {
        font-size: 17px;
        letter-spacing: 0.04rem;
        margin-bottom: 20px;
        padding-left: 12px;
        border-left: 3px solid #e34ae2;
    }

    .terms_ranking_sec .terms_ranking_block {
        padding: 15px;
    }

    .terms_ranking_sec .terms_ranking_box .title {
        width: 100%;
        padding: 0 0 10px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list.railway li {
        width: 100%;
        padding-left: 30px;
        padding-right: 10px;
        font-size: 13px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
        width: 24px;
        line-height: 24px;
        height: 24px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list.railway li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
        width: 50%;
        padding-left: 30px;
        padding-right: 10px;
        font-size: 13px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 3) {
        margin-top: 10px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
        width: 24px;
        line-height: 24px;
        height: 24px;
    }

    .terms_about_sec {
        padding: 15vw 0;
    }

    .terms_about_sec .about_box {
        padding: 5vw;
        border-radius: 7px;
    }

    .terms_about_sec .about_box .left {
        width: 100%;
    }

    .common_terms_info_sec.terms_about_sec .top_text .ttl {
        font-size: 16px;
    }

    .terms_about_sec .about_box .left .txt {
        font-size: 13px;
        text-align: justify;
    }

    .terms_about_sec .about_box .left .link-btn-box li {
        width: 100%;
    }

    .terms_about_sec .about_box .left .link-btn-box li+li {
        margin-top: 10px;
    }

    .common_page_h2_box {
        margin-bottom: 6vw;
    }

}