@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 768px) {
#page_ttl .ttl_wrap h1.ttl .jp img {
    width: 16.32rem;
}
}


/* #intro
----------------------------------------- */
#intro {
}

#intro .inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#intro .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: calc(48 / 26);
    font-weight: 600;
    text-align: center;
}
#intro .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(35 / 15);
    font-weight: 500;
    text-align: center;
    margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
#intro {
}

#intro .inner {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

#intro .ttl {
    font-size: 2.0rem;
    line-height: calc(40 / 20);
}
#intro .txt {
    margin-top: 2rem;
}
}


/* #future
----------------------------------------- */
#future {
    position: relative;
    z-index: 1;
}
#future::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/house/future_bg.svg") no-repeat center top / contain;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#future .inner {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

#future .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
#future .img_wrap img {
    width: 100%;
}

#future .txt_wrap {
    font-size: 1.5rem;
    line-height: calc(35/15);
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 6rem;
    text-align: center;
}


@media only screen and (max-width: 768px) {
#future::before {
    content: '';
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 31.9rem;
    height: 18.7rem;
    background: url("../images/top/initiative_illust_sp01.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
#future::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 29.8rem;
    height: 7.6rem;
    background: url("../images/top/initiative_illust_sp02.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}

#future .inner {
    width: 100%;
    padding-top: 11rem;
    padding-bottom: 13rem;
}

#future .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
#future .img_wrap img {
    width: 100%;
}

#future .txt_wrap {
    margin-top: 4rem;
}

}


/* #about
----------------------------------------- */
#about {
    position: relative;
    z-index: 1;
}
#about::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/house/about_bg.svg") no-repeat center center / contain;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#about .inner {
    /*max-width: 93rem;*/
    max-width: calc(930 / 1366 * 100%);
    padding-top: 16rem;
    padding-bottom: 16rem;
}

#about .con_list {
    display: flex;
    flex-flow: column;
    grid-gap: 5rem 0;
    margin-top: 8rem;
}
#about .con_list > .con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#about .con_list .txt_wrap {
    width: calc(600 / 930 * 100%);
    padding-left: 7rem;
    position: relative;
    z-index: 1;
}
#about .con_list .txt_wrap::before {
    content: '';
    width: 1px;
    height: calc(100% - 1.5rem);
    background-color: #0A4F7F;
    position: absolute;
    top: 5.5rem;
    left: 2.5rem;
    z-index: -1;
}
#about .con_list .txt_wrap::after {
    content: '';
    width: 1px;
    height: calc(100% - 1.5rem);
    background-color: #0A4F7F;
    position: absolute;
    top: -0.5rem;
    left: 2.5rem;
    transform: translateY(-100%);
    z-index: -1;
}
#about .con_list > .con:first-child .txt_wrap::after {
    display: none;
}
#about .con_list > .con:last-child .txt_wrap::before {
    display: none;
}
#about .con_list .txt_wrap > h3.ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: calc(48/22);
    position: relative;
}
#about .con_list .txt_wrap > h3.ttl .number {
    width: 5rem;
    height: 5rem;
    background: url(../images/circle_bg.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -7rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em; 
    color: #FFFFFF;
    font-weight: 700;
}
#about .con_list > .con:nth-child(1) .txt_wrap > h3.ttl .number {
    background: url(../images/house/circle_bg01.svg) no-repeat center center / contain;
}
#about .con_list > .con:nth-child(2) .txt_wrap > h3.ttl .number {
    background: url(../images/house/circle_bg02.svg) no-repeat center center / contain;
}
#about .con_list > .con:nth-child(3) .txt_wrap > h3.ttl .number {
    background: url(../images/house/circle_bg03.svg) no-repeat center center / contain;
}
#about .con_list .txt_wrap > .txt {
    font-size: 1.5rem;
    line-height: calc(30/15);
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 1.5rem;
}
#about .con_list .txt_wrap > .btn_wrap {
    margin-top: 2rem;
}

#about .con_list .img_wrap {
    width: calc(282 / 930 * 100%);
}


@media only screen and (max-width: 768px) {
#about::before {
    content: '';
    width: 43.163rem;
    height: 147.394rem;
    background: url("../images/house/about_bg_sp.png") no-repeat center center / contain;
    position: absolute;
    top: 5.5rem;
    left: -1rem;
    z-index: -1;
}

#about .inner {
    width: 28rem;
    max-width: none;
    padding-top: 13rem;
    padding-bottom: 13rem;
}

#about .con_list {
    display: flex;
    flex-flow: column;
    grid-gap: 4rem 0;
    margin-top: 5rem;
}
#about .con_list > .con {
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem 0;
}
#about .con_list .txt_wrap {
    width: 100%;
    padding-left: 0;
}
#about .con_list .txt_wrap::before {
    display: none;
}
#about .con_list .txt_wrap::after {
    display: none;
}

#about .con_list .txt_wrap > h3.ttl {
    font-size: 1.8rem;
    padding-left: 5.7rem;
}
#about .con_list .txt_wrap > h3.ttl .number {
    width: 4.3rem;
    height: 4.3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
#about .con_list > .con:nth-child(1) .txt_wrap > h3.ttl .number {
    background: url(../images/house/circle_bg01.svg) no-repeat center center / contain;
}
#about .con_list > .con:nth-child(2) .txt_wrap > h3.ttl .number {
    background: url(../images/house/circle_bg02.svg) no-repeat center center / contain;
}
#about .con_list > .con:nth-child(3) .txt_wrap > h3.ttl .number {
    background: url(../images/house/circle_bg03.svg) no-repeat center center / contain;
}
#about .con_list .txt_wrap > .txt {
    margin-top: 1.5rem;
}
#about .con_list .txt_wrap > .btn_wrap {
    margin-top: 2rem;
}

#about .con_list .img_wrap {
    width: 100%;
}

}



/* #vision
----------------------------------------- */
#vision {
    position: relative;
    z-index: 1;
}
#vision::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/house/future_bg.svg") no-repeat center top / contain;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#vision .inner {
    /*max-width: 93rem;*/
    max-width: calc(930 / 1366 * 100%);
    padding-top: 15rem;
    padding-bottom: 15rem;
}

#vision .layout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}
#vision .layout .img_wrap {
    width: calc(465 / 930 * 100%);
    position: relative;
    z-index: 1;
}
/*#vision .layout .img_wrap .img {
    mix-blend-mode: multiply;
}
#vision .layout .img_wrap .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/house/madori_img_bg.png") no-repeat center top / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/

#vision .layout .txt_wrap {
    width: calc(410 / 930 * 100%);
}
#vision .layout .txt_wrap > h3.ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: calc(40/22);
    position: relative;
}
#vision .layout .txt_wrap > .txt {
    font-size: 1.5rem;
    line-height: calc(35/15);
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 2rem;
}
#vision .layout .txt_wrap > .btn_wrap {
    margin-top: 3rem;
}


@media only screen and (max-width: 768px) {

#vision::before {
    content: '';
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 31.9rem;
    height: 18.7rem;
    background: url("../images/top/initiative_illust_sp01.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
#vision::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 4rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 29.8rem;
    height: 7.6rem;
    background: url("../images/top/initiative_illust_sp02.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
    
#vision .inner {
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 13rem;
}

#vision .layout {
    flex-flow: column;
    margin-top: 3rem;
}
#vision .layout .img_wrap {
    width: 100%;
}

#vision .layout .txt_wrap {
    width: 100%;
    margin-top: 4rem;
}
#vision .layout .txt_wrap > h3.ttl {
    font-size: 1.8rem;
}
#vision .layout .txt_wrap > .txt {
    margin-top: 2rem;
}
#vision .layout .txt_wrap > .btn_wrap {
    justify-content: center;
    margin-top: 3rem;
}

}




/* #recruit
----------------------------------------- */
#recruit {
    position: relative;
    z-index: 1;
}

#recruit .inner {
    max-width: 114rem;
    padding-top: 15rem;
    padding-bottom: 12rem;
}

#recruit .recruit_btn {
    display: block;
    position: relative;
    z-index: 1;
}
#recruit .recruit_btn::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0A4F7F;
    border-radius: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .6s;
}
#recruit .recruit_btn:hover  {
    opacity: 1;
}
#recruit .recruit_btn:hover::after  {
    transform: rotate(2deg) translate(1rem, 0);
    transform-origin: 0 0;
}

#recruit .layout {
    width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 4rem;
}

#recruit .layout .img_wrap {
    width: 50%;
    overflow: hidden;
}
#recruit .layout .img_wrap img {
    -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
        transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
        transition: filter 0.4s, transform 0.4s;
        transition: filter 0.4s, transform 0.4s, -webkit-filter 0.4s, -webkit-transform 0.4s;
}
#recruit .layout:hover .img_wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/*#vision .layout .img_wrap .img {
    mix-blend-mode: multiply;
}
#vision .layout .img_wrap .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/house/madori_img_bg.png") no-repeat center top / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/

#recruit .layout .txt_wrap {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#recruit .layout .txt_wrap .con {
    padding: 2rem;
}
#recruit .layout .txt_wrap .icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    width: 9rem;
    height: 9rem;
    background: url(../images/house/circle_bg.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    letter-spacing: 0.2em; 
    color: #FFFFFF;
    font-weight: 500;
}
#recruit .layout .txt_wrap h3.ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: calc(40/22);
    position: relative;
}
#recruit .layout .txt_wrap .txt {
    font-size: 1.5rem;
    line-height: calc(30/15);
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 3rem;
}
#recruit .layout .txt_wrap .btn_wrap {
    margin-top: 4rem;
    justify-content: flex-end;
}
#recruit .layout .txt_wrap .btn_wrap svg {
    width: 7.2rem;
    height: auto;
}


@media only screen and (max-width: 768px) {

#recruit .inner {
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#recruit .layout {
    overflow: hidden;
    flex-flow: column-reverse;
    border-radius: 1.2rem;
}

#recruit .layout .img_wrap {
    width: 100%;
}

#recruit .layout .txt_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: inherit;
}
#recruit .layout .txt_wrap .con {
    padding: 3rem 1.5rem;
    padding-bottom: 1rem;
}
#recruit .layout .txt_wrap .icon {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 1.4rem;
}
#recruit .layout .txt_wrap h3.ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: calc(40/22);
    position: relative;
}
#recruit .layout .txt_wrap .txt {
    margin-top: 2rem;
}
#recruit .layout .txt_wrap .btn_wrap {
    margin-top: 1rem;
    justify-content: flex-end;
}
#recruit .layout .txt_wrap .btn_wrap svg {
    width: 4.8rem;
    height: auto;
}

}
