@charset "UTF-8";
#add_firstpage .lb-sp {
    display: none;
}
#add_firstpage .anchor-link {
    position: relative;
    top: -60px;
    display: block;
    line-height: 0;
}
@media(max-width:767px){
    .anchor-link {
        top: 0;
    }
}
#add_firstpage .lb-pc {
    display: block;
}
#add_firstpage img {
    max-width: 100%;
}
#add_firstpage .btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 15px 68px;
    line-height: 2;
    min-width: 420px;
    transition: .3s ease;
    -webkit-transition: 0.3s ease;
    background: #004386;
    border: 1px solid #004386;
    color: #fff;
    border-radius: 50vh;
    font-size: 1.5rem;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#add_firstpage .btn:hover {
    background: #FBE691;
    color: #004386
}
#add_firstpage .container {
    max-width: 1360px;
    padding: 0 20px;
}
@media(max-width:767px){
    #add_firstpage .btn {
        font-size: 1.25rem;
        line-height: 1.5;
        min-width: 300px;
        padding: 10px 30px
    }
    #add_firstpage .lb-sp {
        display: block;
    }
    #add_firstpage .lb-pc {
        display: none;
    }
}
/* proccess */
#add_firstpage .process ul {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 100px; 
    list-style: none;
    padding-bottom: 60px;
}
#add_firstpage .process .container {
    max-width: 1260px;
}
#add_firstpage .process ul li .inner {
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding-bottom: 40px;
    position: relative;
    transition: .3s;
}
#add_firstpage .process ul li .inner a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#add_firstpage .process ul li {
    position: relative;
    line-height: 1;
    transition: .3s;
}
#add_firstpage .process ul li:hover {
    opacity: .7;
}
#add_firstpage .process ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: #004386;
    left: 0;
    bottom: 0;
    transition: .3s;
}
#add_firstpage .process ul li .inner::before,
#add_firstpage .process ul li .inner::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 4px;
    background: #fff;
    border-radius: 50vh;
    bottom: 17px;
    left: 50%;
    z-index: 1;
}
#add_firstpage .process ul li .inner::before {
    transform: rotate(35deg);
    margin-left: -22px;
}
#add_firstpage .process ul li .inner::after {
    transform: rotate(-35deg);
    margin-left: -4px;
}
#add_firstpage .process ul li .inner.fm1::before {
    transform: rotate(-30deg);
    left: unset;
    right: 50px;
    bottom: 12px;
}
#add_firstpage .process ul li .inner.fm1::after {
    transform: rotate(30deg);
    left: unset;
    right: 50px;
    bottom: 23px;
}
#add_firstpage .process ul li .inner .img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    background: #fff;
}
#add_firstpage .process ul li .inner .img img {
    width: 100%;
}
#add_firstpage .process ul li .inner .txt {
    flex: 1;
    text-align: left;
    padding: 14px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 2;
}
#add_firstpage .process ul li .inner .txt h3 {
    font-size: 1.875rem;
    color: #004386;
    line-height: 1.56;
    font-weight: 500;
    margin-bottom: 15px;
}
@media(max-width:1250px){
    #add_firstpage .process ul {
        gap: 6vw;
    }
    #add_firstpage .process ul li .inner .txt {
        font-size: 0.8rem;
        padding: 1.2vw;
    }
    #add_firstpage .process ul li .inner .txt h3 {
        font-size: 2.3vw;
        margin-bottom: 1.5vw;
    }
    #add_firstpage .process ul li .inner .img {
        width: 18vw;
        height: 18vw;
    }
}
@media(max-width: 860px) {
    #add_firstpage .process ul {
        gap: 3vw;
    }
    #add_firstpage .process ul li .inner .txt {
        font-size: 0.65rem;
        line-height: 1.8;
    }
}
@media(max-width: 767px) {
    #add_firstpage .process ul {
        grid-template-columns: 1fr 1fr;
    }
    #add_firstpage .process ul {
        grid-template-columns: 1fr;
        gap: 20px;
        list-style: none;
    }
    #add_firstpage .process ul {
        gap: 3vw;
        padding-bottom: 30px;
    }
    #add_firstpage .process ul li .inner .txt {
        font-size: 2.8vw;
        padding: 2vw;
    }
    #add_firstpage .process ul li .inner .txt h3 {
        font-size: 4.5vw;
        margin-bottom: 1.5vw;
    }
    #add_firstpage .process ul li .inner .img {
        width: 32vw;
        height: 32vw;
    }
    #add_firstpage .container {
        padding: 0 15px;
    }
    #add_firstpage .process ul li .inner::before, 
    #add_firstpage .process ul li .inner::after {
        width: 20px;
        height: 3px;
        bottom: 12px;
    }
    #add_firstpage .process ul li .inner::before {
        margin-left: -17px;
    }
    #add_firstpage .process ul li .inner::after {
        margin-left: -3px;
    }
    #add_firstpage .process ul li::after {
        height: 30px;
    }
    #add_firstpage .process ul li .inner {
        padding-bottom: 30px;
    }
    #add_firstpage .process ul li .inner.fm1::before {
        bottom: 9px;
    }
    #add_firstpage .process ul li .inner.fm1::after {
        bottom: 18px;
    }
}
/* renovations */
#add_firstpage .renovations h2 {
    font-size: 2rem;
    color: #AE915C;
    line-height: 1;
    border-top: 1px solid #AE915C;
    border-bottom: 1px solid #AE915C;
    padding: 22px 0 18px;
    margin-bottom: 35px;
}
#add_firstpage .renovations .items {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 100px; 
    max-width: 1220px;
    margin: 0 auto;
}
#add_firstpage .renovations .items .item .img {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
#add_firstpage .renovations .items .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#add_firstpage .renovations .items h3 {
    color: #004386;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 20px;
    padding-bottom: 12px;
    text-align: center;
}
#add_firstpage .renovations .items .txt {
    text-align: left;
    font-size: 1rem;
    line-height: 2; 
}
#add_firstpage .renovations .items .txt h4 {
    background: linear-gradient(90deg,rgba(0, 67, 134, 1) 0%, rgba(0, 67, 134, 1) 50%, rgba(255, 255, 255, 1) 100%);
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
    padding: 12px 20px 8px;
    margin-top: 40px;
    margin-bottom: 35px;
    font-weight: 400;
}
#add_firstpage .renovations .items .txt h5 {
    font-weight: 400;
}
#add_firstpage .renovations .items .txt .desc {
    color: #004386;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 40px;
    border-bottom: 1px solid #004386;
    position: relative;
    margin-bottom: 70px
}
#add_firstpage .renovations .items .txt .desc::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #004386;
    height: 100px;
    right: 0;
    bottom: 0;
}
#add_firstpage .renovations .items .txt .desc .price {
    line-height: 1.5;
    margin-bottom: 18px;
    margin-top: 5px;
}
#add_firstpage .renovations .items .txt .desc .price .no {
    font-size: 1.875rem;
}
@media(max-width: 1100px){
    #add_firstpage .renovations .items {
        gap: 120px;
    }
}
@media(max-width: 960px){
    #add_firstpage .renovations .items {
        gap: 40px;
    }
    #add_firstpage .renovations .items h3 {
        font-size: 1.5rem;
    }
    #add_firstpage .renovations .items .txt {
        font-size: 0.875rem;
    }
    #add_firstpage .renovations .items .txt h4 {
        font-size: 1.25rem;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    #add_firstpage .renovations .items .txt .desc {
        font-size: 1.15rem;
    }
    #add_firstpage .renovations .items .txt .desc .price .no {
        font-size: 1.5rem;
    }
    #add_firstpage .renovations .items .txt .desc {
        padding-bottom: 20px;
    }
}
@media(max-width:767px){
    #add_firstpage .renovations .items {
        grid-template-columns: 1fr;
        gap: 40px;
        list-style: none;
    }
    #add_firstpage .renovations h2 {
        margin-bottom: 20px;
    }
    #add_firstpage .renovations {
        padding-bottom: 25px;
    }
    #add_firstpage .renovations h2 {
        font-size: 1.35rem;
    }
    #add_firstpage .renovations .items .txt .desc {
        margin-bottom: 0px;
    }
    #add_firstpage .renovations .items .item .txt .desc {
         margin-bottom: 30px;
    }
}
/* area */
#add_firstpage .area h2 {
    font-size: 2rem;
    line-height: 1;
    color: #004386;
    text-align: left;
    font-weight: 400;
    padding-left: 50px;
    border-bottom: 3px solid #004386;
    padding-bottom: 12px;
    margin-bottom: 55px;
}
#add_firstpage .area .items {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 50px;
    max-width: 1220px;
    margin: 0 auto 60px;
}
#add_firstpage .area .items .item .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    gap: 40px;
}
#add_firstpage .area .items .item .inner:last-child {
    margin-bottom: 0;
}
#add_firstpage .area .items .item .inner .img {
    position: relative;
    padding-top: 89%;
}
#add_firstpage .area .items .item .inner .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#add_firstpage .area .items .item .inner .txt {
    text-align: left;
    font-size:1.25rem;
    line-height: 2;
    margin-top: 10px;
}
#add_firstpage .area .items .item .inner .txt .desc {
    display: flex;
    align-items: flex-end;
}
#add_firstpage .area .items .item .inner .txt h4 {
    font-size: 1.5rem;
    color: #004386;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #004386;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#add_firstpage .area .item-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.8rem;
    line-height: 3;
    font-weight: 500;
    color: #004386;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 40px;
}
#add_firstpage .area .item-box .txt {
    width: 60%;
    padding-left: 100px;
    font-weight: 500;
}
#add_firstpage .area .item-box .img {
    width: 40%;
}
#add_firstpage .area .item-box1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    max-width: 1120px;
    margin: 0 auto 50px;
}
#add_firstpage .area .item-box1 ul li {
    width: 240px;
    height: 240px;
    background: #FBE691;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.875rem;
    line-height: 1.6;
    color: #004386;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
@media (max-width:1250px){
    #add_firstpage .area .item-box .txt{
        padding-left: 3vw;
    }
    #add_firstpage .area .item-box {
        font-size: 2.5vw;
    }
}
@media(max-width:1100px){
    #add_firstpage .area .items {
        gap: 40px;
    }
    #add_firstpage .area .items .item .inner {
        gap: 30px;
    }
    #add_firstpage .area .items .item .inner .txt {
        font-size: 1rem;
    }
    #add_firstpage .area .items .item .inner .txt h4 {
        font-size: 1.35rem;
    }
}
@media(max-width:1050px) {
    #add_firstpage .area .item-box1 ul li {
        width: 22vw;
        height: 22vw;
        font-size: 2.5vw;
    }
}
@media(max-width:860px) {
    #add_firstpage .area .items {
        gap: 20px;
    }
    #add_firstpage .area .items .item .inner {
        margin-bottom: 20px
    }
    #add_firstpage .area .items .item .inner .txt h4 {
        font-size: 1.2rem;
    }
    #add_firstpage .area .items  {
        display: grid;
        grid-template-columns: 1fr;
    }
    #add_firstpage .area .items .map img {
        max-width: 400px;
        width: 100%;
    }
    #add_firstpage .area .items .map {
        margin-bottom: 15px;
    }
    #add_firstpage .area h2  {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-bottom: 8px;
        border-bottom: 2px solid #004386;
        margin-bottom: 30px;
    }
    #add_firstpage .area .items .item {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media(max-width:767px)  {
    #add_firstpage .area .item-box .txt {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    #add_firstpage .area .item-box .img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-top: 15px;
    }
    #add_firstpage .area .item-box {
        margin-top: 40px;
    }
    #add_firstpage .area .items {
        margin-bottom: 30px;
    }
    #add_firstpage .area .item-box {
        font-size: 4vw;
        line-height: 2;
        margin-top: 25px;
    }
    #add_firstpage .area .item-box1 ul {
        padding: 0 10vw;
        margin-bottom: 30px;
    }
    #add_firstpage .area .item-box1 ul li {
        width: 32vw;
        height: 32vw;
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }
    #add_firstpage .area .btn-box {
        margin-top: 30px;
    }
}
/* renovations-2 */
#add_firstpage .renovations-2 {
    padding-top: 70px;
}
#add_firstpage .renovations-2 h2 {
    font-size: 2rem;
    color: #AE915C;
    line-height: 1;
    border-top: 1px solid #AE915C;
    border-bottom: 1px solid #AE915C;
    padding: 22px 0 18px;
    margin-bottom: 35px;
}
#add_firstpage .renovations-2 .txt {
    font-size: 1rem;
    line-height: 2;
    padding-bottom: 40px;
}
#add_firstpage .renovations-2 .steps {
    margin-top: 10px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    max-width: 1120px;
    margin: 40px auto 0;
    justify-content: space-between;
}
#add_firstpage .renovations-2 .steps li {
    padding: 0 10px;
    width: 100px;
    height: 100px;
    background: #004386;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 16px;
    font-size: 1.25rem;
    line-height: 1.5;
}
#add_firstpage .renovations-2 .steps li::after {
    content: "";
    position: absolute;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 22px solid #AE915C;
    right: -50%;
    top: 50%;
    margin-top: -11px;
}
#add_firstpage .renovations-2 .steps li:last-child:after {
    display: none;
}
#add_firstpage .renovations-2 .steps li .no {
    position: absolute;
    top: -25px;
    font-size: 1.875rem;
    background: #fff;
    color: #004386;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 700;
    border: 3px solid #004386;
    line-height: 1;
    padding-top: 4px;
    left: 50%;
    margin-left: -25px;
}
#add_firstpage .renovations-2 .steps li h4 {
    font-weight: 400;
}
#add_firstpage .renovations-2 .steps li .sm {
    font-size: 0.8125rem;
}
#add_firstpage .renovations-2 .step-detail h3 {
    font-size: 2rem;
    line-height: 1;
    text-align: left;
    background: linear-gradient(90deg, rgba(0, 67, 134, 1) 0%, rgba(0, 67, 134, 1) 50%, rgba(255, 255, 255, 1) 100%);
    max-width: 760px;
    color: #fff;
    padding: 11px 0 7px;
    padding-left: 100px;
    border-radius: 50vh 0 0 50vh;
    margin-bottom: 35px;
    position: relative;
    height: 50px;
    font-weight: 500;
}
#add_firstpage .renovations-2 .step-detail h3 .no {
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    color: #004386;
    border-radius: 50%;
    left: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    left: 0;
    border: 3px solid #004386;
    padding-top: 0;
}
#add_firstpage .renovations-2 .step-detail .inner {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 2;
}
#add_firstpage .renovations-2 .step-detail .inner .img {
    width: 41%;
}
#add_firstpage .renovations-2 .step-detail.step06 .inner .txt-in {
    padding-top: 22%;
}
#add_firstpage .renovations-2 .step-detail.step07 .inner .txt-in  {
    padding-top: 26.6%;
}
#add_firstpage .renovations-2 .step-detail .inner .txt {
    flex: 1;
    text-align: left;
    padding-left: 65px;
    padding-right: 100px;
}
#add_firstpage .renovations-2 .step-detail .inner .txt img {
    max-width: 580px;
    width: 100%;
    margin-top: 40px;
}
#add_firstpage .renovations-2 .step-detail .content-inner{
    border: 2px solid #AE915C;
    max-width: 1220px;
    margin: 80px auto 0;
    position: relative;
    font-size: 1.25rem;
    line-height: 2;
    padding-bottom: 10px;
}
#add_firstpage .renovations-2 .step-detail .content-inner .inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 50px;
}
#add_firstpage .renovations-2 .step-detail .content-inner .inn .inn-left {
    text-align: left;
    padding-right: 20px;
}
#add_firstpage .renovations-2 .step-detail .content-inner h4 {
    font-size: 2rem;
    line-height: 1;
    background: url(../img/add_first/firstpage/tl-bg.png) no-repeat;
    background-size: 100% 100% !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-top: 4px;
    min-width: 640px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -320px;
    font-weight: 500;
}  
#add_firstpage .renovations-2 .step-detail .content-inner h5 {
    padding-top: 60px;
    color: #AE915C;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 15px;
}
#add_firstpage .renovations-2 .step-detail {
    padding-bottom: 60px;
}
#add_firstpage .renovations-2 .step-detail .lg {
    color: #004386;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 5px;
}
#add_firstpage .renovations-2 .step-detail.step08 .lg {
    margin-top: 25px;
    margin-bottom: 5px;
}
#add_firstpage .renovations-2 .step-detail .lg .sm {
    font-size: 0.75rem;
}
@media(max-width:1220px){
    #add_firstpage .renovations-2 .step-detail .content-inner .inn {
        padding-left: 50px;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner .btn {
        font-size: 1.2rem;
        padding: 15px;
    }
    #add_firstpage .renovations-2 .step-detail.step07 .inner .txt-in  {
        padding-top: 22%;
    }
}
@media(max-width:1150px){
    #add_firstpage .renovations-2 .steps li::after {
        right: -45%;
    }
}
@media(max-width:1100px) {
    #add_firstpage .renovations-2 .step-detail .content-inner .inn {
        font-size: 1rem;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner h5 {
        font-size: 1.8rem;
    }
}
@media(max-width:1080px){
    #add_firstpage .renovations-2 .steps li::after {
        right: -45%;
    }
    #add_firstpage .renovations-2 .steps li {
        padding: 0 1vw;
        width: 10vw;
        height: 10vw;
        padding-top: 1.4vw;
        font-size: 1.8vw;
    }
    #add_firstpage .renovations-2 .step-detail .inner .txt {
        padding-right: 0;
    }
    #add_firstpage .renovations-2 .step-detail.step06 .inner .txt-in {
        padding-top: 18%;
    }
    #add_firstpage .renovations-2 .step-detail.step07 .inner .txt-in  {
        padding-top: 18%;
    }
    #add_firstpage .renovations-2 .steps li .no {
        top: -2.5vw;
        font-size: 3vw;
        width: 5vw;
        height: 5vw;
        padding-top: 0.5vw;
        margin-left: -2.5vw;
    }
    #add_firstpage .renovations-2 .steps li .sm {
        font-size: 1vw;
        display: block;
    }
    #add_firstpage .renovations-2 .steps li::after {
        border-top: 1.2vw solid transparent;
        border-bottom: 1.2vw solid transparent;
        border-left: 2vw solid #AE915C;
        right: -33%;
        margin-top: -1vw;
    }
}
@media(max-width:960px){
    #add_firstpage .renovations-2 .step-detail .inner .txt {
        padding-left: 30px;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner .inn {
        padding: 0 20px;
    }
    .order04 .item.order04_bot .order04_bot_line {
        width: 100%;
    }
    #add_firstpage .renovations-2 .step-detail.step06 .inner .txt,
    #add_firstpage .renovations-2 .step-detail.step07 .inner .txt {
        padding-bottom: 0;
    }
    #add_firstpage .renovations-2 .step-detail .lg {
        font-size: 1.25rem;
    }
    #add_firstpage .renovations-2 .step-detail.step06 .inner .txt-in {
        padding-top: 14%;
    }
    #add_firstpage .renovations-2 .step-detail.step07 .inner .txt-in  {
        padding-top: 14%;
    }
}
@media(max-width:767px){
    #add_firstpage .renovations-2 h2 {
        line-height: 1.4;
        font-size: 1.4rem;
        padding: 15px 0 12px;
        margin-bottom: 15px;
    }
    #add_firstpage .renovations-2 .step-detail .inner .img {
        width: 100%;
    }
    #add_firstpage .renovations-2 {
        padding-top: 40px;
    }
    #add_firstpage .renovations-2 .step-detail .inner .txt {
        padding-left: 0;
        flex: auto;
        padding-top: 20px;
    }
    #add_firstpage .renovations-2 .step-detail .inner .txt img {
        margin-top: 20px;
        max-width: unset;
    }
    #add_firstpage .renovations-2 .step-detail h3 {
        display: flex;
        font-size: 1.25rem;
        padding: 10px 0 7px;
        padding-left: 60px;
        margin-bottom: 25px;
        align-items: center;
    }
    #add_firstpage .renovations-2 .step-detail.step08 .lg {
        margin-top: 15px;
    }
    #add_firstpage .renovations-2 .txt {
        padding-bottom: 0;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner h4 {
        font-size: 1.4rem;
        min-width: 280px;
        margin-left: -140px;
        height: 40px;
        top: -21px;
    }
    #add_firstpage .renovations-2 .step-detail.step06 .inner .txt-in {
        padding-top:15px;
    }
    #add_firstpage .renovations-2 .step-detail.step07 .inner .txt-in  {
        padding-top: 15px;
    }
    #add_firstpage .renovations-2 .step-detail.step06 .inner .img img,
    #add_firstpage .renovations-2 .step-detail.step07 .inner .img img  {
        width: 100%;
    }
    #add_firstpage .renovations-2 .step-detail.step07 .inner .txt p.lg {
        padding-bottom: 0;
    }
    #add_firstpage .renovations-2 .step-detail.step06 .inner.inn02,
    #add_firstpage .renovations-2 .step-detail.step07 .inner.inn02{
        padding-top: 20px;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner h5 {
        font-size: 1.125rem !important;
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner .inn {
        line-height: 1.8 !important;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner .inn .inn-left {
        padding-right: 0;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner .inn {
        flex-direction: column;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner .inn .inn-left {
        padding-bottom: 15px;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner h5 {
        font-size: 1.4rem;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner h5 {
        padding-top:  50px;
    }
    #add_firstpage .renovations-2 .step-detail .content-inner {
        margin-top: 60px;
    }
    #add_firstpage .renovations-2 .step-detail .lg {
        font-size: 1rem;
        line-height: 1.6;
        margin-top: 5px;
        padding-bottom: 0;
    }
    #add_firstpage .renovations-2 .step-detail {
        padding-bottom: 30px;
    }
    #add_firstpage .renovations-2 .step-detail .inner .txt {
        font-size: 0.875rem;
        line-height: 1.8;
    }
    #add_firstpage .renovations-2 .step-detail h3 {
        font-size: 1.15rem;
        height: 40px;
        margin-bottom: 20px;
    }
    #add_firstpage .renovations-2 .step-detail h3 .no {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        padding-top: 0;
        padding-right: 0;
    }
}
@media(max-width:550px) {
    #add_firstpage .renovations-2 .steps li {
        padding: 0 3vw;
        width: 80vw;
        height: 20vw;
        padding-top: 2.5vw;
        font-size: 5vw;
        margin: 0 auto 18vw;
    }
    #add_firstpage .renovations-2 .steps li:last-child {
        margin-bottom: 0;
    }
    #add_firstpage .renovations-2 .steps li .no {
        top: -7vw;
        font-size: 7vw;
        width: 12vw;
        height: 12vw;
        padding-top: 1vw;
        margin-left: -6vw;
        border-width: 1vw;
    }
    #add_firstpage .renovations-2 .steps li .sm {
        font-size: 4vw;
    }
    #add_firstpage .renovations-2 .steps li::after {
        border-top: 5vw solid #AE915C;
        border-bottom: unset;
        border-left: 3vw solid transparent;
        right: 50%;
        margin-top: -1vw;
        border-right: 3vw solid transparent;
        margin-right: -3vw;
        bottom: -8vw;
        top: unset;
    }
}
/* established */
#add_firstpage .established  {
    position: relative;
    margin-top: 50px;
    padding-bottom: 120px;
}
#add_firstpage .established h2 {
    font-size: 2rem;
    line-height: 1;
    background: url(../img/add_first/firstpage/tl-bg.png) no-repeat;
    background-size: 100% 100% !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-top: 4px;
    min-width: 730px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -320px;
    font-weight: 500
    ;
}
#add_firstpage .established .container {
    max-width: 1260px;
}
#add_firstpage .established .content {
    border: 2px solid #AE915C;
}
#add_firstpage .established .content .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#add_firstpage .established .content .img {
    max-width: 325px;
    padding-right: 55px;
}
#add_firstpage .established .content .txt {
    flex: 1;
    text-align: left;
    font-size: 1rem;
    line-height: 2;
}
#add_firstpage .established .content .txt h3 {
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 5px;
    color: #AE915C;
    font-weight: 500;
    padding-top: 30px;
}
#add_firstpage .faq h2 {
    font-size: 2rem;
    color: #AE915C;
    line-height: 1;
    border-top: 1px solid #AE915C;
    border-bottom: 1px solid #AE915C;
    padding: 22px 0 18px;
    margin-bottom: 35px;
}
#add_firstpage .faq ul {
    list-style: none;
    max-width: 1120px;
    margin: 0 auto;
    color: #004386;
}
#add_firstpage .faq .a {
    text-align: left;
    padding-left: 50px;
    padding-top: 30px;
    font-size: 1.25rem;
    line-height: 2;
    display: none;
}
#add_firstpage .faq .q {
    padding-left: 50px;
    text-align: left;
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 20px;
    cursor: pointer;
    transition: .3s;
}
#add_firstpage .faq .q:hover {
    color: #AE915C;
}
#add_firstpage .faq .q:hover .no {
    background: #AE915C;
}
#add_firstpage .faq .q:hover::before,
#add_firstpage .faq .q:hover::after {
    background: #AE915C;
}
#add_firstpage .faq .q::before,
#add_firstpage .faq .q::after {
    content: "";
    position: absolute;
    background: #004386;
    right: 122px;
    transition: .3s;
}
#add_firstpage .faq .q::before {
    width: 45px;
    height: 2px;
    right: 100px;
    top: 16px;
}
#add_firstpage .faq .q::after {
    width: 2px;
    height: 45px;
    top: -5px;
}
#add_firstpage .faq .q.active::after {
    display: none;
}
#add_firstpage .faq .q .no {
    position: absolute;
    left: 0;
    color: #fff;
    background: #004386;
    width: 30px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.5;
    top: -5px;
    transition: .3s;
}
#add_firstpage .faq ul li {
    border-bottom: 1px solid #004386;
    padding-bottom: 25px;
    padding-top: 45px;
}
#add_firstpage .faq ul li:first-child {
    padding-top: 15px;
}
#add_firstpage .faq {
    padding-bottom: 150px;
}
@media(max-width:1024px) {
    #add_firstpage .established .content .img {
        padding-right: 25px;
        max-width: 220px;
    }
    #add_firstpage .established .content .txt h3 {
        font-size: 1.5rem;
        padding-top: 20px;
    }
    #add_firstpage .faq .q::after {
        right: 42px;
    }
    #add_firstpage .faq .q::before {
        right: 20px;
    }
}
@media(max-width:860px) {
    #add_firstpage .faq .q {
        font-size: 1.25rem;
        padding-left: 35px;
        padding-bottom: 25px;
    }
    #add_firstpage .established h2 {
        font-size: 1.6rem;
        min-width: 500px;
        margin-left: -250px;
    }
    #add_firstpage .faq .q .no {
        width: 22px;
        height: 35px;
        font-size: 1.25rem;
        top: -3px;
    }
    #add_firstpage .faq .a {
        font-size: 1rem;
    }
    #add_firstpage .faq ul li {
        padding-top: 30px;
    }
    #add_firstpage .established {
        padding-bottom: 60px;
    }
    #add_firstpage .established .content .inner {
        flex-direction: column;
        padding: 40px 15px 15px;
    }
    #add_firstpage .established .content .img {
        padding-right: 0;
        margin: 0 auto;
    }
    #add_firstpage .established .content .txt h3 {
        font-size: 1.1rem;
    }
    #add_firstpage .established .content .txt {
        font-size: 0.875rem;
    }
    #add_firstpage .established {
        margin-top: 10px;
    }
    #add_firstpage .established h2 {
        font-size: 1rem;
        min-width: 320px;
        height: 40px;
        top: -20px;
        margin-left: -160px
    }
    #add_firstpage .faq h2 {
        font-size: 1.5rem;
        padding: 15px 0 12px;
        margin-bottom: 20px;
    }
    #add_firstpage .faq ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #add_firstpage .established {
        padding-bottom: 40px;
    }
    #add_firstpage .faq ul li:first-child {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    #add_firstpage .faq .q {
        padding-bottom: 15px;
    }
    #add_firstpage .faq .a {
        line-height: 1.6;
        padding-left: 40px;
        padding-top: 10px;
    }
    #add_firstpage .faq {
        padding-bottom: 60px;
    }
    #add_firstpage .area .items .item .inner .txt {
        font-size: 0.875rem;
    }
    #add_firstpage .area .items .item .inner{
        gap: 15px;
    }
    #add_firstpage .faq .q::after {
        right: 42px;
        height: 30px;
        top: 0;
    }
    #add_firstpage .faq .q::before {
        right: 28px;
        width: 30px;
    }
    #add_firstpage .faq .q {
        padding-right: 50px;
    }
    #add_firstpage .faq .q::after {
        right: 24px;
    }
    #add_firstpage .faq .q::before {
        right: 10px;
        width: 30px;
        top: 14px;
    }
}
@media(max-width:414px){
    #add_firstpage .area .items .item .inner {
        grid-template-columns: unset !important;
        display: unset !important;
        margin-bottom: 20px !important;
    }
    #add_firstpage .area .items .item {
        width: 100%;
    }
    #add_firstpage .area .items .item .inner .txt .desc {
        justify-content: center;
        font-size: 1.25rem;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    #add_firstpage .area .items .item .inner .txt h4 {
        font-size: 1.4rem;
    }
    #add_firstpage .area .items .item .inner {
        padding-top: 25px;
    }
    #add_firstpage .area .items .item .inner .img {
        padding-top: 0;
    }
    #add_firstpage .area .items .item .inner .img img {
        position: unset;
    }
    #add_firstpage .area .items .item .inner .txt {
        margin-top: 25px;
    }
    #add_firstpage .area .items {
        display: unset;
    }
}

#add_firstpage .renovations .items .txt .desc .box {
    width: 70%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
#add_firstpage .renovations .items .txt .desc .text {
    font-size: 18px;
    padding-bottom: 10px;
}
#add_firstpage .renovations .items .txt .desc .box ul {
    list-style: none;
    font-size: 16px;
}
#add_firstpage .renovations .items .txt .desc .box ul li {
    padding-bottom: 5px;
}
#add_firstpage .renovations .items .txt .desc:nth-of-type(1) {
    min-height: 510px;
}
#add_firstpage .renovations .items .txt .desc:nth-of-type(2) {
    min-height: 430px;
}
#add_firstpage .renovations .items .txt h5 {
    font-size: 2rem;
}

@media(max-width:1130px) {
    #add_firstpage .renovations .items .txt .desc .box {
        width: 90%;
    }
}
@media(max-width:830px){
    #add_firstpage .renovations .items .txt .desc:nth-of-type(1) {
        min-height: 430px;
    }
    #add_firstpage .renovations .items .txt .desc:nth-of-type(2) {
        min-height: 411px;
    }
}
@media(max-width:768px){
    #add_firstpage .renovations .items .txt h5 {
        font-size: 1.6rem;
    }
    #add_firstpage .renovations .items .txt .desc:nth-of-type(1) {
        min-height: unset;
    }
    #add_firstpage .renovations .items .txt .desc:nth-of-type(2) {
        min-height: unset;
    }
}