@charset "UTF-8";
*{
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: 'palt';
}
html{
    font-size: 10px;
    color: #606060;
}
body{
    
}
.main{
    
}
.bg{
    background: #00A0AA;
    background: linear-gradient(156deg, rgba(0, 160, 170, 1) 0%, rgba(158, 219, 201, 1) 100%);
    position: relative;
}
.outer{
    width: 104rem;
    margin: 0 auto;
    position: relative;
}
.inner{
    width: 90rem;
    margin: 0 auto;
}
.u-desktop{
    display: block;
}
.u-mobile{
    display: none;
}
.contents__outer{
    background-color: #fff;
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
@media screen and (max-width: 1140px) {
    body{
        
    }
    .outer{
        width: calc(100% - 5rem);
    }
    .inner{
        width: calc(100% - 5rem);
    }
}
@media screen and (max-width: 767px) {
    html{
        font-size: calc((10 / 375) * 100vw);
    }
    body{
        
    }
    .bg{
        
    }
    .outer{
        width: calc(100% - 2rem);
    }
    .inner{
        width: 32.5rem;
    }
    .u-desktop{
        display: none;
    }
    .u-mobile{
        display: block;
    }
}


.header{
    width: 100%;
    height: 7.8rem;
    background-color: #00a0aa;
    position: relative;
    top: 0;
}
.header__inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__ttl{
    font-size: 3.4rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1140px) {
    
}
@media screen and (max-width: 767px) {
    .header{
        height: 4rem;
    }
    .header__ttl{
        font-size: 1.8rem;
    }
}


.kv{
    overflow: hidden;
}
.kv__body{
    padding: 3.7rem 0 3.0rem;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(158, 219, 201, 1) 100%);
    position: relative;
    z-index: 2;
}
.kv__bg{
    width: 87.2rem;
    position: absolute;
    left: calc(50% + 6.2rem);
    bottom: 0;
}
.kv__outer{
    position: relative;
    z-index: 2;
}
.kv__catch{
    width: 69.4rem;
    margin-left: 4rem;
    margin-bottom: 3.2rem;
}
.kv__desc{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 3rem;
}
.kv__desc p{
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #fff;
    padding: 0.8rem 2rem 0.8rem 4rem;
    background-color: #00a0aa;
    position: relative;
}
.kv__desc p::before{
    content: "";
    width: calc((100vw - 104rem) / 2 + 0.5rem);
    height: 100%;
    background-color: #00a0aa;
    position: absolute;
    top: 0;
    right: calc(100% - 0.5rem);
    z-index: -1;
}
.kv__desc span{
    font-weight: 700;
    color: #ffff00;
}
@media screen and (max-width: 1140px) {
    .kv__catch{
        margin-left: 0;
    }
    .kv__desc p{
        padding-left: 0;
    }
    .kv__desc p::before{
        width: calc(2.5rem + 0.5rem);
    }
}
@media screen and (max-width: 767px) {
    .kv__body{
        padding: 2.5rem 0 3.0rem;   
    }
    .kv__bg{
        width: 79rem;
        left: 0rem;
    }
    .kv__catch{
        width: 30rem;
        margin-bottom: 1.2rem;
    }
    .kv__desc{
        gap: 1.2rem;
    }
    .kv__desc p{
        font-size: 1.6rem;
        line-height: 1.2;
    }
}

.cta{
    
}
.cta__list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}
.cta__list > li a{
    display: flex;
    align-items: center;
}
.cta__list > li span{
    width: 10rem;
    border-radius: 10rem;
    box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.5);
    margin-right: -5rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.cta__list > li p{
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.5);
    width: 35rem;
    height: 7.2rem;
    border-radius: 7.2rem;
    box-shadow: 0.5rem 0.6rem 0 0 rgba(0, 0, 0, 0.4);
    padding-left: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta__download  p{
    background: #28BA92;
    background: linear-gradient(90deg, rgba(40, 186, 146, 1) 0%, rgba(112, 233, 145, 1) 100%);
}
.cta__consult  p{
    background: #00C99F;
    background: linear-gradient(90deg, rgba(0, 201, 159, 1) 0%, rgba(0, 255, 203, 1) 100%);
}

@media screen and (max-width: 1140px) {
    .cta__list{
        gap: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .cta{
        
    }
    .cta__list{
        gap: 1.5rem;
    }
    .cta__list > li{
        
    }
    .cta__list > li span{
        width: 8rem;
        margin-right: -8rem;
    }
    .cta__list > li p{
        font-size: 2rem;
        width: 32.5rem;
        height: 6.2rem;
        padding-left: 6rem;
    }
}






section{
    padding: 4.5rem 0;
    position: relative;
    z-index: 2;
}
.sec__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background-color: #00beaa;
    position: relative;
    margin-bottom: 3.5rem;
}
.sec__ttl h2{
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.sec__txt{
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 500;
}

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

}
@media screen and (max-width: 767px) {
    .sec__ttl{
        padding: 1.5rem 1rem;
    }
    .sec__ttl h2{
        font-size: 2.2rem;
    }
    .sec__txt{
        font-size: 1.5rem;
    }
}


.nayami{
    
}
.nayami__list{
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.nayami__list li{
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.nayami__list li::before{
    content: "□";

}
@media screen and (max-width: 1140px) {

}
@media screen and (max-width: 767px) {
    .nayami__list li{
        font-size: 1.6rem;
    }
}

.dx__ttl{
    height: 20rem;
    background-color: #9edbc9;
    background-image: url(../img/dx__ttl.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dx__ttl h2{
    width: 60.2rem;
}
.dx__inner{
    padding: 4rem 0 0;
}
.dx__lead{
    font-size: 3.2rem;
    line-height: 1.68;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
}
.dx__box{
    padding: 8rem 0 12rem;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(175, 220, 220, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.dx__propose{
    font-size: 2.8rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
    color: #00acbb;
    margin-bottom: 3rem;
}
.dx__infog{
    display: flex;
    justify-content: center;
    gap: 4.5rem;
    margin-top: 6rem;
    position: relative;
}
.dx__infog::after{
    content: "";
    width: 15.6rem;
    height: 0.3rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 14.5rem;
    translate: -50% 0;
}
.dx__detail{
    width: 25.6rem;
    position: relative;
    z-index: 2;
}
.dx__detail > div{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem 2.5rem;
    border: 0.3rem solid #fff;
    border-top: 0;
}
.dx__detail dt{
    font-size: 2.7rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
    color: #5b9898;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.dx__detail dt img{
    width: 14.2rem;
}
.dx__detail dd{
    font-size: 2.7rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff;
    background-color: #5b9898;
}
.dx__marisa dd{
    background-color: #00acbb;
}
.dx__api{
    font-size: 3.2rem;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    word-break: keep-all;
    writing-mode: vertical-rl;
    text-orientation: upright; 
    width: 6.2rem;
    background: #00A0AA;
    background: linear-gradient(156deg, rgba(0, 160, 170, 1) 0%, rgba(158, 219, 201, 1) 100%);
    border: 0.3rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1140px) {
    .dx__inner{
        width: 100%;
    }
    .dx__lead{
        margin: 0 2.5rem;
    }
    .dx__box{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .dx__infog{
        flex-direction: column;
    }
    .dx__detail{
        width: 100%;
    }
    .dx__infog::after{
        width: 0.3rem;
        height: 16rem;
        top: 32.8rem;
    }
    .dx__api{
        width: 100%;
        writing-mode: unset;
        padding: 1.5rem 0;
    }
}
@media screen and (max-width: 767px) {
    .dx__ttl{
        height: 12rem;
        background-image: url(../img/dx__ttl--sp.png);
    }
    .dx__ttl h2{
        width: 30.2rem;
    }
    .dx__inner{
        width: 35.5rem;
    }
    .dx__lead{
        font-size: 2rem;
        margin: 0 1rem;
    }
    .dx__box{
        padding: 6rem 1rem 9rem;
    }
    .dx__propose{
        font-size: 1.8rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .dx__infog{
        flex-direction: column;
        gap: 3rem;
        margin-top: 4rem;
    }
    .dx__infog::after{
        width: 0.3rem;
        height: 12rem;
        top: 26.2rem;
    }
    .dx__detail{
        width: 100%;
    }
    .dx__detail > div{
        gap: 1.5rem;
        padding: 2rem 1.5rem;
    }
    .dx__detail dt{
        font-size: 1.8rem;
    }
    .dx__detail dd{
        font-size: 1.8rem;
    }
    .dx__detail dt img{
        width: auto;
        height: 100%;
        object-fit: contain;
    }
    .dx__api{
        font-size: 2.2rem;
        width: 100%;
        writing-mode: unset;
        padding: 1.5rem 0;
    }
}

.api{
    padding-top: 0;
}
.api__box{
    padding: 1.2rem;
    border-radius: 3rem;
    box-shadow: 0.2rem 0.2rem 0.6rem 0.2rem rgba(72, 163, 109, 0.4);
    margin-bottom: 5rem;
}
.api__list{
    background: #00A0AA;
    background: linear-gradient(156deg, rgba(0, 160, 170, 1) 0%, rgba(158, 219, 201, 1) 100%);
    border-radius: 2.4rem;
    position: relative;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.api__list > li{
    padding: 3rem 2rem;
    display: flex;
    gap: 4.5rem;
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
}
.api__list > li:first-of-type{
    border-top-left-radius: 2.2rem;
    border-top-right-radius: 2.2rem;
}
.api__list > li:last-of-type{
    border-bottom-left-radius: 2.2rem;
    border-bottom-right-radius: 2.2rem;
}
.api__name{
    font-size: 2.8rem;
    line-height: 1.42;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 24.5rem;
    height: 14.6rem;
    border-radius: 1.6rem;
    background: #00A0AA;
    background: linear-gradient(156deg, rgba(0, 160, 170, 1) 0%, rgba(158, 219, 201, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.api__detail{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.api__detail > div{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.api__detail > span{
    width: 100%;
    height: 0.1rem;
    background-color: #606060;
}
.api__detail dt{
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #fff;
    width: 8.6rem;
    height: 3.6rem;
    background-color: #606060;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.api__detail dd{
    font-size: 2.7rem;
    line-height: 1.33;
    font-weight: 500;
}
.api__illust{
    width: 15.3rem;
    position: absolute;
    right: 2rem;
    bottom: 0;
}
@media screen and (max-width: 1140px) {
    .api__list > li{
        flex-direction: column;
    }
    .api__name{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .api__list > li{
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 1rem;
    }
    .api__name{
        font-size: 2rem;
        width: 100%;
        height: 5.6rem;
    }
    .api__detail > div{
        gap: 0.5rem;
    }
    .api__detail dt{
        font-size: 1.4rem;
        width: 5.5rem;
        padding-left: 0.2rem;
    }
    .api__detail dd{
        font-size: 1.6rem;
        width: 100%;
    }
    .api__illust{
        width: 8.5rem;
        right: -2rem;
    }
}


.change{
    
}
.change__ba{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.change__ba > div{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.change__ba dt{
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
    padding: 1.8rem 0;
    border: 0.3rem solid;
    position: relative;
}
.change__ba dt::before,
.change__ba dt::after{
    content: "";
    width: 3rem;
    position: absolute;
    left: 50%;
    translate: -50% 0;
}
.change__ba dt::before{
    height: 0.5rem;
    background-color: #fff;
    bottom: -0.4rem;
}
.change__ba dt::after{
    height: 0.3rem;
    rotate: 300deg;
    bottom: -0.6rem;
}
.change__list{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.change__list > li{
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.change__b dt{
    color: #5b9898;
}
.change__b dt::after{
    background-color: #5b9898;
}
.change__b .change__list > li span{
    color: #5b9898;
}
.change__a dt{
    color: #00beaa;
}
.change__a dt::after{
    background-color: #00beaa;
}
.change__a .change__list > li{
    font-weight: 700;
}
.change__a .change__list > li span{
    color: #00beaa;
}
.change__illust{
    width: 83.3rem;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1140px) {
    .change__ba{
        flex-direction: column;
        gap: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .change__ba{
        flex-direction: column;
        gap: 4rem;
    }
    .change__ba > div{
        gap: 2rem;
    }
    .change__ba dt{
        font-size: 1.8rem;
    }
    .change__list > li{
        font-size: 1.7rem;
    }
}


.flow .sec__ttl{
    margin-bottom: 0;
}
.flow__box{
    border: 0.3rem solid #00beaa;
    padding: 5rem 6rem;
}
.flow__list{
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.flow__detail dt{
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
    color: #00beaa;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid;
    position: relative;
    margin-bottom: 2rem;
}
.flow__detail dd{
    font-size: 2.7rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
}
.flow__num{
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 6.4rem;
    background-color: #00beaa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4.7rem;
    left: 0;
    translate: 0 -50%;
}
@media screen and (max-width: 1140px) {
    .flow__box{
        padding: 5rem 2rem;
    }
    .flow__detail dt{
        padding-left: 6.4rem;
    }
    .flow__detail dd{
        padding-left: 6.4rem;
    }
}
@media screen and (max-width: 767px) {
    .flow__box{
        padding: 2rem 1rem;
    }
    .flow__list{
        gap: 3rem;
    }
    .flow__detail dt{
        font-size: 1.9rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        padding-left: 4rem;
    }
    .flow__detail dd{
        font-size: 1.7rem;
        padding-left: 4rem;
    }
    .flow__num{
        font-size: 2.5rem;
        width: 4rem;
        height: 4rem;
        top: 3rem;
    }

}



.form{
    margin-bottom: 5rem;
    position: relative;
}
.form::before{
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    left: 0;
}
.form::after{
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: 0;
}
.form__inner{
    background: #00A0AA;
    background: linear-gradient(156deg, rgba(0, 160, 170, 1) 0%, rgba(158, 219, 201, 1) 100%);
    min-height: 10rem;
    padding: 1rem;
}
.form__box{
    background-color: #fff;
    padding: 5rem;
}
@media screen and (max-width: 1140px) {

}
@media screen and (max-width: 767px) {
    .form{
        margin-bottom: 0;
    }
    .form__inner{
        padding: 1rem;
        min-height: 4rem;
    }
    .form__box{
        padding: 2rem;
    }
}


.mansionresearch{
    
}
.mansionresearch__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
    padding: 6rem 0;
    border-top: 0.05rem solid;
}
.mansionresearch__img{
    width: 26.4rem;
    display: block;
}
.mansionresearch__about{
    font-size: 1.8rem;
    line-height: 1.27;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #323232;
    display: block;
    margin-bottom: 1rem;
}
.mansionresearch__txt{
    color: #323232;
}
@media screen and (max-width: 1140px) {

}
@media screen and (max-width: 767px) {
    .mansionresearch__inner{
        flex-direction: column;
        gap: 2.5rem;
    }
    .mansionresearch__about{
        font-size: 1.6rem;
    }
}



.footer{
    padding: 3rem 0;
    background-color: #00a0aa;
}
.footer__inner{
    width: 104rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
.footer__ask{
    font-size: 2.2rem;
    font-weight: 700;
    color: #004a93;
    width: 100%;
    height: 3.2rem;
    background-color: #fff000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.contact__ttl{
    font-size: 2rem;
    font-weight: 700;
    color: #00a0aa;
    width: 25.6rem;
    height: 12rem;
    background-color: #fff;
    clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    flex-shrink: 0;
}
.contact__list{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.contact__item{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.contact__item dt{
    font-size: 2.7rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    width: 8rem;
    flex-shrink: 0;
    position: relative;
}
.contact__item dt::after{
    content: "";
    width: 0.9rem;
    height: 1.5rem;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    right: 0;
    bottom: 0.8rem;
}
.contact__item dd{
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
}
.contact__item dd a{
    color: #fff;
    display: inline-block;
}
.contact__item dd span{
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 1140px) {
    .footer__inner{
        width: calc((100% - 5rem));
    }
    .contact__item dd span{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .footer__inner{
        width: calc((100% - 2rem));
    }
    .footer__ask{
        font-size: 2rem;
        text-align: center;
        word-break: auto-phrase;
        height: unset;
        padding: 1rem;
    }
    .contact{
        flex-direction: column;
    }
    .contact__ttl{
        font-size: 1.8rem;
        height: 7.8rem;
        clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
        align-items: unset;
        justify-content: center;
        padding: 2rem 0 0;
    }
    .contact__item dt{
        font-size: 2rem;
        width: 6rem;
    }
    .contact__item dt::after{
        bottom: 0.4rem;
    }
    .contact__item dd{
        font-size: 2.2rem;
    }
    .contact__item dd span{
        font-size: 1.8rem;
        display: block;
    }
}

