@charset "utf-8";

html{
    scroll-behavior: smooth;
}

.spOnlyBr {
    display: none;
}

.ml_10 {
    margin-left: 10px;
}

:root {
    --back_green: #E3E8C9;
}

.back_green {
    background-color: var(--back_green);
}


h2.common_titleDe01 {
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 600;
}

h3.common_titleDe02 {
    font-size: 1.7rem;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}

h3.common_titleDe02 span {
    position: relative;
}

h3.common_titleDe02 span::before {
    position: absolute;
    top: -2px;
    left: -10px;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #E3E8C9;
    mix-blend-mode: multiply;
}

h3.common_titleDe03 {
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 600;
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h3.common_titleDe03::before,
h3.common_titleDe03::after {
    content: "";
    flex: 1 1 0;
    height: 2px;
    background: #E3E8C9;
    margin: 0 12px;
}

h5.common_titleDe04 {
    font-weight: 600;
}

h5.common_titleDe04 span {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    /* 線と文字の間隔 */
}

h5.common_titleDe04 span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    /* 線の垂直位置 */
    width: 40px;
    /* 線の幅 */
    height: 3px;
    /* 線の太さ（必要に応じて変更） */
    background: #E3E8C9;
    /* 線の色 */
    border-radius: 2px;
    /* 角丸 */
}

.textCenter {
    text-align: center;
}

.btn {
    background: #454B51;
    color: #fff;
}

.btnarrow1::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.btn:hover {
    background: #14171a;
    color: #fff;
}

/*新築をお考えにみなさまへ*/

.page-first .card {
    border: none;
}

.page-first .card .Top_img {
    background-image: url(../img/first/first_header_img.jpg);
    height: 340px;
    margin-top: 80px;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
}

.page-first .card .Top_img h2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 340px;
    letter-spacing: 0.2rem;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.page-first .breadcrumbs {
    margin-top: 15px !important;
}

.first-section01 .content_box {
    margin-top: 120px;
    align-items: center;
}

.first-section01 .content_box .text {
    width: 60%;
    padding-right: 5%;
}

.first-section01 .content_box figure {
    width: 40%;
}

.first-section01 .content_box figure img {
    border-radius: 10px;
    aspect-ratio: 4 / 3;
}

.first-section01 .menu_box {
    margin-top: 40px;
}

.first-section01 .land_menu {
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 10px;
}

.first-section01 .land_menu li {
    width: 32%;
}


.first-section01 .land_menu li img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.first-section02 .content_box {
    margin-top: 120px;
    align-items: center;
}

.first-section02 .content_box .text {
    width: 60%;
    padding-right: 5%;
}

.first-section02 .content_box figure {
    width: 40%;
}

.first-section02 .content_box figure img {
    border-radius: 10px;
    aspect-ratio: 4 / 3;
}

.first-section02 .menu_box {
    margin-top: 40px;
}

.first-section02 .house_menu {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.first-section02 .house_menu:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.first-section02 .house_menu:nth-of-type(2) .text {
    width: 60%;
    padding-left: 0;
    padding-right: 5%;
}

.first-section02 .house_menu:nth-of-type(2) figure {
    width: 40%;
}

.first-section02 .house_menu figure {
    width: 40%;
}

.first-section02 .house_menu figure img {
    border-radius: 10px;
}

.first-section02 .house_menu .text {
    width: 60%;
    padding-left: 5%;
}

.first-section02 .btn07{
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.first-section02 .btn07 .box-bg{
    background: url('../img/new_top_img05.jpg') center center / cover no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 0;
    transition: .6s ease-in-out;

}

.first-section02 .btn07 .box-bg:hover{
  transform: scale(1.1);
}

.first-section02 .btn07 .box-bg img:hover{
    border-radius: 10px;
}

.first-section02 .btn07 .box-bg::before{
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.first-section02 .btn07 .box-text{
  	position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.first-section02 .btn07 .box-text h2{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.first-section02 .btn07 .box-text p{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6em;
	text-align: center;
}

.first-section03 .content_box {
    align-items: center;
    padding: 40px 0 40px 0;
}

.first-section03 figure {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.first-section03 figure img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.first-section03 .text {
    width: 60%;
    padding-left: 2%;
}

.first-section04 ul.other_links {
    justify-content: space-between;
}

.first-section04 ul.other_links li {
    width: 48%;
}

.first-section04 ul.other_links li a {
    color: #fff;
}

.first-section04 ul.other_links li:nth-child(1) a .bgArea {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/first/first_img12.jpg) no-repeat center;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
    padding: 40px 40px;
    position: relative;
    z-index: 1;
}

.first-section04 ul.other_links li:nth-child(1) a .bgArea:hover {
    transform: scale(1.05);
}


.first-section04 ul.other_links li:nth-child(2) a .bgArea {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/first/first_img13.jpg) no-repeat center;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
    padding: 40px 40px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.first-section04 ul.other_links li:nth-child(2) a .bgArea:hover {
    transform: scale(1.05);
}



.first-section04 ul.other_links li a .bgArea::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(69, 75, 81, .8);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
    z-index: -10;
}

.first-section04 ul.other_links li a .bgArea:hover::before {
    background: #2a2a2a;
}

.first-section04 ul.other_links li a .bgArea {
    position: relative;
}

.first-section04 ul.other_links li a .bgArea h4 {
    margin-bottom: 24px;
    line-height: 1.5em;
}


.first-section04 ul.other_links li a .bgArea p.btn {
    background: #fff;
    color: #2a2a2a;
    transform: translateY(-2px);
}

.first-section04 ul.other_links li a .bgArea p.btn::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.first-section04 ul.other_links li a .bgArea:hover p.btnarrow1:hover::after {
    right: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}


.first-section04 ul.other_links li a .bgArea img.deco {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    bottom: 20px;
    transition: transform 0.3s ease;
}

.first-section04 ul.other_links li a .bgArea:hover img.deco {
    transform: translateX(10px);
}


@media screen and (max-width: 780px) {

    .spOnlyBr {
        display: block;
    }

    .mt_120 {
        margin-top: 60px;
    }

    h2.common_titleDe01 {
        font-size: 1.2rem;
        text-align: center;
    }

    h3.common_titleDe02 {
        font-size: 1.4rem;
        text-align: center;
    }

    h3.common_titleDe03 {
        font-size: 1.3rem;
    }

    h5.common_titleDe04 {
        margin-bottom: 10px;
        margin-top: 16px;
        text-align: center;
    }

    .ml_10 {
        margin-left: 0px;
    }

    .btn {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .page-first .card .Top_img {
        height: 110px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .page-first .card .Top_img h2 {
        height: 110px;
        font-size: 1.4rem;
        margin-top: 0px;
        letter-spacing: 0rem;
    }

    .page-first .breadcrumbs {
        margin-top: 0px !important;
    }

    .first-section01 .content_box {
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .first-section01 .content_box .text {
        width: 100%;
        padding-right: 0%;
    }

    .first-section01 .content_box figure {
        width: 100%;
        margin-top: 14px;
    }

    .first-section01 .land_menu {
        flex-wrap: wrap;
    }

    .first-section01 .land_menu li {
        width: 100%;
        margin-bottom: 30px;
    }

    .first-section01 .land_menu li:last-child {
        margin-bottom: 0;
    }

    .first-section02 .content_box {
        flex-wrap: wrap;
    }

    .first-section02 .content_box .text {
        width: 100%;
        padding-right: 0%;
    }

    .first-section02 .content_box figure {
        width: 100%;
        margin-top: 14px;
    }

    .first-section02 .house_menu,
    .first-section02 .house_menu:nth-of-type(2) {
        flex-wrap: wrap;
    }

    .first-section02 .house_menu:nth-of-type(2) figure {
        width: 100%;
    }

    .first-section02 .house_menu:nth-of-type(2) .text {
        width: 100%;
        padding-left: 0;
        padding-right: 0%;
    }


    .first-section02 .house_menu figure {
        width: 100%;
    }

    .first-section02 .house_menu .text {
        width: 100%;
        padding-left: 0%;
    }

    .first-section02 .btn07{
    margin-top: 60px;
}


    .first-section02 .btn07 .box-bg{
        height: 160px;
    }

    .first-section02 .btn07 .box-text{
        width: 66%;
    }


    .first-section02 .btn07 .box-text p{
        font-size: 1.1rem;
        line-height: 1.6em !important;
    }

    .btnarrow2::after{
        right: 28px;
    }

    .btnarrow2:hover::after {
    right: 20px;
    }

    .box .about_link_img {
        top: 90px;
        left: 20px;
    }

    .first-section01 ul.top_img {
        margin: -20px;
    }


    .first-section03 .content_box {
        flex-wrap: wrap;
    }

    .first-section03 figure {
        width: 100%;
        margin-bottom: 30px;
    }

    .first-section03 .text {
        width: 100%;
    }

    .first-section04 ul.other_links {
        flex-wrap: wrap;
    }

    .first-section04 ul.other_links li {
        width: 100%;
        margin-bottom: 10px;
    }

    .first-section04 ul.other_links li:last-child {
        margin-bottom: 0;
    }

    .first-section04 ul.other_links li a .bgArea h4{
        font-size: 1.30rem;
        line-height: 1.4em !important;
    }

    .first-section03 figure img {
        width: 60%;
    }

    .first-section01 .land_menu li img,
    .first-section02 .house_menu figure img {
        aspect-ratio: 4 / 2;
        object-fit: cover;
    }

}